Fix ptype of single-member Rust enums
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
f0fd41c1
TT
12017-02-03 Tom Tromey <tom@tromey.com>
2
3 PR rust/21097:
4 * gdb.rust/simple.exp: Add new tests.
5
5be5dbf0
PA
62017-02-02 Pedro Alves <palves@redhat.com>
7
8 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9 tests.
10
7346ef59
AA
112017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12
13 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
14 taking a 2-byte value out of a 4-byte DWARF implicit value on
15 big-endian targets.
16 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
17 logic. Add test cases for DW_OP_implicit.
18
787f0025
MM
192017-02-01 Markus Metzger <markus.t.metzger@intel.com>
20
21 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
22
68777c29
MM
232017-02-01 Markus Metzger <markus.t.metzger@intel.com>
24
25 * gdb.btrace/enable.exp: Call gdb_exit before
26 skip_gdbserver_tests.
27
0a1c7e28
MM
282017-02-01 Markus Metzger <markus.t.metzger@intel.com>
29
30 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
31 GDBFLAGS.
32
b5ac99b0
MM
332017-02-01 Markus Metzger <markus.t.metzger@intel.com>
34
35 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
36 the test is skipped.
37 * gdb.btrace/data.exp: Likewise.
38 * gdb.btrace/delta.exp: Likewise.
39 * gdb.btrace/dlopen.exp: Likewise.
40 * gdb.btrace/enable-running.exp: Likewise.
41 * gdb.btrace/enable.exp: Likewise.
42 * gdb.btrace/exception.exp: Likewise.
43 * gdb.btrace/function_call_history.exp: Likewise.
44 * gdb.btrace/gcore.exp: Likewise.
45 * gdb.btrace/instruction_history.exp: Likewise.
46 * gdb.btrace/multi-thread-step.exp: Likewise.
47 * gdb.btrace/nohist.exp: Likewise.
48 * gdb.btrace/non-stop.exp: Likewise.
49 * gdb.btrace/reconnect.exp: Likewise.
50 * gdb.btrace/record_goto-step.exp: Likewise.
51 * gdb.btrace/record_goto.exp: Likewise.
52 * gdb.btrace/rn-dl-bind.exp: Likewise.
53 * gdb.btrace/segv.exp: Likewise.
54 * gdb.btrace/step.exp: Likewise.
55 * gdb.btrace/stepi.exp: Likewise.
56 * gdb.btrace/tailcall-only.exp: Likewise.
57 * gdb.btrace/tailcall.exp: Likewise.
58 * gdb.btrace/tsx.exp: Likewise.
59 * gdb.btrace/unknown_functions.exp: Likewise.
60 * gdb.btrace/vdso.exp: Likewise.
61
cd4007e4
MM
622017-02-01 Markus Metzger <markus.t.metzger@intel.com>
63
64 * gdb.btrace/enable-running.c: New.
65 * gdb.btrace/enable-running.exp: New.
66
2735833d
WT
672017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
68
69 * gdb.arch/amd64-gs_base.c: New file.
70 * gdb.arch/amd64-gs_base.exp: New file.
71
b51e1e94
LM
722017-01-26 Luis Machado <lgustavo@codesourcery.com>
73
74 * lib/memory.exp: Remove spurious empty newlines.
75
72ca0410
SM
762017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
77
78 * gdb.python/py-bad-printers.exp: Load python file using "source".
79 * gdb.python/py-events.exp: Likewise.
80 * gdb.python/py-evsignal.exp: Likewise.
81 * gdb.python/py-evthreads.exp: Likewise.
82 * gdb.python/py-frame-args.exp: Likewise.
83 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
84 * gdb.python/py-framefilter-mi.exp: Likewise.
85 * gdb.python/py-framefilter.exp: Likewise.
86 * gdb.python/py-mi.exp: Likewise.
87 * gdb.python/py-pp-maint.exp: Likewise.
88 * gdb.python/py-pp-registration.exp: Likewise.
89 * gdb.python/py-prettyprint.exp: Likewise.
90 (run_lang_tests): Likewise.
91 * gdb.python/py-typeprint.exp: Likewise.
92
e309aa65
LM
932017-01-26 Luis Machado <lgustavo@codesourcery.com>
94
95 * lib/memory.exp: New file.
96 * lib/gdb.exp: Load memory.exp.
97 * gdb.base/memattr.exp (delete_memory): Move proc to
98 lib/memory.exp and rename to delete_memory_regions.
99 Replace delete_memory with delete_memory_regions.
100 Cleanup memory regions before tests.
101 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
102 before tests.
103
515aff23
LM
1042017-01-26 Luis Machado <lgustavo@codesourcery.com>
105
106 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
107 files.
108 (initialize): New function conditionally defined.
109 (testcases): Move within conditional block.
110 (main): Call initialize.
111 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
112 of gdb.reverse/insn-reverse.c.
113 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
114 gdb.reverse/insn-reverse.c.
115
d8b49cf0
YQ
1162017-01-26 Yao Qi <yao.qi@linaro.org>
117
118 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
119 disassemble on address 0.
120
f13a9a0c
YQ
1212017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
122 Yao Qi <yao.qi@linaro.org>
123
124 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
125 * gdb.dwarf2/implptr-64bit.S: Remove.
126 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
127 variables in caller's context. Add DW_OP_implicit_value.
128
5ac95241
YQ
1292017-01-25 Yao Qi <yao.qi@linaro.org>
130
131 * lib/dwarf.exp (Dwarf::_location): Handle
132 DW_OP_GNU_implicit_pointer with proper size.
133
23e82930
LM
1342017-01-20 Luis Machado <lgustavo@codesourcery.com>
135
136 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
137 and add untested calls.
138
d334ae25
LM
1392017-01-20 Luis Machado <lgustavo@codesourcery.com>
140
141 * gdb.python/python.exp: Check line number against what GDB thinks
142 the line number is for func1.
143
f5e6296e
IB
1442017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
145
146 * gdb.dlang/debug-expr.exp: New file.
147
5b362f04
LM
1482016-12-23 Luis Machado <lgustavo@codesourcery.com>
149
150 Fix test names for the following files:
151
152 * gdb.ada/exec_changed.exp
153 * gdb.ada/info_types.exp
154 * gdb.arch/aarch64-atomic-inst.exp
155 * gdb.arch/aarch64-fp.exp
156 * gdb.arch/altivec-abi.exp
157 * gdb.arch/altivec-regs.exp
158 * gdb.arch/amd64-byte.exp
159 * gdb.arch/amd64-disp-step.exp
160 * gdb.arch/amd64-dword.exp
161 * gdb.arch/amd64-entry-value-inline.exp
162 * gdb.arch/amd64-entry-value-param.exp
163 * gdb.arch/amd64-entry-value-paramref.exp
164 * gdb.arch/amd64-entry-value.exp
165 * gdb.arch/amd64-i386-address.exp
166 * gdb.arch/amd64-invalid-stack-middle.exp
167 * gdb.arch/amd64-invalid-stack-top.exp
168 * gdb.arch/amd64-optimout-repeat.exp
169 * gdb.arch/amd64-prologue-skip.exp
170 * gdb.arch/amd64-prologue-xmm.exp
171 * gdb.arch/amd64-stap-special-operands.exp
172 * gdb.arch/amd64-stap-wrong-subexp.exp
173 * gdb.arch/amd64-tailcall-cxx.exp
174 * gdb.arch/amd64-tailcall-noret.exp
175 * gdb.arch/amd64-tailcall-ret.exp
176 * gdb.arch/amd64-tailcall-self.exp
177 * gdb.arch/amd64-word.exp
178 * gdb.arch/arm-bl-branch-dest.exp
179 * gdb.arch/arm-disp-step.exp
180 * gdb.arch/arm-neon.exp
181 * gdb.arch/arm-single-step-kernel-helper.exp
182 * gdb.arch/avr-flash-qualifier.exp
183 * gdb.arch/disp-step-insn-reloc.exp
184 * gdb.arch/e500-abi.exp
185 * gdb.arch/e500-regs.exp
186 * gdb.arch/ftrace-insn-reloc.exp
187 * gdb.arch/i386-avx512.exp
188 * gdb.arch/i386-bp_permanent.exp
189 * gdb.arch/i386-byte.exp
190 * gdb.arch/i386-cfi-notcurrent.exp
191 * gdb.arch/i386-disp-step.exp
192 * gdb.arch/i386-dr3-watch.exp
193 * gdb.arch/i386-float.exp
194 * gdb.arch/i386-gnu-cfi.exp
195 * gdb.arch/i386-mpx-map.exp
196 * gdb.arch/i386-mpx-sigsegv.exp
197 * gdb.arch/i386-mpx-simple_segv.exp
198 * gdb.arch/i386-mpx.exp
199 * gdb.arch/i386-permbkpt.exp
200 * gdb.arch/i386-prologue.exp
201 * gdb.arch/i386-signal.exp
202 * gdb.arch/i386-size-overlap.exp
203 * gdb.arch/i386-unwind.exp
204 * gdb.arch/i386-word.exp
205 * gdb.arch/mips-fcr.exp
206 * gdb.arch/powerpc-d128-regs.exp
207 * gdb.arch/powerpc-stackless.exp
208 * gdb.arch/ppc64-atomic-inst.exp
209 * gdb.arch/s390-stackless.exp
210 * gdb.arch/s390-tdbregs.exp
211 * gdb.arch/s390-vregs.exp
212 * gdb.arch/sparc-sysstep.exp
213 * gdb.arch/thumb-bx-pc.exp
214 * gdb.arch/thumb-singlestep.exp
215 * gdb.arch/thumb2-it.exp
216 * gdb.arch/vsx-regs.exp
217 * gdb.asm/asm-source.exp
218 * gdb.base/a2-run.exp
219 * gdb.base/advance.exp
220 * gdb.base/all-bin.exp
221 * gdb.base/anon.exp
222 * gdb.base/args.exp
223 * gdb.base/arithmet.exp
224 * gdb.base/async-shell.exp
225 * gdb.base/async.exp
226 * gdb.base/attach-pie-noexec.exp
227 * gdb.base/attach-twice.exp
228 * gdb.base/auto-load.exp
229 * gdb.base/bang.exp
230 * gdb.base/bitfields.exp
231 * gdb.base/break-always.exp
232 * gdb.base/break-caller-line.exp
233 * gdb.base/break-entry.exp
234 * gdb.base/break-inline.exp
235 * gdb.base/break-on-linker-gcd-function.exp
236 * gdb.base/break-probes.exp
237 * gdb.base/break.exp
238 * gdb.base/breakpoint-shadow.exp
239 * gdb.base/call-ar-st.exp
240 * gdb.base/call-sc.exp
241 * gdb.base/call-signal-resume.exp
242 * gdb.base/call-strs.exp
243 * gdb.base/callfuncs.exp
244 * gdb.base/catch-fork-static.exp
245 * gdb.base/catch-gdb-caused-signals.exp
246 * gdb.base/catch-load.exp
247 * gdb.base/catch-signal-fork.exp
248 * gdb.base/catch-signal.exp
249 * gdb.base/catch-syscall.exp
250 * gdb.base/charset.exp
251 * gdb.base/checkpoint.exp
252 * gdb.base/chng-syms.exp
253 * gdb.base/code-expr.exp
254 * gdb.base/code_elim.exp
255 * gdb.base/commands.exp
256 * gdb.base/completion.exp
257 * gdb.base/complex.exp
258 * gdb.base/cond-expr.exp
259 * gdb.base/condbreak.exp
260 * gdb.base/consecutive.exp
261 * gdb.base/continue-all-already-running.exp
262 * gdb.base/coredump-filter.exp
263 * gdb.base/corefile.exp
264 * gdb.base/dbx.exp
265 * gdb.base/debug-expr.exp
266 * gdb.base/define.exp
267 * gdb.base/del.exp
268 * gdb.base/disabled-location.exp
269 * gdb.base/disasm-end-cu.exp
270 * gdb.base/disasm-optim.exp
271 * gdb.base/display.exp
272 * gdb.base/duplicate-bp.exp
273 * gdb.base/ena-dis-br.exp
274 * gdb.base/ending-run.exp
275 * gdb.base/enumval.exp
276 * gdb.base/environ.exp
277 * gdb.base/eu-strip-infcall.exp
278 * gdb.base/eval-avoid-side-effects.exp
279 * gdb.base/eval-skip.exp
280 * gdb.base/exitsignal.exp
281 * gdb.base/expand-psymtabs.exp
282 * gdb.base/filesym.exp
283 * gdb.base/find-unmapped.exp
284 * gdb.base/finish.exp
285 * gdb.base/float.exp
286 * gdb.base/foll-exec-mode.exp
287 * gdb.base/foll-exec.exp
288 * gdb.base/foll-fork.exp
289 * gdb.base/fortran-sym-case.exp
290 * gdb.base/freebpcmd.exp
291 * gdb.base/func-ptr.exp
292 * gdb.base/func-ptrs.exp
293 * gdb.base/funcargs.exp
294 * gdb.base/gcore-buffer-overflow.exp
295 * gdb.base/gcore-relro-pie.exp
296 * gdb.base/gcore-relro.exp
297 * gdb.base/gcore.exp
298 * gdb.base/gdb1090.exp
299 * gdb.base/gdb11530.exp
300 * gdb.base/gdb11531.exp
301 * gdb.base/gdb1821.exp
302 * gdb.base/gdbindex-stabs.exp
303 * gdb.base/gdbvars.exp
304 * gdb.base/hbreak.exp
305 * gdb.base/hbreak2.exp
306 * gdb.base/included.exp
307 * gdb.base/infcall-input.exp
308 * gdb.base/inferior-died.exp
309 * gdb.base/infnan.exp
310 * gdb.base/info-macros.exp
311 * gdb.base/info-os.exp
312 * gdb.base/info-proc.exp
313 * gdb.base/info-shared.exp
314 * gdb.base/info-target.exp
315 * gdb.base/infoline.exp
316 * gdb.base/interp.exp
317 * gdb.base/interrupt.exp
318 * gdb.base/jit-reader.exp
319 * gdb.base/jit-simple.exp
320 * gdb.base/kill-after-signal.exp
321 * gdb.base/kill-detach-inferiors-cmd.exp
322 * gdb.base/label.exp
323 * gdb.base/langs.exp
324 * gdb.base/ldbl_e308.exp
325 * gdb.base/line-symtabs.exp
326 * gdb.base/linespecs.exp
327 * gdb.base/list.exp
328 * gdb.base/long_long.exp
329 * gdb.base/longest-types.exp
330 * gdb.base/maint.exp
331 * gdb.base/max-value-size.exp
332 * gdb.base/memattr.exp
333 * gdb.base/mips_pro.exp
334 * gdb.base/morestack.exp
335 * gdb.base/moribund-step.exp
336 * gdb.base/multi-forks.exp
337 * gdb.base/nested-addr.exp
338 * gdb.base/nextoverexit.exp
339 * gdb.base/noreturn-finish.exp
340 * gdb.base/noreturn-return.exp
341 * gdb.base/nostdlib.exp
342 * gdb.base/offsets.exp
343 * gdb.base/opaque.exp
344 * gdb.base/pc-fp.exp
345 * gdb.base/permissions.exp
346 * gdb.base/print-symbol-loading.exp
347 * gdb.base/prologue-include.exp
348 * gdb.base/psymtab.exp
349 * gdb.base/ptype.exp
350 * gdb.base/random-signal.exp
351 * gdb.base/randomize.exp
352 * gdb.base/range-stepping.exp
353 * gdb.base/readline-ask.exp
354 * gdb.base/recpar.exp
355 * gdb.base/recurse.exp
356 * gdb.base/relational.exp
357 * gdb.base/restore.exp
358 * gdb.base/return-nodebug.exp
359 * gdb.base/return.exp
360 * gdb.base/run-after-attach.exp
361 * gdb.base/save-bp.exp
362 * gdb.base/scope.exp
363 * gdb.base/sect-cmd.exp
364 * gdb.base/set-lang-auto.exp
365 * gdb.base/set-noassign.exp
366 * gdb.base/setvar.exp
367 * gdb.base/sigall.exp
368 * gdb.base/sigbpt.exp
369 * gdb.base/siginfo-addr.exp
370 * gdb.base/siginfo-infcall.exp
371 * gdb.base/siginfo-obj.exp
372 * gdb.base/siginfo.exp
373 * gdb.base/signals-state-child.exp
374 * gdb.base/signest.exp
375 * gdb.base/sigstep.exp
376 * gdb.base/sizeof.exp
377 * gdb.base/skip.exp
378 * gdb.base/solib-corrupted.exp
379 * gdb.base/solib-nodir.exp
380 * gdb.base/solib-search.exp
381 * gdb.base/stack-checking.exp
382 * gdb.base/stale-infcall.exp
383 * gdb.base/stap-probe.exp
384 * gdb.base/start.exp
385 * gdb.base/step-break.exp
386 * gdb.base/step-bt.exp
387 * gdb.base/step-line.exp
388 * gdb.base/step-over-exit.exp
389 * gdb.base/step-over-syscall.exp
390 * gdb.base/step-resume-infcall.exp
391 * gdb.base/step-test.exp
392 * gdb.base/store.exp
393 * gdb.base/structs3.exp
394 * gdb.base/sym-file.exp
395 * gdb.base/symbol-without-target_section.exp
396 * gdb.base/term.exp
397 * gdb.base/testenv.exp
398 * gdb.base/ui-redirect.exp
399 * gdb.base/until.exp
400 * gdb.base/unwindonsignal.exp
401 * gdb.base/value-double-free.exp
402 * gdb.base/vla-datatypes.exp
403 * gdb.base/vla-ptr.exp
404 * gdb.base/vla-sideeffect.exp
405 * gdb.base/volatile.exp
406 * gdb.base/watch-cond-infcall.exp
407 * gdb.base/watch-cond.exp
408 * gdb.base/watch-non-mem.exp
409 * gdb.base/watch-read.exp
410 * gdb.base/watch-vfork.exp
411 * gdb.base/watchpoint-cond-gone.exp
412 * gdb.base/watchpoint-delete.exp
413 * gdb.base/watchpoint-hw-hit-once.exp
414 * gdb.base/watchpoint-hw.exp
415 * gdb.base/watchpoint-stops-at-right-insn.exp
416 * gdb.base/watchpoints.exp
417 * gdb.base/wchar.exp
418 * gdb.base/whatis-exp.exp
419 * gdb.btrace/buffer-size.exp
420 * gdb.btrace/data.exp
421 * gdb.btrace/delta.exp
422 * gdb.btrace/dlopen.exp
423 * gdb.btrace/enable.exp
424 * gdb.btrace/exception.exp
425 * gdb.btrace/function_call_history.exp
426 * gdb.btrace/gcore.exp
427 * gdb.btrace/instruction_history.exp
428 * gdb.btrace/nohist.exp
429 * gdb.btrace/reconnect.exp
430 * gdb.btrace/record_goto-step.exp
431 * gdb.btrace/record_goto.exp
432 * gdb.btrace/rn-dl-bind.exp
433 * gdb.btrace/segv.exp
434 * gdb.btrace/step.exp
435 * gdb.btrace/stepi.exp
436 * gdb.btrace/tailcall-only.exp
437 * gdb.btrace/tailcall.exp
438 * gdb.btrace/tsx.exp
439 * gdb.btrace/unknown_functions.exp
440 * gdb.btrace/vdso.exp
441 * gdb.compile/compile-ifunc.exp
442 * gdb.compile/compile-ops.exp
443 * gdb.compile/compile-print.exp
444 * gdb.compile/compile-setjmp.exp
445 * gdb.cp/abstract-origin.exp
446 * gdb.cp/ambiguous.exp
447 * gdb.cp/annota2.exp
448 * gdb.cp/annota3.exp
449 * gdb.cp/anon-ns.exp
450 * gdb.cp/anon-struct.exp
451 * gdb.cp/anon-union.exp
452 * gdb.cp/arg-reference.exp
453 * gdb.cp/baseenum.exp
454 * gdb.cp/bool.exp
455 * gdb.cp/breakpoint.exp
456 * gdb.cp/bs15503.exp
457 * gdb.cp/call-c.exp
458 * gdb.cp/casts.exp
459 * gdb.cp/chained-calls.exp
460 * gdb.cp/class2.exp
461 * gdb.cp/classes.exp
462 * gdb.cp/cmpd-minsyms.exp
463 * gdb.cp/converts.exp
464 * gdb.cp/cp-relocate.exp
465 * gdb.cp/cpcompletion.exp
466 * gdb.cp/cpexprs.exp
467 * gdb.cp/cplabel.exp
468 * gdb.cp/cplusfuncs.exp
469 * gdb.cp/cpsizeof.exp
470 * gdb.cp/ctti.exp
471 * gdb.cp/derivation.exp
472 * gdb.cp/destrprint.exp
473 * gdb.cp/dispcxx.exp
474 * gdb.cp/enum-class.exp
475 * gdb.cp/exception.exp
476 * gdb.cp/exceptprint.exp
477 * gdb.cp/expand-psymtabs-cxx.exp
478 * gdb.cp/expand-sals.exp
479 * gdb.cp/extern-c.exp
480 * gdb.cp/filename.exp
481 * gdb.cp/formatted-ref.exp
482 * gdb.cp/fpointer.exp
483 * gdb.cp/gdb1355.exp
484 * gdb.cp/gdb2495.exp
485 * gdb.cp/hang.exp
486 * gdb.cp/impl-this.exp
487 * gdb.cp/infcall-dlopen.exp
488 * gdb.cp/inherit.exp
489 * gdb.cp/iostream.exp
490 * gdb.cp/koenig.exp
491 * gdb.cp/local.exp
492 * gdb.cp/m-data.exp
493 * gdb.cp/m-static.exp
494 * gdb.cp/mb-ctor.exp
495 * gdb.cp/mb-inline.exp
496 * gdb.cp/mb-templates.exp
497 * gdb.cp/member-name.exp
498 * gdb.cp/member-ptr.exp
499 * gdb.cp/meth-typedefs.exp
500 * gdb.cp/method.exp
501 * gdb.cp/method2.exp
502 * gdb.cp/minsym-fallback.exp
503 * gdb.cp/misc.exp
504 * gdb.cp/namelessclass.exp
505 * gdb.cp/namespace-enum.exp
506 * gdb.cp/namespace-nested-import.exp
507 * gdb.cp/namespace.exp
508 * gdb.cp/nextoverthrow.exp
509 * gdb.cp/no-dmgl-verbose.exp
510 * gdb.cp/non-trivial-retval.exp
511 * gdb.cp/noparam.exp
512 * gdb.cp/nsdecl.exp
513 * gdb.cp/nsimport.exp
514 * gdb.cp/nsnested.exp
515 * gdb.cp/nsnoimports.exp
516 * gdb.cp/nsrecurs.exp
517 * gdb.cp/nsstress.exp
518 * gdb.cp/nsusing.exp
519 * gdb.cp/operator.exp
520 * gdb.cp/oranking.exp
521 * gdb.cp/overload-const.exp
522 * gdb.cp/overload.exp
523 * gdb.cp/ovldbreak.exp
524 * gdb.cp/ovsrch.exp
525 * gdb.cp/paren-type.exp
526 * gdb.cp/parse-lang.exp
527 * gdb.cp/pass-by-ref.exp
528 * gdb.cp/pr-1023.exp
529 * gdb.cp/pr-1210.exp
530 * gdb.cp/pr-574.exp
531 * gdb.cp/pr10687.exp
532 * gdb.cp/pr12028.exp
533 * gdb.cp/pr17132.exp
534 * gdb.cp/pr17494.exp
535 * gdb.cp/pr9067.exp
536 * gdb.cp/pr9167.exp
537 * gdb.cp/pr9631.exp
538 * gdb.cp/printmethod.exp
539 * gdb.cp/psmang.exp
540 * gdb.cp/psymtab-parameter.exp
541 * gdb.cp/ptype-cv-cp.exp
542 * gdb.cp/ptype-flags.exp
543 * gdb.cp/re-set-overloaded.exp
544 * gdb.cp/ref-types.exp
545 * gdb.cp/rtti.exp
546 * gdb.cp/scope-err.exp
547 * gdb.cp/shadow.exp
548 * gdb.cp/smartp.exp
549 * gdb.cp/static-method.exp
550 * gdb.cp/static-print-quit.exp
551 * gdb.cp/temargs.exp
552 * gdb.cp/templates.exp
553 * gdb.cp/try_catch.exp
554 * gdb.cp/typedef-operator.exp
555 * gdb.cp/typeid.exp
556 * gdb.cp/userdef.exp
557 * gdb.cp/using-crash.exp
558 * gdb.cp/var-tag.exp
559 * gdb.cp/virtbase.exp
560 * gdb.cp/virtfunc.exp
561 * gdb.cp/virtfunc2.exp
562 * gdb.cp/vla-cxx.exp
563 * gdb.disasm/t01_mov.exp
564 * gdb.disasm/t02_mova.exp
565 * gdb.disasm/t03_add.exp
566 * gdb.disasm/t04_sub.exp
567 * gdb.disasm/t05_cmp.exp
568 * gdb.disasm/t06_ari2.exp
569 * gdb.disasm/t07_ari3.exp
570 * gdb.disasm/t08_or.exp
571 * gdb.disasm/t09_xor.exp
572 * gdb.disasm/t10_and.exp
573 * gdb.disasm/t11_logs.exp
574 * gdb.disasm/t12_bit.exp
575 * gdb.disasm/t13_otr.exp
576 * gdb.dlang/circular.exp
577 * gdb.dwarf2/arr-stride.exp
578 * gdb.dwarf2/arr-subrange.exp
579 * gdb.dwarf2/atomic-type.exp
580 * gdb.dwarf2/bad-regnum.exp
581 * gdb.dwarf2/bitfield-parent-optimized-out.exp
582 * gdb.dwarf2/callframecfa.exp
583 * gdb.dwarf2/clztest.exp
584 * gdb.dwarf2/corrupt.exp
585 * gdb.dwarf2/data-loc.exp
586 * gdb.dwarf2/dup-psym.exp
587 * gdb.dwarf2/dw2-anon-mptr.exp
588 * gdb.dwarf2/dw2-anonymous-func.exp
589 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
590 * gdb.dwarf2/dw2-bad-unresolved.exp
591 * gdb.dwarf2/dw2-basic.exp
592 * gdb.dwarf2/dw2-canonicalize-type.exp
593 * gdb.dwarf2/dw2-case-insensitive.exp
594 * gdb.dwarf2/dw2-common-block.exp
595 * gdb.dwarf2/dw2-compdir-oldgcc.exp
596 * gdb.dwarf2/dw2-compressed.exp
597 * gdb.dwarf2/dw2-const.exp
598 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
599 * gdb.dwarf2/dw2-cu-size.exp
600 * gdb.dwarf2/dw2-dup-frame.exp
601 * gdb.dwarf2/dw2-entry-value.exp
602 * gdb.dwarf2/dw2-icycle.exp
603 * gdb.dwarf2/dw2-ifort-parameter.exp
604 * gdb.dwarf2/dw2-inline-break.exp
605 * gdb.dwarf2/dw2-inline-param.exp
606 * gdb.dwarf2/dw2-intercu.exp
607 * gdb.dwarf2/dw2-intermix.exp
608 * gdb.dwarf2/dw2-lexical-block-bare.exp
609 * gdb.dwarf2/dw2-linkage-name-trust.exp
610 * gdb.dwarf2/dw2-minsym-in-cu.exp
611 * gdb.dwarf2/dw2-noloc.exp
612 * gdb.dwarf2/dw2-op-call.exp
613 * gdb.dwarf2/dw2-op-out-param.exp
614 * gdb.dwarf2/dw2-opt-structptr.exp
615 * gdb.dwarf2/dw2-param-error.exp
616 * gdb.dwarf2/dw2-producer.exp
617 * gdb.dwarf2/dw2-ranges-base.exp
618 * gdb.dwarf2/dw2-ref-missing-frame.exp
619 * gdb.dwarf2/dw2-reg-undefined.exp
620 * gdb.dwarf2/dw2-regno-invalid.exp
621 * gdb.dwarf2/dw2-restore.exp
622 * gdb.dwarf2/dw2-restrict.exp
623 * gdb.dwarf2/dw2-single-line-discriminators.exp
624 * gdb.dwarf2/dw2-strp.exp
625 * gdb.dwarf2/dw2-undefined-ret-addr.exp
626 * gdb.dwarf2/dw2-unresolved.exp
627 * gdb.dwarf2/dw2-var-zero-addr.exp
628 * gdb.dwarf2/dw4-sig-types.exp
629 * gdb.dwarf2/dwz.exp
630 * gdb.dwarf2/dynarr-ptr.exp
631 * gdb.dwarf2/enum-type.exp
632 * gdb.dwarf2/gdb-index.exp
633 * gdb.dwarf2/implptr-64bit.exp
634 * gdb.dwarf2/implptr-optimized-out.exp
635 * gdb.dwarf2/implptr.exp
636 * gdb.dwarf2/implref-array.exp
637 * gdb.dwarf2/implref-const.exp
638 * gdb.dwarf2/implref-global.exp
639 * gdb.dwarf2/implref-struct.exp
640 * gdb.dwarf2/mac-fileno.exp
641 * gdb.dwarf2/main-subprogram.exp
642 * gdb.dwarf2/member-ptr-forwardref.exp
643 * gdb.dwarf2/method-ptr.exp
644 * gdb.dwarf2/missing-sig-type.exp
645 * gdb.dwarf2/nonvar-access.exp
646 * gdb.dwarf2/opaque-type-lookup.exp
647 * gdb.dwarf2/pieces-optimized-out.exp
648 * gdb.dwarf2/pieces.exp
649 * gdb.dwarf2/pr10770.exp
650 * gdb.dwarf2/pr13961.exp
651 * gdb.dwarf2/staticvirtual.exp
652 * gdb.dwarf2/subrange.exp
653 * gdb.dwarf2/symtab-producer.exp
654 * gdb.dwarf2/trace-crash.exp
655 * gdb.dwarf2/typeddwarf.exp
656 * gdb.dwarf2/valop.exp
657 * gdb.dwarf2/watch-notconst.exp
658 * gdb.fortran/array-element.exp
659 * gdb.fortran/charset.exp
660 * gdb.fortran/common-block.exp
661 * gdb.fortran/complex.exp
662 * gdb.fortran/derived-type-function.exp
663 * gdb.fortran/derived-type.exp
664 * gdb.fortran/logical.exp
665 * gdb.fortran/module.exp
666 * gdb.fortran/multi-dim.exp
667 * gdb.fortran/nested-funcs.exp
668 * gdb.fortran/print-formatted.exp
669 * gdb.fortran/subarray.exp
670 * gdb.fortran/vla-alloc-assoc.exp
671 * gdb.fortran/vla-datatypes.exp
672 * gdb.fortran/vla-history.exp
673 * gdb.fortran/vla-ptr-info.exp
674 * gdb.fortran/vla-ptype-sub.exp
675 * gdb.fortran/vla-ptype.exp
676 * gdb.fortran/vla-sizeof.exp
677 * gdb.fortran/vla-type.exp
678 * gdb.fortran/vla-value-sub-arbitrary.exp
679 * gdb.fortran/vla-value-sub-finish.exp
680 * gdb.fortran/vla-value-sub.exp
681 * gdb.fortran/vla-value.exp
682 * gdb.fortran/whatis_type.exp
683 * gdb.go/chan.exp
684 * gdb.go/handcall.exp
685 * gdb.go/hello.exp
686 * gdb.go/integers.exp
687 * gdb.go/methods.exp
688 * gdb.go/package.exp
689 * gdb.go/strings.exp
690 * gdb.go/types.exp
691 * gdb.go/unsafe.exp
692 * gdb.guile/scm-arch.exp
693 * gdb.guile/scm-block.exp
694 * gdb.guile/scm-breakpoint.exp
695 * gdb.guile/scm-cmd.exp
696 * gdb.guile/scm-disasm.exp
697 * gdb.guile/scm-equal.exp
698 * gdb.guile/scm-frame-args.exp
699 * gdb.guile/scm-frame-inline.exp
700 * gdb.guile/scm-frame.exp
701 * gdb.guile/scm-iterator.exp
702 * gdb.guile/scm-math.exp
703 * gdb.guile/scm-objfile.exp
704 * gdb.guile/scm-ports.exp
705 * gdb.guile/scm-symbol.exp
706 * gdb.guile/scm-symtab.exp
707 * gdb.guile/scm-value-cc.exp
708 * gdb.guile/types-module.exp
709 * gdb.linespec/break-ask.exp
710 * gdb.linespec/cpexplicit.exp
711 * gdb.linespec/explicit.exp
712 * gdb.linespec/keywords.exp
713 * gdb.linespec/linespec.exp
714 * gdb.linespec/ls-dollar.exp
715 * gdb.linespec/ls-errs.exp
716 * gdb.linespec/skip-two.exp
717 * gdb.linespec/thread.exp
718 * gdb.mi/mi-async.exp
719 * gdb.mi/mi-basics.exp
720 * gdb.mi/mi-break.exp
721 * gdb.mi/mi-catch-load.exp
722 * gdb.mi/mi-cli.exp
723 * gdb.mi/mi-cmd-param-changed.exp
724 * gdb.mi/mi-console.exp
725 * gdb.mi/mi-detach.exp
726 * gdb.mi/mi-disassemble.exp
727 * gdb.mi/mi-eval.exp
728 * gdb.mi/mi-file-transfer.exp
729 * gdb.mi/mi-file.exp
730 * gdb.mi/mi-fill-memory.exp
731 * gdb.mi/mi-inheritance-syntax-error.exp
732 * gdb.mi/mi-linespec-err-cp.exp
733 * gdb.mi/mi-logging.exp
734 * gdb.mi/mi-memory-changed.exp
735 * gdb.mi/mi-read-memory.exp
736 * gdb.mi/mi-record-changed.exp
737 * gdb.mi/mi-reg-undefined.exp
738 * gdb.mi/mi-regs.exp
739 * gdb.mi/mi-return.exp
740 * gdb.mi/mi-reverse.exp
741 * gdb.mi/mi-simplerun.exp
742 * gdb.mi/mi-solib.exp
743 * gdb.mi/mi-stack.exp
744 * gdb.mi/mi-stepi.exp
745 * gdb.mi/mi-syn-frame.exp
746 * gdb.mi/mi-until.exp
747 * gdb.mi/mi-var-block.exp
748 * gdb.mi/mi-var-child.exp
749 * gdb.mi/mi-var-cmd.exp
750 * gdb.mi/mi-var-cp.exp
751 * gdb.mi/mi-var-display.exp
752 * gdb.mi/mi-var-invalidate.exp
753 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
754 * gdb.mi/mi-vla-fortran.exp
755 * gdb.mi/mi-watch.exp
756 * gdb.mi/mi2-var-child.exp
757 * gdb.mi/user-selected-context-sync.exp
758 * gdb.modula2/unbounded-array.exp
759 * gdb.multi/dummy-frame-restore.exp
760 * gdb.multi/multi-arch-exec.exp
761 * gdb.multi/multi-arch.exp
762 * gdb.multi/tids.exp
763 * gdb.multi/watchpoint-multi.exp
764 * gdb.opencl/callfuncs.exp
765 * gdb.opencl/convs_casts.exp
766 * gdb.opencl/datatypes.exp
767 * gdb.opencl/operators.exp
768 * gdb.opencl/vec_comps.exp
769 * gdb.opt/clobbered-registers-O2.exp
770 * gdb.opt/inline-break.exp
771 * gdb.opt/inline-bt.exp
772 * gdb.opt/inline-cmds.exp
773 * gdb.opt/inline-locals.exp
774 * gdb.pascal/case-insensitive-symbols.exp
775 * gdb.pascal/floats.exp
776 * gdb.pascal/gdb11492.exp
777 * gdb.python/lib-types.exp
778 * gdb.python/py-arch.exp
779 * gdb.python/py-as-string.exp
780 * gdb.python/py-bad-printers.exp
781 * gdb.python/py-block.exp
782 * gdb.python/py-breakpoint-create-fail.exp
783 * gdb.python/py-breakpoint.exp
784 * gdb.python/py-caller-is.exp
785 * gdb.python/py-cmd.exp
786 * gdb.python/py-explore-cc.exp
787 * gdb.python/py-explore.exp
788 * gdb.python/py-finish-breakpoint.exp
789 * gdb.python/py-finish-breakpoint2.exp
790 * gdb.python/py-frame-args.exp
791 * gdb.python/py-frame-inline.exp
792 * gdb.python/py-frame.exp
793 * gdb.python/py-framefilter-mi.exp
794 * gdb.python/py-infthread.exp
795 * gdb.python/py-lazy-string.exp
796 * gdb.python/py-linetable.exp
797 * gdb.python/py-mi-events.exp
798 * gdb.python/py-mi-objfile.exp
799 * gdb.python/py-mi.exp
800 * gdb.python/py-objfile.exp
801 * gdb.python/py-pp-integral.exp
802 * gdb.python/py-pp-maint.exp
803 * gdb.python/py-pp-re-notag.exp
804 * gdb.python/py-pp-registration.exp
805 * gdb.python/py-recurse-unwind.exp
806 * gdb.python/py-strfns.exp
807 * gdb.python/py-symbol.exp
808 * gdb.python/py-symtab.exp
809 * gdb.python/py-sync-interp.exp
810 * gdb.python/py-typeprint.exp
811 * gdb.python/py-unwind-maint.exp
812 * gdb.python/py-unwind.exp
813 * gdb.python/py-value-cc.exp
814 * gdb.python/py-xmethods.exp
815 * gdb.reverse/amd64-tailcall-reverse.exp
816 * gdb.reverse/break-precsave.exp
817 * gdb.reverse/break-reverse.exp
818 * gdb.reverse/consecutive-precsave.exp
819 * gdb.reverse/consecutive-reverse.exp
820 * gdb.reverse/finish-precsave.exp
821 * gdb.reverse/finish-reverse-bkpt.exp
822 * gdb.reverse/finish-reverse.exp
823 * gdb.reverse/fstatat-reverse.exp
824 * gdb.reverse/getresuid-reverse.exp
825 * gdb.reverse/i386-precsave.exp
826 * gdb.reverse/i386-reverse.exp
827 * gdb.reverse/i386-sse-reverse.exp
828 * gdb.reverse/i387-env-reverse.exp
829 * gdb.reverse/i387-stack-reverse.exp
830 * gdb.reverse/insn-reverse.exp
831 * gdb.reverse/machinestate-precsave.exp
832 * gdb.reverse/machinestate.exp
833 * gdb.reverse/next-reverse-bkpt-over-sr.exp
834 * gdb.reverse/pipe-reverse.exp
835 * gdb.reverse/readv-reverse.exp
836 * gdb.reverse/recvmsg-reverse.exp
837 * gdb.reverse/rerun-prec.exp
838 * gdb.reverse/s390-mvcle.exp
839 * gdb.reverse/step-precsave.exp
840 * gdb.reverse/step-reverse.exp
841 * gdb.reverse/time-reverse.exp
842 * gdb.reverse/until-precsave.exp
843 * gdb.reverse/until-reverse.exp
844 * gdb.reverse/waitpid-reverse.exp
845 * gdb.reverse/watch-precsave.exp
846 * gdb.reverse/watch-reverse.exp
847 * gdb.rust/generics.exp
848 * gdb.rust/methods.exp
849 * gdb.rust/modules.exp
850 * gdb.rust/simple.exp
851 * gdb.server/connect-with-no-symbol-file.exp
852 * gdb.server/ext-attach.exp
853 * gdb.server/ext-restart.exp
854 * gdb.server/ext-wrapper.exp
855 * gdb.server/file-transfer.exp
856 * gdb.server/server-exec-info.exp
857 * gdb.server/server-kill.exp
858 * gdb.server/server-mon.exp
859 * gdb.server/wrapper.exp
860 * gdb.stabs/exclfwd.exp
861 * gdb.stabs/gdb11479.exp
862 * gdb.threads/clone-new-thread-event.exp
863 * gdb.threads/corethreads.exp
864 * gdb.threads/current-lwp-dead.exp
865 * gdb.threads/dlopen-libpthread.exp
866 * gdb.threads/gcore-thread.exp
867 * gdb.threads/sigstep-threads.exp
868 * gdb.threads/watchpoint-fork.exp
869 * gdb.trace/actions-changed.exp
870 * gdb.trace/backtrace.exp
871 * gdb.trace/change-loc.exp
872 * gdb.trace/circ.exp
873 * gdb.trace/collection.exp
874 * gdb.trace/disconnected-tracing.exp
875 * gdb.trace/ftrace.exp
876 * gdb.trace/mi-trace-frame-collected.exp
877 * gdb.trace/mi-trace-unavailable.exp
878 * gdb.trace/mi-traceframe-changed.exp
879 * gdb.trace/mi-tsv-changed.exp
880 * gdb.trace/no-attach-trace.exp
881 * gdb.trace/passc-dyn.exp
882 * gdb.trace/qtro.exp
883 * gdb.trace/range-stepping.exp
884 * gdb.trace/read-memory.exp
885 * gdb.trace/save-trace.exp
886 * gdb.trace/signal.exp
887 * gdb.trace/status-stop.exp
888 * gdb.trace/tfile.exp
889 * gdb.trace/trace-break.exp
890 * gdb.trace/trace-buffer-size.exp
891 * gdb.trace/trace-condition.exp
892 * gdb.trace/tracefile-pseudo-reg.exp
893 * gdb.trace/tstatus.exp
894 * gdb.trace/unavailable.exp
895 * gdb.trace/while-dyn.exp
896 * gdb.trace/while-stepping.exp
897
34c41c68
DE
8982016-12-22 Doug Evans <xdje42@gmail.com>
899
900 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
901 and msymbols.
902
16e69324
YQ
9032016-12-19 Yao Qi <yao.qi@linaro.org>
904
905 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
906 (test_with_self): Don't call do_steps_and_nexts, and remove
907 code about stepping into xmalloc.
908
f94f411b
YQ
9092016-12-09 Yao Qi <yao.qi@linaro.org>
910
911 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
912
9132016-12-09 Yao Qi <yao.qi@linaro.org>
914
915 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
916
f1b5deee
PA
9172016-12-09 Pedro Alves <palves@redhat.com>
918
919 * gdb.base/all-architectures-0.exp: New file.
920 * gdb.base/all-architectures-1.exp: New file.
921 * gdb.base/all-architectures-2.exp: New file.
922 * gdb.base/all-architectures-3.exp: New file.
923 * gdb.base/all-architectures-4.exp: New file.
924 * gdb.base/all-architectures-5.exp: New file.
925 * gdb.base/all-architectures-6.exp: New file.
926 * gdb.base/all-architectures-7.exp: New file.
927 * gdb.base/all-architectures.exp.in: New file.
928
364ca42e
YQ
9292016-12-09 Yao Qi <yao.qi@linaro.org>
930
931 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
932
107c2d62
LM
9332016-12-02 Luis Machado <lgustavo@codesourcery.com>
934
935 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
936 possible.
937 Remove useless pattern-matching code.
938
df3ee9ca
PA
9392016-12-02 Pedro Alves <palves@redhat.com>
940
941 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
942 procedure.
943 (top level): Call it.
944
ec835369
PA
9452016-12-02 Pedro Alves <palves@redhat.com>
946
947 * gdb.base/commands.exp (user_defined_command_args_stack_test):
948 New procedure.
949 (top level): Call it.
950
01770bbd
PA
9512016-12-02 Pedro Alves <palves@redhat.com>
952
953 PR cli/20559
954 * gdb.base/commands.exp (user_defined_command_args_eval): New
955 procedure.
956 (top level): Call it.
957
008459ea
LM
9582016-12-02 Luis Machado <lgustavo@codesourcery.com>
959
960 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
961 timeout handling.
962
0c1b455e
TT
9632016-12-02 Tom Tromey <tom@tromey.com>
964
965 * gdb.dwarf2/main-subprogram.c: New file.
966 * gdb.dwarf2/main-subprogram.exp: New file.
967
018572b8
LM
9682016-12-01 Luis Machado <lgustavo@codesourcery.com>
969
970 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
971 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
972 gdb_test_no_output for a couple of cases.
973 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
974
84c93cd5
LM
9752016-12-01 Luis Machado <lgustavo@codesourcery.com>
976
977 Fix test names and standardize compilation error messages throughout
978 the following files:
979
980 * gdb.ada/start.exp
981 * gdb.arch/alpha-step.exp
982 * gdb.arch/e500-prologue.exp
983 * gdb.arch/ftrace-insn-reloc.exp
984 * gdb.arch/gdb1291.exp
985 * gdb.arch/gdb1431.exp
986 * gdb.arch/gdb1558.exp
987 * gdb.arch/i386-dr3-watch.exp
988 * gdb.arch/i386-sse-stack-align.exp
989 * gdb.arch/ia64-breakpoint-shadow.exp
990 * gdb.arch/pa-nullify.exp
991 * gdb.arch/powerpc-aix-prologue.exp
992 * gdb.arch/thumb-bx-pc.exp
993 * gdb.base/annota1.exp
994 * gdb.base/annota3.exp
995 * gdb.base/arrayidx.exp
996 * gdb.base/assign.exp
997 * gdb.base/attach.exp
998 * gdb.base/auxv.exp
999 * gdb.base/bang.exp
1000 * gdb.base/bfp-test.exp
1001 * gdb.base/bigcore.exp
1002 * gdb.base/bitfields2.exp
1003 * gdb.base/break-fun-addr.exp
1004 * gdb.base/break-probes.exp
1005 * gdb.base/call-rt-st.exp
1006 * gdb.base/callexit.exp
1007 * gdb.base/catch-fork-kill.exp
1008 * gdb.base/charset.exp
1009 * gdb.base/checkpoint.exp
1010 * gdb.base/comprdebug.exp
1011 * gdb.base/constvars.exp
1012 * gdb.base/coredump-filter.exp
1013 * gdb.base/cursal.exp
1014 * gdb.base/cvexpr.exp
1015 * gdb.base/detach.exp
1016 * gdb.base/display.exp
1017 * gdb.base/dmsym.exp
1018 * gdb.base/dprintf-pending.exp
1019 * gdb.base/dso2dso.exp
1020 * gdb.base/dtrace-probe.exp
1021 * gdb.base/dump.exp
1022 * gdb.base/enum_cond.exp
1023 * gdb.base/exe-lock.exp
1024 * gdb.base/exec-invalid-sysroot.exp
1025 * gdb.base/execl-update-breakpoints.exp
1026 * gdb.base/exprs.exp
1027 * gdb.base/fileio.exp
1028 * gdb.base/find.exp
1029 * gdb.base/finish.exp
1030 * gdb.base/fixsection.exp
1031 * gdb.base/foll-vfork.exp
1032 * gdb.base/frame-args.exp
1033 * gdb.base/gcore.exp
1034 * gdb.base/gdb1250.exp
1035 * gdb.base/global-var-nested-by-dso.exp
1036 * gdb.base/gnu-ifunc.exp
1037 * gdb.base/hashline1.exp
1038 * gdb.base/hashline2.exp
1039 * gdb.base/hashline3.exp
1040 * gdb.base/hbreak-in-shr-unsupported.exp
1041 * gdb.base/huge.exp
1042 * gdb.base/infcall-input.exp
1043 * gdb.base/info-fun.exp
1044 * gdb.base/info-shared.exp
1045 * gdb.base/jit-simple.exp
1046 * gdb.base/jit-so.exp
1047 * gdb.base/jit.exp
1048 * gdb.base/jump.exp
1049 * gdb.base/label.exp
1050 * gdb.base/lineinc.exp
1051 * gdb.base/logical.exp
1052 * gdb.base/longjmp.exp
1053 * gdb.base/macscp.exp
1054 * gdb.base/miscexprs.exp
1055 * gdb.base/new-ui-echo.exp
1056 * gdb.base/new-ui-pending-input.exp
1057 * gdb.base/new-ui.exp
1058 * gdb.base/nodebug.exp
1059 * gdb.base/nofield.exp
1060 * gdb.base/offsets.exp
1061 * gdb.base/overlays.exp
1062 * gdb.base/pending.exp
1063 * gdb.base/pointers.exp
1064 * gdb.base/pr11022.exp
1065 * gdb.base/printcmds.exp
1066 * gdb.base/prologue.exp
1067 * gdb.base/ptr-typedef.exp
1068 * gdb.base/realname-expand.exp
1069 * gdb.base/relativedebug.exp
1070 * gdb.base/relocate.exp
1071 * gdb.base/remote.exp
1072 * gdb.base/reread.exp
1073 * gdb.base/return2.exp
1074 * gdb.base/savedregs.exp
1075 * gdb.base/sep.exp
1076 * gdb.base/sepdebug.exp
1077 * gdb.base/sepsymtab.exp
1078 * gdb.base/set-inferior-tty.exp
1079 * gdb.base/setshow.exp
1080 * gdb.base/shlib-call.exp
1081 * gdb.base/sigaltstack.exp
1082 * gdb.base/siginfo-addr.exp
1083 * gdb.base/signals.exp
1084 * gdb.base/signull.exp
1085 * gdb.base/sigrepeat.exp
1086 * gdb.base/so-impl-ld.exp
1087 * gdb.base/solib-display.exp
1088 * gdb.base/solib-overlap.exp
1089 * gdb.base/solib-search.exp
1090 * gdb.base/solib-symbol.exp
1091 * gdb.base/structs.exp
1092 * gdb.base/structs2.exp
1093 * gdb.base/symtab-search-order.exp
1094 * gdb.base/twice.exp
1095 * gdb.base/unload.exp
1096 * gdb.base/varargs.exp
1097 * gdb.base/watchpoint-solib.exp
1098 * gdb.base/watchpoint.exp
1099 * gdb.base/whatis.exp
1100 * gdb.base/wrong_frame_bt_full.exp
1101 * gdb.btrace/dlopen.exp
1102 * gdb.cell/ea-standalone.exp
1103 * gdb.cell/ea-test.exp
1104 * gdb.cp/dispcxx.exp
1105 * gdb.cp/gdb2384.exp
1106 * gdb.cp/method2.exp
1107 * gdb.cp/nextoverthrow.exp
1108 * gdb.cp/pr10728.exp
1109 * gdb.disasm/am33.exp
1110 * gdb.disasm/h8300s.exp
1111 * gdb.disasm/mn10300.exp
1112 * gdb.disasm/sh3.exp
1113 * gdb.dwarf2/dw2-dir-file-name.exp
1114 * gdb.fortran/complex.exp
1115 * gdb.fortran/library-module.exp
1116 * gdb.guile/scm-pretty-print.exp
1117 * gdb.guile/scm-symbol.exp
1118 * gdb.guile/scm-type.exp
1119 * gdb.guile/scm-value.exp
1120 * gdb.linespec/linespec.exp
1121 * gdb.mi/gdb701.exp
1122 * gdb.mi/gdb792.exp
1123 * gdb.mi/mi-breakpoint-changed.exp
1124 * gdb.mi/mi-dprintf-pending.exp
1125 * gdb.mi/mi-dprintf.exp
1126 * gdb.mi/mi-exit-code.exp
1127 * gdb.mi/mi-pending.exp
1128 * gdb.mi/mi-solib.exp
1129 * gdb.mi/new-ui-mi-sync.exp
1130 * gdb.mi/pr11022.exp
1131 * gdb.mi/user-selected-context-sync.exp
1132 * gdb.opt/solib-intra-step.exp
1133 * gdb.python/py-events.exp
1134 * gdb.python/py-finish-breakpoint.exp
1135 * gdb.python/py-mi.exp
1136 * gdb.python/py-prettyprint.exp
1137 * gdb.python/py-shared.exp
1138 * gdb.python/py-symbol.exp
1139 * gdb.python/py-template.exp
1140 * gdb.python/py-type.exp
1141 * gdb.python/py-value.exp
1142 * gdb.reverse/solib-precsave.exp
1143 * gdb.reverse/solib-reverse.exp
1144 * gdb.server/solib-list.exp
1145 * gdb.stabs/weird.exp
1146 * gdb.threads/reconnect-signal.exp
1147 * gdb.threads/stepi-random-signal.exp
1148 * gdb.trace/actions.exp
1149 * gdb.trace/ax.exp
1150 * gdb.trace/backtrace.exp
1151 * gdb.trace/change-loc.exp
1152 * gdb.trace/deltrace.exp
1153 * gdb.trace/ftrace-lock.exp
1154 * gdb.trace/ftrace.exp
1155 * gdb.trace/infotrace.exp
1156 * gdb.trace/mi-tracepoint-changed.exp
1157 * gdb.trace/packetlen.exp
1158 * gdb.trace/passcount.exp
1159 * gdb.trace/pending.exp
1160 * gdb.trace/range-stepping.exp
1161 * gdb.trace/report.exp
1162 * gdb.trace/stap-trace.exp
1163 * gdb.trace/tfind.exp
1164 * gdb.trace/trace-break.exp
1165 * gdb.trace/trace-condition.exp
1166 * gdb.trace/trace-enable-disable.exp
1167 * gdb.trace/trace-mt.exp
1168 * gdb.trace/tracecmd.exp
1169 * gdb.trace/tspeed.exp
1170 * gdb.trace/tsv.exp
1171 * lib/perftest.exp
1172
fb9feb35
LM
11732016-12-01 Luis Machado <lgustavo@codesourcery.com>
1174
1175 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1176 with gdb_test_no_output.
1177 Use command as test name.
1178
cd2ddb6c
LM
11792016-12-01 Luis Machado <lgustavo@codesourcery.com>
1180
1181 Fix test names starting with uppercase throughout the files.
1182
1183 * gdb.ada/assign_1.exp
1184 * gdb.ada/boolean_expr.exp
1185 * gdb.base/arrayidx.exp
1186 * gdb.base/del.exp
1187 * gdb.base/gcore-buffer-overflow.exp
1188 * gdb.base/testenv.exp
1189 * gdb.compile/compile.exp
1190 * gdb.python/py-framefilter-invalidarg.exp
1191 * gdb.python/py-framefilter.exp
1192
bb95117e
LM
11932016-12-01 Luis Machado <lgustavo@codesourcery.com>
1194
1195 Fix test names starting with uppercase throughout the files.
1196
1197 * gdb.ada/array_return.exp
1198 * gdb.ada/expr_delims.exp
1199 * gdb.ada/mi_dyn_arr.exp
1200 * gdb.ada/mi_interface.exp
1201 * gdb.ada/mi_var_array.exp
1202 * gdb.ada/watch_arg.exp
1203 * gdb.arch/alpha-step.exp
1204 * gdb.arch/altivec-regs.exp
1205 * gdb.arch/e500-regs.exp
1206 * gdb.arch/powerpc-d128-regs.exp
1207 * gdb.base/arrayidx.exp
1208 * gdb.base/break.exp
1209 * gdb.base/checkpoint.exp
1210 * gdb.base/debug-expr.exp
1211 * gdb.base/dmsym.exp
1212 * gdb.base/radix.exp
1213 * gdb.base/sepdebug.exp
1214 * gdb.base/testenv.exp
1215 * gdb.base/watch_thread_num.exp
1216 * gdb.base/watchpoint-cond-gone.exp
1217 * gdb.cell/break.exp
1218 * gdb.cell/ea-cache.exp
1219 * gdb.compile/compile.exp
1220 * gdb.cp/gdb2495.exp
1221 * gdb.gdb/selftest.exp
1222 * gdb.gdb/xfullpath.exp
1223 * gdb.go/hello.exp
1224 * gdb.go/integers.exp
1225 * gdb.objc/basicclass.exp
1226 * gdb.pascal/hello.exp
1227 * gdb.pascal/integers.exp
1228 * gdb.python/py-breakpoint.exp
1229 * gdb.python/py-cmd.exp
1230 * gdb.python/py-linetable.exp
1231 * gdb.python/py-xmethods.exp
1232 * gdb.python/python.exp
1233 * gdb.reverse/consecutive-precsave.exp
1234 * gdb.reverse/finish-precsave.exp
1235 * gdb.reverse/i386-precsave.exp
1236 * gdb.reverse/machinestate-precsave.exp
1237 * gdb.reverse/sigall-precsave.exp
1238 * gdb.reverse/solib-precsave.exp
1239 * gdb.reverse/step-precsave.exp
1240 * gdb.reverse/until-precsave.exp
1241 * gdb.reverse/watch-precsave.exp
1242 * gdb.threads/leader-exit.exp
1243 * gdb.threads/pthreads.exp
1244 * gdb.threads/wp-replication.exp
1245 * gdb.trace/actions.exp
1246 * gdb.trace/mi-tsv-changed.exp
1247 * gdb.trace/tsv.exp
1248
de97fdd4
LM
12492016-12-01 Luis Machado <lgustavo@codesourcery.com>
1250
1251 Fix test names starting with uppercase throughout the files.
1252
1253 * gdb.arch/i386-bp_permanent.exp
1254 * gdb.arch/i386-gnu-cfi.exp
1255 * gdb.base/disasm-end-cu.exp
1256 * gdb.base/macscp.exp
1257 * gdb.base/pending.exp
1258 * gdb.base/watch_thread_num.exp
1259 * gdb.cp/exception.exp
1260 * gdb.cp/gdb2495.exp
1261 * gdb.cp/local.exp
1262 * gdb.python/py-evsignal.exp
1263 * gdb.python/python.exp
1264 * gdb.trace/tracecmd.exp
1265
9f058c10
LM
12662016-12-01 Luis Machado <lgustavo@codesourcery.com>
1267
1268 Fix test names starting with uppercase throughout the files.
1269
1270 * gdb.base/charset.exp
1271 * gdb.base/eval.exp
1272 * gdb.base/multi-forks.exp
1273 * gdb.guile/scm-progspace.exp
1274 * gdb.opencl/datatypes.exp
1275 * gdb.python/py-block.exp
1276 * gdb.python/py-function.exp
1277 * gdb.python/py-symbol.exp
1278 * gdb.python/py-symtab.exp
1279 * gdb.python/py-xmethods.exp
1280 * gdb.reverse/break-precsave.exp
1281 * gdb.reverse/break-reverse.exp
1282 * gdb.reverse/consecutive-precsave.exp
1283 * gdb.reverse/consecutive-reverse.exp
1284 * gdb.reverse/finish-precsave.exp
1285 * gdb.reverse/finish-reverse-bkpt.exp
1286 * gdb.reverse/finish-reverse.exp
1287 * gdb.reverse/fstatat-reverse.exp
1288 * gdb.reverse/getresuid-reverse.exp
1289 * gdb.reverse/i386-precsave.exp
1290 * gdb.reverse/i386-reverse.exp
1291 * gdb.reverse/i386-sse-reverse.exp
1292 * gdb.reverse/i387-stack-reverse.exp
1293 * gdb.reverse/insn-reverse.exp
1294 * gdb.reverse/machinestate-precsave.exp
1295 * gdb.reverse/machinestate.exp
1296 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1297 * gdb.reverse/pipe-reverse.exp
1298 * gdb.reverse/readv-reverse.exp
1299 * gdb.reverse/recvmsg-reverse.exp
1300 * gdb.reverse/rerun-prec.exp
1301 * gdb.reverse/s390-mvcle.exp
1302 * gdb.reverse/sigall-precsave.exp
1303 * gdb.reverse/sigall-reverse.exp
1304 * gdb.reverse/solib-precsave.exp
1305 * gdb.reverse/solib-reverse.exp
1306 * gdb.reverse/step-precsave.exp
1307 * gdb.reverse/step-reverse.exp
1308 * gdb.reverse/time-reverse.exp
1309 * gdb.reverse/until-precsave.exp
1310 * gdb.reverse/until-reverse.exp
1311 * gdb.reverse/waitpid-reverse.exp
1312 * gdb.reverse/watch-precsave.exp
1313 * gdb.reverse/watch-reverse.exp
1314
cdc7edd7
LM
13152016-12-01 Luis Machado <lgustavo@codesourcery.com>
1316
1317 Fix test names starting with uppercase throughout the files.
1318
1319 * gdb.arch/i386-mpx-simple_segv.exp
1320 * gdb.arch/i386-mpx.exp
1321 * gdb.arch/i386-permbkpt.exp
1322 * gdb.arch/pa-nullify.exp
1323 * gdb.arch/powerpc-d128-regs.exp
1324 * gdb.arch/vsx-regs.exp
1325 * gdb.base/bfp-test.exp
1326 * gdb.base/break.exp
1327 * gdb.base/breakpoint-shadow.exp
1328 * gdb.base/callfuncs.exp
1329 * gdb.base/charset.exp
1330 * gdb.base/commands.exp
1331 * gdb.base/completion.exp
1332 * gdb.base/dfp-test.exp
1333 * gdb.base/echo.exp
1334 * gdb.base/ending-run.exp
1335 * gdb.base/eval.exp
1336 * gdb.base/expand-psymtabs.exp
1337 * gdb.base/float128.exp
1338 * gdb.base/floatn.exp
1339 * gdb.base/foll-exec-mode.exp
1340 * gdb.base/gdb1056.exp
1341 * gdb.base/gdb11531.exp
1342 * gdb.base/kill-after-signal.exp
1343 * gdb.base/multi-forks.exp
1344 * gdb.base/overlays.exp
1345 * gdb.base/pending.exp
1346 * gdb.base/sepdebug.exp
1347 * gdb.base/testenv.exp
1348 * gdb.base/valgrind-db-attach.exp
1349 * gdb.base/watch_thread_num.exp
1350 * gdb.base/watchpoint-cond-gone.exp
1351 * gdb.base/watchpoint.exp
1352 * gdb.base/watchpoints.exp
1353 * gdb.cp/arg-reference.exp
1354 * gdb.cp/baseenum.exp
1355 * gdb.cp/operator.exp
1356 * gdb.cp/shadow.exp
1357 * gdb.dwarf2/dw2-op-out-param.exp
1358 * gdb.dwarf2/dw2-reg-undefined.exp
1359 * gdb.go/chan.exp
1360 * gdb.go/hello.exp
1361 * gdb.go/integers.exp
1362 * gdb.go/methods.exp
1363 * gdb.go/package.exp
1364 * gdb.guile/scm-parameter.exp
1365 * gdb.guile/scm-progspace.exp
1366 * gdb.guile/scm-value.exp
1367 * gdb.mi/mi-pending.exp
1368 * gdb.mi/user-selected-context-sync.exp
1369 * gdb.multi/multi-attach.exp
1370 * gdb.multi/tids.exp
1371 * gdb.opt/clobbered-registers-O2.exp
1372 * gdb.pascal/floats.exp
1373 * gdb.pascal/integers.exp
1374 * gdb.python/py-block.exp
1375 * gdb.python/py-events.exp
1376 * gdb.python/py-parameter.exp
1377 * gdb.python/py-symbol.exp
1378 * gdb.python/py-symtab.exp
1379 * gdb.python/py-type.exp
1380 * gdb.python/py-value.exp
1381 * gdb.python/py-xmethods.exp
1382 * gdb.python/python.exp
1383 * gdb.reverse/break-precsave.exp
1384 * gdb.reverse/consecutive-precsave.exp
1385 * gdb.reverse/finish-precsave.exp
1386 * gdb.reverse/i386-precsave.exp
1387 * gdb.reverse/machinestate-precsave.exp
1388 * gdb.reverse/sigall-precsave.exp
1389 * gdb.reverse/solib-precsave.exp
1390 * gdb.reverse/step-precsave.exp
1391 * gdb.reverse/until-precsave.exp
1392 * gdb.reverse/watch-precsave.exp
1393 * gdb.server/ext-attach.exp
1394 * gdb.server/ext-restart.exp
1395 * gdb.server/ext-run.exp
1396 * gdb.server/ext-wrapper.exp
1397 * gdb.stabs/gdb11479.exp
1398 * gdb.stabs/weird.exp
1399 * gdb.threads/attach-many-short-lived-threads.exp
1400 * gdb.threads/kill.exp
1401 * gdb.threads/watchpoint-fork.exp
1402
bc6c7af4
LM
14032016-12-01 Luis Machado <lgustavo@codesourcery.com>
1404
1405 Fix test names starting with uppercase throughout all the files below.
1406
1407 * gdb.ada/array_return.exp
1408 * gdb.ada/catch_ex.exp
1409 * gdb.ada/info_exc.exp
1410 * gdb.ada/mi_catch_ex.exp
1411 * gdb.ada/mi_dyn_arr.exp
1412 * gdb.ada/mi_ex_cond.exp
1413 * gdb.ada/mi_exc_info.exp
1414 * gdb.ada/mi_interface.exp
1415 * gdb.ada/mi_task_arg.exp
1416 * gdb.ada/mi_task_info.exp
1417 * gdb.ada/mi_var_array.exp
1418 * gdb.arch/alpha-step.exp
1419 * gdb.arch/amd64-disp-step.exp
1420 * gdb.arch/arm-disp-step.exp
1421 * gdb.arch/disp-step-insn-reloc.exp
1422 * gdb.arch/e500-prologue.exp
1423 * gdb.arch/ftrace-insn-reloc.exp
1424 * gdb.arch/gdb1558.exp
1425 * gdb.arch/i386-bp_permanent.exp
1426 * gdb.arch/i386-disp-step.exp
1427 * gdb.arch/i386-float.exp
1428 * gdb.arch/i386-gnu-cfi.exp
1429 * gdb.arch/ia64-breakpoint-shadow.exp
1430 * gdb.arch/mips16-thunks.exp
1431 * gdb.arch/pa-nullify.exp
1432 * gdb.arch/powerpc-aix-prologue.exp
1433 * gdb.arch/powerpc-power.exp
1434 * gdb.arch/ppc-dfp.exp
1435 * gdb.arch/s390-tdbregs.exp
1436 * gdb.arch/spu-info.exp
1437 * gdb.arch/spu-ls.exp
1438 * gdb.arch/thumb-bx-pc.exp
1439 * gdb.base/advance.exp
1440 * gdb.base/annota-input-while-running.exp
1441 * gdb.base/arrayidx.exp
1442 * gdb.base/asmlabel.exp
1443 * gdb.base/async.exp
1444 * gdb.base/attach-wait-input.exp
1445 * gdb.base/auto-connect-native-target.exp
1446 * gdb.base/batch-preserve-term-settings.exp
1447 * gdb.base/bfp-test.exp
1448 * gdb.base/bigcore.exp
1449 * gdb.base/bp-permanent.exp
1450 * gdb.base/break-always.exp
1451 * gdb.base/break-fun-addr.exp
1452 * gdb.base/break-idempotent.exp
1453 * gdb.base/break-main-file-remove-fail.exp
1454 * gdb.base/break-probes.exp
1455 * gdb.base/break-unload-file.exp
1456 * gdb.base/break.exp
1457 * gdb.base/call-ar-st.exp
1458 * gdb.base/call-rt-st.exp
1459 * gdb.base/call-sc.exp
1460 * gdb.base/call-signal-resume.exp
1461 * gdb.base/call-strs.exp
1462 * gdb.base/callexit.exp
1463 * gdb.base/callfuncs.exp
1464 * gdb.base/catch-gdb-caused-signals.exp
1465 * gdb.base/catch-signal-siginfo-cond.exp
1466 * gdb.base/catch-syscall.exp
1467 * gdb.base/compare-sections.exp
1468 * gdb.base/cond-eval-mode.exp
1469 * gdb.base/condbreak-call-false.exp
1470 * gdb.base/consecutive-step-over.exp
1471 * gdb.base/cursal.exp
1472 * gdb.base/disabled-location.exp
1473 * gdb.base/disasm-end-cu.exp
1474 * gdb.base/display.exp
1475 * gdb.base/double-prompt-target-event-error.exp
1476 * gdb.base/dprintf-bp-same-addr.exp
1477 * gdb.base/dprintf-detach.exp
1478 * gdb.base/dprintf-next.exp
1479 * gdb.base/dprintf-non-stop.exp
1480 * gdb.base/dprintf-pending.exp
1481 * gdb.base/dso2dso.exp
1482 * gdb.base/ending-run.exp
1483 * gdb.base/enum_cond.exp
1484 * gdb.base/examine-backward.exp
1485 * gdb.base/exe-lock.exp
1486 * gdb.base/exec-invalid-sysroot.exp
1487 * gdb.base/execl-update-breakpoints.exp
1488 * gdb.base/execution-termios.exp
1489 * gdb.base/fileio.exp
1490 * gdb.base/fixsection.exp
1491 * gdb.base/foll-exec-mode.exp
1492 * gdb.base/foll-exec.exp
1493 * gdb.base/fork-running-state.exp
1494 * gdb.base/frame-args.exp
1495 * gdb.base/fullpath-expand.exp
1496 * gdb.base/func-ptr.exp
1497 * gdb.base/gcore-relro-pie.exp
1498 * gdb.base/gdb1090.exp
1499 * gdb.base/gdb1555.exp
1500 * gdb.base/global-var-nested-by-dso.exp
1501 * gdb.base/gnu-ifunc.exp
1502 * gdb.base/hbreak-in-shr-unsupported.exp
1503 * gdb.base/hbreak-unmapped.exp
1504 * gdb.base/hook-stop.exp
1505 * gdb.base/infcall-input.exp
1506 * gdb.base/info-fun.exp
1507 * gdb.base/info-shared.exp
1508 * gdb.base/interrupt-noterm.exp
1509 * gdb.base/jit-so.exp
1510 * gdb.base/jit.exp
1511 * gdb.base/line-symtabs.exp
1512 * gdb.base/list.exp
1513 * gdb.base/longjmp.exp
1514 * gdb.base/macscp.exp
1515 * gdb.base/max-value-size.exp
1516 * gdb.base/nodebug.exp
1517 * gdb.base/nofield.exp
1518 * gdb.base/overlays.exp
1519 * gdb.base/paginate-after-ctrl-c-running.exp
1520 * gdb.base/paginate-bg-execution.exp
1521 * gdb.base/paginate-inferior-exit.exp
1522 * gdb.base/pending.exp
1523 * gdb.base/pr11022.exp
1524 * gdb.base/printcmds.exp
1525 * gdb.base/ptr-typedef.exp
1526 * gdb.base/ptype.exp
1527 * gdb.base/randomize.exp
1528 * gdb.base/range-stepping.exp
1529 * gdb.base/realname-expand.exp
1530 * gdb.base/relativedebug.exp
1531 * gdb.base/remote.exp
1532 * gdb.base/savedregs.exp
1533 * gdb.base/sepdebug.exp
1534 * gdb.base/set-noassign.exp
1535 * gdb.base/shlib-call.exp
1536 * gdb.base/shreloc.exp
1537 * gdb.base/sigaltstack.exp
1538 * gdb.base/sigbpt.exp
1539 * gdb.base/siginfo-addr.exp
1540 * gdb.base/siginfo-obj.exp
1541 * gdb.base/siginfo-thread.exp
1542 * gdb.base/signest.exp
1543 * gdb.base/signull.exp
1544 * gdb.base/sigrepeat.exp
1545 * gdb.base/skip.exp
1546 * gdb.base/so-impl-ld.exp
1547 * gdb.base/solib-corrupted.exp
1548 * gdb.base/solib-disc.exp
1549 * gdb.base/solib-display.exp
1550 * gdb.base/solib-overlap.exp
1551 * gdb.base/solib-search.exp
1552 * gdb.base/solib-symbol.exp
1553 * gdb.base/source-execution.exp
1554 * gdb.base/sss-bp-on-user-bp-2.exp
1555 * gdb.base/sss-bp-on-user-bp.exp
1556 * gdb.base/stack-checking.exp
1557 * gdb.base/stale-infcall.exp
1558 * gdb.base/step-break.exp
1559 * gdb.base/step-line.exp
1560 * gdb.base/step-over-exit.exp
1561 * gdb.base/step-test.exp
1562 * gdb.base/structs.exp
1563 * gdb.base/sym-file.exp
1564 * gdb.base/symtab-search-order.exp
1565 * gdb.base/term.exp
1566 * gdb.base/type-opaque.exp
1567 * gdb.base/unload.exp
1568 * gdb.base/until-nodebug.exp
1569 * gdb.base/until.exp
1570 * gdb.base/unwindonsignal.exp
1571 * gdb.base/watch-cond.exp
1572 * gdb.base/watch-non-mem.exp
1573 * gdb.base/watch_thread_num.exp
1574 * gdb.base/watchpoint-reuse-slot.exp
1575 * gdb.base/watchpoint-solib.exp
1576 * gdb.base/watchpoint.exp
1577 * gdb.btrace/dlopen.exp
1578 * gdb.cell/arch.exp
1579 * gdb.cell/break.exp
1580 * gdb.cell/bt.exp
1581 * gdb.cell/core.exp
1582 * gdb.cell/data.exp
1583 * gdb.cell/dwarfaddr.exp
1584 * gdb.cell/ea-cache.exp
1585 * gdb.cell/ea-standalone.exp
1586 * gdb.cell/ea-test.exp
1587 * gdb.cell/f-regs.exp
1588 * gdb.cell/fork.exp
1589 * gdb.cell/gcore.exp
1590 * gdb.cell/mem-access.exp
1591 * gdb.cell/ptype.exp
1592 * gdb.cell/registers.exp
1593 * gdb.cell/sizeof.exp
1594 * gdb.cell/solib-symbol.exp
1595 * gdb.cell/solib.exp
1596 * gdb.compile/compile-tls.exp
1597 * gdb.cp/exception.exp
1598 * gdb.cp/gdb2495.exp
1599 * gdb.cp/local.exp
1600 * gdb.cp/mb-inline.exp
1601 * gdb.cp/mb-templates.exp
1602 * gdb.cp/pr10687.exp
1603 * gdb.cp/pr9167.exp
1604 * gdb.cp/scope-err.exp
1605 * gdb.cp/templates.exp
1606 * gdb.cp/virtfunc.exp
1607 * gdb.dwarf2/dw2-dir-file-name.exp
1608 * gdb.dwarf2/dw2-single-line-discriminators.exp
1609 * gdb.fortran/complex.exp
1610 * gdb.fortran/library-module.exp
1611 * gdb.guile/guile.exp
1612 * gdb.guile/scm-cmd.exp
1613 * gdb.guile/scm-frame-inline.exp
1614 * gdb.guile/scm-objfile.exp
1615 * gdb.guile/scm-pretty-print.exp
1616 * gdb.guile/scm-symbol.exp
1617 * gdb.guile/scm-type.exp
1618 * gdb.guile/scm-value.exp
1619 * gdb.linespec/keywords.exp
1620 * gdb.linespec/ls-errs.exp
1621 * gdb.linespec/macro-relative.exp
1622 * gdb.linespec/thread.exp
1623 * gdb.mi/mi-breakpoint-changed.exp
1624 * gdb.mi/mi-dprintf-pending.exp
1625 * gdb.mi/mi-fullname-deleted.exp
1626 * gdb.mi/mi-logging.exp
1627 * gdb.mi/mi-pending.exp
1628 * gdb.mi/mi-solib.exp
1629 * gdb.mi/new-ui-mi-sync.exp
1630 * gdb.mi/user-selected-context-sync.exp
1631 * gdb.multi/dummy-frame-restore.exp
1632 * gdb.multi/multi-arch-exec.exp
1633 * gdb.multi/remove-inferiors.exp
1634 * gdb.multi/watchpoint-multi-exit.exp
1635 * gdb.opt/solib-intra-step.exp
1636 * gdb.perf/backtrace.exp
1637 * gdb.perf/single-step.exp
1638 * gdb.perf/skip-command.exp
1639 * gdb.perf/skip-prologue.exp
1640 * gdb.perf/solib.exp
1641 * gdb.python/lib-types.exp
1642 * gdb.python/py-as-string.exp
1643 * gdb.python/py-bad-printers.exp
1644 * gdb.python/py-block.exp
1645 * gdb.python/py-breakpoint.exp
1646 * gdb.python/py-cmd.exp
1647 * gdb.python/py-events.exp
1648 * gdb.python/py-evthreads.exp
1649 * gdb.python/py-finish-breakpoint.exp
1650 * gdb.python/py-finish-breakpoint2.exp
1651 * gdb.python/py-frame-inline.exp
1652 * gdb.python/py-frame.exp
1653 * gdb.python/py-inferior.exp
1654 * gdb.python/py-infthread.exp
1655 * gdb.python/py-mi.exp
1656 * gdb.python/py-objfile.exp
1657 * gdb.python/py-pp-maint.exp
1658 * gdb.python/py-pp-registration.exp
1659 * gdb.python/py-prettyprint.exp
1660 * gdb.python/py-recurse-unwind.exp
1661 * gdb.python/py-shared.exp
1662 * gdb.python/py-symbol.exp
1663 * gdb.python/py-symtab.exp
1664 * gdb.python/py-template.exp
1665 * gdb.python/py-type.exp
1666 * gdb.python/py-unwind-maint.exp
1667 * gdb.python/py-unwind.exp
1668 * gdb.python/py-value.exp
1669 * gdb.python/python.exp
1670 * gdb.reverse/finish-reverse-bkpt.exp
1671 * gdb.reverse/insn-reverse.exp
1672 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1673 * gdb.reverse/solib-precsave.exp
1674 * gdb.reverse/solib-reverse.exp
1675 * gdb.stabs/gdb11479.exp
1676 * gdb.stabs/weird.exp
1677 * gdb.threads/fork-child-threads.exp
1678 * gdb.threads/fork-plus-threads.exp
1679 * gdb.threads/fork-thread-pending.exp
1680 * gdb.threads/forking-threads-plus-breakpoint.exp
1681 * gdb.threads/hand-call-in-threads.exp
1682 * gdb.threads/interrupted-hand-call.exp
1683 * gdb.threads/linux-dp.exp
1684 * gdb.threads/local-watch-wrong-thread.exp
1685 * gdb.threads/next-while-other-thread-longjmps.exp
1686 * gdb.threads/non-ldr-exit.exp
1687 * gdb.threads/pending-step.exp
1688 * gdb.threads/print-threads.exp
1689 * gdb.threads/process-dies-while-detaching.exp
1690 * gdb.threads/process-dies-while-handling-bp.exp
1691 * gdb.threads/pthreads.exp
1692 * gdb.threads/queue-signal.exp
1693 * gdb.threads/reconnect-signal.exp
1694 * gdb.threads/signal-command-handle-nopass.exp
1695 * gdb.threads/signal-command-multiple-signals-pending.exp
1696 * gdb.threads/signal-delivered-right-thread.exp
1697 * gdb.threads/signal-sigtrap.exp
1698 * gdb.threads/sigthread.exp
1699 * gdb.threads/staticthreads.exp
1700 * gdb.threads/stepi-random-signal.exp
1701 * gdb.threads/thread-unwindonsignal.exp
1702 * gdb.threads/thread_check.exp
1703 * gdb.threads/thread_events.exp
1704 * gdb.threads/tid-reuse.exp
1705 * gdb.threads/tls-nodebug.exp
1706 * gdb.threads/tls-shared.exp
1707 * gdb.threads/tls-so_extern.exp
1708 * gdb.threads/tls.exp
1709 * gdb.threads/wp-replication.exp
1710 * gdb.trace/actions-changed.exp
1711 * gdb.trace/actions.exp
1712 * gdb.trace/backtrace.exp
1713 * gdb.trace/change-loc.exp
1714 * gdb.trace/collection.exp
1715 * gdb.trace/deltrace.exp
1716 * gdb.trace/disconnected-tracing.exp
1717 * gdb.trace/entry-values.exp
1718 * gdb.trace/ftrace-lock.exp
1719 * gdb.trace/ftrace.exp
1720 * gdb.trace/infotrace.exp
1721 * gdb.trace/mi-trace-frame-collected.exp
1722 * gdb.trace/mi-trace-unavailable.exp
1723 * gdb.trace/mi-traceframe-changed.exp
1724 * gdb.trace/mi-tracepoint-changed.exp
1725 * gdb.trace/mi-tsv-changed.exp
1726 * gdb.trace/no-attach-trace.exp
1727 * gdb.trace/packetlen.exp
1728 * gdb.trace/passc-dyn.exp
1729 * gdb.trace/passcount.exp
1730 * gdb.trace/pending.exp
1731 * gdb.trace/pr16508.exp
1732 * gdb.trace/qtro.exp
1733 * gdb.trace/range-stepping.exp
1734 * gdb.trace/read-memory.exp
1735 * gdb.trace/report.exp
1736 * gdb.trace/save-trace.exp
1737 * gdb.trace/signal.exp
1738 * gdb.trace/stap-trace.exp
1739 * gdb.trace/status-stop.exp
1740 * gdb.trace/strace.exp
1741 * gdb.trace/tfile.exp
1742 * gdb.trace/tfind.exp
1743 * gdb.trace/trace-break.exp
1744 * gdb.trace/trace-condition.exp
1745 * gdb.trace/trace-enable-disable.exp
1746 * gdb.trace/trace-mt.exp
1747 * gdb.trace/tracecmd.exp
1748 * gdb.trace/tracefile-pseudo-reg.exp
1749 * gdb.trace/tspeed.exp
1750 * gdb.trace/tstatus.exp
1751 * gdb.trace/tsv.exp
1752 * gdb.trace/unavailable.exp
1753 * gdb.trace/while-dyn.exp
1754 * gdb.trace/while-stepping.exp
1755 * lib/gdb-guile.exp
1756 * lib/gdb.exp
1757 * lib/mi-support.exp
1758 * lib/pascal.exp
1759 * lib/perftest.exp
1760 * lib/prelink-support.exp
1761 * lib/selftest-support.exp
1762
ad02e4fe
SM
17632016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
1764
1765 * Makefile.in: Include disable-implicit-rules.mk.
1766
22347e55
AA
17672016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1768
1769 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
1770 non-byte-aligned bit fields.
1771
da5b30da
AA
17722016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1773
1774 PR gdb/12616
1775 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
1776 respects the DW_AT_data_bit_offset attribute.
1777
b593ecca
SM
17782016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
1779
1780 * gdb.base/default.exp: Fix output of "set language".
1781
3b165252
SM
17822016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
1783
1784 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
1785 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
1786 make.
1787 * configure.ac: Remove checks for the make program.
1788 * configure: Re-generate.
1789
1a2f3d7f
KB
17902016-11-16 Kevin Buettner <kevinb@redhat.com>
1791
1792 * gdb.python/py-recurse-unwind.c (main): Add loop.
1793 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
1794 to read_register() and gdb.parse_and_eval(). Make each code
1795 call a separate case that can be individually tested.
1796 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
1797 proc. Call cont_and_backtrace for each of the code paths that
1798 we want to test in the unwinder.
1799
b7f38fda
AA
18002016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
1801
1802 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
1803 the definition of struct S.
1804
1f8db343
CM
18052016-11-11 Catherine Moore <clm@codesourcery.com>
1806
1807 * gdb.base/dump.exp: Identify verilog format dump tests as such.
1808
fad0c9fb
PA
18092016-11-09 Pedro Alves <palves@redhat.com>
1810
1811 * gdb.base/commands.exp (runto_or_return): New procedure.
1812 (gdbvar_simple_if_test, gdbvar_simple_while_test)
1813 (gdbvar_complex_if_while_test, progvar_simple_if_test)
1814 (progvar_simple_while_test, progvar_complex_if_while_test)
1815 (if_while_breakpoint_command_test)
1816 (infrun_breakpoint_command_test, breakpoint_command_test)
1817 (user_defined_command_test, watchpoint_command_test)
1818 (test_command_prompt_position, redefine_hook_test)
1819 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
1820 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
1821 multi_line_input and multi_line. Remove gdb_expect and
1822 gdb_stop_suppressing_tests uses.
1823 * lib/gdb.exp (valnum_re): New global.
1824 (multi_line_input): New procedure.
1825
8354c62c
SM
18262016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
1827
1828 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
1829 Remove.
1830 (test_setup): Define with proc_with_prefix.
1831 (test_cli_inferior): Likewise.
1832 (test_cli_thread): Likewise.
1833 (test_cli_frame): Likewise.
1834 (test_cli_select_frame): Likewise.
1835 (test_cli_up_down): Likewise.
1836 (test_mi_thread_select): Likewise.
1837 (test_mi_stack_select_frame): Likewise.
1838 (test_cli_in_mi_inferior): Likewise.
1839 (test_cli_in_mi_thread): Likewise.
1840 (test_cli_in_mi_frame): Likewise.
1841 (top level): Do not use with_test_prefix_procname.
1842
64f367a2
PA
18432016-11-09 Pedro Alves <palves@redhat.com>
1844
1845 * gdb.base/commands.exp (gdbvar_simple_if_test)
1846 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
1847 (progvar_simple_if_test, progvar_simple_while_test)
1848 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
1849 (infrun_breakpoint_command_test, breakpoint_command_test)
1850 (user_defined_command_test, watchpoint_command_test)
1851 (test_command_prompt_position, deprecated_command_test)
1852 (bp_deleted_in_command, temporary_breakpoint_commands)
1853 (stray_arg0_test, source_file_with_indented_comment)
1854 (recursive_source_test, if_commands_test)
1855 (error_clears_commands_left, redefine_hook_test)
1856 (redefine_backtrace_test): Use proc_with_prefix.
1857 * lib/gdb.exp (proc_with_prefix): New proc.
1858
0bb65f1e
AA
18592016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
1860
1861 * gdb.base/tui-layout.c: New file.
1862 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
1863 disassembly window contains very long lines.
1864
7353f247
TT
18652016-11-08 Tom Tromey <tom@tromey.com>
1866
1867 * gdb.python/py-value.exp (test_value_creation): Make "long" test
1868 depend on Python 2.
1869
30a7bb83
TT
18702016-11-08 Tom Tromey <tom@tromey.com>
1871
1872 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
1873 New method.
1874
cdf5a07c
MG
18752016-10-29 Manish Goregaokar <manish@mozilla.com>
1876
2806dc7e 1877 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 1878
51a789c3
MG
18792016-10-27 Manish Goregaokar <manish@mozilla.com>
1880
2806dc7e
PA
1881 * gdb.rust/simple.rs: Add test for univariant enums without
1882 discriminants and for encoded struct-like enums.
51a789c3 1883
f610ab6d
PA
18842016-10-28 Pedro Alves <palves@redhat.com>
1885
1886 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
1887 gdb_test_multiple, tighten regexps and match symtabs and line
1888 tables incrementally.
1889
b129b0ca
LM
18902016-10-28 Luis Machado <lgustavo@codesourcery.com>
1891
1892 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
1893 general.
1894
ecf45d2c
SL
18952016-10-25 Luis Machado <lgustavo@codesourcery.com>
1896
1897 * gdb.base/exec-invalid-sysroot.exp: New file.
1898
b8d38ee4
JK
18992016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1900
1901 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
1902
f90fd8c2
JK
19032016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1904
1905 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
1906
2d2476aa
MR
19072016-10-19 Maciej W. Rozycki <macro@imgtec.com>
1908
2806dc7e
PA
1909 * gdb.base/killed-outside.exp: Remove $options from a call to
1910 `prepare_for_testing'.
2d2476aa 1911
e42b25a0
SM
19122016-10-17 Simon Marchi <simon.marchi@ericsson.com>
1913
1914 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
1915 Change test message.
1916
3ccdb432
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 Update comment.
1921
5bad3170
SM
19222016-10-17 Simon Marchi <simon.marchi@ericsson.com>
1923
1924 * gdb.trace/mi-trace-save.exp: New file.
1925
5ad9dba7
YQ
19262016-10-13 Yao Qi <yao.qi@linaro.org>
1927
1928 * gdb.base/code_elim.exp (get_var_address): Remove.
1929 * gdb.base/relocate.exp: Likewise.
1930 * gdb.base/shreloc.exp: Likewise.
1931 * lib/gdb.exp (get_var_address): New.
1932
62df7e21
YQ
19332016-10-13 Yao Qi <yao.qi@linaro.org>
1934
1935 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
1936 floating point tests if $skip_float_test is false.
1937
4dac951e
LM
19382016-10-12 Luis Machado <lgustavo@codesourcery.com>
1939
1940 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
1941 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
1942 argc values.
1943 Add 1 to argc so we guarantee distinct initial/modified argc values.
1944
8f1a8fc4
JK
19452016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1946
1947 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
1948
16c85b5d
JK
19492016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1950
1951 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
1952 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
1953 * gdb.arch/vsx-regs.exp: Likewise.
1954
1d0e042a
YQ
19552016-10-07 Yao Qi <yao.qi@linaro.org>
1956
1957 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
1958
68dadef5
MM
19592016-10-07 Markus Metzger <markus.t.metzger@intel.com>
1960
1961 * gdb.python/python.exp: Test decode_line("*0").
1962
33fa2c6e
DE
19632016-10-06 Doug Evans <dje@google.com>
1964
1965 * gdb.python/py-value.exp (test_value_creation): Add test for large
1966 unsigned 64-bit value.
1967
9c37b5ae
TT
19682016-10-06 Tom Tromey <tom@tromey.com>
1969
1970 * gdb.compile/compile.exp: Change java tests to rust.
1971 * gdb.base/setshow.exp: Change java tests to rust.
1972 * gdb.base/default.exp: Remove java from language list.
1973 * README (Examples): Update language example.
1974 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
1975 test.
1976 * lib/gdb.exp (skip_java_tests): Remove.
1977 * lib/java.exp: Remove.
1978 * gdb.java: Remove.
1979
78b86327
MR
19802016-10-06 Maciej W. Rozycki <macro@imgtec.com>
1981
1982 * gdb.arch/mips-fcr.exp: New test.
1983 * gdb.arch/mips-fcr.c: Source for the new test.
1984
7470adbb
MR
19852016-10-06 Maciej W. Rozycki <macro@imgtec.com>
1986
1987 * gdb.base/solib-disc.exp: Use `standard_output_file'
1988 throughout.
1989
4a556533
PA
19902016-10-06 Pedro Alves <palves@redhat.com>
1991
1992 * gdb.base/jit-simple-dl.c: New file.
1993 * gdb.base/jit-simple-jit.c: New file, factored out from ...
1994 * gdb.base/jit-simple.c: ... this.
1995 * gdb.base/jit-simple.exp (jit_run): Delete.
1996 (build_jit): New proc.
1997 (jit_test_reread): Recompile either the main program or the shared
1998 library, depending on what is being tested. Skip changing address
1999 if caller wants to. Compare before/after addresses. If testing
2000 standalone, explicitly load the binary. Test "maint info
2001 breakpoints".
2002 (top level): Add "standalone vs shared lib" and "change address"
2003 vs "same address" axes.
2004
5a122fbc
PA
20052016-10-06 Pedro Alves <palves@redhat.com>
2006
2007 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2008 call.
2009 (jit_run): Delete.
2010 (jit_test_reread): Use with_test_prefix. Reload the main binary
2011 explicitly. Compare the before/after addresses of the JIT
2012 descriptor.
2013
ee8da4b8
DE
20142016-08-15 Doug Evans <dje@google.com>
2015
2016 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2017 for single bitfields is bool.
2018 * gdb.xml/tdesc-regs.exp: Ditto.
2019
f389f6fe
JK
20202016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2021
2022 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2023
fdebf1a4
YQ
20242016-10-05 Yao Qi <yao.qi@linaro.org>
2025
2026 * lib/gdb.exp (support_complex_tests): Return zero if
2027 gdb_skip_float_test return true.
2028
9c36d954 20292016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2030 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
2031
2032 PR gdb/20487
2033 * gdb.mi/user-selected-context-sync.exp: New file.
2034 * gdb.mi/user-selected-context-sync.c: New file.
2035
4034d0ff 20362016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2037 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
2038
2039 PR gdb/20487
2040 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2041 =thread-select-event check.
2042
a4297203
PB
20432016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2044
2045 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2046 the compulsory L operand changes.
2047 * gdb.arch/powerpc-power.s: Likewise.
2048
bb805577
JK
20492016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2050
2051 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2052 * gdb.base/jit-attach-pie.c: New file.
2053 * gdb.base/jit-attach-pie.exp: New file.
2054
6d61dee5
PA
20552016-09-28 Pedro Alves <palves@redhat.com>
2056
2057 * gdb.base/infcall-input.c: New file.
2058 * gdb.base/infcall-input.exp: New file.
2059
f73842fc
YQ
20602016-09-22 Yao Qi <yao.qi@linaro.org>
2061
2062 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2063 (gdb_exit): Rename it to ...
2064 (gdbserver_gdb_exit): ... Close GDBserver.
2065 (gdb_exit): New proc, call gdbserver_gdb_exit.
2066 (mi_gdb_exit): Likewise.
2067
90681dab
YQ
20682016-09-22 Yao Qi <yao.qi@linaro.org>
2069
2070 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2071 path.
2072 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2073 Remove duplication.
2074
9c211fd8
YQ
20752016-09-22 Yao Qi <yao.qi@linaro.org>
2076
2077 * lib/gdbserver-support.exp: Check the existence of
2078 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2079
ad0a504f
AK
20802016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2081
2082 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2083
36cf1806
TT
20842016-09-21 Tom Tromey <tom@tromey.com>
2085
2086 PR gdb/20604:
2087 * gdb.base/quit.exp: New file.
2088
74172ecf
SM
20892016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2090
2091 * .gitignore: New file.
2092
3d0ec882
MR
20932016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2094
2095 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2096 throughout.
2097
8193adea
AA
20982016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2099
2100 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2101
d41a5c09
JK
21022016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2103
2104 * gdb.cp/casts.cc (decltype): Move it ...
2105 (main): ... with its call to ...
2106 * gdb.cp/casts03.cc: ... a new file.
2107 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2108
d2dfe700
JK
21092016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2110
2111 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2112
e2a92b16
PB
21132016-09-15 Peter Bergner <bergner@vnet.ibm.com>
2114
2115 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2116 and sync up the test with tests in gas/testsuite/gas/ppc.
2117 * gdb.arch/powerpc-power.exp: Likewise.
2118
49b4de64
JK
21192016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2120
2121 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2122
2c29df25
SDJ
21232016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
2124 Jan Kratochvil <jan.kratochvil@redhat.com>
2125
2126 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2127 make m1's definition to be different from m2's. Use 'dummy' as an
2128 argument for probe 'two'.
2129
cc3c2846
JB
21302016-09-10 Jon Beniston <jon@beniston.com>
2131
2132 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2133 for sim target.
2134
e1b2624a
AA
21352016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2136
2137 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2138 variable declaration.
2139 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
2140 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2141 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2142 received HWCAP as its argument.
2143
4295e285
PA
21442016-09-06 Pedro Alves <palves@redhat.com>
2145
2146 * gdb.base/new-ui-pending-input.c: New file.
2147 * gdb.base/new-ui-pending-input.exp: New file.
2148 * gdb.exp (clear_gdb_spawn_id): New procedure.
2149 (with_spawn_id): Check whether gdb_spawn_id exists before
2150 referencing it. If gdb_spawn_id didn't exist on entry, clear it
2151 on exit.
2152
00d5215e
UW
21532016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2154
2155 * gdb.base/float128.c: New file.
2156 * gdb.base/float128.exp: Likewise.
2157 * gdb.base/floatn.c: Likewise.
2158 * gdb.base/floatn.exp: Likewise.
2159
a9ff5f12
UW
21602016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2161
2162 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2163
f245535c
PA
21642016-09-05 Pedro Alves <palves@redhat.com>
2165
2166 PR backtrace/19927
2167 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2168 unwinders are immediately called as side effect of "source" or
2169 "disable unwinder" commands.
2170 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2171
ae9cf263
YQ
21722016-09-02 Yao Qi <yao.qi@linaro.org>
2173
2174 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2175 is true and $type is "float" or "double".
2176
27aba047
YQ
21772016-09-02 Yao Qi <yao.qi@linaro.org>
2178
2179 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2180 true.
2181 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2182 * gdb.base/call-rt-st.exp: Likewise.
2183 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2184 return value instead of gdb,skip_float_test.
2185 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2186 (do_function_calls): Use its return value instead of
2187 gdb,skip_float_test.
2188 * gdb.base/finish.exp: Likewise.
2189 * gdb.base/funcargs.exp: Likewise.
2190 * gdb.base/return.exp: Likewise.
2191 * gdb.base/return2.exp: Likewise.
2192 * gdb.base/varargs.exp: Likewise.
2193 * lib/gdb.exp (gdb_skip_float_test): Change it to
2194 gdb_caching_proc. Detect the broken ptrace on arm-linux.
2195
5af962df
AA
21962016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2197
2198 * gdb.multi/tids.exp: Test "thread apply all".
2199
7fac6910
JK
22002016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2201
2202 * gdb.base/default.exp (tty): Remove.
2203
bb1fe4ac
KB
22042016-08-24 Kevin Buettner <kevinb@redhat.com>
2205
2806dc7e
PA
2206 * gdb.python/py-recurse-unwind.c: New file.
2207 * gdb.python/py-recurse-unwind.py: New file.
2208 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 2209
0a1ddfa6
SM
22102016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2211
2212 * gdb.base/set-inferior-tty.exp: New file.
2213 * gdb.base/set-inferior-tty.c: New file.
2214
d9de1fe3
PA
22152016-08-23 Pedro Alves <palves@redhat.com>
2216
2217 PR gdb/20494
2218 * gdb.base/new-ui-echo.c: New file.
2219 * gdb.base/new-ui-echo.exp: New file.
2220
e9d9abd7
YQ
22212016-08-23 Yao Qi <yao.qi@linaro.org>
2222
2223 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2224 gdbserver_spawn.
2225 * gdb.server/connect-without-multi-process.exp (do_test):
2226 Likewise.
2227
3589529e
YQ
22282016-08-23 Yao Qi <yao.qi@linaro.org>
2229
2230 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2231 standalone_txt. Delete gdb_txt and standalone_txt on host
2232 and target. Spawn the binary on target. Copy files from
2233 target to host.
2234
6bb90213
PA
22352016-08-22 Pedro Alves <palves@redhat.com>
2236
2237 PR gdb/20505
2238 * gdb.base/vdso-warning.exp: Test core dumps too. Use
2239 with_test_prefix. Factor out bits to ...
2240 (test_no_vdso): ... this new procedure.
2241
20c2c024
CL
22422016-08-19 Carl Love <cel@us.ibm.com>
2243
2244 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2245 maintaining separate logic for constructing the output path.
2246 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2247 * gdb.arch/ppc-dfp.exp: Likewise.
2248 * gdb.arch/ppc-fp.exp: Likewise.
2249 * gdb.arch/vsx-regs.exp: Likewise.
2250 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2251 binprefix for generating the additional binary files.
2252
0646e07d
PA
22532016-08-19 Pedro Alves <palves@redhat.com>
2254
2255 * gdb.trace/mi-trace-frame-collected.exp
2256 (test_trace_frame_collected): On x32, expect two registers.
2257
46da9242
CL
22582016-08-18 Carl Love <cel@us.ibm.com>
2259
2260 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2261 and sync up the test with tests in gas/testsuite/gas/ppc.
2262 * gdb.arch/powerpc-power.exp: Likewise.
2263
eb2332d7
SM
22642016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2265
2266 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2267 expected error message.
2268
63c61e04
SM
22692016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2270
2271 * gdb.multi/remove-inferiors.exp: New file.
2272 * gdb.multi/remove-inferiors.c: New file.
2273
7b17065f
YQ
22742016-08-12 Yao Qi <yao.qi@linaro.org>
2275
2276 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
2277 argument list.
2278
01d3dedf
PA
22792016-08-10 Pedro Alves <palves@redhat.com>
2280
2281 PR gdb/19187
2282 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
2283 setup_kfails.
2284
3eb7562a
PA
22852016-08-09 Pedro Alves <palves@redhat.com>
2286 Simon Marchi <simon.marchi@ericsson.com>
2287
2288 PR gdb/20418
2289 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
2290 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
2291
80614914
PA
22922016-08-09 Pedro Alves <palves@redhat.com>
2293
2294 PR mi/20431
2295 * gdb.mi/mi-cmd-error.exp: New file.
2296
f348d89a
PA
22972016-08-09 Pedro Alves <palves@redhat.com>
2298
2299 PR gdb/18653
2300 * gdb.base/signals-state-child.c: New file.
2301 * gdb.base/signals-state-child.exp: New file.
2302 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
2303
e5ca03b4
PA
23042016-08-09 Pedro Alves <palves@redhat.com>
2305
2306 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
2307
282a0691
TT
23082016-08-03 Tom Tromey <tom@tromey.com>
2309
2310 PR python/18565:
2311 * gdb.python/py-frame-inline.exp: Add Frame.function test.
2312
41bfcd63
YQ
23132016-08-01 Yao Qi <yao.qi@linaro.org>
2314
2315 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
2316 variable mode to "multi-process" if $multi_process is 1, otherwise
2317 set it to "single-process".
2318
e3465b24
YQ
23192016-08-01 Yao Qi <yao.qi@linaro.org>
2320
2321 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
2322 * gdb.cp/cpexprs.exp: Likewise.
2323 * gdb.cp/m-static.exp: Likewise.
2324
0b31a4bc
TT
23252016-07-26 Tom Tromey <tom@tromey.com>
2326
2327 PR python/20190:
2328 * gdb.threads/tls.exp (check_thread_local): Add python symbol
2329 test.
2330
e0461dbb
MM
23312016-07-26 Markus Metzger <markus.t.metzger@intel.com>
2332
2333 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
2334 selecting assembly source files.
2335 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
2336 assembly source files.
2337 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
2338 assembly source files.
2339 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
2340 selecting assembly source files.
2341
8194e927
SM
23422016-07-25 Simon Marchi <simon.marchi@ericsson.com>
2343
2344 * gdb.base/new-ui.exp (do_test_invalid_args): New
2345 procedure.
2346
c0272db5
TW
23472016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
2348
2349 * gdb.btrace/reconnect.c: New file.
2350 * gdb.btrace/reconnect.exp: New file.
2351
e3487908
GKB
23522016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
2353
2354 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
2355 to test_catch_syscall_group.
2356 (test_catch_syscall_group): New.
2357
12df5c00
TT
23582016-07-21 Tom Tromey <tom@tromey.com>
2359
2360 * gdb.rust/simple.rs (main): Use empty struct expression.
2361 * gdb.rust/simple.exp: Add tests for empty struct expression.
2362
bae62ee2
YQ
23632016-07-21 Yao Qi <yao.qi@linaro.org>
2364
2365 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
2366 if gdb_skip_xml_test is true on some targets.
2367
b1b53fb3
YQ
23682016-07-21 Yao Qi <yao.qi@linaro.org>
2369
2370 * gdb.server/solib-list.exp: Unset last_loaded_file.
2371
027d97f8
JK
23722016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2373
2374 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
2375 "step into captured_main (args)".
2376
7674d381
JK
23772016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2378
2379 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
2380
72b5d099
JK
23812016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2382
2383 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
2384
1f960ced
PA
23852016-07-19 Pedro Alves <palves@redhat.com>
2386
2387 * gdb.opt/inline-break.exp: Remove optimize=-O2.
2388 * gdb.opt/inline-bt.exp: Likewise.
2389 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
2390 additional_flags=-Winline.
2391 * gdb.opt/inline-locals.exp: Likewise.
2392 * gdb.opt/inline-markers.c (ATTR): Define.
2393 (inlined_fn): Use it.
2394
f25827c1
YQ
23952016-07-19 Yao Qi <yao.qi@linaro.org>
2396
2397 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
2398 (test_with_self): Remove some code. Remove argument executable.
2399 (top-level): Use do_self_tests.
2400
37539ebe
DB
24012016-07-15 Zachary Welch <zwelch@codesourcery.com>
2402 Don Breazeal <donb@codesourcery.com>
2403
2404 * gdb.base/maint.exp: Escape paths used in regular expressions.
2405 * gdb.stabs/weird.exp: Likewise.
2406
dac790e1
TT
24072016-07-13 Tom Tromey <tom@tromey.com>
2408
2409 PR python/15620, PR python/18620:
2410 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
2411 (test_bkpt_events): New procs.
2412
93daf339
TT
24132016-07-13 Tom Tromey <tom@tromey.com>
2414
2415 PR python/17698:
2416 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
2417 test.
2418 (test_watchpoints): Likewise.
2419 (test_bkpt_pending): New proc.
2420
6571a381
TT
24212016-07-13 Tom Tromey <tom@tromey.com>
2422
2423 PR cli/18053:
2424 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
2425 completion test.
2426
e8732474
JK
24272016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2428
2429 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
2430 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
2431 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
2432 f_label.
2433 (g): Rename g_end_lbl to g_label.
2434 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
2435 low_pc and high_pc.
2436 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
2437
e0f3fd7c
TT
24382016-07-12 Tom Tromey <tom@tromey.com>
2439
2440 PR python/19293:
2441 * gdb.python/py-unwind-maint.exp: Update tests.
2442
3cfe46b6
YQ
24432016-07-12 Yao Qi <yao.qi@linaro.org>
2444
2445 * lib/selftest-support.exp (selftest_setup): Match the output
2446 when captured_main is inlined.
2447
4f19a0e6
WT
24482016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
2449
2450 * gdb.fortran/derived-types.exp (result_line, result_line_2):
2451 New variables.
2452 (print this%a, print this%b, print this): New tests.
2453 * gdb.fortran/derived-types.f90 (this): New object and
2454 initialization.
2455
986cf455
SM
24562016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2457
2458 * gdb.ada/arraydim.exp: Remove extra directory level in build
2459 directory.
2460
f0464b23
SM
24612016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2462
2463 * lib/ada.exp: Remove extra directory level in build directory.
2464 * gdb.ada/cond_lang.exp: Likewise.
2465 * gdb.ada/exec_changed.exp: Likewise.
2466 * gdb.ada/lang_switch.exp: Likewise.
2467
42d94011
MG
24682016-07-06 Manish Goregaokar <manish@mozilla.com>
2469
2806dc7e
PA
2470 * simple.rs: Add test for raw pointer subscripting.
2471 * simple.exp: Add test expectations.
42d94011 2472
647c264c
YQ
24732016-07-05 Yao Qi <yao.qi@linaro.org>
2474
2475 * gdb.mi/mi-reverse.exp: Match =record-started output.
2476
20aa2c60
PA
24772016-07-01 Pedro Alves <palves@redhat.com>
2478
2479 * gdb.base/jit-reader.exp (info_registers_current_frame): New
2480 procedure.
2481 (jit_reader_test): Test the jit reader's unwinder.
2482 * gdb.base/jithost.c (jit_function_00_code): New global.
2483 (main): Use memcpy to fill in the mmapped code, instead of poking
2484 bytes manually here.
2485 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
2486 value.
2487 (read_debug_info): Save the function's range.
2488 (read_sp): New function.
2489 (unwind_frame): Use it. Also unwind RBP.
2490 (get_frame_id): Use read_sp.
2491 (gdb_init_reader): Use calloc instead of malloc.
2492 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
2493 parameter. Use gdb_test_multiple.
2494
ced2dffb
PA
24952016-07-01 Pedro Alves <palves@redhat.com>
2496 Antoine Tremblay <antoine.tremblay@ericsson.com>
2497
2498 * gdb.threads/process-dies-while-detaching.c: New file.
2499 * gdb.threads/process-dies-while-detaching.exp: New file.
2500
63000888
PA
25012016-07-01 Pedro Alves <palves@redhat.com>
2502
2503 * gdb.multi/watchpoint-multi-exit.c: New file.
2504 * gdb.multi/watchpoint-multi-exit.exp: New file.
2505
038d4868
PA
25062016-06-30 Pedro Alves <palves@redhat.com>
2507
2508 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
2509 unset inferior_spawn_id.
2510
994e9c83
PA
25112016-06-30 Pedro Alves <palves@redhat.com>
2512
2513 * lib/mi-support.exp (default_mi_gdb_start): Declare global
2514 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
2515
e5653468
YQ
25162016-06-29 Yao Qi <yao.qi@linaro.org>
2517
2518 * gdb.base/return.c: Add copyright header.
2519
803b47e5
TT
25202016-06-29 Tom Tromey <tom@tromey.com>
2521
2522 PR python/20129:
2523 * gdb.python/py-framefilter.exp: Add tests for setting priority
2524 and disabling of non-existent frame filter.
2525
28244707
YQ
25262016-06-29 Yao Qi <yao.qi@linaro.org>
2527
2528 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
2529 0x0f07ff.
2530
a31d2f06
YQ
25312016-06-28 Yao Qi <yao.qi@linaro.org>
2532
2533 * gdb.base/catch-syscall.exp: Remove check on isnative and target
2534 triplets. Start gdb, execute catch syscall, and continue. Check
2535 gdb's output to determine catch syscall is supported.
2536
921d8f54
MG
25372016-06-27 Manish Goregaokar <manish@mozilla.com>
2538
25d49b86
PA
2539 * gdb.rust/simple.rs: Add test for returning unit in a function.
2540 * gdb.rust/simple.exp: Add expectation for functions returning
2541 unit.
921d8f54 2542
f4952523
PMR
25432016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
2544
2545 * gdb.python/py-breakpoint-create-fail.c,
2546 gdb.python/py-breakpoint-create-fail.exp,
2547 gdb.python/py-breakpoint-create-fail.py: New testcase.
2548
fccb08f8
MG
25492016-06-25 Manish Goregaokar <manish@mozilla.com>
2550
2551 PR gdb/20239
2552 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
2553 * gdb.rust/simple.exp: Add test expectations for new NonZero
2554 tests.
fccb08f8 2555
6b850546
DT
25562016-06-24 David Taylor <dtaylor@emc.com>
2557
2558 * gdb.base/offsets.exp: New file.
2559 * gdb.base/offsets.c: New file.
2560
17621150
TT
25612016-06-23 Tom Tromey <tom@tromey.com>
2562
2563 PR gdb/16483:
2564 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
2565 before any filters are loaded.
2566
04d59df6
WT
25672016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
2568
2569 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
2570 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
2571 structs.
2572 * gdb.fortran/derived-type-function.exp: New file.
2573 * gdb.fortran/derived-type-function.f90: New file.
2574
2575
ac69f786
PA
25762016-06-21 Pedro Alves <palves@redhat.com>
2577
2578 * gdb.base/new-ui.exp: New file.
2579 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
2580 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
2581 (with_spawn_id): New procedure.
2582
49940788
PA
25832016-06-21 Pedro Alves <palves@redhat.com>
2584
2585 * gdb.mi/mi-exec-run.exp: New file.
2586
ef274d26
PA
25872016-06-21 Pedro Alves <palves@redhat.com>
2588
2589 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
2590 breakpoint command's output on the main UI.
2591 (test_break): New procedure, factored out from calls in the top
2592 level.
2593 (top level): Use foreach_with_prefix to test MI as main UI and as
2594 separate UI.
2595
468afe6c
PA
25962016-06-21 Pedro Alves <palves@redhat.com>
2597
2598 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
2599 (test_awatch_creation_and_listing)
2600 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
2601 Remove 'type' parameter.
2602 (test_watchpoint_all): New parameter mi_mode. Remove
2603 with_test_prefix.
2604 (top level): Use foreach_with_prefix, and add main/separate UI MI
2605 testing axis.
2606
51f77c37
PA
26072016-06-21 Pedro Alves <palves@redhat.com>
2608
2609 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
2610 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
2611 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
2612 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
2613 (gdb_main_spawn_id, mi_spawn_id): Declare and
2614 comment.
2615 (mi_create_inferior_pty): New procedure,
2616 factored out from default_mi_gdb_start.
2617 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
2618 procedures.
2619 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
2620 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
2621 Use mi_create_inferior_pty.
2622 (mi_gdb_start): Use eval to pass down args list.
2623
8980e177
PA
26242016-06-21 Pedro Alves <palves@redhat.com>
2625
2626 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
2627 * gdb.opt/inline-cmds.exp: Add MI tests.
2628
f38d3ad1
PA
26292016-06-21 Pedro Alves <palves@redhat.com>
2630
2631 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
2632
45db7c09
PA
26332016-06-21 Pedro Alves <palves@redhat.com>
2634
2635 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
2636 (top level): Use it instead of mi_execute_to.
2637
5a069ab3
PA
26382016-06-21 Pedro Alves <palves@redhat.com>
2639
2640 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
2641 (cont_handler_str): New.
2642 (signal_stop_handler): Set stop_handler_str instead of printing to
2643 stdout.
2644 (continue_handler): Set cont_handler_str instead of printing to
2645 stdout.
2646 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
2647 mi_send_resuming_command. Print stop_handler_str and
2648 cont_handler_str instead of expecting the python events print
2649 directly.
2650
2838cc1d
SD
26512016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2652
2653 * gdb.base/jit-reader.exp: New file.
2654 * gdb.base/jithost.c: New file.
2655 * gdb.base/jithost.h: New file.
2656 * gdb.base/jitreader.c : New file.
2657 * gdb.base/jit-protocol.h: New file.
2658
21a77091
YQ
26592016-06-17 Yao Qi <yao.qi@linaro.org>
2660
2661 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
2662 parameters follow_fork and detach_on_fork. Set follow-fork-mode
2663 and detach-on-fork. Adjust tests.
2664 (top level): Invoke break_cond_on_syscall with combinations of
2665 syscall, follow-fork-mode and detach-on-fork.
2666
f50bf8e5
YQ
26672016-06-17 Yao Qi <yao.qi@linaro.org>
2668
2669 * gdb.base/step-over-exit.c: New.
2670 * gdb.base/step-over-exit.exp: New.
2671
a28d8e50
YTL
26722016-06-17 Yan-Ting Lin <currygt52@gmail.com>
2673
2674 * gdb.base/float.exp: Add target check for nds32*-*-*.
2675 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
2676
cad8e26d
AB
26772016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
2678
2679 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
2680 for unsupported target features.
2681 * gdb.base/call-rt-st.exp: Likewise.
2682 * gdb.base/call-sc.exp: Likewise.
2683 * gdb.base/call-signal-resume.exp: Likewise.
2684 * gdb.base/call-strs.exp: Likewise.
2685 * gdb.base/callexit.exp: Likewise.
2686 * gdb.base/callfuncs.exp: Likewise.
2687 * gdb.base/nodebug.exp: Likewise.
2688 * gdb.base/printcmds.exp: Likewise.
2689 * gdb.base/ptype.exp: Likewise.
2690 * gdb.base/structs.exp: Likewise.
2691 * gdb.base/unwindonsignal.exp: Likewise.
2692 * gdb.cp/gdb2495.exp: Likewise.
2693 * gdb.cp/templates.exp: Likewise.
2694 * gdb.cp/virtfunc.exp: Likewise.
2695 * gdb.threads/hand-call-in-threads.exp: Likewise.
2696 * gdb.threads/interrupted-hand-call.exp: Likewise.
2697 * gdb.threads/thread-unwindonsignal.exp: Likewise.
2698
347dc102
TT
26992016-06-10 Tom Tromey <tom@tromey.com>
2700
2701 PR rust/20110:
2702 * gdb.rust/expr.exp: Add test for integer constant larger than
2703 i32.
2704
5e13cf25
BH
27052016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
2706
2707 * gdb.fortran/nested-funcs.exp: New.
2708 * gdb.fortran/nested-funcs.f90: New.
2709
bb556f1f
TK
27102016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
2711
2712 * gdb.base/examine-backward.c: New file.
2713 * gdb.base/examine-backward.exp: New file.
2714
38b022b4
SM
27152016-06-06 Simon Marchi <simon.marchi@ericsson.com>
2716
2717 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
2718 matching.
2719
1b40ec05
TT
27202016-06-02 Tom Tromey <tom@tromey.com>
2721
2722 PR python/18984:
2723 * gdb.python/py-shared.exp: Add solib_name test.
2724
193bd378
SM
27252016-06-02 Simon Marchi <simon.marchi@ericsson.com>
2726
2727 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
2728
3326303b
MG
27292016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
2730
2731 PR c++/19893
2732 * gdb.dwarf2/implref.exp: Rename to...
2733 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
2734 * gdb.dwarf2/implref-array.c: New file.
2735 * gdb.dwarf2/implref-array.exp: Likewise.
2736 * gdb.dwarf2/implref-global.c: Likewise.
2737 * gdb.dwarf2/implref-global.exp: Likewise.
2738 * gdb.dwarf2/implref-struct.c: Likewise.
2739 * gdb.dwarf2/implref-struct.exp: Likewise.
2740
825c8ef2
AT
27412016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2742
2743 * gdb.trace/trace-condition.exp: Add 64bit tests.
2744
2320162a
AT
27452016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2746
2747 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
2748 bits types.
2749 (main): Adapt to 8 to 64 bits types.
2750 * gdb.trace/trace-condition.exp: Add new tests.
2751
a7818233
AT
27522016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2753
2754 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
2755
0d336466
AT
27562016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2757
2758 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
2759 Move condition tests...
2760 * gdb.trace/trace-condition.exp: Here.
2761
7faeb45a
AT
27622016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2763
2764 * gdb.trace/trace-condition.exp: Add counter-case tests.
2765
e385593e
JK
27662016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2767
2768 PR c++/15231
2769 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
2770 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
2771
744608cc
PA
27722016-05-27 Pedro Alves <palves@redhat.com>
2773
2774 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
2775 New procedure.
2776 (top level): Call it, and bail out of DejaGnu is known to be bad.
2777
ac775bf4
AB
27782016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
2779
2780 * gdb.base/whatis.c: Extend the test case.
2781 * gdb.base/whatis.exp: Add additional tests.
2782
2bbad2ea
BH
27832016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2784
2785* gdb.fortran/type.f90: Add pointer variable.
2786* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
2787
8b70175d
BH
27882016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2789
2790 * gdb.fortran/vla-type.exp: Fix testcase name.
2791
86d8a848
BH
27922016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2793
2794 * gdb.fortran/vla-type.exp: Access elements in nested structs.
2795
e188eb36
BH
27962016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2797
2798 * gdb.fortran/type.f90: Add nested structures.
2799 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
2800 * gdb.fortran/derived-type.exp: Adapt expected output.
2801 * gdb.fortran/vla-type.exp: Adapt expected output.
2802
9b2db1fd
BH
28032016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2804
2805 * gdb.fortran/whatis_type.exp: Adapt expected output.
2806
72b17055
BH
28072016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2808
2809 * gdb.fortran/print_type.exp: Fix expected output.
2810 * gdb.fortran/whatis_type.exp: Fix expected output.
2811
3cd81d8d
BH
28122016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2813
2814 * gdb.fortran/whatis_type.exp: Use multi_line.
2815
ddae9462
TT
28162016-05-24 Tom Tromey <tom@tromey.com>
2817
2818 PR python/17386:
2819 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
2820 use value as an index.
2821
1957f6b8
TT
28222016-05-23 Tom Tromey <tom@tromey.com>
2823
2824 PR python/17981:
2825 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
2826 no-breakpoint case.
2827
026a9174
PA
28282016-05-24 Pedro Alves <palves@redhat.com>
2829
2830 PR gdb/19828
2831 * gdb.threads/clone-attach-detach.c: New file.
2832 * gdb.threads/clone-attach-detach.exp: New file.
2833
e70a7231
FR
28342016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
2835
2836 * gdb.base/annota-input-while-running.exp: Fix syntax error.
2837
0f6ed0e0
TT
28382016-05-23 Tom Tromey <tom@tromey.com>
2839
2840 PR python/19438, PR python/18393:
2841 * gdb.python/py-progspace.exp: Add "dir" test.
2842 * gdb.python/py-objfile.exp: Add "dir" test.
2843
ffd19d61
YQ
28442016-05-23 Yao Qi <yao.qi@linaro.org>
2845
2846 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
2847 * gdb.arch/thumb2-it.exp: Likewise.
2848
9e8f9b05
SM
28492016-05-18 Simon Marchi <simon.marchi@ericsson.com>
2850
2851 * gdb.mi/mi-threads-interrupt.c: New file.
2852 * gdb.mi/mi-threads-interrupt.exp: New file.
2853
61c6156d
SM
28542016-05-17 Simon Marchi <simon.marchi@ericsson.com>
2855
2856 PR gdb/18077
2857 * gdb.mi/mi-async-run.exp: New file.
2858 * gdb.mi/mi-async-run.c: New file.
2859
67218854
TT
28602016-05-17 Tom Tromey <tom@tromey.com>
2861 Manish Goregaokar <manishsmail@gmail.com>
2862
2863 * lib/rust-support.exp: New file.
2864 * lib/gdb.exp (skip_rust_tests): New proc.
2865 (build_executable_from_specs): Handle rust.
2866 * lib/future.exp (gdb_find_rustc): New proc.
2867 (gdb_default_target_compile): Handle rust.
2868 * gdb.rust/expr.exp: New file.
2869 * gdb.rust/generics.exp: New file.
2870 * gdb.rust/generics.rs: New file.
2871 * gdb.rust/methods.exp: New file.
2872 * gdb.rust/methods.rs: New file.
2873 * gdb.rust/modules.exp: New file.
2874 * gdb.rust/modules.rs: New file.
2875 * gdb.rust/simple.exp: New file.
2876 * gdb.rust/simple.rs: New file.
2877
c44af4eb
TT
28782016-05-17 Tom Tromey <tom@tromey.com>
2879
2880 * gdb.base/default.exp (set language): Add rust.
2881
dcd1f979
TT
28822016-05-17 Tom Tromey <tom@tromey.com>
2883
2884 * gdb.gdb/unittest.exp: New file.
2885
155b7f57
YQ
28862016-05-16 Yao Qi <yao.qi@linaro.org>
2887
2888 * gdb.base/batch-preserve-term-settings.exp: Remove variable
2889 shell_prompt. Update shell_prompt_re.
2890
8ddd5a6c
DE
28912016-05-12 Doug Evans <dje@google.com>
2892
2893 PR symtab/19999
2894 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
2895 $options when building executable.
2896 * gdb.dwarf2/fission-loclists-pie.S: New file.
2897 * gdb.dwarf2/fission-loclists-pie.exp: New file.
2898
02e370d9
SM
28992016-05-04 Simon Marchi <simon.marchi@ericsson.com>
2900
2901 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
2902 of [is_remote target],
2903
8929ad8b
SM
29042016-05-04 Simon Marchi <simon.marchi@ericsson.com>
2905
2906 * lib/gdb.exp (use_gdb_stub): New procedure.
2907
6c447423
DE
29082016-05-03 Yunlian Jiang <yunlian@google.com>
2909 Doug Evans <dje@google.com>
2910
2911 PR symtab/19914
2912 * gdb.dwarf2/dwp-sepdebug.c: New file.
2913 * gdb.dwarf2/dwp-sepdebug.exp: New file.
2914
444e826c
SM
29152016-05-02 Simon Marchi <simon.marchi@ericsson.com>
2916
2917 * gdb.base/detach.exp: Remove is_remote check.
2918
740feeaa
SM
29192016-05-02 Simon Marchi <simon.marchi@ericsson.com>
2920
2921 * gdb.base/annota-input-while-running.exp: Don't check for
2922 [is_remote target]. Enable annotations after running to main.
2923 Remove unused "set test..." line.
2924
9080ac9d
SM
29252016-04-28 Simon Marchi <simon.marchi@ericsson.com>
2926
2927 * gdb.trace/trace-enable-disable.exp: New file.
2928 * gdb.trace/trace-enable-disable.c: New file.
2929
952ebca5
SM
29302016-04-28 Simon Marchi <simon.marchi@ericsson.com>
2931
2932 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
2933 use it in info sharedlibrary test.
2934 * gdb.trace/ftrace-lock.exp: Likewise.
2935 * gdb.trace/ftrace.exp: Likewise.
2936 * gdb.trace/range-stepping.exp: Likewise.
2937 * gdb.trace/trace-break.exp: Likewise.
2938 * gdb.trace/trace-condition.exp: Likewise.
2939 * gdb.trace/trace-mt.exp: Likewise.
2940
d9019901
SM
29412016-04-27 Simon Marchi <simon.marchi@ericsson.com>
2942
2943 * lib/gdb.exp (gdb_load_shlibs): Rename to...
2944 (gdb_load_shlib): ... this.
2945 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
2946 gdb_load_shlib.
2947 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
2948 * gdb.base/ctxobj.exp: Likewise.
2949 * gdb.base/dprintf-pending.exp: Likewise.
2950 * gdb.base/dso2dso.exp: Likewise.
2951 * gdb.base/fixsection.exp: Likewise.
2952 * gdb.base/gcore-relro.exp: Likewise.
2953 * gdb.base/gdb1555.exp: Likewise.
2954 * gdb.base/global-var-nested-by-dso.exp: Likewise.
2955 * gdb.base/gnu-ifunc.exp: Likewise.
2956 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
2957 * gdb.base/jit-so.exp (one_jit_test): Likewise.
2958 * gdb.base/pending.exp: Likewise.
2959 * gdb.base/print-file-var.exp: Likewise.
2960 * gdb.base/print-symbol-loading.exp: Likewise.
2961 * gdb.base/shlib-call.exp: Likewise.
2962 * gdb.base/shreloc.exp: Likewise.
2963 * gdb.base/so-impl-ld.exp: Likewise.
2964 * gdb.base/solib-disc.exp: Likewise.
2965 * gdb.base/solib-nodir.exp: Likewise.
2966 * gdb.base/solib-overlap.exp: Likewise.
2967 * gdb.base/solib-symbol.exp: Likewise.
2968 * gdb.base/solib-weak.exp (do_test): Likewise.
2969 * gdb.base/sym-file.exp: Likewise.
2970 * gdb.base/symtab-search-order.exp: Likewise.
2971 * gdb.base/type-opaque.exp: Likewise.
2972 * gdb.base/unload.exp: Likewise.
2973 * gdb.base/watchpoint-solib.exp: Likewise.
2974 * gdb.compile/compile.exp: Likewise.
2975 * gdb.cp/gdb2384.exp: Likewise.
2976 * gdb.cp/infcall-dlopen.exp: Likewise.
2977 * gdb.cp/re-set-overloaded.exp: Likewise.
2978 * gdb.fortran/library-module.exp: Likewise.
2979 * gdb.opt/solib-intra-step.exp: Likewise.
2980 * gdb.python/py-finish-breakpoint.exp: Likewise.
2981 * gdb.python/py-shared.exp: Likewise.
2982 * gdb.reverse/solib-precsave.exp: Likewise.
2983 * gdb.reverse/solib-reverse.exp: Likewise.
2984 * gdb.server/solib-list.exp: Likewise.
2985 * gdb.threads/dlopen-libpthread.exp: Likewise.
2986 * gdb.threads/tls-shared.exp: Likewise.
2987 * gdb.threads/tls-so_extern.exp: Likewise.
2988 * gdb.trace/change-loc.exp: Likewise.
2989 * gdb.trace/ftrace-lock.exp: Likewise.
2990 * gdb.trace/ftrace.exp: Likewise.
2991 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
2992 * gdb.trace/pending.exp: Likewise.
2993 * gdb.trace/range-stepping.exp: Likewise.
2994 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
2995 (strace_info_marker): Likewise.
2996 (strace_probe_marker): Likewise.
2997 (strace_trace_on_same_addr): Likewise.
2998 (strace_trace_on_diff_addr): Likewise.
2999 * gdb.trace/trace-break.exp: Likewise.
3000 * gdb.trace/trace-condition.exp: Likewise.
3001 * gdb.trace/trace-mt.exp: Likewise.
3002
fca4cfd9
SM
30032016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3004
3005 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3006 result of gdb_remote_download.
3007 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3008 * gdb.base/dso2dso.exp: Likewise.
3009 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3010 * gdb.base/print-file-var.exp: Likewise.
3011 * gdb.base/shlib-call.exp: Likewise.
3012 * gdb.base/shreloc.exp: Likewise.
3013 * gdb.base/solib-overlap.exp: Likewise.
3014 * gdb.base/solib-weak.exp (do_test): Likewise.
3015 * gdb.base/unload.exp: Likewise.
3016
11cf4ffb
YQ
30172016-04-27 Yao Qi <yao.qi@linaro.org>
3018
3019 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3020 exists.
3021
3e2e34f8
KB
30222016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3023
3024 * vla-type.exp: Print structure from toplevel.
3025
8f07e298
BH
30262016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3027
3028 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3029 of dynamic types.
3030 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3031 of dynamic types.
3032
9920b434
BH
30332016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3034
3035 * gdb.fortran/vla-type.f90: New file.
3036 * gdb.fortran/vla-type.exp: New file.
3037
f3abeff5
YQ
30382016-04-25 Yao Qi <yao.qi@linaro.org>
3039
3040 * gdb.base/branch-to-self.c: New file.
3041 * gdb.base/branch-to-self.exp: New file.
3042
0a5d52f0
YQ
30432016-04-22 Yao Qi <yao.qi@linaro.org>
3044
3045 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3046 more after $hex.
3047
495346f6
YQ
30482016-04-22 Yao Qi <yao.qi@linaro.org>
3049
3050 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3051 * gdb.base/annota3.exp: Likewise.
3052
4a7e075c
YQ
30532016-04-22 Yao Qi <yao.qi@linaro.org>
3054
3055 * gdb.reverse/step-precsave.exp: Do one step and test program
3056 stops in "callee" and do multiple steps until program goes out
3057 of "callee".
3058 * gdb.reverse/step-reverse.exp: Likewise.
3059
5b061e98
YQ
30602016-04-22 Yao Qi <yao.qi@linaro.org>
3061
3062 * gdb.trace/signal.exp: Also pass if
3063 $tracepoint_hits($i) > $iterations.
3064
5c5dc57f
YQ
30652016-04-22 Yao Qi <yao.qi@linaro.org>
3066
3067 * gdb.trace/signal.c: New file.
3068 * gdb.trace/signal.exp: New file.
3069
a55411b9
DE
30702016-04-19 Doug Evans <xdje42@gmail.com>
3071
3072 * gdb.base/bad-file.exp: New file.
3073
a22df60a
MG
30742016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3075
3076 * gdb.dwarf2/implref.exp: New file.
3077
0c13f7e5
BH
30782016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3079
3080 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3081 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3082 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3083 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3084 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3085 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3086 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3087 * lib/fortran.exp (fortran_int4): New procedure.
3088 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3089 (fortran_logical4): Likewise.
3090
9b9b09e9
BH
30912016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3092
3093 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3094
a14d1f4d
BH
30952016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3096
3097 * lib/compiler.c: Add Intel specific preprocessor macros.
3098 * lib/compiler.cc: Likewise.
25d49b86 3099
7d49b1d0
LM
31002016-04-13 Luis Machado <lgustavo@codesourcery.com>
3101
3102 * gdb.server/connect-with-no-symbol-file.c: New file.
3103 * gdb.server/connect-with-no-symbol-file.exp: New file.
3104
8392fa22
SM
31052016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3106
3107 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3108
8c4c4aeb
SM
31092016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3110
3111 * boards/gdbserver-base.exp (${board}_download): Copy source file to
3112 standard output directory.
3113
45e3745e
AT
31142016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
3115
3116 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3117
e26b7e41
MM
31182016-04-13 Markus Metzger <markus.t.metzger@intel.com>
3119
3120 * gdb.btrace/instruction_history.c (loop): Add declaration.
3121
8ce09462
AT
31222016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3123
3124 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3125
2e88a1ea
SM
31262016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
3127
3128 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3129 parentheses to print.
3130 (continue_handler): Likewise.
3131
f48e22e3
SM
31322016-04-08 Simon Marchi <simon.marchi@ericsson.com>
3133
3134 * gdb.server/solib-list.exp: Remove is_remote check.
3135 Pass shlib= to gdb_compile. Don't link shared library with
3136 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
3137 Run binary filename through "readlink -f" on the target.
3138
096be756
PA
31392016-04-08 Pedro Alves <palves@redhat.com>
3140
3141 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
3142 interpreter filename as argument to gdbserver_spawn.
3143 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3144 Return empty if $last_loaded_file does not exist.
3145
06500533
JK
31462016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3147
3148 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3149 * gdb.base/jit-main.c: Use exit after usage.
3150
2d35e871
JK
31512016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3152
3153 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3154 GDBHISTSIZE prior to the tests.
3155 * gdb.base/gdbinit-history.exp: Likewise.
3156
31572016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
3158
3159 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3160 instead of build_executable. Use gdb_load_shlibs.
3161
c8064e7e
YQ
31622016-04-07 Yao Qi <yao.qi@linaro.org>
3163
3164 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3165 Execute "si" command.
3166
bde47561
YQ
31672016-04-07 Yao Qi <yao.qi@linaro.org>
3168
3169 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3170 number instead of the comments on some line.
3171
b16f8a3b
DB
31722016-04-06 Don Breazeal <donb@codesourcery.com>
3173
3174 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3175 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3176
c2f901df
SM
31772016-04-06 Simon Marchi <simon.marchi@ericsson.com>
3178
3179 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3180 standard_output_file. Remove unused binfile variable.
3181
ac17fda0
CU
31822016-04-05 Catalin Udma <catalin.udma@freescale.com>
3183
3184 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3185 * gdb.python/py-mi-objfile.exp: Match "list main" output
3186 in console format.
3187
03a8c4df
SM
31882016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
3189
3190 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3191 absolute.
3192
6e774b13
SM
31932016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3194
3195 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3196 absolute.
3197 * gdb.trace/ftrace.exp: Likewise.
3198 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3199 targets as well.
3200 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3201 (gdb_load_shlibs): Copy libraries to test directory when testing
3202 natively. Only set solib-search-path if testing remotely.
3203 * lib/mi-support.exp (mi_load_shlibs): Likewise.
3204
7817ea46
SM
32052016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3206
3207 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3208 gdb_download. Use it even if the target is not remote.
3209 * gdb.base/jit.exp (compile_jit_test): Likewise.
3210 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3211 output directory if the destination board is local, otherwise use
3212 the standard remote_download from DejaGnu.
3213 (gdb_download): Remove.
3214 (gdb_load_shlibs): Use gdb_remote_download instead of
3215 gdb_download.
3216 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3217 Use gdb_remote_download instead of gdb_download. Use it even if
3218 the target is not remote.
3219 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3220 instead of gdb_download.
3221
7beb7f68
SM
32222016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
3223
3224 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3225 (test_insert_delete_modify): Call mi_load_shlibs before trying to
3226 run.
3227
cc63428a
AV
32282016-04-01 Artemiy Volkov <artemiyv@acm.org>
3229
3230 PR gdb/19820
3231 * gdb.base/printcmds.exp: Add artificial arrays tests.
3232
64cdf930
PA
32332016-03-31 Pedro Alves <palves@redhat.com>
3234
3235 PR gdb/19858
3236 * gdb.base/jit-main.c: Include unistd.h.
3237 (ATTACH): Define to 0 if not already defined.
3238 (wait_for_gdb, mypid): New globals.
3239 (WAIT_FOR_GDB): New macro.
3240 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
3241 some breakpoint locations.
3242 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3243 New procedures.
3244 (one_jit_test): Add REATTACH parameter, and handle it. Use
3245 continue_to_test_location.
3246 (top level): Test attach, and adjusts calls to one_jit_test.
3247
40dea8cb
PA
32482016-03-31 Pedro Alves <palves@redhat.com>
3249
3250 PR gdb/19858
3251 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
3252 BINSUFFIX parameter, and handle it.
3253 (top level): Adjust calls compile_jit_test.
3254
e7ea3ec7
CU
32552016-03-31 Catalin Udma <catalin.udma@freescale.com>
3256
3257 PR python/19743
3258 * gdb.python/py-mi-events-gdb.py: New file.
3259 * gdb.python/py-mi-events.c: New file.
3260 * gdb.python/py-mi-events.exp: New file.
3261
e6359af3
YQ
32622016-03-30 Yao Qi <yao.qi@linaro.org>
3263
3264 * gdb.reverse/until-precsave.exp: Match function name only.
3265 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3266 Move malloc to a condition block.
3267 * gdb.reverse/until-reverse.exp: Match function name only.
3268
a4105d04
MK
32692016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
3270
3271 * gdb.trace/ftrace.exp: Set arg0exp for s390.
3272 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3273 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3274 variable for GPR 0 instead of assuming it is register 0.
3275 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
3276 * lib/trace-support.exp: Add s390 registers.
3277
bfa6adb9
YQ
32782016-03-29 Yao Qi <yao.qi@linaro.org>
3279
3280 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
3281
1e6697ea
YQ
32822016-03-24 Yao Qi <yao.qi@linaro.org>
3283
3284 * gdb.reverse/break-reverse.exp: Add quotation mark in the
3285 test message.
3286
64bcd522
AA
32872016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3288
3289 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
3290 maintaining separate logic for constructing the output path.
3291
7868401b
DB
32922016-03-16 Don Breazeal <donb@codesourcery.com>
3293
3294 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3295 Retry fork and waitpid on interrupted system call errors.
3296 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3297 Use with_timeout_factor to increase timeout by factor of 10.
3298
1cafadb4
DB
32992016-03-15 Don Breazeal <donb@codesourcery.com>
3300
3301 * gdb.cp/scope-err.cc: New test program.
3302 * gdb.cp/scope-err.exp: New test script.
3303 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
3304 lines and "set breakpoint here" comment.
3305 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
3306 Fixed some whitespace and format issues.
3307 * gdb.mi/mi-linespec-err-cp.cc: New test program.
3308 * gdb.mi/mi-linespec-err-cp.exp: New test script.
3309
81516450
DE
33102016-03-15 Doug Evans <dje@google.com>
3311
3312 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
3313 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
3314 All callers updated. Add tests for enums, mixed flags register.
3315
aa52b601
DE
33162016-03-15 Doug Evans <dje@google.com>
3317
3318 * gdb.base/skip.c (main): Call test_skip_file_and_function.
3319 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
3320
fa4ff313
SM
33212016-03-14 Simon Marchi <simon.marchi@ericsson.com>
3322
3323 * gdb.base/default.exp: Add $_as_string to the list of expected
3324 convenience functions.
3325
f2403c39
AB
33262016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
3327
3328 * gdb.base/maint.exp: New tests for 'maint info line-table'.
3329
f2f3ccb9
SM
33302016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
3331
3332 * gdb.python/py-as-string.exp: New file.
3333 * gdb.python/py-as-string.c: New file.
3334
00dbd492
PA
33352016-03-09 Pedro Alves <palves@redhat.com>
3336
3337 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
3338 signal" -> "Thread NN received signal" output change.
3339 * gdb.threads/ia64-sigill.exp: Likewise.
3340 * gdb.threads/linux-dp.exp: Likewise.
3341 * gdb.threads/manythreads.exp: Likewise.
3342 * gdb.threads/pending-step.exp: Likewise.
3343 * gdb.threads/print-threads.exp: Likewise.
3344 * gdb.threads/sigstep-threads.exp: Likewise.
3345 * gdb.threads/staticthreads.exp: Likewise.
3346 * gdb.threads/tls.exp: Likewise.
3347
1e6697ea
YQ
33482016-03-09 Pedro Alves <palves@redhat.com>
3349
3350 * gdb.base/command-line-input.exp: New file.
3351
b04fd3be
MK
33522016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3353
3354 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
3355 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
3356 * gdb.trace/pending.exp: Accept leading dot before function name.
3357 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
3358 * lib/trace-support.exp: Set registers for ppc.
3359
98fa59e9
MK
33602016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3361
3362 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
3363 use it for disassembly; accept .main in addition to main in backtrace.
3364
f77198c8
MK
33652016-03-09 Wei-cheng Wang <cole945@gmail.com>
3366 Marcin Kościelnicki <koriakin@0x04.net>
3367
3368 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
3369 (gdb_recursion_test_ptr): New global variable.
3370 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
3371 gdb_recursion_test.
3372 (gdb_c_test): Ditto.
3373
ba84e0da
MK
33742016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3375
3376 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
3377 ordering.
3378
4366d36e
MK
33792016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3380
3381 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
3382 (bar): Add bar_start_lbl label.
3383 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
3384 of foo/bar for emitting DWARF and tracing.
3385
5eb264df
SDJ
33862016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
3387
3388 * analyze-racy-logs.py: Set executable bit.
3389
fb6a751f
SDJ
33902016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
3391
3392 * Makefile.in (DEFAULT_RACY_ITER): New variable.
3393 (CHECK_TARGET_TMP): Likewise.
3394 (check-single-racy): New rule.
3395 (check-parallel-racy): Likewise.
3396 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
3397 (do-check-parallel-racy): New rule.
3398 (check-racy/%.exp): Likewise.
3399 * README (Racy testcases): New section.
3400 * analyze-racy-logs.py: New file.
3401
bdf7e230
DE
34022016-03-03 Doug Evans <dje@google.com>
3403
3404 * gdb.base/skip.exp: Use with_test_prefix.
3405
4719d415
YQ
34062016-03-03 Yao Qi <yao.qi@linaro.org>
3407
3408 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
3409 Invoke step_over_syscall "clone" and break_cond_on_syscall
3410 "clone".
3411 * gdb.base/step-over-clone.c: New file.
3412
ea507862
YQ
34132016-03-03 Yao Qi <yao.qi@linaro.org>
3414
3415 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
3416 code format.
3417
8fc8cbda
YQ
34182016-03-03 Yao Qi <yao.qi@linaro.org>
3419
3420 * gdb.base/disp-step-fork.c: Rename to ...
3421 * gdb.base/step-over-fork.c: ... it. New file.
3422 * gdb.base/disp-step-vfork.c: Rename to ...
3423 * gdb.base/step-over-vfork.c: ... it. New file.
3424 * gdb.base/disp-step-syscall.exp: Rename to ...
3425 * gdb.base/step-over-syscall.exp: ... it. New file.
3426 (disp_step_cross_syscall): Rename to ...
3427 (step_over_syscall): ... it.
3428
92fa70b0
YQ
34292016-03-03 Yao Qi <yao.qi@linaro.org>
3430
3431 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
3432 If target supports condition evaluation on target, invoke
3433 break_cond_on_syscall for fork and vfork.
3434
e197ad3c
YQ
34352016-03-03 Yao Qi <yao.qi@linaro.org>
3436
3437 * gdb.base/disp-step-syscall.exp: Don't invoke
3438 support_displaced_stepping.
3439 (disp_step_cross_syscall): Test with displaced stepping off and
3440 on if supported.
3441
0b47da9f
YQ
34422016-03-03 Yao Qi <yao.qi@linaro.org>
3443
3444 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
3445 proc.
3446 (setup): New proc.
3447 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
3448 and setup.
3449
065ab6dc
BH
34502016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3451
3452 * gdb.fortran/vla-history.exp: Remove breakpoint.
3453
07e448ad 34542016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3455
25d49b86
PA
3456 * gdb.fortran/vla-history.exp: Lookup array elements and printing
3457 exceeds timeout.
07e448ad 3458
9ac2d526 34592016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3460
25d49b86
PA
3461 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
3462 breakpoint.
9ac2d526 3463
17807369
BH
34642016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3465
3466 * gdb.mi/vla.f90: Nullify pointer after declaration.
3467
86e501af
PA
34682016-03-01 Pedro Alves <palves@redhat.com>
3469
3470 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
3471
1e903e32
PA
34722016-03-01 Pedro Alves <palves@redhat.com>
3473
3474 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
3475 before anything else.
3476 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
3477 _GNU_SOURCE here.
3478 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
3479 before anything else.
3480 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
3481
6ccb54e2
PA
34822016-03-01 Pedro Alves <palves@redhat.com>
3483
3484 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
3485
30ca9da1
YQ
34862016-03-01 Yao Qi <yao.qi@linaro.org>
3487
3488 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
3489 prepare_for_testing.
3490
dc856b38
YQ
34912016-03-01 Yao Qi <yao.qi@linaro.org>
3492
3493 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
3494
4a932159
AA
34952016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3496
3497 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
3498 manually constructing the output path.
3499
f2489477
AA
35002016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3501
3502 * gdb.arch/s390-stackless.S: New.
3503 * gdb.arch/s390-stackless.exp: New.
3504
38899f16
IB
35052016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
3506
3507 * gdb.dlang/circular.c: New file.
3508 * gdb.dlang/circular.exp: New file.
3509
9fde51ed
YQ
35102016-02-26 Yao Qi <yao.qi@linaro.org>
3511
3512 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
3513 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
3514 (testcases): Update.
3515
ce90fefe
YQ
35162016-02-26 Yao Qi <yao.qi@linaro.org>
3517
3518 * gdb.reverse/aarch64.c: Rename to ...
3519 * gdb.reverse/insn-reverse.c: ... it.
3520 * gdb.reverse/aarch64.exp: Rename to ...
3521 * gdb.reverse/insn-reverse.exp: ... it.
3522
3263bceb
YQ
35232016-02-26 Yao Qi <yao.qi@linaro.org>
3524
3525 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
3526 (testcase_ftype): New.
3527 (testcases): New array.
3528 (n_testcases): New.
3529 (main): Call each element in testcases.
3530 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
3531 (read_testcase): New.
3532 Do the tests in a loop.
3533
6cb59ff1
YQ
35342016-02-25 Yao Qi <yao.qi@linaro.org>
3535
3536 * gdb.base/branches.c: Remove.
3537
ae91f625
MK
35382016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3539
3540 PR gdb/13808
3541 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
3542
678b48b7
MK
35432016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3544
3545 * gdb.trace/ftrace.exp: Remove unnecessary target check.
3546
7337a6f2
MK
35472016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3548
3549 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
3550 change x86_64 call_insn to 'callq'.
3551
861ca91f
AT
35522016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3553
3554 * gdb.trace/tfile-avx.c: Move to...
3555 * gdb.trace/tracefile-pseudo-reg.c: Here.
3556 * gdb.trace/tfile-avx.exp: Move to...
3557 * gdb.trace/tracefile-pseudo-reg.exp: Here.
3558
bf74e428
GB
35592016-02-24 Gary Benson <gbenson@redhat.com>
3560
3561 * gdb.base/attach-pie-noexec.exp: Do not expect an error
3562 message on attach.
3563
cce0e923
DE
35642016-02-23 Doug Evans <dje@google.com>
3565
3566 * gdb.base/skip.c (test_skip): New function.
3567 (end_test_skip_file_and_function): New function.
3568 (test_skip_file_and_function): New function.
3569 * gdb.base/skip1.c (test_skip): New function.
3570 (skip1_test_skip_file_and_function): New function.
3571 * gdb.base/skip.exp: Add tests for new skip options.
3572 * gdb.base/skip-solib.exp: Update expected output.
3573 * gdb.perf/skip-command.cc: New file.
3574 * gdb.perf/skip-command.exp: New file.
3575 * gdb.perf/skip-command.py: New file.
3576
4000e47e
MK
35772016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
3578
3579 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
3580 info registers pattern.
3581
24f75ead
IB
35822016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
3583
3584 * lib/future.exp: Add D support.
3585 (gdb_find_gdc): New proc.
3586 (gdb_default_target_compile): Add D support.
3587
fbb7bcbe
WW
35882016-02-18 Wei-cheng Wang <cole945@gmail.com>
3589
3590 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
3591 user+system time.
3592 (trace_speed_test): Determine the iteration count for a time
3593 between 15..30 seconds.
3594
012b3a21
WT
35952016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
3596
3597 * gdb.arch/i386-mpx-sigsegv.c: New file.
3598 * gdb.arch/i386-mpx-sigsegv.exp: New file.
3599 * gdb.arch/i386-mpx-simple_segv.c: New file.
3600 * gdb.arch/i386-mpx-simple_segv.exp: New file.
3601
2d5189bd
YQ
36022016-02-18 Yao Qi <yao.qi@linaro.org>
3603
3604 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3605 Don't call setup_kfail.
3606
40fb20d0
YQ
36072016-02-18 Yao Qi <yao.qi@linaro.org>
3608
3609 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3610 Set "set breakpoint condition-evaluation" per $cond_bp_target.
3611
21b1f8d2
DE
36122016-02-16 Doug Evans <dje@google.com>
3613
3614 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
3615 * gdb.base/skip1.c: Ditto.
3616 * gdb.base/skip.exp: Whitespace cleanup.
3617
4041ed77
DB
36182016-02-16 Don Breazeal <donb@codesourcery.com>
3619
3620 PR remote/19496
3621 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3622 Remove kfail for PR remote/19496.
3623
c4ef31bf
SM
36242016-02-16 Simon Marchi <simon.marchi@ericsson.com>
3625
3626 * lib/gdb.exp (standard_temp_file): Return a path specific to
3627 the runtest invocation.
3628
266b65b3
SM
36292016-02-16 Simon Marchi <simon.marchi@ericsson.com>
3630
3631 * gdb.trace/save-trace.exp: Change relative path to be in the
3632 standard output directory.
3633
a7a0a6a9
JK
36342016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3635
3636 * gdb.arch/i386-prologue.c: Add missing prototypes.
3637
c99dbb42
JK
36382016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3639
3640 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
3641 * gdb.arch/i386-prologue.exp: Likewise.
3642 * gdb.arch/i386-size.exp: Likewise.
3643
aa480355
SM
36442016-02-15 Simon Marchi <simon.marchi@ericsson.com>
3645
3646 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
3647 define object file path.
3648 * gdb.btrace/gcore.exp: Use standard_output_file to define core
3649 file path.
3650 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
3651 standard_output_file to define binfile.
3652
ba881f50
JK
36532016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3654
3655 Fix compatibility with recent gfortran-5.3.1.
3656 * gdb.fortran/vla-history.exp (print vla1 allocated)
3657 (print vla2 allocated, print $2, print $3): Remove
3658 (print $4): Rename to ...
3659 (print $2): ... here.
3660 (print $9): Rename to ...
3661 (print $5): ... here.
3662 (print $10): Rename to ...
3663 (print $6): ... here.
3664 * gdb.fortran/vla.f90: Add pvla initialization.
3665
e9fb005c
JK
36662016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3667
3668 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
3669 New test.
3670 * gdb.fortran/vla-value-sub.exp: Likewise.
3671
e44e00ff
MK
36722016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
3673
3674 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
3675
97e94151
SM
36762016-02-12 Simon Marchi <simon.marchi@ericsson.com>
3677
3678 * i386-biarch-core.exp: Define corefile using
3679 standard_output_file.
3680
01113bc1
YQ
36812016-02-12 Yao Qi <yao.qi@linaro.org>
3682
3683 * gdb.arch/arm-single-step-kernel-helper.c: New.
3684 * gdb.arch/arm-single-step-kernel-helper.exp: New.
3685
33b4777c
MM
36862016-02-12 Markus Metzger <markus.t.metzger@intel.com>
3687
3688 * gdb.btrace/tailcall-only.exp: New.
3689 * gdb.btrace/tailcall-only.c: New.
3690 * gdb.btrace/x86_64-tailcall-only.S: New.
3691 * gdb.btrace/i686-tailcall-only.S: New.
3692
acc23c11
PA
36932016-02-11 Pedro Alves <palves@redhat.com>
3694
3695 * README (Parallel testing): Add missing double quotes.
3696
e352bf0a
PA
36972016-02-11 Pedro Alves <palves@redhat.com>
3698
3699 * README (Parallel testing): New section.
3700 (GDB_PARALLEL): Rewrite.
3701 (FORCE_PARALLEL): Document.
3702
9f5fed78
MK
37032016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
3704
3705 * gdb.trace/tfile-avx.c: New test.
3706 * gdb.trace/tfile-avx.exp: New test.
3707
9ef9e6a6
KS
37082016-02-09 Keith Seitz <keiths@redhat.com>
3709
3710 PR breakpoints/19546
3711 * gdb.base/infcall-exec.c: New file.
3712 * gdb.base/infcall-exec2.c: New file.
3713 * gdb.base/infcall-exec.exp: New file.
3714
a96e36da
KS
37152016-02-09 Keith Seitz <keiths@redhat.com>
3716
3717 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
3718 (toplevel): Call test_bkpt_address.
3719
9f61929f
KS
37202016-02-09 Keith Seitz <keiths@redhat.com>
3721
3722 PR python/19506
3723 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
3724 (toplevel): Call test_bkpt_address.
3725
1e94266c
SM
37262016-02-09 Simon Marchi <simon.marchi@ericsson.com>
3727
3728 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
3729 to AC_OUTPUT.
3730 * configure: Regenerate.
3731
2a7f3dff
PA
37322016-02-09 Pedro Alves <palves@redhat.com>
3733
3734 PR breakpoints/19548
3735 * gdb.base/execl-update-breakpoints.c (some_function): New
3736 function.
3737 (main): Call it.
3738 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
3739 Tighten expected GDB output.
3740
2151ccc5
SM
37412016-02-08 Simon Marchi <simon.marchi@ericsson.com>
3742
3743 * Makefile.in (ALL_SUBDIRS): Remove.
3744 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
3745 (distclean maintainer-clean realclean): Likewise.
3746 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
3747 * configure: Regenerate.
3748 * gdb.ada/Makefile.in: Delete.
3749 * gdb.arch/Makefile.in: Likewise.
3750 * gdb.asm/Makefile.in: Likewise.
3751 * gdb.base/Makefile.in: Likewise.
3752 * gdb.btrace/Makefile.in: Likewise.
3753 * gdb.cell/Makefile.in: Likewise.
3754 * gdb.compile/Makefile.in: Likewise.
3755 * gdb.cp/Makefile.in: Likewise.
3756 * gdb.disasm/Makefile.in: Likewise.
3757 * gdb.dlang/Makefile.in: Likewise.
3758 * gdb.dwarf2/Makefile.in: Likewise.
3759 * gdb.fortran/Makefile.in: Likewise.
3760 * gdb.gdb/Makefile.in: Likewise.
3761 * gdb.go/Makefile.in: Likewise.
3762 * gdb.guile/Makefile.in: Likewise.
3763 * gdb.java/Makefile.in: Likewise.
3764 * gdb.linespec/Makefile.in: Likewise.
3765 * gdb.mi/Makefile.in: Likewise.
3766 * gdb.modula2/Makefile.in: Likewise.
3767 * gdb.multi/Makefile.in: Likewise.
3768 * gdb.objc/Makefile.in: Likewise.
3769 * gdb.opencl/Makefile.in: Likewise.
3770 * gdb.opt/Makefile.in: Likewise.
3771 * gdb.pascal/Makefile.in: Likewise.
3772 * gdb.perf/Makefile.in: Likewise.
3773 * gdb.python/Makefile.in: Likewise.
3774 * gdb.reverse/Makefile.in: Likewise.
3775 * gdb.server/Makefile.in: Likewise.
3776 * gdb.stabs/Makefile.in: Likewise.
3777 * gdb.threads/Makefile.in: Likewise.
3778 * gdb.trace/Makefile.in: Likewise.
3779 * gdb.xml/Makefile.in: Likewise.
3780 * lib/gdb.exp (make_gdb_parallel_path): Add check for
3781 GDB_PARALLEL.
3782 (standard_output_file): Remove check for GDB_PARALLEL, always
3783 return path in outputs/$subdir/$testname.
3784
437277d4
SM
37852016-02-08 Simon Marchi <simon.marchi@ericsson.com>
3786
3787 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
3788 (site.exp): Assign abs_srcdir to tcl's srcdir.
3789
31d913c7
YQ
37902016-02-04 Yao Qi <yao.qi@linaro.org>
3791
3792 * gdb.base/foll-exec-mode.c: Include limits.h.
3793 (main): Add parameters argc and argv. Get directory from
3794 argv[0].
3795 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
3796 compilation.
3797 * gdb.base/foll-exec.c: Include limits.h.
3798 (main): Add parameters argc and argv.
3799 Get directory from argv[0].
3800 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
3801 Adjust tests on the number of lines as source code changed.
3802 * gdb.base/foll-vfork-exit.c: Include limits.h.
3803 (main): Add one line of statement before vfork.
3804 * gdb.base/foll-vfork.c: Include limits.h and string.h.
3805 (main): Add parameters argc and argv. Get directory from
3806 argv[0].
3807 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
3808 (setup_gdb): Set tbreak to skip some source lines.
3809 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
3810 (main): Add parameters argc and argv. Get directory from
3811 argv[0].
3812 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
3813 compilation.
3814 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
3815 (main): Add parameters argc and argv. Get directory from
3816 argv[0].
3817 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
3818 compilation.
3819
9482b9fb
DE
38202016-02-01 Doug Evans <dje@google.com>
3821
3822 * gdb.base/skip.exp: Clean up multiple references to same test name.
3823
6b2e4f10
PA
38242016-02-01 Pedro Alves <palves@redhat.com>
3825
ccb6afd6 3826 PR remote/19496
6b2e4f10
PA
3827 * gdb.threads/forking-threads-plus-breakpoint.exp
3828 (displaced_stepping_supported): New global.
3829 (probe_displaced_stepping_support): New procedure.
3830 (do_test): Add 'displaced' parameter, and use it.
3831 (top level): Check for displaced stepping support. Add displaced
3832 stepping on/off testing axis.
3833
37a8db1a
AB
38342016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
3835
3836 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
3837 pointer. Don't perform further tests on the unassociated pointer
3838 if the first test fails.
3839
5fdf6324
AB
38402016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
3841
3842 * gdb.base/max-value-size.c: New file.
3843 * gdb.base/max-value-size.exp: New file.
3844 * gdb.base/huge.exp: Disable max-value-size for this test.
3845
935c6144
IB
38462016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
3847
3848 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
3849
7fe8399d
YQ
38502016-01-28 Yao Qi <yao.qi@linaro.org>
3851
3852 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
3853
a2077e25
PA
38542016-01-25 Pedro Alves <palves@redhat.com>
3855
3856 PR threads/19461
3857 * gdb.base/fork-running-state.c: New file.
3858 * gdb.base/fork-running-state.exp: New file.
3859
1d2736d4
PA
38602016-01-25 Pedro Alves <palves@redhat.com>
3861
3862 PR gdb/19494
3863 * gdb.base/catch-fork-kill.c: New file.
3864 * gdb.base/catch-fork-kill.exp: New file.
3865
f1da4b11
PA
38662016-01-25 Pedro Alves <palves@redhat.com>
3867
3868 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
3869 Delete, moved to lib/gdb.exp.
3870 * gdb.threads/forking-threads-plus-breakpoint.exp
3871 (foreach_with_prefix): Likewise.
3872 * gdb.threads/process-dies-while-handling-bp.exp
3873 (foreach_with_prefix): Likewise.
3874 * lib/gdb.exp (foreach_with_prefix): New procedure.
3875
45f38546
MK
38762016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
3877
3878 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
3879 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
3880
dc29a1ce
MK
38812016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
3882
3883 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
3884 endian targets.
3885
092127d7
JK
38862016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3887 Pedro Alves <palves@redhat.com>
3888
3889 Fix testsuite compatibility with Guile.
3890 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
3891 number.
3892
31d765d3
JK
38932016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3894
3895 Fix testsuite compatibility with Guile.
3896 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
3897 (thread 1): New test for backtrace through signal handler.
3898
1ac78c04
YQ
38992016-01-22 Yao Qi <yao.qi@linaro.org>
3900
3901 PR testsuite/19491
3902 * gdb.base/multi-forks.c: Include
3903 ../lib/unbuffer_output.c
3904 (main): Call gdb_unbuffer_output.
3905
4f5946a8
DE
39062016-01-21 Doug Evans <dje@google.com>
3907
3908 * lib/ada.exp (gdb_compile_ada): Fix typo.
3909
305e13e6
JB
39102016-01-21 Joel Brobecker <brobecker@adacore.com>
3911
3912 * gdb.base/break-fun-addr.exp: New file.
3913 * gdb.base/break-fun-addr1.c: New file.
3914 * gdb.base/break-fun-addr2.c: New file.
3915
5f5dfff6
SM
39162016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
3917
3918 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
3919 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
3920 enum flag values.
3921
fd356fa2
AA
39222016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
3923
3924 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
3925 when GDB can not set the vector return value. Add more comments
3926 for clarification.
3927
9df22175
AT
39282016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
3929
3930 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
3931 command.
3932
41d1845e
SM
39332016-01-19 Simon Marchi <simon.marchi@ericsson.com>
3934
3935 * Makefile.in (DO_RUNTEST): Add --status and update usages.
3936
01ac6840
SM
39372016-01-19 Simon Marchi <simon.marchi@ericsson.com>
3938
3939 * Makefile.in (check-single): Pass --status to runtest.
3940 (check/%.exp): Likewise.
3941
39422016-01-19 Simon Marchi <simon.marchi@ericsson.com>
3943
3944 * Makefile.in (check-parallel): Propagate return code from make
3945 do-check-parallel.
3946
bd0a71fa
MK
39472016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
3948
3949 * gdb.trace/ftrace.exp: Fix expected message on continue.
3950 * gdb.trace/pending.exp: Fix expected message on continue.
3951 * gdb.trace/trace-break.exp: Fix expected message on continue.
3952
8bcbad33
SM
39532016-01-18 Simon Marchi <simon.marchi@ericsson.com>
3954
3955 * lib/gdb.exp (gdb_test): Remove unused global references.
3956
f303dbd6
PA
39572016-01-18 Pedro Alves <palves@redhat.com>
3958
3959 * gdb.base/async-shell.exp: Adjust expected output.
3960 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
3961 * gdb.base/siginfo-thread.exp: Adjust expected output.
3962 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
3963 * gdb.java/jnpe.exp: Adjust expected output.
3964 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
3965 * gdb.threads/continue-pending-status.exp: Adjust expected output.
3966 * gdb.threads/leader-exit.exp: Adjust expected output.
3967 * gdb.threads/manythreads.exp: Adjust expected output.
3968 * gdb.threads/pthreads.exp: Adjust expected output.
3969 * gdb.threads/schedlock.exp: Adjust expected output.
3970 * gdb.threads/siginfo-threads.exp: Adjust expected output.
3971 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
3972 expected output.
3973 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
3974 output.
3975 * gdb.threads/sigthread.exp: Adjust expected output.
3976 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
3977
b2789696
YQ
39782016-01-18 Yao Qi <yao.qi@linaro.org>
3979
3980 * gdb.guile/scm-section-script.c: Replace @progbits with
3981 %progbits.
3982 * gdb.python/py-section-script.c: Likewise.
3983
71ef29a8
PA
39842016-01-15 Pedro Alves <palves@redhat.com>
3985
3986 * gdb.multi/tids.exp: Test star wildcard ranges.
3987
3f5b7598
PA
39882016-01-15 Pedro Alves <palves@redhat.com>
3989
3990 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
3991 command from "thread apply" invocation.
3992 (thr_apply_info_thr_invalid): Default the expected output to the
3993 input tid list.
3994 (top level): Add tests that use convenience variables. Add tests
3995 for "thread apply" with a valid TID list, but missing the command.
3996
663f6d42
PA
39972016-01-13 Pedro Alves <palves@redhat.com>
3998
3999 * gdb.base/default.exp: Expect $_gthread as well.
4000 * gdb.multi/tids.exp: Test $_gthread.
4001 * gdb.threads/thread-specific.exp: Test $_gthread.
4002
c84f6bbf
PA
40032016-01-13 Pedro Alves <palves@redhat.com>
4004
4005 * gdb.multi/tids.exp: Test "info threads -gid".
4006
22a02324
PA
40072016-01-13 Pedro Alves <palves@redhat.com>
4008
4009 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4010 Breakpoint.thread.
4011 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4012
5d5658a1
PA
40132016-01-07 Pedro Alves <palves@redhat.com>
4014
4015 * gdb.base/break.exp: Adjust to output changes.
4016 * gdb.base/hbreak2.exp: Likewise.
4017 * gdb.base/sepdebug.exp: Likewise.
4018 * gdb.base/watch_thread_num.exp: Likewise.
4019 * gdb.linespec/keywords.exp: Likewise.
4020 * gdb.multi/info-threads.exp: Likewise.
4021 * gdb.threads/thread-find.exp: Likewise.
4022 * gdb.multi/tids.c: New file.
4023 * gdb.multi/tids.exp: New file.
4024
84654457
PA
40252016-01-13 Pedro Alves <palves@redhat.com>
4026
4027 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4028
e3940304
PA
40292016-01-13 Pedro Alves <palves@redhat.com>
4030
4031 * gdb.base/default.exp: Expect $_inferior as well.
4032 * gdb.multi/base.exp: Test $_inferior.
4033
a911d87a
PA
40342016-01-13 Pedro Alves <palves@redhat.com>
4035
4036 PR breakpoints/19388
4037 * gdb.base/catch-signal-siginfo-cond.c: New file.
4038 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4039
82075af2
JS
40402016-01-12 Josh Stone <jistone@redhat.com>
4041 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4042
4043 * gdb.base/catch-syscall.c (do_execve): New variable.
4044 (main): Conditionally trigger an execve.
4045 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4046 (test_catch_syscall_execve): New, check entry/return across execve.
4047 (do_syscall_tests): Call test_catch_syscall_execve.
4048
e46eeedd
PA
40492016-01-12 Pedro Alves <palves@redhat.com>
4050
4051 * gdb.base/random-signal.exp (do_test): New procedure, with body
4052 of testcase moved in.
4053
01d8c27e
JK
40542016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4055 Pedro Alves <palves@redhat.com>
4056
4057 * gdb.base/funcargs.exp (finish from indirectly called function):
4058 Reintroduce the case for 'First'.
4059
9a706302
JK
40602016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4061 Pedro Alves <palves@redhat.com>
4062
4063 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4064 (tcatch_vfork_then_child_follow_exec)
4065 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4066 identification.
4067
c0ecb95f
JK
40682016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4069
4070 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4071 and repeats to unlimited.
4072 * gdb.python/py-value.exp: Likewise.
4073 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4074 and repeats to unlimited.
4075
6cfc1fcb
JK
40762016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4077
4078 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4079 and reordering the functions.
4080 * gdb.multi/hangout.c: Likewise.
4081 * gdb.multi/hello.c: Likewise.
4082
582a1b00
SM
40832016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4084
4085 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4086 absolute.
4087 (SingleStatisticTestResult.report): Use dict.keys instead of
4088 dict.iterkeys.
4089
79bc59cb
PA
40902016-01-06 Pedro Alves <palves@redhat.com>
4091
4092 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4093
43368e1d
MM
40942016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4095
4096 * gdb.btrace/dlopen.exp: New.
4097 * gdb.btrace/dlopen.c: New.
4098 * gdb.btrace/dlopen-dso.c: New.
4099
79fad5b8
SL
41002015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4101
4102 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4103 PATTERN argument is optional.
4104
ab8314b3
JB
41052015-12-24 Joel Brobecker <brobecker@adacore.com>
4106
4107 * lib/ada.exp (target_compile_ada_from_dir): New function.
4108 (gdb_compile_ada): Reimplement avoiding the use of project files.
4109 * gdb.ada/gnat_ada.gpr: Delete.
4110 * gdb.ada/cond_lang.exp: Adjust test to make path before
4111 filename optional.
4112 * gdb.ada/small_reg_param.exp: Likewise.
4113
fe33faff
SM
41142015-12-22 Simon Marchi <simon.marchi@ericsson.com>
4115
4116 * gdb.base/foll-vork.exp: Remove HP-UX special case.
4117
6d265cb4
TP
41182015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
4119
4120 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4121 case.
4122
10125099
SM
41232015-12-21 Simon Marchi <simon.marchi@ericsson.com>
4124
4125 * gdb.base/break.exp: Remove dead code.
4126 * gdb.base/sepdebug.exp: Likewise.
4127
3ca22649
SM
41282015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4129
4130 * gdb.asm/asm-source.exp: Remove HP-UX references.
4131 * gdb.base/annota1.exp: Likewise.
4132 * gdb.base/annota3.exp: Likewise.
4133 * gdb.base/attach.exp: Likewise.
4134 * gdb.base/bigcore.exp: Likewise.
4135 * gdb.base/break.exp: Likewise.
4136 * gdb.base/call-ar-st.exp: Likewise.
4137 * gdb.base/callfuncs.exp: Likewise.
4138 * gdb.base/catch-fork-static.exp: Likewise.
4139 * gdb.base/display.exp: Likewise.
4140 * gdb.base/foll-exec-mode.exp: Likewise.
4141 * gdb.base/foll-exec.exp: Likewise.
4142 * gdb.base/foll-fork.exp: Likewise.
4143 * gdb.base/foll-vfork.exp: Likewise.
4144 * gdb.base/funcargs.exp: Likewise.
4145 * gdb.base/hbreak2.exp: Likewise.
4146 * gdb.base/inferior-died.exp: Likewise.
4147 * gdb.base/interrupt.exp: Likewise.
4148 * gdb.base/multi-forks.exp: Likewise.
4149 * gdb.base/nodebug.exp: Likewise.
4150 * gdb.base/sepdebug.exp: Likewise.
4151 * gdb.base/solib1.c: Likewise.
4152 * gdb.base/step-test.exp: Likewise.
4153 * gdb.mi/non-stop.c: Likewise.
4154 * gdb.mi/pthreads.c: Likewise.
4155 * gdb.multi/bkpt-multi-exec.ex: Likewise.
4156 * gdb.threads/pthreads.c: Likewise.
4157 * gdb.threads/staticthreads.exp: Likewise.
4158 * lib/future.exp: Likewise.
4159 * lib/gdb.exp: Likewise.
4160 * gdb.base/so-indr-cl.c: Remove.
4161 * gdb.base/so-indr-cl.exp: Likewise.
4162 * gdb.base/solib.c: Likewise.
4163 * gdb.base/solib.exp: Likewise.
4164 * gdb.base/solib2.c: Likewise.
4165
b6304613
SM
41662015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4167
4168 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4169 * gdb.base/call-ar-st.exp: Likewise.
4170 * gdb.base/callfuncs.exp: Likewise.
4171 * gdb.base/condbreak.exp: Likewise.
4172 * gdb.base/constvars.exp: Likewise.
4173 * gdb.base/hbreak2.exp: Likewise.
4174 * gdb.base/langs.exp: Likewise.
4175 * gdb.base/list.exp: Likewise.
4176 * gdb.base/long_long.exp: Likewise.
4177 * gdb.base/ptype.exp: Likewise.
4178 * gdb.base/scope.exp: Likewise.
4179 * gdb.base/signals.exp: Likewise.
4180 * gdb.base/so-impl-ld.exp: Likewise.
4181 * gdb.base/varargs.exp: Likewise.
4182 * gdb.base/volatile.exp: Likewise.
4183 * gdb.base/whatis.exp: Likewise.
4184 * gdb.cp/cplusfuncs.exp: Likewise.
4185 * gdb.cp/inherit.exp: Likewise.
4186 * gdb.cp/local.exp: Likewise.
4187 * gdb.cp/member-ptr.exp: Likewise.
4188 * gdb.cp/method.exp: Likewise.
4189 * gdb.cp/overload.exp: Likewise.
4190 * gdb.cp/templates.exp: Likewise.
4191 * gdb.stabs/weird.exp: Likewise.
4192 * lib/compiler.c: Likewise.
4193 * lib/compiler.cc: Likewise.
4194 * lib/cp-support.exp: Likewise.
4195 * lib/gdb.exp: Likewise.
4196
bf401b07
SM
41972015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
4198
4199 * configure.ac: Remove HP-UX case.
4200 * configure: Regenerate.
4201
aff9c0f8
SM
42022015-12-18 Simon Marchi <simon.marchi@ericsson.com>
4203
4204 * lib/gdb.exp (gdb_compile): Add function doc.
4205
a6904d5a
PA
42062015-12-17 Pedro Alves <palves@redhat.com>
4207
4208 PR threads/19354
4209 * gdb.multi/info-threads.exp: New file.
4210
a22279dd
YQ
42112015-12-15 Yao Qi <yao.qi@linaro.org>
4212
4213 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4214 is aarch64*-*-*.
4215
0588c796
SL
42162015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4217
4218 * gdb.base/history-duplicates.exp: Skip if no readline support.
4219
5d978e17
SL
42202015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4221
4222 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4223
7e763b86
SL
42242015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4225
4226 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4227
87a3a92c
SL
42282015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4229
4230 * gdb.base/completion.exp: Skip tests that interrupt GDB with
4231 ctrl-C if nointerrupts target property is set.
4232 * gdb.base/double-prompt-target-event-error.exp: Likewise.
4233 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4234 * gdb.base/paginate-bg-execution.exp: Likewise.
4235 * gdb.base/paginate-execution-startup.exp: Likewise.
4236 * gdb.base/random-signal.exp: Likewise.
4237 * gdb.base/range-stepping.exp: Likewise.
4238 * gdb.cp/annota2.exp: Likewise.
4239 * gdb.cp/annota3.exp: Likewise.
4240 * gdb.gdb/selftest.exp: Likewise.
4241 * gdb.threads/continue-pending-status.exp: Likewise.
4242 * gdb.threads/leader-exit.exp: Likewise.
4243 * gdb.threads/manythreads.exp: Likewise.
4244 * gdb.threads/pthreads.exp: Likewise.
4245 * gdb.threads/schedlock.exp: Likewise.
4246 * gdb.threads/sigthread.exp: Likewise.
4247
a8f077dc
DB
42482015-12-11 Don Breazeal <donb@codesourcery.com>
4249
4250 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4251 remote.
4252 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4253 * gdb.base/foll-exec.exp (main): Enable for target remote.
4254 * gdb.base/foll-fork.exp (main): Likewise.
4255 * gdb.base/foll-vfork.exp (main): Likewise.
4256 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4257 (proc continue_to_exit_bp_loc): Use clean_restart.
4258 * gdb.base/pie-execl.exp (main): Disable for target remote.
4259 * gdb.base/watch-vfork.exp (main): Enable for target remote.
4260 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4261 * gdb.threads/execl.exp (main): Likewise.
4262 * gdb.threads/fork-child-threads.exp (main): Likewise.
4263 * gdb.threads/fork-plus-threads.exp (main): Disable for target
4264 remote.
4265 * gdb.threads/fork-thread-pending.exp (main): Enable for target
4266 remote.
4267 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4268 pid.tid style ptids, instead of just tid.
4269 * gdb.threads/thread-execl.exp (main): Enable for target remote.
4270 * gdb.threads/watchpoint-fork.exp (main): Likewise.
4271 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4272 ptids, instead of just tid.
4273
3b2464a8
AB
42742015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4275
4276 * gdb.base/list.exp (test_list_forward): Add end of file error
4277 test.
4278 (test_repeat_list_command): Add end of file error test.
4279 (test_list_backwards): Add beginning of file error test.
4280
a0def019
AB
42812015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4282
4283 * gdb.base/list.exp (test_list_invalid_args): New function,
4284 defined, and called.
4285
5c000dff
AB
42862015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4287
4288 * gdb.base/list.exp (test_list): Make test names unique.
4289
f1637ebe
YQ
42902015-12-11 Yao Qi <yao.qi@linaro.org>
4291
4292 * gdb.base/coremaker2.c: Remove.
4293
36d6fc0a
PA
42942015-12-10 Pedro Alves <palves@redhat.com>
4295
4296 * gdb.multi/base.exp: Remove stale "spaces" references.
4297
762f7747
PA
42982015-12-10 Pedro Alves <palves@redhat.com>
4299
4300 * gdb.multi/base.exp: Don't use nowarnings.
4301 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
4302 * gdb.multi/hangout.c: Include stdio.h.
4303 * gdb.multi/hello.c: Include stdlib.h.
4304 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
4305 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
4306 * gdb.multi/multi-arch.exp: Don't use nowarnings.
4307
28d2bfb9
AB
43082015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
4309
4310 * gdb.dwarf2/dw2-ranges-base.c: New file.
4311 * gdb.dwarf2/dw2-ranges-base.exp: New file.
4312 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
4313 support additional line table, and debug ranges generation.
4314 (Dwarf::ranges): New function, generate .debug_ranges.
4315 (Dwarf::lines): Support generating simple line table programs.
4316 (Dwarf::assemble): Initialise new namespace variables.
4317
5fc2beac
KB
43182015-12-09 Kevin Buettner <kevinb@redhat.com>
4319
4320 * gdb.base/async.exp (proc test_background): Add case for
4321 asynchronous execution not supported.
4322
1c35a88f
LM
43232015-12-09 Luis Machado <lgustavo@codesourcery.com>
4324
4325 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
4326 format and change test names to make them unique.
4327
b593e3d9
RK
43282015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
4329 Pedro Alves <pedro@redhat.com>
4330
4331 PR gdb/18702
4332 Add checking of floatformats setup on x86_64 hosts.
4333 * gdb.arch/i386-float.S (main): Load bigval and smallval.
4334 (smallval, bigval): New labels/constants.
4335 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
4336 float" after loading bigval and smallval.
4337
d72413e6
PMR
43382015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
4339
4340 * gdb.ada/fun_overload_menu.exp: New testcase.
4341 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
4342
ece66d65
JS
43432015-12-04 Josh Stone <jistone@redhat.com>
4344
4345 * gdb.base/catch-fork-static.exp: New.
4346
41d0efca
YQ
43472015-12-03 Yao Qi <yao.qi@linaro.org>
4348
4349 * gdb.base/sizeof.c: Don't include stdio.h and
4350 ../lib/unbuffer_output.c.
4351 (main): New variable 'size' and 'value'. Remove printf and
4352 gdb_unbuffer_output. Assign return value to size and value.
4353 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
4354 at the beginning.
4355 (check_sizeof): Check the result by printing variable 'size'.
4356 (check_valueof): Check the result by printing variable 'value'.
4357
99fd02d9
YQ
43582015-12-01 Yao Qi <yao.qi@linaro.org>
4359
4360 * gdb.base/disp-step-syscall.exp: Define syscall instruction
4361 for aarch64*-*-linux* target.
4362
f2faf941
PA
43632015-11-30 Pedro Alves <palves@redhat.com>
4364
4365 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
4366
04bf20c5
PA
43672015-11-30 Pedro Alves <palves@redhat.com>
4368
4369 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
4370 Handle non-stop mode vCont replies.
4371
09df4675
PA
43722015-11-30 Pedro Alves <palves@redhat.com>
4373
4374 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
4375 prepare_for_testing. Start gdb with "set non-stop on" appended to
4376 GDBFLAGS. Lax expected stop output.
4377
58b584af
YQ
43782015-11-27 Yao Qi <yao.qi@linaro.org>
4379
4380 * gdb.arch/arm-neon.exp: New.
4381 * gdb.arch/arm-neon.c: New.
4382
dfcb77a8
YQ
43832015-11-27 Yao Qi <yao.qi@linaro.org>
4384
4385 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
4386
88e8ec1b
YQ
43872015-11-27 Yao Qi <yao.qi@linaro.org>
4388
4389 * gdb.cp/annota2.exp: Allow multiple occurrences of the
4390 frames-invalid annotation.
4391
bfde72c2
YQ
43922015-11-27 Yao Qi <yao.qi@linaro.org>
4393
4394 * gdb.cp/annota2.exp: Use ${frames_invalid}.
4395
f6512a69
SM
43962015-11-26 Simon Marchi <simon.marchi@ericsson.com>
4397
4398 * gdb.threads/names.exp: New file.
4399 * gdb.threads/names.c: New file.
4400 * README: Mention gdb,no_thread_names.
4401
46a3515b
MM
44022015-11-26 Markus Metzger <markus.t.metzger@intel.com>
4403
4404 PR 19297
4405 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
4406 support" error.
4407
62147a22
PA
44082015-11-24 Pedro Alves <palves@redhat.com>
4409
4410 PR 17539
4411 * gdb.base/display.exp: Expect displays to be sorted in ascending
4412 order. Use multi_line.
4413 * gdb.base/solib-display.exp: Likewise.
4414
2f341b6e
PA
44152015-11-24 Pedro Alves <palves@redhat.com>
4416
4417 PR 17539
25d49b86
PA
4418 * gdb.base/display.exp: Expect displays to be sorted in ascending
4419 order. Use multi_line.
4420 * gdb.base/solib-display.exp: Likewise.
2f341b6e 4421
7e0aa6aa
PA
44222015-11-24 Pedro Alves <palves@redhat.com>
4423
4424 PR 17539
4425 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
4426 threads in ascending order.
4427 * gdb.base/foll-fork.exp: Likewise.
4428 * gdb.base/foll-vfork.exp: Likewise.
4429 * gdb.base/multi-forks.exp: Likewise.
4430 * gdb.mi/mi-nonstop.exp: Likewise.
4431 * gdb.mi/mi-nsintrall.exp: Likewise.
4432 * gdb.multi/base.exp: Likewise.
4433 * gdb.multi/multi-arch.exp: Likewise.
4434 * gdb.python/py-inferior.exp: Likewise.
4435 * gdb.threads/break-while-running.exp: Likewise.
4436 * gdb.threads/execl.exp: Likewise.
4437 * gdb.threads/gcore-thread.exp: Likewise.
4438 * gdb.threads/info-threads-cur-sal.exp: Likewise.
4439 * gdb.threads/kill.exp: Likewise.
4440 * gdb.threads/linux-dp.exp: Likewise.
4441 * gdb.threads/multiple-step-overs.exp: Likewise.
4442 * gdb.threads/next-bp-other-thread.exp: Likewise.
4443 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
4444 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
4445 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
4446 * gdb.threads/thread-find.exp: Likewise.
4447 * gdb.threads/tls.exp: Likewise.
4448 * lib/mi-support.exp (mi_reverse_list): Delete.
4449 (mi_check_thread_states): No longer reverse list.
4450
2cc57ad8
PA
44512015-11-24 Pedro Alves <palves@redhat.com>
4452
4453 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
4454 use lowercase.
4455
c93e8391
SM
44562015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4457
4458 * gdb.trace/actions.c: Include trace-common.h.
4459 (main): Add a location for a fast tracepoint.
4460 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
4461 the normal tracepoints.
4462 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
4463
045ccf91
SM
44642015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4465
4466 * save-trace.exp: Factor out code to these...
4467 (gdb_save_tracepoints): New.
4468 (gdb_load_tracepoints): New.
4469 (do_save_load_test): New.
4470
5506f9f6
KB
44712015-11-23 Kevin Buettner <kevinb@redhat.com>
4472
4473 * gdb.base/asmlabel.exp: New test.
4474 * gdb.base/asmlabel.c: New test case.
4475
16c3b12f
JB
44762015-11-23 Joel Brobecker <brobecker@adacore.com>
4477
4478 * gdb.base/wrong_frame_bt_full-main.c: New file.
4479 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
4480 * gdb.base/wrong_frame_bt_full.exp: New file.
4481
155bfbd3
JB
44822015-11-23 Joel Brobecker <brobecker@adacore.com>
4483
4484 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
4485
bb097445
JM
44862015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4487
206853a0 4488 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
4489 pstate register when comparing registers values in
4490 sparc64-*-linux-gnu targets to avoid spurious differences.
4491
9c88ed8f
JM
44922015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4493
206853a0 4494 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 4495
96161e25
SL
44962015-11-19 Sandra Loosemore <sandra@codesourcery.com>
4497
4498 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
4499 as type argument to gdb_compile.
4500 * gdb.base/nested-subp2.exp: Likewise.
4501 * gdb.base/nested-subp3.exp: Likewise.
4502
340c2830
DV
45032015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
4504
4505 * lib/dwarf.exp (_note): Fix left shift of negative value.
4506 * gdb.trace/trace-condition.exp: Likewise.
4507
c1862d0f
YQ
45082015-11-13 Yao Qi <yao.qi@linaro.org>
4509
4510 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
4511 comments about d10v.
4512 (test_scalar_returns): Likewise.
4513 * gdb.base/d10v.ld: Remove.
4514 * gdb.base/overlays.exp: Remove the target triplet checking for
4515 d10v-*-*.
4516 * gdb.base/structs.exp (test_struct_returns): Remove the
4517 comments about d10v.
4518 (test_struct_calls): Likewise.
4519
77ae9c19
YQ
45202015-11-13 Yao Qi <yao.qi@linaro.org>
4521
4522 * gdb.base/gnu_vector.exp: Check the return value by "p res".
4523 * gdb.base/gnu_vector.c: Don't include stdio.h.
4524 (main): Don't print res and call add_some_intvecs.
4525
430e004e
MK
45262015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
4527
4528 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
4529 macro.
4530 (func5): Removed.
4531 (func4): Use FAST_TRACEPOINT_LABEL.
4532 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
4533 macro.
4534 (func): Removed.
4535 (thread_function): Use FAST_TRACEPOINT_LABEL.
4536 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
4537 (func): Remove.
4538 (marker): Use FAST_TRACEPOINT_LABEL.
4539 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
4540 (pendfunc1): Remove.
4541 (pendfunc): Use FAST_TRACEPOINT_LABEL.
4542 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
4543 (foo): Remove.
4544 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
4545 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
4546 macro.
4547 (func): Remove.
4548 (marker): Use FAST_TRACEPOINT_LABEL.
4549 * gdb.trace/trace-common.h: New header.
4550 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
4551 macro.
4552 (func): Remove.
4553 (marker): Use FAST_TRACEPOINT_LABEL.
4554 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
4555 (func): Remove.
4556 (thread_function): Use FAST_TRACEPOINT_LABEL.
4557
6e7675a7
MK
45582015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
4559
4560 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
4561 in front.
4562 * gdb.trace/change-loc.exp: Use global pcreg definition.
4563 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
4564 * gdb.trace/entry-values.exp: Use global spreg definition, add $
4565 in front.
4566 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
4567 * gdb.trace/pending.exp: Likewise.
4568 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
4569 * gdb.trace/trace-break.exp: Likewise.
4570 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
4571 in front.
4572 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
4573 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
4574 in front.
4575 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
4576
dddc0e16
JB
45772015-11-09 Joel Brobecker <brobecker@adacore.com>
4578
4579 * gdb.ada/fin_fun_out: New testcase.
4580
c6f0b406
KB
45812015-11-07 Kevin Buettner <kevinb@redhat.com>
4582
4583 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
4584 value associated with DW_AT_byte_size.
4585 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
4586 constants for DW_AT_byte_size, DW_AT_lower_bound, and
4587 DW_AT_upper_bound.
4588
f01dcfd9
KB
45892015-11-07 Kevin Buettner <kevinb@redhat.com>
4590
4591 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
4592 (gdb_target_symbol_prefix_flags): Define in terms of _asm
4593 version.
4594 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
4595 gdb.dwarf2/dw2-canonicalize-type.exp,
4596 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
4597 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
4598 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
4599 provided by gdb_target_symbol_prefix_flags_asm.
4600 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
4601 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
4602 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
4603 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
4604 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
4605 macros where needed). Use this macro for symbols which require
4606 the prefix provided by SYMBOL_PREFIX.
4607
2223449a
KB
46082015-11-05 Kevin Buettner <kevinb@redhat.com>
4609
4610 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
4611 New procs.
4612 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
4613 representing expressions, of more than one list element.
4614 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
4615 to prepend linker symbol prefix to f.
4616 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
4617 table_1 and table_2.
4618 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
4619 Likewise, for f and g.
4620 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
4621 for ptr.
4622 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
4623 for main.
4624 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
4625 table_1_ptr and table_2_ptr.
4626
6f2f1a3a
JK
46272015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4628 Joel Brobecker <brobecker@adacore.com>
4629
4630 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
4631
566c56c9
MK
46322015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
4633
4634 * gdb.reverse/s390-mvcle.c: New test.
4635 * gdb.reverse/s390-mvcle.exp: New file.
4636 * lib/gdb.exp: Enable reverse tests on s390*-linux.
4637
d5f0636b
MK
46382015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
4639
4640 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
4641
7ad8b86c
MK
46422015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
4643
4644 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
4645 reaching marker2.
4646 * gdb.reverse/getresuid-reverse.exp: Likewise.
4647 * gdb.reverse/pipe-reverse.exp: Likewise.
4648 * gdb.reverse/readv-reverse.exp: Likewise.
4649 * gdb.reverse/recvmsg-reverse.exp: Likewise.
4650 * gdb.reverse/time-reverse.exp: Likewise.
4651 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
4652
4081c0f1
YQ
46532015-10-30 Yao Qi <yao.qi@linaro.org>
4654
4655 * gdb.threads/wp-replication.c (watch_count_done): Remove.
4656 (empty_cycle): Remove.
4657 (main): Don't call empty_cycle. Don't use watch_count_done.
4658 * gdb.threads/wp-replication.exp: Don't set breakpoint on
4659 empty_cycle. Rewrite the code counting HW watchpoints.
4660
452b4ba5
MK
46612015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
4662
4663 * gdb.reverse/fstatat-reverse.c: New test.
4664 * gdb.reverse/fstatat-reverse.exp: New file.
4665 * gdb.reverse/getresuid-reverse.c: New test.
4666 * gdb.reverse/getresuid-reverse.exp: New file.
4667 * gdb.reverse/pipe-reverse.c: New test.
4668 * gdb.reverse/pipe-reverse.exp: New file.
4669 * gdb.reverse/readv-reverse.c: New test.
4670 * gdb.reverse/readv-reverse.exp: New file.
4671 * gdb.reverse/recvmsg-reverse.c: New test.
4672 * gdb.reverse/recvmsg-reverse.exp: New file.
4673 * gdb.reverse/time-reverse.c: New test.
4674 * gdb.reverse/time-reverse.exp: New file.
4675 * gdb.reverse/waitpid-reverse.c: New test.
4676 * gdb.reverse/waitpid-reverse.exp: New file.
4677
5e2e7507
JK
46782015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4679
4680 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
4681
0fde2c53
DE
46822015-10-26 Doug Evans <dje@google.com>
4683
4684 PR symtab/17391
4685 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
4686 * gdb.dwarf2/bad-regnum.c: New file.
4687 * gdb.dwarf2/bad-regnum.exp: New file.
4688
1a70ae97
DE
46892015-10-26 Doug Evans <dje@google.com>
4690
4691 PR python/18938
4692 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
4693 file.
4694
27dc26ab
JK
46952015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4696
4697 * gdb.compile/compile.exp (compile code globalvar): Update expectation
4698 for a change by "Mention language in compile error message".
4699
bed91f4d
SM
47002015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
4701
4702 PR python/18073
4703 * gdb.python/py-type.c (C::a_method): New.
4704 (C::a_const_method): New.
4705 (C::a_static_method): New.
4706 (a_function): New.
4707 * gdb.python/py-type.exp (test_fields): Test getting fields
4708 from function and method.
4709
3f2f83dd
KB
47102015-10-21 Keven Boell <keven.boell@intel.com>
4711
4712 * gdb.fortran/vla-alloc-assoc.exp: New file.
4713 * gdb.fortran/vla-datatypes.exp: New file.
4714 * gdb.fortran/vla-datatypes.f90: New file.
4715 * gdb.fortran/vla-history.exp: New file.
4716 * gdb.fortran/vla-ptype-sub.exp: New file.
4717 * gdb.fortran/vla-ptype.exp: New file.
4718 * gdb.fortran/vla-sizeof.exp: New file.
4719 * gdb.fortran/vla-sub.f90: New file.
4720 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
4721 * gdb.fortran/vla-value-sub-finish.exp: New file.
4722 * gdb.fortran/vla-value-sub.exp: New file.
4723 * gdb.fortran/vla-value.exp: New file.
4724 * gdb.fortran/vla-ptr-info.exp: New file.
4725 * gdb.mi/mi-vla-fortran.exp: New file.
4726 * gdb.mi/vla.f90: New file.
4727
27145d50
SL
47282015-10-21 Sandra Loosemore <sandra@codesourcery.com>
4729
4730 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
4731 of hardwired timeout value.
4732
5f3ff4f8
JK
47332015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4734 Pedro Alves <palves@redhat.com>
4735
4736 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
4737 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
4738
bfd09d20
JS
47392015-10-19 Josh Stone <jistone@redhat.com>
4740
4741 * gdb.base/catch-syscall.c: Include <sched.h>.
4742 (unknown_syscall): New variable.
4743 (main): Trigger a vfork and an unknown syscall.
4744 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
4745 (unknown_syscall_number): Likewise.
4746 (check_call_to_syscall): Accept an optional syscall pattern.
4747 (check_return_from_syscall): Likewise.
4748 (check_continue): Likewise.
4749 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
4750 (test_catch_syscall_skipping_return): New test toggling off 'catch
4751 syscall' to step over the syscall return, then toggling back on.
4752 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
4753 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
4754 (do_syscall_tests): Call test_catch_syscall_without_args and
4755 test_catch_syscall_mid_vfork.
4756 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
4757 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
4758
b32b93c6
AS
47592015-10-19 Andrew Stubbs <ams@codesourcery.com>
4760
4761 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
4762 print g_vE): Add new pass patterns.
4763 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
4764 print various symbol names for vptr fields.
4765
9d622bda
AB
47662015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
4767
4768 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
4769 results.
4770
0fd8ac1c
YQ
47712015-10-12 Yao Qi <yao.qi@linaro.org>
4772
4773 * gdb.arch/disp-step-insn-reloc.exp: New test case.
4774
34240514
YQ
47752015-10-12 Yao Qi <yao.qi@linaro.org>
4776
4777 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
4778 is aarch64*-*-linux*.
4779
8240f442
YQ
47802015-10-12 Yao Qi <yao.qi@linaro.org>
4781
4782 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
4783 (can_relocate_bcond_true): ... it.
4784 (can_relocate_bcond_false): New function.
4785 (foo): Likewise.
4786 (can_relocate_bl): Likewise.
4787 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
4788 can_relocate_bl.
4789
2520f728
PMR
47902015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
4791
4792 * gdb.base/nested-addr.c: New file.
4793 * gdb.base/nested-addr.exp: New testcase.
4794
abcef95a
MM
47952015-10-09 Markus Metzger <markus.t.metzger@intel.com>
4796
4797 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
4798 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
4799 its output. Ignore the output of "record goto begin" and instead
4800 check that GDB is replaying.
4801
145e3ddb
PA
48022015-10-09 Pedro Alves <palves@redhat.com>
4803
4804 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
4805 (top level): Use it in the run with no args test.
4806
d5d8c4e1
IB
48072015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
4808
4809 * gdb.dlang/properties.exp: New file.
4810
06e635ef
SL
48112015-10-02 Sandra Loosemore <sandra@codesourcery.com>
4812
4813 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
4814 whether or not address 0x1000 is mapped on the target.
4815
e019fd1d
SM
48162015-09-30 Simon Marchi <simon.marchi@ericsson.com>
4817
4818 * gdb.python/py-type.exp: Do not run tests if binaries fail to
4819 build.
4820
77ba2a67
MM
48212015-09-30 Markus Metzger <markus.t.metzger@intel.com>
4822
4823 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
4824 instruction-history test.
4825
c60eb31f
DE
48262015-09-28 Doug Evans <dje@google.com>
4827
4828 * gdb.base/gcore.c (array_func): Add reference to static_array.
4829
9a3c8263
SM
48302015-09-25 Simon Marchi <simon.marchi@ericsson.com>
4831
4832 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
4833 source line.
4834
9720e656
SL
48352015-09-24 Sandra Loosemore <sandra@codesourcery.com>
4836
4837 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
4838 short or char as base type.
4839
938d3bf2
SL
48402015-09-23 Sandra Loosemore <sandra@codesourcery.com>
4841
4842 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
4843 to allow any size enum.
4844
e6c2c623
PMR
48452015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
4846
4847 * gdb.ada/array_ptr_renaming.exp: New testcase.
4848 * gdb.ada/array_ptr_renaming/foo.adb: New file.
4849 * gdb.ada/array_ptr_renaming/pack.ads: New file.
4850
06da0f77
PL
48512015-09-21 Pierre Langlois <pierre.langlois@arm.com>
4852
4853 * gdb.trace/ftrace-lock.c: New file.
4854 * gdb.trace/ftrace-lock.exp: New file.
4855
4f51c22a
PL
48562015-09-21 Pierre Langlois <pierre.langlois@arm.com>
4857
4858 * gdb.arch/insn-reloc.c: New file.
4859 * gdb.arch/ftrace-insn-reloc.exp: New file.
4860
7041adf4
PL
48612015-09-21 Pierre Langlois <pierre.langlois@arm.com>
4862
4863 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
4864 instruction.
4865 * gdb.trace/pendshr1.c (pendfunc): Likewise.
4866 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
4867 * gdb.trace/range-stepping.c: Likewise.
4868 * gdb.trace/trace-break.c: Likewise.
4869 * gdb.trace/trace-mt.c (thread_function): Likewise.
4870 * gdb.trace/ftrace.c (marker): Likewise.
4871 * gdb.trace/trace-condition.c (marker): Likewise.
4872 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
4873 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
4874 is_aarch64_target.
4875
015d2e7e
DE
48762015-09-18 Doug Evans <xdje42@gmail.com>
4877
4878 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
4879 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
4880
26b188a2
SL
48812015-09-18 Sandra Loosemore <sandra@codesourcery.com>
4882
4883 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
4884 the breakpoint.
4885
79dc332b
SL
48862015-09-18 Sandra Loosemore <sandra@codesourcery.com>
4887
4888 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
4889 the pending breakpoint. Remove timeout override for "Run till
4890 MI pending breakpoint on pendfunc3 on thread 2" test.
4891
f57929f2
SL
48922015-09-18 Sandra Loosemore <sandra@codesourcery.com>
4893
4894 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
4895 filename pattern.
4896
3f469b17
SL
48972015-09-18 Sandra Loosemore <sandra@codesourcery.com>
4898
4899 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
4900 in breakpoint filename pattern.
4901
515b89b3
SL
49022015-09-18 Sandra Loosemore <sandra@codesourcery.com>
4903
7800dbe4
SL
4904 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
4905
49062015-09-18 Sandra Loosemore <sandra@codesourcery.com>
4907
515b89b3
SL
4908 * gdb.linespec/explicit.exp: Check for readline support for
4909 tab-completion tests. Fix obvious typo.
4910
d2939ba2
MM
49112015-09-18 Markus Metzger <markus.t.metzger@intel.com>
4912
4913 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
4914 and replay.
4915
cbb55fa7
MM
49162015-09-18 Markus Metzger <markus.t.metzger@intel.com>
4917
4918 * gdb.btrace/non-stop.c: New.
4919 * gdb.btrace/non-stop.exp: New.
4920
43691ca1
PL
49212015-09-17 Pierre Langlois <pierre.langlois@arm.com>
4922 Yao Qi <yao.qi@linaro.org>
4923
4924 * gdb.trace/trace-condition.c: New file.
4925 * gdb.trace/trace-condition.exp: New file.
4926
d78908cf
WW
49272015-09-16 Wei-cheng Wang <cole945@gmail.com>
4928
4929 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
4930 for testing bytecode compilation.
4931
1ed415e2
PA
49322015-09-16 Pedro Alves <palves@redhat.com>
4933 Sandra Loosemore <sandra@codesourcery.com>
4934
4935 * gdb.threads/non-stop-fair-events.c (timeout): New global.
4936 (SECONDS): Redefine.
4937 (main): Call pthread_kill and alarm early.
4938 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
4939 support.
4940 (test): If the target can't hardware step and doesn't support
4941 displaced stepping, increase the timeout.
4942
d136eff5
PA
49432015-09-16 Pedro Alves <palves@redhat.com>
4944
4945 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
4946 (enable_debug): New procedures.
4947 (test): Use them. Bail out if waiting for threads fails.
4948 (top level): Bail out if a test fails.
4949
991f019c
YQ
49502015-09-16 Yao Qi <yao.qi@linaro.org>
4951
4952 * gdb.asm/asm-source.exp: Set asm-arch for
4953 aarch64*-*-* target.
4954 * gdb.asm/aarch64.inc: New file.
4955
bfca584f
PMR
49562015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
4957
4958 * gdb.ada/array_of_variable_length.exp: New testcase.
4959 * gdb.ada/array_of_variable_length/foo.adb: New file.
4960 * gdb.ada/array_of_variable_length/pck.adb: New file.
4961 * gdb.ada/array_of_variable_length/pck.ads: New file.
4962
b326e587
DE
49632015-09-15 Doug Evans <dje@google.com>
4964
4965 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
4966 of function static local variable.
4967
5382cfab
PW
49682015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4969
4970 * gdb.threads/tls-so_extern.exp: New test file.
4971 * gdb.threads/tls-so_extern.c: New test file.
4972 * gdb.threads/tls-so_extern_main.c: New test file.
4973
141c5cc4
JK
49742015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4975
4976 * gdb.opt/solib-intra-step-lib.c: New file.
4977 * gdb.opt/solib-intra-step-main.c: New file.
4978 * gdb.opt/solib-intra-step.exp: New file.
4979
d15dcecd
PA
49802015-09-15 Pedro Alves <palves@redhat.com>
4981
4982 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
4983 gdb_continue_to_breakpoint instead of gdb_test_multiple.
4984
4c2f2a79
PA
49852015-09-14 Pedro Alves <palves@redhat.com>
4986
4987 * gdb.base/hook-stop-continue.c: Delete.
4988 * gdb.base/hook-stop-continue.exp: Delete.
4989 * gdb.base/hook-stop-frame.c: Delete.
4990 * gdb.base/hook-stop-frame.exp: Delete.
4991 * gdb.base/hook-stop.c: New file.
4992 * gdb.base/hook-stop.exp: New file.
4993
919e6dbe
PMR
49942015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
4995
4996 * gdb.ada/access_to_packed_array.exp: New testcase.
4997 * gdb.ada/access_to_packed_array/foo.adb: New file.
4998 * gdb.ada/access_to_packed_array/pack.adb: New file.
4999 * gdb.ada/access_to_packed_array/pack.ads: New file.
5000
157280a4
MM
50012015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5002
5003 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5004 buffer size test.
5005
2fd33e94
DB
50062015-09-11 Don Breazeal <donb@codesourcery.com>
5007
5008 * gdb.base/foll-exec.c: Add copyright header. Fix
5009 formatting issues.
5010 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5011 (do_exec_tests): Use clean_restart in place of zap_session,
5012 and for test initialization. Fix formatting issues. Use
5013 fail in place of perror.
5014 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5015 an expect statement to match an expression with output from
5016 the program under debug.
5017 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5018 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5019 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5020 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5021 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5022
e70b6e8e
DE
50232015-09-09 Doug Evans <dje@google.com>
5024
5025 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5026
7a551a51
DE
50272015-09-09 Doug Evans <dje@google.com>
5028
5029 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5030
4c666f84
DE
50312015-09-09 Doug Evans <dje@google.com>
5032
5033 * gdb.base/savedregs.exp: Fix typo.
5034
243a9253
PA
50352015-09-09 Pedro Alves <palves@redhat.com>
5036
5037 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5038
c0fa8fbd
SL
50392015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5040
5041 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5042 command actually switches threads. Give up on remaining
5043 tests if target fails to stop at breakpoint.
5044
cd7c1778
PMR
50452015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5046
5047 * gdb.ada/funcall_char.exp: New testcase.
5048 * gdb.ada/funcall_char/foo.adb: New file.
5049
dc5c8746
PMR
50502015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5051
5052 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5053 expected outputs. Add two testcases for completing ambiguous
5054 functions.
5055 * gdb.ada/complete/aux_pck.adb: New file.
5056 * gdb.ada/complete/aux_pck.ads: New file.
5057 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5058 Ambiguous_Func functions.
5059 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5060 * gdb.ada/complete/pck.adb: Likewise.
5061
4e83a1e7
UW
50622015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5063
5064 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5065 failures to run the test program under GDB.
5066
8ce74153
LM
50672015-08-26 Luis Machado <lgustavo@codesourcery.com>
5068
5069 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5070 to C.
5071
e9756d52
PP
50722015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5073
5074 * gdb.base/run-after-attach.exp: New test file.
5075 * gdb.base/run-after-attach.c: New test file.
5076
8d37573b
DB
50772015-08-26 Don Breazeal <donb@codesourcery.com>
5078
5079 * gdb.base/foll-exec-2.c: New test program.
5080 * gdb.base/foll-exec-2.exp: New test.
5081
63e43d3a
PMR
50822015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5083
5084 * gdb.base/nested-subp1.exp: New file.
5085 * gdb.base/nested-subp1.c: New file.
5086 * gdb.base/nested-subp2.exp: New file.
5087 * gdb.base/nested-subp2.c: New file.
5088 * gdb.base/nested-subp3.exp: New file.
5089 * gdb.base/nested-subp3.c: New file.
5090
3d40fbb5
PA
50912015-08-24 Pedro Alves <palves@redhat.com>
5092
5093 * gdb.server/connect-without-multi-process.c: New file.
5094 * gdb.server/connect-without-multi-process.exp: New file.
5095
4422ac93
LM
50962015-08-24 Luis Machado <lgustavo@codesourcery.com>
5097
5098 * gdb.opt/inline-markers.c: Make z int.
5099
91dddb86
LM
51002015-08-24 Luis Machado <lgustavo@codesourcery.com>
5101
5102 * gdb.opt/inline-markers.c: Make z volatile.
5103
a48847ee
LM
51042015-08-24 Luis Machado <lgustavo@codesourcery.com>
5105
5106 * gdb.opt/inline-bt.c: New volatile global z.
5107 * gdb.opt/inline-cmds.c: Likewise.
5108 * gdb.opt/inline-locals.c: Likewise.
5109 * gdb.opt/inline-markers.c: New extern global z.
5110 (marker): Use z.
5111 (inline_fn): Likewise.
5112
0ebbc52b
PA
51132015-08-24 Pedro Alves <palves@redhat.com>
5114
5115 * config/m32r-stub.exp: Remove file.
5116 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5117 * gdb.base/call-rt-st.exp: Likewise.
5118 * gdb.base/call-strs.exp: Likewise.
5119 * gdb.base/default.exp: Remove references to h8300-*-hms and
5120 *-*-udi*.
5121 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5122
77c365df
AA
51232015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5124
5125 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5126 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
5127 and "return" use KFAIL when GDB can not read/write the vector
5128 return value.
5129
4313b8c0
GB
51302015-08-21 Gary Benson <gbenson@redhat.com>
5131
5132 * gdb.trace/pending.exp: Cope with remote transfer warnings.
5133
0e433b32
PA
51342015-08-20 Pedro Alves <palves@redhat.com>
5135
5136 * gdb.server/solib-list.exp: No longer expect an interior stop in
5137 non-stop mode.
5138
221e1a37
PA
51392015-08-20 Pedro Alves <palves@redhat.com>
5140
5141 * gdb.server/connect-stopped-target.c: New file.
5142 * gdb.server/connect-stopped-target.exp: New file.
5143
40e3ad0e
PA
51442015-08-20 Pedro Alves <palves@redhat.com>
5145
5146 * gdb.dwarf2/comp-unit-lang.exp: New file.
5147 * gdb.dwarf2/comp-unit-lang.c: New file.
5148
af39b327
PMR
51492015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
5150
5151 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5152 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5153
7d45c7c3 51542015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 5155
7d45c7c3
KB
5156 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5157 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5158
4d6cceb4
DE
51592015-08-18 Doug Evans <dje@google.com>
5160 Adrian Sendroiu <adrian.sendroiu@freescale.com>
5161
5162 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5163 skip_python_tests. New arg prompt_regexp.
5164 (skip_python_tests): New function.
5165 * lib/mi-support.exp (mi_skip_python_tests): New function.
5166 * gdb.python/py-mi-objfile-gdb.py: New file.
5167 * gdb.python/py-mi-objfile.c: New file.
5168 * gdb.python/py-mi-objfile.exp: New file.
5169
ad89c2aa
KS
51702015-08-17 Keith Seitz <keiths@redhat.com>
5171
5172 * gdb.linespec/explicit.exp: Move strace test from here ...
5173 * gdb.trace/strace.exp: ... to here.
5174
e3ae3c43
PP
51752015-08-15 Patrick Palka <patrick@parcs.ath.cx>
5176
5177 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5178 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5179
604b2636
DE
51802015-08-14 Doug Evans <xdje42@gmail.com>
5181
5182 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5183 inferior before selecting a new file.
5184
6ff0ba5f
DE
51852015-08-14 Doug Evans <xdje42@gmail.com>
5186
5187 * gdb.mi/mi-disassemble.exp: Update.
5188 * gdb.base/disasm-optim.S: New file.
5189 * gdb.base/disasm-optim.c: New file.
5190 * gdb.base/disasm-optim.h: New file.
5191 * gdb.base/disasm-optim.exp: New file.
5192
9ca98f92
KS
51932015-08-14 Keith Seitz <keiths@redhat.com>
5194
5195 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5196 "evaluated-by".
5197
52bbc560
JB
51982015-08-13 Joel Brobecker <brobecker@adacore.com>
5199
5200 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5201
5d8c3ed3
PMR
52022015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
5203
5204 * gdb.ada/fun_renaming.exp: New testcase.
5205 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5206 * gdb.ada/fun_renaming/pack.adb: New file.
5207 * gdb.ada/fun_renaming/pack.ads: New file.
5208
ea8812bc
KS
52092015-08-12 Keith Seitz <keiths@redhat.com>
5210
5211 * gdb.base/dso2dso.exp: Pass basename of source file in call to
5212 gdb_get_line_number.
5213
4dafcdeb
JB
52142015-08-12 Joel Brobecker <brobecker@adacore.com>
5215
5216 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5217 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5218 gdb.base/dso2dso.exp: New files.
5219
5ba32597
SDJ
52202015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
5221 Pedro Alves <palves@redhat.com>
5222 Keith Seitz <keiths@redhat.com>
5223
5224 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5225 GDBFLAGS.
5226
b6dafabf
PP
52272015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5228
5229 * gdb.base/gdbhistsize-history.exp
5230 (test_histsize_history_setting): Use save_vars.
5231 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5232 Use save_vars.
5233 (test_no_truncation_of_unlimited_history_file): Use save_vars.
5234 * gdb.base/readline.exp: Use save_vars.
5235
abe8e607
PP
52362015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5237
5238 * lib/gdb.exp (save_vars): New proc.
5239
629500fa
KS
52402015-08-11 Keith Seitz <keiths@redhat.com>
5241
5242 * gdb.base/help.exp: Update help_breakpoint_text.
5243
eb8c4e2e
KS
52442015-08-11 Keith Seitz <keiths@redhat.com>
5245
5246 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5247 (at toplevel): Call test_explicit_breakpoints.
5248 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5249 breakpoints.
5250 * lib/mi-support.exp (mi_make_breakpoint): Add support for
5251 breakpoint conditions, "-cond".
5252
87f0e720
KS
52532015-08-11 Keith Seitz <keiths@redhat.com>
5254
5255 * gdb.linespec/3explicit.c: New file.
5256 * gdb.linespec/cpexplicit.cc: New file.
5257 * gdb.linespec/cpexplicit.exp: New file.
5258 * gdb.linespec/explicit.c: New file.
5259 * gdb.linespec/explicit.exp: New file.
5260 * gdb.linespec/explicit2.c: New file.
5261 * gdb.linespec/ls-errs.exp: Add explicit location tests.
5262 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5263 before using in the matching pattern.
5264 Clarify that `prefix' is a regular expression.
5265
f00aae0f
KS
52662015-08-11 Keith Seitz <keiths@redhat.com>
5267
5268 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5269 test.
5270 Add tests for missing ",FMT" and ",".
5271
e27852be
DE
52722015-08-10 Doug Evans <dje@google.com>
5273 Keith Seitz <keiths@redhat.com>
5274
5275 PR gdb/17960
5276 * gdb.base/completion.exp: Add location completer tests.
5277
7f03bd92
PA
52782015-08-07 Pedro Alves <palves@redhat.com>
5279
5280 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
5281 tests here.
5282 (top level): Run do_test with and without displaced stepping.
5283
3fc8eb30
PA
52842015-08-07 Pedro Alves <palves@redhat.com>
5285
5286 * gdb.base/valgrind-disp-step.c: New file.
5287 * gdb.base/valgrind-disp-step.exp: New file.
5288
d4569d7b
PA
52892015-08-07 Pedro Alves <palves@redhat.com>
5290
5291 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
5292 Delete function.
5293 (main): Add alarm. Run an infinite loop instead of calling
5294 wait_threads.
5295 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
5296 comment.
5297 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
5298 Delete function.
5299 (main): Add alarm. Run an infinite loop instead of calling
5300 wait_threads.
5301 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
5302 comment.
5303
e1316e60
PA
53042015-08-07 Pedro Alves <palves@redhat.com>
5305
5306 * gdb.base/checkpoint-ns.exp: New file.
5307 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
5308 standard_testfile.
5309
da8c46d2
MM
53102015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5311
5312 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
5313 * gdb.btrace/instruction_history.exp: Update.
5314 * gdb.btrace/tsx.exp: New.
5315 * gdb.btrace/tsx.c: New.
5316
de1c2c52
PA
53172015-08-06 Pedro Alves <palves@redhat.com>
5318
5319 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
5320 increase timeout.
5321 * gdb.reverse/until-precsave.exp: Bump timeouts.
5322
782e0bf4
PA
53232015-08-06 Pedro Alves <palves@redhat.com>
5324
5325 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
5326
83e97ed0
PA
53272015-08-06 Pedro Alves <palves@redhat.com>
5328
5329 PR gdb/18749
5330 * gdb.threads/process-dies-while-handling-bp.c: New file.
5331 * gdb.threads/process-dies-while-handling-bp.exp: New file.
5332
863d01bd
PA
53332015-08-06 Pedro Alves <palves@redhat.com>
5334
5335 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
5336 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
5337
0a39bb32
PA
53382015-08-05 Pedro Alves <palves@redhat.com>
5339
5340 * gdb.threads/next-while-other-thread-longjmps.c: New file.
5341 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
5342
ee2d2b10
SL
53432015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5344
5345 * gdb.base/bp-permanent.exp: Report test as unsupported if
5346 the target cannot stop at the permanent breakpoint.
5347
4e1bdb00
DE
53482015-08-03 Doug Evans <dje@google.com>
5349
5350 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
5351 10000.
5352
3d338901
DE
53532015-08-03 Doug Evans <dje@google.com>
5354
5355 * Makefile.in (workers/%.worker, build-perf): New rule.
5356 (GDB_PERFTEST_MODE): New variable.
5357 (check-perf): Use it.
5358 (clean): Clean up gdb.perf parallel build subdirs.
5359 * lib/build-piece.exp: New file.
5360 * lib/gdb.exp (make_gdb_parallel_path): New function
5361 (standard_output_file, standard_temp_file): Call it.
5362 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5363 of $GDB_PARALLEL.
5364 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
5365
af061d3e
DE
53662015-08-03 Doug Evans <dje@google.com>
5367
8e1afc81 5368 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
5369 (LOG_FILE_NAME): New global.
5370 (TextReporter.__init__): Initialize self.txt_sum.
5371 (TextReporter.report): Add support for multiple data-points.
5372 Move report to perftest.sum, put raw data in perftest.log.
5373 (TextReporter.start): Open sum and log files.
5374 (TextReporter.end): Close sum and log files.
8e1afc81
DE
5375 * gdb.perf/lib/perftest/testresult.py
5376 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 5377
2c8c5d37
PA
53782015-07-31 Pedro Alves <palves@redhat.com>
5379
5380 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
5381 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5382 kill_wait_spawned_process instead of explicit "kill -9".
5383 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
5384 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5385 kill_wait_spawned_process.
5386 * gdb.base/attach-twice.exp: Likewise.
5387 * gdb.base/attach.exp: Likewise.
5388 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
5389 gdb_test_multiple.
5390 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
5391 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5392 kill_wait_spawned_process.
5393 * gdb.base/valgrind-infcall.exp: Likewise.
5394 * gdb.multi/multi-attach.exp: Likewise.
5395 * gdb.python/py-prompt.exp: Likewise.
5396 * gdb.python/py-sync-interp.exp: Likewise.
5397 * gdb.server/ext-attach.exp: Likewise.
5398 * gdb.threads/attach-into-signal.exp (corefunc): Use
5399 spawn_wait_for_attach, spawn_id_get_pid and
5400 kill_wait_spawned_process.
5401 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
5402 spawn_wait_for_attach returning a spawn id instead of a pid. Use
5403 spawn_id_get_pid and kill_wait_spawned_process.
5404 * gdb.threads/attach-stopped.exp (corefunc): Use
5405 spawn_wait_for_attach, spawn_id_get_pid and
5406 kill_wait_spawned_process.
5407 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
5408 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5409 kill_wait_spawned_process instead of explicit "kill -9".
5410 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
5411 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
5412 (spawn_wait_for_attach): Use spawn instead of exec to spawn
5413 processes. Don't map cygwin/windows pids here. Now returns a
5414 spawn id list.
5415
032a0fca
SL
54162015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5417
5418 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
5419 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
5420 correct patch.
5421
61a934ca
SL
54222015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5423
5424 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
5425
4bc4d428
SL
54262015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5427
5428 Reapply:
5429 2014-05-21 Mark Wielaard <mjw@redhat.com>
5430
5431 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5432
998d452a
PA
54332015-07-30 Pedro Alves <palves@redhat.com>
5434
5435 * linux-low.c (handle_extended_wait): Set the child's last
5436 reported status to TARGET_WAITKIND_STOPPED.
5437
69dde7dc
PA
54382015-07-30 Pedro Alves <palves@redhat.com>
5439
5440 PR threads/18600
5441 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
5442 only shows inferior 1.
5443
4dd63d48
PA
54442015-07-30 Simon Marchi <simon.marchi@ericsson.com>
5445 Pedro Alves <palves@redhat.com>
5446
5447 PR threads/18600
5448 * gdb.threads/fork-plus-threads.c: New file.
5449 * gdb.threads/fork-plus-threads.exp: New file.
5450
d618e4c5
PP
54512015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5452
5453 * gdb.base/batch-preserve-term-settings.exp
5454 (test_terminal_settings_preserved_after_cli_exit): Use
5455 send_quit_command.
5456
1eef6428
PA
54572015-07-29 Pedro Alves <palves@redhat.com>
5458 Don Breazeal <donb@codesourcery.com>
5459
5460 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
5461 output from both inferior_spawn_id and gdb_spawn_id.
5462
7da5b897
SDJ
54632015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5464
5465 * gdb.threads/attach-into-signal.exp (corefunc): Use
5466 with_test_prefix on nested loops, uniquefying the test messages.
5467
dac804df
SDJ
54682015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5469
5470 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
5471 commit.
5472
06265e53
PP
54732015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5474
5475 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
5476 New proc.
5477 (test_terminal_settings_preserved_after_sigterm): New test.
5478
18206ca3
PP
54792015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5480
5481 * gdb.base/batch-preserve-term-settings.exp
5482 (test_terminal_settings_preserved_after_cli_exit): New test.
5483
90074d11
PP
54842015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5485
5486 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
5487 manipulation of saved_gdbflags.
5488 (test_terminal_settings_preserved): Remove global declaration of
5489 the unused variable pagination_prompt. Remove manipulation of
5490 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
5491 GDBFLAGS.
5492
eb1a7902
PA
54932015-07-29 Pedro Alves <palves@redhat.com>
5494
5495 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
5496
8b75dd3b
PA
54972015-07-29 Pedro Alves <palves@redhat.com>
5498
5499 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
5500 at the top.
5501
dedad4e3
PA
55022015-07-29 Pedro Alves <palves@redhat.com>
5503
5504 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
5505 (main): Call gdb_unbuffer_output.
5506 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
5507 (main): Call gdb_unbuffer_output.
5508 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
5509 (main): Call gdb_unbuffer_output.
5510 * gdb.base/call-strs.exp: Adjust to step over the
5511 gdb_unbuffer_output call.
5512 * gdb.base/catch-gdb-caused-signals.c: Include
5513 "../lib/unbuffer_output.c".
5514 (main): Call gdb_unbuffer_output.
5515 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
5516 (main): Call gdb_unbuffer_output.
5517 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
5518 (main): Call gdb_unbuffer_output.
5519 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
5520 (main): Call gdb_unbuffer_output.
5521 * gdb.base/shlib-call.exp: Adjust to step over the
5522 gdb_unbuffer_output call.
5523 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
5524 (main): Call gdb_unbuffer_output.
5525 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
5526 (main): Call gdb_unbuffer_output.
5527 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
5528 (main): Rename to ...
5529 (test): ... this.
5530 (main): Reimplement.
5531 * gdb.base/varargs.exp: Run to test instead of to main.
5532 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5533 (main): Call gdb_unbuffer_output.
5534
58789a91
PA
55352015-07-29 Pedro Alves <palves@redhat.com>
5536
5537 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
5538 factore out from mi_continue_dprintf. For call-style dprintfs,
5539 expect dprintf output out of $inferior_spawn_id.
5540 (mi_continue_dprintf): Use mi_expect_dprintf.
5541 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5542 (main): Call gdb_unbuffer_output.
5543
e8376742
PA
55442015-07-29 Pedro Alves <palves@redhat.com>
5545
5546 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
5547 (default_mi_gdb_start): Set inferior_spawn_id instead of
5548 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
5549 gdb_spawn_id.
5550 (mi_gdb_test): Always expect inferior output from both
5551 $inferior_spawn_id and $gdb_spawn_id.
5552
08280010
PA
55532015-07-29 Pedro Alves <palves@redhat.com>
5554
5555 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
5556 send_inferior and $inferior_spawn_id.
5557
4d30e432
PA
55582015-07-29 Pedro Alves <palves@redhat.com>
5559
5560 * gdb.gdb/complaints.exp (test_initial_complaints)
5561 (test_serial_complaints, test_short_complaints): Use
5562 gdb_test_stdio.
5563 (test_empty_complaint): Handle $inferior_spawn_id !=
5564 $gdb_spawn_id.
5565
0d30a335
PA
55662015-07-29 Pedro Alves <palves@redhat.com>
5567
5568 * gdb.base/varargs.exp: Use gdb_test_stdio.
5569
39413b29
PA
55702015-07-29 Pedro Alves <palves@redhat.com>
5571
5572 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
5573
7cb000a9
PA
55742015-07-29 Pedro Alves <palves@redhat.com>
5575
5576 * gdb.base/ending-run.exp: Use gdb_test_stdio.
5577
d7b8ac82
PA
55782015-07-29 Pedro Alves <palves@redhat.com>
5579
5580 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
5581 parameter into two new parameters, "inf_result" and "gdb_result".
5582 Expect inferior output and gdb output from $inferior_spawn_id and
5583 $gdb_spawn_id, respectively. Adjust all callers.
5584
789c3a0c
PA
55852015-07-29 Pedro Alves <palves@redhat.com>
5586
5587 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
5588 of gdb_test_sequence.
5589
77e760c3
PA
55902015-07-29 Pedro Alves <palves@redhat.com>
5591
5592 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
5593 (saw_spurious_output): Expect inferior output from
5594 $inferior_spawn_id. Use gdb_test_stdio.
5595
8396d2cd
PA
55962015-07-29 Pedro Alves <palves@redhat.com>
5597
5598 * gdb.base/dprintf.exp: Use standard_testfile. Change
5599 prepare_for_testing call.
5600 (srcfile): Don't set.
5601 (restart): New procedure.
5602 (test_dprintf): New procecure, use to continue over dprintfs.
5603 (test_call, test_agent): New procedures, tests moved here.
5604 Restart gdb and recreate dprintfs. Adjust expected output.
5605
2051d61f
PA
56062015-07-29 Pedro Alves <palves@redhat.com>
5607
5608 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
5609
452397af
PA
56102015-07-29 Pedro Alves <palves@redhat.com>
5611
5612 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
5613
8aed9555
PA
56142015-07-29 Pedro Alves <palves@redhat.com>
5615
5616 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
5617 gdb_test_stdio.
5618
188a61b4
PA
56192015-07-29 Pedro Alves <palves@redhat.com>
5620
5621 * lib/gdb.exp (gdb_test_stdio): New procedure.
5622
12264a45
PA
56232015-07-29 Pedro Alves <palves@redhat.com>
5624
5625 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
5626
23ffc893
PA
56272015-07-29 Pedro Alves <palves@redhat.com>
5628
5629 * gdb.base/call-signal-resume.exp: Remove check for
5630 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
5631 * gdb.base/unwindonsignal.exp: Likewise.
5632 * gdb.base/call-signals.c (gen_signal): Remove printf call.
5633 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
5634
65566918
PA
56352015-07-29 Pedro Alves <palves@redhat.com>
5636
5637 * gdb.base/siginfo-addr.c (pass): New function.
5638 (handler): Call it iff si_addr is correct.
5639 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
5640 Set a breakpoint at "pass" and continue to it.
5641
d60a9221
SDJ
56422015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
5643
5644 * gdb.python/py-objfile.exp: Make some tests have unique names.
5645 * gdb.python/py-pp-registration.exp: Likewise.
5646
bde40b8f
PA
56472015-07-28 Pedro Alves <palves@redhat.com>
5648
5649 * gdb.server/server-exec-info.exp: Issue a "disconnect".
5650
13e1dec8
SM
56512015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5652
5653 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
5654
da33c9a7
SM
56552015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5656
5657 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
5658
077836f7
PP
56592015-07-27 Patrick Palka <patrick@parcs.ath.cx>
5660
5661 * gdb.base/gdb-sigterm-2.exp: New test.
5662
b8cc7b2e
DE
56632015-07-25 Doug Evans <xdje42@gmail.com>
5664
5665 Revert:
5666 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
5667 (workers/%.worker, build-perf): New rule.
5668 (GDB_PERFTEST_MODE): New variable.
5669 (check-perf): Use it.
5670 (clean): Clean up gdb.perf parallel build subdirs.
5671 * lib/build-piece.exp: New file.
5672 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
5673 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
5674 name.
5675 (standard_temp_file): Ditto.
5676 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5677 of $GDB_PARALLEL.
5678
c8bd4544
DE
56792015-07-24 Doug Evans <dje@google.com>
5680
5681 * gdb.perf/lib/perftest/utils.py: New file.
5682 * gdb.perf/gm-hello.cc: New file.
5683 * gdb.perf/gm-pervasive-typedef.cc: New file.
5684 * gdb.perf/gm-pervasive-typedef.h: New file.
5685 * gdb.perf/gm-std.cc: New file.
5686 * gdb.perf/gm-std.h: New file.
5687 * gdb.perf/gm-use-cerr.cc: New file.
5688 * gdb.perf/gm-utils.h: New file.
5689 * gdb.perf/gmonster-null-lookup.py: New file.
5690 * gdb.perf/gmonster-pervasive-typedef.py: New file.
5691 * gdb.perf/gmonster-print-cerr.py: New file.
5692 * gdb.perf/gmonster-ptype-string.py: New file.
5693 * gdb.perf/gmonster-runto-main.py: New file.
5694 * gdb.perf/gmonster-select-file.py: New file.
5695 * gdb.perf/gmonster1-null-lookup.exp: New file.
5696 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
5697 * gdb.perf/gmonster1-print-cerr.exp: New file.
5698 * gdb.perf/gmonster1-ptype-string.exp: New file.
5699 * gdb.perf/gmonster1-runto-main.exp: New file.
5700 * gdb.perf/gmonster1-select-file.exp: New file.
5701 * gdb.perf/gmonster1.cc: New file.
5702 * gdb.perf/gmonster1.exp: New file.
5703 * gdb.perf/gmonster2-null-lookup.exp: New file.
5704 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
5705 * gdb.perf/gmonster2-print-cerr.exp: New file.
5706 * gdb.perf/gmonster2-ptype-string.exp: New file.
5707 * gdb.perf/gmonster2-runto-main.exp: New file.
5708 * gdb.perf/gmonster2-select-file.exp: New file.
5709 * gdb.perf/gmonster2.cc: New file.
5710 * gdb.perf/gmonster2.exp: New file.
5711
6eab34f3
DE
57122015-07-24 Doug Evans <dje@google.com>
5713
5714 * gdb.perf/README: New file.
5715 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
5716 * lib/gen-perf-test.exp: New file.
5717
63738bfd
DE
57182015-07-24 Doug Evans <dje@google.com>
5719
5720 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
5721 (PerfTest::startup): New function.
5722 (PerfTest::run): Return result of calling body.
5723 (PerfTest::assemble): Rewrite.
5724 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
5725 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
5726 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
5727 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
5728 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
5729
7b606f95
DE
57302015-07-24 Doug Evans <dje@google.com>
5731
5732 * lib/gdb.exp (clean_restart): Make executable optional.
5733
a97b16b8
DE
57342015-07-24 Doug Evans <dje@google.com>
5735
5736 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
5737 compiler_info references.
5738 * gdb.cp/temargs.exp: Ditto.
5739 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
5740 (get_compiler_info): Early exit if already computed. Set compiler_info
5741 to "unknown" if there was a problem.
5742 (test_compiler_info): Add function comment. Call get_compiler_info.
5743
35baa57f
DE
57442015-07-24 Doug Evans <dje@google.com>
5745
5746 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
5747 (workers/%.worker, build-perf): New rule.
5748 (GDB_PERFTEST_MODE): New variable.
5749 (check-perf): Use it.
5750 (clean): Clean up gdb.perf parallel build subdirs.
5751 * lib/build-piece.exp: New file.
5752 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
5753 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
5754 name.
5755 (standard_temp_file): Ditto.
5756 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5757 of $GDB_PARALLEL.
5758
6ebea266
DE
57592015-07-24 Doug Evans <dje@google.com>
5760
5761 * lib/future.exp (gdb_default_target_compile): New option
5762 "early_flags".
5763 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
5764 --as-needed.
5765
1e76a7e9
SDJ
57662015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
5767
5768 * gdb.base/catch-syscall.exp: Call gdb_exit before
5769 gdb_skip_xml_test.
5770
5068630a
PA
57712015-07-24 Pedro Alves <palves@redhat.com>
5772
5773 * gdb.python/py-events.exp: Accept output between the stop event
5774 and the prompt.
5775 * gdb.python/py-evsignal.exp: Likewise.
5776 * gdb.python/py-evthreads.exp: Likewise.
5777
77598427
PA
57782015-07-24 Pedro Alves <palves@redhat.com>
5779
5780 PR gdb/18717
5781 * gdb.threads/non-ldr-exit.c: New file.
5782 * gdb.threads/non-ldr-exit.exp: New file.
5783
11e6c98f
YQ
57842015-07-24 Yao Qi <yao.qi@linaro.org>
5785
5786 * gdb.server/ext-wrapper.exp: Test --wrapper option when
5787 restarting process.
5788
51aee833
YQ
57892015-07-24 Yao Qi <yao.qi@linaro.org>
5790
5791 * gdb.server/ext-restart.exp: New file.
5792
8cfe207c
YQ
57932015-07-24 Yao Qi <yao.qi@linaro.org>
5794
5795 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
5796 argument options.
5797 * gdb.server/ext-wrapper.exp: New file.
5798
cc12ce38
DE
57992015-07-23 Doug Evans <dje@google.com>
5800
5801 * gdb.dwarf2/dw2-dummy-cu.S: New file.
5802 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
5803
d0d84780
PMR
58042015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
5805
5806 * gdb.ada/var_arr_typedef.exp: New testcase.
5807 * gdb.ada/var_arr_typedef/pack.adb: New file.
5808 * gdb.ada/var_arr_typedef/pack.ads: New file.
5809 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
5810
8b558f79
JB
58112015-07-20 Joel Brobecker <brobecker@adacore.com>
5812
5813 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
5814
775a3298
JK
58152015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5816
5817 * gdb.arch/i386-biarch-core.exp: Replace istarget
5818 by "complete set gnutarget". Remove expectation for the "core-file"
5819 command.
5820
db1ff28b
JK
58212015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5822
5823 Revert the previous commit:
5824 Tests for validate symbol file using build-id.
5825
0a94970d
JK
58262015-07-15 Aleksandar Ristovski <aristovski@qnx.com
5827
5828 Tests for validate symbol file using build-id.
5829 * gdb.base/solib-mismatch-lib.c: New file.
5830 * gdb.base/solib-mismatch-libmod.c: New file.
5831 * gdb.base/solib-mismatch.c: New file.
5832 * gdb.base/solib-mismatch.exp: New file.
5833
03346981
SL
58342015-07-15 Sandra Loosemore <sandra@codesourcery.com>
5835
5836 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
5837 nios2-*-linux*.
5838 * gdb.base/sigbpt.exp (stepi_out): Likewise.
5839 * gdb.base/siginfo.exp: Likewise.
5840 * gdb.base/sigstep.exp (advance, advancei): Likewise.
5841
42422cc7
PL
58422015-07-15 Pierre Langlois <pierre.langlois@arm.com>
5843
5844 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
5845 Move it to ...
5846 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
5847 ... here.
5848 * gdb.trace/range-stepping.exp: Check that the target supports
5849 range stepping.
5850
cfa68bae
JK
58512015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5852
5853 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
5854
8ffdba26
PA
58552015-07-14 Pedro Alves <palves@redhat.com>
5856
5857 * gdb.base/killed-outside.exp: New file.
5858 * gdb.base/killed-outside.c: New file.
5859
218a5a11
JK
58602015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5861
5862 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
5863 (n at main): New.
5864 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
5865
e03ed3c6
AA
58662015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
5867
5868 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
5869 infcall tests instead of setting up for KFAIL.
5870
485668e5
MM
58712015-07-10 Markus Metzger <markus.t.metzger@intel.com>
5872
5873 * gdb.btrace/record_goto-step.exp: New.
5874
08464196
JK
58752015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5876
5877 PR compile/18484
5878 * gdb.compile/compile.c (struct struct_type): Add volatile to
5879 selffield's type.
5880 * gdb.compile/compile.exp
5881 (compile code struct_object.selffield = &struct_object): Skip further
5882 struct_object tests if this one xfails.
5883
bcf5c1d9
RC
58842015-07-08 Robert O'Callahan <robert@ocallahan.org>
5885
5886 PR exp/18617
5887 * gdb.trace/ax.exp: Add test.
5888
4931af25
YQ
58892015-07-07 Yao Qi <yao.qi@linaro.org>
5890
5891 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
5892 instead of istarget "aarch64*-*-*".
5893 * gdb.arch/aarch64-fp.exp: Likewise.
5894 * gdb.base/float.exp: Likewise.
5895 * gdb.reverse/aarch64.exp: Likewise.
5896 * lib/gdb.exp (is_aarch64_target): New proc.
5897
9fcf688e
YQ
58982015-07-07 Yao Qi <yao.qi@linaro.org>
5899
5900 * lib/gdb.exp (is_aarch32_target): New proc.
5901 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
5902 instead of "istarget "arm*-*-*"".
5903 * gdb.arch/arm-disp-step.exp: Likewise.
5904 * gdb.arch/thumb-bx-pc.exp: Likewise.
5905 * gdb.arch/thumb-prologue.exp: Likewise.
5906 * gdb.arch/thumb-singlestep.exp: Likewise.
5907 * gdb.base/disp-step-syscall.exp: Likewise.
5908 * gdb.base/float.exp: Likewise.
5909
fbd8d50d
YQ
59102015-07-07 Yao Qi <yao.qi@linaro.org>
5911
5912 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
5913 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
5914
71be1fdc
YQ
59152015-07-07 Yao Qi <yao.qi@linaro.org>
5916
5917 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
5918 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
5919 if it exists.
5920 * gdb.multi/multi-arch.exp: Likewise.
5921
3e221d36
SM
59222015-07-07 Simon Marchi <simon.marchi@ericsson.com>
5923
5924 * gdb.python/py-lazy-string.exp: Add missing parentheses to
5925 print.
5926
d441430b
YQ
59272015-07-07 Yao Qi <yao.qi@linaro.org>
5928
5929 * gdb.arch/thumb-singlestep.exp: Do one more single step.
5930
06f810bd
MG
59312015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
5932
5933 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
5934 '[' and ']' characters.
5935
5e61e7c0
IB
59362015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
5937
5938 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
5939
28bf096c
PA
59402015-06-29 Pedro Alves <palves@redhat.com>
5941
5942 PR threads/18127
5943 * gdb.threads/hand-call-new-thread.c: New file.
5944 * gdb.threads/hand-call-new-thread.c: New file.
5945
ee93cd5e
KS
59462015-06-26 Keith Seitz <keiths@redhat.com>
5947 Doug Evans <dje@google.com>
5948
5949 PR 16253
5950 * gdb.cp/var-tag-2.cc: New file.
5951 * gdb.cp/var-tag-3.cc: New file.
5952 * gdb.cp/var-tag-4.cc: New file.
5953 * gdb.cp/var-tag.cc: New file.
5954 * gdb.cp/var-tag.exp: New file.
5955
fc637f04
PP
59562015-06-26 Patrick Palka <patrick@parcs.ath.cx>
5957
5958 * gdb.base/history-duplicates.exp: New test.
5959
2e52ae68
PP
59602015-06-26 Patrick Palka <patrick@parcs.ath.cx>
5961
5962 * gdb.base/completion.exp: Test the completion of the "focus"
5963 command.
5964
6e22494e
JK
59652015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5966
5967 * gdb.arch/amd64-prologue-skip.S: New file.
5968 * gdb.arch/amd64-prologue-skip.exp: New file.
5969
bf7b9cd9
SM
59702015-06-25 Simon Marchi <simon.marchi@ericsson.com>
5971
5972 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
5973 is_address_zero_readable check.
5974
201e8dfd
PB
59752015-06-24 Peter Bergner <bergner@vnet.ibm.com>
5976
5977 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
5978 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
5979
5cd867b4
YQ
59802015-06-24 Yao Qi <yao.qi@linaro.org>
5981
5982 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
5983 linux targets.
5984
4d7be007
YQ
59852015-06-24 Yao Qi <yao.qi@linaro.org>
5986
5987 * lib/gdb.exp (supports_get_siginfo_type): New proc.
5988 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
5989 * gdb.base/siginfo-thread.exp: Likewise.
5990
07fcd301
YQ
59912015-06-22 Yao Qi <yao.qi@linaro.org>
5992
5993 * boards/remote-gdbserver-on-localhost.exp: Add comments.
5994
52042a00
YQ
59952015-06-22 Yao Qi <yao.qi@linaro.org>
5996
5997 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
5998 aarch64*-*-*.
5999 (skip_hw_watchpoint_tests): Likewise.
6000
74bd41ce
PP
60012015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6002
6003 * gdb.base/gdbinit-history.exp: Test the interaction between
6004 setting GDBHISTSIZE and setting the history size via .gdbinit.
6005
bc460514
PP
60062015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6007
6008 PR gdb/16999
6009 * gdb.base/gdbhistsize-history.exp: New test.
6010
b58c513b
PP
60112015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6012
6013 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6014 with GDBHISTSIZE.
6015 * gdb.base/readline.exp: Likewise.
6016
92046791
YQ
60172015-06-17 Yao Qi <yao.qi@linaro.org>
6018
6019 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6020 line.
6021
2093d2d3
PP
60222015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6023
6024 * gdb.base/gdbinit-history.exp: Add test case to check that
6025 an unlimited history file does not get truncated on exit.
6026
e6c693af
AA
60272015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6028
6029 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6030 (VECTOR): New macro. Use it...
6031 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6032 ...for these typedefs.
6033 (int8, char1, int1, double1): New typedefs.
6034 (struct just_int2, struct two_int2): New structures.
6035 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6036 (add_structvecs, add_singlevecs): New functions.
6037 (main): Call add_some_intvecs twice.
6038 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6039 the compile and exit upon failure. Try compiling for the "native"
6040 architecture. Test inferior function calls with vector arguments
6041 and vector return value handling with "finish" and "return".
6042
c74f7d1c
JT
60432015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6044
6045 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6046 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6047 PE file.
6048 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6049
98aa42ee
AT
60502015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6051
6052 PR breakpoints/16465
6053 * gdb.mi/mi-dprintf-pending.c: New file.
6054 * gdb.mi/mi-dprintf-pending.exp: New test.
6055 * gdb.mi/mi-dprintf-pendshr.c: New file.
6056
7d73c23c 60572015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 6058 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
6059
6060 * gdb.arch/i386-mpx-map.c: New file.
6061 * gdb.arch/i386-mpx-map.exp: New File.
6062
60632015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6064
6065 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6066 * gdb.arch/i386-mpx.exp: Indentation fixed.
6067
60682015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6069
6070 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6071 function and improved indentation.
6072 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6073 gdb_test_multiple. Added additional tests to skip the test.
6074
60752015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6076
6077 * gdb.arch/i386-avx512.c: Change path in include file.
6078 * gdb.arch/i386-avx512.exp: Change include dir path
6079 compilation flag.
6080 * gdb.arch/i386-mpx.c: Change path in include file.
6081 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6082 flag.
6083
d5eba19a
JK
60842015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6085
6086 * gdb.compile/compile-print.exp (compile print *vararray@3)
6087 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6088
7f361056
JK
60892015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6090
6091 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6092 (do not keep jit in memory): ... this.
6093 (expect 5): Change it to ...
6094 (expect no 5): ... this.
6095
3b462ec2
SM
60962015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6097
6098 PR gdb/15564
6099 * gdb.mi/mi-detach.exp: New file.
6100
e0619de6
JK
61012015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6102
6103 PR symtab/18392
6104 * gdb.arch/amd64-tailcall-self.S: New file.
6105 * gdb.arch/amd64-tailcall-self.c: New file.
6106 * gdb.arch/amd64-tailcall-self.exp: New file.
6107
e970cb34
DB
61082015-05-28 Don Breazeal <donb@codesourcery.com>
6109
6110 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6111 tests for remote targets by checking is_target_gdbserver.
6112
b2e2f908
DE
61132015-05-27 Doug Evans <dje@google.com>
6114
6115 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6116 * gdb.dwarf2/opaque-type-lookup.c: New file.
6117 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6118
82c7be31
DE
61192015-05-26 Doug Evans <dje@google.com>
6120
6121 * gdb.cp/iostream.cc: New file.
6122 * gdb.cp/iostream.exp: New file.
6123
b4f54984
DE
61242015-05-26 Doug Evans <dje@google.com>
6125
6126 * gdb.dwarf2/dw2-op-call.exp: Update.
6127 * gdb.dwarf2/dw4-sig-types.exp: Update.
6128 * gdb.dwarf2/implptr.exp: Update.
6129 * gdb.mi/mi-cmd-param-changed.exp: Update.
6130
4ea6efe9
DE
61312015-05-26 Doug Evans <dje@google.com>
6132
6133 * gdb.python/py-lazy-string.c: New file.
6134 * gdb.python/py-lazy-string.exp: New file.
6135 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6136 (main): Update. Add estring3.
6137 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6138 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6139
f6bb7db3
YQ
61402015-05-26 Omair Javaid <omair.javaid@linaro.org>
6141 Yao Qi <yao.qi@linaro.org>
6142
6143 * gdb.reverse/aarch64.c: New.
6144 * gdb.reverse/aarch64.exp: New.
6145
a81bfbd0
OJ
61462015-05-26 Omair Javaid <omair.javaid@linaro.org>
6147
25d49b86
PA
6148 * lib/gdb.exp (supports_process_record): Return true for
6149 aarch64*-linux*.
a81bfbd0
OJ
6150 (supports_reverse): Likewise.
6151
158bf1b4
PP
61522015-05-22 Patrick Palka <patrick@parcs.ath.cx>
6153
6154 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6155 Use with_test_prefix.
6156
a0145030
AB
61572015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6158
6159 * gdb.base/completion.exp: Add test for completion of layout
6160 names.
6161
ebe3b578
AB
61622015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
6163
6164 * lib/gdb.exp (skip_tui_tests): New proc.
6165 * gdb.base/tui-layout.exp: Check skip_tui_tests.
6166
84204ed7
PA
61672015-05-19 Pedro Alves <palves@redhat.com>
6168
6169 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6170 Save the whole env array instead of just HOME. Unset HISTSIZE in
6171 the environment while testing. Restore whole environment
6172 afterwards.
6173
37442ce1
DE
61742015-05-16 Doug Evans <xdje42@gmail.com>
6175
6176 * gdb.guile/scm-ports.c: New file.
6177 * gdb.guile/scm-ports.exp: Add memory port tests.
6178
36de76f9
JK
61792015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6180
6181 * gdb.compile/compile-print.c: New file.
6182 * gdb.compile/compile-print.exp: New file.
6183
3a9558c4
JK
61842015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6185
6186 * gdb.compile/compile-ops.exp: Cast param to void.
6187 * gdb.compile/compile.exp: Complete type for _gdb_expr.
6188 (compile code struct_object.selffield = &struct_object): Add xfail.
6189
aa715135
JG
61902015-05-15 Joel Brobecker <brobecker@adacore.com>
6191
6192 * gdb.ada/arr_enum_with_gap: New testcase.
6193
931e5bc3
JG
61942015-05-15 Joel Brobecker <brobecker@adacore.com>
6195
6196 * gdb.ada/byte_packed_arr: New testcase.
6197
9cd4d857
JB
61982015-05-15 Joel Brobecker <brobecker@adacore.com>
6199
6200 * gdb.ada/pckd_neg: New testcase.
6201
ebfd00d2
PP
62022015-05-13 Patrick Palka <patrick@parcs.ath.cx>
6203
6204 PR gdb/17820
6205 * gdb.base/gdbinit-history.exp: New test.
6206 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6207 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6208
4c082a81
SC
62092015-05-09 Siva Chandra Reddy <sivachandra@google.com>
6210
6211 * gdb.python/py-xmethods.cc: Enhance test case.
6212 * gdb.python/py-xmethods.exp: New tests.
6213 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6214 function.
6215 (B_indexoper): Likewise.
6216 (global_dm_list) : Add new xmethod worker functions.
6217
f7797074
SDJ
62182015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
6219
6220 * gdb.base/coredump-filter.exp: Correctly unset
6221 "coredump_var_addr" array.
6222
a4674e4e
PA
62232015-05-08 Pedro Alves <palves@redhat.com>
6224
6225 * gdb.server/non-existing-program.exp: Unset spawn_id.
6226
df2eb078
SC
62272015-05-08 Siva Chandra Reddy <sivachandra@google.com>
6228
6229 PR python/18291
6230 * gdb.python/py-xmethods.exp: Add tests.
6231
422349a3
YQ
62322015-05-08 Yao Qi <yao.qi@linaro.org>
6233
6234 PR gdb/18208
6235 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6236 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6237 function set_coredump_filter, and remove remote_exec call.
6238 Remove argument ipid. Callers update.
6239 (top level): Don't get inferior's PID.
6240
63fc80ce
AA
62412015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
6242
6243 * gdb.base/watch_thread_num.exp: Skip test on targets without
6244 access watchpoints.
6245
80ad801e
PA
62462015-05-06 Pedro Alves <palves@redhat.com>
6247
6248 PR server/18081
6249 * gdb.server/non-existing-program.exp: New file.
6250
0fa7fe50
JB
62512015-05-05 Joel Brobecker <brobecker@adacore.com>
6252
6253 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6254
3ea89b92
PMR
62552015-05-05 Joel Brobecker <brobecker@adacore.com>
6256
6257 * gdb.ada/out_of_line_in_inlined: New testcase.
6258
87b8eff0
JB
62592015-05-05 Joel Brobecker <brobecker@adacore.com>
6260
6261 * gdb.ada/var_rec_arr: New testcase.
6262
5fccc635
YQ
62632015-04-30 Yao Qi <yao.qi@linaro.org>
6264
6265 * gdb.base/break-idempotent.exp: If
6266 skip_hw_watchpoint_multi_tests returns true, skip the tests
6267 on "rwatch" and "awatch".
6268
42d38f42
YQ
62692015-04-30 Yao Qi <yao.qi@linaro.org>
6270
6271 * gdb.base/relativedebug.exp: Invoke gdb command
6272 "info sharedlibrary", and if libc.so doesn't have debug info,
6273 skip the test.
6274
2ce1cdbf
DE
62752015-04-29 Doug Evans <dje@google.com>
6276
6277 * gdb.python/py-xmethods.exp: Add ptype tests.
6278 * gdb.python/py-xmethods.py (E_method_char_worker): Add
6279 get_result_type method.
6280
f24a38c5
LM
62812015-04-29 Luis Machado <lgustavo@codesourcery.com>
6282
6283 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
6284 the target does not support hardware watchpoints.
6285
ecbf2b3c
LM
62862015-04-29 Luis Machado <lgustavo@codesourcery.com>
6287
6288 * gdb.base/break-always.exp: Abort testing if writing to memory
6289 causes an error.
6290
34f5f757
DE
62912015-04-28 Doug Evans <dje@google.com>
6292
6293 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
6294 * gdb.python/py-pp-registration.exp: ... here. New file.
6295 * gdb.python/py-pp-registration.c: New file.
6296 * gdb.python/py-pp-registration.py: New file.
6297
69b4374a
DE
62982015-04-28 Doug Evans <dje@google.com>
6299
6300 * gdb.python/py-bad-printers.c: New file.
6301 * gdb.python/py-bad-printers.py: New file.
6302 * gdb.python/py-bad-printers.exp: New file.
6303
59fb7612
SS
63042015-04-28 Sasha Smundak <asmundak@google.com>
6305
6306 * gdb.python/py-type.exp: New test.
6307
2631b16a
AW
63082015-04-28 Andy Wingo <wingo@igalia.com>
6309
6310 * gdb.python/py-parameter.exp:
6311 * gdb.guile/scm-parameter.exp: Escape the path that we are
6312 matching against, as it might contain characters that are special
6313 to regular expressions.
6314
460efde1
JB
63152015-04-27 Joel Brobecker <brobecker@adacore.com>
6316
6317 * gdb.ada/rec_comp: New testcase.
6318
2d369d8e
SDJ
63192015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
6320
6321 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
6322 before using it.
6323
cf75d6c3
AB
63242015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
6325
6326 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
6327 new tests for verilog output.
6328
8dbe7ca5
YQ
63292015-04-24 Yao Qi <yao.qi@linaro.org>
6330
6331 * boards/remote-gdbserver-on-localhost.exp: New file.
6332
4ef9fb2f
PA
63332015-04-23 Pedro Alves <palves@redhat.com>
6334
6335 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
6336 $inferior_spawn_id instead of $inferior_spawn_id directly. On
6337 "end of file", remove $inferior_spawn_id from the indirect list.
6338
0a803169
PA
63392015-04-23 Pedro Alves <palves@redhat.com>
6340
6341 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
6342
749ef8f8
PA
63432015-04-23 Pedro Alves <palves@redhat.com>
6344
6345 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
6346 on $any_spawn_id instead of only on $gdb_spawn_id.
6347
8aae4344
PM
63482015-04-21 Pierre Muller <muller@sourceware.org>
6349
6350 PR pascal/17815
6351 * lib/pascal.exp (gpc_compile): Add new option "class".
6352 (fpc_compile): Likewise.
6353 * gdb.pascal/case-insensitive-symbols.pas: New file.
6354 * gdb.pascal/case-insensitive-symbols.exp: New file.
6355
1586c8fb
GB
63562015-04-20 Gary Benson <gbenson@redhat.com>
6357
6358 * gdb.base/attach.exp: Fix three extended remote failures.
6359
1b6e6f5c
GB
63602015-04-17 Gary Benson <gbenson@redhat.com>
6361
6362 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
6363 the main executable over the remote protocol.
6364
e797481d
PA
63652015-04-16 Pedro Alves <palves@redhat.com>
6366
6367 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
6368 a new gdbserver if gdbserver_reconnect_p is set.
6369
1ca99c42
PA
63702015-04-16 Pedro Alves <palves@redhat.com>
6371
6372 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
6373 is set, don't exit gdbserver.
6374
af9fd6f8
AA
63752015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6376
6377 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
6378 appropriate .insn, such that an older assembler can be used.
6379 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
6380 the z/Architecture instruction set on 31-bit targets as well.
6381
04ff1e61
AA
63822015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6383
6384 * gdb.go/handcall.exp: Remove all logic related to the first
6385 breakpoint and rely on go_runto_main instead.
6386 * gdb.go/strings.exp: Likewise.
6387 * gdb.go/unsafe.exp: Likewise.
6388 * gdb.go/hello.exp: Likewise. Also rename the remaining
6389 breakpoint marker to "breakpoint 1".
6390 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
6391 * gdb.go/strings.go: Likewise.
6392 * gdb.go/unsafe.go: Likewise.
6393 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
6394 "set breakpoint 2 here" and rename the remaining breakpoint marker
6395 to "breakpoint 1".
6396
40d2f8d6
SM
63972015-04-15 Simon Marchi <simon.marchi@ericsson.com>
6398
6399 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
6400 if itertools.imap is not present.
6401 * gdb.python/py-objfile.exp: Add parentheses.
6402 * gdb.python/py-type.exp: Same.
6403 * gdb.python/py-unwind-maint.py: Same.
6404
8cbc97c6
YQ
64052015-04-15 Yao Qi <yao.qi@linaro.org>
6406
6407 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
6408 of ":$ptr_size" and set its form explicitly.
6409
45fd756c
YQ
64102015-04-15 Pedro Alves <palves@redhat.com>
6411 Yao Qi <yao.qi@linaro.org>
6412
6413 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
6414 timeout by factor of 4.
6415 (test_regular_watch): Likewise.
6416 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
6417 * gdb.reverse/sigall-reverse.exp: Likewise.
6418 * gdb.reverse/until-precsave.exp: Likewise.
6419 * lib/gdb.exp (with_timeout_factor): New proc.
6420 (gdb_expect): Move some code to ...
6421 (get_largest_timeout): ... here. New procedure.
6422
9e811bc3
LM
64232015-04-14 Luis Machado <lgustavo@codesourcery.com>
6424
6425 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
6426
0ff6fcb2
LM
64272015-04-13 Luis Machado <lgustavo@codesourcery.com>
6428
6429 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
6430 to write to the .text section.
6431
7578d5f7
LM
64322015-04-13 Luis Machado <lgustavo@codesourcery.com>
6433
6434 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
6435 Handle the case of targets that do not provide PID information.
6436
2efe15c4
YQ
64372015-04-13 Yao Qi <yao.qi@linaro.org>
6438
6439 * lib/gdbserver-support.exp (gdb_exit): Catch exception
6440 and use expect instead of gdb_expect.
6441
8cd8f2f8
SDJ
64422015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
6443
6444 * gdb.base/coredump-filter.exp: Rename variable "addr" to
6445 "coredump_var_addr" to avoid naming conflict with other testcases.
6446
9ee41772
PA
64472015-04-10 Pedro Alves <palves@redhat.com>
6448
6449 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
6450 gdb_test_sequence and gdb_assert.
6451
07473109
PA
64522015-04-10 Pedro Alves <palves@redhat.com>
6453
6454 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
6455 test messages that don't include the breakpoint address.
6456
de3db44c
YQ
64572015-04-10 Yao Qi <yao.qi@linaro.org>
6458
6459 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
6460 false for some offset and width combinations which aren't
6461 supported by linux kernel.
6462
c79d856c
PA
64632015-04-10 Pedro Alves <palves@redhat.com>
6464
6465 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
6466 procedure, factored out from ...
6467 (top level): ... here. Add "set displaced-stepping" testing axis.
6468 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
6469 parameter "displaced". Use it.
6470 (top level): Use foreach and add "set displaced-stepping" testing
6471 axis.
6472
ebc90b50
PA
64732015-04-10 Pedro Alves <palves@redhat.com>
6474
6475 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
6476 Remove comment.
6477 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
6478 both the address of the instruction that triggers the watchpoint
6479 and the address of the instruction immediately after, and use
6480 those addresses for the test. Fix comment.
6481
8f572e5c
PA
64822015-04-10 Pedro Alves <palves@redhat.com>
6483
6484 * gdb.base/sigstep.exp (breakpoint_to_handler)
6485 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
6486 Test "backtrace" in handler.
6487 (breakpoint_over_handler): New parameter 'displaced'. Use it.
6488 (top level): Add new "displaced" test axis to
6489 breakpoint_to_handler, breakpoint_to_handler_entry and
6490 breakpoint_over_handler.
6491
8d707a12
PA
64922015-04-10 Pedro Alves <palves@redhat.com>
6493
6494 PR gdb/18216
6495 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
6496
ef713951
YQ
64972015-04-10 Yao Qi <yao.qi@linaro.org>
6498
6499 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
6500 (test_add_rn_pc): New function.
6501 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
6502 (top level): Invoke test_add_rn_pc.
6503
906d60cf
PA
65042015-04-10 Pedro Alves <palves@redhat.com>
6505
6506 PR gdb/13858
6507 * gdb.base/step-over-no-symbols.exp: New file.
6508
f2983cc3
AW
65092015-04-09 Andy Wingo <wingo@igalia.com>
6510
6511 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
6512 after the Python tests.
6513
6d62641c
SDJ
65142015-04-08 Keith Seitz <keiths@redhat.com>
6515
6516 PR python/16699
6517 * gdb.python/py-completion.exp: New tests for completion.
6518 * gdb.python/py-completion.py (CompleteLimit1): New class.
6519 (CompleteLimit2): Likewise.
6520 (CompleteLimit3): Likewise.
6521 (CompleteLimit4): Likewise.
6522 (CompleteLimit5): Likewise.
6523 (CompleteLimit6): Likewise.
6524 (CompleteLimit7): Likewise.
6525
f3770638
PA
65262015-04-08 Pedro Alves <palves@redhat.com>
6527
6528 PR gdb/18214
6529 PR gdb/18216
6530 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
6531 function.
6532 (main): Install it as SIGUSR1 handler.
6533 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
6534 parameter. Always use "setup" as prefix. Toggle "set
6535 displaced-stepping" off/on depending on global. Don't switch to
6536 thread 1 here.
6537 (top level): Add displaced stepping "off/on" test axis. Update
6538 "setup" calls. Wrap each subtest with with_test_prefix. Test
6539 continuing with a queued signal in each thread.
6540
4496bed7
PA
65412015-04-08 Pedro Alves <palves@redhat.com>
6542
6543 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
6544 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
6545 gdb_breakpoint instead of gdb_test that doesn't expect anything.
6546 Return early if running to main fails.
6547 * gdb.trace/while-stepping.exp: Likewise.
6548
b97fde92
PA
65492015-04-07 Pedro Alves <palves@redhat.com>
6550
6551 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
6552 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
6553 interact with inferior program.
6554
f71c18e7
PA
65552015-04-07 Pedro Alves <palves@redhat.com>
6556
6557 * lib/gdb.exp (inferior_spawn_id): New global.
6558 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
6559 spawn id after processing the user code.
6560 (default_gdb_start): Set inferior_spawn_id.
6561 (send_inferior): New procedure.
6562 * lib/gdbserver-support.exp (gdbserver_start): Set
6563 inferior_spawn_id.
6564 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
6565
6423214f
PA
65662015-04-07 Pedro Alves <palves@redhat.com>
6567
6568 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
6569 * lib/gdbserver-support.exp (gdbserver_start): Make
6570 $server_spawn_id global.
6571 (gdbserver_start): Don't wait for gdbserver's spawn id with
6572 expect_background.
6573 (close_gdbserver): New procedure.
6574 (gdb_exit): Rename the default version and reimplement.
6575
71c0ee8c
PA
65762015-04-07 Pedro Alves <palves@redhat.com>
6577
72f4393d 6578 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
6579 append the substituted item, not the original item.
6580
203bc29b
PA
65812015-04-07 Pedro Alves <palves@redhat.com>
6582
6583 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
6584 gdb_expect.
6585
508a3ddf
PA
65862015-04-07 Pedro Alves <palves@redhat.com>
6587
6588 * gdb.base/interrupt.exp: Don't handle the case of the inferior
6589 output appearing once only.
6590
9f6dbe2b
PA
65912015-04-07 Pedro Alves <palves@redhat.com>
6592
6593 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
6594 that doesn't expect anything. Return early if running to main
6595 fails.
6596
337532fa
YQ
65972015-04-07 Yao Qi <yao.qi@linaro.org>
6598
6599 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
6600 (child_function): Call alarm.
6601 (main): Move call to alarm into the loop.
6602 * gdb.threads/non-stop-fair-events.exp: Build program with
6603 -DTIMEOUT=$timeout.
6604
01b622d4
DE
66052015-04-06 Doug Evans <xdje42@gmail.com>
6606
6607 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
6608 Fix dest parameter to board_info.
6609 (fpc_compile): Ditto.
6610 (gdb_compile_pascal): Rename dest arg to destfile.
6611
961f4160
PMR
66122015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
6613
6614 * gdb.ada/funcall_ref.exp: New file.
6615 * gdb.ada/funcall_ref/foo.adb: New file.
6616
cafda597
YQ
66172015-04-02 Yao Qi <yao.qi@linaro.org>
6618
6619 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
6620 is remote.
6621
fed040c6
GB
66222015-04-02 Gary Benson <gbenson@redhat.com>
6623
6624 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
6625
d11916aa
SS
66262015-04-01 Sasha Smundak <asmundak@google.com>
6627
6628 * gdb.python/py-unwind-maint.c: New file.
6629 * gdb.python/py-unwind-maint.exp: New test.
6630 * gdb.python/py-unwind-maint.py: New file.
6631 * gdb.python/py-unwind.c: New file.
6632 * gdb.python/py-unwind.exp: New test.
6633 * gdb.python/py-unwind.py: New test.
6634
a1471180
PA
66352015-04-01 Pedro Alves <palves@redhat.com>
6636
6637 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
6638 to fail instead of non-existent $test.
6639
0bbeccb1
PA
66402015-04-01 Pedro Alves <palves@redhat.com>
6641
6642 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
6643 GDBFLAGS if not empty.
6644
3c724c8c
PMR
66452015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
6646
6647 * gdb.ada/complete.exp: Remove "multi_line".
6648 * gdb.ada/info_exc.exp: Remove "multi_line".
6649 * gdb.ada/packed_tagged.exp: Remove "multi_line".
6650 * gdb.ada/ptype_field.exp: Remove "multi_line".
6651 * gdb.ada/sym_print_name.exp: Remove "multi_line".
6652 * gdb.ada/tagged.exp: Remove "multi_line".
6653 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
6654 [multi_line ...]
6655 * gdb.btrace/delta.exp: Likewise.
6656 * gdb.btrace/exception.exp: Likewise.
6657 * gdb.btrace/function_call_history.exp: Likewise.
6658 * gdb.btrace/instruction_history.exp: Likewise.
6659 * gdb.btrace/nohist.exp: Likewise.
6660 * gdb.btrace/record_goto.exp: Likewise.
6661 * gdb.btrace/segv.exp: Likewise.
6662 * gdb.btrace/stepi.exp: Likewise.
6663 * gdb.btrace/tailcall.exp: Likewise.
6664 * gdb.btrace/unknown_functions.exp: Likewise.
6665 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
6666 * lib/gdb.exp: Add the "multi_line" helper.
6667
4eec2deb
PA
66682015-04-01 Pedro Alves <palves@redhat.com>
6669
6670 * gdb.threads/tid-reuse.c: New file.
6671 * gdb.threads/tid-reuse.exp: New file.
6672
df8411da
SDJ
66732015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
6674
6675 PR corefiles/16092
6676 * gdb.base/coredump-filter.c: New file.
6677 * gdb.base/coredump-filter.exp: Likewise.
6678
6ef37366
PM
66792015-03-27 Petr Machata <pmachata@redhat.com>
6680
6681 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
6682 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
6683 (Dwarf::assemble): Initialize them.
6684 (Dwarf::lines): New function.
6685
7ec911b0
JT
66862015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
6687
6688 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
6689 SYMBOL_PREFIX for x86_64-*-cygwin.
6690
ff908ebf
AW
66912015-03-26 Andy Wingo <wingo@igalia.com>
6692
6693 PR symtab/18148
6694 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
6695 const_value but not a location.
6696 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
6697 location defined in non-main CUs are visible.
6698
6d5f0679
YQ
66992015-03-26 Yao Qi <yao.qi@linaro.org>
6700
6701 PR testsuite/18139
6702 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
6703 Add a line number entry for the same line.
6704 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
6705 Add a line number entry for the same line.
6706
2898689b
YQ
67072015-03-26 Yao Qi <yao.qi@linaro.org>
6708
6709 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
6710 .int 0.
6711 (func): Likewise. Add .Lfunc_1 label.
6712 Use .Lfunc_1 label.
6713 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
6714 .int 0.
6715 (func): Likewise.
6716 Use .Lfunc_1 label.
6717
85180498
YQ
67182015-03-26 Yao Qi <yao.qi@linaro.org>
6719
6720 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
6721 Call gdb_compile instead to compile each .s files without debug
6722 information.
6723
8aa08a8d
YQ
67242015-03-26 Yao Qi <yao.qi@linaro.org>
6725
6726 * gdb.base/savedregs.exp (process_saved_regs): Make
6727 "Saved registers:" optional in the pattern.
6728
66849923
MM
67292015-03-25 Markus Metzger <markus.t.metzger@intel.com>
6730
6731 * gdb.btrace/next.exp: Merged into step.exp.
6732 * gdb.btrace/finish.exp: Merged into step.exp.
6733 * gdb.btrace/nexti.exp: Merged into stepi.exp.
6734 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
6735 "record goto" and checking the exact replay position.
6736 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
6737 check for "Recording format" in "info record" output.
6738 * gdb.btrace/record_goto.exp: Choose test file based on target.
6739 * gdb.btrace/x86-record_goto.S: Renamed into ...
6740 * gdb.btrace/x86_64-record_goto.S: ... this.
6741 * gdb.btrace/i686-record_goto.S: New.
6742 * gdb.btrace/x86-tailcall.S: Renamed into ...
6743 * gdb.btrace/x86_64-tailcall.S: ... this.
6744 * gdb.btrace/i686-tailcall.S: New.
6745 * gdb.btrace/x86-tailcall.c: Renamed into ...
6746 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
6747 separate statements. Update test.
6748 * gdb.btrace/delta.exp: Use record_goto.c as test file.
6749 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
6750 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
6751 * gdb.btrace/tailcall.exp: Choose test file based on target.
6752 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
6753
11cc1b74
MM
67542015-03-25 Markus Metzger <markus.t.metzger@intel.com>
6755
6756 * gdb.btrace/exception.exp: Increase BTS buffer size.
6757
a25d8bf9
PA
67582015-03-24 Pedro Alves <palves@redhat.com>
6759
6760 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
6761
856e7dd6
PA
67622015-03-24 Pedro Alves <palves@redhat.com>
6763
6764 * gdb.threads/schedlock.exp (test_step): No longer expect that
6765 "set scheduler-locking step" with "next" over a function call runs
6766 threads unlocked.
6767
ad235a41
AT
67682015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6769
6770 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
6771
15630549
AT
67722015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6773
6774 PR breakpoints/16466
6775 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
6776 * gdb.mi/mi-pending.c (thread_func): New function.
6777 (int main): Add threading support required.
6778 * gdb.mi/mi-pending.exp: Add tests for this issue.
6779 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
6780 (pendfunc2): Remove stdio dependency.
6781 * gdb.mi/mi-pendshr2.c: New file.
6782
693dca06
KS
67832015-03-23 Keith Seitz <keiths@redhat.com>
6784
6785 * gdb.linespec/keywords.c: New file.
6786 * gdb.linespec/keywords.exp: New file.
6787
7e993ebf
KS
67882015-03-23 Keith Seitz <keiths@redhat.com>
6789
6790 PR gdb/18021
6791 * gdb.dwarf2/staticvirtual.exp: New test.
6792
bc23328c
JK
67932015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6794
6795 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
6796 * README: Remove HP-UX and gdb.hp.
6797 (configuration):
6798 * configure: Regenerate.
6799 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
6800 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
6801 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
6802 gdb.hp/gdb.defects/Makefile.
6803 * gdb.hp/Makefile.in: File deleted.
6804 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
6805 * gdb.hp/gdb.aCC/optimize.c: File deleted.
6806 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
6807 * gdb.hp/gdb.aCC/run.c: File deleted.
6808 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
6809 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
6810 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
6811 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
6812 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
6813 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
6814 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
6815 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
6816 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
6817 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
6818 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
6819 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
6820 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
6821 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
6822 * gdb.hp/gdb.base-hp/reg.s: File deleted.
6823 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
6824 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
6825 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
6826 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
6827 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
6828 * gdb.hp/gdb.compat/Makefile.in: File deleted.
6829 * gdb.hp/gdb.compat/average.c: File deleted.
6830 * gdb.hp/gdb.compat/sum.c: File deleted.
6831 * gdb.hp/gdb.compat/xdb.c: File deleted.
6832 * gdb.hp/gdb.compat/xdb0.c: File deleted.
6833 * gdb.hp/gdb.compat/xdb0.h: File deleted.
6834 * gdb.hp/gdb.compat/xdb1.c: File deleted.
6835 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
6836 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
6837 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
6838 * gdb.hp/gdb.defects/Makefile.in: File deleted.
6839 * gdb.hp/gdb.defects/bs14602.c: File deleted.
6840 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
6841 * gdb.hp/gdb.defects/solib-d.c: File deleted.
6842 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
6843 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
6844 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
6845 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
6846 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
6847 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
6848 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
6849 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
6850 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
6851 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
6852 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
6853 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
6854 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
6855 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
6856 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
6857 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
6858 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
6859 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
6860 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
6861 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
6862 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
6863 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
6864 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
6865 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
6866 * gdb.hp/tools/odump: File deleted.
6867
8bf3b159
PA
68682015-03-19 Pedro Alves <palves@redhat.com>
6869
6870 * gdb.threads/continue-pending-status.exp (saw_thread_2)
6871 (saw_thread_3): New globals.
6872 (top level): Increment them when an event for the corresponding
6873 thread is seen.
6874 (no thread starvation): New test.
6875
eb54c8bf
PA
68762015-03-19 Pedro Alves <palves@redhat.com>
6877
6878 * gdb.threads/continue-pending-status.c: New file.
6879 * gdb.threads/continue-pending-status.exp: New file.
6880
32d2e5d6
PA
68812015-03-18 Pedro Alves <palves@redhat.com>
6882
6883 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
6884 Use gdb_is_target_remote instead of is_remote. Use
6885 gdb_test_multiple instead of gdb_expect. Exit early if
6886 gdb_test_multiple hits its internal matches. Tighten stepi tests
6887 expected output. Fail on exit with any signal, instead of just
6888 SIGILL.
6889
f68f11b7
YQ
68902015-03-18 Yao Qi <yao.qi@linaro.org>
6891
6892 PR tdep/18107
6893 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
6894 variable.
6895 * gdb.base/catch-syscall.exp: Don't skip it on
6896 aarch64*-*-linux* target. Remove elements in all_syscalls.
6897 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
6898 target.
6899 (setup_all_syscalls): New proc.
6900
ca5fd19b
YQ
69012015-03-16 Yao Qi <yao.qi@linaro.org>
6902
6903 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
6904 (top level): Skip tests if valid_addr_p returns false for
6905 $cmd1 or $cmd2.
6906
85642ba0
AW
69072015-03-11 Andy Wingo <wingo@igalia.com>
6908
6909 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
6910
e03f9645
YQ
69112015-03-11 Yao Qi <yao.qi@linaro.org>
6912
6913 * gdb.base/catch-syscall.exp: Fix typo in comments.
6914
5d0962b2
YQ
69152015-03-11 Yao Qi <yao.qi@linaro.org>
6916
6917 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
6918
b2df3cef
PA
69192015-03-09 Pedro Alves <palves@redhat.com>
6920
6921 * dg-extract-results.py: Delete.
6922
ef878e53
PA
69232015-03-09 Pedro Alves <palves@redhat.com>
6924
6925 Merge dg-extract-results.sh from GCC upstream (r218843).
6926
6927 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
6928 * dg-extract-results.sh: Use --text with grep to avoid issues with
6929 binary files. Fall back to cat -v, if that doesn't work.
6930
9494d219
PA
69312015-03-05 Pedro Alves <palves@redhat.com>
6932
6933 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
6934
a8d9763a
SM
69352015-03-04 Simon Marchi <simon.marchi@ericsson.com>
6936
6937 * lib/mi-support.exp (mi_expect_interrupt): Accept
6938 alternative event for when in all-stop mode.
6939
be9957b8
PA
69402015-03-04 Pedro Alves <palves@redhat.com>
6941
6942 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
6943
d57be0f4 69442015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
6945
6946 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
6947
c214c7cf
AA
69482015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
6949
6950 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
6951 regexps for GDB's current line display, accept a hex address
6952 preceding the line number.
6953
6d74a497
AA
69542015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
6955
6956 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
6957 the 'arch1' variable for "s390*-linux*" targets.
6958
511aee7c
PA
69592015-03-04 Pedro Alves <palves@redhat.com>
6960
6961 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
6962 (main): Pass missing retval argument to pthread_join call.
6963
95e50b27
PA
69642015-03-02 Pedro Alves <palves@redhat.com>
6965
6966 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
6967 (top level): Call do_test with non-stop as well.
6968
28054d69
PA
69692015-03-02 Pedro Alves <palves@redhat.com>
6970
6971 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
6972 -1.
6973
4fa5d7b4
AA
69742015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
6975
6976 * gdb.arch/s390-vregs.exp: New test.
6977 * gdb.arch/s390-vregs.S: New file.
6978
97c18565
PA
69792015-02-27 Pedro Alves <palves@redhat.com>
6980
6981 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
6982 call to catch_command_errors.
6983 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
6984 catch_command_errors.
6985
a37bfa30
PA
69862015-02-27 Pedro Alves <palves@redhat.com>
6987
6988 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
6989 "true" for boolean result.
6990 * gdb.gdb/selftest.exp (test_with_self): Also accept full
6991 prototype of main.
6992
6f98576f
PA
69932015-02-27 Pedro Alves <palves@redhat.com>
6994
6995 * lib/unbuffer_output.c: New file.
6996 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
6997 (main): Call gdb_unbuffer_output.
6998
eba5ab56
YQ
69992015-02-27 Yao Qi <yao.qi@linaro.org>
7000
7001 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7002 target.
7003
0def5aaa
DE
70042015-02-26 Doug Evans <dje@google.com>
7005
7006 * gdb.cp/class2.cc (Dbase, D): New classes.
7007 (main): New local delta.
7008 * gdb.cp/class2.exp: Test printing delta.
7009 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7010 (dynbar): New global.
7011 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7012
081a1c2c
JK
70132015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7014
7015 * gdb.compile/compile-ifunc.c: New file.
7016 * gdb.compile/compile-ifunc.exp: New file.
7017
2f41223f
AT
70182015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7019
7020 * gdb.base/structs.exp: Check for correct struct on finish.
7021
03eddd80
YQ
70222015-02-26 Yao Qi <yao.qi@linaro.org>
7023
7024 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7025 is zero.
7026
80c57053
JK
70272015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7028
7029 * gdb.arch/cordic.ko.bz2: New file.
7030 * gdb.arch/cordic.ko.debug.bz2: New file.
7031 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7032
21613c12
YQ
70332015-02-25 Yao Qi <yao.qi@linaro.org>
7034
7035 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7036 aarch64*-*-* target.
7037
d8b901ed
PA
70382015-02-23 Pedro Alves <palves@redhat.com>
7039
7040 * lib/gdb.exp (delete_breakpoints): Rewrite using
7041 gdb_test_multiple.
7042
e5b85ead
PA
70432015-02-23 Pedro Alves <palves@redhat.com>
7044
7045 * gdb.base/info-os.c: Include stdlib.h.
7046
85c3a371
DE
70472015-02-22 Doug Evans <xdje42@gmail.com>
7048
7049 PR symtab/17855
7050 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7051 is read after symbols have been re-read.
7052 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7053 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7054
96553a0c
DE
70552015-02-21 Doug Evans <dje@google.com>
7056
7057 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7058
97a0c697
JK
70592015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7060
7061 PR corefiles/17808
7062 * gdb.arch/i386-biarch-core.core.bz2: New file.
7063 * gdb.arch/i386-biarch-core.exp: New file.
7064
a47cd6e9
PA
70652015-02-21 Pedro Alves <palves@redhat.com>
7066
7067 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7068 runto_main fails.
7069
c5facdc4
PA
70702015-02-20 Pedro Alves <palves@redhat.com>
7071
7072 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7073 info probes.
7074
2db9a427
PA
70752015-02-20 Pedro Alves <palves@redhat.com>
7076
7077 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7078
60fb7e9e
PA
70792015-02-20 Pedro Alves <palves@redhat.com>
7080
7081 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7082 clean_restart before gdb_target_supports_trace.
7083
5c5019c2
PA
70842015-02-20 Pedro Alves <palves@redhat.com>
7085
7086 PR threads/18006
7087 * gdb.threads/clone-thread_db.c: New file.
7088 * gdb.threads/clone-thread_db.exp: New file.
7089
c9587f88
AT
70902015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7091
7092 PR breakpoints/16812
7093 * gdb.base/catch-gdb-caused-signals.c: New file.
7094 * gdb.base/catch-gdb-caused-signals.exp: New file.
7095
f6a88844
JM
70962015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7097
7098 * configure: Regenerated.
7099 * configure.ac: Use GDB_AC_TRANSFORM.
7100 * aclocal.m4: sinclude ../transform.m4.
7101
497c491b
JM
71022015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7103
7104 * lib/dtrace.exp: New file.
7105 * gdb.base/dtrace-probe.exp: Likewise.
7106 * gdb.base/dtrace-probe.d: Likewise.
7107 * gdb.base/dtrace-probe.c: Likewise.
7108 * lib/pdtrace.in: Likewise.
7109 * configure.ac: Output variables with the transformed names of
7110 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
7111 * configure: Regenerated.
7112
03e98035
JM
71132015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7114
7115 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7116 expected message when trying to access $_probe_* convenience
7117 variables while not on a probe.
7118
63cc30e9
JK
71192015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7120
7121 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7122
0703599a
PA
71232015-02-11 Pedro Alves <pedro@codesourcery.com>
7124
7125 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7126 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7127
7e60a48e
DE
71282015-02-10 Doug Evans <xdje42@gmail.com>
7129
7130 * lib/gdb.exp (gdb_load): Always return a result.
7131
01b088bc
PA
71322015-02-10 Pedro Alves <palves@redhat.com>
7133
7134 * gdb.threads/signal-sigtrap.c: New file.
7135 * gdb.threads/signal-sigtrap.exp: New file.
7136
b05ec7a5
AT
71372015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7138
7139 * gdb.trace/no-attach-trace.c: New file.
7140 * gdb.trace/no-attach-trace.exp: New file.
7141
a2c2acaf
MW
71422015-02-09 Mark Wielaard <mjw@redhat.com>
7143
7144 * gdb.dwarf2/atomic.c: New file.
7145 * gdb.dwarf2/atomic-type.exp: Likewise.
7146
31fd9caa
MM
71472015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7148
7149 * gdb.btrace/buffer-size.exp: Update "info record" output.
7150 * gdb.btrace/delta.exp: Update "info record" output.
7151 * gdb.btrace/enable.exp: Update "info record" output.
7152 * gdb.btrace/finish.exp: Update "info record" output.
7153 * gdb.btrace/instruction_history.exp: Update "info record" output.
7154 * gdb.btrace/next.exp: Update "info record" output.
7155 * gdb.btrace/nexti.exp: Update "info record" output.
7156 * gdb.btrace/step.exp: Update "info record" output.
7157 * gdb.btrace/stepi.exp: Update "info record" output.
7158 * gdb.btrace/nohist.exp: Update "info record" output.
7159
d33501a5
MM
71602015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7161
7162 * gdb.btrace/buffer-size: New.
7163
f4abbc16
MM
71642015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7165
7166 * gdb.btrace/delta.exp: Update "info record" output.
7167 * gdb.btrace/enable.exp: Update "info record" output.
7168 * gdb.btrace/finish.exp: Update "info record" output.
7169 * gdb.btrace/instruction_history.exp: Update "info record" output.
7170 * gdb.btrace/next.exp: Update "info record" output.
7171 * gdb.btrace/nexti.exp: Update "info record" output.
7172 * gdb.btrace/step.exp: Update "info record" output.
7173 * gdb.btrace/stepi.exp: Update "info record" output.
7174 * gdb.btrace/nohist.exp: Update "info record" output.
7175
b9d61307
SM
71762015-02-06 Simon Marchi <simon.marchi@ericsson.com>
7177
7178 PR gdb/15678
7179 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7180
e584fdbc
PA
71812015-02-06 Pedro Alves <palves@redhat.com>
7182
7183 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7184 macro.
7185 (seconds_left, again): New globals.
7186 (main): Wait seconds_left in a 1-second sleep loop instead of
7187 sleeping 180 seconds. If 'again' is set, reset the seconds
7188 counter.
7189 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7190 'again' in the inferior before detaching. Print the seconds left.
7191 (options): New global.
7192 (top level): Build program with -DTIMEOUT=$timeout.
7193
77f41761
PA
71942015-02-06 Pedro Alves <palves@redhat.com>
7195
7196 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7197 determine how many seconds to pass to 'alarm'.
7198 * gdb.base/gdb-sigterm.exp (top level): Build program with
7199 -DTIMEOUT=$timeout.
7200 (do_test): Return success/failure indication. Add more verbose
7201 logging. Don't fail if 200 single steps are seen. Instead, fail
7202 when the test times out.
7203 (passes): New global.
7204 (top level): Break the testing loop if testing fails on any
7205 iteration. Use gdb_assert.
7206
b9394193
DB
72072015-02-04 Don Breazeal <donb@codesourcery.com>
7208
7209 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7210 and initialize them.
7211 (ipc_cleanup): New function.
7212 (main): Don't declare shmid, semid, and msqid. Add a call to
7213 atexit so that we call ipc_cleanup on exit.
7214
42d9e528
PA
72152015-02-04 Pedro Alves <palves@redhat.com>
7216
7217 * boards/native-extended-gdbserver.exp: Remove any target variant
7218 specifications from the board name before clearing the isremote
7219 flag from board_info.
7220
ae6ae975
DE
72212015-01-31 Doug Evans <xdje42@gmail.com>
7222
7223 * gdb.base/maint.exp <maint print type argc>: Update expected output.
7224
cfb069a8
GB
72252015-01-31 Gary Benson <gbenson@redhat.com>
7226
7227 * gdb.base/completion.exp: Disable completion limiting for
7228 existing tests. Add new tests to check completion limiting.
7229 * gdb.linespec/ls-errs.exp: Disable completion limiting.
7230
5dd31d79
DE
72312015-01-31 Doug Evans <xdje42@gmail.com>
7232
7233 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7234
9f050062
DE
72352015-01-31 Doug Evans <xdje42@gmail.com>
7236
7237 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7238 entries. Duplicate file section script entries.
7239 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7240 inlined entries. Add test for safe-path rejection.
7241 * gdb.python/py-section-script.c: Add duplicate inlined section script
7242 entries. Duplicate file section script entries.
7243 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7244 inlined entries. Add test for safe-path rejection.
7245
df25ebbd
JB
72462015-01-29 Joel Brobecker <brobecker@adacore.com>
7247
7248 * gdb.ada/disc_arr_bound: New testcase.
7249
4a0ca9ec
JB
72502015-01-29 Joel Brobecker <brobecker@adacore.com>
7251
7252 * gdb.ada/mi_var_array: New testcase.
7253
3a8b707a
DE
72542015-01-27 Doug Evans <dje@google.com>
7255
7256 * gdb.python/py-objfile.exp: Add tests for objfile.username.
7257 Add test for objfile.filename, objfile.username after objfile
7258 has been unloaded.
7259
f8313f6e
JB
72602015-01-26 Joel Brobecker <brobecker@adacore.com>
7261
7262 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7263 the second test to print the name attribute of value
7264 returned by the call to gdb.lookup_type, and adjust
7265 the expected output accordingly.
7266
37bc665e
MW
72672015-01-25 Mark Wielaard <mjw@redhat.com>
7268
7269 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7270 * gdb.base/disp-step-fork.c: Include unistd.h.
7271 * gdb.base/siginfo-obj.c: Include stdio.h.
7272 * gdb.base/siginfo-thread.c: Likewise.
7273 * gdb.mi/non-stop.c: Include unistd.h.
7274 * gdb.mi/nsthrexec.c: Include stdio.h.
7275 * gdb.mi/pthreads.c: Include unistd.h.
7276 * gdb.modula2/unbounded1.c (main): Declare returns int.
7277 * gdb.reverse/consecutive-reverse.c: Likewise.
7278 * gdb.threads/create-fail.c: Include unistd.h.
7279 * gdb.threads/killed.c: Likewise.
7280 * gdb.threads/linux-dp.c: Likewise.
7281 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
7282 * gdb.threads/non-ldr-exc-2.c: Likewise.
7283 * gdb.threads/non-ldr-exc-3.c: Likewise.
7284 * gdb.threads/non-ldr-exc-4.c: Likewise.
7285 * gdb.threads/pthreads.c: Include unistd.h.
7286 (main): Declare returns int.
7287 * gdb.threads/tls-main.c (foo): New declaration.
7288 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
7289
f7e5394d
SM
72902015-01-23 Simon Marchi <simon.marchi@ericsson.com>
7291
7292 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
7293 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
7294
743649fd
MW
72952015-01-15 Mark Wielaard <mjw@redhat.com>
7296
7297 * gdb.base/noreturn-return.c: New file.
7298 * gdb.base/noreturn-return.exp: New file.
7299 * gdb.base/noreturn-finish.c: New file.
7300 * gdb.base/noreturn-finish.exp: New file.
7301
198297aa
PA
73022015-01-23 Pedro Alves <palves@redhat.com>
7303
7304 * gdb.threads/continue-pending-after-query.c: New file.
7305 * gdb.threads/continue-pending-after-query.exp: New file.
7306
717cf30c
AG
73072015-01-22 Anders Granlund <anders.granlund@ericsson.com>
7308 Simon Marchi <simon.marchi@ericsson.com>
7309
7310 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
7311 * gdb.base/valgrind-db-attach.exp: Same.
7312 * gdb.base/valgrind-infcall.exp: Same.
7313 * lib/mi-support.exp (default_mi_gdb_start): Same.
7314 * lib/prompt.exp (default_prompt_gdb_start): Same.
7315 * lib/gdb.exp (default_gdb_spawn): Same.
7316 (gdb_interact): New.
7317
7318
4b62a76e
JK
73192015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7320
7321 * gdb.compile/compile.exp (pointer to jit function): New test.
7322
b4cdae6f
WW
73232015-01-17 Wei-cheng Wang <cole945@gmail.com>
7324
7325 * lib/gdb.exp (supports_process_record): Return true for
7326 powerpc*-*-linux*.
7327 (supports_reverse): Likewise.
7328
d221e7ef
DB
73292015-01-15 Don Breazeal <donb@codesourcery.com>
7330
7331 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
7332 instead of checking whether the target board is remote and
7333 use spawn_wait_for_attach instead of exec/sleep.
7334 * gdb.base/attach-twice.exp: Likewise.
7335
bafffb51
JB
73362015-01-15 Joel Brobecker <brobecker@adacore.com>
7337
7338 * gdb.ada/var_arr_attrs: New testcase.
7339
5589af0e
PA
73402015-01-14 Pedro Alves <palves@redhat.com>
7341 Joel Brobecker <brobecker@adacore.com>
7342
7343 PR gdb/17525
7344 * gdb.base/bp-cmds-execution-x-script.c: New file.
7345 * gdb.base/bp-cmds-execution-x-script.exp: New file.
7346 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
7347
6c400b59
PA
73482015-01-14 Pedro Alves <palves@redhat.com>
7349
7350 PR cli/17828
7351 * gdb.base/batch-preserve-term-settings.c: New file.
7352 * gdb.base/batch-preserve-term-settings.exp: New file.
7353
e02c96a7
DE
73542015-01-13 Doug Evans <dje@google.com>
7355
7356 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
7357 binary.
7358
576fd14c
JB
73592015-01-13 Joel Brobecker <brobecker@adacore.com>
7360
7361 * Makefile.in (clean mostlyclean): Do not delete *.py.
7362
04dccad0
JB
73632015-01-13 Joel Brobecker <brobecker@adacore.com>
7364
7365 * gdb.python/py-lookup-type.exp: New file.
7366
3d230f71
PA
73672015-01-12 Pedro Alves <palves@redhat.com>
7368
7369 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
7370 restore GDBFLAGS before returning.
7371
7e67715d
JK
73722015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7373
7374 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
7375 is_amd64_regs_target and is_x86_like_target.
7376
f2e0d4b4
DE
73772015-01-11 Doug Evans <xdje42@gmail.com>
7378
7379 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
7380 is given without an explicit form.
7381 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
7382 attributes.
7383 * gdb.dwarf/corrupt.exp: Ditto.
7384 * gdb.dwarf2/enum-type.exp: Ditto.
7385 * gdb.trace/entry-values.exp: Ditto.
7386 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
7387
439250fb
DE
73882015-01-11 Doug Evans <xdje42@gmail.com>
7389
7390 PR gdb/15830
7391 * gdb.base/maint.exp: Remove references to "maint demangle".
7392 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
7393 Add tests for explicitly specifying language to demangle.
7394 * gdb.dlang/demangle.exp: Ditto.
7395
ede9f622
PA
73962015-01-09 Pedro Alves <palves@redhat.com>
7397
7398 * gdb.threads/non-stop-fair-events.c: New file.
7399 * gdb.threads/non-stop-fair-events.exp: New file.
7400
a7b796db
PA
74012015-01-09 Pedro Alves <palves@redhat.com>
7402
7403 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
7404 the global scope. Set a breakpoint after all threads are started
7405 rather than stepping over two source lines. Expect the prompt.
7406 * gdb.base/watch_thread_num.c (threads_started_barrier): New
7407 global.
7408 (NUM): Now 15.
7409 (main): Use threads_started_barrier to wait for all threads to
7410 start. Main thread no longer calls thread_function. Exit after
7411 180 seconds.
7412 (loop): New function.
7413 (thread_function): Wait on threads_started_barrier barrier. Call
7414 'loop' at each iteration.
7415 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
7416 threads have started, instead of hardcoding number of "next"
7417 steps. Use an access watchpoint instead of a write watchpoint.
7418
9665ffdd
PA
74192015-01-09 Pedro Alves <palves@redhat.com>
7420
7421 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
7422 (thread_func): Wait on barrier.
7423 (main): Wait for all threads to start before stopping GDB.
7424 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
7425 global.
7426 (thread1_func, thread2_func): Wait on barrier.
7427 (main): Wait for all threads to start before stopping GDB.
7428 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
7429 New global.
7430 (thread1_func, thread2_func): Wait on barrier.
7431 (main): Wait for all threads to start before stopping GDB.
7432
c945a99f
PA
74332015-01-09 Pedro Alves <palves@redhat.com>
7434
7435 * gdb.threads/attach-many-short-lived-threads.c: New file.
7436 * gdb.threads/attach-many-short-lived-threads.exp: New file.
7437
c1a747c1
PA
74382014-01-09 Pedro Alves <palves@redhat.com>
7439
7440 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
7441 instead of to thread 2.
7442 * gdb.threads/signal-command-multiple-signals-pending.c (main):
7443 Add barrier around each pthread_create call instead of around all
7444 calls.
7445 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
7446 Set a break on thread_function and have the child threads hit it
7447 one at at a time.
7448
60b3033e
PA
74492015-01-09 Pedro Alves <palves@redhat.com>
7450
7451 * lib/gdb.exp (can_spawn_for_attach): New procedure.
7452 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
7453 false.
7454 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
7455 checking whether the target board is remote.
7456 * gdb.multi/multi-attach.exp: Likewise.
7457 * gdb.python/py-sync-interp.exp: Likewise.
7458 * gdb.server/ext-attach.exp: Likewise.
7459 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
7460 tests that need to attach, instead of checking whether the target
7461 board is remote at the top of the file.
7462
acc018ac
YQ
74632015-01-08 Yao Qi <yao@codesourcery.com>
7464
7465 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
7466
50a18af8
JK
74672015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7468
7469 Fix testcase compilation.
7470 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
7471
8503d6e1
JB
74722015-01-06 Joel Brobecker <brobecker@adacore.com>
7473
7474 * gdb.python/py-type.exp: Add a couple test about empty
7475 array creation, and negative-length array creation.
7476
cc73dbcc
DE
74772015-01-02 Doug Evans <xdje42@gmail.com>
7478
7479 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
7480
0300bbc7
DE
74812015-01-02 Doug Evans <dje@google.com>
7482
7483 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
7484
9d85a0ec
YQ
74852014-12-29 Yao Qi <yao@codesourcery.com>
7486
7487 * gdb.trace/entry-values.exp: Update comments. Rename variable
7488 bar_call_foo to returned_from_foo.
7489
87186c6a
MMN
74902014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
7491
7492 PR gdb/17394
7493 * gdb.linespec/break-asm-file.c: New file.
7494 * gdb.linespec/break-asm-file.exp: New file.
7495 * gdb.linespec/break-asm-file0.s: New file.
7496 * gdb.linespec/break-asm-file1.s: New file.
7497
1bab7383
YQ
74982014-12-18 Nigel Stephens <nigel@mips.com>
7499 Maciej W. Rozycki <macro@codesourcery.com>
7500
7501 * gdb.base/float.exp: Handle the new output from "info float" on
7502 MIPS targets.
7503
1bc1068a
JK
75042014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7505
7506 Fix MinGW compilation.
7507 * gdb.compile/compile-ops.exp: Update untested message if
7508 !skip_compile_feature_tests.
7509 * gdb.compile/compile-setjmp.exp: Likewise.
7510 * gdb.compile/compile-tls.exp: Likewise.
7511 * gdb.compile/compile.exp: Likewise.
7512 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
7513 supported on this host".
7514
b6615d10
DE
75152014-12-16 Doug Evans <xdje42@gmail.com>
7516
7517 * boards/stabs.exp: New file.
7518
25dda427
AA
75192014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
7520
7521 * gdb.base/completion.exp: Adjust to format changes of "maint
7522 print user-registers".
7523
bf330350
CU
75242014-12-16 Catalin Udma <catalin.udma@freescale.com>
7525
7526 PR server/17457
7527 * gdb.arch/aarch64-fp.c: New file.
7528 * gdb.arch/aarch64-fp.exp: New file.
7529
395cf596
SDJ
75302014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7531
7532 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
7533 r210637, r210913, r211666, r215400, r215817).
7534
7535 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
7536 * dg-extract-results.py: New file.
7537 * dg-extract-results.sh: Use it if the environment seems
7538 suitable.
7539
7540 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
7541
7542 * dg-extract-results.py (parse_run): Handle warnings that
7543 are printed before a test harness is run.
7544
7545 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
7546
7547 * dg-extract-results.py (Named): Remove __cmp__ method.
7548 (output_variation): Use a key to sort variation.harnesses.
7549
7550 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
7551
7552 * dg-extract-results.py: For Python 3, force sys.stdout to
7553 handle surrogate escape sequences.
7554 (safe_open): New function.
7555 (output_segment, main): Use it.
7556
7557 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
7558
7559 * dg-extract-results.py (Prog.result_re): Include options
7560 in test name.
7561
7562 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
7563
7564 * dg-extract-results.py (output_variation): Always sort if
7565 do_sum.
7566
e882ef3c
SM
75672014-12-15 Simon Marchi <simon.marchi@ericsson.com>
7568
7569 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
7570 as long as we get pagination notifications.
7571
4992aa20
JM
75722014-12-15 Jason Merrill <jason@redhat.com>
7573
7574 * Makefile.in (check-gdb.%): Restore.
7575 * README: Mention it.
7576
c1b5a1a6
JB
75772014-12-13 Joel Brobecker <brobecker@adacore.com>
7578
7579 * gdb.ada/str_uninit: New testcase.
7580
5537b577
JK
75812014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7582
7583 PR symtab/17642
7584 * gdb.base/vla-stub-define.c: New file.
7585 * gdb.base/vla-stub.c: New file.
7586 * gdb.base/vla-stub.exp: New file.
7587
bb2ec1b3
TT
75882014-12-12 Phil Muldoon <pmuldoon@redhat.com>
7589 Jan Kratochvil <jan.kratochvil@redhat.com>
7590 Tom Tromey <tromey@redhat.com>
7591
7592 * configure.ac: Add gdb.compile/.
7593 * configure: Regenerate.
7594 * gdb.compile/Makefile.in: New file.
7595 * gdb.compile/compile-ops.exp: New file.
7596 * gdb.compile/compile-ops.c: New file.
7597 * gdb.compile/compile-tls.c: New file.
7598 * gdb.compile/compile-tls.exp: New file.
7599 * gdb.compile/compile-constvar.S: New file.
7600 * gdb.compile/compile-constvar.c: New file.
7601 * gdb.compile/compile-mod.c: New file.
7602 * gdb.compile/compile-nodebug.c: New file.
7603 * gdb.compile/compile-setjmp-mod.c: New file.
7604 * gdb.compile/compile-setjmp.c: New file.
7605 * gdb.compile/compile-setjmp.exp: New file.
7606 * gdb.compile/compile-shlib.c: New file.
7607 * gdb.compile/compile.c: New file.
7608 * gdb.compile/compile.exp: New file.
7609 * lib/gdb.exp (skip_compile_feature_tests): New proc.
7610
4ff709eb
TT
76112014-12-12 Tom Tromey <tromey@redhat.com>
7612
7613 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
7614 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
7615
6dddd6a5
DE
76162014-12-12 Doug Evans <dje@google.com>
7617
7618 * lib/gdb-python.exp (get_python_valueof): New function.
7619 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
7620
71c24708
AA
76212014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7622
7623 * gdb.base/completion.exp: Add test for completion of "info
7624 registers ".
7625
3e29f34a
MR
76262014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
7627
7628 * gdb.base/func-ptrs.c: New file.
7629 * gdb.base/func-ptrs.exp: New file.
7630
fc126975
SM
76312014-12-10 Simon Marchi <simon.marchi@ericsson.com>
7632
7633 PR breakpoints/17012
7634 * gdb.base/dprintf-detach.c: New file.
7635 * gdb.base/dprintf-detach.exp: New file.
7636
0a46d518
SM
76372014-12-10 Simon Marchi <simon.marchi@ericsson.com>
7638
7639 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
7640 * lib/gdb.exp (target_is_gdbserver): New procedure.
7641
a0be3e44
DE
76422014-12-08 Doug Evans <dje@google.com>
7643
7644 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
7645
df1b803a
YQ
76462014-12-05 Yao Qi <yao@codesourcery.com>
7647
7648 * gdb.guile/scm-error.exp: Remove the third argument to
7649 gdb_remote_download.
7650 * gdb.guile/scm-frame-args.exp: Likewise.
7651 * gdb.guile/scm-section-script.exp: Likewise.
7652
ddb9f679
YQ
76532014-12-05 Yao Qi <yao@codesourcery.com>
7654
7655 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
7656
86e4ed39
DE
76572014-12-04 Doug Evans <dje@google.com>
7658
7659 * gdb.python/py-objfile.exp: Add tests for
7660 objfile.add_separate_debug_file.
7661
7c50a931
DE
76622014-12-04 Doug Evans <dje@google.com>
7663
7664 * lib/gdb.exp (get_build_id): New function.
7665 (build_id_debug_filename_get): Rewrite to use it.
7666 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
7667
621661e3
MR
76682014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
7669
7670 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
7671 `method(long)', not just 0x0.
7672 * gdb.cp/nsalias.exp: Align code labels to 4.
7673 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
7674 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
7675 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
7676 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
7677 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
7678 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
7679
29f0c3b7
DE
76802014-12-02 Doug Evans <dje@google.com>
7681
e1e061e7 7682 PR symtab/17602
29f0c3b7 7683 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 7684 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
7685 * gdb.cp/anon-ns.exp: Update.
7686
162078c8
NB
76872014-12-02 Nick Bull <nicholaspbull@gmail.com>
7688
7689 * gdb.python/py-events.py (inferior_call_handler): New.
7690 (register_changed_handler, memory_changed_handler): New.
7691 (test_events.invoke): Register new handlers.
7692 * gdb.python/py-events.exp: Add tests for inferior call,
7693 memory_changed and register_changed events.
7694
fdb09caf
AA
76952014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7696
7697 * gdb.base/execl-update-breakpoints.exp: Specify the link address
7698 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
7699 if the linker doesn't understand this.
7700
55cfb2c4
SM
77012014-12-01 Simon Marchi <simon.marchi@ericsson.com>
7702
7703 * gdb.python/python.exp: Change expected reply to help().
7704
9e8cd6df
YQ
77052014-12-01 Yao Qi <yao@codesourcery.com>
7706
7707 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
7708 AC_CONFIG_SUBDIRS(gdb.gdbtk).
7709 * configure: Re-generated.
7710
6c659fc2
SC
77112014-11-28 Siva Chandra Reddy <sivachandra@google.com>
7712
7713 * gdb.cp/chained-calls.cc: New file.
7714 * gdb.cp/chained-calls.exp: New file.
7715 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
7716
d7fc3181
SM
77172014-11-28 Simon Marchi <simon.marchi@ericsson.com>
7718
7719 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
7720 * gdb.dwarf2/symtab-producer.exp: Same.
7721 * gdb.gdb/python-interrupts.exp: Same.
7722 * gdb.gdb/python-selftest.exp: Same.
7723 * gdb.python/py-linetable.exp: Same.
7724 * gdb.python/py-type.exp: Same.
7725 * gdb.python/py-value-cc.exp: Same.
7726 * gdb.python/py-value.exp: Same.
7727
10e79639
YQ
77282014-11-28 Yao Qi <yao@codesourcery.com>
7729
7730 * gdb.base/break-probes.exp: Match library name prefixed with
7731 sysroot.
7732
f28a0564
SM
77332014-11-27 Simon Marchi <simon.marchi@ericsson.com>
7734
7735 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
7736 test expected output. Add parentheses for the call to print.
7737 Remove L suffix from integers.
7738
3fe1ce1d
DE
77392014-11-26 Doug Evans <dje@google.com>
7740
7741 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
7742
84429e27
YQ
77432014-11-22 Yao Qi <yao@codesourcery.com>
7744
7745 * gdb.trace/entry-values.c: Remove asms.
7746 (foo): Add foo_label.
7747 (bar): Add bar_label.
7748 * gdb.trace/entry-values.exp: Remove code computing foo's
7749 length and bar's length.
7750 (Dwarf::assemble): Invoke function_range for bar and use
7751 MACRO_AT_func for foo.
7752
26741859
YQ
77532014-11-22 Yao Qi <yao@codesourcery.com>
7754
7755 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
7756 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
7757 Use .Lgcc43_procstart instead of gcc43.
7758
45e44d27
JB
77592014-11-21 Joel Brobecker <brobecker@adacore.com>
7760
7761 * gdb.ada/n_arr_bound: New testcase.
7762
458c8db8
SDJ
77632014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
7764
7765 PR breakpoints/10737
7766 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
7767 test_catch_syscall_multi_arch.
7768 (test_catch_syscall_multi_arch): New function.
7769
43f3e411
DE
77702014-11-20 Doug Evans <xdje42@gmail.com>
7771
7772 * gdb.base/maint.exp: Update expected output.
7773
0d7b2549
AA
77742014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7775
7776 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
7777 4-byte instruction on S390.
7778
8908fca5
JB
77792014-11-19 Joel Brobecker <brobecker@adacore.com>
7780
7781 * gdb.ada/arr_arr: New testcase.
7782
4a46959e
JB
77832014-11-19 Joel Brobecker <brobecker@adacore.com>
7784
7785 * gdb.ada/pkd_arr_elem: New Testcase.
7786
470e2f4e
LM
77872014-11-18 Luis Machado <lgustavo@codesourcery.com>
7788
7789 * gdb.reverse/break-precsave: Expect completion message for
7790 core file reads.
7791 * gdb.reverse/consecutive-precsave.exp: Likewise.
7792 * gdb.reverse/finish-precsave.exp: Likewise.
7793 * gdb.reverse/i386-precsave.exp: Likewise.
7794 * gdb.reverse/machinestate-precsave.exp: Likewise.
7795 * gdb.reverse/sigall-precsave.exp: Likewise.
7796 * gdb.reverse/solib-precsave.exp: Likewise.
7797 * gdb.reverse/step-precsave.exp: Likewise.
7798 * gdb.reverse/until-precsave.exp: Likewise.
7799 * gdb.reverse/watch-precsave.exp: Likewise.
7800
a267f3ad
AA
78012014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7802
7803 * gdb.base/bp-permanent.c: Include unistd.h.
7804 * gdb.python/py-framefilter-mi.c (main): Add return type.
7805 * gdb.python/py-framefilter.c (main): Likewise.
7806 * gdb.trace/actions-changed.c (main): Likewise.
7807
12084a9a
AA
78082014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7809
7810 * gdb.mi/until.c: Add eye-catchers.
7811 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
7812 line numbers.
7813
dc7e1a77
AA
78142014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7815
7816 * gdb.base/condbreak.exp: Drop references to removed non-prototype
7817 function header variants in break1.c.
7818 * gdb.base/ena-dis-br.exp: Likewise.
7819 * gdb.base/hbreak2.exp: Likewise.
7820 * gdb.reverse/until-precsave.exp: Drop references to removed
7821 non-prototype function header variants in ur1.c.
7822 * gdb.reverse/until-reverse.exp: Likewise.
7823
41c77605
PM
78242014-11-17 Petr Machata <pmachata@redhat.com>
7825
7826 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
7827 ${_cu_offset_size} bytes abbrev offset.
7828
34248c3a
DE
78292014-11-15 Doug Evans <xdje42@gmail.com>
7830
7831 PR symtab/17559
7832 * gdb.base/line-symtabs.exp: New file.
7833 * gdb.base/line-symtabs.c: New file.
7834 * gdb.base/line-symtabs.h: New file.
7835
646da059
YQ
78362014-11-14 Yao Qi <yao@codesourcery.com>
7837
7838 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
7839 (func): Add label func_label.
7840 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
7841 Replace low_pc and high_pc with MACRO_AT_range.
7842 Replace name, low_pc and high_pc with MACRO_AT_func.
7843
9301ebe6
YQ
78442014-11-14 Yao Qi <yao@codesourcery.com>
7845
7846 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
7847 Replace name, low_pc and high_pc with MACRO_AT_func.
7848
f166b542
YQ
78492014-11-14 Yao Qi <yao@codesourcery.com>
7850
7851 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
7852 produce debug information.
7853 * gdb.dwarf2/implptr-optimized-out.S: Removed.
7854
0f6e71e3
YQ
78552014-11-14 Yao Qi <yao@codesourcery.com>
7856
7857 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
7858 object and get function length.
7859 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
7860 with MACRO_AT_func.
7861 (top-level): Replace gdb_compile and clean_restart with
7862 prepare_for_testing.
7863 * gdb.dwarf2/main.c (main): Add label main_label.
7864
876c4df9
YQ
78652014-11-14 Yao Qi <yao@codesourcery.com>
7866
7867 * lib/dwarf.exp (function_range): New procedure.
7868 (Dwarf::_handle_macro_at_func): New procedure.
7869 (Dwarf::_handle_macro_at_range): New procedure.
7870 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
7871
02ad9cf1
YQ
78722014-11-14 Yao Qi <yao@codesourcery.com>
7873
7874 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
7875 (_handle_attribute): New procedure.
7876
a59add0c
AA
78772014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7878
7879 * gdb.ada/cond_lang/foo.c (callme): Add return type.
7880 * gdb.base/call-sc.c (zed): Likewise.
7881 * gdb.base/checkpoint.c (main): Likewise.
7882 * gdb.base/dump.c (main): Likewise.
7883 * gdb.base/gcore.c (main): Likewise.
7884 * gdb.base/huge.c (main): Likewise.
7885 * gdb.base/multi-forks.c (main): Likewise.
7886 * gdb.base/pr10179-a.c (main): Likewise.
7887 * gdb.base/savedregs.c (main): Likewise.
7888 * gdb.base/sigaltstack.c (main): Likewise.
7889 * gdb.base/siginfo.c (main): Likewise.
7890 * gdb.base/structs.c (zed): Likewise.
7891 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
7892 * gdb.mi/mi-syn-frame.c (main): Likewise.
7893 * gdb.mi/until.c (foo, main): Likewise.
7894 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
7895 * gdb.base/solib-weak.c (foo): Declare.
7896 * gdb.base/attach-twice.c: Include stdio.h.
7897 * gdb.base/weaklib1.c: Likewise.
7898 * gdb.base/weaklib2.c: Likewise.
7899 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
7900 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
7901 unistd.h.
7902 * gdb.base/attach-pie-misread.c: Include stdlib.h.
7903 * gdb.mi/mi-exit-code.c: Likewise.
7904 * gdb.base/break-interp-lib.c: Include string.h.
7905 * gdb.base/coremaker.c: Likewise.
7906 * gdb.base/testenv.c: Likewise.
7907 * gdb.python/py-finish-breakpoint.c: Likewise.
7908 * gdb.base/inferior-died.c: Include sys/wait.h.
7909 * gdb.base/fileio.c: Include time.h.
7910 * gdb.base/async-shell.c: Include unistd.h.
7911 * gdb.base/dprintf-non-stop.c: Likewise.
7912 * gdb.base/info-os.c: Likewise.
7913 * gdb.mi/mi-console.c: Likewise.
7914 * gdb.mi/watch-nonstop.c: Likewise.
7915 * gdb.python/py-events.c: Likewise.
7916 * gdb.base/async.c (baz): Move up before its invocation.
7917 * gdb.base/code_elim2.c (my_global_func): Likewise.
7918 * gdb.base/skip-solib-lib.c (multiply): Likewise.
7919 * gdb.base/advance.c (func2): Likewise.
7920
3b5d5997
AA
79212014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7922
7923 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
7924 variant.
7925 * gdb.base/annota3.c: Likewise.
7926 * gdb.base/async.c: Likewise.
7927 * gdb.base/average.c: Likewise.
7928 * gdb.base/call-ar-st.c: Likewise.
7929 * gdb.base/call-rt-st.c: Likewise.
7930 * gdb.base/call-sc.c: Likewise.
7931 * gdb.base/call-strs.c: Likewise.
7932 * gdb.base/ending-run.c: Likewise.
7933 * gdb.base/execd-prog.c: Likewise.
7934 * gdb.base/exprs.c: Likewise.
7935 * gdb.base/foll-exec.c: Likewise.
7936 * gdb.base/foll-fork.c: Likewise.
7937 * gdb.base/foll-vfork.c: Likewise.
7938 * gdb.base/funcargs.c: Likewise.
7939 * gdb.base/gcore.c: Likewise.
7940 * gdb.base/jump.c: Likewise.
7941 * gdb.base/langs0.c: Likewise.
7942 * gdb.base/langs1.c: Likewise.
7943 * gdb.base/langs2.c: Likewise.
7944 * gdb.base/mips_pro.c: Likewise.
7945 * gdb.base/nodebug.c: Likewise.
7946 * gdb.base/opaque0.c: Likewise.
7947 * gdb.base/opaque1.c: Likewise.
7948 * gdb.base/recurse.c: Likewise.
7949 * gdb.base/run.c: Likewise.
7950 * gdb.base/scope0.c: Likewise.
7951 * gdb.base/scope1.c: Likewise.
7952 * gdb.base/setshow.c: Likewise.
7953 * gdb.base/setvar.c: Likewise.
7954 * gdb.base/shmain.c: Likewise.
7955 * gdb.base/shr1.c: Likewise.
7956 * gdb.base/shr2.c: Likewise.
7957 * gdb.base/sigall.c: Likewise.
7958 * gdb.base/signals.c: Likewise.
7959 * gdb.base/so-indr-cl.c: Likewise.
7960 * gdb.base/solib2.c: Likewise.
7961 * gdb.base/structs.c: Likewise.
7962 * gdb.base/sum.c: Likewise.
7963 * gdb.base/vforked-prog.c: Likewise.
7964 * gdb.base/watchpoint.c: Likewise.
7965 * gdb.reverse/shr2.c: Likewise.
7966 * gdb.reverse/until-reverse.c: Likewise.
7967 * gdb.reverse/ur1.c: Likewise.
7968 * gdb.reverse/watch-reverse.c: Likewise.
7969
066a77c5
AA
79702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7971
7972 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
7973 variant.
7974 * gdb.base/sepdebug.exp: Drop references to removed code.
7975
4f204ea5
AA
79762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7977
7978 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
7979 variant. Preserve original line numbering.
7980 * gdb.base/list1.c: Likewise.
7981
3b377a3a
AA
79822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7983
7984 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
7985 variant.
7986 * gdb.base/break1.c: Likewise.
7987 * gdb.base/break.exp: Drop references to removed code.
7988
e444df73
AA
79892014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7990
7991 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
7992 variant.
7993
8008f2a7
AA
79942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7995
7996 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
7997
a5a06887
AA
79982014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7999
8000 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8001 logic into perform_all_tests() and invoke it with and without
8002 function header prototypes.
8003 (do_function_calls): Remove conditional XFAIL for PR 5318.
8004 (rerun_and_prepare): Remove duplicate code.
8005 (perform_all_tests): New. Main logic moved here.
8006
44dba9b9
AA
80072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8008
8009 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8010 code guarded by #ifdef NO_PROTOTYPES.
8011 (t_double_many_args): Likewise.
8012 (DEF_FUNC_MANY_ARGS_1): Likewise.
8013 (DEF_FUNC_VALUES_1): Likewise.
8014 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8015 guarded by #ifdef PROTOTYPES.
8016
d1fbcd56
AA
80172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8018
8019 * gdb.mi/mi-console.c: Add eye-catcher.
8020 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8021 instead of literal line number.
8022
b0e59b8f
AA
80232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8024
8025 * gdb.base/shr2.c: Add eye-catcher.
8026 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8027 line number.
8028
78f98cca
AA
80292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8030
8031 * gdb.base/jump.c: Add eye-catchers.
8032 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8033 numbers.
8034
58fa2af0
AA
80352014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8036
8037 * gdb.base/execd-prog.c: Add eye-catchers.
8038 * gdb.base/foll-exec.c: Likewise.
8039 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8040 line numbers.
8041
04e5059b
AA
80422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8043
8044 * gdb.base/ending-run.c: Add eye-catchers.
8045 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8046 literal line numbers.
8047
dbfdb174
AA
80482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8049
8050 * gdb.base/call-rt-st.c: Add eye-catchers.
8051 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8052 literal line numbers.
8053
888a2ade
AA
80542014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8055
8056 * gdb.base/call-ar-st.c: Add eye-catchers.
8057 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8058 literal line numbers.
8059
6acc2dde
AA
80602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8061
8062 * gdb.base/average.c: Add eye-catchers.
8063 * gdb.base/sum.c: Likewise.
8064 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8065 regexps dynamically.
8066
9ecfcd1d
AA
80672014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8068
8069 * gdb.base/solib1.c: Add eye-catchers.
8070 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8071 literal line numbers.
8072
78708b7c
PA
80732014-11-12 Pedro Alves <palves@redhat.com>
8074
8075 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8076 leader has exited.
8077
af48d08f
PA
80782014-11-12 Pedro Alves <palves@redhat.com>
8079
8080 * gdb.arch/i386-bp_permanent.c: New file.
8081 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8082 (srcfile): Set to i386-bp_permanent.c.
8083 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8084 that stepi does not execute the 'leave' instruction, instead of
8085 testing it does execute.
8086 * gdb.base/bp-permanent.c: New file.
8087 * gdb.base/bp-permanent.exp: New file.
8088
af3768e9
DE
80892014-11-10 Doug Evans <xdje42@gmail.com>
8090
8091 PR symtab/17564
8092 * gdb.base/symtab-search-order.exp: New file.
8093 * gdb.base/symtab-search-order.c: New file.
8094 * gdb.base/symtab-search-order-1.c: New file.
8095 * gdb.base/symtab-search-order-shlib-1.c: New file.
8096
9de00a4a
PA
80972014-11-07 Pedro Alves <palves@redhat.com>
8098
8099 PR gdb/17511
8100 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8101 i?86-*-linux*.
8102
e0f52461
SC
81032014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8104
8105 PR c++/17494
8106 * gdb.cp/pr17494.cc: New file.
8107 * gdb.cp/pr17494.exp: New file.
8108
6ce8c980
YQ
81092014-11-02 Yao Qi <yao@codesourcery.com>
8110
8111 * gdb.python/python.exp: Get working directory and match the
8112 output of "set extended-prompt \\w " with it.
8113
02be9a71
DE
81142014-10-30 Doug Evans <dje@google.com>
8115
8116 * gdb.python/py-objfile.exp: Add tests for setting random attributes
8117 in objfiles.
8118 * gdb.python/py-progspace.exp: Add tests for setting random attributes
8119 in progspaces.
8120
3bdff46b
LM
81212014-10-30 Janis Johnson <janisjo@codesourcery.com>
8122
8123 * gdb.base/fullpath-expand.exp: Skip for a remote host.
8124 * gdb.base/realname-expand.exp: Likewise.
8125 * gdb.linespec/macro-relative.exp: Likewise.
8126
ab917dfb
PA
81272014-10-29 Pedro Alves <palves@redhat.com>
8128
8129 PR gdb/17408
8130 * gdb.threads/schedlock.c (some_function): New function.
8131 (call_function): New global.
8132 (MAYBE_CALL_SOME_FUNCTION): New macro.
8133 (thread_function): Call it.
8134 * gdb.threads/schedlock.exp (get_args): Add description parameter,
8135 and use it instead of a global counter. Adjust all callers.
8136 (get_current_thread): Use "find current thread" for test message
8137 here rather than having all callers pass down the same string.
8138 (goto_loop): New procedure, factored out from ...
8139 (my_continue): ... this.
8140 (step_ten_loops): Change parameter from test message to command to
8141 use. Adjust.
8142 (list_count): Delete global.
8143 (check_result): New procedure, factored out from duplicate top
8144 level code.
8145 (continue tests): Wrap in with_test_prefix.
8146 (test_step): New procedure, factored out from duplicate top level
8147 code.
8148 (top level): Test "step" in combination with all scheduler-locking
8149 modes. Test "next" in combination with all scheduler-locking
8150 modes, and in combination with stepping over a function call or
8151 not.
8152 * gdb.threads/next-bp-other-thread.c: New file.
8153 * gdb.threads/next-bp-other-thread.exp: New file.
8154
d3d4baed
PA
81552014-10-29 Pedro Alves <palves@redhat.com>
8156
8157 PR python/17372
8158 * gdb.python/python.exp: Test a multi-line command that spawns
8159 interactive Python.
8160 * gdb.base/multi-line-starts-subshell.exp: New file.
8161
563e8d85
YQ
81622014-10-29 Yao Qi <yao@codesourcery.com>
8163
8164 * gdb.base/fileio.exp: Make directories on host.
8165
0ea4d52e
YQ
81662014-10-29 Yao Qi <yao@codesourcery.com>
8167
8168 * gdb.base/fileio.c (test_write): Close the file.
8169
7f5ef605
PA
81702014-10-28 Pedro Alves <palves@redhat.com>
8171
8172 PR gdb/12623
8173 * gdb.base/sigstep.c (no_handler): New global.
8174 (main): If 'no_handler is true, set the signal handlers to
8175 SIG_IGN.
8176 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8177 with_sw_watch and no_handler parameters. Handle them.
8178 (top level) <stepping over handler when stopped at a breakpoint
8179 test>: Add a test axis for testing with a software watchpoint, and
8180 another for testing with the signal handler set to SIG_IGN.
8181 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8182 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8183
abbdbd03
PA
81842014-10-28 Pedro Alves <palves@redhat.com>
8185
8186 PR gdb/17511
8187 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8188 * gdb.base/sigstep.exp (other_handler_location): New global.
8189 (advance): Support stepping into the signal handler, and running
8190 commands while in the handler.
8191 (in_handler_map): New global.
8192 (top level): In the advance test, add combinations for getting
8193 into the handler with stepping commands, and for running commands
8194 in the handler. Add comment descripting the advancei tests.
8195
1df4399f
PA
81962014-10-28 Pedro Alves <palves@redhat.com>
8197
8198 * gdb.base/sigstep.exp: Use build_executable instead of
8199 prepare_for_testing.
8200 (top level): Move code that starts GDB, runs to main and creates a
8201 display to ...
8202 (restart): ... this new procedure.
8203 (top level): Move backtrace from signal handler test to ...
8204 (validate_backtrace): ... this new procedure.
8205 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
8206 with_test_prefix. Always restart GDB.
8207 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
8208 with_test_prefix. Always restart GDB. No need to delete
8209 breakpoints after the test.
8210 (test_skip_handler): Remove prefix parameter.
8211 (skip_over_handler, breakpoint_to_handler)
8212 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8213 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
8214 restart GDB. No need to delete breakpoints after the test.
8215 (top level): Use foreach to call the test procedures with
8216 different commands.
8217
a5b6e449
PA
82182014-10-28 Pedro Alves <palves@redhat.com>
8219
8220 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8221 instead of GNATS numbers.
8222 * gdb.base/sigbpt.exp: Likewise.
8223 * gdb.base/siginfo.exp: Likewise.
8224 * gdb.base/sigstep.exp: Likewise.
8225
e5f8a7cc
PA
82262014-10-27 Pedro Alves <palves@redhat.com>
8227
8228 * gdb.base/sigstep.c (dummy): New global.
8229 (main): Issue a couple writes to the new global.
8230 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8231 procedures.
8232 (skip_over_handler): Use test_skip_handler.
8233 (top level): Call skip_over_handler for stepi and nexti too.
8234 (breakpoint_over_handler): Use test_skip_handler.
8235 (top level): Call breakpoint_over_handler for stepi and nexti too.
8236
763905a3
YQ
82372014-10-27 Yao Qi <yao@codesourcery.com>
8238
8239 * gdb.trace/tfile.c (adjust_function_address)
8240 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8241 function descriptor.
8242
6f259a23
DB
82432014-10-24 Don Breazeal <donb@codesourcery.com>
8244
8245 * gdb.base/foll-fork.exp (test_follow_fork,
8246 catch_fork_child_follow): Check for updated fork messages emitted
8247 from infrun.c.
8248 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8249 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8250 vfork_and_exec_child_follow_through_step): Check for updated vfork
8251 messages emitted from infrun.c.
8252
09dd9a69
PA
82532014-10-24 Pedro Alves <palves@redhat.com>
8254
8255 * gdb.base/corefile.exp: Remove references to ultrix.
8256 * gdb.base/interrupt.exp: Likewise.
8257 * gdb.base/whatis.exp: Likewise.
8258 * gdb.gdb/selftest.exp: Likewise.
8259 * gdb.threads/manythreads.exp: Likewise.
8260 * gdb.threads/print-threads.exp: Likewise.
8261 * gdb.threads/pthreads.exp:: Likewise.
8262 * gdb.threads/schedlock.exp: Likewise.
8263
3433cfa5
SC
82642014-10-24 Siva Chandra Reddy <sivachandra@google.com>
8265
8266 * gdb.cp/non-trivial-retval.cc: Add a test case.
8267 * gdb.cp/non-trivial-retval.exp: Add a test.
8268
092f880b
YQ
82692014-10-20 Yao Qi <yao@codesourcery.com>
8270
8271 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8272 * gdb.python/py-objfile-script-gdb.py: New file.
8273 * gdb.python/py-objfile-script.exp: Update reference to
8274 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
8275 of remote_download. Remove the dest file.
8276
acbdb7f3
YQ
82772014-10-20 Yao Qi <yao@codesourcery.com>
8278
8279 * gdb.base/checkpoint.exp: Don't remove file copied on host.
8280 * gdb.base/step-line.exp: Likewise.
8281 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8282 * gdb.dwarf2/dw2-basic.exp: Likewise.
8283 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8284 * gdb.dwarf2/dw2-filename.exp: Likewise.
8285 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8286 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8287 * gdb.dwarf2/dw2-producer.exp: Likewise.
8288 * gdb.dwarf2/mac-fileno.exp: Likewise.
8289 * gdb.python/py-frame-args.exp: Likewise.
8290 * gdb.python/py-framefilter.exp: Likewise.
8291 * gdb.python/py-mi.exp: Likewise.
8292 * gdb.python/py-objfile-script.exp: Likewise
8293 * gdb.python/py-pp-integral.exp: Likewise.
8294 * gdb.python/py-pp-re-notag.exp: Likewise.
8295 * gdb.python/py-prettyprint.exp: Likewise.
8296 * gdb.python/py-section-script.exp: Likewise.
8297 * gdb.python/py-typeprint.exp: Likewise.
8298 * gdb.python/py-xmethods.exp: Likewise.
8299 * gdb.stabs/weird.exp: Likewise.
8300 * gdb.xml/tdesc-regs.exp: Likewise.
8301
bd286a29
KCY
83022014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
8303
8304 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
8305 (out_cu): Use addr_len for the size of addresses.
8306 (out_line): Likewise. Size DW_LNE_set_address instruction
8307 according to addr_len.
8308 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
8309 (FUNC): Add START_INSNS to definition.
8310
673dc4a0
YQ
83112014-10-18 Yao Qi <yao@codesourcery.com>
8312
8313 * gdb.base/argv0-symlink.exp: Check argv[0] value if
8314 gdb_has_argv0 return true.
8315 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
8316 check [target_info exists noargs], check [gdb_has_argv0]
8317 instead.
8318 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
8319 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
8320 procedures.
8321
4ffbba72
DE
83222014-10-17 Doug Evans <dje@google.com>
8323
8324 * gdb.python/py-events.exp: Update expected output for clear_objfiles
8325 event.
8326 * gdb.python/py-events.py: Add clear_objfiles event.
8327
d096d8c1
DE
83282014-10-17 Doug Evans <dje@google.com>
8329
8330 * gdb.python/py-objfile.exp: Test progspace attribute.
8331
a80db015
LM
83322014-10-17 Luis Machado <lgustavo@codesourcery.com>
8333
8334 * gdb.guile/scm-breakpoint.exp: Do not assume any
8335 directory separators when matching source file paths.
8336 * gdb.python/py-breakpoint.exp: Likewise.
8337 * gdb.reverse/break-precsave.exp: Likewise.
8338 * gdb.reverse/break-reverse.exp: Likewise.
8339 * gdb.reverse/consecutive-precsave.exp: Likewise.
8340 * gdb.reverse/finish-precsave.exp: Likewise.
8341 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8342 * gdb.reverse/finish-reverse.exp: Likewise.
8343 * gdb.reverse/i386-precsave.exp: Likewise.
8344 * gdb.reverse/i387-env-reverse.exp: Likewise.
8345 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8346 * gdb.reverse/machinestate-precsave.exp: Likewise.
8347 * gdb.reverse/machinestate.exp: Likewise.
8348 * gdb.reverse/sigall-precsave.exp: Likewise.
8349 * gdb.reverse/solib-precsave.exp: Likewise.
8350 * gdb.reverse/step-precsave.exp: Likewise.
8351 * gdb.reverse/until-precsave.exp: Likewise.
8352 * gdb.reverse/watch-precsave.exp: Likewise.
8353 * gdb.reverse/watch-reverse.exp: Likewise.
8354
b22089ab
YQ
83552014-10-17 Yao Qi <yao@codesourcery.com>
8356
8357 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
8358 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
8359
6c4486e6
PA
83602014-10-17 Pedro Alves <palves@redhat.com>
8361
8362 PR gdb/17471
8363 * gdb.base/bg-execution-repeat.c: New file.
8364 * gdb.base/bg-execution-repeat.exp: New file.
8365
0ff33695
PA
83662014-10-17 Pedro Alves <palves@redhat.com>
8367
8368 PR gdb/17300
8369 * gdb.base/continue-all-already-running.c: New file.
8370 * gdb.base/continue-all-already-running.exp: New file.
8371
6fdebc3d
PA
83722014-10-17 Pedro Alves <palves@redhat.com>
8373
8374 PR gdb/17472
8375 * gdb.base/annota-input-while-running.c: New file.
8376 * gdb.base/annota-input-while-running.exp: New file.
8377
32a8097b
PA
83782014-10-17 Pedro Alves <palves@redhat.com>
8379
8380 * gdb.base/callfuncs.exp: emove references to osf.
8381 * gdb.base/sigall.exp: Likewise.
8382 * gdb.gdb/selftest.exp: Likewise.
8383 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
8384 * gdb.mi/non-stop.c: Likewise.
8385 * gdb.mi/pthreads.c: Likewise.
8386 * gdb.reverse/sigall-precsave.exp: Likewise.
8387 * gdb.reverse/sigall-reverse.exp: Likewise.
8388 * gdb.threads/pthreads.c: Likewise.
8389 * gdb.threads/pthreads.exp: Likewise.
8390
7a3517ff
YQ
83912014-10-17 Yao Qi <yao@codesourcery.com>
8392
8393 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
8394 check 'target_info exists noargs'.
8395 (test_command_prompt_position): Likewise.
8396 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
8397 Remove "set args".
8398 (progvar_simple_while_test): Likewise.
8399 (progvar_complex_if_while_test): Likewise.
8400 (if_while_breakpoint_command_test): Likewise.
8401 (infrun_breakpoint_command_test): Likewise.
8402 (breakpoint_command_test): Likewise.
8403 (watchpoint_command_test): Likewise.
8404 (bp_deleted_in_command_test): Likewise.
8405 (temporary_breakpoint_commands): Likewise.
8406
bb99c472
YQ
84072014-10-16 Yao Qi <yao@codesourcery.com>
8408
8409 * gdb.base/remotetimeout.exp: Remove noargs checking.
8410
7c16b83e
PA
84112014-10-15 Pedro Alves <palves@redhat.com>
8412
8413 PR breakpoints/9649
8414 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
8415 * gdb.base/breakpoint-in-ro-region.exp
8416 (probe_target_hardware_step): New procedure.
8417 (top level): Probe hardware stepping and hardware breakpoint
8418 support. Test stepping through a read-only region, with both
8419 "breakpoint auto-hw" on and off and both "always-inserted" on and
8420 off.
8421
35a49624
IB
84222014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
8423
8424 * gdb.dlang/demangle.exp: Update for demangling changes.
8425
2d1c107c
SC
84262014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8427
8428 * gdb.cp/non-trivial-retval.cc: Add new test cases.
8429 * gdb.cp/non-trivial-retval.exp: Add new tests.
8430
778811d5
SC
84312014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8432
8433 PR c++/13403
8434 PR c++/15154
8435 * gdb.cp/non-trivial-retval.cc: New file.
8436 * gdb.cp/non-trivial-retval.exp: New file.
8437
10c5f0a8
YQ
84382014-10-15 Yao Qi <yao@codesourcery.com>
8439
8440 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
8441 remote host.
8442
65d7b369
YQ
84432014-10-15 Yao Qi <yao@codesourcery.com>
8444
8445 * gdb.python/py-symbol.exp: Match file base name if host is
8446 remote, otherwise match file name with dir name.
8447 * gdb.python/py-symtab.exp: Likewise.
8448 * gdb.python/python.exp: Likewise.
8449
46dc1394
YQ
84502014-10-15 Yao Qi <yao@codesourcery.com>
8451
8452 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
8453 pattern.
8454 * gdb.python/py-symtab.exp: Likewise.
8455 * gdb.python/python.exp: Remove trailing ".*". Fix typo
8456 locationn.
8457
c40cc657
JB
84582014-10-14 Joel Brobecker <brobecker@adacore.com>
8459
8460 * gdb.ada/addr_arith: New testcase.
8461
2abf49e1
MR
84622014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
8463
8464 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
8465 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
8466 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
8467 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
8468
f7088df3
SDJ
84692014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
8470
8471 * gdb.arch/stap-eval-lang-ada.S: Likewise.
8472 * gdb.arch/stap-eval-lang-ada.c: Likewise.
8473 * gdb.arch/stap-eval-lang-ada.exp: New file.
8474
4dc06805
YQ
84752014-10-14 Yao Qi <yao@codesourcery.com>
8476
8477 * gdb.mi/mi-var-child.c (nothing1): New function.
8478 (nothing2): New function.
8479 (do_children_tests): Set function pointers by nothing1 and
8480 nothing2.
8481 * gdb.mi/mi-var-child.exp: Step over new added statements.
8482 Update test to match the new output.
8483 * gdb.mi/var-cmd.c (nothing1): New function.
8484 (nothing2): New function.
8485 (do_children_tests): Set function pointers by nothing1 and
8486 nothing2.
8487 * gdb.mi/mi-var-display.exp: Update test to match output.
8488 Step to the line specified by $line_dct_nothing.
8489 Increase the number of lines to step.
8490
46a93de2
YQ
84912014-10-14 Yao Qi <yao@codesourcery.com>
8492
8493 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
8494 tests.
8495 * gdb.mi/mi2-var-child.exp: Likewise.
8496
14ea52ee
DE
84972014-10-13 Doug Evans <dje@google.com>
8498
8499 * gdb.python/py-objfile.exp: Change name of file name test.
8500
e5c6e92b
DE
85012014-10-13 Doug Evans <dje@google.com>
8502
8503 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
8504 from the start of the CU.
8505
c780cc2f
JK
85062014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8507 Yao Qi <yao@codesourcery.com>
8508
8509 Fix "save breakpoints" for "catch" command.
8510 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
8511 Remove -nonewline. Match also the added "main" line.
8512
99894e11
JK
85132014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8514
8515 Fix "save breakpoints" for "disable $bpnum" command.
8516 * gdb.base/save-bp.c (main): Add label.
8517 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
8518
6e1ac5a3
JK
85192014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8520
8521 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
8522
754dd2b0
YQ
85232014-10-11 Yao Qi <yao@codesourcery.com>
8524
8525 * gdb.server/server-kill.exp: Execute command
8526 "set remote trace-status-packet on" before "tstatus".
8527
f90183d7
YQ
85282014-10-11 Yao Qi <yao@codesourcery.com>
8529
8530 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
8531 (main): Call getppid.
8532 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
8533 and continue to it. Read variable "server_pid".
8534
bf40a607
YQ
85352014-10-11 Yao Qi <yao@codesourcery.com>
8536
8537 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
8538
052ca370
YQ
85392014-10-11 Yao Qi <yao@codesourcery.com>
8540
8541 * gdb.threads/thread-find.exp: Don't execute command
8542 "info threads".
8543 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
8544 * gdb.threads/linux-dp.exp: Don't check the condition
8545 $threads_created equals to zero.
8546
3831839c
PA
85472014-10-10 Pedro Alves <palves@redhat.com>
8548
8549 * gdb.base/bigcore.exp: Remove references to IRIX.
8550 * gdb.base/funcargs.exp: Likewise.
8551 * gdb.base/interrupt.exp: Likewise.
8552 * gdb.base/mips_pro.exp: Likewise.
8553 * gdb.base/nodebug.exp: Likewise.
8554 * gdb.base/setvar.exp: Likewise.
8555 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
8556
8b9a549d
PA
85572014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8558 Pedro Alves <palves@redhat.com>
8559
8560 PR symtab/14466
8561 * gdb.base/vdso-warning.c: New file.
8562 * gdb.base/vdso-warning.exp: New file.
8563
d48ba5e8
DE
85642014-10-02 Doug Evans <dje@google.com>
8565
8566 * gdb.base/structs.c (main): Don't run forever.
8567
2278c276
PA
85682014-10-02 Pedro Alves <palves@redhat.com>
8569
8570 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
8571 (top level) <stop threads 1, stop threads 2>: Use it.
8572
b57bacec
PA
85732014-10-02 Pedro Alves <palves@redhat.com>
8574
8575 * gdb.threads/break-while-running.exp (test): Add new
8576 'update_thread_list' argument. Skip "info threads" if false.
8577 (top level): Add new 'update_thread_list' axis.
8578
13fd3ff3
PA
85792014-10-02 Pedro Alves <palves@redhat.com>
8580
8581 PR breakpoints/17431
8582 * gdb.base/execl-update-breakpoints.c: New file.
8583 * gdb.base/execl-update-breakpoints.exp: New file.
8584
0fec99e8
PA
85852014-10-01 Pedro Alves <palves@redhat.com>
8586
8587 * gdb.base/breakpoint-in-ro-region.c: New file.
8588 * gdb.base/breakpoint-in-ro-region.exp: New file.
8589
2ddf4301
SM
85902014-10-01 Simon Marchi <simon.marchi@ericsson.com>
8591
8592 * gdb.mi/mi-exit-code.exp: New file.
8593 * gdb.mi/mi-exit-code.c: New file.
8594
6a5f3f43
YQ
85952014-09-30 Yao Qi <yao@codesourcery.com>
8596
8597 * lib/prelink-support.exp (build_executable_own_libs): Error if
8598 the target isn't native.
8599
345bcc73
YQ
86002014-09-30 Yao Qi <yao@codesourcery.com>
8601
8602 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
8603 false.
8604
a25a5a45
PA
86052014-09-22 Pedro Alves <palves@redhat.com>
8606
8607 * gdb.threads/break-while-running.exp: New file.
8608 * gdb.threads/break-while-running.c: New file.
8609
00ba3162
YQ
86102014-09-19 Yao Qi <yao@codesourcery.com>
8611
8612 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
8613 Invoke test. Restart GDB with --readnow and invoke test again.
8614
c3b7b696
YQ
86152014-09-19 Yao Qi <yao@codesourcery.com>
8616
8617 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
8618 proc set_breakpoint_on_gcd_function. Invoke
8619 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
8620 invoke set_breakpoint_on_gcd_function again.
8621
2b4fd423
DE
86222014-09-18 Doug Evans <dje@google.com>
8623
8624 * gdb.dwarf2/symtab-producer.exp: New file.
8625
a5947601
SDJ
86262014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
8627
8628 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
8629 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
8630 * gdb.base/global-var-nested-by-dso.c: Likewise.
8631 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8632
91c19059
SDJ
86332014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
8634 Pedro Alves <palves@redhat.com>
8635
8636 * gdb.base/watch-bitfields.exp: Pass string other than test file
8637 name to prepare_for_testing.
8638 (watch): New procedure.
8639 (expect_watchpoint): Use with_test_prefix.
8640 (top level): Factor out tests to ...
8641 (test_watch_location, test_regular_watch): ... these new
8642 procedures, and use with_test_prefix and gdb_continue_to_end.
8643
bb9d5f81
PP
86442014-09-16 Patrick Palka <patrick@parcs.ath.cx>
8645
8646 PR breakpoints/12526
8647 * gdb.base/watch-bitfields.exp: New file.
8648 * gdb.base/watch-bitfields.c: New file.
8649
635856f5
PA
86502014-09-16 Pedro Alves <palves@redhat.com>
8651
8652 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
8653 software and hardware addresses, not software address against
8654 itself.
8655
7280ceea
PA
86562014-09-16 Pedro Alves <palves@redhat.com>
8657
8658 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
8659 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
8660
428b16bd
PA
86612014-09-16 Pedro Alves <palves@redhat.com>
8662
8663 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
8664 files.
8665 * gdb.base/a2-run.exp: Remove all code guarded by istarget
8666 "*-*-vxworks*" throughout.
8667 * gdb.base/break.exp: Likewise.
8668 * gdb.base/default.exp: Likewise.
8669 * gdb.base/scope.exp: Likewise.
8670 * gdb.base/sepdebug.exp: Likewise.
8671 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
8672 throughout.
8673 * gdb.base/run.c: Likewise.
8674 * gdb.base/sepdebug.c: Likewise.
8675 * gdb.hp/gdb.aCC/run.c: Likewise.
8676 * gdb.reverse/until-reverse.c: Likewise.
8677 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
8678
666d413c
YQ
86792014-09-16 Yao Qi <yao@codesourcery.com>
8680
8681 * boards/local-remote-host-native.exp: New file.
8682
57cbd724
DE
86832014-09-14 Doug Evans <xdje42@gmail.com>
8684
8685 * gdb.threads/queue-signal.c (thread_count): New variable.
8686 (thread_count_mutex, thread_count_condvar): New variables.
8687 (incr_thread_count, wait_all_threads_running): New functions.
8688 (main): Wait for all threads to be in their thread functions.
8689
81219e53
DE
86902014-09-13 Doug Evans <xdje42@gmail.com>
8691
8692 * gdb.threads/queue-signal.c: New file.
8693 * gdb.threads/queue-signal.exp: New file.
8694
3714cea7
DE
86952014-09-13 Doug Evans <xdje42@gmail.com>
8696
8697 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
8698 be consistent with what default_gdb_init uses.
8699 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
8700 the plain text of the prompt. Add some logging printfs.
8701 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
8702
fa43b1d7
PA
87032014-09-12 Pedro Alves <palves@redhat.com>
8704
8705 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
8706 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
8707 * gdb.arch/i386-size-overlap.exp: Likewise.
8708 * gdb.arch/i386-size.exp: Likewise.
8709 * gdb.arch/i386-unwind.exp: Likewise.
8710 * gdb.base/a2-run.exp: Likewise.
8711 * gdb.base/break.exp: Likewise.
8712 * gdb.base/charset.exp: Likewise.
8713 * gdb.base/chng-syms.exp: Likewise.
8714 * gdb.base/commands.exp: Likewise.
8715 * gdb.base/dbx.exp: Likewise.
8716 * gdb.base/find.exp: Likewise.
8717 * gdb.base/funcargs.exp: Likewise.
8718 * gdb.base/jit-simple.exp: Likewise.
8719 * gdb.base/reread.exp: Likewise.
8720 * gdb.base/sepdebug.exp: Likewise.
8721 * gdb.base/step-bt.exp: Likewise.
8722 * gdb.cp/mb-inline.exp: Likewise.
8723 * gdb.cp/mb-templates.exp: Likewise.
8724 * gdb.objc/basicclass.exp: Likewise.
8725 * gdb.threads/killed.exp: Likewise.
8726
9d9bf2df
EBM
87272014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8728
8729 PR tdep/17379
8730 * gdb.arch/powerpc-stackless.S: New file.
8731 * gdb.arch/powerpc-stackless.exp: New file.
8732
1cf2f1b0
JK
87332014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8734
8735 * gdb.base/attach.c: Include unistd.h.
8736 (main): Call alarm. Add label postloop.
8737 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
8738 gdb_breakpoint, gdb_continue_to_breakpoint.
8739 (test_command_line_attach_run): Kill ${testpid} in one exit path.
8740
98880d46
PA
87412014-09-11 Pedro Alves <palves@redhat.com>
8742
8743 PR gdb/17347
8744 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
8745 * gdb.base/attach.exp (test_command_line_attach_run): New
8746 procedure.
8747 (top level): Call it.
8748
4c92ff2c
PA
87492014-09-11 Pedro Alves <palves@redhat.com>
8750
8751 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
8752 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
8753 (do_command_attach_tests): Use spawn_wait_for_attach.
8754 * gdb.base/solib-overlap.exp: Likewise.
8755 * gdb.multi/multi-attach.exp: Likewise.
8756 * gdb.python/py-prompt.exp: Likewise.
8757 * gdb.python/py-sync-interp.exp: Likewise.
8758 * gdb.server/ext-attach.exp: Likewise.
8759
3adc1a7d
GKB
87602014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
8761
8762 * gdb.fortran/array-element.exp: Remove unexpected "continue"
8763 command in testcase. Simplify testcase.
8764
96334934
JB
87652014-09-10 Joel Brobecker <brobecker@adacore.com>
8766
8767 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
8768
eb479039
JB
87692014-09-10 Joel Brobecker <brobecker@adacore.com>
8770
8771 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
8772
deede10c
JB
87732014-09-10 Joel Brobecker <brobecker@adacore.com>
8774
8775 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
8776
7828a5f5
JB
87772014-09-10 Joel Brobecker <brobecker@adacore.com>
8778
8779 * gdb.dwarf2/dynarr-ptr.c: New file.
8780 * gdb.dwarf2/dynarr-ptr.exp: New file.
8781
33aeebcf
MR
87822014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8783
8784 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
8785 of 30 rather than hardcoding 120 for a slow test case. Take the
8786 `gdb,timeout' target setting into account for this calculation.
8787 Don't extend the timeout for the test cases that don't need it.
8788
7b415901
MR
87892014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8790
8791 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
8792 a factor of 2 for a slow test case. Take the `gdb,timeout'
8793 target setting into account for this calculation.
8794 * gdb.reverse/until-precsave.exp: Increase the timeout by
8795 a factor of 15 and 3 respectively rather than adding 120
8796 for a pair of slow test cases. Take the `gdb,timeout'
8797 target setting into account for this calculation.
8798
4a40f85a
MR
87992014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8800
8801 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
8802 timeout, don't pass one down to gdb_expect.
8803 (gdb_expect): Rework timeout selection.
8804
09635af7
MR
88052014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8806
8807 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
8808 exception on timeout.
8809 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
8810 (gdbserver_start_extended): Catch any `gdbserver_start' error
8811 exceptions.
8812 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
8813 * lib/mi-support.exp (mi_gdb_target_load): Catch any
8814 `gdbserver_gdb_load' error exceptions.
8815
2bdd10b7
MR
88162014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8817
8818 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
8819 120 on waiting for the TCP socket to open.
8820
316935f0
DE
88212014-09-09 Doug Evans <xdje42@gmail.com>
8822
8823 * gdb.base/default.exp (show_conv_list): Add _caller_is,
8824 _caller_matches, _any_caller_is, _any_caller_matches.
8825
83740597
DE
88262014-09-09 Doug Evans <xdje42@gmail.com>
8827
8828 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
8829
4c122fc3
YQ
88302014-09-09 Yao Qi <yao@codesourcery.com>
8831
8832 * gdb.mi/mi-var-display.exp: Set print symbol off.
8833
a9f116cb
GKB
88342014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
8835
8836 PR gdb/17035
8837 * gdb.base/commands.exp: Add tests to verify user-defined
8838 commands with empty bodies.
8839 * gdb.python/py-cmd.exp: Test that we don't show user-defined
8840 python commands in `show user command`.
8841 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
8842 scheme commands in `show user command`.
8843
c75bd3a2
JK
88442014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8845
8846 PR python/17355
8847 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
8848 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
8849 * gdb.python/py-framefilter-invalidarg.exp: New file.
8850 * gdb.python/py-framefilter-invalidarg.py: New file.
8851
faa42425
DE
88522014-09-06 Doug Evans <xdje42@gmail.com>
8853
8854 PR 15276
8855 * gdb.python/py-caller-is.c: New file.
8856 * gdb.python/py-caller-is.exp: New file.
8857
474ca4f6
SDJ
88582014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
8859
8860 PR gdb/17235
8861 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
8862 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
8863
eb0b0463
SDJ
88642014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
8865
8866 PR fortran/17237
8867 * gdb.fortran/print-formatted.exp: New file.
8868 * gdb.fortran/print-formatted.f90: Likewise.
8869
5f3b99cf
SS
88702014-09-03 Sasha Smundak <asmundak@google.com>
8871
8872 * gdb.python/py-frame.exp: Test Frame.read_register.
8873
7d793aa9
SDJ
88742014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
8875
8876 PR python/16699
8877 * gdb.python/py-completion.exp: New file.
8878 * gdb.python/py-completion.py: Likewise.
8879
fb0576e9
DE
88802014-08-28 Doug Evans <dje@google.com>
8881
8882 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
8883 eax,etc. are live with values set by gdb and thus the compiler can't
8884 use them.
8885 * gdb.arch/i386-pseudo.c (main): Ditto.
8886
ee92b0dd
DE
88872014-08-27 Doug Evans <dje@google.com>
8888
8889 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
8890
6649db35
DE
88912014-08-25 Doug Evans <dje@google.com>
8892
8893 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
8894 (main): Ditto.
8895
564b7600
DE
88962014-08-25 Doug Evans <dje@google.com>
8897
8898 * gdb.threads/thread-execl.exp: #include <stdio.h>.
8899
3881fb67
YQ
89002014-08-24 Yao Qi <yao@codesourcery.com>
8901
8902 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
8903 symbol off.
8904 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
8905
a05a36a5
DE
89062014-08-22 Doug Evans <dje@google.com>
8907
8908 PR 17276
8909 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
8910 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
8911 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
8912
7c343b48
YQ
89132014-08-22 Yao Qi <yao@codesourcery.com>
8914
8915 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
8916 * gdb.python/py-finish-breakpoint2.exp: Likewise.
8917 * gdb.python/python.exp: Likewise. Use .py file on the host
8918 instead of the build.
8919
22fd09ae
JK
89202014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8921
8922 * gdb.threads/gcore-stale-thread.c: New file.
8923 * gdb.threads/gcore-stale-thread.exp: New file.
8924
a8454a7c
PA
89252014-08-21 Pedro Alves <palves@redhat.com>
8926
8927 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
8928 * gdb.base/gcore-relro-pie.exp: Likewise.
8929 * gdb.base/gcore-relro.exp: Likewise.
8930 * gdb.base/gcore.exp: Likewise.
8931 * gdb.base/print-symbol-loading.exp: Likewise.
8932 * gdb.threads/gcore-thread.exp: Likewise.
8933 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
8934
2a31c623
PA
89352014-08-20 Pedro Alves <palves@redhat.com>
8936 Jan Kratochvil <jan.kratochvil@redhat.com>
8937
8938 * Makefile.in (EXTRA_RULES, CC): New variables, get from
8939 configure.
8940 (EXPECT): Handle READ1 being set.
8941 (all): Depend on EXTRA_RULES.
8942 (check-read1, expect-read1, read1.so, read1): New rules.
8943 * README (Testsuite Parameters): Document the READ1 make variable.
8944 (Race detection): New section.
8945 * configure: Regenerate.
8946 * configure.ac: If build==host==target, and running under a
8947 GNU/glibc system, add read1 to the extra Makefile rules.
8948 (EXTRA_RULES): AC_SUBST it.
8949 * lib/read1.c: New file.
8950
d36430db
JB
89512014-08-20 Joel Brobecker <brobecker@adacore.com>
8952
8953 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
8954 the handling of variables declared as a typedef to an array
8955 which a DW_AT_data_location attribute.
8956
9a0dc9e3
PA
89572014-08-19 Andrew Burgess <aburgess@broadcom.com>
8958 Pedro Alves <palves@redhat.com>
8959
8960 PR symtab/14604
8961 PR symtab/14605
8962 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
8963 gdb_test.
8964
0718a8da
PA
89652014-08-19 Pedro Alves <palves@redhat.com>
8966
8967 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
8968
13b448cd
YQ
89692014-08-19 Yao Qi <yao@codesourcery.com>
8970
8971 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
8972 right line.
8973
1cbf5077
DB
89742014-08-18 David Blaikie <dblaikie@gmail.com>
8975
8976 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
8977
bf0fae19
JB
89782014-08-18 Joel Brobecker <brobecker@adacore.com>
8979
8980 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
8981 attribute in array range.
8982
3c8c5dcc
JB
89832014-08-18 Joel Brobecker <brobecker@adacore.com>
8984
8985 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
8986
e66d4446
SC
89872014-08-15 Siva Chandra Reddy <sivachandra@google.com>
8988
8989 PR c++/17132
8990 * gdb.cp/pr17132.cc: New file.
8991 * gdb.cp/pr17132.exp: New file.
8992
940df408
SC
89932014-08-15 Siva Chandra Reddy <sivachandra@google.com>
8994
8995 * gdb.python/py-xmethods.py (A_getarrayind)
8996 (E_method_char_worker.__call__, E_method_int_worker.__call__):
8997 Use 'print' with function call syntax.
8998 (E_method_matcher.match): Fix tab vs space indentation mixup.
8999
ebcc6c3a
YQ
90002014-08-15 Yao Qi <yao@codesourcery.com>
9001
9002 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9003 false.
9004
775e0f04
YQ
90052014-08-15 Yao Qi <yao@codesourcery.com>
9006
9007 * gdb.cp/casts.exp: Set print symbol off.
9008 * gdb.cp/class2.exp: Likewise.
9009 * gdb.cp/overload.exp: Likewise.
9010 * gdb.cp/templates.exp: Likewise.
9011
d769e349
DE
90122014-08-11 Doug Evans <dje@google.com>
9013
9014 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9015 (test_load_shlib): Update.
9016
20c6f1e1
YQ
90172014-08-09 Yao Qi <yao@codesourcery.com>
9018
9019 * gdb.base/display.exp: Invoke is_address_zero_readable.
9020 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9021 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9022 * gdb.base/hbreak-unmapped.exp: Return if
9023 is_address_zero_readable returns true.
9024 * gdb.base/signest.exp: Likewise.
9025 * gdb.base/signull.exp: Likewise.
9026 * gdb.base/sigbpt.exp: Likewise.
9027 * gdb.guile/scm-disasm.exp: Do the test if
9028 is_address_zero_readable returns false.
9029 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9030 * gdb.python/py-arch.exp: Likewise.
9031 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9032 * lib/gdb.exp (is_address_zero_readable): New proc.
9033
5792e8e3
YQ
90342014-08-09 Yao Qi <yao@codesourcery.com>
9035
9036 PR testsuite/13443
9037 * gdb.mi/mi-var-display.exp: Make test messages unique.
9038
3cecbbbe
TT
90392014-08-04 Tom Tromey <tromey@redhat.com>
9040
9041 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9042 target 0".
9043
00b51ff5
TT
90442014-08-04 Tom Tromey <tromey@redhat.com>
9045
9046 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9047 "target_resume".
9048
6908c509
JB
90492014-08-01 Joel Brobecker <brobecker@adacore.com>
9050
9051 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9052 inner_vla_struct_object_size.
9053 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9054 as xfail.
9055
cc6563d2
PA
90562014-07-30 Pedro Alves <palves@redhat.com>
9057
9058 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9059 comment.
9060
7e09a223
YQ
90612014-07-29 Yao Qi <yao@codesourcery.com>
9062
9063 PR gdb/17206
9064 * gdb.base/until-nodebug.exp: New.
9065
7ebdbe92
DE
90662014-07-28 Doug Evans <xdje42@gmail.com>
9067
9068 PR guile/17203
9069 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9070 previously existing parameter, and previously ambiguously spelled
9071 parameter.
9072
fdb1adc6
WN
90732014-07-28 Will Newton <will.newton@linaro.org>
9074
9075 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9076
186fcde0
DE
90772014-07-26 Ludovic Courtès <ludo@gnu.org>
9078 Doug Evans <xdje42@gmail.com>
9079
9080 PR guile/17146
9081 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9082
70509625
PA
90832014-07-25 Pedro Alves <palves@redhat.com>
9084
9085 * gdb.threads/signal-command-handle-nopass.c: New file.
9086 * gdb.threads/signal-command-handle-nopass.exp: New file.
9087 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9088 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9089 * gdb.threads/signal-delivered-right-thread.c: New file.
9090 * gdb.threads/signal-delivered-right-thread.exp: New file.
9091
c3f814a1
PA
90922014-07-25 Pedro Alves <palves@redhat.com>
9093
9094 * gdb.base/double-prompt-target-event-error.exp
9095 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9096 match.
9097 (cancel_pagination_in_target_event): Rework double prompt
9098 detection.
9099 * gdb.base/paginate-after-ctrl-c-running.exp
9100 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9101 <return>' match.
9102 * gdb.base/paginate-bg-execution.exp
9103 (test_bg_execution_pagination_return)
9104 (test_bg_execution_pagination_cancel): Remove '-notransfer
9105 <return>' matches.
9106 * gdb.base/paginate-execution-startup.exp
9107 (test_fg_execution_pagination_return)
9108 (test_fg_execution_pagination_cancel): Remove '-notransfer
9109 <return>' matches.
9110 * gdb.base/paginate-inferior-exit.exp
9111 (test_paginate_inferior_exited): Remove '-notransfer <return>'
9112 match.
9113 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9114 * lib/gdb.exp (pagination_prompt): Run text through
9115 string_to_regexp.
9116 (gdb_test_multiple): Match $pagination_prompt instead of
9117 "<return>".
9118 (string_to_regexp): Move to lib/gdb-utils.exp.
9119
e214cf6c
JK
91202014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9121
9122 * gdb.arch/amd64-entry-value-paramref.S: New file.
9123 * gdb.arch/amd64-entry-value-paramref.cc: New file.
9124 * gdb.arch/amd64-entry-value-paramref.exp: New file.
9125 * gdb.arch/amd64-optimout-repeat.S: New file.
9126 * gdb.arch/amd64-optimout-repeat.c: New file.
9127 * gdb.arch/amd64-optimout-repeat.exp: New file.
9128
17d0c5c8
JK
91292014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9130
9131 PR gdb/17170
9132 * gdb.base/statistics.exp: New file.
9133
b8b8facf
DE
91342014-07-17 Doug Evans <dje@google.com>
9135
74b49205 9136 PR gdb/17170
b8b8facf
DE
9137 * gdb.base/maint.exp: Update testing of per-command stats.
9138
1b5d0ab3
PA
91392014-07-16 Pedro Alves <palves@redhat.com>
9140
9141 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9142 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9143 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9144 (tfile_write_buf): New functions.
9145 (add_memory_block): Rewrite using the above.
9146 (adjust_function_address): New function.
9147 (FUNCTION_ADDRESS): New macro.
9148 (write_basic_trace_file): Remove short_x local, and use
9149 tfile_write_16. Change type of func_addr local to unsigned long
9150 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
9151 here. Cast argument of add_memory_block to char pointer.
9152 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
9153 (main): Remove parameters.
9154 * gdb.trace/tfile.exp: Remove nowarnings.
9155
4d974e88
SM
91562014-07-15 Simon Marchi <simon.marchi@ericsson.com>
9157
9158 * gdb.base/debug-expr.exp: Test string evaluation with
9159 "debug expression" on.
9160
41e99568
PA
91612014-07-15 Pedro Alves <palves@redhat.com>
9162
9163 * gdb.base/reread.exp: Use clean_restart.
9164
487d9753
PL
91652014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
9166
9167 * gdb.arch/avr-flash-qualifer.c: New.
9168 * gdb.arch/avr-flash-qualifer.exp: New.
9169
cc1c52ad
PA
91702014-07-14 Pedro Alves <palves@redhat.com>
9171
9172 * gdb.base/paginate-after-ctrl-c-running.c: New file.
9173 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9174
1e973570
PA
91752014-07-14 Pedro Alves <palves@redhat.com>
9176
9177 * gdb.base/double-prompt-target-event-error.c: New file.
9178 * gdb.base/double-prompt-target-event-error.exp: New file.
9179
93d6eb10
PA
91802014-07-14 Pedro Alves <palves@redhat.com>
9181
9182 PR gdb/17072
9183 * gdb.base/paginate-inferior-exit.c: New file.
9184 * gdb.base/paginate-inferior-exit.exp: New file.
9185
0017922d
PA
91862014-07-14 Pedro Alves <palves@redhat.com>
9187
9188 PR gdb/17072
9189 * gdb.base/paginate-bg-execution.c: New file.
9190 * gdb.base/paginate-bg-execution.exp: New file.
9191
94696ad3
PA
91922014-07-14 Pedro Alves <palves@redhat.com>
9193
9194 PR gdb/17072
9195 * gdb.base/paginate-execution-startup.c: New file.
9196 * gdb.base/paginate-execution-startup.exp: New file.
9197 * lib/gdb.exp (pagination_prompt): New global.
9198 (default_gdb_spawn): New procedure, factored out from
9199 default_gdb_spawn.
9200 (default_gdb_start): Adjust to call default_gdb_spawn.
9201 (gdb_spawn): New procedure.
9202
bd293940
PA
92032014-07-14 Pedro Alves <palves@redhat.com>
9204
9205 * lib/gdb.exp (gdb_assert): New procedure.
9206 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9207
c933f875
PA
92082014-07-14 Pedro Alves <palves@redhat.com>
9209
9210 * gdb.base/execution-termios.c: New file.
9211 * gdb.base/execution-termios.exp: New file.
9212
d98b7a16
TT
92132014-07-14 Tom Tromey <tromey@redhat.com>
9214
9215 * gdb.cp/vla-cxx.cc: New file.
9216 * gdb.cp/vla-cxx.exp: New file.
9217
548740d6
TT
92182014-07-14 Tom Tromey <tromey@redhat.com>
9219
9220 * gdb.reverse/rerun-prec.c: New file.
9221 * gdb.reverse/rerun-prec.exp: New file.
9222
a25eb028
MR
92232014-07-12 Maciej W. Rozycki <macro@mips.com>
9224 Maciej W. Rozycki <macro@codesourcery.com>
9225
9226 * lib/gdb-utils.exp: New file.
9227 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9228 inline `gdb_init_command' processing.
9229 (gdb_start_cmd): Likewise.
9230 * lib/mi-support.exp (mi_run_cmd): Likewise.
9231 * README: Document `gdb_init_command' and `gdb_init_commands'.
9232
218c2655
JK
92332014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9234
9235 Fix false FAIL running under a very long directory name.
9236 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9237 and "set print elements 10000". Twice.
9238
5401fde3
YQ
92392014-07-11 Yao Qi <yao@codesourcery.com>
9240
9241 * gdb.base/exprs.exp: "set print symbol off".
9242
e76126e8
PA
92432014-07-11 Pedro Alves <palves@redhat.com>
9244
9245 * gdb.threads/kill.c: New file.
9246 * gdb.threads/kill.exp: New file.
9247
2d6f0de6
YQ
92482014-07-10 Yao Qi <yao@codesourcery.com>
9249
9250 * gdb.trace/tfile.c (write_basic_trace_file)
9251 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9252 address written to trace file.
9253
7180e04a
PA
92542014-07-09 Pedro Alves <palves@redhat.com>
9255
9256 * gdb.base/attach-wait-input.exp: New file.
9257 * gdb.base/attach-wait-input.c: New file.
9258
9a9a7608
AB
92592014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9260
9261 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9262 setting up test structures.
9263 (main): Call new test function.
9264 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9265 test function, continue into test function and walk test
9266 structures.
9267
161ac41e
YQ
92682014-07-02 Yao Qi <yao@codesourcery.com>
9269
9270 * gdb.trace/entry-values.c: Define labels 'foo_start' and
9271 'bar_start' at the beginning of functions 'foo' and 'bar'
9272 respectively.
9273 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9274 instead of 'foo' and 'bar'.
9275
1f267ae3
MM
92762014-07-08 Markus Metzger <markus.t.metzger@intel.com>
9277
9278 * gdb.btrace/segv.exp: New.
9279 * gdb.btrace/segv.c: New.
9280
2b239efb
LM
92812014-07-02 Luis Machado <lgustavo@codesourcery.com>
9282
9283 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9284 instruction.
9285
cf363f18
MW
92862014-06-30 Mark Wielaard <mjw@redhat.com>
9287
9288 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
9289 vulture, vilify, villar): New volatile array constants.
9290 (vindictive, vegetation): New const volatile array constants.
9291 * gdb.base/volatile.exp: Test volatile and const volatile array
9292 types.
9293
aebf9d24
AA
92942014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9295
9296 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
9297 target lacks support for awatch, rwatch, or hbreak.
9298
b67a2c6f
YQ
92992014-06-27 Yao Qi <yao@codesourcery.com>
9300
9301 * gdb.multi/dummy-frame-restore.exp: New.
9302 * gdb.multi/dummy-frame-restore.c: New.
9303
aef92902
MM
93042014-06-25 Markus Metzger <markus.t.metzger@intel.com>
9305
9306 * gdb.btrace/gcore.exp: New.
9307
8e9db26e
PA
93082014-06-23 Pedro Alves <palves@redhat.com>
9309
9310 * gdb.base/watchpoint-reuse-slot.c: New file.
9311 * gdb.base/watchpoint-reuse-slot.exp: New file.
9312
70afc5b7
SC
93132014-06-23 Siva Chandra Reddy <sivachandra@google.com>
9314
9315 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
9316 progspace's filename in 'info', 'enable' and 'disable' command
9317 tests.
9318
b972bd9c
JK
93192014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9320
9321 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
9322 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9323 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
9324
125f8a3d
GB
93252014-06-20 Gary Benson <gbenson@redhat.com>
9326
9327 * gdb.arch/i386-avx.exp: Fix include file location.
9328 * gdb.arch/i386-sse.exp: Likewise.
9329
3ed9baed
IB
93302014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
9331
9332 * gdb.dlang/expression.exp: New file.
9333
034f788c
PA
93342014-06-19 Pedro Alves <palves@redhat.com>
9335
9336 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
9337 out from ...
9338 (top level): ... here. Iterate running tests under different
9339 scheduler-locking settings.
9340
45371d0c
LM
93412014-06-18 Luis Machado <lgustavo@codesourcery.com>
9342
9343 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
9344 to DW_FORM_addr and use non-zero addresses.
9345
5d376983
SC
93462014-06-18 Siva Chandra Reddy <sivachandra@google.com>
9347
9348 PR gdb/17017
9349 * gdb.python/py-xmethods.cc: Add global function call counters and
9350 increment them in their respective functions. Remove "cout"
9351 statements.
9352 * gdb.python/py-xmethods.exp: Make tests check the global function
9353 call counters instead of depending on inferior IO.
9354
a1aa2221
LM
93552014-06-18 Don Breazeal <donb@codesourcery.com>
9356
9357 * gdb.base/foll-fork.exp (default_fork_parent_follow):
9358 Deleted procedure.
9359 (explicit_fork_parent_follow): Deleted procedure.
9360 (explicit_fork_child_follow): Deleted procedure.
9361 (test_follow_fork): New procedure.
9362 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 9363 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
9364 procedure calls.
9365
0fc05997
YQ
93662014-06-17 Yao Qi <yao@codesourcery.com>
9367
9368 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
9369 CP1252.
9370
70795c52
LM
93712014-06-17 Luis Machado <lgustavo@codesourcery.com>
9372
9373 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
9374 Initialize ptr and S explicitly.
9375 (skip_type_update_when_not_use_rtti_test): Likewise.
9376
6be47f0c
KS
93772014-06-16 Keith Seitz <keiths@redhat.com>
9378
9379 PR mi/15863
9380 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
9381 the inferior is started.
9382
d03de421
PA
93832014-06-16 Pedro Alves <palves@redhat.com>
9384
9385 * gdb.base/break-main-file-remove-fail.c: New file.
9386 * gdb.base/break-main-file-remove-fail.exp: New file.
9387 * gdb.base/break-unload-file.exp: Use build_executable instead of
9388 prepare_for_testing.
9389 (test_break): New parameter "initial_load". Handle it.
9390 (top level): Add initial_load cmdline/file axis.
9391
f9579b99
TT
93922014-06-12 Tom Tromey <tromey@redhat.com>
9393
9394 * gdb.base/completion.exp: Don't use directory name in test.
9395
3657956b
GB
93962014-06-09 Gary Benson <gbenson@redhat.com>
9397
9398 * gdb.base/sigall.c [Functions to send signals]: Reorder to
9399 separate the always-available ANSI-standard signals from the
9400 signals that require checking.
9401 (main): Likewise.
9402 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
9403 Likewise.
9404 (main): Likewise.
9405
4186eb54
KS
94062014-06-07 Keith Seitz <keiths@redhat.com>
9407
9408 Revert:
9409 PR c++/16253
9410 * gdb.cp/var-tag.cc: New file.
9411 * gdb.cp/var-tag.exp: New file.
9412 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
9413 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
9414 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9415 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9416
25326a28 94172014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
9418
9419 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
9420
829155c9
PA
94212014-06-06 Pedro Alves <palves@redhat.com>
9422
9423 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
9424 in target debug output instead of looking at RSP packets,
9425 disabling the test on any target that uses hardware stepping.
9426 Update comments.
9427
61c8d22e
PA
94282014-06-06 Pedro Alves <palves@redhat.com>
9429
9430 * gdb.base/break-unload-file.exp: Fix typo.
9431
d9a47287
YQ
94322014-06-06 Yao Qi <yao@codesourcery.com>
9433
9434 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
9435 from "jit_function" to "^jit_function".
9436
e5e01dbf
YQ
94372014-06-06 Yao Qi <yao@codesourcery.com>
9438
9439 * gdb.base/async.c (foo): Add one statement.
9440 * gdb.base/async.exp: Get the next instruction address and
9441 match the output of "nexti" by instruction address. Match
9442 the hex address in the output of "finish".
9443
73ba372c
GB
94442014-06-06 Gary Benson <gbenson@redhat.com>
9445
9446 * gdb.base/call-signals.c: Remove preprocessor conditionals
9447 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
9448 SIGSEGV and SIGTERM.
9449 * gdb.base/sigall.c: Likewise.
9450 * gdb.base/unwindonsignal.c: Likewise.
9451 * gdb.reverse/sigall-reverse.c: Likewise.
9452
831517df
YQ
94532014-06-06 Yao Qi <yao@codesourcery.com>
9454
9455 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
9456 readable, skip the test.
9457
b8b91e98
YQ
94582014-06-06 Yao Qi <yao@codesourcery.com>
9459
9460 * gdb.threads/staticthreads.c (thread_function): Move the line
9461 setting breakpoint on forward.
9462 * gdb.threads/staticthreads.exp: Update comments.
9463
fb934770
LC
94642014-06-05 Ludovic Courtès <ludo@gnu.org>
9465
9466 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
9467 "history-append! type error".
9468
6ef284bd
SM
94692014-06-05 Simon Marchi <simon.marchi@ericsson.com>
9470
9471 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
9472 erroneous dprintf expected input.
9473
a872e241
DE
94742014-06-04 Doug Evans <xdje42@gmail.com>
9475
9476 * gdb.guile/scm-generics.exp: Delete.
9477
16f691fb
DE
94782014-06-04 Doug Evans <xdje42@gmail.com>
9479
9480 * gdb.guile/scm-breakpoint.exp: Update.
9481 Add tests for breakpoint registration.
9482
012370f6
TT
94832014-06-04 Tom Tromey <tromey@redhat.com>
9484
9485 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
9486 VLA-in-union.
9487 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
9488 inner_vla_struct, vla_union types. Initialize objects of those
9489 types and compute their sizes.
9490
9f5a4cef
HZ
94912014-06-04 Nathan Sidwell <nathan@codesourcery.com>
9492 Hui Zhu <hui@codesourcery.com>
9493
9494 * gdb.base/fileio.exp: Add test for shell not available as well as
9495 available.
9496 * gdb.base/fileio.c (test_system): Check for shell twice.
9497
90a45c4d
YQ
94982014-06-04 Yao Qi <yao@codesourcery.com>
9499
9500 * gdb.base/auto-connect-native-target.exp: Remove redundant
9501 space from the regexp pattern.
9502
70017e41
YQ
95032014-06-04 Yao Qi <yao@codesourcery.com>
9504
9505 * gdb.base/default.exp: Replace "child" with "native" in
9506 regexp pattern.
9507
883964a7
SC
95082014-06-03 Siva Chandra Reddy <sivachandra@google.com>
9509
9510 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
9511 * gdb.python/py-xmethods.exp: New tests to test xmethods.
9512 * gdb.python/py-xmethods.py: Python script supporting the
9513 new testcase and tests.
9514
ef370185
JB
95152014-06-03 Joel Brobecker <brobecker@adacore.com>
9516 Pedro Alves <palves@redhat.com>
9517
9518 PR breakpoints/17000
9519 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
9520 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
9521
1e2ccb61
BM
95222014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
9523
9524 * gdb.base/subst.exp: Add tests to verify partial path matching
9525 output.
9526
c6ec5ab2
PA
95272014-06-03 Pedro Alves <palves@redhat.com>
9528
9529 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
9530 target that doesn't use software single-stepping.
9531
835c559f
PA
95322014-06-03 Pedro Alves <palves@redhat.com>
9533
9534 PR breakpoints/17000
9535 * gdb.base/sss-bp-on-user-bp-2.c: New file.
9536 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
9537
06eb1586
DE
95382014-06-02 Doug Evans <xdje42@gmail.com>
9539
9540 * gdb.guile/scm-parameter.exp: New file.
9541
e698b8c4
DE
95422014-06-02 Doug Evans <xdje42@gmail.com>
9543
9544 * gdb.guile/scm-cmd.c: New file.
9545 * gdb.guile/scm-cmd.exp: New file.
9546
ded03782
DE
95472014-06-02 Doug Evans <xdje42@gmail.com>
9548
9549 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
9550 pretty-printer lookup.
9551 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
9552 (make-pp_s-printer): Call it.
9553 (make-pretty-printer-from-dict): New function.
9554 (lookup-pretty-printer-maker-from-dict): New function.
9555 (*pretty-printer*): Simplify.
9556 (make-objfile-pp_s-printer): New function.
9557 (install-objfile-pretty-printers!): New function.
9558 (make-progspace-pp_s-printer): New function.
9559 (install-progspace-pretty-printers!): New function.
9560 * gdb.guile/scm-progspace.c: New file.
9561 * gdb.guile/scm-progspace.exp: New file.
9562
41fac0cf
PA
95632014-06-02 Pedro Alves <palves@redhat.com>
9564
9565 * gdb.base/dprintf-bp-same-addr.c: New file.
9566 * gdb.base/dprintf-bp-same-addr.exp: New file.
9567
96ae5695
EBM
95682014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9569
9570 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
9571 * gdb.arch/powerpc-power.s: Likewise.
9572
da02b3a8
JB
95732014-06-02 Joel Brobecker <brobecker@adacore.com>
9574
9575 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
9576
c72b2e7b
YQ
95772014-06-01 Yao Qi <yao@codesourcery.com>
9578
9579 * gdb.base/watchpoint.exp (test_watch_location): Check null
9580 pointer can be dereferenced. If not, do the test, otherwise
9581 skip it.
9582
53e8a631
AB
95832014-05-30 Andrew Burgess <aburgess@broadcom.com>
9584
9585 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
9586 results.
9587 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
9588
938f0e2f
AB
95892014-05-30 Andrew Burgess <aburgess@broadcom.com>
9590
9591 * gdb.arch/amd64-invalid-stack-middle.S: New file.
9592 * gdb.arch/amd64-invalid-stack-middle.c: New file.
9593 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
9594 * gdb.arch/amd64-invalid-stack-top.c: New file.
9595 * gdb.arch/amd64-invalid-stack-top.exp: New file.
9596
9ba6657a
PA
95972014-05-30 Pedro Alves <palves@redhat.com>
9598
9599 PR breakpoints/17000
9600 * gdb.base/sss-bp-on-user-bp.c: New file.
9601 * gdb.base/sss-bp-on-user-bp.exp: New file.
9602
522c09bf
DB
96032014-05-30 David Blaikie <dblaikie@gmail.com>
9604
9605 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
9606 gnu_inline semantics via attribute.
9607 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
9608 source explicitly specifies the required semantics.
9609
bf4ef81e
MR
96102014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
9611
9612 * gdb.reverse/sigall-reverse.exp: Fix a typo.
9613
329ea579
PA
96142014-05-29 Pedro Alves <palves@redhat.com>
9615 Tom Tromey <tromey@redhat.com>
9616
9617 * gdb.base/async-shell.exp: Don't enable target-async.
9618 * gdb.base/async.exp
9619 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
9620 parameter. Adjust.
9621 (top level): Don't test with "target-async".
9622 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
9623 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
9624 * gdb.base/inferior-died.exp: Don't enable target-async.
9625 * gdb.base/interrupt-noterm.exp: Likewise.
9626 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
9627 * gdb.mi/mi-nonstop-exit.exp: Likewise.
9628 * gdb.mi/mi-nonstop.exp: Likewise.
9629 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9630 * gdb.mi/mi-nsintrall.exp: Likewise.
9631 * gdb.mi/mi-nsmoribund.exp: Likewise.
9632 * gdb.mi/mi-nsthrexec.exp: Likewise.
9633 * gdb.mi/mi-watch-nonstop.exp: Likewise.
9634 * gdb.multi/watchpoint-multi.exp: Adjust comment.
9635 * gdb.python/py-evsignal.exp: Don't enable target-async.
9636 * gdb.python/py-evthreads.exp: Likewise.
9637 * gdb.python/py-prompt.exp: Likewise.
9638 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
9639 * gdb.server/solib-list.exp: Don't enable target-async.
9640 * gdb.threads/thread-specific-bp.exp: Likewise.
9641 * lib/mi-support.exp: Adjust to use mi-async.
9642
fd664c91
PA
96432014-05-29 Pedro Alves <palves@redhat.com>
9644
9645 PR gdb/13860
9646 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
9647 reason, even in sync mode.
9648
251bde03
PA
96492014-05-29 Pedro Alves <palves@redhat.com>
9650 Hui Zhu <hui@codesourcery.com>
9651
9652 PR PR15693
9653 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
9654 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
9655 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
9656 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
9657
7f3c0343
JB
96582014-05-28 Joel Brobecker <brobecker@adacore.com>
9659
9660 * config/monitor.exp (gdb_target_monitor): Replace use of
9661 "set remotebaud" by "set serial baud".
9662
b2715b27
AW
96632014-05-26 Andy Wingo <wingo@igalia.com>
9664
9665 * gdb.guile/scm-breakpoint.exp:
9666 * gdb.guile/scm-gsmob.exp: Update to use plain old object
9667 properties instead of gdb-object-properties.
9668
498a4489
YQ
96692014-05-26 Yao Qi <yao@codesourcery.com>
9670
9671 * gdb.server/no-thread-db.exp: Specify source file name
9672 explicitly when setting a breakpoint.
9673
589fdceb
MM
96742014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9675
9676 * gdb.btrace/vdso.c: New.
9677 * gdb.btrace/vdso.exp: New.
9678
e9089e05
MM
96792014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9680
9681 * gdb.base/gcore.exp (capture_command_output): Move ...
9682 * lib/gdb.exp (capture_command_output): ... here.
9683
67b5c0c1
MM
96842014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9685
9686 * gdb.btrace/data.exp: Test memory access during btrace replay.
9687
a2199296
SM
96882014-05-22 Simon Marchi <simon.marchi@ericsson.com>
9689
9690 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
9691
17b2616c
PA
96922014-05-21 Pedro Alves <palves@redhat.com>
9693
9694 PR gdb/13860
9695 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
9696 (top level): Test that output related to execution commands is
9697 sent to the console with CLI commands, but not with MI commands.
9698 Test that breakpoint events are always mirrored to the console.
9699 Also expect the new source line to be output after a "next" in
9700 async mode too. Make it a pass/fail test.
9701 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
9702 output.
9703 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
9704
5166082f
PA
97052014-05-21 Pedro Alves <palves@redhat.com>
9706
9707 * gdb.base/list.exp (build_pattern, test_list): New procedures.
9708 Use them to test variations of "list" after reaching a breakpoint.
9709 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
9710 Test "list" with listsize 10 after reaching a breakpoint.
9711 * gdb.python/python.exp (decode_line current location line
9712 number): Adjust expected line number.
9713
2f25d70f
SM
97142014-05-21 Simon Marchi <simon.marchi@ericsson.com>
9715
9716 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
9717 behavior for $args, pass it directly to "run".
9718
ff604a67
MR
97192014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
9720
9721 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
9722 30000 to 65536.
9723
6a3cb8e8
PA
97242014-05-21 Pedro Alves <palves@redhat.com>
9725
9726 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
9727 auto-connect-native-target off".
9728 * gdb.base/auto-connect-native-target.c: New file.
9729 * gdb.base/auto-connect-native-target.exp: New file.
9730
4ebfc96e
PA
97312014-05-21 Pedro Alves <palves@redhat.com>
9732
9733 * gdb.base/default.exp: Test "target native" instead of "target
9734 child".
9735
36d46afb
MW
97362014-05-21 Mark Wielaard <mjw@redhat.com>
9737
9738 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
9739
5876f503
JK
97402014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9741
9742 Fix TLS access for -static -pthread.
9743 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
9744 <HAVE_TLS> (thread_function, main): Initialize it.
9745 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
9746 Add clean_restart.
9747 <$have_tls != "">: Check TLSVAR.
9748
0256a6ac
PA
97492014-05-21 Pedro Alves <palves@redhat.com>
9750
9751 * gdb.base/dcache-line-read-error.c: New.
9752 * gdb.base/dcache-line-read-error.exp: New.
9753
936d2992
PA
97542014-05-20 Pedro Alves <palves@redhat.com>
9755
9756 * gdb.base/compare-sections.c: New file.
9757 * gdb.base/compare-sections.exp: New file.
9758
802e8e6d
PA
97592014-05-20 Pedro Alves <palves@redhat.com>
9760
9761 * gdb.base/break-idempotent.c: New file.
9762 * gdb.base/break-idempotent.exp: New file.
9763
e59fa00f
MM
97642014-05-20 Markus Metzger <markus.t.metzger@intel.com>
9765
9766 * gdb.btrace/nohist.exp: New.
9767
8b696e31
YQ
97682014-05-20 Yao Qi <yao@codesourcery.com>
9769
9770 * lib/gdb.exp (gdb_init): Set timeout if test file is under
9771 gdb.reverse directory and gdb_reverse_timeout exists in board
9772 setting.
9773 * README: Document gdb_reverse_timeout.
9774
73c9764f
YQ
97752014-05-20 Yao Qi <yao@codesourcery.com>
9776
9777 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
9778 'test_file_name'. Treat args as a string instead of a list.
9779 (gdb_init): Rename argument 'args' by 'test_file_name'.
9780
f1f4348a
JK
97812014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9782
9783 * gdb.arch/powerpc-power.exp: New file.
9784 * gdb.arch/powerpc-power.s: New file.
9785
0dbe70ce
DE
97862014-05-16 Doug Evans <dje@google.com>
9787
9788 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
9789 * gdb.base/completion.exp: Check that all expected files exist
9790 before doing file completion.
0dbe70ce 9791
8d551b02
DE
97922014-05-16 Doug Evans <dje@google.com>
9793
9794 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
9795 Update.
9796 (do_syscall_tests_without_xml): Update.
9797
73eb7709
PA
97982014-05-16 Pedro Alves <palves@redhat.com>
9799
9800 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
9801 instead of "unknown output after running".
9802
3fae92fc
YQ
98032014-05-16 Yao Qi <yao@codesourcery.com>
9804
9805 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
9806 file1.txt from host at the end.
9807 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
9808
c2b2ccc5
DE
98092014-05-15 Doug Evans <dje@google.com>
9810
9811 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
9812 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
9813 loading file. Add test for TU lookup.
9814
8c217a4b
SM
98152014-05-15 Simon Marchi <simon.marchi@ericsson.com>
9816
9817 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
9818 calling "-exec-arguments" or "set args" before running the
9819 inferior.
9820
3deb39c6
SM
98212014-05-15 Simon Marchi <simon.marchi@ericsson.com>
9822
9823 * lib/mi-support.exp (mi_expect_stop): Expect message for
9824 inferiors that exit with non-zero exit code.
9825
71a79f8c
YQ
98262014-05-14 Yao Qi <yao@codesourcery.com>
9827
9828 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
9829 match absolute path on remote host.
9830 (test_file_list_exec_source_files): Remove "/" from the
9831 pattern.
9832
f23fcd46
YQ
98332014-05-14 Yao Qi <yao@codesourcery.com>
9834
9835 * boards/local-remote-host-notty.exp (${board}_file): New
9836 proc.
9837
9404b58f
KM
98382014-05-07 Kyle McMartin <kyle@redhat.com>
9839
9840 Pushed by Joel Brobecker <brobecker@adacore.com>.
9841 * gdb.arch/aarch64-atomic-inst.c: New file.
9842 * gdb.arch/aarch64-atomic-inst.exp: New file.
9843
5e45f04c
YQ
98442014-05-07 Yao Qi <yao@codesourcery.com>
9845
9846 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
9847 in current context" too.
9848
c888a17d
KS
98492014-05-05 Keith Seitz <keiths@redhat.com>
9850
9851 * gdb.linespec/ls-dollar.exp: Add test for linespec
9852 file:convenience_variable.
9853
290a839c
YQ
98542014-05-05 Yao Qi <yao@codesourcery.com>
9855
9856 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
9857 traceframes into tfile and ctf trace files. Read data from
9858 trace file and test collected data.
9859 (gdb_collect_locals_test): Likewise.
9860 (gdb_unavailable_registers_test): Likewise.
9861 (gdb_unavailable_floats): Likewise.
9862 (gdb_collect_globals_test): Likewise.
9863 (top-level): Append "ctf" to trace_file_targets if GDB
9864 supports.
9865
b5262cd0
YQ
98662014-05-05 Yao Qi <yao@codesourcery.com>
9867
9868 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
9869 code to ...
9870 (gdb_collect_args_test_1): ... it. New proc.
9871 (gdb_collect_locals_test): Move some code to ...
9872 (gdb_collect_locals_test_1): ... it. New proc.
9873 (gdb_unavailable_registers_test): Move some code to ...
9874 (gdb_unavailable_registers_test_1): ... it. New proc.
9875 (gdb_unavailable_floats): Move some code to ...
9876 (gdb_unavailable_floats_1): ... it. New proc.
9877
30a1e6cc
SDJ
98782014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
9879
9880 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
9881 probes to test for bitness recognition.
9882 * gdb.arch/amd64-stap-optional-prefix.exp
9883 (test_probe_value_without_reg): New procedure.
9884 Add code to test for different kinds of bitness.
9885
f33da99a
SDJ
98862014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
9887
9888 PR breakpoints/16889
9889 * gdb.arch/amd64-stap-optional-prefix.S: New file.
9890 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9891
5b80f00d
PA
98922014-05-01 Pedro Alves <palves@redhat.com>
9893
9894 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
9895 gdb_file_cmd if no file is specified.
9896 * boards/native-extended-gdbserver.exp (gdb_load): Use the
9897 last_loaded_file to set the remote exec-file.
9898
f8c2a73c
PA
98992014-05-01 Pedro Alves <palves@redhat.com>
9900
9901 * boards/local-remote-host.exp: New file.
9902
be6e8ac7
PA
99032014-05-01 Pedro Alves <palves@redhat.com>
9904
9905 * boards/local-remote-host.exp: Rename to ...
9906 * boards/local-remote-host-notty.exp: ... this.
9907
cac0dc8f
JB
99082014-04-28 Joel Brobecker <brobecker@adacore.com>
9909
9910 * gdb.ada/dyn_arrayidx: New testcase.
9911
9730e6cc
YQ
99122014-04-26 Yao Qi <yao@codesourcery.com>
9913
9914 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
9915 and compute the length of function main. Save it in
9916 $main_length.
9917 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
9918 (top-level): Use gdb_compile to compile objects into
9919 executable and restart GDB. Remove invocation to
9920 prepare_for_testing.
9921
7ae1a6a6
PA
99222014-04-25 Simon Marchi <simon.marchi@ericsson.com>
9923 Pedro Alves <palves@redhat.com>
9924
9925 PR server/16255
9926 * gdb.multi/multi-attach.c: New file.
9927 * gdb.multi/multi-attach.exp: New file.
9928
4082afcc
PA
99292014-04-25 Pedro Alves <palves@redhat.com>
9930
9931 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
9932 user.
9933 (top level): Test that "set remote conditional-breakpoints-packet
9934 off" works as intended.
9935 * gdb.base/dprintf.exp: Test that "set remote
9936 breakpoint-commands-packet off" works as intended.
9937 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
9938 New function.
9939 (top level): Call it.
9940 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
9941 remote fast-tracepoints-packet off" works as intended.
9942 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
9943 * lib/gdb.exp (gdb_is_target_remote): ... here.
9944
2abc3f8d
DB
99452014-04-24 David Blaikie <dblaikie@gmail.com>
9946
9947 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
9948 ensure clang would not discard them.
9949 * gdb.base/gdbvars.c: Ditto.
9950 * gdb.base/memattr.c: Ditto.
9951 * gdb.base/whatis.c: Ditto.
9952 * gdb.python/py-prettyprint.c: Ditto.
9953 * gdb.trace/actions.c: Ditto.
9954 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
9955 ensure clang would not discard it.
9956
bfd39632
DB
99572014-04-24 David Blaikie <dblaikie@gmail.com>
9958
9959 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
9960 clang to emit the full definition of type required by the test
9961 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
9962
22842ff6
DB
99632014-04-24 David Blaikie <dblaikie@gmail.com>
9964
9965 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
9966 coax Clang into emitting the definition of the type.
9967 * gdb.cp/pr10728-x.h (y): Ditto.
9968 * gdb.cp/pr10728-y.cc (y): Ditto.
9969
c2e827ad
DB
99702014-04-24 David Blaikie <dblaikie@gmail.com>
9971
9972 * gdb.base/label.exp: XFAIL label related tests under Clang.
9973 * gdb.cp/cplabel.exp: Ditto.
9974 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
9975 under Clang those using labels.
9976
4c2d33e7
YQ
99772014-04-25 Yao Qi <yao@codesourcery.com>
9978
9979 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
9980 double_label.
9981 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
9982 partial_label and double_label.
9983
56083b99
DB
99842014-04-24 David Blaikie <dblaikie@gmail.com>
9985
9986 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
9987
25d4e99d
DB
99882014-04-24 David Blaikie <dblaikie@gmail.com>
9989
9990 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
9991 of the function to work across GCC and Clang.
9992 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
9993 pointer types (const void ** const V void **).
9994
01f9f808
MS
99952014-04-24 Michael Sturm <michael.sturm@mintel.com>
9996 Walfred Tedeschi <walfred.tedeschi@intel.com>
9997
9998 * Makefile.in (EXECUTABLES): Added i386-avx512.
9999 * gdb.arch/i386-avx512.c: New file.
10000 * gdb.arch/i386-avx512.exp: Likewise.
10001
4b48d439
KS
100022014-04-23 Keith Seitz <keiths@redhat.com>
10003
10004 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10005 (mi_make_breakpoint_table): New procedure.
10006 (mi_create_breakpoint): Use mi_make_breakpoint
10007 and return the result.
10008 (mi_make_breakpoint): New procedure.
10009 (mi_build_kv_pairs): New procedure.
10010
10011 * gdb.mi/mi-break.exp: Remove unused globals,
10012 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10013 All callers updated.
10014 * gdb.mi/mi-dprintf.exp: Use variable to track command
10015 number.
10016 Update all callers of mi_create_breakpoint and use
10017 mi_make_breakpoint_table.
10018 Remove any unused global variables.
10019 * gdb.mi/mi-nonstop.exp: Likewise.
10020 * gdb.mi/mi-nsintrall.exp: Likewise.
10021 * gdb.mi/mi-nsmoribund.exp: Likewise.
10022 * gdb.mi/mi-nsthrexec.exp: Likewise.
10023 * gdb.mi/mi-reverse.exp: Likewise.
10024 * gdb.mi/mi-simplerun.exp: Likewise.
10025 * gdb.mi/mi-stepn.exp: Likewise.
10026 * gdb.mi/mi-syn-frame.exp: Likewise.
10027 * gdb.mi/mi-until.exp: Likewise.
10028 * gdb.mi/mi-var-cp.exp: Likewise.
10029 * gdb.mi/mi-var-display.exp: Likewise.
10030 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10031 * gdb.mi/mi2-var-child.exp: Likewise.
10032 * gdb.mi/mi-vla-c99.exp: Likewise.
10033 * lib/mi-support.exp: Likewise.
10034
10035 From Ian Lance Taylor <iant@cygnus.com>:
10036 * lib/gdb.exp (parse_args): New procedure.
10037
08351840
PA
100382014-04-23 Pedro Alves <palves@redhat.com>
10039
10040 * gdb.base/break-unload-file.c: New file.
10041 * gdb.base/break-unload-file.exp: New file.
10042 * gdb.base/sym-file-lib.c (baz): New function.
10043 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10044 field.
10045 (load): Store the segment's mapped size.
10046 (unload): New function.
10047 (unload_shlib): New function.
10048 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10049 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10050 set a breakpoint at baz, and call it.
10051 * gdb.base/sym-file.exp: New tests for stale breakpoint
10052 instructions.
10053
076855f9
PA
100542014-04-23 Pedro Alves <palves@redhat.com>
10055
10056 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10057 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10058 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10059 * gdb.base/hbreak-unmapped.c: New file.
10060 * gdb.base/hbreak-unmapped.exp: New file.
10061 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10062 * lib/gdb.exp (gdb_is_target_remote): ... here.
10063
483805cf
PA
100642014-04-22 Pedro Alves <palves@redhat.com>
10065
10066 * gdb.base/consecutive-step-over.c: New file.
10067 * gdb.base/consecutive-step-over.exp: New file.
10068
06d97543
PA
100692014-04-22 Pedro Alves <palves@redhat.com>
10070
10071 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10072 instead of send_gdb/gdb_expect.
10073
b4429ea2
YQ
100742014-04-22 Yao Qi <yao@codesourcery.com>
10075
10076 * lib/trace-support.exp (generate_tracefile): New procedure.
10077 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10078 return 0.
10079 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10080 if generate_tracefile returns 1.
10081
51d48146
PA
100822014-04-18 Tom Tromey <palves@redhat.com>
10083 Pedro alves <tromey@redhat.com>
10084
10085 PR backtrace/15558
10086 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10087 with a backtrace limit.
10088 * gdb.python/py-frame-inline.exp: Test running to an inline
10089 function with a backtrace limit, and printing the newest frame.
10090 * gdb.python/py-frame-inline.c (main): Call f.
10091
bd1dce5f
MS
100922014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10093
10094 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10095
40d1a503
MS
100962014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10097
10098 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10099 Drop prefix from unsupported source file path.
10100
389b98f7
YQ
101012014-04-17 Yao Qi <yao@codesourcery.com>
10102
10103 * lib/gdb.exp (with_target_charset): New proc.
10104 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10105 with_target_charset.
10106 (test_print_strings): Likewise.
10107 (test_repeat_bytes): Likewise.
10108 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10109 for some tests.
10110
22869d73
KS
101112014-04-16 Keith Seitz <keiths@redhat.com>
10112
10113 PR gdb/15827
10114 * gdb.dwarf2/corrupt.c: New file.
10115 * gdb.dwarf2/corrupt.exp: New file.
10116
c4f87ca6
KS
101172014-04-16 Keith Seitz <keiths@redhat.com>
10118
10119 PR c++/16597
10120 * gdb.cp/namelessclass.cc: New file.
10121 * gdb.cp/namelessclass.exp: New file.
10122 * gdb.cp/namelessclass.S: New file.
10123
ab19de87
DE
101242014-04-16 Doug Evans <dje@google.com>
10125
10126 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10127 Add comment.
10128 (gdbserver_default_get_comm_port): New function.
10129 (gdbserver_start): Check if board file provided
10130 "gdbserver,get_comm_port" and use it if so.
10131 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10132 (gdb,socketport): Set to "stdio".
10133 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10134 (stdio_gdbserver_template): Delete.
10135 (${board}_get_remote_address): Update.
10136 (${board}_build_remote_cmd): Delete.
10137 (${board}_get_comm_port): New function.
10138 (${board}_spawn): Update.
10139 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10140 Delete.
10141 (${board}_get_remote_address): Update.
10142 (${board}_get_comm_port): New function.
10143
fc98a809
AB
101442014-04-16 Andrew Burgess <aburgess@broadcom.com>
10145
10146 * gdb.base/memattr.exp: Improve regexps to handle memory regions
10147 appearing in any order.
10148
87fd9e6e
DE
101492014-04-15 Doug Evans <dje@google.com>
10150
10151 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10152 uninitialized value of "description".
10153
099fc3ea
KS
101542014-04-15 Keith Seitz <keiths@redhat.com>
10155
10156 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10157 Remove unused globals.
10158 (test_running_the_program): Likewise.
10159 (test_controlled_execution): Likewise.
10160 (test_controlling_breakpoints): Likewise.
10161 (test_program_termination): Likewise.
10162
5da151d4
KS
101632014-04-15 Keith Seitz <keiths@redhat.com>
10164
10165 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10166 unused globals.
10167 (test_rbreak_creation_and_listing): Likewise.
10168 (test_ignore_count): Likewise.
10169 (test_error): Likewise.
10170
35e5d2f0
PA
101712014-04-15 Pedro Alves <palves@redhat.com>
10172
10173 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10174 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10175 sym-file-loader.c.
10176 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10177 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10178 to sym-file-loader.c.
10179 (struct library): Forward declare.
10180 (load_shlib, lookup_function): Change prototypes.
10181 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10182 (translate_offset): Remove declarations.
10183 (get_text_addr): New declaration.
10184 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10185 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10186 sym-file-loader.h.
10187 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10188 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10189 here from sym-file-loader.h.
10190 (struct library): New structure.
10191 (load_shlib, lookup_function): Change prototypes and adjust to
10192 work with a struct library.
10193 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10194 (translate_offset): Make static.
10195 (get_text_addr): New function.
10196 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10197
eb4c1710
PA
101982014-04-15 Pedro Alves <palves@redhat.com>
10199
10200 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
10201
2d1baf52
PA
102022014-04-15 Pedro Alves <palves@redhat.com>
10203
10204 * gdb.base/sym-file-loader.c: Include <limits.h>.
10205 (SELF_LINK): New define.
10206 (get_origin): New function.
10207 (load_shlib): Use it.
10208 * gdb.base/sym-file.exp: Don't early return if the target is
10209 remote. Use runto_main, and issue fail is that fails. Use
10210 gdb_load_shlibs.
10211 (shlib_name): Delete.
10212 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
10213
7dd6df01
PA
102142014-04-15 Pedro Alves <palves@redhat.com>
10215
10216 * gdb.base/sym-file.exp: Remove regex characters from test
10217 message. Don't refer to breakpoint numbers in test messages.
10218
b50c8614
KS
102192014-04-14 Keith Seitz <keiths@redhat.com>
10220
10221 PR c++/16253
10222 * gdb.cp/var-tag.cc: New file.
10223 * gdb.cp/var-tag.exp: New file.
10224 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10225 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10226 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10227 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10228
3d567982
TT
102292014-04-14 Tom Tromey <tromey@redhat.com>
10230
10231 * gdb.cp/classes.exp (test_enums): Handle underlying type.
10232 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10233 type.
10234 * gdb.cp/enum-class.exp: New file.
10235 * gdb.cp/enum-class.cc: New file.
10236
0626fc76
TT
102372014-04-14 Tom Tromey <tromey@redhat.com>
10238
10239 * gdb.dwarf2/enum-type.exp: New file.
10240
dca325b3
SA
102412014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10242
10243 * gdb.mi/mi-vla-c99.exp: New file.
10244 * gdb.mi/vla.c: New file.
10245
5854b38a
SA
102462014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10247
10248 * gdb.base/vla-datatypes.c: New file.
10249 * gdb.base/vla-datatypes.exp: New file.
10250
463bb957
SA
102512014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10252
10253 * gdb.base/vla-ptr.c: New file.
10254 * gdb.base/vla-ptr.exp: New file.
10255
3dd170be
SA
102562014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10257
10258 * gdb.dwarf2/count.exp: New file.
10259
5ecaaa66
SA
102602014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10261
10262 * gdb.base/vla-sideeffect.c: New file.
10263 * gdb.base/vla-sideeffect.exp: New file.
10264
41f1ada5
DB
102652014-04-14 David Blaikie <dblaikie@gmail.com>
10266
10267 * gdb.mi/non-stop.c: Add return value for non-void function return
10268 statement.
10269 * gdb.threads/staticthreads.c: Ditto.
10270
0be03e84
DE
102712014-04-12 Siva Chandra Reddy <sivachandra@google.com>
10272 Doug Evans <xdje42@gmail.com>
10273
10274 * gdb.guile/scm-value.c: Improve test case.
10275 * gdb.guile/scm-value.exp: Add new test.
10276
f180a1fb
DB
102772014-04-11 David Blaikie <dblaikie@gmail.com>
10278
10279 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
10280 override Clang's default.
10281
6b662e19
JB
102822014-04-11 Joel Brobecker <brobecker@adacore.com>
10283
10284 Revert the following changes (regressions):
10285
10286 * gdb.base/vla-sideeffect.c: New file.
10287 * gdb.base/vla-sideeffect.exp: New file.
10288
10289 * gdb.dwarf2/count.exp: New file.
10290
10291 * gdb.base/vla-multi.c: New file.
10292 * gdb.base/vla-multi.exp: New file.
10293
10294 * gdb.base/vla-ptr.c: New file.
10295 * gdb.base/vla-ptr.exp: New file.
10296
10297 * gdb.base/vla-datatypes.c: New file.
10298 * gdb.base/vla-datatypes.exp: New file.
10299
10300 * gdb.mi/mi-vla-c99.exp: New file.
10301 * gdb.mi/vla.c: New file.
10302
245a5f0b
KS
103032014-04-11 Keith Seitz <keiths@redhat.com>
10304
10305 PR c++/16675
10306 * gdb.cp/cpsizeof.exp: New file.
10307 * gdb.cp/cpsizeof.cc: New file.
10308
58a84dcf
SA
103092014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10310
191a8a90
JB
10311 * gdb.mi/mi-vla-c99.exp: New file.
10312 * gdb.mi/vla.c: New file.
58a84dcf 10313
c8655f75
SA
103142014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10315
10316 * gdb.base/vla-datatypes.c: New file.
10317 * gdb.base/vla-datatypes.exp: New file.
10318
024e13b4
SA
103192014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10320
10321 * gdb.base/vla-ptr.c: New file.
10322 * gdb.base/vla-ptr.exp: New file.
10323
1a237e0e
SA
103242014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10325
10326 * gdb.base/vla-multi.c: New file.
10327 * gdb.base/vla-multi.exp: New file.
10328
504f3432
SA
103292014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10330
10331 * gdb.dwarf2/count.exp: New file.
10332
3bce8237
SA
103332014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10334
191a8a90
JB
10335 * gdb.base/vla-sideeffect.c: New file.
10336 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 10337
322f9c21
YQ
103382014-04-11 Yao Qi <yao@codesourcery.com>
10339
10340 * gdb.base/completion.exp: Check file exists before running tests
10341 on file completion.
10342
d708bcd1
PA
103432014-04-10 Pedro Alves <palves@redhat.com>
10344
10345 * gdb.base/cond-eval-mode.c: New file.
10346 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
10347 prepare_for_testing to build the new file. Check result of
10348 runto_main.
10349 (test_break, test_watch): New procedures.
10350 (top level): Use them.
10351
ae1d2761
PM
103522014-04-08 Pierre Muller <muller@sourceware.org>
10353
10354 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
10355 Ctrl-V use for mingw hosts.
10356
7af389b8
SC
103572014-04-07 Siva Chandra Reddy <sivachandra@google.com>
10358
10359 * gdb.python/py-value.c: Improve test case.
10360 * gdb.python/py-value.exp: Add new test.
10361
5e703181
DE
103622014-04-07 David Blaikie <dblaikie@gmail.com>
10363
10364 * lib/compiler.c: Identify the clang compiler.
10365 * lib/compiler.cc: Ditto.
10366
9810b410
YQ
103672014-04-03 Yao Qi <yao@codesourcery.com>
10368
10369 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
10370
98d1b8dc
AB
103712014-04-01 Anton Blanchard <anton@samba.org>
10372
10373 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
10374 messages unique.
10375
3114cea1
AB
103762014-04-01 Anton Blanchard <anton@samba.org>
10377
10378 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
10379 prepare_for_testing.
10380
62f7182c
AB
103812014-04-01 Anton Blanchard <anton@samba.org>
10382
10383 * gdb.arch/ppc64-atomic-inst.c: Remove.
10384 * gdb.arch/ppc64-atomic-inst.S: New file.
10385 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
10386
770e7fc7
DE
103872014-03-31 Doug Evans <dje@google.com>
10388
10389 * gdb.base/print-symbol-loading-lib.c: New file.
10390 * gdb.base/print-symbol-loading-main.c: New file.
10391 * gdb.base/print-symbol-loading.exp: New file.
10392
46e2bafa
YQ
103932014-03-31 Yao Qi <yao@codesourcery.com>
10394
10395 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
10396
8776cfe9
JB
103972014-03-28 Joel Brobecker <brobecker@adacore.com>
10398
10399 * gdb.ada/mi_dyn_arr: New testcase.
10400
5d1ef361
DE
104012014-03-27 Doug Evans <dje@google.com>
10402
10403 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
10404
b5bee914
YQ
104052014-03-27 Yao Qi <yao@codesourcery.com>
10406
10407 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
10408 if target is nios2-*-*.
10409
0d4d0e77
YQ
104102014-03-26 Yao Qi <yao@codesourcery.com>
10411
10412 * lib/gdb.exp (readline_is_used): New proc.
10413 * gdb.base/completion.exp: Move tests on command complete up.
10414 Skip the rest of tests if readline is not used.
10415 * gdb.ada/complete.exp: Skp the test if readline is not
10416 used.
10417 * gdb.base/filesym.exp: Likewise.
10418 * gdb.base/macscp.exp: Likewise.
10419 * gdb.base/readline-ask.exp: Likewise.
10420 * gdb.base/readline.exp: Likewise.
10421 * gdb.python/py-cmd.exp: Likewise.
10422 * gdb.trace/tfile.exp: Likewise.
10423
29361eee
YQ
104242014-03-26 Yao Qi <yao@codesourcery.com>
10425
10426 * gdb.base/macscp.exp: Fix code format issues.
10427
bc9a5525
UW
104282014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
10429
10430 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
10431 * gdb.asm/powerpc64le.inc: New file.
10432
d3839ede
PA
104332014-03-25 Pedro Alves <palves@redhat.com>
10434 Doug Evans <dje@google.com>
10435
10436 * gdb.base/source-execution.c: New file.
10437 * gdb.base/source-execution.exp: New file.
10438 * gdb.base/source-execution.gdb: New file.
10439
01672a57
DE
104402014-03-24 Doug Evans <dje@google.com>
10441
10442 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
10443 using fission.
10444
88bbeca9
HZ
104452014-03-24 Hui Zhu <hui@codesourcery.com>
10446 Pedro Alves <palves@redhat.com>
10447
10448 PR breakpoints/16101
10449 * gdb.base/dprintf.exp: Use unsupported rather than changing the
10450 test pass/fail messages. Detect missing support for dprintf when
10451 breakpoints are actually inserted.
10452 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
10453 breakpoints are actually inserted.
10454 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
10455 fails.
10456
d2348791
JK
104572014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10458
10459 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
10460
feef67ab
DE
104612014-03-22 Doug Evans <xdje42@gmail.com>
10462
10463 * gdb.python/python.exp (python not supported): Verify multi-line
10464 python command issues an error.
25d743f9 10465 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 10466 guile command issues an error.
feef67ab 10467
ecebef6a
MR
104682014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
10469
10470 * gdb.threads/thread-specific.exp: Handle the lack of usable
10471 $this_breakpoint and $this_thread.
10472
ccdd1909
HZ
104732014-03-21 Hui Zhu <hui@codesourcery.com>
10474
10475 * gdb.base/attach.exp (do_command_attach_tests): New.
10476
beb460e8
PA
104772014-03-20 Tom Tromey <tromey@redhat.com>
10478 Pedro Alves <palves@redhat.com>
10479
10480 PR cli/15718
10481 * gdb.base/condbreak-call-false.c: New file.
10482 * gdb.base/condbreak-call-false.exp: New file.
10483
40acf43a
PA
104842014-03-20 Pedro Alves <palves@redhat.com>
10485
10486 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
10487 Delete.
10488 (block_signals, unblock_signals): Delete.
10489 (child_function_2, main): Remove references to deleted variable
10490 and functions.
10491
9f5e1e02
PA
104922014-03-20 Pedro Alves <palves@redhat.com>
10493
10494 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
10495 Use pthread_kill to signal thread 2.
10496 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10497 Adjust to make the test send itself a signal rather than using the
10498 host's "kill" command.
10499
99619bea
PA
105002014-03-20 Pedro Alves <palves@redhat.com>
10501
10502 * gdb.threads/multiple-step-overs.c: New file.
10503 * gdb.threads/multiple-step-overs.exp: New file.
10504 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10505 Adjust expected infrun debug output.
10506
2adfaa28
PA
105072014-03-20 Pedro Alves <palves@redhat.com>
10508
10509 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
10510 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
10511
31e77af2
PA
105122014-03-20 Pedro Alves <palves@redhat.com>
10513
10514 PR breakpoints/7143
10515 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
10516 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
10517 of gdb_test_multiple.
10518 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
10519 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
10520
b9f437de
PA
105212014-03-20 Pedro Alves <palves@redhat.com>
10522
10523 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
10524 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
10525
05adc73e
PA
105262014-03-19 Pedro Alves <palves@redhat.com>
10527
10528 * gdb.base/async.exp: Remove early return.
10529
6048b950
PA
105302014-03-19 Pedro Alves <palves@redhat.com>
10531
10532 * gdb.base/async.exp (step& tests): Pass explicit test messages.
10533
8bcfb00a
PA
105342014-03-19 Pedro Alves <palves@redhat.com>
10535
10536 * gdb.base/async.exp (test_background): Expect \r\n after
10537 "completed." in the fail pattern.
10538
884e37dc
PA
105392014-03-19 Pedro Alves <palves@redhat.com>
10540
10541 * gdb.base/async.exp (test_background): New procedure.
10542 Use it for all background execution command tests.
10543
148e57e2
PA
105442014-03-19 Pedro Alves <palves@redhat.com>
10545
10546 * gdb.base/async.exp: Use prepare_for_testing.
10547
f48088c7
PA
105482014-03-19 Pedro Alves <palves@redhat.com>
10549
10550 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
10551 the same line.
10552
e2f6c966
PA
105532014-03-19 Pedro Alves <palves@redhat.com>
10554
10555 * gdb.base/async.c (main): Add "jump here" and "until here" line
10556 marker comments.
10557 * gdb.base/async.exp (jump_here): New global.
10558 (jump& test): Use it.
10559 (until_here): New global.
10560 (until& test): Use it.
10561
c30568d4
PA
105622014-03-19 Pedro Alves <palves@redhat.com>
10563
10564 * gdb.base/async.exp: Don't frob gdb_protocol.
10565
0172b6a7
DE
105662014-03-18 Doug Evans <xdje42@gmail.com>
10567
10568 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
10569 Fix spelling of exec-done-display.
10570
06c868a8
JK
105712014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
10572
10573 PR gdb/15358
10574 * gdb.base/gdb-sigterm.c: New file.
10575 * gdb.base/gdb-sigterm.exp: New file.
10576
0c7e1a46
PA
105772014-03-18 Pedro Alves <palves@redhat.com>
10578
10579 PR gdb/13860
10580 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
10581 * lib/mi-support.exp (mi_expect_stop): Add special handling for
10582 solib-event.
10583
f7c77d93
JB
105842014-03-17 Joel Brobecker <brobecker@adacore.com>
10585
10586 * gdb.ada/pckd_arr_ren: New testcase.
10587
5a1e8c7a
DE
105882014-03-13 Doug Evans <xdje42@gmail.com>
10589
10590 PR guile/16612
10591 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
10592 collect after discarding symbols.
10593
350e1a76
DE
105942014-03-13 Ludovic Courtès <ludo@gnu.org>
10595 Doug Evans <xdje42@gmail.com>
10596
10597 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
10598 to history survives a gc.
10599
a69900ae
PA
106002014-03-13 Pedro Alves <palves@redhat.com>
10601
10602 * gdb.base/default.exp: Don't test "target procfs".
10603
5db9f0bd
PA
106042014-03-13 Pedro Alves <palves@redhat.com>
10605
10606 * gdb.base/default.exp: Update "target child" and "target procfs"
10607 tests to not expect "Unix".
10608
b3ccfe11
TT
106092014-03-12 Tom Tromey <tromey@redhat.com>
10610
10611 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
10612 New procs. Add target-async tests.
10613 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
10614 Add target-async tests.
10615
646f4417
AA
106162014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10617
10618 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
10619 'func_start' and 'func_end' for the beginning and end of the
10620 function code, respectively.
10621 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
10622 'func_end' instead of 'func' and 'main'.
10623
288c211f
AA
106242014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10625
10626 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
10627 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
10628 generate the debug info assembler source.
10629
e0c0f156
AA
106302014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10631
10632 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
10633 * gdb.dwarf2/arr-subrange.exp: Likewise.
10634 * gdb.dwarf2/dwz.exp: Likewise.
10635 * gdb.dwarf2/method-ptr.exp: Likewise.
10636 * gdb.dwarf2/missing-sig-type.exp: Likewise.
10637 * gdb.dwarf2/subrange.exp: Likewise.
10638 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
10639 * gdb.dwarf2/implptrpiece.exp: Likewise.
10640 * gdb.dwarf2/nostaticblock.exp: Likewise.
10641
0e5c4555
AA
106422014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10643
10644 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
10645 directory to absolute path name arguments.
10646
5ec18f2b
JG
106472014-03-10 Joel Brobecker <brobecker@adacore.com>
10648
10649 * gdb.ada/tagged_access: New testcase.
10650
847fc4f2
MM
106512014-03-07 Markus Metzger <markus.t.metzger@intel.com>
10652
10653 * gdb.btrace/data.exp: Update expected output.
10654
cc3da688
YQ
106552014-03-06 Yao Qi <yao@codesourcery.com>
10656
10657 * gdb.trace/pr16508.exp: New file.
10658
0f26cec1
PA
106592014-03-05 Pedro Alves <palves@redhat.com>
10660
10661 PR gdb/16575
10662 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
10663 procedure.
10664 (top level): Adjust to use it. Add tests that exercise breakpoint
10665 interaction with the code-cache.
10666
7a5a839f
LC
106672014-02-26 Ludovic Courtès <ludo@gnu.org>
10668
10669 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
10670 test for 'history-append!'.
10671
31aa7e4e
JB
106722014-02-26 Joel Brobecker <brobecker@adacore.com>
10673
10674 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
10675 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
10676 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
10677 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
10678 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
10679 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
10680
1b588015
JB
106812014-02-26 Joel Brobecker <brobecker@adacore.com>
10682
10683 * testsuite/gdb.python/py-pp-re-notag.c: New file.
10684 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
10685 * testsuite/gdb.python/py-pp-re-notag.p: New file.
10686
55426c9d
JB
106872014-02-26 Joel Brobecker <brobecker@adacore.com>
10688
10689 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
10690
dc53a7ad
JB
106912014-02-26 Joel Brobecker <brobecker@adacore.com>
10692
10693 * gdb.dwarf2/arr-stride.c: New file.
10694 * gdb.dwarf2/arr-stride.exp: New file.
10695
12ab52e9
PA
106962014-02-26 Pedro Alves <palves@redhat.com>
10697
10698 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
10699 that won't ever trigger. Make sure that GDB reports the correct
10700 breakpoint that caused the stop.
10701
849c862e
JK
107022014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10703
10704 PR gdb/16626
10705 * gdb.base/auto-load-script: New file.
10706 * gdb.base/auto-load.c: New file.
10707 * gdb.base/auto-load.exp: New file.
10708
71b7d793
JK
10709 PR gdb/16626
10710 * gdb.base/auto-load.exp: Fix out-of-srctree run.
10711
e2f0d509
JK
107122014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10713
10714 Fix dw2-icycle.exp -fsanitize=address GDB crash.
10715 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
10716
50cc37c8
DE
107172014-02-24 Doug Evans <dje@google.com>
10718
10719 * lib/gdb.exp (run_on_host): Log error output if program fails.
10720
ea4758f2
PA
107212014-02-21 Pedro Alves <palves@redhat.com>
10722
10723 * gdb.threads/step-after-sr-lock.c: Rename to ...
10724 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
10725 * gdb.threads/step-after-sr-lock.exp: Rename to ...
10726 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10727 ... this.
10728
d7b30f67
SDJ
107292014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
10730
10731 PR tdep/16397
10732 * gdb.arch/amd64-stap-special-operands.exp: New file.
10733 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
10734 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
10735 * gdb.arch/amd64-stap-triplet.S: Likewise.
10736 * gdb.arch/amd64-stap-triplet.c: Likewise.
10737
83deb43f
JB
107382014-02-20 Joel Brobecker <brobecker@adacore.com>
10739
10740 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
10741 in .section pseudo-op.
10742
adde2bff
DE
107432014-02-20 lin zuojian <manjian2006@gmail.com>
10744 Joel Brobecker <brobecker@adacore.com>
10745 Doug Evans <xdje42@gmail.com>
10746
10747 PR symtab/16581
10748 * gdb.dwarf2/dw2-icycle.S: New file.
10749 * gdb.dwarf2/dw2-icycle.c: New file.
10750 * gdb.dwarf2/dw2-icycle.exp: New file.
10751
f7bd0f78
SC
107522014-02-19 Siva Chandra Reddy <sivachandra@google.com>
10753
10754 * gdb.python/py-value-cc.cc: Improve test case to enable testing
10755 operations on gdb.Value objects.
10756 * gdb.python/py-value-cc.exp: Add new test to test operations on
10757 gdb.Value objects.
10758
c17ef0d5
DE
107592014-02-18 Doug Evans <dje@google.com>
10760
10761 * Makefile.in (TESTS): New variable.
10762 (expanded_tests, expanded_tests_or_none): New variables
10763 (check-single): Pass $(expanded_tests_or_none) to runtest.
10764 (check-parallel): Only run tests in $(TESTS) if non-empty.
10765 (check/no-matching-tests-found): New rule.
10766 * README: Document TESTS makefile variable.
10767
5dd3176f
DE
107682014-02-18 Doug Evans <dje@google.com>
10769
10770 * Makefile.in (check-parallel): rm -rf outputs temp.
10771
0b10be4f
JK
107722014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10773
10774 Fix "ERROR: no fileid for" in the testsuite.
10775 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
10776
85f224e7
DE
107772014-02-12 Doug Evans <dje@google.com>
10778
10779 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
10780 (MISCELLANEOUS): New variable.
10781 (clean): rm -rf $(MISCELLANEOUS).
10782 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
10783 dwp live in the same directory as symlinks, with each symlink pointed
10784 to a differently named file in a different directory.
10785
149b30ff
DE
107862014-02-11 Doug Evans <dje@google.com>
10787
10788 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
10789 of Tcl file commands.
10790
1dfdac32
MK
107912014-02-10 Mark Kettenis <kettenis@gnu.org>
10792
10793 * gdb.threads/step-after-sr-lock.exp: Avoid executing
10794 "kill -SIGUSR1 -1".
10795
aa4fb036
JB
107962014-02-10 Joel Brobecker <brobecker@adacore.com>
10797
10798 * gdb.ada/tick_length_array_enum_idx: New testcase.
10799
ed3ef339
DE
108002014-02-10 Doug Evans <xdje42@gmail.com>
10801
10802 * configure.ac (AC_OUTPUT): Add gdb.guile.
10803 * configure: Regenerate.
10804 * lib/gdb-guile.exp: New file.
10805 * lib/gdb.exp (get_target_charset): New function.
10806 * gdb.base/help.exp: Update expected output from "apropos apropos".
10807 * gdb.guile/Makefile.in: New file.
10808 * gdb.guile/guile.exp: New file.
10809 * gdb.guile/scm-arch.c: New file.
10810 * gdb.guile/scm-arch.exp: New file.
10811 * gdb.guile/scm-block.c: New file.
10812 * gdb.guile/scm-block.exp: New file.
10813 * gdb.guile/scm-breakpoint.c: New file.
10814 * gdb.guile/scm-breakpoint.exp: New file.
10815 * gdb.guile/scm-disasm.c: New file.
10816 * gdb.guile/scm-disasm.exp: New file.
10817 * gdb.guile/scm-equal.c: New file.
10818 * gdb.guile/scm-equal.exp: New file.
10819 * gdb.guile/scm-error.exp: New file.
10820 * gdb.guile/scm-error.scm: New file.
10821 * gdb.guile/scm-frame-args.c: New file.
10822 * gdb.guile/scm-frame-args.exp: New file.
10823 * gdb.guile/scm-frame-args.scm: New file.
10824 * gdb.guile/scm-frame-inline.c: New file.
10825 * gdb.guile/scm-frame-inline.exp: New file.
10826 * gdb.guile/scm-frame.c: New file.
10827 * gdb.guile/scm-frame.exp: New file.
10828 * gdb.guile/scm-generics.exp: New file.
10829 * gdb.guile/scm-gsmob.exp: New file.
10830 * gdb.guile/scm-iterator.c: New file.
10831 * gdb.guile/scm-iterator.exp: New file.
10832 * gdb.guile/scm-math.c: New file.
10833 * gdb.guile/scm-math.exp: New file.
10834 * gdb.guile/scm-objfile-script-gdb.in: New file.
10835 * gdb.guile/scm-objfile-script.c: New file.
10836 * gdb.guile/scm-objfile-script.exp: New file.
10837 * gdb.guile/scm-objfile.c: New file.
10838 * gdb.guile/scm-objfile.exp: New file.
10839 * gdb.guile/scm-ports.exp: New file.
10840 * gdb.guile/scm-pretty-print.c: New file.
10841 * gdb.guile/scm-pretty-print.exp: New file.
10842 * gdb.guile/scm-pretty-print.scm: New file.
10843 * gdb.guile/scm-section-script.c: New file.
10844 * gdb.guile/scm-section-script.exp: New file.
10845 * gdb.guile/scm-section-script.scm: New file.
10846 * gdb.guile/scm-symbol.c: New file.
10847 * gdb.guile/scm-symbol.exp: New file.
10848 * gdb.guile/scm-symtab-2.c: New file.
10849 * gdb.guile/scm-symtab.c: New file.
10850 * gdb.guile/scm-symtab.exp: New file.
10851 * gdb.guile/scm-type.c: New file.
10852 * gdb.guile/scm-type.exp: New file.
10853 * gdb.guile/scm-value-cc.cc: New file.
10854 * gdb.guile/scm-value-cc.exp: New file.
10855 * gdb.guile/scm-value.c: New file.
10856 * gdb.guile/scm-value.exp: New file.
10857 * gdb.guile/source2.scm: New file.
10858 * gdb.guile/types-module.cc: New file.
10859 * gdb.guile/types-module.exp: New file.
10860
7026a7c1
YQ
108612014-02-10 Yao Qi <yao@codesourcery.com>
10862
10863 PR testsuite/16543
10864 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
10865 * configure: Regenerated.
10866 * Makefile.in: New file.
10867
6c466447
AS
108682014-02-08 Andreas Schwab <schwab@linux-m68k.org>
10869
10870 * gdb.python/py-framefilter.exp: Fix typo.
10871
6e854735
YQ
108722014-02-08 Yao Qi <yao@codesourcery.com>
10873
10874 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
10875 that no =breakpoint-modified is emitted when breakpoints are
10876 modified through MI commands.
10877
d137e6dc
PA
108782014-02-07 Pedro Alves <pedro@codesourcery.com>
10879 Pedro Alves <palves@redhat.com>
10880
10881 * gdb.threads/step-after-sr-lock.c: New file.
10882 * gdb.threads/step-after-sr-lock.exp: New file.
10883
b5ee5a50
PA
108842014-02-07 Pedro Alves <palves@redhat.com>
10885
10886 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
10887
3c77faf3
JK
108882014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10889
10890 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
10891 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
10892
6dddc817
DE
108932014-02-06 Doug Evans <xdje42@gmail.com>
10894
10895 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
10896 output.
10897
10898 * gdb.gdb/python-interrupts.exp: New file.
10899
de7b2893
YQ
109002014-02-05 Yao Qi <yao@codesourcery.com>
10901
10902 * gdb.trace/report.exp (use_collected_data): Test the output
10903 of "info threads" and "info inferiors".
10904
66d032ac
YQ
109052014-02-05 Yao Qi <yao@codesourcery.com>
10906
10907 Revert this patch:
10908
10909 2013-05-24 Yao Qi <yao@codesourcery.com>
10910
10911 * gdb.trace/tfile.exp: Test inferior and thread.
10912
591a12a1
UW
109132014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
10914
10915 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
10916 on a function.
10917 * gdb.base/step-bt.c: Call hello via function pointer to make
10918 sure its first instruction is executed on powerpc64le-linux.
10919
0ff3e01f
UW
109202014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
10921
10922 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
10923
084ee545
UW
109242014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
10925
10926 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
10927 of the test patterns for use on little-endian systems.
10928
6ed14ff3
UW
109292014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
10930
10931 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
10932 (decimal_vector): Fix for little-endian.
10933
401e27fd
JM
109342014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
10935
10936 * gdb.arch/sparc-sysstep.exp: New file.
10937 * gdb.arch/sparc-sysstep.c: Likewise.
10938
10939 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
10940
8b924729
EBM
109412014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10942
10943 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
10944
fb151210
JB
109452014-01-23 Tom Tromey <tromey@redhat.com>
10946
10947 * gdb.ada/array_char_idx: New testcase.
10948
0740f8d8
TT
109492014-01-23 Tom Tromey <tromey@redhat.com>
10950
10951 PR python/16487:
10952 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
10953 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
10954 classes.
10955
21909fa1
TT
109562014-01-23 Tom Tromey <tromey@redhat.com>
10957
10958 PR python/16491:
10959 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
10960 string from an inferior frame.
10961 * gdb.python/py-framefilter-mi.exp: Update.
10962
87ce2a04
DE
109632014-01-22 Doug Evans <dje@google.com>
10964
10965 * gdb.server/server-mon.exp: Add tests for "set debug-format".
10966
237b092b
AA
109672014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
10968
10969 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
10970
d674a709
AA
109712014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
10972
10973 * gdb.trace/entry-values.exp: Remove excess space character from
10974 regex patterns. Handle s390 call instruction.
10975
20fa3390
AA
109762014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
10977
10978 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
10979 define "*_start" label. Make "name" static.
10980 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
10981 ${name} by references to ${name}_start.
10982
78466714
AA
109832014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
10984
10985 * gdb.base/info-macros.exp: Remove "debug" from the compile
10986 options.
10987
ec9f644a
IB
109882014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
10989
10990 * gdb.dlang/demangle.exp: New file.
10991
94b1b47e
IB
109922014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
10993
10994 * gdb.dlang/primitive-types.exp: New file.
10995
7f420862
IB
109962014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
10997
10998 * configure.ac: Create gdb.dlang/Makefile.
10999 * configure: Regenerate.
11000 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11001 * gdb.dlang/Makefile.in: New file.
11002 * lib/d-support.exp: New file.
11003 * lib/gdb.exp (skip_d_tests): New proc.
11004
52834460
MM
110052014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11006
11007 * gdb.btrace/delta.exp: Check reverse stepi.
11008 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11009 * gdb.btrace/finish.exp: New.
11010 * gdb.btrace/next.exp: New.
11011 * gdb.btrace/nexti.exp: New.
11012 * gdb.btrace/record_goto.c: Add comments.
11013 * gdb.btrace/step.exp: New.
11014 * gdb.btrace/stepi.exp: New.
11015 * gdb.btrace/multi-thread-step.c: New.
11016 * gdb.btrace/multi-thread-step.exp: New.
11017 * gdb.btrace/rn-dl-bind.c: New.
11018 * gdb.btrace/rn-dl-bind.exp: New.
11019 * gdb.btrace/data.c: New.
11020 * gdb.btrace/data.exp: New.
11021 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11022
6e07b1d2
MM
110232014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11024
11025 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11026 * gdb.btrace/exception.exp: Update.
11027 * gdb.btrace/instruction_history.exp: Update.
11028 * gdb.btrace/record_goto.exp: Update.
11029 * gdb.btrace/tailcall.exp: Update.
11030 * gdb.btrace/unknown_functions.exp: Update.
11031 * gdb.btrace/delta.exp: New.
11032
0b722aec
MM
110332014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11034
11035 * gdb.btrace/record_goto.exp: Add backtrace test.
11036 * gdb.btrace/tailcall.exp: Add backtrace test.
11037
066ce621
MM
110382014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11039
11040 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11041 * gdb.btrace/record_goto.c: New.
11042 * gdb.btrace/record_goto.exp: New.
11043 * gdb.btrace/x86-record_goto.S: New.
11044
0688d04e
MM
110452014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11046
11047 * gdb.btrace/function_call_history.exp: Update tests.
11048 * gdb.btrace/instruction_history.exp: Update tests.
11049
8710b709
MM
110502014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11051
11052 * gdb.btrace/function_call_history.exp: Fix expected field
11053 order for "record function-call-history".
11054 Add new tests for "record function-call-history /c".
11055 * gdb.btrace/exception.cc: New.
11056 * gdb.btrace/exception.exp: New.
11057 * gdb.btrace/tailcall.exp: New.
11058 * gdb.btrace/x86-tailcall.S: New.
11059 * gdb.btrace/x86-tailcall.c: New.
11060 * gdb.btrace/unknown_functions.c: New.
11061 * gdb.btrace/unknown_functions.exp: New.
11062 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11063
5de9129b
MM
110642014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11065
11066 * gdb.btrace/instruction_history.exp: Update.
11067 * gdb.btrace/function_call_history.exp: Update.
11068
23a7fe75
MM
110692014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11070
11071 * gdb.btrace/function_call_history.exp: Fix expected function
11072 trace.
11073 * gdb.btrace/instruction_history.exp: Initialize traced.
11074 Remove traced_functions.
11075
724c7dd8
MM
110762014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11077
11078 * gdb.btrace/function_call_history.exp: Update
11079 * gdb.btrace/instruction_history.exp: Update.
11080
6d78d93b
MM
110812014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11082
11083 * gdb.btrace/enable.exp: Update expected text.
11084
93a360cc
OJ
110852014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11086
11087 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11088 bytes.
11089
3772b53f
MR
110902014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11091
11092 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11093
596662fa
OJ
110942014-01-15 Omair Javaid <omair.javaid@linaro.org>
11095
11096 * lib/gdb.exp (supports_process_record): Return true for
11097 arm*-linux*. (supports_reverse): Likewise.
11098
b5b08fb4
SC
110992014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11100
11101 PR python/15464
11102 PR python/16113
11103 * gdb.python/py-type.c: Enhance test case.
11104 * gdb.python/py-value-cc.cc: Likewise
11105 * gdb.python/py-type.exp: Add new tests.
11106 * gdb.python/py-value-cc.exp: Likewise
11107
52d7fb13
AA
111082014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11109 Pedro Alves <palves@redhat.com>
11110
11111 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11112 Make "name" extern.
11113 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11114 references to ${name}_start by references to ${name}.
11115
a2cd8cfe
JB
111162014-01-10 Joel Brobecker <brobecker@adacore.com>
11117
11118 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11119
4e23fced
JB
111202014-01-10 Joel Brobecker <brobecker@adacore.com>
11121
11122 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11123
c6a9e42c
PA
111242014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
11125 Pedro Alves <palves@redhat.com>
11126
11127 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 11128 mi_gdb_target_load.
c6a9e42c 11129
b7ea362b
PA
111302014-01-08 Pedro Alves <palves@redhat.com>
11131
11132 * gdb.threads/reconnect-signal.c: New file.
11133 * gdb.threads/reconnect-signal.exp: New file.
11134
5e3f4fab
EBM
111352014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11136
11137 * gdb.base/source-dir.exp: New file.
11138
79301218
JB
111392014-01-07 Joel Brobecker <brobecker@adacore.com>
11140
11141 * gdb.ada/mi_interface: New testcase.
11142
8e355c5d
JB
111432014-01-07 Joel Brobecker <brobecker@adacore.com>
11144
11145 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11146 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11147 gdb.ada/pp-rec-component/pck.ads: New files.
11148
c0d48811
JB
111492014-01-07 Joel Brobecker <brobecker@adacore.com>
11150
11151 * gdb.python/py-pp-integral.c: New file.
11152 * gdb.python/py-pp-integral.py: New file.
11153 * gdb.python/py-pp-integral.exp: New file.
11154
17b609c3 11155For older changes see ChangeLog-1993-2013.
c906108c 11156\f
8d8cb839
EZ
11157;; Local Variables:
11158;; mode: change-log
11159;; left-margin: 8
11160;; fill-column: 74
11161;; version-control: never
11162;; End:
902f2ccb 11163
61baf725 11164 Copyright 2014-2017 Free Software Foundation, Inc.
902f2ccb
MC
11165 Copying and distribution of this file, with or without modification,
11166 are permitted provided the copyright notice and this notice are preserved.
This page took 2.822071 seconds and 4 git commands to generate.