]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Big-endian targets: Fix implptrpiece.exp
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
075beec0
AA
12017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2
3 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
4
bf5f525c
LM
52017-02-13 Luis Machado <lgustavo@codesourcery.com>
6
7 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8 (main): Call my_unique_function_name.
9 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
10 completion of patterns with a single match.
11 Add missing -re switches to gdb_test_multiple calls.
12
13a66184
LM
132017-02-13 Luis Machado <lgustavo@codesourcery.com>
14
15 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
16 return if core file is not recognized.
17
26a06916
SM
182017-02-10 Simon Marchi <simon.marchi@ericsson.com>
19
20 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
21 and extra UIs.
22
b761ca9e
SM
232017-02-10 Simon Marchi <simon.marchi@ericsson.com>
24
25 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
26 proc_with_prefix.
27
b964bee0
TT
282017-02-10 Tom Tromey <tom@tromey.com>
29
30 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
31
18da0c51
MG
322017-02-10 Martin Galvan <martingalvan@sourceware.org>
33
34 PR gdb/21122
35 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
36
604c4576
JG
372017-02-08 Jerome Guitton <guitton@adacore.com>
38
39 * gdb.base/define.exp: Add test for command abbreviations
40 in define.
41
20b477a7
LM
422017-02-06 Luis Machado <lgustavo@codesourcery.com>
43
44 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
45 * gdb.reverse/insn-reverse-x86.c: New file.
46
3f7b46f2
IR
472017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
48
49 PR tdep/20936
50 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
51
f0fd41c1
TT
522017-02-03 Tom Tromey <tom@tromey.com>
53
54 PR rust/21097:
55 * gdb.rust/simple.exp: Add new tests.
56
5be5dbf0
PA
572017-02-02 Pedro Alves <palves@redhat.com>
58
59 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
60 tests.
61
7346ef59
AA
622017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
63
64 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
65 taking a 2-byte value out of a 4-byte DWARF implicit value on
66 big-endian targets.
67 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
68 logic. Add test cases for DW_OP_implicit.
69
787f0025
MM
702017-02-01 Markus Metzger <markus.t.metzger@intel.com>
71
72 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
73
68777c29
MM
742017-02-01 Markus Metzger <markus.t.metzger@intel.com>
75
76 * gdb.btrace/enable.exp: Call gdb_exit before
77 skip_gdbserver_tests.
78
0a1c7e28
MM
792017-02-01 Markus Metzger <markus.t.metzger@intel.com>
80
81 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
82 GDBFLAGS.
83
b5ac99b0
MM
842017-02-01 Markus Metzger <markus.t.metzger@intel.com>
85
86 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
87 the test is skipped.
88 * gdb.btrace/data.exp: Likewise.
89 * gdb.btrace/delta.exp: Likewise.
90 * gdb.btrace/dlopen.exp: Likewise.
91 * gdb.btrace/enable-running.exp: Likewise.
92 * gdb.btrace/enable.exp: Likewise.
93 * gdb.btrace/exception.exp: Likewise.
94 * gdb.btrace/function_call_history.exp: Likewise.
95 * gdb.btrace/gcore.exp: Likewise.
96 * gdb.btrace/instruction_history.exp: Likewise.
97 * gdb.btrace/multi-thread-step.exp: Likewise.
98 * gdb.btrace/nohist.exp: Likewise.
99 * gdb.btrace/non-stop.exp: Likewise.
100 * gdb.btrace/reconnect.exp: Likewise.
101 * gdb.btrace/record_goto-step.exp: Likewise.
102 * gdb.btrace/record_goto.exp: Likewise.
103 * gdb.btrace/rn-dl-bind.exp: Likewise.
104 * gdb.btrace/segv.exp: Likewise.
105 * gdb.btrace/step.exp: Likewise.
106 * gdb.btrace/stepi.exp: Likewise.
107 * gdb.btrace/tailcall-only.exp: Likewise.
108 * gdb.btrace/tailcall.exp: Likewise.
109 * gdb.btrace/tsx.exp: Likewise.
110 * gdb.btrace/unknown_functions.exp: Likewise.
111 * gdb.btrace/vdso.exp: Likewise.
112
cd4007e4
MM
1132017-02-01 Markus Metzger <markus.t.metzger@intel.com>
114
115 * gdb.btrace/enable-running.c: New.
116 * gdb.btrace/enable-running.exp: New.
117
2735833d
WT
1182017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
119
120 * gdb.arch/amd64-gs_base.c: New file.
121 * gdb.arch/amd64-gs_base.exp: New file.
122
b51e1e94
LM
1232017-01-26 Luis Machado <lgustavo@codesourcery.com>
124
125 * lib/memory.exp: Remove spurious empty newlines.
126
72ca0410
SM
1272017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
128
129 * gdb.python/py-bad-printers.exp: Load python file using "source".
130 * gdb.python/py-events.exp: Likewise.
131 * gdb.python/py-evsignal.exp: Likewise.
132 * gdb.python/py-evthreads.exp: Likewise.
133 * gdb.python/py-frame-args.exp: Likewise.
134 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
135 * gdb.python/py-framefilter-mi.exp: Likewise.
136 * gdb.python/py-framefilter.exp: Likewise.
137 * gdb.python/py-mi.exp: Likewise.
138 * gdb.python/py-pp-maint.exp: Likewise.
139 * gdb.python/py-pp-registration.exp: Likewise.
140 * gdb.python/py-prettyprint.exp: Likewise.
141 (run_lang_tests): Likewise.
142 * gdb.python/py-typeprint.exp: Likewise.
143
e309aa65
LM
1442017-01-26 Luis Machado <lgustavo@codesourcery.com>
145
146 * lib/memory.exp: New file.
147 * lib/gdb.exp: Load memory.exp.
148 * gdb.base/memattr.exp (delete_memory): Move proc to
149 lib/memory.exp and rename to delete_memory_regions.
150 Replace delete_memory with delete_memory_regions.
151 Cleanup memory regions before tests.
152 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
153 before tests.
154
515aff23
LM
1552017-01-26 Luis Machado <lgustavo@codesourcery.com>
156
157 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
158 files.
159 (initialize): New function conditionally defined.
160 (testcases): Move within conditional block.
161 (main): Call initialize.
162 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
163 of gdb.reverse/insn-reverse.c.
164 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
165 gdb.reverse/insn-reverse.c.
166
d8b49cf0
YQ
1672017-01-26 Yao Qi <yao.qi@linaro.org>
168
169 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
170 disassemble on address 0.
171
f13a9a0c
YQ
1722017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
173 Yao Qi <yao.qi@linaro.org>
174
175 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
176 * gdb.dwarf2/implptr-64bit.S: Remove.
177 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
178 variables in caller's context. Add DW_OP_implicit_value.
179
5ac95241
YQ
1802017-01-25 Yao Qi <yao.qi@linaro.org>
181
182 * lib/dwarf.exp (Dwarf::_location): Handle
183 DW_OP_GNU_implicit_pointer with proper size.
184
23e82930
LM
1852017-01-20 Luis Machado <lgustavo@codesourcery.com>
186
187 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
188 and add untested calls.
189
d334ae25
LM
1902017-01-20 Luis Machado <lgustavo@codesourcery.com>
191
192 * gdb.python/python.exp: Check line number against what GDB thinks
193 the line number is for func1.
194
f5e6296e
IB
1952017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
196
197 * gdb.dlang/debug-expr.exp: New file.
198
5b362f04
LM
1992016-12-23 Luis Machado <lgustavo@codesourcery.com>
200
201 Fix test names for the following files:
202
203 * gdb.ada/exec_changed.exp
204 * gdb.ada/info_types.exp
205 * gdb.arch/aarch64-atomic-inst.exp
206 * gdb.arch/aarch64-fp.exp
207 * gdb.arch/altivec-abi.exp
208 * gdb.arch/altivec-regs.exp
209 * gdb.arch/amd64-byte.exp
210 * gdb.arch/amd64-disp-step.exp
211 * gdb.arch/amd64-dword.exp
212 * gdb.arch/amd64-entry-value-inline.exp
213 * gdb.arch/amd64-entry-value-param.exp
214 * gdb.arch/amd64-entry-value-paramref.exp
215 * gdb.arch/amd64-entry-value.exp
216 * gdb.arch/amd64-i386-address.exp
217 * gdb.arch/amd64-invalid-stack-middle.exp
218 * gdb.arch/amd64-invalid-stack-top.exp
219 * gdb.arch/amd64-optimout-repeat.exp
220 * gdb.arch/amd64-prologue-skip.exp
221 * gdb.arch/amd64-prologue-xmm.exp
222 * gdb.arch/amd64-stap-special-operands.exp
223 * gdb.arch/amd64-stap-wrong-subexp.exp
224 * gdb.arch/amd64-tailcall-cxx.exp
225 * gdb.arch/amd64-tailcall-noret.exp
226 * gdb.arch/amd64-tailcall-ret.exp
227 * gdb.arch/amd64-tailcall-self.exp
228 * gdb.arch/amd64-word.exp
229 * gdb.arch/arm-bl-branch-dest.exp
230 * gdb.arch/arm-disp-step.exp
231 * gdb.arch/arm-neon.exp
232 * gdb.arch/arm-single-step-kernel-helper.exp
233 * gdb.arch/avr-flash-qualifier.exp
234 * gdb.arch/disp-step-insn-reloc.exp
235 * gdb.arch/e500-abi.exp
236 * gdb.arch/e500-regs.exp
237 * gdb.arch/ftrace-insn-reloc.exp
238 * gdb.arch/i386-avx512.exp
239 * gdb.arch/i386-bp_permanent.exp
240 * gdb.arch/i386-byte.exp
241 * gdb.arch/i386-cfi-notcurrent.exp
242 * gdb.arch/i386-disp-step.exp
243 * gdb.arch/i386-dr3-watch.exp
244 * gdb.arch/i386-float.exp
245 * gdb.arch/i386-gnu-cfi.exp
246 * gdb.arch/i386-mpx-map.exp
247 * gdb.arch/i386-mpx-sigsegv.exp
248 * gdb.arch/i386-mpx-simple_segv.exp
249 * gdb.arch/i386-mpx.exp
250 * gdb.arch/i386-permbkpt.exp
251 * gdb.arch/i386-prologue.exp
252 * gdb.arch/i386-signal.exp
253 * gdb.arch/i386-size-overlap.exp
254 * gdb.arch/i386-unwind.exp
255 * gdb.arch/i386-word.exp
256 * gdb.arch/mips-fcr.exp
257 * gdb.arch/powerpc-d128-regs.exp
258 * gdb.arch/powerpc-stackless.exp
259 * gdb.arch/ppc64-atomic-inst.exp
260 * gdb.arch/s390-stackless.exp
261 * gdb.arch/s390-tdbregs.exp
262 * gdb.arch/s390-vregs.exp
263 * gdb.arch/sparc-sysstep.exp
264 * gdb.arch/thumb-bx-pc.exp
265 * gdb.arch/thumb-singlestep.exp
266 * gdb.arch/thumb2-it.exp
267 * gdb.arch/vsx-regs.exp
268 * gdb.asm/asm-source.exp
269 * gdb.base/a2-run.exp
270 * gdb.base/advance.exp
271 * gdb.base/all-bin.exp
272 * gdb.base/anon.exp
273 * gdb.base/args.exp
274 * gdb.base/arithmet.exp
275 * gdb.base/async-shell.exp
276 * gdb.base/async.exp
277 * gdb.base/attach-pie-noexec.exp
278 * gdb.base/attach-twice.exp
279 * gdb.base/auto-load.exp
280 * gdb.base/bang.exp
281 * gdb.base/bitfields.exp
282 * gdb.base/break-always.exp
283 * gdb.base/break-caller-line.exp
284 * gdb.base/break-entry.exp
285 * gdb.base/break-inline.exp
286 * gdb.base/break-on-linker-gcd-function.exp
287 * gdb.base/break-probes.exp
288 * gdb.base/break.exp
289 * gdb.base/breakpoint-shadow.exp
290 * gdb.base/call-ar-st.exp
291 * gdb.base/call-sc.exp
292 * gdb.base/call-signal-resume.exp
293 * gdb.base/call-strs.exp
294 * gdb.base/callfuncs.exp
295 * gdb.base/catch-fork-static.exp
296 * gdb.base/catch-gdb-caused-signals.exp
297 * gdb.base/catch-load.exp
298 * gdb.base/catch-signal-fork.exp
299 * gdb.base/catch-signal.exp
300 * gdb.base/catch-syscall.exp
301 * gdb.base/charset.exp
302 * gdb.base/checkpoint.exp
303 * gdb.base/chng-syms.exp
304 * gdb.base/code-expr.exp
305 * gdb.base/code_elim.exp
306 * gdb.base/commands.exp
307 * gdb.base/completion.exp
308 * gdb.base/complex.exp
309 * gdb.base/cond-expr.exp
310 * gdb.base/condbreak.exp
311 * gdb.base/consecutive.exp
312 * gdb.base/continue-all-already-running.exp
313 * gdb.base/coredump-filter.exp
314 * gdb.base/corefile.exp
315 * gdb.base/dbx.exp
316 * gdb.base/debug-expr.exp
317 * gdb.base/define.exp
318 * gdb.base/del.exp
319 * gdb.base/disabled-location.exp
320 * gdb.base/disasm-end-cu.exp
321 * gdb.base/disasm-optim.exp
322 * gdb.base/display.exp
323 * gdb.base/duplicate-bp.exp
324 * gdb.base/ena-dis-br.exp
325 * gdb.base/ending-run.exp
326 * gdb.base/enumval.exp
327 * gdb.base/environ.exp
328 * gdb.base/eu-strip-infcall.exp
329 * gdb.base/eval-avoid-side-effects.exp
330 * gdb.base/eval-skip.exp
331 * gdb.base/exitsignal.exp
332 * gdb.base/expand-psymtabs.exp
333 * gdb.base/filesym.exp
334 * gdb.base/find-unmapped.exp
335 * gdb.base/finish.exp
336 * gdb.base/float.exp
337 * gdb.base/foll-exec-mode.exp
338 * gdb.base/foll-exec.exp
339 * gdb.base/foll-fork.exp
340 * gdb.base/fortran-sym-case.exp
341 * gdb.base/freebpcmd.exp
342 * gdb.base/func-ptr.exp
343 * gdb.base/func-ptrs.exp
344 * gdb.base/funcargs.exp
345 * gdb.base/gcore-buffer-overflow.exp
346 * gdb.base/gcore-relro-pie.exp
347 * gdb.base/gcore-relro.exp
348 * gdb.base/gcore.exp
349 * gdb.base/gdb1090.exp
350 * gdb.base/gdb11530.exp
351 * gdb.base/gdb11531.exp
352 * gdb.base/gdb1821.exp
353 * gdb.base/gdbindex-stabs.exp
354 * gdb.base/gdbvars.exp
355 * gdb.base/hbreak.exp
356 * gdb.base/hbreak2.exp
357 * gdb.base/included.exp
358 * gdb.base/infcall-input.exp
359 * gdb.base/inferior-died.exp
360 * gdb.base/infnan.exp
361 * gdb.base/info-macros.exp
362 * gdb.base/info-os.exp
363 * gdb.base/info-proc.exp
364 * gdb.base/info-shared.exp
365 * gdb.base/info-target.exp
366 * gdb.base/infoline.exp
367 * gdb.base/interp.exp
368 * gdb.base/interrupt.exp
369 * gdb.base/jit-reader.exp
370 * gdb.base/jit-simple.exp
371 * gdb.base/kill-after-signal.exp
372 * gdb.base/kill-detach-inferiors-cmd.exp
373 * gdb.base/label.exp
374 * gdb.base/langs.exp
375 * gdb.base/ldbl_e308.exp
376 * gdb.base/line-symtabs.exp
377 * gdb.base/linespecs.exp
378 * gdb.base/list.exp
379 * gdb.base/long_long.exp
380 * gdb.base/longest-types.exp
381 * gdb.base/maint.exp
382 * gdb.base/max-value-size.exp
383 * gdb.base/memattr.exp
384 * gdb.base/mips_pro.exp
385 * gdb.base/morestack.exp
386 * gdb.base/moribund-step.exp
387 * gdb.base/multi-forks.exp
388 * gdb.base/nested-addr.exp
389 * gdb.base/nextoverexit.exp
390 * gdb.base/noreturn-finish.exp
391 * gdb.base/noreturn-return.exp
392 * gdb.base/nostdlib.exp
393 * gdb.base/offsets.exp
394 * gdb.base/opaque.exp
395 * gdb.base/pc-fp.exp
396 * gdb.base/permissions.exp
397 * gdb.base/print-symbol-loading.exp
398 * gdb.base/prologue-include.exp
399 * gdb.base/psymtab.exp
400 * gdb.base/ptype.exp
401 * gdb.base/random-signal.exp
402 * gdb.base/randomize.exp
403 * gdb.base/range-stepping.exp
404 * gdb.base/readline-ask.exp
405 * gdb.base/recpar.exp
406 * gdb.base/recurse.exp
407 * gdb.base/relational.exp
408 * gdb.base/restore.exp
409 * gdb.base/return-nodebug.exp
410 * gdb.base/return.exp
411 * gdb.base/run-after-attach.exp
412 * gdb.base/save-bp.exp
413 * gdb.base/scope.exp
414 * gdb.base/sect-cmd.exp
415 * gdb.base/set-lang-auto.exp
416 * gdb.base/set-noassign.exp
417 * gdb.base/setvar.exp
418 * gdb.base/sigall.exp
419 * gdb.base/sigbpt.exp
420 * gdb.base/siginfo-addr.exp
421 * gdb.base/siginfo-infcall.exp
422 * gdb.base/siginfo-obj.exp
423 * gdb.base/siginfo.exp
424 * gdb.base/signals-state-child.exp
425 * gdb.base/signest.exp
426 * gdb.base/sigstep.exp
427 * gdb.base/sizeof.exp
428 * gdb.base/skip.exp
429 * gdb.base/solib-corrupted.exp
430 * gdb.base/solib-nodir.exp
431 * gdb.base/solib-search.exp
432 * gdb.base/stack-checking.exp
433 * gdb.base/stale-infcall.exp
434 * gdb.base/stap-probe.exp
435 * gdb.base/start.exp
436 * gdb.base/step-break.exp
437 * gdb.base/step-bt.exp
438 * gdb.base/step-line.exp
439 * gdb.base/step-over-exit.exp
440 * gdb.base/step-over-syscall.exp
441 * gdb.base/step-resume-infcall.exp
442 * gdb.base/step-test.exp
443 * gdb.base/store.exp
444 * gdb.base/structs3.exp
445 * gdb.base/sym-file.exp
446 * gdb.base/symbol-without-target_section.exp
447 * gdb.base/term.exp
448 * gdb.base/testenv.exp
449 * gdb.base/ui-redirect.exp
450 * gdb.base/until.exp
451 * gdb.base/unwindonsignal.exp
452 * gdb.base/value-double-free.exp
453 * gdb.base/vla-datatypes.exp
454 * gdb.base/vla-ptr.exp
455 * gdb.base/vla-sideeffect.exp
456 * gdb.base/volatile.exp
457 * gdb.base/watch-cond-infcall.exp
458 * gdb.base/watch-cond.exp
459 * gdb.base/watch-non-mem.exp
460 * gdb.base/watch-read.exp
461 * gdb.base/watch-vfork.exp
462 * gdb.base/watchpoint-cond-gone.exp
463 * gdb.base/watchpoint-delete.exp
464 * gdb.base/watchpoint-hw-hit-once.exp
465 * gdb.base/watchpoint-hw.exp
466 * gdb.base/watchpoint-stops-at-right-insn.exp
467 * gdb.base/watchpoints.exp
468 * gdb.base/wchar.exp
469 * gdb.base/whatis-exp.exp
470 * gdb.btrace/buffer-size.exp
471 * gdb.btrace/data.exp
472 * gdb.btrace/delta.exp
473 * gdb.btrace/dlopen.exp
474 * gdb.btrace/enable.exp
475 * gdb.btrace/exception.exp
476 * gdb.btrace/function_call_history.exp
477 * gdb.btrace/gcore.exp
478 * gdb.btrace/instruction_history.exp
479 * gdb.btrace/nohist.exp
480 * gdb.btrace/reconnect.exp
481 * gdb.btrace/record_goto-step.exp
482 * gdb.btrace/record_goto.exp
483 * gdb.btrace/rn-dl-bind.exp
484 * gdb.btrace/segv.exp
485 * gdb.btrace/step.exp
486 * gdb.btrace/stepi.exp
487 * gdb.btrace/tailcall-only.exp
488 * gdb.btrace/tailcall.exp
489 * gdb.btrace/tsx.exp
490 * gdb.btrace/unknown_functions.exp
491 * gdb.btrace/vdso.exp
492 * gdb.compile/compile-ifunc.exp
493 * gdb.compile/compile-ops.exp
494 * gdb.compile/compile-print.exp
495 * gdb.compile/compile-setjmp.exp
496 * gdb.cp/abstract-origin.exp
497 * gdb.cp/ambiguous.exp
498 * gdb.cp/annota2.exp
499 * gdb.cp/annota3.exp
500 * gdb.cp/anon-ns.exp
501 * gdb.cp/anon-struct.exp
502 * gdb.cp/anon-union.exp
503 * gdb.cp/arg-reference.exp
504 * gdb.cp/baseenum.exp
505 * gdb.cp/bool.exp
506 * gdb.cp/breakpoint.exp
507 * gdb.cp/bs15503.exp
508 * gdb.cp/call-c.exp
509 * gdb.cp/casts.exp
510 * gdb.cp/chained-calls.exp
511 * gdb.cp/class2.exp
512 * gdb.cp/classes.exp
513 * gdb.cp/cmpd-minsyms.exp
514 * gdb.cp/converts.exp
515 * gdb.cp/cp-relocate.exp
516 * gdb.cp/cpcompletion.exp
517 * gdb.cp/cpexprs.exp
518 * gdb.cp/cplabel.exp
519 * gdb.cp/cplusfuncs.exp
520 * gdb.cp/cpsizeof.exp
521 * gdb.cp/ctti.exp
522 * gdb.cp/derivation.exp
523 * gdb.cp/destrprint.exp
524 * gdb.cp/dispcxx.exp
525 * gdb.cp/enum-class.exp
526 * gdb.cp/exception.exp
527 * gdb.cp/exceptprint.exp
528 * gdb.cp/expand-psymtabs-cxx.exp
529 * gdb.cp/expand-sals.exp
530 * gdb.cp/extern-c.exp
531 * gdb.cp/filename.exp
532 * gdb.cp/formatted-ref.exp
533 * gdb.cp/fpointer.exp
534 * gdb.cp/gdb1355.exp
535 * gdb.cp/gdb2495.exp
536 * gdb.cp/hang.exp
537 * gdb.cp/impl-this.exp
538 * gdb.cp/infcall-dlopen.exp
539 * gdb.cp/inherit.exp
540 * gdb.cp/iostream.exp
541 * gdb.cp/koenig.exp
542 * gdb.cp/local.exp
543 * gdb.cp/m-data.exp
544 * gdb.cp/m-static.exp
545 * gdb.cp/mb-ctor.exp
546 * gdb.cp/mb-inline.exp
547 * gdb.cp/mb-templates.exp
548 * gdb.cp/member-name.exp
549 * gdb.cp/member-ptr.exp
550 * gdb.cp/meth-typedefs.exp
551 * gdb.cp/method.exp
552 * gdb.cp/method2.exp
553 * gdb.cp/minsym-fallback.exp
554 * gdb.cp/misc.exp
555 * gdb.cp/namelessclass.exp
556 * gdb.cp/namespace-enum.exp
557 * gdb.cp/namespace-nested-import.exp
558 * gdb.cp/namespace.exp
559 * gdb.cp/nextoverthrow.exp
560 * gdb.cp/no-dmgl-verbose.exp
561 * gdb.cp/non-trivial-retval.exp
562 * gdb.cp/noparam.exp
563 * gdb.cp/nsdecl.exp
564 * gdb.cp/nsimport.exp
565 * gdb.cp/nsnested.exp
566 * gdb.cp/nsnoimports.exp
567 * gdb.cp/nsrecurs.exp
568 * gdb.cp/nsstress.exp
569 * gdb.cp/nsusing.exp
570 * gdb.cp/operator.exp
571 * gdb.cp/oranking.exp
572 * gdb.cp/overload-const.exp
573 * gdb.cp/overload.exp
574 * gdb.cp/ovldbreak.exp
575 * gdb.cp/ovsrch.exp
576 * gdb.cp/paren-type.exp
577 * gdb.cp/parse-lang.exp
578 * gdb.cp/pass-by-ref.exp
579 * gdb.cp/pr-1023.exp
580 * gdb.cp/pr-1210.exp
581 * gdb.cp/pr-574.exp
582 * gdb.cp/pr10687.exp
583 * gdb.cp/pr12028.exp
584 * gdb.cp/pr17132.exp
585 * gdb.cp/pr17494.exp
586 * gdb.cp/pr9067.exp
587 * gdb.cp/pr9167.exp
588 * gdb.cp/pr9631.exp
589 * gdb.cp/printmethod.exp
590 * gdb.cp/psmang.exp
591 * gdb.cp/psymtab-parameter.exp
592 * gdb.cp/ptype-cv-cp.exp
593 * gdb.cp/ptype-flags.exp
594 * gdb.cp/re-set-overloaded.exp
595 * gdb.cp/ref-types.exp
596 * gdb.cp/rtti.exp
597 * gdb.cp/scope-err.exp
598 * gdb.cp/shadow.exp
599 * gdb.cp/smartp.exp
600 * gdb.cp/static-method.exp
601 * gdb.cp/static-print-quit.exp
602 * gdb.cp/temargs.exp
603 * gdb.cp/templates.exp
604 * gdb.cp/try_catch.exp
605 * gdb.cp/typedef-operator.exp
606 * gdb.cp/typeid.exp
607 * gdb.cp/userdef.exp
608 * gdb.cp/using-crash.exp
609 * gdb.cp/var-tag.exp
610 * gdb.cp/virtbase.exp
611 * gdb.cp/virtfunc.exp
612 * gdb.cp/virtfunc2.exp
613 * gdb.cp/vla-cxx.exp
614 * gdb.disasm/t01_mov.exp
615 * gdb.disasm/t02_mova.exp
616 * gdb.disasm/t03_add.exp
617 * gdb.disasm/t04_sub.exp
618 * gdb.disasm/t05_cmp.exp
619 * gdb.disasm/t06_ari2.exp
620 * gdb.disasm/t07_ari3.exp
621 * gdb.disasm/t08_or.exp
622 * gdb.disasm/t09_xor.exp
623 * gdb.disasm/t10_and.exp
624 * gdb.disasm/t11_logs.exp
625 * gdb.disasm/t12_bit.exp
626 * gdb.disasm/t13_otr.exp
627 * gdb.dlang/circular.exp
628 * gdb.dwarf2/arr-stride.exp
629 * gdb.dwarf2/arr-subrange.exp
630 * gdb.dwarf2/atomic-type.exp
631 * gdb.dwarf2/bad-regnum.exp
632 * gdb.dwarf2/bitfield-parent-optimized-out.exp
633 * gdb.dwarf2/callframecfa.exp
634 * gdb.dwarf2/clztest.exp
635 * gdb.dwarf2/corrupt.exp
636 * gdb.dwarf2/data-loc.exp
637 * gdb.dwarf2/dup-psym.exp
638 * gdb.dwarf2/dw2-anon-mptr.exp
639 * gdb.dwarf2/dw2-anonymous-func.exp
640 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
641 * gdb.dwarf2/dw2-bad-unresolved.exp
642 * gdb.dwarf2/dw2-basic.exp
643 * gdb.dwarf2/dw2-canonicalize-type.exp
644 * gdb.dwarf2/dw2-case-insensitive.exp
645 * gdb.dwarf2/dw2-common-block.exp
646 * gdb.dwarf2/dw2-compdir-oldgcc.exp
647 * gdb.dwarf2/dw2-compressed.exp
648 * gdb.dwarf2/dw2-const.exp
649 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
650 * gdb.dwarf2/dw2-cu-size.exp
651 * gdb.dwarf2/dw2-dup-frame.exp
652 * gdb.dwarf2/dw2-entry-value.exp
653 * gdb.dwarf2/dw2-icycle.exp
654 * gdb.dwarf2/dw2-ifort-parameter.exp
655 * gdb.dwarf2/dw2-inline-break.exp
656 * gdb.dwarf2/dw2-inline-param.exp
657 * gdb.dwarf2/dw2-intercu.exp
658 * gdb.dwarf2/dw2-intermix.exp
659 * gdb.dwarf2/dw2-lexical-block-bare.exp
660 * gdb.dwarf2/dw2-linkage-name-trust.exp
661 * gdb.dwarf2/dw2-minsym-in-cu.exp
662 * gdb.dwarf2/dw2-noloc.exp
663 * gdb.dwarf2/dw2-op-call.exp
664 * gdb.dwarf2/dw2-op-out-param.exp
665 * gdb.dwarf2/dw2-opt-structptr.exp
666 * gdb.dwarf2/dw2-param-error.exp
667 * gdb.dwarf2/dw2-producer.exp
668 * gdb.dwarf2/dw2-ranges-base.exp
669 * gdb.dwarf2/dw2-ref-missing-frame.exp
670 * gdb.dwarf2/dw2-reg-undefined.exp
671 * gdb.dwarf2/dw2-regno-invalid.exp
672 * gdb.dwarf2/dw2-restore.exp
673 * gdb.dwarf2/dw2-restrict.exp
674 * gdb.dwarf2/dw2-single-line-discriminators.exp
675 * gdb.dwarf2/dw2-strp.exp
676 * gdb.dwarf2/dw2-undefined-ret-addr.exp
677 * gdb.dwarf2/dw2-unresolved.exp
678 * gdb.dwarf2/dw2-var-zero-addr.exp
679 * gdb.dwarf2/dw4-sig-types.exp
680 * gdb.dwarf2/dwz.exp
681 * gdb.dwarf2/dynarr-ptr.exp
682 * gdb.dwarf2/enum-type.exp
683 * gdb.dwarf2/gdb-index.exp
684 * gdb.dwarf2/implptr-64bit.exp
685 * gdb.dwarf2/implptr-optimized-out.exp
686 * gdb.dwarf2/implptr.exp
687 * gdb.dwarf2/implref-array.exp
688 * gdb.dwarf2/implref-const.exp
689 * gdb.dwarf2/implref-global.exp
690 * gdb.dwarf2/implref-struct.exp
691 * gdb.dwarf2/mac-fileno.exp
692 * gdb.dwarf2/main-subprogram.exp
693 * gdb.dwarf2/member-ptr-forwardref.exp
694 * gdb.dwarf2/method-ptr.exp
695 * gdb.dwarf2/missing-sig-type.exp
696 * gdb.dwarf2/nonvar-access.exp
697 * gdb.dwarf2/opaque-type-lookup.exp
698 * gdb.dwarf2/pieces-optimized-out.exp
699 * gdb.dwarf2/pieces.exp
700 * gdb.dwarf2/pr10770.exp
701 * gdb.dwarf2/pr13961.exp
702 * gdb.dwarf2/staticvirtual.exp
703 * gdb.dwarf2/subrange.exp
704 * gdb.dwarf2/symtab-producer.exp
705 * gdb.dwarf2/trace-crash.exp
706 * gdb.dwarf2/typeddwarf.exp
707 * gdb.dwarf2/valop.exp
708 * gdb.dwarf2/watch-notconst.exp
709 * gdb.fortran/array-element.exp
710 * gdb.fortran/charset.exp
711 * gdb.fortran/common-block.exp
712 * gdb.fortran/complex.exp
713 * gdb.fortran/derived-type-function.exp
714 * gdb.fortran/derived-type.exp
715 * gdb.fortran/logical.exp
716 * gdb.fortran/module.exp
717 * gdb.fortran/multi-dim.exp
718 * gdb.fortran/nested-funcs.exp
719 * gdb.fortran/print-formatted.exp
720 * gdb.fortran/subarray.exp
721 * gdb.fortran/vla-alloc-assoc.exp
722 * gdb.fortran/vla-datatypes.exp
723 * gdb.fortran/vla-history.exp
724 * gdb.fortran/vla-ptr-info.exp
725 * gdb.fortran/vla-ptype-sub.exp
726 * gdb.fortran/vla-ptype.exp
727 * gdb.fortran/vla-sizeof.exp
728 * gdb.fortran/vla-type.exp
729 * gdb.fortran/vla-value-sub-arbitrary.exp
730 * gdb.fortran/vla-value-sub-finish.exp
731 * gdb.fortran/vla-value-sub.exp
732 * gdb.fortran/vla-value.exp
733 * gdb.fortran/whatis_type.exp
734 * gdb.go/chan.exp
735 * gdb.go/handcall.exp
736 * gdb.go/hello.exp
737 * gdb.go/integers.exp
738 * gdb.go/methods.exp
739 * gdb.go/package.exp
740 * gdb.go/strings.exp
741 * gdb.go/types.exp
742 * gdb.go/unsafe.exp
743 * gdb.guile/scm-arch.exp
744 * gdb.guile/scm-block.exp
745 * gdb.guile/scm-breakpoint.exp
746 * gdb.guile/scm-cmd.exp
747 * gdb.guile/scm-disasm.exp
748 * gdb.guile/scm-equal.exp
749 * gdb.guile/scm-frame-args.exp
750 * gdb.guile/scm-frame-inline.exp
751 * gdb.guile/scm-frame.exp
752 * gdb.guile/scm-iterator.exp
753 * gdb.guile/scm-math.exp
754 * gdb.guile/scm-objfile.exp
755 * gdb.guile/scm-ports.exp
756 * gdb.guile/scm-symbol.exp
757 * gdb.guile/scm-symtab.exp
758 * gdb.guile/scm-value-cc.exp
759 * gdb.guile/types-module.exp
760 * gdb.linespec/break-ask.exp
761 * gdb.linespec/cpexplicit.exp
762 * gdb.linespec/explicit.exp
763 * gdb.linespec/keywords.exp
764 * gdb.linespec/linespec.exp
765 * gdb.linespec/ls-dollar.exp
766 * gdb.linespec/ls-errs.exp
767 * gdb.linespec/skip-two.exp
768 * gdb.linespec/thread.exp
769 * gdb.mi/mi-async.exp
770 * gdb.mi/mi-basics.exp
771 * gdb.mi/mi-break.exp
772 * gdb.mi/mi-catch-load.exp
773 * gdb.mi/mi-cli.exp
774 * gdb.mi/mi-cmd-param-changed.exp
775 * gdb.mi/mi-console.exp
776 * gdb.mi/mi-detach.exp
777 * gdb.mi/mi-disassemble.exp
778 * gdb.mi/mi-eval.exp
779 * gdb.mi/mi-file-transfer.exp
780 * gdb.mi/mi-file.exp
781 * gdb.mi/mi-fill-memory.exp
782 * gdb.mi/mi-inheritance-syntax-error.exp
783 * gdb.mi/mi-linespec-err-cp.exp
784 * gdb.mi/mi-logging.exp
785 * gdb.mi/mi-memory-changed.exp
786 * gdb.mi/mi-read-memory.exp
787 * gdb.mi/mi-record-changed.exp
788 * gdb.mi/mi-reg-undefined.exp
789 * gdb.mi/mi-regs.exp
790 * gdb.mi/mi-return.exp
791 * gdb.mi/mi-reverse.exp
792 * gdb.mi/mi-simplerun.exp
793 * gdb.mi/mi-solib.exp
794 * gdb.mi/mi-stack.exp
795 * gdb.mi/mi-stepi.exp
796 * gdb.mi/mi-syn-frame.exp
797 * gdb.mi/mi-until.exp
798 * gdb.mi/mi-var-block.exp
799 * gdb.mi/mi-var-child.exp
800 * gdb.mi/mi-var-cmd.exp
801 * gdb.mi/mi-var-cp.exp
802 * gdb.mi/mi-var-display.exp
803 * gdb.mi/mi-var-invalidate.exp
804 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
805 * gdb.mi/mi-vla-fortran.exp
806 * gdb.mi/mi-watch.exp
807 * gdb.mi/mi2-var-child.exp
808 * gdb.mi/user-selected-context-sync.exp
809 * gdb.modula2/unbounded-array.exp
810 * gdb.multi/dummy-frame-restore.exp
811 * gdb.multi/multi-arch-exec.exp
812 * gdb.multi/multi-arch.exp
813 * gdb.multi/tids.exp
814 * gdb.multi/watchpoint-multi.exp
815 * gdb.opencl/callfuncs.exp
816 * gdb.opencl/convs_casts.exp
817 * gdb.opencl/datatypes.exp
818 * gdb.opencl/operators.exp
819 * gdb.opencl/vec_comps.exp
820 * gdb.opt/clobbered-registers-O2.exp
821 * gdb.opt/inline-break.exp
822 * gdb.opt/inline-bt.exp
823 * gdb.opt/inline-cmds.exp
824 * gdb.opt/inline-locals.exp
825 * gdb.pascal/case-insensitive-symbols.exp
826 * gdb.pascal/floats.exp
827 * gdb.pascal/gdb11492.exp
828 * gdb.python/lib-types.exp
829 * gdb.python/py-arch.exp
830 * gdb.python/py-as-string.exp
831 * gdb.python/py-bad-printers.exp
832 * gdb.python/py-block.exp
833 * gdb.python/py-breakpoint-create-fail.exp
834 * gdb.python/py-breakpoint.exp
835 * gdb.python/py-caller-is.exp
836 * gdb.python/py-cmd.exp
837 * gdb.python/py-explore-cc.exp
838 * gdb.python/py-explore.exp
839 * gdb.python/py-finish-breakpoint.exp
840 * gdb.python/py-finish-breakpoint2.exp
841 * gdb.python/py-frame-args.exp
842 * gdb.python/py-frame-inline.exp
843 * gdb.python/py-frame.exp
844 * gdb.python/py-framefilter-mi.exp
845 * gdb.python/py-infthread.exp
846 * gdb.python/py-lazy-string.exp
847 * gdb.python/py-linetable.exp
848 * gdb.python/py-mi-events.exp
849 * gdb.python/py-mi-objfile.exp
850 * gdb.python/py-mi.exp
851 * gdb.python/py-objfile.exp
852 * gdb.python/py-pp-integral.exp
853 * gdb.python/py-pp-maint.exp
854 * gdb.python/py-pp-re-notag.exp
855 * gdb.python/py-pp-registration.exp
856 * gdb.python/py-recurse-unwind.exp
857 * gdb.python/py-strfns.exp
858 * gdb.python/py-symbol.exp
859 * gdb.python/py-symtab.exp
860 * gdb.python/py-sync-interp.exp
861 * gdb.python/py-typeprint.exp
862 * gdb.python/py-unwind-maint.exp
863 * gdb.python/py-unwind.exp
864 * gdb.python/py-value-cc.exp
865 * gdb.python/py-xmethods.exp
866 * gdb.reverse/amd64-tailcall-reverse.exp
867 * gdb.reverse/break-precsave.exp
868 * gdb.reverse/break-reverse.exp
869 * gdb.reverse/consecutive-precsave.exp
870 * gdb.reverse/consecutive-reverse.exp
871 * gdb.reverse/finish-precsave.exp
872 * gdb.reverse/finish-reverse-bkpt.exp
873 * gdb.reverse/finish-reverse.exp
874 * gdb.reverse/fstatat-reverse.exp
875 * gdb.reverse/getresuid-reverse.exp
876 * gdb.reverse/i386-precsave.exp
877 * gdb.reverse/i386-reverse.exp
878 * gdb.reverse/i386-sse-reverse.exp
879 * gdb.reverse/i387-env-reverse.exp
880 * gdb.reverse/i387-stack-reverse.exp
881 * gdb.reverse/insn-reverse.exp
882 * gdb.reverse/machinestate-precsave.exp
883 * gdb.reverse/machinestate.exp
884 * gdb.reverse/next-reverse-bkpt-over-sr.exp
885 * gdb.reverse/pipe-reverse.exp
886 * gdb.reverse/readv-reverse.exp
887 * gdb.reverse/recvmsg-reverse.exp
888 * gdb.reverse/rerun-prec.exp
889 * gdb.reverse/s390-mvcle.exp
890 * gdb.reverse/step-precsave.exp
891 * gdb.reverse/step-reverse.exp
892 * gdb.reverse/time-reverse.exp
893 * gdb.reverse/until-precsave.exp
894 * gdb.reverse/until-reverse.exp
895 * gdb.reverse/waitpid-reverse.exp
896 * gdb.reverse/watch-precsave.exp
897 * gdb.reverse/watch-reverse.exp
898 * gdb.rust/generics.exp
899 * gdb.rust/methods.exp
900 * gdb.rust/modules.exp
901 * gdb.rust/simple.exp
902 * gdb.server/connect-with-no-symbol-file.exp
903 * gdb.server/ext-attach.exp
904 * gdb.server/ext-restart.exp
905 * gdb.server/ext-wrapper.exp
906 * gdb.server/file-transfer.exp
907 * gdb.server/server-exec-info.exp
908 * gdb.server/server-kill.exp
909 * gdb.server/server-mon.exp
910 * gdb.server/wrapper.exp
911 * gdb.stabs/exclfwd.exp
912 * gdb.stabs/gdb11479.exp
913 * gdb.threads/clone-new-thread-event.exp
914 * gdb.threads/corethreads.exp
915 * gdb.threads/current-lwp-dead.exp
916 * gdb.threads/dlopen-libpthread.exp
917 * gdb.threads/gcore-thread.exp
918 * gdb.threads/sigstep-threads.exp
919 * gdb.threads/watchpoint-fork.exp
920 * gdb.trace/actions-changed.exp
921 * gdb.trace/backtrace.exp
922 * gdb.trace/change-loc.exp
923 * gdb.trace/circ.exp
924 * gdb.trace/collection.exp
925 * gdb.trace/disconnected-tracing.exp
926 * gdb.trace/ftrace.exp
927 * gdb.trace/mi-trace-frame-collected.exp
928 * gdb.trace/mi-trace-unavailable.exp
929 * gdb.trace/mi-traceframe-changed.exp
930 * gdb.trace/mi-tsv-changed.exp
931 * gdb.trace/no-attach-trace.exp
932 * gdb.trace/passc-dyn.exp
933 * gdb.trace/qtro.exp
934 * gdb.trace/range-stepping.exp
935 * gdb.trace/read-memory.exp
936 * gdb.trace/save-trace.exp
937 * gdb.trace/signal.exp
938 * gdb.trace/status-stop.exp
939 * gdb.trace/tfile.exp
940 * gdb.trace/trace-break.exp
941 * gdb.trace/trace-buffer-size.exp
942 * gdb.trace/trace-condition.exp
943 * gdb.trace/tracefile-pseudo-reg.exp
944 * gdb.trace/tstatus.exp
945 * gdb.trace/unavailable.exp
946 * gdb.trace/while-dyn.exp
947 * gdb.trace/while-stepping.exp
948
34c41c68
DE
9492016-12-22 Doug Evans <xdje42@gmail.com>
950
951 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
952 and msymbols.
953
16e69324
YQ
9542016-12-19 Yao Qi <yao.qi@linaro.org>
955
956 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
957 (test_with_self): Don't call do_steps_and_nexts, and remove
958 code about stepping into xmalloc.
959
f94f411b
YQ
9602016-12-09 Yao Qi <yao.qi@linaro.org>
961
962 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
963
9642016-12-09 Yao Qi <yao.qi@linaro.org>
965
966 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
967
f1b5deee
PA
9682016-12-09 Pedro Alves <palves@redhat.com>
969
970 * gdb.base/all-architectures-0.exp: New file.
971 * gdb.base/all-architectures-1.exp: New file.
972 * gdb.base/all-architectures-2.exp: New file.
973 * gdb.base/all-architectures-3.exp: New file.
974 * gdb.base/all-architectures-4.exp: New file.
975 * gdb.base/all-architectures-5.exp: New file.
976 * gdb.base/all-architectures-6.exp: New file.
977 * gdb.base/all-architectures-7.exp: New file.
978 * gdb.base/all-architectures.exp.in: New file.
979
364ca42e
YQ
9802016-12-09 Yao Qi <yao.qi@linaro.org>
981
982 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
983
107c2d62
LM
9842016-12-02 Luis Machado <lgustavo@codesourcery.com>
985
986 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
987 possible.
988 Remove useless pattern-matching code.
989
df3ee9ca
PA
9902016-12-02 Pedro Alves <palves@redhat.com>
991
992 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
993 procedure.
994 (top level): Call it.
995
ec835369
PA
9962016-12-02 Pedro Alves <palves@redhat.com>
997
998 * gdb.base/commands.exp (user_defined_command_args_stack_test):
999 New procedure.
1000 (top level): Call it.
1001
01770bbd
PA
10022016-12-02 Pedro Alves <palves@redhat.com>
1003
1004 PR cli/20559
1005 * gdb.base/commands.exp (user_defined_command_args_eval): New
1006 procedure.
1007 (top level): Call it.
1008
008459ea
LM
10092016-12-02 Luis Machado <lgustavo@codesourcery.com>
1010
1011 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1012 timeout handling.
1013
0c1b455e
TT
10142016-12-02 Tom Tromey <tom@tromey.com>
1015
1016 * gdb.dwarf2/main-subprogram.c: New file.
1017 * gdb.dwarf2/main-subprogram.exp: New file.
1018
018572b8
LM
10192016-12-01 Luis Machado <lgustavo@codesourcery.com>
1020
1021 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1022 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1023 gdb_test_no_output for a couple of cases.
1024 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1025
84c93cd5
LM
10262016-12-01 Luis Machado <lgustavo@codesourcery.com>
1027
1028 Fix test names and standardize compilation error messages throughout
1029 the following files:
1030
1031 * gdb.ada/start.exp
1032 * gdb.arch/alpha-step.exp
1033 * gdb.arch/e500-prologue.exp
1034 * gdb.arch/ftrace-insn-reloc.exp
1035 * gdb.arch/gdb1291.exp
1036 * gdb.arch/gdb1431.exp
1037 * gdb.arch/gdb1558.exp
1038 * gdb.arch/i386-dr3-watch.exp
1039 * gdb.arch/i386-sse-stack-align.exp
1040 * gdb.arch/ia64-breakpoint-shadow.exp
1041 * gdb.arch/pa-nullify.exp
1042 * gdb.arch/powerpc-aix-prologue.exp
1043 * gdb.arch/thumb-bx-pc.exp
1044 * gdb.base/annota1.exp
1045 * gdb.base/annota3.exp
1046 * gdb.base/arrayidx.exp
1047 * gdb.base/assign.exp
1048 * gdb.base/attach.exp
1049 * gdb.base/auxv.exp
1050 * gdb.base/bang.exp
1051 * gdb.base/bfp-test.exp
1052 * gdb.base/bigcore.exp
1053 * gdb.base/bitfields2.exp
1054 * gdb.base/break-fun-addr.exp
1055 * gdb.base/break-probes.exp
1056 * gdb.base/call-rt-st.exp
1057 * gdb.base/callexit.exp
1058 * gdb.base/catch-fork-kill.exp
1059 * gdb.base/charset.exp
1060 * gdb.base/checkpoint.exp
1061 * gdb.base/comprdebug.exp
1062 * gdb.base/constvars.exp
1063 * gdb.base/coredump-filter.exp
1064 * gdb.base/cursal.exp
1065 * gdb.base/cvexpr.exp
1066 * gdb.base/detach.exp
1067 * gdb.base/display.exp
1068 * gdb.base/dmsym.exp
1069 * gdb.base/dprintf-pending.exp
1070 * gdb.base/dso2dso.exp
1071 * gdb.base/dtrace-probe.exp
1072 * gdb.base/dump.exp
1073 * gdb.base/enum_cond.exp
1074 * gdb.base/exe-lock.exp
1075 * gdb.base/exec-invalid-sysroot.exp
1076 * gdb.base/execl-update-breakpoints.exp
1077 * gdb.base/exprs.exp
1078 * gdb.base/fileio.exp
1079 * gdb.base/find.exp
1080 * gdb.base/finish.exp
1081 * gdb.base/fixsection.exp
1082 * gdb.base/foll-vfork.exp
1083 * gdb.base/frame-args.exp
1084 * gdb.base/gcore.exp
1085 * gdb.base/gdb1250.exp
1086 * gdb.base/global-var-nested-by-dso.exp
1087 * gdb.base/gnu-ifunc.exp
1088 * gdb.base/hashline1.exp
1089 * gdb.base/hashline2.exp
1090 * gdb.base/hashline3.exp
1091 * gdb.base/hbreak-in-shr-unsupported.exp
1092 * gdb.base/huge.exp
1093 * gdb.base/infcall-input.exp
1094 * gdb.base/info-fun.exp
1095 * gdb.base/info-shared.exp
1096 * gdb.base/jit-simple.exp
1097 * gdb.base/jit-so.exp
1098 * gdb.base/jit.exp
1099 * gdb.base/jump.exp
1100 * gdb.base/label.exp
1101 * gdb.base/lineinc.exp
1102 * gdb.base/logical.exp
1103 * gdb.base/longjmp.exp
1104 * gdb.base/macscp.exp
1105 * gdb.base/miscexprs.exp
1106 * gdb.base/new-ui-echo.exp
1107 * gdb.base/new-ui-pending-input.exp
1108 * gdb.base/new-ui.exp
1109 * gdb.base/nodebug.exp
1110 * gdb.base/nofield.exp
1111 * gdb.base/offsets.exp
1112 * gdb.base/overlays.exp
1113 * gdb.base/pending.exp
1114 * gdb.base/pointers.exp
1115 * gdb.base/pr11022.exp
1116 * gdb.base/printcmds.exp
1117 * gdb.base/prologue.exp
1118 * gdb.base/ptr-typedef.exp
1119 * gdb.base/realname-expand.exp
1120 * gdb.base/relativedebug.exp
1121 * gdb.base/relocate.exp
1122 * gdb.base/remote.exp
1123 * gdb.base/reread.exp
1124 * gdb.base/return2.exp
1125 * gdb.base/savedregs.exp
1126 * gdb.base/sep.exp
1127 * gdb.base/sepdebug.exp
1128 * gdb.base/sepsymtab.exp
1129 * gdb.base/set-inferior-tty.exp
1130 * gdb.base/setshow.exp
1131 * gdb.base/shlib-call.exp
1132 * gdb.base/sigaltstack.exp
1133 * gdb.base/siginfo-addr.exp
1134 * gdb.base/signals.exp
1135 * gdb.base/signull.exp
1136 * gdb.base/sigrepeat.exp
1137 * gdb.base/so-impl-ld.exp
1138 * gdb.base/solib-display.exp
1139 * gdb.base/solib-overlap.exp
1140 * gdb.base/solib-search.exp
1141 * gdb.base/solib-symbol.exp
1142 * gdb.base/structs.exp
1143 * gdb.base/structs2.exp
1144 * gdb.base/symtab-search-order.exp
1145 * gdb.base/twice.exp
1146 * gdb.base/unload.exp
1147 * gdb.base/varargs.exp
1148 * gdb.base/watchpoint-solib.exp
1149 * gdb.base/watchpoint.exp
1150 * gdb.base/whatis.exp
1151 * gdb.base/wrong_frame_bt_full.exp
1152 * gdb.btrace/dlopen.exp
1153 * gdb.cell/ea-standalone.exp
1154 * gdb.cell/ea-test.exp
1155 * gdb.cp/dispcxx.exp
1156 * gdb.cp/gdb2384.exp
1157 * gdb.cp/method2.exp
1158 * gdb.cp/nextoverthrow.exp
1159 * gdb.cp/pr10728.exp
1160 * gdb.disasm/am33.exp
1161 * gdb.disasm/h8300s.exp
1162 * gdb.disasm/mn10300.exp
1163 * gdb.disasm/sh3.exp
1164 * gdb.dwarf2/dw2-dir-file-name.exp
1165 * gdb.fortran/complex.exp
1166 * gdb.fortran/library-module.exp
1167 * gdb.guile/scm-pretty-print.exp
1168 * gdb.guile/scm-symbol.exp
1169 * gdb.guile/scm-type.exp
1170 * gdb.guile/scm-value.exp
1171 * gdb.linespec/linespec.exp
1172 * gdb.mi/gdb701.exp
1173 * gdb.mi/gdb792.exp
1174 * gdb.mi/mi-breakpoint-changed.exp
1175 * gdb.mi/mi-dprintf-pending.exp
1176 * gdb.mi/mi-dprintf.exp
1177 * gdb.mi/mi-exit-code.exp
1178 * gdb.mi/mi-pending.exp
1179 * gdb.mi/mi-solib.exp
1180 * gdb.mi/new-ui-mi-sync.exp
1181 * gdb.mi/pr11022.exp
1182 * gdb.mi/user-selected-context-sync.exp
1183 * gdb.opt/solib-intra-step.exp
1184 * gdb.python/py-events.exp
1185 * gdb.python/py-finish-breakpoint.exp
1186 * gdb.python/py-mi.exp
1187 * gdb.python/py-prettyprint.exp
1188 * gdb.python/py-shared.exp
1189 * gdb.python/py-symbol.exp
1190 * gdb.python/py-template.exp
1191 * gdb.python/py-type.exp
1192 * gdb.python/py-value.exp
1193 * gdb.reverse/solib-precsave.exp
1194 * gdb.reverse/solib-reverse.exp
1195 * gdb.server/solib-list.exp
1196 * gdb.stabs/weird.exp
1197 * gdb.threads/reconnect-signal.exp
1198 * gdb.threads/stepi-random-signal.exp
1199 * gdb.trace/actions.exp
1200 * gdb.trace/ax.exp
1201 * gdb.trace/backtrace.exp
1202 * gdb.trace/change-loc.exp
1203 * gdb.trace/deltrace.exp
1204 * gdb.trace/ftrace-lock.exp
1205 * gdb.trace/ftrace.exp
1206 * gdb.trace/infotrace.exp
1207 * gdb.trace/mi-tracepoint-changed.exp
1208 * gdb.trace/packetlen.exp
1209 * gdb.trace/passcount.exp
1210 * gdb.trace/pending.exp
1211 * gdb.trace/range-stepping.exp
1212 * gdb.trace/report.exp
1213 * gdb.trace/stap-trace.exp
1214 * gdb.trace/tfind.exp
1215 * gdb.trace/trace-break.exp
1216 * gdb.trace/trace-condition.exp
1217 * gdb.trace/trace-enable-disable.exp
1218 * gdb.trace/trace-mt.exp
1219 * gdb.trace/tracecmd.exp
1220 * gdb.trace/tspeed.exp
1221 * gdb.trace/tsv.exp
1222 * lib/perftest.exp
1223
fb9feb35
LM
12242016-12-01 Luis Machado <lgustavo@codesourcery.com>
1225
1226 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1227 with gdb_test_no_output.
1228 Use command as test name.
1229
cd2ddb6c
LM
12302016-12-01 Luis Machado <lgustavo@codesourcery.com>
1231
1232 Fix test names starting with uppercase throughout the files.
1233
1234 * gdb.ada/assign_1.exp
1235 * gdb.ada/boolean_expr.exp
1236 * gdb.base/arrayidx.exp
1237 * gdb.base/del.exp
1238 * gdb.base/gcore-buffer-overflow.exp
1239 * gdb.base/testenv.exp
1240 * gdb.compile/compile.exp
1241 * gdb.python/py-framefilter-invalidarg.exp
1242 * gdb.python/py-framefilter.exp
1243
bb95117e
LM
12442016-12-01 Luis Machado <lgustavo@codesourcery.com>
1245
1246 Fix test names starting with uppercase throughout the files.
1247
1248 * gdb.ada/array_return.exp
1249 * gdb.ada/expr_delims.exp
1250 * gdb.ada/mi_dyn_arr.exp
1251 * gdb.ada/mi_interface.exp
1252 * gdb.ada/mi_var_array.exp
1253 * gdb.ada/watch_arg.exp
1254 * gdb.arch/alpha-step.exp
1255 * gdb.arch/altivec-regs.exp
1256 * gdb.arch/e500-regs.exp
1257 * gdb.arch/powerpc-d128-regs.exp
1258 * gdb.base/arrayidx.exp
1259 * gdb.base/break.exp
1260 * gdb.base/checkpoint.exp
1261 * gdb.base/debug-expr.exp
1262 * gdb.base/dmsym.exp
1263 * gdb.base/radix.exp
1264 * gdb.base/sepdebug.exp
1265 * gdb.base/testenv.exp
1266 * gdb.base/watch_thread_num.exp
1267 * gdb.base/watchpoint-cond-gone.exp
1268 * gdb.cell/break.exp
1269 * gdb.cell/ea-cache.exp
1270 * gdb.compile/compile.exp
1271 * gdb.cp/gdb2495.exp
1272 * gdb.gdb/selftest.exp
1273 * gdb.gdb/xfullpath.exp
1274 * gdb.go/hello.exp
1275 * gdb.go/integers.exp
1276 * gdb.objc/basicclass.exp
1277 * gdb.pascal/hello.exp
1278 * gdb.pascal/integers.exp
1279 * gdb.python/py-breakpoint.exp
1280 * gdb.python/py-cmd.exp
1281 * gdb.python/py-linetable.exp
1282 * gdb.python/py-xmethods.exp
1283 * gdb.python/python.exp
1284 * gdb.reverse/consecutive-precsave.exp
1285 * gdb.reverse/finish-precsave.exp
1286 * gdb.reverse/i386-precsave.exp
1287 * gdb.reverse/machinestate-precsave.exp
1288 * gdb.reverse/sigall-precsave.exp
1289 * gdb.reverse/solib-precsave.exp
1290 * gdb.reverse/step-precsave.exp
1291 * gdb.reverse/until-precsave.exp
1292 * gdb.reverse/watch-precsave.exp
1293 * gdb.threads/leader-exit.exp
1294 * gdb.threads/pthreads.exp
1295 * gdb.threads/wp-replication.exp
1296 * gdb.trace/actions.exp
1297 * gdb.trace/mi-tsv-changed.exp
1298 * gdb.trace/tsv.exp
1299
de97fdd4
LM
13002016-12-01 Luis Machado <lgustavo@codesourcery.com>
1301
1302 Fix test names starting with uppercase throughout the files.
1303
1304 * gdb.arch/i386-bp_permanent.exp
1305 * gdb.arch/i386-gnu-cfi.exp
1306 * gdb.base/disasm-end-cu.exp
1307 * gdb.base/macscp.exp
1308 * gdb.base/pending.exp
1309 * gdb.base/watch_thread_num.exp
1310 * gdb.cp/exception.exp
1311 * gdb.cp/gdb2495.exp
1312 * gdb.cp/local.exp
1313 * gdb.python/py-evsignal.exp
1314 * gdb.python/python.exp
1315 * gdb.trace/tracecmd.exp
1316
9f058c10
LM
13172016-12-01 Luis Machado <lgustavo@codesourcery.com>
1318
1319 Fix test names starting with uppercase throughout the files.
1320
1321 * gdb.base/charset.exp
1322 * gdb.base/eval.exp
1323 * gdb.base/multi-forks.exp
1324 * gdb.guile/scm-progspace.exp
1325 * gdb.opencl/datatypes.exp
1326 * gdb.python/py-block.exp
1327 * gdb.python/py-function.exp
1328 * gdb.python/py-symbol.exp
1329 * gdb.python/py-symtab.exp
1330 * gdb.python/py-xmethods.exp
1331 * gdb.reverse/break-precsave.exp
1332 * gdb.reverse/break-reverse.exp
1333 * gdb.reverse/consecutive-precsave.exp
1334 * gdb.reverse/consecutive-reverse.exp
1335 * gdb.reverse/finish-precsave.exp
1336 * gdb.reverse/finish-reverse-bkpt.exp
1337 * gdb.reverse/finish-reverse.exp
1338 * gdb.reverse/fstatat-reverse.exp
1339 * gdb.reverse/getresuid-reverse.exp
1340 * gdb.reverse/i386-precsave.exp
1341 * gdb.reverse/i386-reverse.exp
1342 * gdb.reverse/i386-sse-reverse.exp
1343 * gdb.reverse/i387-stack-reverse.exp
1344 * gdb.reverse/insn-reverse.exp
1345 * gdb.reverse/machinestate-precsave.exp
1346 * gdb.reverse/machinestate.exp
1347 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1348 * gdb.reverse/pipe-reverse.exp
1349 * gdb.reverse/readv-reverse.exp
1350 * gdb.reverse/recvmsg-reverse.exp
1351 * gdb.reverse/rerun-prec.exp
1352 * gdb.reverse/s390-mvcle.exp
1353 * gdb.reverse/sigall-precsave.exp
1354 * gdb.reverse/sigall-reverse.exp
1355 * gdb.reverse/solib-precsave.exp
1356 * gdb.reverse/solib-reverse.exp
1357 * gdb.reverse/step-precsave.exp
1358 * gdb.reverse/step-reverse.exp
1359 * gdb.reverse/time-reverse.exp
1360 * gdb.reverse/until-precsave.exp
1361 * gdb.reverse/until-reverse.exp
1362 * gdb.reverse/waitpid-reverse.exp
1363 * gdb.reverse/watch-precsave.exp
1364 * gdb.reverse/watch-reverse.exp
1365
cdc7edd7
LM
13662016-12-01 Luis Machado <lgustavo@codesourcery.com>
1367
1368 Fix test names starting with uppercase throughout the files.
1369
1370 * gdb.arch/i386-mpx-simple_segv.exp
1371 * gdb.arch/i386-mpx.exp
1372 * gdb.arch/i386-permbkpt.exp
1373 * gdb.arch/pa-nullify.exp
1374 * gdb.arch/powerpc-d128-regs.exp
1375 * gdb.arch/vsx-regs.exp
1376 * gdb.base/bfp-test.exp
1377 * gdb.base/break.exp
1378 * gdb.base/breakpoint-shadow.exp
1379 * gdb.base/callfuncs.exp
1380 * gdb.base/charset.exp
1381 * gdb.base/commands.exp
1382 * gdb.base/completion.exp
1383 * gdb.base/dfp-test.exp
1384 * gdb.base/echo.exp
1385 * gdb.base/ending-run.exp
1386 * gdb.base/eval.exp
1387 * gdb.base/expand-psymtabs.exp
1388 * gdb.base/float128.exp
1389 * gdb.base/floatn.exp
1390 * gdb.base/foll-exec-mode.exp
1391 * gdb.base/gdb1056.exp
1392 * gdb.base/gdb11531.exp
1393 * gdb.base/kill-after-signal.exp
1394 * gdb.base/multi-forks.exp
1395 * gdb.base/overlays.exp
1396 * gdb.base/pending.exp
1397 * gdb.base/sepdebug.exp
1398 * gdb.base/testenv.exp
1399 * gdb.base/valgrind-db-attach.exp
1400 * gdb.base/watch_thread_num.exp
1401 * gdb.base/watchpoint-cond-gone.exp
1402 * gdb.base/watchpoint.exp
1403 * gdb.base/watchpoints.exp
1404 * gdb.cp/arg-reference.exp
1405 * gdb.cp/baseenum.exp
1406 * gdb.cp/operator.exp
1407 * gdb.cp/shadow.exp
1408 * gdb.dwarf2/dw2-op-out-param.exp
1409 * gdb.dwarf2/dw2-reg-undefined.exp
1410 * gdb.go/chan.exp
1411 * gdb.go/hello.exp
1412 * gdb.go/integers.exp
1413 * gdb.go/methods.exp
1414 * gdb.go/package.exp
1415 * gdb.guile/scm-parameter.exp
1416 * gdb.guile/scm-progspace.exp
1417 * gdb.guile/scm-value.exp
1418 * gdb.mi/mi-pending.exp
1419 * gdb.mi/user-selected-context-sync.exp
1420 * gdb.multi/multi-attach.exp
1421 * gdb.multi/tids.exp
1422 * gdb.opt/clobbered-registers-O2.exp
1423 * gdb.pascal/floats.exp
1424 * gdb.pascal/integers.exp
1425 * gdb.python/py-block.exp
1426 * gdb.python/py-events.exp
1427 * gdb.python/py-parameter.exp
1428 * gdb.python/py-symbol.exp
1429 * gdb.python/py-symtab.exp
1430 * gdb.python/py-type.exp
1431 * gdb.python/py-value.exp
1432 * gdb.python/py-xmethods.exp
1433 * gdb.python/python.exp
1434 * gdb.reverse/break-precsave.exp
1435 * gdb.reverse/consecutive-precsave.exp
1436 * gdb.reverse/finish-precsave.exp
1437 * gdb.reverse/i386-precsave.exp
1438 * gdb.reverse/machinestate-precsave.exp
1439 * gdb.reverse/sigall-precsave.exp
1440 * gdb.reverse/solib-precsave.exp
1441 * gdb.reverse/step-precsave.exp
1442 * gdb.reverse/until-precsave.exp
1443 * gdb.reverse/watch-precsave.exp
1444 * gdb.server/ext-attach.exp
1445 * gdb.server/ext-restart.exp
1446 * gdb.server/ext-run.exp
1447 * gdb.server/ext-wrapper.exp
1448 * gdb.stabs/gdb11479.exp
1449 * gdb.stabs/weird.exp
1450 * gdb.threads/attach-many-short-lived-threads.exp
1451 * gdb.threads/kill.exp
1452 * gdb.threads/watchpoint-fork.exp
1453
bc6c7af4
LM
14542016-12-01 Luis Machado <lgustavo@codesourcery.com>
1455
1456 Fix test names starting with uppercase throughout all the files below.
1457
1458 * gdb.ada/array_return.exp
1459 * gdb.ada/catch_ex.exp
1460 * gdb.ada/info_exc.exp
1461 * gdb.ada/mi_catch_ex.exp
1462 * gdb.ada/mi_dyn_arr.exp
1463 * gdb.ada/mi_ex_cond.exp
1464 * gdb.ada/mi_exc_info.exp
1465 * gdb.ada/mi_interface.exp
1466 * gdb.ada/mi_task_arg.exp
1467 * gdb.ada/mi_task_info.exp
1468 * gdb.ada/mi_var_array.exp
1469 * gdb.arch/alpha-step.exp
1470 * gdb.arch/amd64-disp-step.exp
1471 * gdb.arch/arm-disp-step.exp
1472 * gdb.arch/disp-step-insn-reloc.exp
1473 * gdb.arch/e500-prologue.exp
1474 * gdb.arch/ftrace-insn-reloc.exp
1475 * gdb.arch/gdb1558.exp
1476 * gdb.arch/i386-bp_permanent.exp
1477 * gdb.arch/i386-disp-step.exp
1478 * gdb.arch/i386-float.exp
1479 * gdb.arch/i386-gnu-cfi.exp
1480 * gdb.arch/ia64-breakpoint-shadow.exp
1481 * gdb.arch/mips16-thunks.exp
1482 * gdb.arch/pa-nullify.exp
1483 * gdb.arch/powerpc-aix-prologue.exp
1484 * gdb.arch/powerpc-power.exp
1485 * gdb.arch/ppc-dfp.exp
1486 * gdb.arch/s390-tdbregs.exp
1487 * gdb.arch/spu-info.exp
1488 * gdb.arch/spu-ls.exp
1489 * gdb.arch/thumb-bx-pc.exp
1490 * gdb.base/advance.exp
1491 * gdb.base/annota-input-while-running.exp
1492 * gdb.base/arrayidx.exp
1493 * gdb.base/asmlabel.exp
1494 * gdb.base/async.exp
1495 * gdb.base/attach-wait-input.exp
1496 * gdb.base/auto-connect-native-target.exp
1497 * gdb.base/batch-preserve-term-settings.exp
1498 * gdb.base/bfp-test.exp
1499 * gdb.base/bigcore.exp
1500 * gdb.base/bp-permanent.exp
1501 * gdb.base/break-always.exp
1502 * gdb.base/break-fun-addr.exp
1503 * gdb.base/break-idempotent.exp
1504 * gdb.base/break-main-file-remove-fail.exp
1505 * gdb.base/break-probes.exp
1506 * gdb.base/break-unload-file.exp
1507 * gdb.base/break.exp
1508 * gdb.base/call-ar-st.exp
1509 * gdb.base/call-rt-st.exp
1510 * gdb.base/call-sc.exp
1511 * gdb.base/call-signal-resume.exp
1512 * gdb.base/call-strs.exp
1513 * gdb.base/callexit.exp
1514 * gdb.base/callfuncs.exp
1515 * gdb.base/catch-gdb-caused-signals.exp
1516 * gdb.base/catch-signal-siginfo-cond.exp
1517 * gdb.base/catch-syscall.exp
1518 * gdb.base/compare-sections.exp
1519 * gdb.base/cond-eval-mode.exp
1520 * gdb.base/condbreak-call-false.exp
1521 * gdb.base/consecutive-step-over.exp
1522 * gdb.base/cursal.exp
1523 * gdb.base/disabled-location.exp
1524 * gdb.base/disasm-end-cu.exp
1525 * gdb.base/display.exp
1526 * gdb.base/double-prompt-target-event-error.exp
1527 * gdb.base/dprintf-bp-same-addr.exp
1528 * gdb.base/dprintf-detach.exp
1529 * gdb.base/dprintf-next.exp
1530 * gdb.base/dprintf-non-stop.exp
1531 * gdb.base/dprintf-pending.exp
1532 * gdb.base/dso2dso.exp
1533 * gdb.base/ending-run.exp
1534 * gdb.base/enum_cond.exp
1535 * gdb.base/examine-backward.exp
1536 * gdb.base/exe-lock.exp
1537 * gdb.base/exec-invalid-sysroot.exp
1538 * gdb.base/execl-update-breakpoints.exp
1539 * gdb.base/execution-termios.exp
1540 * gdb.base/fileio.exp
1541 * gdb.base/fixsection.exp
1542 * gdb.base/foll-exec-mode.exp
1543 * gdb.base/foll-exec.exp
1544 * gdb.base/fork-running-state.exp
1545 * gdb.base/frame-args.exp
1546 * gdb.base/fullpath-expand.exp
1547 * gdb.base/func-ptr.exp
1548 * gdb.base/gcore-relro-pie.exp
1549 * gdb.base/gdb1090.exp
1550 * gdb.base/gdb1555.exp
1551 * gdb.base/global-var-nested-by-dso.exp
1552 * gdb.base/gnu-ifunc.exp
1553 * gdb.base/hbreak-in-shr-unsupported.exp
1554 * gdb.base/hbreak-unmapped.exp
1555 * gdb.base/hook-stop.exp
1556 * gdb.base/infcall-input.exp
1557 * gdb.base/info-fun.exp
1558 * gdb.base/info-shared.exp
1559 * gdb.base/interrupt-noterm.exp
1560 * gdb.base/jit-so.exp
1561 * gdb.base/jit.exp
1562 * gdb.base/line-symtabs.exp
1563 * gdb.base/list.exp
1564 * gdb.base/longjmp.exp
1565 * gdb.base/macscp.exp
1566 * gdb.base/max-value-size.exp
1567 * gdb.base/nodebug.exp
1568 * gdb.base/nofield.exp
1569 * gdb.base/overlays.exp
1570 * gdb.base/paginate-after-ctrl-c-running.exp
1571 * gdb.base/paginate-bg-execution.exp
1572 * gdb.base/paginate-inferior-exit.exp
1573 * gdb.base/pending.exp
1574 * gdb.base/pr11022.exp
1575 * gdb.base/printcmds.exp
1576 * gdb.base/ptr-typedef.exp
1577 * gdb.base/ptype.exp
1578 * gdb.base/randomize.exp
1579 * gdb.base/range-stepping.exp
1580 * gdb.base/realname-expand.exp
1581 * gdb.base/relativedebug.exp
1582 * gdb.base/remote.exp
1583 * gdb.base/savedregs.exp
1584 * gdb.base/sepdebug.exp
1585 * gdb.base/set-noassign.exp
1586 * gdb.base/shlib-call.exp
1587 * gdb.base/shreloc.exp
1588 * gdb.base/sigaltstack.exp
1589 * gdb.base/sigbpt.exp
1590 * gdb.base/siginfo-addr.exp
1591 * gdb.base/siginfo-obj.exp
1592 * gdb.base/siginfo-thread.exp
1593 * gdb.base/signest.exp
1594 * gdb.base/signull.exp
1595 * gdb.base/sigrepeat.exp
1596 * gdb.base/skip.exp
1597 * gdb.base/so-impl-ld.exp
1598 * gdb.base/solib-corrupted.exp
1599 * gdb.base/solib-disc.exp
1600 * gdb.base/solib-display.exp
1601 * gdb.base/solib-overlap.exp
1602 * gdb.base/solib-search.exp
1603 * gdb.base/solib-symbol.exp
1604 * gdb.base/source-execution.exp
1605 * gdb.base/sss-bp-on-user-bp-2.exp
1606 * gdb.base/sss-bp-on-user-bp.exp
1607 * gdb.base/stack-checking.exp
1608 * gdb.base/stale-infcall.exp
1609 * gdb.base/step-break.exp
1610 * gdb.base/step-line.exp
1611 * gdb.base/step-over-exit.exp
1612 * gdb.base/step-test.exp
1613 * gdb.base/structs.exp
1614 * gdb.base/sym-file.exp
1615 * gdb.base/symtab-search-order.exp
1616 * gdb.base/term.exp
1617 * gdb.base/type-opaque.exp
1618 * gdb.base/unload.exp
1619 * gdb.base/until-nodebug.exp
1620 * gdb.base/until.exp
1621 * gdb.base/unwindonsignal.exp
1622 * gdb.base/watch-cond.exp
1623 * gdb.base/watch-non-mem.exp
1624 * gdb.base/watch_thread_num.exp
1625 * gdb.base/watchpoint-reuse-slot.exp
1626 * gdb.base/watchpoint-solib.exp
1627 * gdb.base/watchpoint.exp
1628 * gdb.btrace/dlopen.exp
1629 * gdb.cell/arch.exp
1630 * gdb.cell/break.exp
1631 * gdb.cell/bt.exp
1632 * gdb.cell/core.exp
1633 * gdb.cell/data.exp
1634 * gdb.cell/dwarfaddr.exp
1635 * gdb.cell/ea-cache.exp
1636 * gdb.cell/ea-standalone.exp
1637 * gdb.cell/ea-test.exp
1638 * gdb.cell/f-regs.exp
1639 * gdb.cell/fork.exp
1640 * gdb.cell/gcore.exp
1641 * gdb.cell/mem-access.exp
1642 * gdb.cell/ptype.exp
1643 * gdb.cell/registers.exp
1644 * gdb.cell/sizeof.exp
1645 * gdb.cell/solib-symbol.exp
1646 * gdb.cell/solib.exp
1647 * gdb.compile/compile-tls.exp
1648 * gdb.cp/exception.exp
1649 * gdb.cp/gdb2495.exp
1650 * gdb.cp/local.exp
1651 * gdb.cp/mb-inline.exp
1652 * gdb.cp/mb-templates.exp
1653 * gdb.cp/pr10687.exp
1654 * gdb.cp/pr9167.exp
1655 * gdb.cp/scope-err.exp
1656 * gdb.cp/templates.exp
1657 * gdb.cp/virtfunc.exp
1658 * gdb.dwarf2/dw2-dir-file-name.exp
1659 * gdb.dwarf2/dw2-single-line-discriminators.exp
1660 * gdb.fortran/complex.exp
1661 * gdb.fortran/library-module.exp
1662 * gdb.guile/guile.exp
1663 * gdb.guile/scm-cmd.exp
1664 * gdb.guile/scm-frame-inline.exp
1665 * gdb.guile/scm-objfile.exp
1666 * gdb.guile/scm-pretty-print.exp
1667 * gdb.guile/scm-symbol.exp
1668 * gdb.guile/scm-type.exp
1669 * gdb.guile/scm-value.exp
1670 * gdb.linespec/keywords.exp
1671 * gdb.linespec/ls-errs.exp
1672 * gdb.linespec/macro-relative.exp
1673 * gdb.linespec/thread.exp
1674 * gdb.mi/mi-breakpoint-changed.exp
1675 * gdb.mi/mi-dprintf-pending.exp
1676 * gdb.mi/mi-fullname-deleted.exp
1677 * gdb.mi/mi-logging.exp
1678 * gdb.mi/mi-pending.exp
1679 * gdb.mi/mi-solib.exp
1680 * gdb.mi/new-ui-mi-sync.exp
1681 * gdb.mi/user-selected-context-sync.exp
1682 * gdb.multi/dummy-frame-restore.exp
1683 * gdb.multi/multi-arch-exec.exp
1684 * gdb.multi/remove-inferiors.exp
1685 * gdb.multi/watchpoint-multi-exit.exp
1686 * gdb.opt/solib-intra-step.exp
1687 * gdb.perf/backtrace.exp
1688 * gdb.perf/single-step.exp
1689 * gdb.perf/skip-command.exp
1690 * gdb.perf/skip-prologue.exp
1691 * gdb.perf/solib.exp
1692 * gdb.python/lib-types.exp
1693 * gdb.python/py-as-string.exp
1694 * gdb.python/py-bad-printers.exp
1695 * gdb.python/py-block.exp
1696 * gdb.python/py-breakpoint.exp
1697 * gdb.python/py-cmd.exp
1698 * gdb.python/py-events.exp
1699 * gdb.python/py-evthreads.exp
1700 * gdb.python/py-finish-breakpoint.exp
1701 * gdb.python/py-finish-breakpoint2.exp
1702 * gdb.python/py-frame-inline.exp
1703 * gdb.python/py-frame.exp
1704 * gdb.python/py-inferior.exp
1705 * gdb.python/py-infthread.exp
1706 * gdb.python/py-mi.exp
1707 * gdb.python/py-objfile.exp
1708 * gdb.python/py-pp-maint.exp
1709 * gdb.python/py-pp-registration.exp
1710 * gdb.python/py-prettyprint.exp
1711 * gdb.python/py-recurse-unwind.exp
1712 * gdb.python/py-shared.exp
1713 * gdb.python/py-symbol.exp
1714 * gdb.python/py-symtab.exp
1715 * gdb.python/py-template.exp
1716 * gdb.python/py-type.exp
1717 * gdb.python/py-unwind-maint.exp
1718 * gdb.python/py-unwind.exp
1719 * gdb.python/py-value.exp
1720 * gdb.python/python.exp
1721 * gdb.reverse/finish-reverse-bkpt.exp
1722 * gdb.reverse/insn-reverse.exp
1723 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1724 * gdb.reverse/solib-precsave.exp
1725 * gdb.reverse/solib-reverse.exp
1726 * gdb.stabs/gdb11479.exp
1727 * gdb.stabs/weird.exp
1728 * gdb.threads/fork-child-threads.exp
1729 * gdb.threads/fork-plus-threads.exp
1730 * gdb.threads/fork-thread-pending.exp
1731 * gdb.threads/forking-threads-plus-breakpoint.exp
1732 * gdb.threads/hand-call-in-threads.exp
1733 * gdb.threads/interrupted-hand-call.exp
1734 * gdb.threads/linux-dp.exp
1735 * gdb.threads/local-watch-wrong-thread.exp
1736 * gdb.threads/next-while-other-thread-longjmps.exp
1737 * gdb.threads/non-ldr-exit.exp
1738 * gdb.threads/pending-step.exp
1739 * gdb.threads/print-threads.exp
1740 * gdb.threads/process-dies-while-detaching.exp
1741 * gdb.threads/process-dies-while-handling-bp.exp
1742 * gdb.threads/pthreads.exp
1743 * gdb.threads/queue-signal.exp
1744 * gdb.threads/reconnect-signal.exp
1745 * gdb.threads/signal-command-handle-nopass.exp
1746 * gdb.threads/signal-command-multiple-signals-pending.exp
1747 * gdb.threads/signal-delivered-right-thread.exp
1748 * gdb.threads/signal-sigtrap.exp
1749 * gdb.threads/sigthread.exp
1750 * gdb.threads/staticthreads.exp
1751 * gdb.threads/stepi-random-signal.exp
1752 * gdb.threads/thread-unwindonsignal.exp
1753 * gdb.threads/thread_check.exp
1754 * gdb.threads/thread_events.exp
1755 * gdb.threads/tid-reuse.exp
1756 * gdb.threads/tls-nodebug.exp
1757 * gdb.threads/tls-shared.exp
1758 * gdb.threads/tls-so_extern.exp
1759 * gdb.threads/tls.exp
1760 * gdb.threads/wp-replication.exp
1761 * gdb.trace/actions-changed.exp
1762 * gdb.trace/actions.exp
1763 * gdb.trace/backtrace.exp
1764 * gdb.trace/change-loc.exp
1765 * gdb.trace/collection.exp
1766 * gdb.trace/deltrace.exp
1767 * gdb.trace/disconnected-tracing.exp
1768 * gdb.trace/entry-values.exp
1769 * gdb.trace/ftrace-lock.exp
1770 * gdb.trace/ftrace.exp
1771 * gdb.trace/infotrace.exp
1772 * gdb.trace/mi-trace-frame-collected.exp
1773 * gdb.trace/mi-trace-unavailable.exp
1774 * gdb.trace/mi-traceframe-changed.exp
1775 * gdb.trace/mi-tracepoint-changed.exp
1776 * gdb.trace/mi-tsv-changed.exp
1777 * gdb.trace/no-attach-trace.exp
1778 * gdb.trace/packetlen.exp
1779 * gdb.trace/passc-dyn.exp
1780 * gdb.trace/passcount.exp
1781 * gdb.trace/pending.exp
1782 * gdb.trace/pr16508.exp
1783 * gdb.trace/qtro.exp
1784 * gdb.trace/range-stepping.exp
1785 * gdb.trace/read-memory.exp
1786 * gdb.trace/report.exp
1787 * gdb.trace/save-trace.exp
1788 * gdb.trace/signal.exp
1789 * gdb.trace/stap-trace.exp
1790 * gdb.trace/status-stop.exp
1791 * gdb.trace/strace.exp
1792 * gdb.trace/tfile.exp
1793 * gdb.trace/tfind.exp
1794 * gdb.trace/trace-break.exp
1795 * gdb.trace/trace-condition.exp
1796 * gdb.trace/trace-enable-disable.exp
1797 * gdb.trace/trace-mt.exp
1798 * gdb.trace/tracecmd.exp
1799 * gdb.trace/tracefile-pseudo-reg.exp
1800 * gdb.trace/tspeed.exp
1801 * gdb.trace/tstatus.exp
1802 * gdb.trace/tsv.exp
1803 * gdb.trace/unavailable.exp
1804 * gdb.trace/while-dyn.exp
1805 * gdb.trace/while-stepping.exp
1806 * lib/gdb-guile.exp
1807 * lib/gdb.exp
1808 * lib/mi-support.exp
1809 * lib/pascal.exp
1810 * lib/perftest.exp
1811 * lib/prelink-support.exp
1812 * lib/selftest-support.exp
1813
ad02e4fe
SM
18142016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
1815
1816 * Makefile.in: Include disable-implicit-rules.mk.
1817
22347e55
AA
18182016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1819
1820 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
1821 non-byte-aligned bit fields.
1822
da5b30da
AA
18232016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1824
1825 PR gdb/12616
1826 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
1827 respects the DW_AT_data_bit_offset attribute.
1828
b593ecca
SM
18292016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
1830
1831 * gdb.base/default.exp: Fix output of "set language".
1832
3b165252
SM
18332016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
1834
1835 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
1836 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
1837 make.
1838 * configure.ac: Remove checks for the make program.
1839 * configure: Re-generate.
1840
1a2f3d7f
KB
18412016-11-16 Kevin Buettner <kevinb@redhat.com>
1842
1843 * gdb.python/py-recurse-unwind.c (main): Add loop.
1844 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
1845 to read_register() and gdb.parse_and_eval(). Make each code
1846 call a separate case that can be individually tested.
1847 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
1848 proc. Call cont_and_backtrace for each of the code paths that
1849 we want to test in the unwinder.
1850
b7f38fda
AA
18512016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
1852
1853 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
1854 the definition of struct S.
1855
1f8db343
CM
18562016-11-11 Catherine Moore <clm@codesourcery.com>
1857
1858 * gdb.base/dump.exp: Identify verilog format dump tests as such.
1859
fad0c9fb
PA
18602016-11-09 Pedro Alves <palves@redhat.com>
1861
1862 * gdb.base/commands.exp (runto_or_return): New procedure.
1863 (gdbvar_simple_if_test, gdbvar_simple_while_test)
1864 (gdbvar_complex_if_while_test, progvar_simple_if_test)
1865 (progvar_simple_while_test, progvar_complex_if_while_test)
1866 (if_while_breakpoint_command_test)
1867 (infrun_breakpoint_command_test, breakpoint_command_test)
1868 (user_defined_command_test, watchpoint_command_test)
1869 (test_command_prompt_position, redefine_hook_test)
1870 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
1871 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
1872 multi_line_input and multi_line. Remove gdb_expect and
1873 gdb_stop_suppressing_tests uses.
1874 * lib/gdb.exp (valnum_re): New global.
1875 (multi_line_input): New procedure.
1876
8354c62c
SM
18772016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
1878
1879 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
1880 Remove.
1881 (test_setup): Define with proc_with_prefix.
1882 (test_cli_inferior): Likewise.
1883 (test_cli_thread): Likewise.
1884 (test_cli_frame): Likewise.
1885 (test_cli_select_frame): Likewise.
1886 (test_cli_up_down): Likewise.
1887 (test_mi_thread_select): Likewise.
1888 (test_mi_stack_select_frame): Likewise.
1889 (test_cli_in_mi_inferior): Likewise.
1890 (test_cli_in_mi_thread): Likewise.
1891 (test_cli_in_mi_frame): Likewise.
1892 (top level): Do not use with_test_prefix_procname.
1893
64f367a2
PA
18942016-11-09 Pedro Alves <palves@redhat.com>
1895
1896 * gdb.base/commands.exp (gdbvar_simple_if_test)
1897 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
1898 (progvar_simple_if_test, progvar_simple_while_test)
1899 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
1900 (infrun_breakpoint_command_test, breakpoint_command_test)
1901 (user_defined_command_test, watchpoint_command_test)
1902 (test_command_prompt_position, deprecated_command_test)
1903 (bp_deleted_in_command, temporary_breakpoint_commands)
1904 (stray_arg0_test, source_file_with_indented_comment)
1905 (recursive_source_test, if_commands_test)
1906 (error_clears_commands_left, redefine_hook_test)
1907 (redefine_backtrace_test): Use proc_with_prefix.
1908 * lib/gdb.exp (proc_with_prefix): New proc.
1909
0bb65f1e
AA
19102016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
1911
1912 * gdb.base/tui-layout.c: New file.
1913 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
1914 disassembly window contains very long lines.
1915
7353f247
TT
19162016-11-08 Tom Tromey <tom@tromey.com>
1917
1918 * gdb.python/py-value.exp (test_value_creation): Make "long" test
1919 depend on Python 2.
1920
30a7bb83
TT
19212016-11-08 Tom Tromey <tom@tromey.com>
1922
1923 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
1924 New method.
1925
cdf5a07c
MG
19262016-10-29 Manish Goregaokar <manish@mozilla.com>
1927
2806dc7e 1928 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 1929
51a789c3
MG
19302016-10-27 Manish Goregaokar <manish@mozilla.com>
1931
2806dc7e
PA
1932 * gdb.rust/simple.rs: Add test for univariant enums without
1933 discriminants and for encoded struct-like enums.
51a789c3 1934
f610ab6d
PA
19352016-10-28 Pedro Alves <palves@redhat.com>
1936
1937 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
1938 gdb_test_multiple, tighten regexps and match symtabs and line
1939 tables incrementally.
1940
b129b0ca
LM
19412016-10-28 Luis Machado <lgustavo@codesourcery.com>
1942
1943 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
1944 general.
1945
ecf45d2c
SL
19462016-10-25 Luis Machado <lgustavo@codesourcery.com>
1947
1948 * gdb.base/exec-invalid-sysroot.exp: New file.
1949
b8d38ee4
JK
19502016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1951
1952 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
1953
f90fd8c2
JK
19542016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1955
1956 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
1957
2d2476aa
MR
19582016-10-19 Maciej W. Rozycki <macro@imgtec.com>
1959
2806dc7e
PA
1960 * gdb.base/killed-outside.exp: Remove $options from a call to
1961 `prepare_for_testing'.
2d2476aa 1962
e42b25a0
SM
19632016-10-17 Simon Marchi <simon.marchi@ericsson.com>
1964
1965 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
1966 Change test message.
1967
3ccdb432
SM
19682016-10-17 Simon Marchi <simon.marchi@ericsson.com>
1969
1970 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
1971 Update comment.
1972
5bad3170
SM
19732016-10-17 Simon Marchi <simon.marchi@ericsson.com>
1974
1975 * gdb.trace/mi-trace-save.exp: New file.
1976
5ad9dba7
YQ
19772016-10-13 Yao Qi <yao.qi@linaro.org>
1978
1979 * gdb.base/code_elim.exp (get_var_address): Remove.
1980 * gdb.base/relocate.exp: Likewise.
1981 * gdb.base/shreloc.exp: Likewise.
1982 * lib/gdb.exp (get_var_address): New.
1983
62df7e21
YQ
19842016-10-13 Yao Qi <yao.qi@linaro.org>
1985
1986 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
1987 floating point tests if $skip_float_test is false.
1988
4dac951e
LM
19892016-10-12 Luis Machado <lgustavo@codesourcery.com>
1990
1991 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
1992 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
1993 argc values.
1994 Add 1 to argc so we guarantee distinct initial/modified argc values.
1995
8f1a8fc4
JK
19962016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1997
1998 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
1999
16c85b5d
JK
20002016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2001
2002 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2003 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2004 * gdb.arch/vsx-regs.exp: Likewise.
2005
1d0e042a
YQ
20062016-10-07 Yao Qi <yao.qi@linaro.org>
2007
2008 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2009
68dadef5
MM
20102016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2011
2012 * gdb.python/python.exp: Test decode_line("*0").
2013
33fa2c6e
DE
20142016-10-06 Doug Evans <dje@google.com>
2015
2016 * gdb.python/py-value.exp (test_value_creation): Add test for large
2017 unsigned 64-bit value.
2018
9c37b5ae
TT
20192016-10-06 Tom Tromey <tom@tromey.com>
2020
2021 * gdb.compile/compile.exp: Change java tests to rust.
2022 * gdb.base/setshow.exp: Change java tests to rust.
2023 * gdb.base/default.exp: Remove java from language list.
2024 * README (Examples): Update language example.
2025 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2026 test.
2027 * lib/gdb.exp (skip_java_tests): Remove.
2028 * lib/java.exp: Remove.
2029 * gdb.java: Remove.
2030
78b86327
MR
20312016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2032
2033 * gdb.arch/mips-fcr.exp: New test.
2034 * gdb.arch/mips-fcr.c: Source for the new test.
2035
7470adbb
MR
20362016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2037
2038 * gdb.base/solib-disc.exp: Use `standard_output_file'
2039 throughout.
2040
4a556533
PA
20412016-10-06 Pedro Alves <palves@redhat.com>
2042
2043 * gdb.base/jit-simple-dl.c: New file.
2044 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2045 * gdb.base/jit-simple.c: ... this.
2046 * gdb.base/jit-simple.exp (jit_run): Delete.
2047 (build_jit): New proc.
2048 (jit_test_reread): Recompile either the main program or the shared
2049 library, depending on what is being tested. Skip changing address
2050 if caller wants to. Compare before/after addresses. If testing
2051 standalone, explicitly load the binary. Test "maint info
2052 breakpoints".
2053 (top level): Add "standalone vs shared lib" and "change address"
2054 vs "same address" axes.
2055
5a122fbc
PA
20562016-10-06 Pedro Alves <palves@redhat.com>
2057
2058 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2059 call.
2060 (jit_run): Delete.
2061 (jit_test_reread): Use with_test_prefix. Reload the main binary
2062 explicitly. Compare the before/after addresses of the JIT
2063 descriptor.
2064
ee8da4b8
DE
20652016-08-15 Doug Evans <dje@google.com>
2066
2067 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2068 for single bitfields is bool.
2069 * gdb.xml/tdesc-regs.exp: Ditto.
2070
f389f6fe
JK
20712016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2072
2073 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2074
fdebf1a4
YQ
20752016-10-05 Yao Qi <yao.qi@linaro.org>
2076
2077 * lib/gdb.exp (support_complex_tests): Return zero if
2078 gdb_skip_float_test return true.
2079
9c36d954 20802016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2081 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
2082
2083 PR gdb/20487
2084 * gdb.mi/user-selected-context-sync.exp: New file.
2085 * gdb.mi/user-selected-context-sync.c: New file.
2086
4034d0ff 20872016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2088 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
2089
2090 PR gdb/20487
2091 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2092 =thread-select-event check.
2093
a4297203
PB
20942016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2095
2096 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2097 the compulsory L operand changes.
2098 * gdb.arch/powerpc-power.s: Likewise.
2099
bb805577
JK
21002016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2101
2102 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2103 * gdb.base/jit-attach-pie.c: New file.
2104 * gdb.base/jit-attach-pie.exp: New file.
2105
6d61dee5
PA
21062016-09-28 Pedro Alves <palves@redhat.com>
2107
2108 * gdb.base/infcall-input.c: New file.
2109 * gdb.base/infcall-input.exp: New file.
2110
f73842fc
YQ
21112016-09-22 Yao Qi <yao.qi@linaro.org>
2112
2113 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2114 (gdb_exit): Rename it to ...
2115 (gdbserver_gdb_exit): ... Close GDBserver.
2116 (gdb_exit): New proc, call gdbserver_gdb_exit.
2117 (mi_gdb_exit): Likewise.
2118
90681dab
YQ
21192016-09-22 Yao Qi <yao.qi@linaro.org>
2120
2121 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2122 path.
2123 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2124 Remove duplication.
2125
9c211fd8
YQ
21262016-09-22 Yao Qi <yao.qi@linaro.org>
2127
2128 * lib/gdbserver-support.exp: Check the existence of
2129 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2130
ad0a504f
AK
21312016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2132
2133 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2134
36cf1806
TT
21352016-09-21 Tom Tromey <tom@tromey.com>
2136
2137 PR gdb/20604:
2138 * gdb.base/quit.exp: New file.
2139
74172ecf
SM
21402016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2141
2142 * .gitignore: New file.
2143
3d0ec882
MR
21442016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2145
2146 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2147 throughout.
2148
8193adea
AA
21492016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2150
2151 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2152
d41a5c09
JK
21532016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2154
2155 * gdb.cp/casts.cc (decltype): Move it ...
2156 (main): ... with its call to ...
2157 * gdb.cp/casts03.cc: ... a new file.
2158 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2159
d2dfe700
JK
21602016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2161
2162 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2163
e2a92b16
PB
21642016-09-15 Peter Bergner <bergner@vnet.ibm.com>
2165
2166 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2167 and sync up the test with tests in gas/testsuite/gas/ppc.
2168 * gdb.arch/powerpc-power.exp: Likewise.
2169
49b4de64
JK
21702016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2171
2172 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2173
2c29df25
SDJ
21742016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
2175 Jan Kratochvil <jan.kratochvil@redhat.com>
2176
2177 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2178 make m1's definition to be different from m2's. Use 'dummy' as an
2179 argument for probe 'two'.
2180
cc3c2846
JB
21812016-09-10 Jon Beniston <jon@beniston.com>
2182
2183 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2184 for sim target.
2185
e1b2624a
AA
21862016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2187
2188 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2189 variable declaration.
2190 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
2191 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2192 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2193 received HWCAP as its argument.
2194
4295e285
PA
21952016-09-06 Pedro Alves <palves@redhat.com>
2196
2197 * gdb.base/new-ui-pending-input.c: New file.
2198 * gdb.base/new-ui-pending-input.exp: New file.
2199 * gdb.exp (clear_gdb_spawn_id): New procedure.
2200 (with_spawn_id): Check whether gdb_spawn_id exists before
2201 referencing it. If gdb_spawn_id didn't exist on entry, clear it
2202 on exit.
2203
00d5215e
UW
22042016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2205
2206 * gdb.base/float128.c: New file.
2207 * gdb.base/float128.exp: Likewise.
2208 * gdb.base/floatn.c: Likewise.
2209 * gdb.base/floatn.exp: Likewise.
2210
a9ff5f12
UW
22112016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2212
2213 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2214
f245535c
PA
22152016-09-05 Pedro Alves <palves@redhat.com>
2216
2217 PR backtrace/19927
2218 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2219 unwinders are immediately called as side effect of "source" or
2220 "disable unwinder" commands.
2221 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2222
ae9cf263
YQ
22232016-09-02 Yao Qi <yao.qi@linaro.org>
2224
2225 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2226 is true and $type is "float" or "double".
2227
27aba047
YQ
22282016-09-02 Yao Qi <yao.qi@linaro.org>
2229
2230 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2231 true.
2232 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2233 * gdb.base/call-rt-st.exp: Likewise.
2234 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2235 return value instead of gdb,skip_float_test.
2236 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2237 (do_function_calls): Use its return value instead of
2238 gdb,skip_float_test.
2239 * gdb.base/finish.exp: Likewise.
2240 * gdb.base/funcargs.exp: Likewise.
2241 * gdb.base/return.exp: Likewise.
2242 * gdb.base/return2.exp: Likewise.
2243 * gdb.base/varargs.exp: Likewise.
2244 * lib/gdb.exp (gdb_skip_float_test): Change it to
2245 gdb_caching_proc. Detect the broken ptrace on arm-linux.
2246
5af962df
AA
22472016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2248
2249 * gdb.multi/tids.exp: Test "thread apply all".
2250
7fac6910
JK
22512016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2252
2253 * gdb.base/default.exp (tty): Remove.
2254
bb1fe4ac
KB
22552016-08-24 Kevin Buettner <kevinb@redhat.com>
2256
2806dc7e
PA
2257 * gdb.python/py-recurse-unwind.c: New file.
2258 * gdb.python/py-recurse-unwind.py: New file.
2259 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 2260
0a1ddfa6
SM
22612016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2262
2263 * gdb.base/set-inferior-tty.exp: New file.
2264 * gdb.base/set-inferior-tty.c: New file.
2265
d9de1fe3
PA
22662016-08-23 Pedro Alves <palves@redhat.com>
2267
2268 PR gdb/20494
2269 * gdb.base/new-ui-echo.c: New file.
2270 * gdb.base/new-ui-echo.exp: New file.
2271
e9d9abd7
YQ
22722016-08-23 Yao Qi <yao.qi@linaro.org>
2273
2274 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2275 gdbserver_spawn.
2276 * gdb.server/connect-without-multi-process.exp (do_test):
2277 Likewise.
2278
3589529e
YQ
22792016-08-23 Yao Qi <yao.qi@linaro.org>
2280
2281 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2282 standalone_txt. Delete gdb_txt and standalone_txt on host
2283 and target. Spawn the binary on target. Copy files from
2284 target to host.
2285
6bb90213
PA
22862016-08-22 Pedro Alves <palves@redhat.com>
2287
2288 PR gdb/20505
2289 * gdb.base/vdso-warning.exp: Test core dumps too. Use
2290 with_test_prefix. Factor out bits to ...
2291 (test_no_vdso): ... this new procedure.
2292
20c2c024
CL
22932016-08-19 Carl Love <cel@us.ibm.com>
2294
2295 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2296 maintaining separate logic for constructing the output path.
2297 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2298 * gdb.arch/ppc-dfp.exp: Likewise.
2299 * gdb.arch/ppc-fp.exp: Likewise.
2300 * gdb.arch/vsx-regs.exp: Likewise.
2301 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2302 binprefix for generating the additional binary files.
2303
0646e07d
PA
23042016-08-19 Pedro Alves <palves@redhat.com>
2305
2306 * gdb.trace/mi-trace-frame-collected.exp
2307 (test_trace_frame_collected): On x32, expect two registers.
2308
46da9242
CL
23092016-08-18 Carl Love <cel@us.ibm.com>
2310
2311 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2312 and sync up the test with tests in gas/testsuite/gas/ppc.
2313 * gdb.arch/powerpc-power.exp: Likewise.
2314
eb2332d7
SM
23152016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2316
2317 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2318 expected error message.
2319
63c61e04
SM
23202016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2321
2322 * gdb.multi/remove-inferiors.exp: New file.
2323 * gdb.multi/remove-inferiors.c: New file.
2324
7b17065f
YQ
23252016-08-12 Yao Qi <yao.qi@linaro.org>
2326
2327 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
2328 argument list.
2329
01d3dedf
PA
23302016-08-10 Pedro Alves <palves@redhat.com>
2331
2332 PR gdb/19187
2333 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
2334 setup_kfails.
2335
3eb7562a
PA
23362016-08-09 Pedro Alves <palves@redhat.com>
2337 Simon Marchi <simon.marchi@ericsson.com>
2338
2339 PR gdb/20418
2340 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
2341 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
2342
80614914
PA
23432016-08-09 Pedro Alves <palves@redhat.com>
2344
2345 PR mi/20431
2346 * gdb.mi/mi-cmd-error.exp: New file.
2347
f348d89a
PA
23482016-08-09 Pedro Alves <palves@redhat.com>
2349
2350 PR gdb/18653
2351 * gdb.base/signals-state-child.c: New file.
2352 * gdb.base/signals-state-child.exp: New file.
2353 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
2354
e5ca03b4
PA
23552016-08-09 Pedro Alves <palves@redhat.com>
2356
2357 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
2358
282a0691
TT
23592016-08-03 Tom Tromey <tom@tromey.com>
2360
2361 PR python/18565:
2362 * gdb.python/py-frame-inline.exp: Add Frame.function test.
2363
41bfcd63
YQ
23642016-08-01 Yao Qi <yao.qi@linaro.org>
2365
2366 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
2367 variable mode to "multi-process" if $multi_process is 1, otherwise
2368 set it to "single-process".
2369
e3465b24
YQ
23702016-08-01 Yao Qi <yao.qi@linaro.org>
2371
2372 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
2373 * gdb.cp/cpexprs.exp: Likewise.
2374 * gdb.cp/m-static.exp: Likewise.
2375
0b31a4bc
TT
23762016-07-26 Tom Tromey <tom@tromey.com>
2377
2378 PR python/20190:
2379 * gdb.threads/tls.exp (check_thread_local): Add python symbol
2380 test.
2381
e0461dbb
MM
23822016-07-26 Markus Metzger <markus.t.metzger@intel.com>
2383
2384 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
2385 selecting assembly source files.
2386 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
2387 assembly source files.
2388 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
2389 assembly source files.
2390 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
2391 selecting assembly source files.
2392
8194e927
SM
23932016-07-25 Simon Marchi <simon.marchi@ericsson.com>
2394
2395 * gdb.base/new-ui.exp (do_test_invalid_args): New
2396 procedure.
2397
c0272db5
TW
23982016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
2399
2400 * gdb.btrace/reconnect.c: New file.
2401 * gdb.btrace/reconnect.exp: New file.
2402
e3487908
GKB
24032016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
2404
2405 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
2406 to test_catch_syscall_group.
2407 (test_catch_syscall_group): New.
2408
12df5c00
TT
24092016-07-21 Tom Tromey <tom@tromey.com>
2410
2411 * gdb.rust/simple.rs (main): Use empty struct expression.
2412 * gdb.rust/simple.exp: Add tests for empty struct expression.
2413
bae62ee2
YQ
24142016-07-21 Yao Qi <yao.qi@linaro.org>
2415
2416 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
2417 if gdb_skip_xml_test is true on some targets.
2418
b1b53fb3
YQ
24192016-07-21 Yao Qi <yao.qi@linaro.org>
2420
2421 * gdb.server/solib-list.exp: Unset last_loaded_file.
2422
027d97f8
JK
24232016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2424
2425 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
2426 "step into captured_main (args)".
2427
7674d381
JK
24282016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2429
2430 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
2431
72b5d099
JK
24322016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2433
2434 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
2435
1f960ced
PA
24362016-07-19 Pedro Alves <palves@redhat.com>
2437
2438 * gdb.opt/inline-break.exp: Remove optimize=-O2.
2439 * gdb.opt/inline-bt.exp: Likewise.
2440 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
2441 additional_flags=-Winline.
2442 * gdb.opt/inline-locals.exp: Likewise.
2443 * gdb.opt/inline-markers.c (ATTR): Define.
2444 (inlined_fn): Use it.
2445
f25827c1
YQ
24462016-07-19 Yao Qi <yao.qi@linaro.org>
2447
2448 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
2449 (test_with_self): Remove some code. Remove argument executable.
2450 (top-level): Use do_self_tests.
2451
37539ebe
DB
24522016-07-15 Zachary Welch <zwelch@codesourcery.com>
2453 Don Breazeal <donb@codesourcery.com>
2454
2455 * gdb.base/maint.exp: Escape paths used in regular expressions.
2456 * gdb.stabs/weird.exp: Likewise.
2457
dac790e1
TT
24582016-07-13 Tom Tromey <tom@tromey.com>
2459
2460 PR python/15620, PR python/18620:
2461 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
2462 (test_bkpt_events): New procs.
2463
93daf339
TT
24642016-07-13 Tom Tromey <tom@tromey.com>
2465
2466 PR python/17698:
2467 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
2468 test.
2469 (test_watchpoints): Likewise.
2470 (test_bkpt_pending): New proc.
2471
6571a381
TT
24722016-07-13 Tom Tromey <tom@tromey.com>
2473
2474 PR cli/18053:
2475 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
2476 completion test.
2477
e8732474
JK
24782016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2479
2480 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
2481 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
2482 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
2483 f_label.
2484 (g): Rename g_end_lbl to g_label.
2485 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
2486 low_pc and high_pc.
2487 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
2488
e0f3fd7c
TT
24892016-07-12 Tom Tromey <tom@tromey.com>
2490
2491 PR python/19293:
2492 * gdb.python/py-unwind-maint.exp: Update tests.
2493
3cfe46b6
YQ
24942016-07-12 Yao Qi <yao.qi@linaro.org>
2495
2496 * lib/selftest-support.exp (selftest_setup): Match the output
2497 when captured_main is inlined.
2498
4f19a0e6
WT
24992016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
2500
2501 * gdb.fortran/derived-types.exp (result_line, result_line_2):
2502 New variables.
2503 (print this%a, print this%b, print this): New tests.
2504 * gdb.fortran/derived-types.f90 (this): New object and
2505 initialization.
2506
986cf455
SM
25072016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2508
2509 * gdb.ada/arraydim.exp: Remove extra directory level in build
2510 directory.
2511
f0464b23
SM
25122016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2513
2514 * lib/ada.exp: Remove extra directory level in build directory.
2515 * gdb.ada/cond_lang.exp: Likewise.
2516 * gdb.ada/exec_changed.exp: Likewise.
2517 * gdb.ada/lang_switch.exp: Likewise.
2518
42d94011
MG
25192016-07-06 Manish Goregaokar <manish@mozilla.com>
2520
2806dc7e
PA
2521 * simple.rs: Add test for raw pointer subscripting.
2522 * simple.exp: Add test expectations.
42d94011 2523
647c264c
YQ
25242016-07-05 Yao Qi <yao.qi@linaro.org>
2525
2526 * gdb.mi/mi-reverse.exp: Match =record-started output.
2527
20aa2c60
PA
25282016-07-01 Pedro Alves <palves@redhat.com>
2529
2530 * gdb.base/jit-reader.exp (info_registers_current_frame): New
2531 procedure.
2532 (jit_reader_test): Test the jit reader's unwinder.
2533 * gdb.base/jithost.c (jit_function_00_code): New global.
2534 (main): Use memcpy to fill in the mmapped code, instead of poking
2535 bytes manually here.
2536 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
2537 value.
2538 (read_debug_info): Save the function's range.
2539 (read_sp): New function.
2540 (unwind_frame): Use it. Also unwind RBP.
2541 (get_frame_id): Use read_sp.
2542 (gdb_init_reader): Use calloc instead of malloc.
2543 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
2544 parameter. Use gdb_test_multiple.
2545
ced2dffb
PA
25462016-07-01 Pedro Alves <palves@redhat.com>
2547 Antoine Tremblay <antoine.tremblay@ericsson.com>
2548
2549 * gdb.threads/process-dies-while-detaching.c: New file.
2550 * gdb.threads/process-dies-while-detaching.exp: New file.
2551
63000888
PA
25522016-07-01 Pedro Alves <palves@redhat.com>
2553
2554 * gdb.multi/watchpoint-multi-exit.c: New file.
2555 * gdb.multi/watchpoint-multi-exit.exp: New file.
2556
038d4868
PA
25572016-06-30 Pedro Alves <palves@redhat.com>
2558
2559 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
2560 unset inferior_spawn_id.
2561
994e9c83
PA
25622016-06-30 Pedro Alves <palves@redhat.com>
2563
2564 * lib/mi-support.exp (default_mi_gdb_start): Declare global
2565 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
2566
e5653468
YQ
25672016-06-29 Yao Qi <yao.qi@linaro.org>
2568
2569 * gdb.base/return.c: Add copyright header.
2570
803b47e5
TT
25712016-06-29 Tom Tromey <tom@tromey.com>
2572
2573 PR python/20129:
2574 * gdb.python/py-framefilter.exp: Add tests for setting priority
2575 and disabling of non-existent frame filter.
2576
28244707
YQ
25772016-06-29 Yao Qi <yao.qi@linaro.org>
2578
2579 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
2580 0x0f07ff.
2581
a31d2f06
YQ
25822016-06-28 Yao Qi <yao.qi@linaro.org>
2583
2584 * gdb.base/catch-syscall.exp: Remove check on isnative and target
2585 triplets. Start gdb, execute catch syscall, and continue. Check
2586 gdb's output to determine catch syscall is supported.
2587
921d8f54
MG
25882016-06-27 Manish Goregaokar <manish@mozilla.com>
2589
25d49b86
PA
2590 * gdb.rust/simple.rs: Add test for returning unit in a function.
2591 * gdb.rust/simple.exp: Add expectation for functions returning
2592 unit.
921d8f54 2593
f4952523
PMR
25942016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
2595
2596 * gdb.python/py-breakpoint-create-fail.c,
2597 gdb.python/py-breakpoint-create-fail.exp,
2598 gdb.python/py-breakpoint-create-fail.py: New testcase.
2599
fccb08f8
MG
26002016-06-25 Manish Goregaokar <manish@mozilla.com>
2601
2602 PR gdb/20239
2603 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
2604 * gdb.rust/simple.exp: Add test expectations for new NonZero
2605 tests.
fccb08f8 2606
6b850546
DT
26072016-06-24 David Taylor <dtaylor@emc.com>
2608
2609 * gdb.base/offsets.exp: New file.
2610 * gdb.base/offsets.c: New file.
2611
17621150
TT
26122016-06-23 Tom Tromey <tom@tromey.com>
2613
2614 PR gdb/16483:
2615 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
2616 before any filters are loaded.
2617
04d59df6
WT
26182016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
2619
2620 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
2621 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
2622 structs.
2623 * gdb.fortran/derived-type-function.exp: New file.
2624 * gdb.fortran/derived-type-function.f90: New file.
2625
2626
ac69f786
PA
26272016-06-21 Pedro Alves <palves@redhat.com>
2628
2629 * gdb.base/new-ui.exp: New file.
2630 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
2631 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
2632 (with_spawn_id): New procedure.
2633
49940788
PA
26342016-06-21 Pedro Alves <palves@redhat.com>
2635
2636 * gdb.mi/mi-exec-run.exp: New file.
2637
ef274d26
PA
26382016-06-21 Pedro Alves <palves@redhat.com>
2639
2640 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
2641 breakpoint command's output on the main UI.
2642 (test_break): New procedure, factored out from calls in the top
2643 level.
2644 (top level): Use foreach_with_prefix to test MI as main UI and as
2645 separate UI.
2646
468afe6c
PA
26472016-06-21 Pedro Alves <palves@redhat.com>
2648
2649 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
2650 (test_awatch_creation_and_listing)
2651 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
2652 Remove 'type' parameter.
2653 (test_watchpoint_all): New parameter mi_mode. Remove
2654 with_test_prefix.
2655 (top level): Use foreach_with_prefix, and add main/separate UI MI
2656 testing axis.
2657
51f77c37
PA
26582016-06-21 Pedro Alves <palves@redhat.com>
2659
2660 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
2661 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
2662 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
2663 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
2664 (gdb_main_spawn_id, mi_spawn_id): Declare and
2665 comment.
2666 (mi_create_inferior_pty): New procedure,
2667 factored out from default_mi_gdb_start.
2668 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
2669 procedures.
2670 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
2671 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
2672 Use mi_create_inferior_pty.
2673 (mi_gdb_start): Use eval to pass down args list.
2674
8980e177
PA
26752016-06-21 Pedro Alves <palves@redhat.com>
2676
2677 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
2678 * gdb.opt/inline-cmds.exp: Add MI tests.
2679
f38d3ad1
PA
26802016-06-21 Pedro Alves <palves@redhat.com>
2681
2682 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
2683
45db7c09
PA
26842016-06-21 Pedro Alves <palves@redhat.com>
2685
2686 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
2687 (top level): Use it instead of mi_execute_to.
2688
5a069ab3
PA
26892016-06-21 Pedro Alves <palves@redhat.com>
2690
2691 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
2692 (cont_handler_str): New.
2693 (signal_stop_handler): Set stop_handler_str instead of printing to
2694 stdout.
2695 (continue_handler): Set cont_handler_str instead of printing to
2696 stdout.
2697 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
2698 mi_send_resuming_command. Print stop_handler_str and
2699 cont_handler_str instead of expecting the python events print
2700 directly.
2701
2838cc1d
SD
27022016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2703
2704 * gdb.base/jit-reader.exp: New file.
2705 * gdb.base/jithost.c: New file.
2706 * gdb.base/jithost.h: New file.
2707 * gdb.base/jitreader.c : New file.
2708 * gdb.base/jit-protocol.h: New file.
2709
21a77091
YQ
27102016-06-17 Yao Qi <yao.qi@linaro.org>
2711
2712 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
2713 parameters follow_fork and detach_on_fork. Set follow-fork-mode
2714 and detach-on-fork. Adjust tests.
2715 (top level): Invoke break_cond_on_syscall with combinations of
2716 syscall, follow-fork-mode and detach-on-fork.
2717
f50bf8e5
YQ
27182016-06-17 Yao Qi <yao.qi@linaro.org>
2719
2720 * gdb.base/step-over-exit.c: New.
2721 * gdb.base/step-over-exit.exp: New.
2722
a28d8e50
YTL
27232016-06-17 Yan-Ting Lin <currygt52@gmail.com>
2724
2725 * gdb.base/float.exp: Add target check for nds32*-*-*.
2726 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
2727
cad8e26d
AB
27282016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
2729
2730 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
2731 for unsupported target features.
2732 * gdb.base/call-rt-st.exp: Likewise.
2733 * gdb.base/call-sc.exp: Likewise.
2734 * gdb.base/call-signal-resume.exp: Likewise.
2735 * gdb.base/call-strs.exp: Likewise.
2736 * gdb.base/callexit.exp: Likewise.
2737 * gdb.base/callfuncs.exp: Likewise.
2738 * gdb.base/nodebug.exp: Likewise.
2739 * gdb.base/printcmds.exp: Likewise.
2740 * gdb.base/ptype.exp: Likewise.
2741 * gdb.base/structs.exp: Likewise.
2742 * gdb.base/unwindonsignal.exp: Likewise.
2743 * gdb.cp/gdb2495.exp: Likewise.
2744 * gdb.cp/templates.exp: Likewise.
2745 * gdb.cp/virtfunc.exp: Likewise.
2746 * gdb.threads/hand-call-in-threads.exp: Likewise.
2747 * gdb.threads/interrupted-hand-call.exp: Likewise.
2748 * gdb.threads/thread-unwindonsignal.exp: Likewise.
2749
347dc102
TT
27502016-06-10 Tom Tromey <tom@tromey.com>
2751
2752 PR rust/20110:
2753 * gdb.rust/expr.exp: Add test for integer constant larger than
2754 i32.
2755
5e13cf25
BH
27562016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
2757
2758 * gdb.fortran/nested-funcs.exp: New.
2759 * gdb.fortran/nested-funcs.f90: New.
2760
bb556f1f
TK
27612016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
2762
2763 * gdb.base/examine-backward.c: New file.
2764 * gdb.base/examine-backward.exp: New file.
2765
38b022b4
SM
27662016-06-06 Simon Marchi <simon.marchi@ericsson.com>
2767
2768 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
2769 matching.
2770
1b40ec05
TT
27712016-06-02 Tom Tromey <tom@tromey.com>
2772
2773 PR python/18984:
2774 * gdb.python/py-shared.exp: Add solib_name test.
2775
193bd378
SM
27762016-06-02 Simon Marchi <simon.marchi@ericsson.com>
2777
2778 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
2779
3326303b
MG
27802016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
2781
2782 PR c++/19893
2783 * gdb.dwarf2/implref.exp: Rename to...
2784 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
2785 * gdb.dwarf2/implref-array.c: New file.
2786 * gdb.dwarf2/implref-array.exp: Likewise.
2787 * gdb.dwarf2/implref-global.c: Likewise.
2788 * gdb.dwarf2/implref-global.exp: Likewise.
2789 * gdb.dwarf2/implref-struct.c: Likewise.
2790 * gdb.dwarf2/implref-struct.exp: Likewise.
2791
825c8ef2
AT
27922016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2793
2794 * gdb.trace/trace-condition.exp: Add 64bit tests.
2795
2320162a
AT
27962016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2797
2798 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
2799 bits types.
2800 (main): Adapt to 8 to 64 bits types.
2801 * gdb.trace/trace-condition.exp: Add new tests.
2802
a7818233
AT
28032016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2804
2805 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
2806
0d336466
AT
28072016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2808
2809 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
2810 Move condition tests...
2811 * gdb.trace/trace-condition.exp: Here.
2812
7faeb45a
AT
28132016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2814
2815 * gdb.trace/trace-condition.exp: Add counter-case tests.
2816
e385593e
JK
28172016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2818
2819 PR c++/15231
2820 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
2821 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
2822
744608cc
PA
28232016-05-27 Pedro Alves <palves@redhat.com>
2824
2825 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
2826 New procedure.
2827 (top level): Call it, and bail out of DejaGnu is known to be bad.
2828
ac775bf4
AB
28292016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
2830
2831 * gdb.base/whatis.c: Extend the test case.
2832 * gdb.base/whatis.exp: Add additional tests.
2833
2bbad2ea
BH
28342016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2835
2836* gdb.fortran/type.f90: Add pointer variable.
2837* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
2838
8b70175d
BH
28392016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2840
2841 * gdb.fortran/vla-type.exp: Fix testcase name.
2842
86d8a848
BH
28432016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2844
2845 * gdb.fortran/vla-type.exp: Access elements in nested structs.
2846
e188eb36
BH
28472016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2848
2849 * gdb.fortran/type.f90: Add nested structures.
2850 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
2851 * gdb.fortran/derived-type.exp: Adapt expected output.
2852 * gdb.fortran/vla-type.exp: Adapt expected output.
2853
9b2db1fd
BH
28542016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2855
2856 * gdb.fortran/whatis_type.exp: Adapt expected output.
2857
72b17055
BH
28582016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2859
2860 * gdb.fortran/print_type.exp: Fix expected output.
2861 * gdb.fortran/whatis_type.exp: Fix expected output.
2862
3cd81d8d
BH
28632016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2864
2865 * gdb.fortran/whatis_type.exp: Use multi_line.
2866
ddae9462
TT
28672016-05-24 Tom Tromey <tom@tromey.com>
2868
2869 PR python/17386:
2870 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
2871 use value as an index.
2872
1957f6b8
TT
28732016-05-23 Tom Tromey <tom@tromey.com>
2874
2875 PR python/17981:
2876 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
2877 no-breakpoint case.
2878
026a9174
PA
28792016-05-24 Pedro Alves <palves@redhat.com>
2880
2881 PR gdb/19828
2882 * gdb.threads/clone-attach-detach.c: New file.
2883 * gdb.threads/clone-attach-detach.exp: New file.
2884
e70a7231
FR
28852016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
2886
2887 * gdb.base/annota-input-while-running.exp: Fix syntax error.
2888
0f6ed0e0
TT
28892016-05-23 Tom Tromey <tom@tromey.com>
2890
2891 PR python/19438, PR python/18393:
2892 * gdb.python/py-progspace.exp: Add "dir" test.
2893 * gdb.python/py-objfile.exp: Add "dir" test.
2894
ffd19d61
YQ
28952016-05-23 Yao Qi <yao.qi@linaro.org>
2896
2897 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
2898 * gdb.arch/thumb2-it.exp: Likewise.
2899
9e8f9b05
SM
29002016-05-18 Simon Marchi <simon.marchi@ericsson.com>
2901
2902 * gdb.mi/mi-threads-interrupt.c: New file.
2903 * gdb.mi/mi-threads-interrupt.exp: New file.
2904
61c6156d
SM
29052016-05-17 Simon Marchi <simon.marchi@ericsson.com>
2906
2907 PR gdb/18077
2908 * gdb.mi/mi-async-run.exp: New file.
2909 * gdb.mi/mi-async-run.c: New file.
2910
67218854
TT
29112016-05-17 Tom Tromey <tom@tromey.com>
2912 Manish Goregaokar <manishsmail@gmail.com>
2913
2914 * lib/rust-support.exp: New file.
2915 * lib/gdb.exp (skip_rust_tests): New proc.
2916 (build_executable_from_specs): Handle rust.
2917 * lib/future.exp (gdb_find_rustc): New proc.
2918 (gdb_default_target_compile): Handle rust.
2919 * gdb.rust/expr.exp: New file.
2920 * gdb.rust/generics.exp: New file.
2921 * gdb.rust/generics.rs: New file.
2922 * gdb.rust/methods.exp: New file.
2923 * gdb.rust/methods.rs: New file.
2924 * gdb.rust/modules.exp: New file.
2925 * gdb.rust/modules.rs: New file.
2926 * gdb.rust/simple.exp: New file.
2927 * gdb.rust/simple.rs: New file.
2928
c44af4eb
TT
29292016-05-17 Tom Tromey <tom@tromey.com>
2930
2931 * gdb.base/default.exp (set language): Add rust.
2932
dcd1f979
TT
29332016-05-17 Tom Tromey <tom@tromey.com>
2934
2935 * gdb.gdb/unittest.exp: New file.
2936
155b7f57
YQ
29372016-05-16 Yao Qi <yao.qi@linaro.org>
2938
2939 * gdb.base/batch-preserve-term-settings.exp: Remove variable
2940 shell_prompt. Update shell_prompt_re.
2941
8ddd5a6c
DE
29422016-05-12 Doug Evans <dje@google.com>
2943
2944 PR symtab/19999
2945 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
2946 $options when building executable.
2947 * gdb.dwarf2/fission-loclists-pie.S: New file.
2948 * gdb.dwarf2/fission-loclists-pie.exp: New file.
2949
02e370d9
SM
29502016-05-04 Simon Marchi <simon.marchi@ericsson.com>
2951
2952 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
2953 of [is_remote target],
2954
8929ad8b
SM
29552016-05-04 Simon Marchi <simon.marchi@ericsson.com>
2956
2957 * lib/gdb.exp (use_gdb_stub): New procedure.
2958
6c447423
DE
29592016-05-03 Yunlian Jiang <yunlian@google.com>
2960 Doug Evans <dje@google.com>
2961
2962 PR symtab/19914
2963 * gdb.dwarf2/dwp-sepdebug.c: New file.
2964 * gdb.dwarf2/dwp-sepdebug.exp: New file.
2965
444e826c
SM
29662016-05-02 Simon Marchi <simon.marchi@ericsson.com>
2967
2968 * gdb.base/detach.exp: Remove is_remote check.
2969
740feeaa
SM
29702016-05-02 Simon Marchi <simon.marchi@ericsson.com>
2971
2972 * gdb.base/annota-input-while-running.exp: Don't check for
2973 [is_remote target]. Enable annotations after running to main.
2974 Remove unused "set test..." line.
2975
9080ac9d
SM
29762016-04-28 Simon Marchi <simon.marchi@ericsson.com>
2977
2978 * gdb.trace/trace-enable-disable.exp: New file.
2979 * gdb.trace/trace-enable-disable.c: New file.
2980
952ebca5
SM
29812016-04-28 Simon Marchi <simon.marchi@ericsson.com>
2982
2983 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
2984 use it in info sharedlibrary test.
2985 * gdb.trace/ftrace-lock.exp: Likewise.
2986 * gdb.trace/ftrace.exp: Likewise.
2987 * gdb.trace/range-stepping.exp: Likewise.
2988 * gdb.trace/trace-break.exp: Likewise.
2989 * gdb.trace/trace-condition.exp: Likewise.
2990 * gdb.trace/trace-mt.exp: Likewise.
2991
d9019901
SM
29922016-04-27 Simon Marchi <simon.marchi@ericsson.com>
2993
2994 * lib/gdb.exp (gdb_load_shlibs): Rename to...
2995 (gdb_load_shlib): ... this.
2996 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
2997 gdb_load_shlib.
2998 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
2999 * gdb.base/ctxobj.exp: Likewise.
3000 * gdb.base/dprintf-pending.exp: Likewise.
3001 * gdb.base/dso2dso.exp: Likewise.
3002 * gdb.base/fixsection.exp: Likewise.
3003 * gdb.base/gcore-relro.exp: Likewise.
3004 * gdb.base/gdb1555.exp: Likewise.
3005 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3006 * gdb.base/gnu-ifunc.exp: Likewise.
3007 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3008 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3009 * gdb.base/pending.exp: Likewise.
3010 * gdb.base/print-file-var.exp: Likewise.
3011 * gdb.base/print-symbol-loading.exp: Likewise.
3012 * gdb.base/shlib-call.exp: Likewise.
3013 * gdb.base/shreloc.exp: Likewise.
3014 * gdb.base/so-impl-ld.exp: Likewise.
3015 * gdb.base/solib-disc.exp: Likewise.
3016 * gdb.base/solib-nodir.exp: Likewise.
3017 * gdb.base/solib-overlap.exp: Likewise.
3018 * gdb.base/solib-symbol.exp: Likewise.
3019 * gdb.base/solib-weak.exp (do_test): Likewise.
3020 * gdb.base/sym-file.exp: Likewise.
3021 * gdb.base/symtab-search-order.exp: Likewise.
3022 * gdb.base/type-opaque.exp: Likewise.
3023 * gdb.base/unload.exp: Likewise.
3024 * gdb.base/watchpoint-solib.exp: Likewise.
3025 * gdb.compile/compile.exp: Likewise.
3026 * gdb.cp/gdb2384.exp: Likewise.
3027 * gdb.cp/infcall-dlopen.exp: Likewise.
3028 * gdb.cp/re-set-overloaded.exp: Likewise.
3029 * gdb.fortran/library-module.exp: Likewise.
3030 * gdb.opt/solib-intra-step.exp: Likewise.
3031 * gdb.python/py-finish-breakpoint.exp: Likewise.
3032 * gdb.python/py-shared.exp: Likewise.
3033 * gdb.reverse/solib-precsave.exp: Likewise.
3034 * gdb.reverse/solib-reverse.exp: Likewise.
3035 * gdb.server/solib-list.exp: Likewise.
3036 * gdb.threads/dlopen-libpthread.exp: Likewise.
3037 * gdb.threads/tls-shared.exp: Likewise.
3038 * gdb.threads/tls-so_extern.exp: Likewise.
3039 * gdb.trace/change-loc.exp: Likewise.
3040 * gdb.trace/ftrace-lock.exp: Likewise.
3041 * gdb.trace/ftrace.exp: Likewise.
3042 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3043 * gdb.trace/pending.exp: Likewise.
3044 * gdb.trace/range-stepping.exp: Likewise.
3045 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3046 (strace_info_marker): Likewise.
3047 (strace_probe_marker): Likewise.
3048 (strace_trace_on_same_addr): Likewise.
3049 (strace_trace_on_diff_addr): Likewise.
3050 * gdb.trace/trace-break.exp: Likewise.
3051 * gdb.trace/trace-condition.exp: Likewise.
3052 * gdb.trace/trace-mt.exp: Likewise.
3053
fca4cfd9
SM
30542016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3055
3056 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3057 result of gdb_remote_download.
3058 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3059 * gdb.base/dso2dso.exp: Likewise.
3060 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3061 * gdb.base/print-file-var.exp: Likewise.
3062 * gdb.base/shlib-call.exp: Likewise.
3063 * gdb.base/shreloc.exp: Likewise.
3064 * gdb.base/solib-overlap.exp: Likewise.
3065 * gdb.base/solib-weak.exp (do_test): Likewise.
3066 * gdb.base/unload.exp: Likewise.
3067
11cf4ffb
YQ
30682016-04-27 Yao Qi <yao.qi@linaro.org>
3069
3070 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3071 exists.
3072
3e2e34f8
KB
30732016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3074
3075 * vla-type.exp: Print structure from toplevel.
3076
8f07e298
BH
30772016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3078
3079 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3080 of dynamic types.
3081 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3082 of dynamic types.
3083
9920b434
BH
30842016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3085
3086 * gdb.fortran/vla-type.f90: New file.
3087 * gdb.fortran/vla-type.exp: New file.
3088
f3abeff5
YQ
30892016-04-25 Yao Qi <yao.qi@linaro.org>
3090
3091 * gdb.base/branch-to-self.c: New file.
3092 * gdb.base/branch-to-self.exp: New file.
3093
0a5d52f0
YQ
30942016-04-22 Yao Qi <yao.qi@linaro.org>
3095
3096 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3097 more after $hex.
3098
495346f6
YQ
30992016-04-22 Yao Qi <yao.qi@linaro.org>
3100
3101 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3102 * gdb.base/annota3.exp: Likewise.
3103
4a7e075c
YQ
31042016-04-22 Yao Qi <yao.qi@linaro.org>
3105
3106 * gdb.reverse/step-precsave.exp: Do one step and test program
3107 stops in "callee" and do multiple steps until program goes out
3108 of "callee".
3109 * gdb.reverse/step-reverse.exp: Likewise.
3110
5b061e98
YQ
31112016-04-22 Yao Qi <yao.qi@linaro.org>
3112
3113 * gdb.trace/signal.exp: Also pass if
3114 $tracepoint_hits($i) > $iterations.
3115
5c5dc57f
YQ
31162016-04-22 Yao Qi <yao.qi@linaro.org>
3117
3118 * gdb.trace/signal.c: New file.
3119 * gdb.trace/signal.exp: New file.
3120
a55411b9
DE
31212016-04-19 Doug Evans <xdje42@gmail.com>
3122
3123 * gdb.base/bad-file.exp: New file.
3124
a22df60a
MG
31252016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3126
3127 * gdb.dwarf2/implref.exp: New file.
3128
0c13f7e5
BH
31292016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3130
3131 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3132 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3133 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3134 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3135 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3136 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3137 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3138 * lib/fortran.exp (fortran_int4): New procedure.
3139 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3140 (fortran_logical4): Likewise.
3141
9b9b09e9
BH
31422016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3143
3144 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3145
a14d1f4d
BH
31462016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3147
3148 * lib/compiler.c: Add Intel specific preprocessor macros.
3149 * lib/compiler.cc: Likewise.
25d49b86 3150
7d49b1d0
LM
31512016-04-13 Luis Machado <lgustavo@codesourcery.com>
3152
3153 * gdb.server/connect-with-no-symbol-file.c: New file.
3154 * gdb.server/connect-with-no-symbol-file.exp: New file.
3155
8392fa22
SM
31562016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3157
3158 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3159
8c4c4aeb
SM
31602016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3161
3162 * boards/gdbserver-base.exp (${board}_download): Copy source file to
3163 standard output directory.
3164
45e3745e
AT
31652016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
3166
3167 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3168
e26b7e41
MM
31692016-04-13 Markus Metzger <markus.t.metzger@intel.com>
3170
3171 * gdb.btrace/instruction_history.c (loop): Add declaration.
3172
8ce09462
AT
31732016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3174
3175 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3176
2e88a1ea
SM
31772016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
3178
3179 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3180 parentheses to print.
3181 (continue_handler): Likewise.
3182
f48e22e3
SM
31832016-04-08 Simon Marchi <simon.marchi@ericsson.com>
3184
3185 * gdb.server/solib-list.exp: Remove is_remote check.
3186 Pass shlib= to gdb_compile. Don't link shared library with
3187 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
3188 Run binary filename through "readlink -f" on the target.
3189
096be756
PA
31902016-04-08 Pedro Alves <palves@redhat.com>
3191
3192 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
3193 interpreter filename as argument to gdbserver_spawn.
3194 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3195 Return empty if $last_loaded_file does not exist.
3196
06500533
JK
31972016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3198
3199 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3200 * gdb.base/jit-main.c: Use exit after usage.
3201
2d35e871
JK
32022016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3203
3204 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3205 GDBHISTSIZE prior to the tests.
3206 * gdb.base/gdbinit-history.exp: Likewise.
3207
32082016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
3209
3210 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3211 instead of build_executable. Use gdb_load_shlibs.
3212
c8064e7e
YQ
32132016-04-07 Yao Qi <yao.qi@linaro.org>
3214
3215 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3216 Execute "si" command.
3217
bde47561
YQ
32182016-04-07 Yao Qi <yao.qi@linaro.org>
3219
3220 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3221 number instead of the comments on some line.
3222
b16f8a3b
DB
32232016-04-06 Don Breazeal <donb@codesourcery.com>
3224
3225 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3226 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3227
c2f901df
SM
32282016-04-06 Simon Marchi <simon.marchi@ericsson.com>
3229
3230 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3231 standard_output_file. Remove unused binfile variable.
3232
ac17fda0
CU
32332016-04-05 Catalin Udma <catalin.udma@freescale.com>
3234
3235 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3236 * gdb.python/py-mi-objfile.exp: Match "list main" output
3237 in console format.
3238
03a8c4df
SM
32392016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
3240
3241 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3242 absolute.
3243
6e774b13
SM
32442016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3245
3246 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3247 absolute.
3248 * gdb.trace/ftrace.exp: Likewise.
3249 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3250 targets as well.
3251 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3252 (gdb_load_shlibs): Copy libraries to test directory when testing
3253 natively. Only set solib-search-path if testing remotely.
3254 * lib/mi-support.exp (mi_load_shlibs): Likewise.
3255
7817ea46
SM
32562016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3257
3258 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3259 gdb_download. Use it even if the target is not remote.
3260 * gdb.base/jit.exp (compile_jit_test): Likewise.
3261 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3262 output directory if the destination board is local, otherwise use
3263 the standard remote_download from DejaGnu.
3264 (gdb_download): Remove.
3265 (gdb_load_shlibs): Use gdb_remote_download instead of
3266 gdb_download.
3267 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3268 Use gdb_remote_download instead of gdb_download. Use it even if
3269 the target is not remote.
3270 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3271 instead of gdb_download.
3272
7beb7f68
SM
32732016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
3274
3275 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3276 (test_insert_delete_modify): Call mi_load_shlibs before trying to
3277 run.
3278
cc63428a
AV
32792016-04-01 Artemiy Volkov <artemiyv@acm.org>
3280
3281 PR gdb/19820
3282 * gdb.base/printcmds.exp: Add artificial arrays tests.
3283
64cdf930
PA
32842016-03-31 Pedro Alves <palves@redhat.com>
3285
3286 PR gdb/19858
3287 * gdb.base/jit-main.c: Include unistd.h.
3288 (ATTACH): Define to 0 if not already defined.
3289 (wait_for_gdb, mypid): New globals.
3290 (WAIT_FOR_GDB): New macro.
3291 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
3292 some breakpoint locations.
3293 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3294 New procedures.
3295 (one_jit_test): Add REATTACH parameter, and handle it. Use
3296 continue_to_test_location.
3297 (top level): Test attach, and adjusts calls to one_jit_test.
3298
40dea8cb
PA
32992016-03-31 Pedro Alves <palves@redhat.com>
3300
3301 PR gdb/19858
3302 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
3303 BINSUFFIX parameter, and handle it.
3304 (top level): Adjust calls compile_jit_test.
3305
e7ea3ec7
CU
33062016-03-31 Catalin Udma <catalin.udma@freescale.com>
3307
3308 PR python/19743
3309 * gdb.python/py-mi-events-gdb.py: New file.
3310 * gdb.python/py-mi-events.c: New file.
3311 * gdb.python/py-mi-events.exp: New file.
3312
e6359af3
YQ
33132016-03-30 Yao Qi <yao.qi@linaro.org>
3314
3315 * gdb.reverse/until-precsave.exp: Match function name only.
3316 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3317 Move malloc to a condition block.
3318 * gdb.reverse/until-reverse.exp: Match function name only.
3319
a4105d04
MK
33202016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
3321
3322 * gdb.trace/ftrace.exp: Set arg0exp for s390.
3323 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3324 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3325 variable for GPR 0 instead of assuming it is register 0.
3326 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
3327 * lib/trace-support.exp: Add s390 registers.
3328
bfa6adb9
YQ
33292016-03-29 Yao Qi <yao.qi@linaro.org>
3330
3331 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
3332
1e6697ea
YQ
33332016-03-24 Yao Qi <yao.qi@linaro.org>
3334
3335 * gdb.reverse/break-reverse.exp: Add quotation mark in the
3336 test message.
3337
64bcd522
AA
33382016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3339
3340 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
3341 maintaining separate logic for constructing the output path.
3342
7868401b
DB
33432016-03-16 Don Breazeal <donb@codesourcery.com>
3344
3345 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3346 Retry fork and waitpid on interrupted system call errors.
3347 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3348 Use with_timeout_factor to increase timeout by factor of 10.
3349
1cafadb4
DB
33502016-03-15 Don Breazeal <donb@codesourcery.com>
3351
3352 * gdb.cp/scope-err.cc: New test program.
3353 * gdb.cp/scope-err.exp: New test script.
3354 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
3355 lines and "set breakpoint here" comment.
3356 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
3357 Fixed some whitespace and format issues.
3358 * gdb.mi/mi-linespec-err-cp.cc: New test program.
3359 * gdb.mi/mi-linespec-err-cp.exp: New test script.
3360
81516450
DE
33612016-03-15 Doug Evans <dje@google.com>
3362
3363 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
3364 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
3365 All callers updated. Add tests for enums, mixed flags register.
3366
aa52b601
DE
33672016-03-15 Doug Evans <dje@google.com>
3368
3369 * gdb.base/skip.c (main): Call test_skip_file_and_function.
3370 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
3371
fa4ff313
SM
33722016-03-14 Simon Marchi <simon.marchi@ericsson.com>
3373
3374 * gdb.base/default.exp: Add $_as_string to the list of expected
3375 convenience functions.
3376
f2403c39
AB
33772016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
3378
3379 * gdb.base/maint.exp: New tests for 'maint info line-table'.
3380
f2f3ccb9
SM
33812016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
3382
3383 * gdb.python/py-as-string.exp: New file.
3384 * gdb.python/py-as-string.c: New file.
3385
00dbd492
PA
33862016-03-09 Pedro Alves <palves@redhat.com>
3387
3388 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
3389 signal" -> "Thread NN received signal" output change.
3390 * gdb.threads/ia64-sigill.exp: Likewise.
3391 * gdb.threads/linux-dp.exp: Likewise.
3392 * gdb.threads/manythreads.exp: Likewise.
3393 * gdb.threads/pending-step.exp: Likewise.
3394 * gdb.threads/print-threads.exp: Likewise.
3395 * gdb.threads/sigstep-threads.exp: Likewise.
3396 * gdb.threads/staticthreads.exp: Likewise.
3397 * gdb.threads/tls.exp: Likewise.
3398
1e6697ea
YQ
33992016-03-09 Pedro Alves <palves@redhat.com>
3400
3401 * gdb.base/command-line-input.exp: New file.
3402
b04fd3be
MK
34032016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3404
3405 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
3406 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
3407 * gdb.trace/pending.exp: Accept leading dot before function name.
3408 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
3409 * lib/trace-support.exp: Set registers for ppc.
3410
98fa59e9
MK
34112016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3412
3413 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
3414 use it for disassembly; accept .main in addition to main in backtrace.
3415
f77198c8
MK
34162016-03-09 Wei-cheng Wang <cole945@gmail.com>
3417 Marcin Kościelnicki <koriakin@0x04.net>
3418
3419 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
3420 (gdb_recursion_test_ptr): New global variable.
3421 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
3422 gdb_recursion_test.
3423 (gdb_c_test): Ditto.
3424
ba84e0da
MK
34252016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3426
3427 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
3428 ordering.
3429
4366d36e
MK
34302016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3431
3432 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
3433 (bar): Add bar_start_lbl label.
3434 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
3435 of foo/bar for emitting DWARF and tracing.
3436
5eb264df
SDJ
34372016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
3438
3439 * analyze-racy-logs.py: Set executable bit.
3440
fb6a751f
SDJ
34412016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
3442
3443 * Makefile.in (DEFAULT_RACY_ITER): New variable.
3444 (CHECK_TARGET_TMP): Likewise.
3445 (check-single-racy): New rule.
3446 (check-parallel-racy): Likewise.
3447 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
3448 (do-check-parallel-racy): New rule.
3449 (check-racy/%.exp): Likewise.
3450 * README (Racy testcases): New section.
3451 * analyze-racy-logs.py: New file.
3452
bdf7e230
DE
34532016-03-03 Doug Evans <dje@google.com>
3454
3455 * gdb.base/skip.exp: Use with_test_prefix.
3456
4719d415
YQ
34572016-03-03 Yao Qi <yao.qi@linaro.org>
3458
3459 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
3460 Invoke step_over_syscall "clone" and break_cond_on_syscall
3461 "clone".
3462 * gdb.base/step-over-clone.c: New file.
3463
ea507862
YQ
34642016-03-03 Yao Qi <yao.qi@linaro.org>
3465
3466 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
3467 code format.
3468
8fc8cbda
YQ
34692016-03-03 Yao Qi <yao.qi@linaro.org>
3470
3471 * gdb.base/disp-step-fork.c: Rename to ...
3472 * gdb.base/step-over-fork.c: ... it. New file.
3473 * gdb.base/disp-step-vfork.c: Rename to ...
3474 * gdb.base/step-over-vfork.c: ... it. New file.
3475 * gdb.base/disp-step-syscall.exp: Rename to ...
3476 * gdb.base/step-over-syscall.exp: ... it. New file.
3477 (disp_step_cross_syscall): Rename to ...
3478 (step_over_syscall): ... it.
3479
92fa70b0
YQ
34802016-03-03 Yao Qi <yao.qi@linaro.org>
3481
3482 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
3483 If target supports condition evaluation on target, invoke
3484 break_cond_on_syscall for fork and vfork.
3485
e197ad3c
YQ
34862016-03-03 Yao Qi <yao.qi@linaro.org>
3487
3488 * gdb.base/disp-step-syscall.exp: Don't invoke
3489 support_displaced_stepping.
3490 (disp_step_cross_syscall): Test with displaced stepping off and
3491 on if supported.
3492
0b47da9f
YQ
34932016-03-03 Yao Qi <yao.qi@linaro.org>
3494
3495 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
3496 proc.
3497 (setup): New proc.
3498 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
3499 and setup.
3500
065ab6dc
BH
35012016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3502
3503 * gdb.fortran/vla-history.exp: Remove breakpoint.
3504
07e448ad 35052016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3506
25d49b86
PA
3507 * gdb.fortran/vla-history.exp: Lookup array elements and printing
3508 exceeds timeout.
07e448ad 3509
9ac2d526 35102016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3511
25d49b86
PA
3512 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
3513 breakpoint.
9ac2d526 3514
17807369
BH
35152016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3516
3517 * gdb.mi/vla.f90: Nullify pointer after declaration.
3518
86e501af
PA
35192016-03-01 Pedro Alves <palves@redhat.com>
3520
3521 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
3522
1e903e32
PA
35232016-03-01 Pedro Alves <palves@redhat.com>
3524
3525 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
3526 before anything else.
3527 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
3528 _GNU_SOURCE here.
3529 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
3530 before anything else.
3531 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
3532
6ccb54e2
PA
35332016-03-01 Pedro Alves <palves@redhat.com>
3534
3535 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
3536
30ca9da1
YQ
35372016-03-01 Yao Qi <yao.qi@linaro.org>
3538
3539 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
3540 prepare_for_testing.
3541
dc856b38
YQ
35422016-03-01 Yao Qi <yao.qi@linaro.org>
3543
3544 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
3545
4a932159
AA
35462016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3547
3548 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
3549 manually constructing the output path.
3550
f2489477
AA
35512016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3552
3553 * gdb.arch/s390-stackless.S: New.
3554 * gdb.arch/s390-stackless.exp: New.
3555
38899f16
IB
35562016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
3557
3558 * gdb.dlang/circular.c: New file.
3559 * gdb.dlang/circular.exp: New file.
3560
9fde51ed
YQ
35612016-02-26 Yao Qi <yao.qi@linaro.org>
3562
3563 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
3564 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
3565 (testcases): Update.
3566
ce90fefe
YQ
35672016-02-26 Yao Qi <yao.qi@linaro.org>
3568
3569 * gdb.reverse/aarch64.c: Rename to ...
3570 * gdb.reverse/insn-reverse.c: ... it.
3571 * gdb.reverse/aarch64.exp: Rename to ...
3572 * gdb.reverse/insn-reverse.exp: ... it.
3573
3263bceb
YQ
35742016-02-26 Yao Qi <yao.qi@linaro.org>
3575
3576 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
3577 (testcase_ftype): New.
3578 (testcases): New array.
3579 (n_testcases): New.
3580 (main): Call each element in testcases.
3581 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
3582 (read_testcase): New.
3583 Do the tests in a loop.
3584
6cb59ff1
YQ
35852016-02-25 Yao Qi <yao.qi@linaro.org>
3586
3587 * gdb.base/branches.c: Remove.
3588
ae91f625
MK
35892016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3590
3591 PR gdb/13808
3592 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
3593
678b48b7
MK
35942016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3595
3596 * gdb.trace/ftrace.exp: Remove unnecessary target check.
3597
7337a6f2
MK
35982016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3599
3600 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
3601 change x86_64 call_insn to 'callq'.
3602
861ca91f
AT
36032016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3604
3605 * gdb.trace/tfile-avx.c: Move to...
3606 * gdb.trace/tracefile-pseudo-reg.c: Here.
3607 * gdb.trace/tfile-avx.exp: Move to...
3608 * gdb.trace/tracefile-pseudo-reg.exp: Here.
3609
bf74e428
GB
36102016-02-24 Gary Benson <gbenson@redhat.com>
3611
3612 * gdb.base/attach-pie-noexec.exp: Do not expect an error
3613 message on attach.
3614
cce0e923
DE
36152016-02-23 Doug Evans <dje@google.com>
3616
3617 * gdb.base/skip.c (test_skip): New function.
3618 (end_test_skip_file_and_function): New function.
3619 (test_skip_file_and_function): New function.
3620 * gdb.base/skip1.c (test_skip): New function.
3621 (skip1_test_skip_file_and_function): New function.
3622 * gdb.base/skip.exp: Add tests for new skip options.
3623 * gdb.base/skip-solib.exp: Update expected output.
3624 * gdb.perf/skip-command.cc: New file.
3625 * gdb.perf/skip-command.exp: New file.
3626 * gdb.perf/skip-command.py: New file.
3627
4000e47e
MK
36282016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
3629
3630 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
3631 info registers pattern.
3632
24f75ead
IB
36332016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
3634
3635 * lib/future.exp: Add D support.
3636 (gdb_find_gdc): New proc.
3637 (gdb_default_target_compile): Add D support.
3638
fbb7bcbe
WW
36392016-02-18 Wei-cheng Wang <cole945@gmail.com>
3640
3641 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
3642 user+system time.
3643 (trace_speed_test): Determine the iteration count for a time
3644 between 15..30 seconds.
3645
012b3a21
WT
36462016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
3647
3648 * gdb.arch/i386-mpx-sigsegv.c: New file.
3649 * gdb.arch/i386-mpx-sigsegv.exp: New file.
3650 * gdb.arch/i386-mpx-simple_segv.c: New file.
3651 * gdb.arch/i386-mpx-simple_segv.exp: New file.
3652
2d5189bd
YQ
36532016-02-18 Yao Qi <yao.qi@linaro.org>
3654
3655 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3656 Don't call setup_kfail.
3657
40fb20d0
YQ
36582016-02-18 Yao Qi <yao.qi@linaro.org>
3659
3660 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3661 Set "set breakpoint condition-evaluation" per $cond_bp_target.
3662
21b1f8d2
DE
36632016-02-16 Doug Evans <dje@google.com>
3664
3665 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
3666 * gdb.base/skip1.c: Ditto.
3667 * gdb.base/skip.exp: Whitespace cleanup.
3668
4041ed77
DB
36692016-02-16 Don Breazeal <donb@codesourcery.com>
3670
3671 PR remote/19496
3672 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3673 Remove kfail for PR remote/19496.
3674
c4ef31bf
SM
36752016-02-16 Simon Marchi <simon.marchi@ericsson.com>
3676
3677 * lib/gdb.exp (standard_temp_file): Return a path specific to
3678 the runtest invocation.
3679
266b65b3
SM
36802016-02-16 Simon Marchi <simon.marchi@ericsson.com>
3681
3682 * gdb.trace/save-trace.exp: Change relative path to be in the
3683 standard output directory.
3684
a7a0a6a9
JK
36852016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3686
3687 * gdb.arch/i386-prologue.c: Add missing prototypes.
3688
c99dbb42
JK
36892016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3690
3691 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
3692 * gdb.arch/i386-prologue.exp: Likewise.
3693 * gdb.arch/i386-size.exp: Likewise.
3694
aa480355
SM
36952016-02-15 Simon Marchi <simon.marchi@ericsson.com>
3696
3697 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
3698 define object file path.
3699 * gdb.btrace/gcore.exp: Use standard_output_file to define core
3700 file path.
3701 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
3702 standard_output_file to define binfile.
3703
ba881f50
JK
37042016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3705
3706 Fix compatibility with recent gfortran-5.3.1.
3707 * gdb.fortran/vla-history.exp (print vla1 allocated)
3708 (print vla2 allocated, print $2, print $3): Remove
3709 (print $4): Rename to ...
3710 (print $2): ... here.
3711 (print $9): Rename to ...
3712 (print $5): ... here.
3713 (print $10): Rename to ...
3714 (print $6): ... here.
3715 * gdb.fortran/vla.f90: Add pvla initialization.
3716
e9fb005c
JK
37172016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3718
3719 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
3720 New test.
3721 * gdb.fortran/vla-value-sub.exp: Likewise.
3722
e44e00ff
MK
37232016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
3724
3725 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
3726
97e94151
SM
37272016-02-12 Simon Marchi <simon.marchi@ericsson.com>
3728
3729 * i386-biarch-core.exp: Define corefile using
3730 standard_output_file.
3731
01113bc1
YQ
37322016-02-12 Yao Qi <yao.qi@linaro.org>
3733
3734 * gdb.arch/arm-single-step-kernel-helper.c: New.
3735 * gdb.arch/arm-single-step-kernel-helper.exp: New.
3736
33b4777c
MM
37372016-02-12 Markus Metzger <markus.t.metzger@intel.com>
3738
3739 * gdb.btrace/tailcall-only.exp: New.
3740 * gdb.btrace/tailcall-only.c: New.
3741 * gdb.btrace/x86_64-tailcall-only.S: New.
3742 * gdb.btrace/i686-tailcall-only.S: New.
3743
acc23c11
PA
37442016-02-11 Pedro Alves <palves@redhat.com>
3745
3746 * README (Parallel testing): Add missing double quotes.
3747
e352bf0a
PA
37482016-02-11 Pedro Alves <palves@redhat.com>
3749
3750 * README (Parallel testing): New section.
3751 (GDB_PARALLEL): Rewrite.
3752 (FORCE_PARALLEL): Document.
3753
9f5fed78
MK
37542016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
3755
3756 * gdb.trace/tfile-avx.c: New test.
3757 * gdb.trace/tfile-avx.exp: New test.
3758
9ef9e6a6
KS
37592016-02-09 Keith Seitz <keiths@redhat.com>
3760
3761 PR breakpoints/19546
3762 * gdb.base/infcall-exec.c: New file.
3763 * gdb.base/infcall-exec2.c: New file.
3764 * gdb.base/infcall-exec.exp: New file.
3765
a96e36da
KS
37662016-02-09 Keith Seitz <keiths@redhat.com>
3767
3768 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
3769 (toplevel): Call test_bkpt_address.
3770
9f61929f
KS
37712016-02-09 Keith Seitz <keiths@redhat.com>
3772
3773 PR python/19506
3774 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
3775 (toplevel): Call test_bkpt_address.
3776
1e94266c
SM
37772016-02-09 Simon Marchi <simon.marchi@ericsson.com>
3778
3779 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
3780 to AC_OUTPUT.
3781 * configure: Regenerate.
3782
2a7f3dff
PA
37832016-02-09 Pedro Alves <palves@redhat.com>
3784
3785 PR breakpoints/19548
3786 * gdb.base/execl-update-breakpoints.c (some_function): New
3787 function.
3788 (main): Call it.
3789 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
3790 Tighten expected GDB output.
3791
2151ccc5
SM
37922016-02-08 Simon Marchi <simon.marchi@ericsson.com>
3793
3794 * Makefile.in (ALL_SUBDIRS): Remove.
3795 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
3796 (distclean maintainer-clean realclean): Likewise.
3797 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
3798 * configure: Regenerate.
3799 * gdb.ada/Makefile.in: Delete.
3800 * gdb.arch/Makefile.in: Likewise.
3801 * gdb.asm/Makefile.in: Likewise.
3802 * gdb.base/Makefile.in: Likewise.
3803 * gdb.btrace/Makefile.in: Likewise.
3804 * gdb.cell/Makefile.in: Likewise.
3805 * gdb.compile/Makefile.in: Likewise.
3806 * gdb.cp/Makefile.in: Likewise.
3807 * gdb.disasm/Makefile.in: Likewise.
3808 * gdb.dlang/Makefile.in: Likewise.
3809 * gdb.dwarf2/Makefile.in: Likewise.
3810 * gdb.fortran/Makefile.in: Likewise.
3811 * gdb.gdb/Makefile.in: Likewise.
3812 * gdb.go/Makefile.in: Likewise.
3813 * gdb.guile/Makefile.in: Likewise.
3814 * gdb.java/Makefile.in: Likewise.
3815 * gdb.linespec/Makefile.in: Likewise.
3816 * gdb.mi/Makefile.in: Likewise.
3817 * gdb.modula2/Makefile.in: Likewise.
3818 * gdb.multi/Makefile.in: Likewise.
3819 * gdb.objc/Makefile.in: Likewise.
3820 * gdb.opencl/Makefile.in: Likewise.
3821 * gdb.opt/Makefile.in: Likewise.
3822 * gdb.pascal/Makefile.in: Likewise.
3823 * gdb.perf/Makefile.in: Likewise.
3824 * gdb.python/Makefile.in: Likewise.
3825 * gdb.reverse/Makefile.in: Likewise.
3826 * gdb.server/Makefile.in: Likewise.
3827 * gdb.stabs/Makefile.in: Likewise.
3828 * gdb.threads/Makefile.in: Likewise.
3829 * gdb.trace/Makefile.in: Likewise.
3830 * gdb.xml/Makefile.in: Likewise.
3831 * lib/gdb.exp (make_gdb_parallel_path): Add check for
3832 GDB_PARALLEL.
3833 (standard_output_file): Remove check for GDB_PARALLEL, always
3834 return path in outputs/$subdir/$testname.
3835
437277d4
SM
38362016-02-08 Simon Marchi <simon.marchi@ericsson.com>
3837
3838 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
3839 (site.exp): Assign abs_srcdir to tcl's srcdir.
3840
31d913c7
YQ
38412016-02-04 Yao Qi <yao.qi@linaro.org>
3842
3843 * gdb.base/foll-exec-mode.c: Include limits.h.
3844 (main): Add parameters argc and argv. Get directory from
3845 argv[0].
3846 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
3847 compilation.
3848 * gdb.base/foll-exec.c: Include limits.h.
3849 (main): Add parameters argc and argv.
3850 Get directory from argv[0].
3851 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
3852 Adjust tests on the number of lines as source code changed.
3853 * gdb.base/foll-vfork-exit.c: Include limits.h.
3854 (main): Add one line of statement before vfork.
3855 * gdb.base/foll-vfork.c: Include limits.h and string.h.
3856 (main): Add parameters argc and argv. Get directory from
3857 argv[0].
3858 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
3859 (setup_gdb): Set tbreak to skip some source lines.
3860 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
3861 (main): Add parameters argc and argv. Get directory from
3862 argv[0].
3863 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
3864 compilation.
3865 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
3866 (main): Add parameters argc and argv. Get directory from
3867 argv[0].
3868 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
3869 compilation.
3870
9482b9fb
DE
38712016-02-01 Doug Evans <dje@google.com>
3872
3873 * gdb.base/skip.exp: Clean up multiple references to same test name.
3874
6b2e4f10
PA
38752016-02-01 Pedro Alves <palves@redhat.com>
3876
ccb6afd6 3877 PR remote/19496
6b2e4f10
PA
3878 * gdb.threads/forking-threads-plus-breakpoint.exp
3879 (displaced_stepping_supported): New global.
3880 (probe_displaced_stepping_support): New procedure.
3881 (do_test): Add 'displaced' parameter, and use it.
3882 (top level): Check for displaced stepping support. Add displaced
3883 stepping on/off testing axis.
3884
37a8db1a
AB
38852016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
3886
3887 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
3888 pointer. Don't perform further tests on the unassociated pointer
3889 if the first test fails.
3890
5fdf6324
AB
38912016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
3892
3893 * gdb.base/max-value-size.c: New file.
3894 * gdb.base/max-value-size.exp: New file.
3895 * gdb.base/huge.exp: Disable max-value-size for this test.
3896
935c6144
IB
38972016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
3898
3899 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
3900
7fe8399d
YQ
39012016-01-28 Yao Qi <yao.qi@linaro.org>
3902
3903 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
3904
a2077e25
PA
39052016-01-25 Pedro Alves <palves@redhat.com>
3906
3907 PR threads/19461
3908 * gdb.base/fork-running-state.c: New file.
3909 * gdb.base/fork-running-state.exp: New file.
3910
1d2736d4
PA
39112016-01-25 Pedro Alves <palves@redhat.com>
3912
3913 PR gdb/19494
3914 * gdb.base/catch-fork-kill.c: New file.
3915 * gdb.base/catch-fork-kill.exp: New file.
3916
f1da4b11
PA
39172016-01-25 Pedro Alves <palves@redhat.com>
3918
3919 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
3920 Delete, moved to lib/gdb.exp.
3921 * gdb.threads/forking-threads-plus-breakpoint.exp
3922 (foreach_with_prefix): Likewise.
3923 * gdb.threads/process-dies-while-handling-bp.exp
3924 (foreach_with_prefix): Likewise.
3925 * lib/gdb.exp (foreach_with_prefix): New procedure.
3926
45f38546
MK
39272016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
3928
3929 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
3930 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
3931
dc29a1ce
MK
39322016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
3933
3934 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
3935 endian targets.
3936
092127d7
JK
39372016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3938 Pedro Alves <palves@redhat.com>
3939
3940 Fix testsuite compatibility with Guile.
3941 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
3942 number.
3943
31d765d3
JK
39442016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3945
3946 Fix testsuite compatibility with Guile.
3947 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
3948 (thread 1): New test for backtrace through signal handler.
3949
1ac78c04
YQ
39502016-01-22 Yao Qi <yao.qi@linaro.org>
3951
3952 PR testsuite/19491
3953 * gdb.base/multi-forks.c: Include
3954 ../lib/unbuffer_output.c
3955 (main): Call gdb_unbuffer_output.
3956
4f5946a8
DE
39572016-01-21 Doug Evans <dje@google.com>
3958
3959 * lib/ada.exp (gdb_compile_ada): Fix typo.
3960
305e13e6
JB
39612016-01-21 Joel Brobecker <brobecker@adacore.com>
3962
3963 * gdb.base/break-fun-addr.exp: New file.
3964 * gdb.base/break-fun-addr1.c: New file.
3965 * gdb.base/break-fun-addr2.c: New file.
3966
5f5dfff6
SM
39672016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
3968
3969 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
3970 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
3971 enum flag values.
3972
fd356fa2
AA
39732016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
3974
3975 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
3976 when GDB can not set the vector return value. Add more comments
3977 for clarification.
3978
9df22175
AT
39792016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
3980
3981 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
3982 command.
3983
41d1845e
SM
39842016-01-19 Simon Marchi <simon.marchi@ericsson.com>
3985
3986 * Makefile.in (DO_RUNTEST): Add --status and update usages.
3987
01ac6840
SM
39882016-01-19 Simon Marchi <simon.marchi@ericsson.com>
3989
3990 * Makefile.in (check-single): Pass --status to runtest.
3991 (check/%.exp): Likewise.
3992
39932016-01-19 Simon Marchi <simon.marchi@ericsson.com>
3994
3995 * Makefile.in (check-parallel): Propagate return code from make
3996 do-check-parallel.
3997
bd0a71fa
MK
39982016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
3999
4000 * gdb.trace/ftrace.exp: Fix expected message on continue.
4001 * gdb.trace/pending.exp: Fix expected message on continue.
4002 * gdb.trace/trace-break.exp: Fix expected message on continue.
4003
8bcbad33
SM
40042016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4005
4006 * lib/gdb.exp (gdb_test): Remove unused global references.
4007
f303dbd6
PA
40082016-01-18 Pedro Alves <palves@redhat.com>
4009
4010 * gdb.base/async-shell.exp: Adjust expected output.
4011 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4012 * gdb.base/siginfo-thread.exp: Adjust expected output.
4013 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4014 * gdb.java/jnpe.exp: Adjust expected output.
4015 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4016 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4017 * gdb.threads/leader-exit.exp: Adjust expected output.
4018 * gdb.threads/manythreads.exp: Adjust expected output.
4019 * gdb.threads/pthreads.exp: Adjust expected output.
4020 * gdb.threads/schedlock.exp: Adjust expected output.
4021 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4022 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4023 expected output.
4024 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4025 output.
4026 * gdb.threads/sigthread.exp: Adjust expected output.
4027 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4028
b2789696
YQ
40292016-01-18 Yao Qi <yao.qi@linaro.org>
4030
4031 * gdb.guile/scm-section-script.c: Replace @progbits with
4032 %progbits.
4033 * gdb.python/py-section-script.c: Likewise.
4034
71ef29a8
PA
40352016-01-15 Pedro Alves <palves@redhat.com>
4036
4037 * gdb.multi/tids.exp: Test star wildcard ranges.
4038
3f5b7598
PA
40392016-01-15 Pedro Alves <palves@redhat.com>
4040
4041 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4042 command from "thread apply" invocation.
4043 (thr_apply_info_thr_invalid): Default the expected output to the
4044 input tid list.
4045 (top level): Add tests that use convenience variables. Add tests
4046 for "thread apply" with a valid TID list, but missing the command.
4047
663f6d42
PA
40482016-01-13 Pedro Alves <palves@redhat.com>
4049
4050 * gdb.base/default.exp: Expect $_gthread as well.
4051 * gdb.multi/tids.exp: Test $_gthread.
4052 * gdb.threads/thread-specific.exp: Test $_gthread.
4053
c84f6bbf
PA
40542016-01-13 Pedro Alves <palves@redhat.com>
4055
4056 * gdb.multi/tids.exp: Test "info threads -gid".
4057
22a02324
PA
40582016-01-13 Pedro Alves <palves@redhat.com>
4059
4060 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4061 Breakpoint.thread.
4062 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4063
5d5658a1
PA
40642016-01-07 Pedro Alves <palves@redhat.com>
4065
4066 * gdb.base/break.exp: Adjust to output changes.
4067 * gdb.base/hbreak2.exp: Likewise.
4068 * gdb.base/sepdebug.exp: Likewise.
4069 * gdb.base/watch_thread_num.exp: Likewise.
4070 * gdb.linespec/keywords.exp: Likewise.
4071 * gdb.multi/info-threads.exp: Likewise.
4072 * gdb.threads/thread-find.exp: Likewise.
4073 * gdb.multi/tids.c: New file.
4074 * gdb.multi/tids.exp: New file.
4075
84654457
PA
40762016-01-13 Pedro Alves <palves@redhat.com>
4077
4078 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4079
e3940304
PA
40802016-01-13 Pedro Alves <palves@redhat.com>
4081
4082 * gdb.base/default.exp: Expect $_inferior as well.
4083 * gdb.multi/base.exp: Test $_inferior.
4084
a911d87a
PA
40852016-01-13 Pedro Alves <palves@redhat.com>
4086
4087 PR breakpoints/19388
4088 * gdb.base/catch-signal-siginfo-cond.c: New file.
4089 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4090
82075af2
JS
40912016-01-12 Josh Stone <jistone@redhat.com>
4092 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4093
4094 * gdb.base/catch-syscall.c (do_execve): New variable.
4095 (main): Conditionally trigger an execve.
4096 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4097 (test_catch_syscall_execve): New, check entry/return across execve.
4098 (do_syscall_tests): Call test_catch_syscall_execve.
4099
e46eeedd
PA
41002016-01-12 Pedro Alves <palves@redhat.com>
4101
4102 * gdb.base/random-signal.exp (do_test): New procedure, with body
4103 of testcase moved in.
4104
01d8c27e
JK
41052016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4106 Pedro Alves <palves@redhat.com>
4107
4108 * gdb.base/funcargs.exp (finish from indirectly called function):
4109 Reintroduce the case for 'First'.
4110
9a706302
JK
41112016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4112 Pedro Alves <palves@redhat.com>
4113
4114 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4115 (tcatch_vfork_then_child_follow_exec)
4116 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4117 identification.
4118
c0ecb95f
JK
41192016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4120
4121 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4122 and repeats to unlimited.
4123 * gdb.python/py-value.exp: Likewise.
4124 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4125 and repeats to unlimited.
4126
6cfc1fcb
JK
41272016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4128
4129 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4130 and reordering the functions.
4131 * gdb.multi/hangout.c: Likewise.
4132 * gdb.multi/hello.c: Likewise.
4133
582a1b00
SM
41342016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4135
4136 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4137 absolute.
4138 (SingleStatisticTestResult.report): Use dict.keys instead of
4139 dict.iterkeys.
4140
79bc59cb
PA
41412016-01-06 Pedro Alves <palves@redhat.com>
4142
4143 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4144
43368e1d
MM
41452016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4146
4147 * gdb.btrace/dlopen.exp: New.
4148 * gdb.btrace/dlopen.c: New.
4149 * gdb.btrace/dlopen-dso.c: New.
4150
79fad5b8
SL
41512015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4152
4153 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4154 PATTERN argument is optional.
4155
ab8314b3
JB
41562015-12-24 Joel Brobecker <brobecker@adacore.com>
4157
4158 * lib/ada.exp (target_compile_ada_from_dir): New function.
4159 (gdb_compile_ada): Reimplement avoiding the use of project files.
4160 * gdb.ada/gnat_ada.gpr: Delete.
4161 * gdb.ada/cond_lang.exp: Adjust test to make path before
4162 filename optional.
4163 * gdb.ada/small_reg_param.exp: Likewise.
4164
fe33faff
SM
41652015-12-22 Simon Marchi <simon.marchi@ericsson.com>
4166
4167 * gdb.base/foll-vork.exp: Remove HP-UX special case.
4168
6d265cb4
TP
41692015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
4170
4171 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4172 case.
4173
10125099
SM
41742015-12-21 Simon Marchi <simon.marchi@ericsson.com>
4175
4176 * gdb.base/break.exp: Remove dead code.
4177 * gdb.base/sepdebug.exp: Likewise.
4178
3ca22649
SM
41792015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4180
4181 * gdb.asm/asm-source.exp: Remove HP-UX references.
4182 * gdb.base/annota1.exp: Likewise.
4183 * gdb.base/annota3.exp: Likewise.
4184 * gdb.base/attach.exp: Likewise.
4185 * gdb.base/bigcore.exp: Likewise.
4186 * gdb.base/break.exp: Likewise.
4187 * gdb.base/call-ar-st.exp: Likewise.
4188 * gdb.base/callfuncs.exp: Likewise.
4189 * gdb.base/catch-fork-static.exp: Likewise.
4190 * gdb.base/display.exp: Likewise.
4191 * gdb.base/foll-exec-mode.exp: Likewise.
4192 * gdb.base/foll-exec.exp: Likewise.
4193 * gdb.base/foll-fork.exp: Likewise.
4194 * gdb.base/foll-vfork.exp: Likewise.
4195 * gdb.base/funcargs.exp: Likewise.
4196 * gdb.base/hbreak2.exp: Likewise.
4197 * gdb.base/inferior-died.exp: Likewise.
4198 * gdb.base/interrupt.exp: Likewise.
4199 * gdb.base/multi-forks.exp: Likewise.
4200 * gdb.base/nodebug.exp: Likewise.
4201 * gdb.base/sepdebug.exp: Likewise.
4202 * gdb.base/solib1.c: Likewise.
4203 * gdb.base/step-test.exp: Likewise.
4204 * gdb.mi/non-stop.c: Likewise.
4205 * gdb.mi/pthreads.c: Likewise.
4206 * gdb.multi/bkpt-multi-exec.ex: Likewise.
4207 * gdb.threads/pthreads.c: Likewise.
4208 * gdb.threads/staticthreads.exp: Likewise.
4209 * lib/future.exp: Likewise.
4210 * lib/gdb.exp: Likewise.
4211 * gdb.base/so-indr-cl.c: Remove.
4212 * gdb.base/so-indr-cl.exp: Likewise.
4213 * gdb.base/solib.c: Likewise.
4214 * gdb.base/solib.exp: Likewise.
4215 * gdb.base/solib2.c: Likewise.
4216
b6304613
SM
42172015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4218
4219 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4220 * gdb.base/call-ar-st.exp: Likewise.
4221 * gdb.base/callfuncs.exp: Likewise.
4222 * gdb.base/condbreak.exp: Likewise.
4223 * gdb.base/constvars.exp: Likewise.
4224 * gdb.base/hbreak2.exp: Likewise.
4225 * gdb.base/langs.exp: Likewise.
4226 * gdb.base/list.exp: Likewise.
4227 * gdb.base/long_long.exp: Likewise.
4228 * gdb.base/ptype.exp: Likewise.
4229 * gdb.base/scope.exp: Likewise.
4230 * gdb.base/signals.exp: Likewise.
4231 * gdb.base/so-impl-ld.exp: Likewise.
4232 * gdb.base/varargs.exp: Likewise.
4233 * gdb.base/volatile.exp: Likewise.
4234 * gdb.base/whatis.exp: Likewise.
4235 * gdb.cp/cplusfuncs.exp: Likewise.
4236 * gdb.cp/inherit.exp: Likewise.
4237 * gdb.cp/local.exp: Likewise.
4238 * gdb.cp/member-ptr.exp: Likewise.
4239 * gdb.cp/method.exp: Likewise.
4240 * gdb.cp/overload.exp: Likewise.
4241 * gdb.cp/templates.exp: Likewise.
4242 * gdb.stabs/weird.exp: Likewise.
4243 * lib/compiler.c: Likewise.
4244 * lib/compiler.cc: Likewise.
4245 * lib/cp-support.exp: Likewise.
4246 * lib/gdb.exp: Likewise.
4247
bf401b07
SM
42482015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
4249
4250 * configure.ac: Remove HP-UX case.
4251 * configure: Regenerate.
4252
aff9c0f8
SM
42532015-12-18 Simon Marchi <simon.marchi@ericsson.com>
4254
4255 * lib/gdb.exp (gdb_compile): Add function doc.
4256
a6904d5a
PA
42572015-12-17 Pedro Alves <palves@redhat.com>
4258
4259 PR threads/19354
4260 * gdb.multi/info-threads.exp: New file.
4261
a22279dd
YQ
42622015-12-15 Yao Qi <yao.qi@linaro.org>
4263
4264 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4265 is aarch64*-*-*.
4266
0588c796
SL
42672015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4268
4269 * gdb.base/history-duplicates.exp: Skip if no readline support.
4270
5d978e17
SL
42712015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4272
4273 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4274
7e763b86
SL
42752015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4276
4277 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4278
87a3a92c
SL
42792015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4280
4281 * gdb.base/completion.exp: Skip tests that interrupt GDB with
4282 ctrl-C if nointerrupts target property is set.
4283 * gdb.base/double-prompt-target-event-error.exp: Likewise.
4284 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4285 * gdb.base/paginate-bg-execution.exp: Likewise.
4286 * gdb.base/paginate-execution-startup.exp: Likewise.
4287 * gdb.base/random-signal.exp: Likewise.
4288 * gdb.base/range-stepping.exp: Likewise.
4289 * gdb.cp/annota2.exp: Likewise.
4290 * gdb.cp/annota3.exp: Likewise.
4291 * gdb.gdb/selftest.exp: Likewise.
4292 * gdb.threads/continue-pending-status.exp: Likewise.
4293 * gdb.threads/leader-exit.exp: Likewise.
4294 * gdb.threads/manythreads.exp: Likewise.
4295 * gdb.threads/pthreads.exp: Likewise.
4296 * gdb.threads/schedlock.exp: Likewise.
4297 * gdb.threads/sigthread.exp: Likewise.
4298
a8f077dc
DB
42992015-12-11 Don Breazeal <donb@codesourcery.com>
4300
4301 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4302 remote.
4303 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4304 * gdb.base/foll-exec.exp (main): Enable for target remote.
4305 * gdb.base/foll-fork.exp (main): Likewise.
4306 * gdb.base/foll-vfork.exp (main): Likewise.
4307 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4308 (proc continue_to_exit_bp_loc): Use clean_restart.
4309 * gdb.base/pie-execl.exp (main): Disable for target remote.
4310 * gdb.base/watch-vfork.exp (main): Enable for target remote.
4311 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4312 * gdb.threads/execl.exp (main): Likewise.
4313 * gdb.threads/fork-child-threads.exp (main): Likewise.
4314 * gdb.threads/fork-plus-threads.exp (main): Disable for target
4315 remote.
4316 * gdb.threads/fork-thread-pending.exp (main): Enable for target
4317 remote.
4318 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4319 pid.tid style ptids, instead of just tid.
4320 * gdb.threads/thread-execl.exp (main): Enable for target remote.
4321 * gdb.threads/watchpoint-fork.exp (main): Likewise.
4322 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4323 ptids, instead of just tid.
4324
3b2464a8
AB
43252015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4326
4327 * gdb.base/list.exp (test_list_forward): Add end of file error
4328 test.
4329 (test_repeat_list_command): Add end of file error test.
4330 (test_list_backwards): Add beginning of file error test.
4331
a0def019
AB
43322015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4333
4334 * gdb.base/list.exp (test_list_invalid_args): New function,
4335 defined, and called.
4336
5c000dff
AB
43372015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4338
4339 * gdb.base/list.exp (test_list): Make test names unique.
4340
f1637ebe
YQ
43412015-12-11 Yao Qi <yao.qi@linaro.org>
4342
4343 * gdb.base/coremaker2.c: Remove.
4344
36d6fc0a
PA
43452015-12-10 Pedro Alves <palves@redhat.com>
4346
4347 * gdb.multi/base.exp: Remove stale "spaces" references.
4348
762f7747
PA
43492015-12-10 Pedro Alves <palves@redhat.com>
4350
4351 * gdb.multi/base.exp: Don't use nowarnings.
4352 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
4353 * gdb.multi/hangout.c: Include stdio.h.
4354 * gdb.multi/hello.c: Include stdlib.h.
4355 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
4356 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
4357 * gdb.multi/multi-arch.exp: Don't use nowarnings.
4358
28d2bfb9
AB
43592015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
4360
4361 * gdb.dwarf2/dw2-ranges-base.c: New file.
4362 * gdb.dwarf2/dw2-ranges-base.exp: New file.
4363 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
4364 support additional line table, and debug ranges generation.
4365 (Dwarf::ranges): New function, generate .debug_ranges.
4366 (Dwarf::lines): Support generating simple line table programs.
4367 (Dwarf::assemble): Initialise new namespace variables.
4368
5fc2beac
KB
43692015-12-09 Kevin Buettner <kevinb@redhat.com>
4370
4371 * gdb.base/async.exp (proc test_background): Add case for
4372 asynchronous execution not supported.
4373
1c35a88f
LM
43742015-12-09 Luis Machado <lgustavo@codesourcery.com>
4375
4376 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
4377 format and change test names to make them unique.
4378
b593e3d9
RK
43792015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
4380 Pedro Alves <pedro@redhat.com>
4381
4382 PR gdb/18702
4383 Add checking of floatformats setup on x86_64 hosts.
4384 * gdb.arch/i386-float.S (main): Load bigval and smallval.
4385 (smallval, bigval): New labels/constants.
4386 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
4387 float" after loading bigval and smallval.
4388
d72413e6
PMR
43892015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
4390
4391 * gdb.ada/fun_overload_menu.exp: New testcase.
4392 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
4393
ece66d65
JS
43942015-12-04 Josh Stone <jistone@redhat.com>
4395
4396 * gdb.base/catch-fork-static.exp: New.
4397
41d0efca
YQ
43982015-12-03 Yao Qi <yao.qi@linaro.org>
4399
4400 * gdb.base/sizeof.c: Don't include stdio.h and
4401 ../lib/unbuffer_output.c.
4402 (main): New variable 'size' and 'value'. Remove printf and
4403 gdb_unbuffer_output. Assign return value to size and value.
4404 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
4405 at the beginning.
4406 (check_sizeof): Check the result by printing variable 'size'.
4407 (check_valueof): Check the result by printing variable 'value'.
4408
99fd02d9
YQ
44092015-12-01 Yao Qi <yao.qi@linaro.org>
4410
4411 * gdb.base/disp-step-syscall.exp: Define syscall instruction
4412 for aarch64*-*-linux* target.
4413
f2faf941
PA
44142015-11-30 Pedro Alves <palves@redhat.com>
4415
4416 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
4417
04bf20c5
PA
44182015-11-30 Pedro Alves <palves@redhat.com>
4419
4420 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
4421 Handle non-stop mode vCont replies.
4422
09df4675
PA
44232015-11-30 Pedro Alves <palves@redhat.com>
4424
4425 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
4426 prepare_for_testing. Start gdb with "set non-stop on" appended to
4427 GDBFLAGS. Lax expected stop output.
4428
58b584af
YQ
44292015-11-27 Yao Qi <yao.qi@linaro.org>
4430
4431 * gdb.arch/arm-neon.exp: New.
4432 * gdb.arch/arm-neon.c: New.
4433
dfcb77a8
YQ
44342015-11-27 Yao Qi <yao.qi@linaro.org>
4435
4436 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
4437
88e8ec1b
YQ
44382015-11-27 Yao Qi <yao.qi@linaro.org>
4439
4440 * gdb.cp/annota2.exp: Allow multiple occurrences of the
4441 frames-invalid annotation.
4442
bfde72c2
YQ
44432015-11-27 Yao Qi <yao.qi@linaro.org>
4444
4445 * gdb.cp/annota2.exp: Use ${frames_invalid}.
4446
f6512a69
SM
44472015-11-26 Simon Marchi <simon.marchi@ericsson.com>
4448
4449 * gdb.threads/names.exp: New file.
4450 * gdb.threads/names.c: New file.
4451 * README: Mention gdb,no_thread_names.
4452
46a3515b
MM
44532015-11-26 Markus Metzger <markus.t.metzger@intel.com>
4454
4455 PR 19297
4456 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
4457 support" error.
4458
62147a22
PA
44592015-11-24 Pedro Alves <palves@redhat.com>
4460
4461 PR 17539
4462 * gdb.base/display.exp: Expect displays to be sorted in ascending
4463 order. Use multi_line.
4464 * gdb.base/solib-display.exp: Likewise.
4465
2f341b6e
PA
44662015-11-24 Pedro Alves <palves@redhat.com>
4467
4468 PR 17539
25d49b86
PA
4469 * gdb.base/display.exp: Expect displays to be sorted in ascending
4470 order. Use multi_line.
4471 * gdb.base/solib-display.exp: Likewise.
2f341b6e 4472
7e0aa6aa
PA
44732015-11-24 Pedro Alves <palves@redhat.com>
4474
4475 PR 17539
4476 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
4477 threads in ascending order.
4478 * gdb.base/foll-fork.exp: Likewise.
4479 * gdb.base/foll-vfork.exp: Likewise.
4480 * gdb.base/multi-forks.exp: Likewise.
4481 * gdb.mi/mi-nonstop.exp: Likewise.
4482 * gdb.mi/mi-nsintrall.exp: Likewise.
4483 * gdb.multi/base.exp: Likewise.
4484 * gdb.multi/multi-arch.exp: Likewise.
4485 * gdb.python/py-inferior.exp: Likewise.
4486 * gdb.threads/break-while-running.exp: Likewise.
4487 * gdb.threads/execl.exp: Likewise.
4488 * gdb.threads/gcore-thread.exp: Likewise.
4489 * gdb.threads/info-threads-cur-sal.exp: Likewise.
4490 * gdb.threads/kill.exp: Likewise.
4491 * gdb.threads/linux-dp.exp: Likewise.
4492 * gdb.threads/multiple-step-overs.exp: Likewise.
4493 * gdb.threads/next-bp-other-thread.exp: Likewise.
4494 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
4495 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
4496 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
4497 * gdb.threads/thread-find.exp: Likewise.
4498 * gdb.threads/tls.exp: Likewise.
4499 * lib/mi-support.exp (mi_reverse_list): Delete.
4500 (mi_check_thread_states): No longer reverse list.
4501
2cc57ad8
PA
45022015-11-24 Pedro Alves <palves@redhat.com>
4503
4504 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
4505 use lowercase.
4506
c93e8391
SM
45072015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4508
4509 * gdb.trace/actions.c: Include trace-common.h.
4510 (main): Add a location for a fast tracepoint.
4511 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
4512 the normal tracepoints.
4513 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
4514
045ccf91
SM
45152015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4516
4517 * save-trace.exp: Factor out code to these...
4518 (gdb_save_tracepoints): New.
4519 (gdb_load_tracepoints): New.
4520 (do_save_load_test): New.
4521
5506f9f6
KB
45222015-11-23 Kevin Buettner <kevinb@redhat.com>
4523
4524 * gdb.base/asmlabel.exp: New test.
4525 * gdb.base/asmlabel.c: New test case.
4526
16c3b12f
JB
45272015-11-23 Joel Brobecker <brobecker@adacore.com>
4528
4529 * gdb.base/wrong_frame_bt_full-main.c: New file.
4530 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
4531 * gdb.base/wrong_frame_bt_full.exp: New file.
4532
155bfbd3
JB
45332015-11-23 Joel Brobecker <brobecker@adacore.com>
4534
4535 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
4536
bb097445
JM
45372015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4538
206853a0 4539 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
4540 pstate register when comparing registers values in
4541 sparc64-*-linux-gnu targets to avoid spurious differences.
4542
9c88ed8f
JM
45432015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4544
206853a0 4545 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 4546
96161e25
SL
45472015-11-19 Sandra Loosemore <sandra@codesourcery.com>
4548
4549 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
4550 as type argument to gdb_compile.
4551 * gdb.base/nested-subp2.exp: Likewise.
4552 * gdb.base/nested-subp3.exp: Likewise.
4553
340c2830
DV
45542015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
4555
4556 * lib/dwarf.exp (_note): Fix left shift of negative value.
4557 * gdb.trace/trace-condition.exp: Likewise.
4558
c1862d0f
YQ
45592015-11-13 Yao Qi <yao.qi@linaro.org>
4560
4561 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
4562 comments about d10v.
4563 (test_scalar_returns): Likewise.
4564 * gdb.base/d10v.ld: Remove.
4565 * gdb.base/overlays.exp: Remove the target triplet checking for
4566 d10v-*-*.
4567 * gdb.base/structs.exp (test_struct_returns): Remove the
4568 comments about d10v.
4569 (test_struct_calls): Likewise.
4570
77ae9c19
YQ
45712015-11-13 Yao Qi <yao.qi@linaro.org>
4572
4573 * gdb.base/gnu_vector.exp: Check the return value by "p res".
4574 * gdb.base/gnu_vector.c: Don't include stdio.h.
4575 (main): Don't print res and call add_some_intvecs.
4576
430e004e
MK
45772015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
4578
4579 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
4580 macro.
4581 (func5): Removed.
4582 (func4): Use FAST_TRACEPOINT_LABEL.
4583 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
4584 macro.
4585 (func): Removed.
4586 (thread_function): Use FAST_TRACEPOINT_LABEL.
4587 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
4588 (func): Remove.
4589 (marker): Use FAST_TRACEPOINT_LABEL.
4590 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
4591 (pendfunc1): Remove.
4592 (pendfunc): Use FAST_TRACEPOINT_LABEL.
4593 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
4594 (foo): Remove.
4595 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
4596 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
4597 macro.
4598 (func): Remove.
4599 (marker): Use FAST_TRACEPOINT_LABEL.
4600 * gdb.trace/trace-common.h: New header.
4601 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
4602 macro.
4603 (func): Remove.
4604 (marker): Use FAST_TRACEPOINT_LABEL.
4605 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
4606 (func): Remove.
4607 (thread_function): Use FAST_TRACEPOINT_LABEL.
4608
6e7675a7
MK
46092015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
4610
4611 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
4612 in front.
4613 * gdb.trace/change-loc.exp: Use global pcreg definition.
4614 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
4615 * gdb.trace/entry-values.exp: Use global spreg definition, add $
4616 in front.
4617 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
4618 * gdb.trace/pending.exp: Likewise.
4619 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
4620 * gdb.trace/trace-break.exp: Likewise.
4621 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
4622 in front.
4623 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
4624 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
4625 in front.
4626 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
4627
dddc0e16
JB
46282015-11-09 Joel Brobecker <brobecker@adacore.com>
4629
4630 * gdb.ada/fin_fun_out: New testcase.
4631
c6f0b406
KB
46322015-11-07 Kevin Buettner <kevinb@redhat.com>
4633
4634 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
4635 value associated with DW_AT_byte_size.
4636 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
4637 constants for DW_AT_byte_size, DW_AT_lower_bound, and
4638 DW_AT_upper_bound.
4639
f01dcfd9
KB
46402015-11-07 Kevin Buettner <kevinb@redhat.com>
4641
4642 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
4643 (gdb_target_symbol_prefix_flags): Define in terms of _asm
4644 version.
4645 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
4646 gdb.dwarf2/dw2-canonicalize-type.exp,
4647 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
4648 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
4649 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
4650 provided by gdb_target_symbol_prefix_flags_asm.
4651 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
4652 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
4653 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
4654 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
4655 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
4656 macros where needed). Use this macro for symbols which require
4657 the prefix provided by SYMBOL_PREFIX.
4658
2223449a
KB
46592015-11-05 Kevin Buettner <kevinb@redhat.com>
4660
4661 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
4662 New procs.
4663 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
4664 representing expressions, of more than one list element.
4665 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
4666 to prepend linker symbol prefix to f.
4667 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
4668 table_1 and table_2.
4669 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
4670 Likewise, for f and g.
4671 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
4672 for ptr.
4673 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
4674 for main.
4675 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
4676 table_1_ptr and table_2_ptr.
4677
6f2f1a3a
JK
46782015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4679 Joel Brobecker <brobecker@adacore.com>
4680
4681 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
4682
566c56c9
MK
46832015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
4684
4685 * gdb.reverse/s390-mvcle.c: New test.
4686 * gdb.reverse/s390-mvcle.exp: New file.
4687 * lib/gdb.exp: Enable reverse tests on s390*-linux.
4688
d5f0636b
MK
46892015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
4690
4691 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
4692
7ad8b86c
MK
46932015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
4694
4695 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
4696 reaching marker2.
4697 * gdb.reverse/getresuid-reverse.exp: Likewise.
4698 * gdb.reverse/pipe-reverse.exp: Likewise.
4699 * gdb.reverse/readv-reverse.exp: Likewise.
4700 * gdb.reverse/recvmsg-reverse.exp: Likewise.
4701 * gdb.reverse/time-reverse.exp: Likewise.
4702 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
4703
4081c0f1
YQ
47042015-10-30 Yao Qi <yao.qi@linaro.org>
4705
4706 * gdb.threads/wp-replication.c (watch_count_done): Remove.
4707 (empty_cycle): Remove.
4708 (main): Don't call empty_cycle. Don't use watch_count_done.
4709 * gdb.threads/wp-replication.exp: Don't set breakpoint on
4710 empty_cycle. Rewrite the code counting HW watchpoints.
4711
452b4ba5
MK
47122015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
4713
4714 * gdb.reverse/fstatat-reverse.c: New test.
4715 * gdb.reverse/fstatat-reverse.exp: New file.
4716 * gdb.reverse/getresuid-reverse.c: New test.
4717 * gdb.reverse/getresuid-reverse.exp: New file.
4718 * gdb.reverse/pipe-reverse.c: New test.
4719 * gdb.reverse/pipe-reverse.exp: New file.
4720 * gdb.reverse/readv-reverse.c: New test.
4721 * gdb.reverse/readv-reverse.exp: New file.
4722 * gdb.reverse/recvmsg-reverse.c: New test.
4723 * gdb.reverse/recvmsg-reverse.exp: New file.
4724 * gdb.reverse/time-reverse.c: New test.
4725 * gdb.reverse/time-reverse.exp: New file.
4726 * gdb.reverse/waitpid-reverse.c: New test.
4727 * gdb.reverse/waitpid-reverse.exp: New file.
4728
5e2e7507
JK
47292015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4730
4731 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
4732
0fde2c53
DE
47332015-10-26 Doug Evans <dje@google.com>
4734
4735 PR symtab/17391
4736 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
4737 * gdb.dwarf2/bad-regnum.c: New file.
4738 * gdb.dwarf2/bad-regnum.exp: New file.
4739
1a70ae97
DE
47402015-10-26 Doug Evans <dje@google.com>
4741
4742 PR python/18938
4743 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
4744 file.
4745
27dc26ab
JK
47462015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4747
4748 * gdb.compile/compile.exp (compile code globalvar): Update expectation
4749 for a change by "Mention language in compile error message".
4750
bed91f4d
SM
47512015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
4752
4753 PR python/18073
4754 * gdb.python/py-type.c (C::a_method): New.
4755 (C::a_const_method): New.
4756 (C::a_static_method): New.
4757 (a_function): New.
4758 * gdb.python/py-type.exp (test_fields): Test getting fields
4759 from function and method.
4760
3f2f83dd
KB
47612015-10-21 Keven Boell <keven.boell@intel.com>
4762
4763 * gdb.fortran/vla-alloc-assoc.exp: New file.
4764 * gdb.fortran/vla-datatypes.exp: New file.
4765 * gdb.fortran/vla-datatypes.f90: New file.
4766 * gdb.fortran/vla-history.exp: New file.
4767 * gdb.fortran/vla-ptype-sub.exp: New file.
4768 * gdb.fortran/vla-ptype.exp: New file.
4769 * gdb.fortran/vla-sizeof.exp: New file.
4770 * gdb.fortran/vla-sub.f90: New file.
4771 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
4772 * gdb.fortran/vla-value-sub-finish.exp: New file.
4773 * gdb.fortran/vla-value-sub.exp: New file.
4774 * gdb.fortran/vla-value.exp: New file.
4775 * gdb.fortran/vla-ptr-info.exp: New file.
4776 * gdb.mi/mi-vla-fortran.exp: New file.
4777 * gdb.mi/vla.f90: New file.
4778
27145d50
SL
47792015-10-21 Sandra Loosemore <sandra@codesourcery.com>
4780
4781 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
4782 of hardwired timeout value.
4783
5f3ff4f8
JK
47842015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4785 Pedro Alves <palves@redhat.com>
4786
4787 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
4788 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
4789
bfd09d20
JS
47902015-10-19 Josh Stone <jistone@redhat.com>
4791
4792 * gdb.base/catch-syscall.c: Include <sched.h>.
4793 (unknown_syscall): New variable.
4794 (main): Trigger a vfork and an unknown syscall.
4795 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
4796 (unknown_syscall_number): Likewise.
4797 (check_call_to_syscall): Accept an optional syscall pattern.
4798 (check_return_from_syscall): Likewise.
4799 (check_continue): Likewise.
4800 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
4801 (test_catch_syscall_skipping_return): New test toggling off 'catch
4802 syscall' to step over the syscall return, then toggling back on.
4803 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
4804 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
4805 (do_syscall_tests): Call test_catch_syscall_without_args and
4806 test_catch_syscall_mid_vfork.
4807 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
4808 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
4809
b32b93c6
AS
48102015-10-19 Andrew Stubbs <ams@codesourcery.com>
4811
4812 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
4813 print g_vE): Add new pass patterns.
4814 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
4815 print various symbol names for vptr fields.
4816
9d622bda
AB
48172015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
4818
4819 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
4820 results.
4821
0fd8ac1c
YQ
48222015-10-12 Yao Qi <yao.qi@linaro.org>
4823
4824 * gdb.arch/disp-step-insn-reloc.exp: New test case.
4825
34240514
YQ
48262015-10-12 Yao Qi <yao.qi@linaro.org>
4827
4828 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
4829 is aarch64*-*-linux*.
4830
8240f442
YQ
48312015-10-12 Yao Qi <yao.qi@linaro.org>
4832
4833 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
4834 (can_relocate_bcond_true): ... it.
4835 (can_relocate_bcond_false): New function.
4836 (foo): Likewise.
4837 (can_relocate_bl): Likewise.
4838 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
4839 can_relocate_bl.
4840
2520f728
PMR
48412015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
4842
4843 * gdb.base/nested-addr.c: New file.
4844 * gdb.base/nested-addr.exp: New testcase.
4845
abcef95a
MM
48462015-10-09 Markus Metzger <markus.t.metzger@intel.com>
4847
4848 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
4849 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
4850 its output. Ignore the output of "record goto begin" and instead
4851 check that GDB is replaying.
4852
145e3ddb
PA
48532015-10-09 Pedro Alves <palves@redhat.com>
4854
4855 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
4856 (top level): Use it in the run with no args test.
4857
d5d8c4e1
IB
48582015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
4859
4860 * gdb.dlang/properties.exp: New file.
4861
06e635ef
SL
48622015-10-02 Sandra Loosemore <sandra@codesourcery.com>
4863
4864 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
4865 whether or not address 0x1000 is mapped on the target.
4866
e019fd1d
SM
48672015-09-30 Simon Marchi <simon.marchi@ericsson.com>
4868
4869 * gdb.python/py-type.exp: Do not run tests if binaries fail to
4870 build.
4871
77ba2a67
MM
48722015-09-30 Markus Metzger <markus.t.metzger@intel.com>
4873
4874 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
4875 instruction-history test.
4876
c60eb31f
DE
48772015-09-28 Doug Evans <dje@google.com>
4878
4879 * gdb.base/gcore.c (array_func): Add reference to static_array.
4880
9a3c8263
SM
48812015-09-25 Simon Marchi <simon.marchi@ericsson.com>
4882
4883 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
4884 source line.
4885
9720e656
SL
48862015-09-24 Sandra Loosemore <sandra@codesourcery.com>
4887
4888 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
4889 short or char as base type.
4890
938d3bf2
SL
48912015-09-23 Sandra Loosemore <sandra@codesourcery.com>
4892
4893 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
4894 to allow any size enum.
4895
e6c2c623
PMR
48962015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
4897
4898 * gdb.ada/array_ptr_renaming.exp: New testcase.
4899 * gdb.ada/array_ptr_renaming/foo.adb: New file.
4900 * gdb.ada/array_ptr_renaming/pack.ads: New file.
4901
06da0f77
PL
49022015-09-21 Pierre Langlois <pierre.langlois@arm.com>
4903
4904 * gdb.trace/ftrace-lock.c: New file.
4905 * gdb.trace/ftrace-lock.exp: New file.
4906
4f51c22a
PL
49072015-09-21 Pierre Langlois <pierre.langlois@arm.com>
4908
4909 * gdb.arch/insn-reloc.c: New file.
4910 * gdb.arch/ftrace-insn-reloc.exp: New file.
4911
7041adf4
PL
49122015-09-21 Pierre Langlois <pierre.langlois@arm.com>
4913
4914 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
4915 instruction.
4916 * gdb.trace/pendshr1.c (pendfunc): Likewise.
4917 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
4918 * gdb.trace/range-stepping.c: Likewise.
4919 * gdb.trace/trace-break.c: Likewise.
4920 * gdb.trace/trace-mt.c (thread_function): Likewise.
4921 * gdb.trace/ftrace.c (marker): Likewise.
4922 * gdb.trace/trace-condition.c (marker): Likewise.
4923 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
4924 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
4925 is_aarch64_target.
4926
015d2e7e
DE
49272015-09-18 Doug Evans <xdje42@gmail.com>
4928
4929 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
4930 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
4931
26b188a2
SL
49322015-09-18 Sandra Loosemore <sandra@codesourcery.com>
4933
4934 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
4935 the breakpoint.
4936
79dc332b
SL
49372015-09-18 Sandra Loosemore <sandra@codesourcery.com>
4938
4939 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
4940 the pending breakpoint. Remove timeout override for "Run till
4941 MI pending breakpoint on pendfunc3 on thread 2" test.
4942
f57929f2
SL
49432015-09-18 Sandra Loosemore <sandra@codesourcery.com>
4944
4945 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
4946 filename pattern.
4947
3f469b17
SL
49482015-09-18 Sandra Loosemore <sandra@codesourcery.com>
4949
4950 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
4951 in breakpoint filename pattern.
4952
515b89b3
SL
49532015-09-18 Sandra Loosemore <sandra@codesourcery.com>
4954
7800dbe4
SL
4955 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
4956
49572015-09-18 Sandra Loosemore <sandra@codesourcery.com>
4958
515b89b3
SL
4959 * gdb.linespec/explicit.exp: Check for readline support for
4960 tab-completion tests. Fix obvious typo.
4961
d2939ba2
MM
49622015-09-18 Markus Metzger <markus.t.metzger@intel.com>
4963
4964 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
4965 and replay.
4966
cbb55fa7
MM
49672015-09-18 Markus Metzger <markus.t.metzger@intel.com>
4968
4969 * gdb.btrace/non-stop.c: New.
4970 * gdb.btrace/non-stop.exp: New.
4971
43691ca1
PL
49722015-09-17 Pierre Langlois <pierre.langlois@arm.com>
4973 Yao Qi <yao.qi@linaro.org>
4974
4975 * gdb.trace/trace-condition.c: New file.
4976 * gdb.trace/trace-condition.exp: New file.
4977
d78908cf
WW
49782015-09-16 Wei-cheng Wang <cole945@gmail.com>
4979
4980 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
4981 for testing bytecode compilation.
4982
1ed415e2
PA
49832015-09-16 Pedro Alves <palves@redhat.com>
4984 Sandra Loosemore <sandra@codesourcery.com>
4985
4986 * gdb.threads/non-stop-fair-events.c (timeout): New global.
4987 (SECONDS): Redefine.
4988 (main): Call pthread_kill and alarm early.
4989 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
4990 support.
4991 (test): If the target can't hardware step and doesn't support
4992 displaced stepping, increase the timeout.
4993
d136eff5
PA
49942015-09-16 Pedro Alves <palves@redhat.com>
4995
4996 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
4997 (enable_debug): New procedures.
4998 (test): Use them. Bail out if waiting for threads fails.
4999 (top level): Bail out if a test fails.
5000
991f019c
YQ
50012015-09-16 Yao Qi <yao.qi@linaro.org>
5002
5003 * gdb.asm/asm-source.exp: Set asm-arch for
5004 aarch64*-*-* target.
5005 * gdb.asm/aarch64.inc: New file.
5006
bfca584f
PMR
50072015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5008
5009 * gdb.ada/array_of_variable_length.exp: New testcase.
5010 * gdb.ada/array_of_variable_length/foo.adb: New file.
5011 * gdb.ada/array_of_variable_length/pck.adb: New file.
5012 * gdb.ada/array_of_variable_length/pck.ads: New file.
5013
b326e587
DE
50142015-09-15 Doug Evans <dje@google.com>
5015
5016 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5017 of function static local variable.
5018
5382cfab
PW
50192015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5020
5021 * gdb.threads/tls-so_extern.exp: New test file.
5022 * gdb.threads/tls-so_extern.c: New test file.
5023 * gdb.threads/tls-so_extern_main.c: New test file.
5024
141c5cc4
JK
50252015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5026
5027 * gdb.opt/solib-intra-step-lib.c: New file.
5028 * gdb.opt/solib-intra-step-main.c: New file.
5029 * gdb.opt/solib-intra-step.exp: New file.
5030
d15dcecd
PA
50312015-09-15 Pedro Alves <palves@redhat.com>
5032
5033 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5034 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5035
4c2f2a79
PA
50362015-09-14 Pedro Alves <palves@redhat.com>
5037
5038 * gdb.base/hook-stop-continue.c: Delete.
5039 * gdb.base/hook-stop-continue.exp: Delete.
5040 * gdb.base/hook-stop-frame.c: Delete.
5041 * gdb.base/hook-stop-frame.exp: Delete.
5042 * gdb.base/hook-stop.c: New file.
5043 * gdb.base/hook-stop.exp: New file.
5044
919e6dbe
PMR
50452015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5046
5047 * gdb.ada/access_to_packed_array.exp: New testcase.
5048 * gdb.ada/access_to_packed_array/foo.adb: New file.
5049 * gdb.ada/access_to_packed_array/pack.adb: New file.
5050 * gdb.ada/access_to_packed_array/pack.ads: New file.
5051
157280a4
MM
50522015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5053
5054 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5055 buffer size test.
5056
2fd33e94
DB
50572015-09-11 Don Breazeal <donb@codesourcery.com>
5058
5059 * gdb.base/foll-exec.c: Add copyright header. Fix
5060 formatting issues.
5061 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5062 (do_exec_tests): Use clean_restart in place of zap_session,
5063 and for test initialization. Fix formatting issues. Use
5064 fail in place of perror.
5065 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5066 an expect statement to match an expression with output from
5067 the program under debug.
5068 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5069 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5070 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5071 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5072 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5073
e70b6e8e
DE
50742015-09-09 Doug Evans <dje@google.com>
5075
5076 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5077
7a551a51
DE
50782015-09-09 Doug Evans <dje@google.com>
5079
5080 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5081
4c666f84
DE
50822015-09-09 Doug Evans <dje@google.com>
5083
5084 * gdb.base/savedregs.exp: Fix typo.
5085
243a9253
PA
50862015-09-09 Pedro Alves <palves@redhat.com>
5087
5088 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5089
c0fa8fbd
SL
50902015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5091
5092 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5093 command actually switches threads. Give up on remaining
5094 tests if target fails to stop at breakpoint.
5095
cd7c1778
PMR
50962015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5097
5098 * gdb.ada/funcall_char.exp: New testcase.
5099 * gdb.ada/funcall_char/foo.adb: New file.
5100
dc5c8746
PMR
51012015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5102
5103 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5104 expected outputs. Add two testcases for completing ambiguous
5105 functions.
5106 * gdb.ada/complete/aux_pck.adb: New file.
5107 * gdb.ada/complete/aux_pck.ads: New file.
5108 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5109 Ambiguous_Func functions.
5110 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5111 * gdb.ada/complete/pck.adb: Likewise.
5112
4e83a1e7
UW
51132015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5114
5115 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5116 failures to run the test program under GDB.
5117
8ce74153
LM
51182015-08-26 Luis Machado <lgustavo@codesourcery.com>
5119
5120 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5121 to C.
5122
e9756d52
PP
51232015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5124
5125 * gdb.base/run-after-attach.exp: New test file.
5126 * gdb.base/run-after-attach.c: New test file.
5127
8d37573b
DB
51282015-08-26 Don Breazeal <donb@codesourcery.com>
5129
5130 * gdb.base/foll-exec-2.c: New test program.
5131 * gdb.base/foll-exec-2.exp: New test.
5132
63e43d3a
PMR
51332015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5134
5135 * gdb.base/nested-subp1.exp: New file.
5136 * gdb.base/nested-subp1.c: New file.
5137 * gdb.base/nested-subp2.exp: New file.
5138 * gdb.base/nested-subp2.c: New file.
5139 * gdb.base/nested-subp3.exp: New file.
5140 * gdb.base/nested-subp3.c: New file.
5141
3d40fbb5
PA
51422015-08-24 Pedro Alves <palves@redhat.com>
5143
5144 * gdb.server/connect-without-multi-process.c: New file.
5145 * gdb.server/connect-without-multi-process.exp: New file.
5146
4422ac93
LM
51472015-08-24 Luis Machado <lgustavo@codesourcery.com>
5148
5149 * gdb.opt/inline-markers.c: Make z int.
5150
91dddb86
LM
51512015-08-24 Luis Machado <lgustavo@codesourcery.com>
5152
5153 * gdb.opt/inline-markers.c: Make z volatile.
5154
a48847ee
LM
51552015-08-24 Luis Machado <lgustavo@codesourcery.com>
5156
5157 * gdb.opt/inline-bt.c: New volatile global z.
5158 * gdb.opt/inline-cmds.c: Likewise.
5159 * gdb.opt/inline-locals.c: Likewise.
5160 * gdb.opt/inline-markers.c: New extern global z.
5161 (marker): Use z.
5162 (inline_fn): Likewise.
5163
0ebbc52b
PA
51642015-08-24 Pedro Alves <palves@redhat.com>
5165
5166 * config/m32r-stub.exp: Remove file.
5167 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5168 * gdb.base/call-rt-st.exp: Likewise.
5169 * gdb.base/call-strs.exp: Likewise.
5170 * gdb.base/default.exp: Remove references to h8300-*-hms and
5171 *-*-udi*.
5172 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5173
77c365df
AA
51742015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5175
5176 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5177 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
5178 and "return" use KFAIL when GDB can not read/write the vector
5179 return value.
5180
4313b8c0
GB
51812015-08-21 Gary Benson <gbenson@redhat.com>
5182
5183 * gdb.trace/pending.exp: Cope with remote transfer warnings.
5184
0e433b32
PA
51852015-08-20 Pedro Alves <palves@redhat.com>
5186
5187 * gdb.server/solib-list.exp: No longer expect an interior stop in
5188 non-stop mode.
5189
221e1a37
PA
51902015-08-20 Pedro Alves <palves@redhat.com>
5191
5192 * gdb.server/connect-stopped-target.c: New file.
5193 * gdb.server/connect-stopped-target.exp: New file.
5194
40e3ad0e
PA
51952015-08-20 Pedro Alves <palves@redhat.com>
5196
5197 * gdb.dwarf2/comp-unit-lang.exp: New file.
5198 * gdb.dwarf2/comp-unit-lang.c: New file.
5199
af39b327
PMR
52002015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
5201
5202 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5203 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5204
7d45c7c3 52052015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 5206
7d45c7c3
KB
5207 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5208 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5209
4d6cceb4
DE
52102015-08-18 Doug Evans <dje@google.com>
5211 Adrian Sendroiu <adrian.sendroiu@freescale.com>
5212
5213 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5214 skip_python_tests. New arg prompt_regexp.
5215 (skip_python_tests): New function.
5216 * lib/mi-support.exp (mi_skip_python_tests): New function.
5217 * gdb.python/py-mi-objfile-gdb.py: New file.
5218 * gdb.python/py-mi-objfile.c: New file.
5219 * gdb.python/py-mi-objfile.exp: New file.
5220
ad89c2aa
KS
52212015-08-17 Keith Seitz <keiths@redhat.com>
5222
5223 * gdb.linespec/explicit.exp: Move strace test from here ...
5224 * gdb.trace/strace.exp: ... to here.
5225
e3ae3c43
PP
52262015-08-15 Patrick Palka <patrick@parcs.ath.cx>
5227
5228 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5229 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5230
604b2636
DE
52312015-08-14 Doug Evans <xdje42@gmail.com>
5232
5233 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5234 inferior before selecting a new file.
5235
6ff0ba5f
DE
52362015-08-14 Doug Evans <xdje42@gmail.com>
5237
5238 * gdb.mi/mi-disassemble.exp: Update.
5239 * gdb.base/disasm-optim.S: New file.
5240 * gdb.base/disasm-optim.c: New file.
5241 * gdb.base/disasm-optim.h: New file.
5242 * gdb.base/disasm-optim.exp: New file.
5243
9ca98f92
KS
52442015-08-14 Keith Seitz <keiths@redhat.com>
5245
5246 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5247 "evaluated-by".
5248
52bbc560
JB
52492015-08-13 Joel Brobecker <brobecker@adacore.com>
5250
5251 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5252
5d8c3ed3
PMR
52532015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
5254
5255 * gdb.ada/fun_renaming.exp: New testcase.
5256 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5257 * gdb.ada/fun_renaming/pack.adb: New file.
5258 * gdb.ada/fun_renaming/pack.ads: New file.
5259
ea8812bc
KS
52602015-08-12 Keith Seitz <keiths@redhat.com>
5261
5262 * gdb.base/dso2dso.exp: Pass basename of source file in call to
5263 gdb_get_line_number.
5264
4dafcdeb
JB
52652015-08-12 Joel Brobecker <brobecker@adacore.com>
5266
5267 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5268 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5269 gdb.base/dso2dso.exp: New files.
5270
5ba32597
SDJ
52712015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
5272 Pedro Alves <palves@redhat.com>
5273 Keith Seitz <keiths@redhat.com>
5274
5275 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5276 GDBFLAGS.
5277
b6dafabf
PP
52782015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5279
5280 * gdb.base/gdbhistsize-history.exp
5281 (test_histsize_history_setting): Use save_vars.
5282 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5283 Use save_vars.
5284 (test_no_truncation_of_unlimited_history_file): Use save_vars.
5285 * gdb.base/readline.exp: Use save_vars.
5286
abe8e607
PP
52872015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5288
5289 * lib/gdb.exp (save_vars): New proc.
5290
629500fa
KS
52912015-08-11 Keith Seitz <keiths@redhat.com>
5292
5293 * gdb.base/help.exp: Update help_breakpoint_text.
5294
eb8c4e2e
KS
52952015-08-11 Keith Seitz <keiths@redhat.com>
5296
5297 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5298 (at toplevel): Call test_explicit_breakpoints.
5299 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5300 breakpoints.
5301 * lib/mi-support.exp (mi_make_breakpoint): Add support for
5302 breakpoint conditions, "-cond".
5303
87f0e720
KS
53042015-08-11 Keith Seitz <keiths@redhat.com>
5305
5306 * gdb.linespec/3explicit.c: New file.
5307 * gdb.linespec/cpexplicit.cc: New file.
5308 * gdb.linespec/cpexplicit.exp: New file.
5309 * gdb.linespec/explicit.c: New file.
5310 * gdb.linespec/explicit.exp: New file.
5311 * gdb.linespec/explicit2.c: New file.
5312 * gdb.linespec/ls-errs.exp: Add explicit location tests.
5313 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5314 before using in the matching pattern.
5315 Clarify that `prefix' is a regular expression.
5316
f00aae0f
KS
53172015-08-11 Keith Seitz <keiths@redhat.com>
5318
5319 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5320 test.
5321 Add tests for missing ",FMT" and ",".
5322
e27852be
DE
53232015-08-10 Doug Evans <dje@google.com>
5324 Keith Seitz <keiths@redhat.com>
5325
5326 PR gdb/17960
5327 * gdb.base/completion.exp: Add location completer tests.
5328
7f03bd92
PA
53292015-08-07 Pedro Alves <palves@redhat.com>
5330
5331 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
5332 tests here.
5333 (top level): Run do_test with and without displaced stepping.
5334
3fc8eb30
PA
53352015-08-07 Pedro Alves <palves@redhat.com>
5336
5337 * gdb.base/valgrind-disp-step.c: New file.
5338 * gdb.base/valgrind-disp-step.exp: New file.
5339
d4569d7b
PA
53402015-08-07 Pedro Alves <palves@redhat.com>
5341
5342 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
5343 Delete function.
5344 (main): Add alarm. Run an infinite loop instead of calling
5345 wait_threads.
5346 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
5347 comment.
5348 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
5349 Delete function.
5350 (main): Add alarm. Run an infinite loop instead of calling
5351 wait_threads.
5352 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
5353 comment.
5354
e1316e60
PA
53552015-08-07 Pedro Alves <palves@redhat.com>
5356
5357 * gdb.base/checkpoint-ns.exp: New file.
5358 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
5359 standard_testfile.
5360
da8c46d2
MM
53612015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5362
5363 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
5364 * gdb.btrace/instruction_history.exp: Update.
5365 * gdb.btrace/tsx.exp: New.
5366 * gdb.btrace/tsx.c: New.
5367
de1c2c52
PA
53682015-08-06 Pedro Alves <palves@redhat.com>
5369
5370 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
5371 increase timeout.
5372 * gdb.reverse/until-precsave.exp: Bump timeouts.
5373
782e0bf4
PA
53742015-08-06 Pedro Alves <palves@redhat.com>
5375
5376 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
5377
83e97ed0
PA
53782015-08-06 Pedro Alves <palves@redhat.com>
5379
5380 PR gdb/18749
5381 * gdb.threads/process-dies-while-handling-bp.c: New file.
5382 * gdb.threads/process-dies-while-handling-bp.exp: New file.
5383
863d01bd
PA
53842015-08-06 Pedro Alves <palves@redhat.com>
5385
5386 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
5387 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
5388
0a39bb32
PA
53892015-08-05 Pedro Alves <palves@redhat.com>
5390
5391 * gdb.threads/next-while-other-thread-longjmps.c: New file.
5392 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
5393
ee2d2b10
SL
53942015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5395
5396 * gdb.base/bp-permanent.exp: Report test as unsupported if
5397 the target cannot stop at the permanent breakpoint.
5398
4e1bdb00
DE
53992015-08-03 Doug Evans <dje@google.com>
5400
5401 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
5402 10000.
5403
3d338901
DE
54042015-08-03 Doug Evans <dje@google.com>
5405
5406 * Makefile.in (workers/%.worker, build-perf): New rule.
5407 (GDB_PERFTEST_MODE): New variable.
5408 (check-perf): Use it.
5409 (clean): Clean up gdb.perf parallel build subdirs.
5410 * lib/build-piece.exp: New file.
5411 * lib/gdb.exp (make_gdb_parallel_path): New function
5412 (standard_output_file, standard_temp_file): Call it.
5413 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5414 of $GDB_PARALLEL.
5415 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
5416
af061d3e
DE
54172015-08-03 Doug Evans <dje@google.com>
5418
8e1afc81 5419 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
5420 (LOG_FILE_NAME): New global.
5421 (TextReporter.__init__): Initialize self.txt_sum.
5422 (TextReporter.report): Add support for multiple data-points.
5423 Move report to perftest.sum, put raw data in perftest.log.
5424 (TextReporter.start): Open sum and log files.
5425 (TextReporter.end): Close sum and log files.
8e1afc81
DE
5426 * gdb.perf/lib/perftest/testresult.py
5427 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 5428
2c8c5d37
PA
54292015-07-31 Pedro Alves <palves@redhat.com>
5430
5431 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
5432 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5433 kill_wait_spawned_process instead of explicit "kill -9".
5434 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
5435 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5436 kill_wait_spawned_process.
5437 * gdb.base/attach-twice.exp: Likewise.
5438 * gdb.base/attach.exp: Likewise.
5439 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
5440 gdb_test_multiple.
5441 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
5442 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5443 kill_wait_spawned_process.
5444 * gdb.base/valgrind-infcall.exp: Likewise.
5445 * gdb.multi/multi-attach.exp: Likewise.
5446 * gdb.python/py-prompt.exp: Likewise.
5447 * gdb.python/py-sync-interp.exp: Likewise.
5448 * gdb.server/ext-attach.exp: Likewise.
5449 * gdb.threads/attach-into-signal.exp (corefunc): Use
5450 spawn_wait_for_attach, spawn_id_get_pid and
5451 kill_wait_spawned_process.
5452 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
5453 spawn_wait_for_attach returning a spawn id instead of a pid. Use
5454 spawn_id_get_pid and kill_wait_spawned_process.
5455 * gdb.threads/attach-stopped.exp (corefunc): Use
5456 spawn_wait_for_attach, spawn_id_get_pid and
5457 kill_wait_spawned_process.
5458 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
5459 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5460 kill_wait_spawned_process instead of explicit "kill -9".
5461 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
5462 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
5463 (spawn_wait_for_attach): Use spawn instead of exec to spawn
5464 processes. Don't map cygwin/windows pids here. Now returns a
5465 spawn id list.
5466
032a0fca
SL
54672015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5468
5469 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
5470 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
5471 correct patch.
5472
61a934ca
SL
54732015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5474
5475 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
5476
4bc4d428
SL
54772015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5478
5479 Reapply:
5480 2014-05-21 Mark Wielaard <mjw@redhat.com>
5481
5482 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5483
998d452a
PA
54842015-07-30 Pedro Alves <palves@redhat.com>
5485
5486 * linux-low.c (handle_extended_wait): Set the child's last
5487 reported status to TARGET_WAITKIND_STOPPED.
5488
69dde7dc
PA
54892015-07-30 Pedro Alves <palves@redhat.com>
5490
5491 PR threads/18600
5492 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
5493 only shows inferior 1.
5494
4dd63d48
PA
54952015-07-30 Simon Marchi <simon.marchi@ericsson.com>
5496 Pedro Alves <palves@redhat.com>
5497
5498 PR threads/18600
5499 * gdb.threads/fork-plus-threads.c: New file.
5500 * gdb.threads/fork-plus-threads.exp: New file.
5501
d618e4c5
PP
55022015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5503
5504 * gdb.base/batch-preserve-term-settings.exp
5505 (test_terminal_settings_preserved_after_cli_exit): Use
5506 send_quit_command.
5507
1eef6428
PA
55082015-07-29 Pedro Alves <palves@redhat.com>
5509 Don Breazeal <donb@codesourcery.com>
5510
5511 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
5512 output from both inferior_spawn_id and gdb_spawn_id.
5513
7da5b897
SDJ
55142015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5515
5516 * gdb.threads/attach-into-signal.exp (corefunc): Use
5517 with_test_prefix on nested loops, uniquefying the test messages.
5518
dac804df
SDJ
55192015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5520
5521 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
5522 commit.
5523
06265e53
PP
55242015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5525
5526 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
5527 New proc.
5528 (test_terminal_settings_preserved_after_sigterm): New test.
5529
18206ca3
PP
55302015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5531
5532 * gdb.base/batch-preserve-term-settings.exp
5533 (test_terminal_settings_preserved_after_cli_exit): New test.
5534
90074d11
PP
55352015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5536
5537 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
5538 manipulation of saved_gdbflags.
5539 (test_terminal_settings_preserved): Remove global declaration of
5540 the unused variable pagination_prompt. Remove manipulation of
5541 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
5542 GDBFLAGS.
5543
eb1a7902
PA
55442015-07-29 Pedro Alves <palves@redhat.com>
5545
5546 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
5547
8b75dd3b
PA
55482015-07-29 Pedro Alves <palves@redhat.com>
5549
5550 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
5551 at the top.
5552
dedad4e3
PA
55532015-07-29 Pedro Alves <palves@redhat.com>
5554
5555 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
5556 (main): Call gdb_unbuffer_output.
5557 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
5558 (main): Call gdb_unbuffer_output.
5559 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
5560 (main): Call gdb_unbuffer_output.
5561 * gdb.base/call-strs.exp: Adjust to step over the
5562 gdb_unbuffer_output call.
5563 * gdb.base/catch-gdb-caused-signals.c: Include
5564 "../lib/unbuffer_output.c".
5565 (main): Call gdb_unbuffer_output.
5566 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
5567 (main): Call gdb_unbuffer_output.
5568 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
5569 (main): Call gdb_unbuffer_output.
5570 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
5571 (main): Call gdb_unbuffer_output.
5572 * gdb.base/shlib-call.exp: Adjust to step over the
5573 gdb_unbuffer_output call.
5574 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
5575 (main): Call gdb_unbuffer_output.
5576 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
5577 (main): Call gdb_unbuffer_output.
5578 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
5579 (main): Rename to ...
5580 (test): ... this.
5581 (main): Reimplement.
5582 * gdb.base/varargs.exp: Run to test instead of to main.
5583 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5584 (main): Call gdb_unbuffer_output.
5585
58789a91
PA
55862015-07-29 Pedro Alves <palves@redhat.com>
5587
5588 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
5589 factore out from mi_continue_dprintf. For call-style dprintfs,
5590 expect dprintf output out of $inferior_spawn_id.
5591 (mi_continue_dprintf): Use mi_expect_dprintf.
5592 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5593 (main): Call gdb_unbuffer_output.
5594
e8376742
PA
55952015-07-29 Pedro Alves <palves@redhat.com>
5596
5597 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
5598 (default_mi_gdb_start): Set inferior_spawn_id instead of
5599 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
5600 gdb_spawn_id.
5601 (mi_gdb_test): Always expect inferior output from both
5602 $inferior_spawn_id and $gdb_spawn_id.
5603
08280010
PA
56042015-07-29 Pedro Alves <palves@redhat.com>
5605
5606 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
5607 send_inferior and $inferior_spawn_id.
5608
4d30e432
PA
56092015-07-29 Pedro Alves <palves@redhat.com>
5610
5611 * gdb.gdb/complaints.exp (test_initial_complaints)
5612 (test_serial_complaints, test_short_complaints): Use
5613 gdb_test_stdio.
5614 (test_empty_complaint): Handle $inferior_spawn_id !=
5615 $gdb_spawn_id.
5616
0d30a335
PA
56172015-07-29 Pedro Alves <palves@redhat.com>
5618
5619 * gdb.base/varargs.exp: Use gdb_test_stdio.
5620
39413b29
PA
56212015-07-29 Pedro Alves <palves@redhat.com>
5622
5623 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
5624
7cb000a9
PA
56252015-07-29 Pedro Alves <palves@redhat.com>
5626
5627 * gdb.base/ending-run.exp: Use gdb_test_stdio.
5628
d7b8ac82
PA
56292015-07-29 Pedro Alves <palves@redhat.com>
5630
5631 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
5632 parameter into two new parameters, "inf_result" and "gdb_result".
5633 Expect inferior output and gdb output from $inferior_spawn_id and
5634 $gdb_spawn_id, respectively. Adjust all callers.
5635
789c3a0c
PA
56362015-07-29 Pedro Alves <palves@redhat.com>
5637
5638 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
5639 of gdb_test_sequence.
5640
77e760c3
PA
56412015-07-29 Pedro Alves <palves@redhat.com>
5642
5643 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
5644 (saw_spurious_output): Expect inferior output from
5645 $inferior_spawn_id. Use gdb_test_stdio.
5646
8396d2cd
PA
56472015-07-29 Pedro Alves <palves@redhat.com>
5648
5649 * gdb.base/dprintf.exp: Use standard_testfile. Change
5650 prepare_for_testing call.
5651 (srcfile): Don't set.
5652 (restart): New procedure.
5653 (test_dprintf): New procecure, use to continue over dprintfs.
5654 (test_call, test_agent): New procedures, tests moved here.
5655 Restart gdb and recreate dprintfs. Adjust expected output.
5656
2051d61f
PA
56572015-07-29 Pedro Alves <palves@redhat.com>
5658
5659 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
5660
452397af
PA
56612015-07-29 Pedro Alves <palves@redhat.com>
5662
5663 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
5664
8aed9555
PA
56652015-07-29 Pedro Alves <palves@redhat.com>
5666
5667 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
5668 gdb_test_stdio.
5669
188a61b4
PA
56702015-07-29 Pedro Alves <palves@redhat.com>
5671
5672 * lib/gdb.exp (gdb_test_stdio): New procedure.
5673
12264a45
PA
56742015-07-29 Pedro Alves <palves@redhat.com>
5675
5676 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
5677
23ffc893
PA
56782015-07-29 Pedro Alves <palves@redhat.com>
5679
5680 * gdb.base/call-signal-resume.exp: Remove check for
5681 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
5682 * gdb.base/unwindonsignal.exp: Likewise.
5683 * gdb.base/call-signals.c (gen_signal): Remove printf call.
5684 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
5685
65566918
PA
56862015-07-29 Pedro Alves <palves@redhat.com>
5687
5688 * gdb.base/siginfo-addr.c (pass): New function.
5689 (handler): Call it iff si_addr is correct.
5690 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
5691 Set a breakpoint at "pass" and continue to it.
5692
d60a9221
SDJ
56932015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
5694
5695 * gdb.python/py-objfile.exp: Make some tests have unique names.
5696 * gdb.python/py-pp-registration.exp: Likewise.
5697
bde40b8f
PA
56982015-07-28 Pedro Alves <palves@redhat.com>
5699
5700 * gdb.server/server-exec-info.exp: Issue a "disconnect".
5701
13e1dec8
SM
57022015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5703
5704 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
5705
da33c9a7
SM
57062015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5707
5708 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
5709
077836f7
PP
57102015-07-27 Patrick Palka <patrick@parcs.ath.cx>
5711
5712 * gdb.base/gdb-sigterm-2.exp: New test.
5713
b8cc7b2e
DE
57142015-07-25 Doug Evans <xdje42@gmail.com>
5715
5716 Revert:
5717 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
5718 (workers/%.worker, build-perf): New rule.
5719 (GDB_PERFTEST_MODE): New variable.
5720 (check-perf): Use it.
5721 (clean): Clean up gdb.perf parallel build subdirs.
5722 * lib/build-piece.exp: New file.
5723 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
5724 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
5725 name.
5726 (standard_temp_file): Ditto.
5727 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5728 of $GDB_PARALLEL.
5729
c8bd4544
DE
57302015-07-24 Doug Evans <dje@google.com>
5731
5732 * gdb.perf/lib/perftest/utils.py: New file.
5733 * gdb.perf/gm-hello.cc: New file.
5734 * gdb.perf/gm-pervasive-typedef.cc: New file.
5735 * gdb.perf/gm-pervasive-typedef.h: New file.
5736 * gdb.perf/gm-std.cc: New file.
5737 * gdb.perf/gm-std.h: New file.
5738 * gdb.perf/gm-use-cerr.cc: New file.
5739 * gdb.perf/gm-utils.h: New file.
5740 * gdb.perf/gmonster-null-lookup.py: New file.
5741 * gdb.perf/gmonster-pervasive-typedef.py: New file.
5742 * gdb.perf/gmonster-print-cerr.py: New file.
5743 * gdb.perf/gmonster-ptype-string.py: New file.
5744 * gdb.perf/gmonster-runto-main.py: New file.
5745 * gdb.perf/gmonster-select-file.py: New file.
5746 * gdb.perf/gmonster1-null-lookup.exp: New file.
5747 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
5748 * gdb.perf/gmonster1-print-cerr.exp: New file.
5749 * gdb.perf/gmonster1-ptype-string.exp: New file.
5750 * gdb.perf/gmonster1-runto-main.exp: New file.
5751 * gdb.perf/gmonster1-select-file.exp: New file.
5752 * gdb.perf/gmonster1.cc: New file.
5753 * gdb.perf/gmonster1.exp: New file.
5754 * gdb.perf/gmonster2-null-lookup.exp: New file.
5755 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
5756 * gdb.perf/gmonster2-print-cerr.exp: New file.
5757 * gdb.perf/gmonster2-ptype-string.exp: New file.
5758 * gdb.perf/gmonster2-runto-main.exp: New file.
5759 * gdb.perf/gmonster2-select-file.exp: New file.
5760 * gdb.perf/gmonster2.cc: New file.
5761 * gdb.perf/gmonster2.exp: New file.
5762
6eab34f3
DE
57632015-07-24 Doug Evans <dje@google.com>
5764
5765 * gdb.perf/README: New file.
5766 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
5767 * lib/gen-perf-test.exp: New file.
5768
63738bfd
DE
57692015-07-24 Doug Evans <dje@google.com>
5770
5771 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
5772 (PerfTest::startup): New function.
5773 (PerfTest::run): Return result of calling body.
5774 (PerfTest::assemble): Rewrite.
5775 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
5776 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
5777 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
5778 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
5779 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
5780
7b606f95
DE
57812015-07-24 Doug Evans <dje@google.com>
5782
5783 * lib/gdb.exp (clean_restart): Make executable optional.
5784
a97b16b8
DE
57852015-07-24 Doug Evans <dje@google.com>
5786
5787 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
5788 compiler_info references.
5789 * gdb.cp/temargs.exp: Ditto.
5790 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
5791 (get_compiler_info): Early exit if already computed. Set compiler_info
5792 to "unknown" if there was a problem.
5793 (test_compiler_info): Add function comment. Call get_compiler_info.
5794
35baa57f
DE
57952015-07-24 Doug Evans <dje@google.com>
5796
5797 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
5798 (workers/%.worker, build-perf): New rule.
5799 (GDB_PERFTEST_MODE): New variable.
5800 (check-perf): Use it.
5801 (clean): Clean up gdb.perf parallel build subdirs.
5802 * lib/build-piece.exp: New file.
5803 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
5804 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
5805 name.
5806 (standard_temp_file): Ditto.
5807 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5808 of $GDB_PARALLEL.
5809
6ebea266
DE
58102015-07-24 Doug Evans <dje@google.com>
5811
5812 * lib/future.exp (gdb_default_target_compile): New option
5813 "early_flags".
5814 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
5815 --as-needed.
5816
1e76a7e9
SDJ
58172015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
5818
5819 * gdb.base/catch-syscall.exp: Call gdb_exit before
5820 gdb_skip_xml_test.
5821
5068630a
PA
58222015-07-24 Pedro Alves <palves@redhat.com>
5823
5824 * gdb.python/py-events.exp: Accept output between the stop event
5825 and the prompt.
5826 * gdb.python/py-evsignal.exp: Likewise.
5827 * gdb.python/py-evthreads.exp: Likewise.
5828
77598427
PA
58292015-07-24 Pedro Alves <palves@redhat.com>
5830
5831 PR gdb/18717
5832 * gdb.threads/non-ldr-exit.c: New file.
5833 * gdb.threads/non-ldr-exit.exp: New file.
5834
11e6c98f
YQ
58352015-07-24 Yao Qi <yao.qi@linaro.org>
5836
5837 * gdb.server/ext-wrapper.exp: Test --wrapper option when
5838 restarting process.
5839
51aee833
YQ
58402015-07-24 Yao Qi <yao.qi@linaro.org>
5841
5842 * gdb.server/ext-restart.exp: New file.
5843
8cfe207c
YQ
58442015-07-24 Yao Qi <yao.qi@linaro.org>
5845
5846 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
5847 argument options.
5848 * gdb.server/ext-wrapper.exp: New file.
5849
cc12ce38
DE
58502015-07-23 Doug Evans <dje@google.com>
5851
5852 * gdb.dwarf2/dw2-dummy-cu.S: New file.
5853 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
5854
d0d84780
PMR
58552015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
5856
5857 * gdb.ada/var_arr_typedef.exp: New testcase.
5858 * gdb.ada/var_arr_typedef/pack.adb: New file.
5859 * gdb.ada/var_arr_typedef/pack.ads: New file.
5860 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
5861
8b558f79
JB
58622015-07-20 Joel Brobecker <brobecker@adacore.com>
5863
5864 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
5865
775a3298
JK
58662015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5867
5868 * gdb.arch/i386-biarch-core.exp: Replace istarget
5869 by "complete set gnutarget". Remove expectation for the "core-file"
5870 command.
5871
db1ff28b
JK
58722015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5873
5874 Revert the previous commit:
5875 Tests for validate symbol file using build-id.
5876
0a94970d
JK
58772015-07-15 Aleksandar Ristovski <aristovski@qnx.com
5878
5879 Tests for validate symbol file using build-id.
5880 * gdb.base/solib-mismatch-lib.c: New file.
5881 * gdb.base/solib-mismatch-libmod.c: New file.
5882 * gdb.base/solib-mismatch.c: New file.
5883 * gdb.base/solib-mismatch.exp: New file.
5884
03346981
SL
58852015-07-15 Sandra Loosemore <sandra@codesourcery.com>
5886
5887 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
5888 nios2-*-linux*.
5889 * gdb.base/sigbpt.exp (stepi_out): Likewise.
5890 * gdb.base/siginfo.exp: Likewise.
5891 * gdb.base/sigstep.exp (advance, advancei): Likewise.
5892
42422cc7
PL
58932015-07-15 Pierre Langlois <pierre.langlois@arm.com>
5894
5895 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
5896 Move it to ...
5897 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
5898 ... here.
5899 * gdb.trace/range-stepping.exp: Check that the target supports
5900 range stepping.
5901
cfa68bae
JK
59022015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5903
5904 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
5905
8ffdba26
PA
59062015-07-14 Pedro Alves <palves@redhat.com>
5907
5908 * gdb.base/killed-outside.exp: New file.
5909 * gdb.base/killed-outside.c: New file.
5910
218a5a11
JK
59112015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5912
5913 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
5914 (n at main): New.
5915 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
5916
e03ed3c6
AA
59172015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
5918
5919 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
5920 infcall tests instead of setting up for KFAIL.
5921
485668e5
MM
59222015-07-10 Markus Metzger <markus.t.metzger@intel.com>
5923
5924 * gdb.btrace/record_goto-step.exp: New.
5925
08464196
JK
59262015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5927
5928 PR compile/18484
5929 * gdb.compile/compile.c (struct struct_type): Add volatile to
5930 selffield's type.
5931 * gdb.compile/compile.exp
5932 (compile code struct_object.selffield = &struct_object): Skip further
5933 struct_object tests if this one xfails.
5934
bcf5c1d9
RC
59352015-07-08 Robert O'Callahan <robert@ocallahan.org>
5936
5937 PR exp/18617
5938 * gdb.trace/ax.exp: Add test.
5939
4931af25
YQ
59402015-07-07 Yao Qi <yao.qi@linaro.org>
5941
5942 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
5943 instead of istarget "aarch64*-*-*".
5944 * gdb.arch/aarch64-fp.exp: Likewise.
5945 * gdb.base/float.exp: Likewise.
5946 * gdb.reverse/aarch64.exp: Likewise.
5947 * lib/gdb.exp (is_aarch64_target): New proc.
5948
9fcf688e
YQ
59492015-07-07 Yao Qi <yao.qi@linaro.org>
5950
5951 * lib/gdb.exp (is_aarch32_target): New proc.
5952 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
5953 instead of "istarget "arm*-*-*"".
5954 * gdb.arch/arm-disp-step.exp: Likewise.
5955 * gdb.arch/thumb-bx-pc.exp: Likewise.
5956 * gdb.arch/thumb-prologue.exp: Likewise.
5957 * gdb.arch/thumb-singlestep.exp: Likewise.
5958 * gdb.base/disp-step-syscall.exp: Likewise.
5959 * gdb.base/float.exp: Likewise.
5960
fbd8d50d
YQ
59612015-07-07 Yao Qi <yao.qi@linaro.org>
5962
5963 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
5964 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
5965
71be1fdc
YQ
59662015-07-07 Yao Qi <yao.qi@linaro.org>
5967
5968 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
5969 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
5970 if it exists.
5971 * gdb.multi/multi-arch.exp: Likewise.
5972
3e221d36
SM
59732015-07-07 Simon Marchi <simon.marchi@ericsson.com>
5974
5975 * gdb.python/py-lazy-string.exp: Add missing parentheses to
5976 print.
5977
d441430b
YQ
59782015-07-07 Yao Qi <yao.qi@linaro.org>
5979
5980 * gdb.arch/thumb-singlestep.exp: Do one more single step.
5981
06f810bd
MG
59822015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
5983
5984 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
5985 '[' and ']' characters.
5986
5e61e7c0
IB
59872015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
5988
5989 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
5990
28bf096c
PA
59912015-06-29 Pedro Alves <palves@redhat.com>
5992
5993 PR threads/18127
5994 * gdb.threads/hand-call-new-thread.c: New file.
5995 * gdb.threads/hand-call-new-thread.c: New file.
5996
ee93cd5e
KS
59972015-06-26 Keith Seitz <keiths@redhat.com>
5998 Doug Evans <dje@google.com>
5999
6000 PR 16253
6001 * gdb.cp/var-tag-2.cc: New file.
6002 * gdb.cp/var-tag-3.cc: New file.
6003 * gdb.cp/var-tag-4.cc: New file.
6004 * gdb.cp/var-tag.cc: New file.
6005 * gdb.cp/var-tag.exp: New file.
6006
fc637f04
PP
60072015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6008
6009 * gdb.base/history-duplicates.exp: New test.
6010
2e52ae68
PP
60112015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6012
6013 * gdb.base/completion.exp: Test the completion of the "focus"
6014 command.
6015
6e22494e
JK
60162015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6017
6018 * gdb.arch/amd64-prologue-skip.S: New file.
6019 * gdb.arch/amd64-prologue-skip.exp: New file.
6020
bf7b9cd9
SM
60212015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6022
6023 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6024 is_address_zero_readable check.
6025
201e8dfd
PB
60262015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6027
6028 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6029 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6030
5cd867b4
YQ
60312015-06-24 Yao Qi <yao.qi@linaro.org>
6032
6033 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6034 linux targets.
6035
4d7be007
YQ
60362015-06-24 Yao Qi <yao.qi@linaro.org>
6037
6038 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6039 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6040 * gdb.base/siginfo-thread.exp: Likewise.
6041
07fcd301
YQ
60422015-06-22 Yao Qi <yao.qi@linaro.org>
6043
6044 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6045
52042a00
YQ
60462015-06-22 Yao Qi <yao.qi@linaro.org>
6047
6048 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6049 aarch64*-*-*.
6050 (skip_hw_watchpoint_tests): Likewise.
6051
74bd41ce
PP
60522015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6053
6054 * gdb.base/gdbinit-history.exp: Test the interaction between
6055 setting GDBHISTSIZE and setting the history size via .gdbinit.
6056
bc460514
PP
60572015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6058
6059 PR gdb/16999
6060 * gdb.base/gdbhistsize-history.exp: New test.
6061
b58c513b
PP
60622015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6063
6064 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6065 with GDBHISTSIZE.
6066 * gdb.base/readline.exp: Likewise.
6067
92046791
YQ
60682015-06-17 Yao Qi <yao.qi@linaro.org>
6069
6070 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6071 line.
6072
2093d2d3
PP
60732015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6074
6075 * gdb.base/gdbinit-history.exp: Add test case to check that
6076 an unlimited history file does not get truncated on exit.
6077
e6c693af
AA
60782015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6079
6080 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6081 (VECTOR): New macro. Use it...
6082 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6083 ...for these typedefs.
6084 (int8, char1, int1, double1): New typedefs.
6085 (struct just_int2, struct two_int2): New structures.
6086 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6087 (add_structvecs, add_singlevecs): New functions.
6088 (main): Call add_some_intvecs twice.
6089 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6090 the compile and exit upon failure. Try compiling for the "native"
6091 architecture. Test inferior function calls with vector arguments
6092 and vector return value handling with "finish" and "return".
6093
c74f7d1c
JT
60942015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6095
6096 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6097 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6098 PE file.
6099 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6100
98aa42ee
AT
61012015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6102
6103 PR breakpoints/16465
6104 * gdb.mi/mi-dprintf-pending.c: New file.
6105 * gdb.mi/mi-dprintf-pending.exp: New test.
6106 * gdb.mi/mi-dprintf-pendshr.c: New file.
6107
7d73c23c 61082015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 6109 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
6110
6111 * gdb.arch/i386-mpx-map.c: New file.
6112 * gdb.arch/i386-mpx-map.exp: New File.
6113
61142015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6115
6116 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6117 * gdb.arch/i386-mpx.exp: Indentation fixed.
6118
61192015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6120
6121 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6122 function and improved indentation.
6123 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6124 gdb_test_multiple. Added additional tests to skip the test.
6125
61262015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6127
6128 * gdb.arch/i386-avx512.c: Change path in include file.
6129 * gdb.arch/i386-avx512.exp: Change include dir path
6130 compilation flag.
6131 * gdb.arch/i386-mpx.c: Change path in include file.
6132 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6133 flag.
6134
d5eba19a
JK
61352015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6136
6137 * gdb.compile/compile-print.exp (compile print *vararray@3)
6138 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6139
7f361056
JK
61402015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6141
6142 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6143 (do not keep jit in memory): ... this.
6144 (expect 5): Change it to ...
6145 (expect no 5): ... this.
6146
3b462ec2
SM
61472015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6148
6149 PR gdb/15564
6150 * gdb.mi/mi-detach.exp: New file.
6151
e0619de6
JK
61522015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6153
6154 PR symtab/18392
6155 * gdb.arch/amd64-tailcall-self.S: New file.
6156 * gdb.arch/amd64-tailcall-self.c: New file.
6157 * gdb.arch/amd64-tailcall-self.exp: New file.
6158
e970cb34
DB
61592015-05-28 Don Breazeal <donb@codesourcery.com>
6160
6161 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6162 tests for remote targets by checking is_target_gdbserver.
6163
b2e2f908
DE
61642015-05-27 Doug Evans <dje@google.com>
6165
6166 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6167 * gdb.dwarf2/opaque-type-lookup.c: New file.
6168 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6169
82c7be31
DE
61702015-05-26 Doug Evans <dje@google.com>
6171
6172 * gdb.cp/iostream.cc: New file.
6173 * gdb.cp/iostream.exp: New file.
6174
b4f54984
DE
61752015-05-26 Doug Evans <dje@google.com>
6176
6177 * gdb.dwarf2/dw2-op-call.exp: Update.
6178 * gdb.dwarf2/dw4-sig-types.exp: Update.
6179 * gdb.dwarf2/implptr.exp: Update.
6180 * gdb.mi/mi-cmd-param-changed.exp: Update.
6181
4ea6efe9
DE
61822015-05-26 Doug Evans <dje@google.com>
6183
6184 * gdb.python/py-lazy-string.c: New file.
6185 * gdb.python/py-lazy-string.exp: New file.
6186 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6187 (main): Update. Add estring3.
6188 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6189 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6190
f6bb7db3
YQ
61912015-05-26 Omair Javaid <omair.javaid@linaro.org>
6192 Yao Qi <yao.qi@linaro.org>
6193
6194 * gdb.reverse/aarch64.c: New.
6195 * gdb.reverse/aarch64.exp: New.
6196
a81bfbd0
OJ
61972015-05-26 Omair Javaid <omair.javaid@linaro.org>
6198
25d49b86
PA
6199 * lib/gdb.exp (supports_process_record): Return true for
6200 aarch64*-linux*.
a81bfbd0
OJ
6201 (supports_reverse): Likewise.
6202
158bf1b4
PP
62032015-05-22 Patrick Palka <patrick@parcs.ath.cx>
6204
6205 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6206 Use with_test_prefix.
6207
a0145030
AB
62082015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6209
6210 * gdb.base/completion.exp: Add test for completion of layout
6211 names.
6212
ebe3b578
AB
62132015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
6214
6215 * lib/gdb.exp (skip_tui_tests): New proc.
6216 * gdb.base/tui-layout.exp: Check skip_tui_tests.
6217
84204ed7
PA
62182015-05-19 Pedro Alves <palves@redhat.com>
6219
6220 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6221 Save the whole env array instead of just HOME. Unset HISTSIZE in
6222 the environment while testing. Restore whole environment
6223 afterwards.
6224
37442ce1
DE
62252015-05-16 Doug Evans <xdje42@gmail.com>
6226
6227 * gdb.guile/scm-ports.c: New file.
6228 * gdb.guile/scm-ports.exp: Add memory port tests.
6229
36de76f9
JK
62302015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6231
6232 * gdb.compile/compile-print.c: New file.
6233 * gdb.compile/compile-print.exp: New file.
6234
3a9558c4
JK
62352015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6236
6237 * gdb.compile/compile-ops.exp: Cast param to void.
6238 * gdb.compile/compile.exp: Complete type for _gdb_expr.
6239 (compile code struct_object.selffield = &struct_object): Add xfail.
6240
aa715135
JG
62412015-05-15 Joel Brobecker <brobecker@adacore.com>
6242
6243 * gdb.ada/arr_enum_with_gap: New testcase.
6244
931e5bc3
JG
62452015-05-15 Joel Brobecker <brobecker@adacore.com>
6246
6247 * gdb.ada/byte_packed_arr: New testcase.
6248
9cd4d857
JB
62492015-05-15 Joel Brobecker <brobecker@adacore.com>
6250
6251 * gdb.ada/pckd_neg: New testcase.
6252
ebfd00d2
PP
62532015-05-13 Patrick Palka <patrick@parcs.ath.cx>
6254
6255 PR gdb/17820
6256 * gdb.base/gdbinit-history.exp: New test.
6257 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6258 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6259
4c082a81
SC
62602015-05-09 Siva Chandra Reddy <sivachandra@google.com>
6261
6262 * gdb.python/py-xmethods.cc: Enhance test case.
6263 * gdb.python/py-xmethods.exp: New tests.
6264 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6265 function.
6266 (B_indexoper): Likewise.
6267 (global_dm_list) : Add new xmethod worker functions.
6268
f7797074
SDJ
62692015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
6270
6271 * gdb.base/coredump-filter.exp: Correctly unset
6272 "coredump_var_addr" array.
6273
a4674e4e
PA
62742015-05-08 Pedro Alves <palves@redhat.com>
6275
6276 * gdb.server/non-existing-program.exp: Unset spawn_id.
6277
df2eb078
SC
62782015-05-08 Siva Chandra Reddy <sivachandra@google.com>
6279
6280 PR python/18291
6281 * gdb.python/py-xmethods.exp: Add tests.
6282
422349a3
YQ
62832015-05-08 Yao Qi <yao.qi@linaro.org>
6284
6285 PR gdb/18208
6286 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6287 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6288 function set_coredump_filter, and remove remote_exec call.
6289 Remove argument ipid. Callers update.
6290 (top level): Don't get inferior's PID.
6291
63fc80ce
AA
62922015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
6293
6294 * gdb.base/watch_thread_num.exp: Skip test on targets without
6295 access watchpoints.
6296
80ad801e
PA
62972015-05-06 Pedro Alves <palves@redhat.com>
6298
6299 PR server/18081
6300 * gdb.server/non-existing-program.exp: New file.
6301
0fa7fe50
JB
63022015-05-05 Joel Brobecker <brobecker@adacore.com>
6303
6304 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6305
3ea89b92
PMR
63062015-05-05 Joel Brobecker <brobecker@adacore.com>
6307
6308 * gdb.ada/out_of_line_in_inlined: New testcase.
6309
87b8eff0
JB
63102015-05-05 Joel Brobecker <brobecker@adacore.com>
6311
6312 * gdb.ada/var_rec_arr: New testcase.
6313
5fccc635
YQ
63142015-04-30 Yao Qi <yao.qi@linaro.org>
6315
6316 * gdb.base/break-idempotent.exp: If
6317 skip_hw_watchpoint_multi_tests returns true, skip the tests
6318 on "rwatch" and "awatch".
6319
42d38f42
YQ
63202015-04-30 Yao Qi <yao.qi@linaro.org>
6321
6322 * gdb.base/relativedebug.exp: Invoke gdb command
6323 "info sharedlibrary", and if libc.so doesn't have debug info,
6324 skip the test.
6325
2ce1cdbf
DE
63262015-04-29 Doug Evans <dje@google.com>
6327
6328 * gdb.python/py-xmethods.exp: Add ptype tests.
6329 * gdb.python/py-xmethods.py (E_method_char_worker): Add
6330 get_result_type method.
6331
f24a38c5
LM
63322015-04-29 Luis Machado <lgustavo@codesourcery.com>
6333
6334 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
6335 the target does not support hardware watchpoints.
6336
ecbf2b3c
LM
63372015-04-29 Luis Machado <lgustavo@codesourcery.com>
6338
6339 * gdb.base/break-always.exp: Abort testing if writing to memory
6340 causes an error.
6341
34f5f757
DE
63422015-04-28 Doug Evans <dje@google.com>
6343
6344 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
6345 * gdb.python/py-pp-registration.exp: ... here. New file.
6346 * gdb.python/py-pp-registration.c: New file.
6347 * gdb.python/py-pp-registration.py: New file.
6348
69b4374a
DE
63492015-04-28 Doug Evans <dje@google.com>
6350
6351 * gdb.python/py-bad-printers.c: New file.
6352 * gdb.python/py-bad-printers.py: New file.
6353 * gdb.python/py-bad-printers.exp: New file.
6354
59fb7612
SS
63552015-04-28 Sasha Smundak <asmundak@google.com>
6356
6357 * gdb.python/py-type.exp: New test.
6358
2631b16a
AW
63592015-04-28 Andy Wingo <wingo@igalia.com>
6360
6361 * gdb.python/py-parameter.exp:
6362 * gdb.guile/scm-parameter.exp: Escape the path that we are
6363 matching against, as it might contain characters that are special
6364 to regular expressions.
6365
460efde1
JB
63662015-04-27 Joel Brobecker <brobecker@adacore.com>
6367
6368 * gdb.ada/rec_comp: New testcase.
6369
2d369d8e
SDJ
63702015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
6371
6372 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
6373 before using it.
6374
cf75d6c3
AB
63752015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
6376
6377 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
6378 new tests for verilog output.
6379
8dbe7ca5
YQ
63802015-04-24 Yao Qi <yao.qi@linaro.org>
6381
6382 * boards/remote-gdbserver-on-localhost.exp: New file.
6383
4ef9fb2f
PA
63842015-04-23 Pedro Alves <palves@redhat.com>
6385
6386 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
6387 $inferior_spawn_id instead of $inferior_spawn_id directly. On
6388 "end of file", remove $inferior_spawn_id from the indirect list.
6389
0a803169
PA
63902015-04-23 Pedro Alves <palves@redhat.com>
6391
6392 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
6393
749ef8f8
PA
63942015-04-23 Pedro Alves <palves@redhat.com>
6395
6396 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
6397 on $any_spawn_id instead of only on $gdb_spawn_id.
6398
8aae4344
PM
63992015-04-21 Pierre Muller <muller@sourceware.org>
6400
6401 PR pascal/17815
6402 * lib/pascal.exp (gpc_compile): Add new option "class".
6403 (fpc_compile): Likewise.
6404 * gdb.pascal/case-insensitive-symbols.pas: New file.
6405 * gdb.pascal/case-insensitive-symbols.exp: New file.
6406
1586c8fb
GB
64072015-04-20 Gary Benson <gbenson@redhat.com>
6408
6409 * gdb.base/attach.exp: Fix three extended remote failures.
6410
1b6e6f5c
GB
64112015-04-17 Gary Benson <gbenson@redhat.com>
6412
6413 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
6414 the main executable over the remote protocol.
6415
e797481d
PA
64162015-04-16 Pedro Alves <palves@redhat.com>
6417
6418 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
6419 a new gdbserver if gdbserver_reconnect_p is set.
6420
1ca99c42
PA
64212015-04-16 Pedro Alves <palves@redhat.com>
6422
6423 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
6424 is set, don't exit gdbserver.
6425
af9fd6f8
AA
64262015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6427
6428 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
6429 appropriate .insn, such that an older assembler can be used.
6430 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
6431 the z/Architecture instruction set on 31-bit targets as well.
6432
04ff1e61
AA
64332015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6434
6435 * gdb.go/handcall.exp: Remove all logic related to the first
6436 breakpoint and rely on go_runto_main instead.
6437 * gdb.go/strings.exp: Likewise.
6438 * gdb.go/unsafe.exp: Likewise.
6439 * gdb.go/hello.exp: Likewise. Also rename the remaining
6440 breakpoint marker to "breakpoint 1".
6441 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
6442 * gdb.go/strings.go: Likewise.
6443 * gdb.go/unsafe.go: Likewise.
6444 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
6445 "set breakpoint 2 here" and rename the remaining breakpoint marker
6446 to "breakpoint 1".
6447
40d2f8d6
SM
64482015-04-15 Simon Marchi <simon.marchi@ericsson.com>
6449
6450 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
6451 if itertools.imap is not present.
6452 * gdb.python/py-objfile.exp: Add parentheses.
6453 * gdb.python/py-type.exp: Same.
6454 * gdb.python/py-unwind-maint.py: Same.
6455
8cbc97c6
YQ
64562015-04-15 Yao Qi <yao.qi@linaro.org>
6457
6458 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
6459 of ":$ptr_size" and set its form explicitly.
6460
45fd756c
YQ
64612015-04-15 Pedro Alves <palves@redhat.com>
6462 Yao Qi <yao.qi@linaro.org>
6463
6464 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
6465 timeout by factor of 4.
6466 (test_regular_watch): Likewise.
6467 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
6468 * gdb.reverse/sigall-reverse.exp: Likewise.
6469 * gdb.reverse/until-precsave.exp: Likewise.
6470 * lib/gdb.exp (with_timeout_factor): New proc.
6471 (gdb_expect): Move some code to ...
6472 (get_largest_timeout): ... here. New procedure.
6473
9e811bc3
LM
64742015-04-14 Luis Machado <lgustavo@codesourcery.com>
6475
6476 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
6477
0ff6fcb2
LM
64782015-04-13 Luis Machado <lgustavo@codesourcery.com>
6479
6480 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
6481 to write to the .text section.
6482
7578d5f7
LM
64832015-04-13 Luis Machado <lgustavo@codesourcery.com>
6484
6485 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
6486 Handle the case of targets that do not provide PID information.
6487
2efe15c4
YQ
64882015-04-13 Yao Qi <yao.qi@linaro.org>
6489
6490 * lib/gdbserver-support.exp (gdb_exit): Catch exception
6491 and use expect instead of gdb_expect.
6492
8cd8f2f8
SDJ
64932015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
6494
6495 * gdb.base/coredump-filter.exp: Rename variable "addr" to
6496 "coredump_var_addr" to avoid naming conflict with other testcases.
6497
9ee41772
PA
64982015-04-10 Pedro Alves <palves@redhat.com>
6499
6500 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
6501 gdb_test_sequence and gdb_assert.
6502
07473109
PA
65032015-04-10 Pedro Alves <palves@redhat.com>
6504
6505 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
6506 test messages that don't include the breakpoint address.
6507
de3db44c
YQ
65082015-04-10 Yao Qi <yao.qi@linaro.org>
6509
6510 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
6511 false for some offset and width combinations which aren't
6512 supported by linux kernel.
6513
c79d856c
PA
65142015-04-10 Pedro Alves <palves@redhat.com>
6515
6516 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
6517 procedure, factored out from ...
6518 (top level): ... here. Add "set displaced-stepping" testing axis.
6519 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
6520 parameter "displaced". Use it.
6521 (top level): Use foreach and add "set displaced-stepping" testing
6522 axis.
6523
ebc90b50
PA
65242015-04-10 Pedro Alves <palves@redhat.com>
6525
6526 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
6527 Remove comment.
6528 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
6529 both the address of the instruction that triggers the watchpoint
6530 and the address of the instruction immediately after, and use
6531 those addresses for the test. Fix comment.
6532
8f572e5c
PA
65332015-04-10 Pedro Alves <palves@redhat.com>
6534
6535 * gdb.base/sigstep.exp (breakpoint_to_handler)
6536 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
6537 Test "backtrace" in handler.
6538 (breakpoint_over_handler): New parameter 'displaced'. Use it.
6539 (top level): Add new "displaced" test axis to
6540 breakpoint_to_handler, breakpoint_to_handler_entry and
6541 breakpoint_over_handler.
6542
8d707a12
PA
65432015-04-10 Pedro Alves <palves@redhat.com>
6544
6545 PR gdb/18216
6546 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
6547
ef713951
YQ
65482015-04-10 Yao Qi <yao.qi@linaro.org>
6549
6550 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
6551 (test_add_rn_pc): New function.
6552 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
6553 (top level): Invoke test_add_rn_pc.
6554
906d60cf
PA
65552015-04-10 Pedro Alves <palves@redhat.com>
6556
6557 PR gdb/13858
6558 * gdb.base/step-over-no-symbols.exp: New file.
6559
f2983cc3
AW
65602015-04-09 Andy Wingo <wingo@igalia.com>
6561
6562 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
6563 after the Python tests.
6564
6d62641c
SDJ
65652015-04-08 Keith Seitz <keiths@redhat.com>
6566
6567 PR python/16699
6568 * gdb.python/py-completion.exp: New tests for completion.
6569 * gdb.python/py-completion.py (CompleteLimit1): New class.
6570 (CompleteLimit2): Likewise.
6571 (CompleteLimit3): Likewise.
6572 (CompleteLimit4): Likewise.
6573 (CompleteLimit5): Likewise.
6574 (CompleteLimit6): Likewise.
6575 (CompleteLimit7): Likewise.
6576
f3770638
PA
65772015-04-08 Pedro Alves <palves@redhat.com>
6578
6579 PR gdb/18214
6580 PR gdb/18216
6581 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
6582 function.
6583 (main): Install it as SIGUSR1 handler.
6584 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
6585 parameter. Always use "setup" as prefix. Toggle "set
6586 displaced-stepping" off/on depending on global. Don't switch to
6587 thread 1 here.
6588 (top level): Add displaced stepping "off/on" test axis. Update
6589 "setup" calls. Wrap each subtest with with_test_prefix. Test
6590 continuing with a queued signal in each thread.
6591
4496bed7
PA
65922015-04-08 Pedro Alves <palves@redhat.com>
6593
6594 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
6595 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
6596 gdb_breakpoint instead of gdb_test that doesn't expect anything.
6597 Return early if running to main fails.
6598 * gdb.trace/while-stepping.exp: Likewise.
6599
b97fde92
PA
66002015-04-07 Pedro Alves <palves@redhat.com>
6601
6602 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
6603 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
6604 interact with inferior program.
6605
f71c18e7
PA
66062015-04-07 Pedro Alves <palves@redhat.com>
6607
6608 * lib/gdb.exp (inferior_spawn_id): New global.
6609 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
6610 spawn id after processing the user code.
6611 (default_gdb_start): Set inferior_spawn_id.
6612 (send_inferior): New procedure.
6613 * lib/gdbserver-support.exp (gdbserver_start): Set
6614 inferior_spawn_id.
6615 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
6616
6423214f
PA
66172015-04-07 Pedro Alves <palves@redhat.com>
6618
6619 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
6620 * lib/gdbserver-support.exp (gdbserver_start): Make
6621 $server_spawn_id global.
6622 (gdbserver_start): Don't wait for gdbserver's spawn id with
6623 expect_background.
6624 (close_gdbserver): New procedure.
6625 (gdb_exit): Rename the default version and reimplement.
6626
71c0ee8c
PA
66272015-04-07 Pedro Alves <palves@redhat.com>
6628
72f4393d 6629 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
6630 append the substituted item, not the original item.
6631
203bc29b
PA
66322015-04-07 Pedro Alves <palves@redhat.com>
6633
6634 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
6635 gdb_expect.
6636
508a3ddf
PA
66372015-04-07 Pedro Alves <palves@redhat.com>
6638
6639 * gdb.base/interrupt.exp: Don't handle the case of the inferior
6640 output appearing once only.
6641
9f6dbe2b
PA
66422015-04-07 Pedro Alves <palves@redhat.com>
6643
6644 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
6645 that doesn't expect anything. Return early if running to main
6646 fails.
6647
337532fa
YQ
66482015-04-07 Yao Qi <yao.qi@linaro.org>
6649
6650 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
6651 (child_function): Call alarm.
6652 (main): Move call to alarm into the loop.
6653 * gdb.threads/non-stop-fair-events.exp: Build program with
6654 -DTIMEOUT=$timeout.
6655
01b622d4
DE
66562015-04-06 Doug Evans <xdje42@gmail.com>
6657
6658 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
6659 Fix dest parameter to board_info.
6660 (fpc_compile): Ditto.
6661 (gdb_compile_pascal): Rename dest arg to destfile.
6662
961f4160
PMR
66632015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
6664
6665 * gdb.ada/funcall_ref.exp: New file.
6666 * gdb.ada/funcall_ref/foo.adb: New file.
6667
cafda597
YQ
66682015-04-02 Yao Qi <yao.qi@linaro.org>
6669
6670 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
6671 is remote.
6672
fed040c6
GB
66732015-04-02 Gary Benson <gbenson@redhat.com>
6674
6675 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
6676
d11916aa
SS
66772015-04-01 Sasha Smundak <asmundak@google.com>
6678
6679 * gdb.python/py-unwind-maint.c: New file.
6680 * gdb.python/py-unwind-maint.exp: New test.
6681 * gdb.python/py-unwind-maint.py: New file.
6682 * gdb.python/py-unwind.c: New file.
6683 * gdb.python/py-unwind.exp: New test.
6684 * gdb.python/py-unwind.py: New test.
6685
a1471180
PA
66862015-04-01 Pedro Alves <palves@redhat.com>
6687
6688 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
6689 to fail instead of non-existent $test.
6690
0bbeccb1
PA
66912015-04-01 Pedro Alves <palves@redhat.com>
6692
6693 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
6694 GDBFLAGS if not empty.
6695
3c724c8c
PMR
66962015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
6697
6698 * gdb.ada/complete.exp: Remove "multi_line".
6699 * gdb.ada/info_exc.exp: Remove "multi_line".
6700 * gdb.ada/packed_tagged.exp: Remove "multi_line".
6701 * gdb.ada/ptype_field.exp: Remove "multi_line".
6702 * gdb.ada/sym_print_name.exp: Remove "multi_line".
6703 * gdb.ada/tagged.exp: Remove "multi_line".
6704 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
6705 [multi_line ...]
6706 * gdb.btrace/delta.exp: Likewise.
6707 * gdb.btrace/exception.exp: Likewise.
6708 * gdb.btrace/function_call_history.exp: Likewise.
6709 * gdb.btrace/instruction_history.exp: Likewise.
6710 * gdb.btrace/nohist.exp: Likewise.
6711 * gdb.btrace/record_goto.exp: Likewise.
6712 * gdb.btrace/segv.exp: Likewise.
6713 * gdb.btrace/stepi.exp: Likewise.
6714 * gdb.btrace/tailcall.exp: Likewise.
6715 * gdb.btrace/unknown_functions.exp: Likewise.
6716 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
6717 * lib/gdb.exp: Add the "multi_line" helper.
6718
4eec2deb
PA
67192015-04-01 Pedro Alves <palves@redhat.com>
6720
6721 * gdb.threads/tid-reuse.c: New file.
6722 * gdb.threads/tid-reuse.exp: New file.
6723
df8411da
SDJ
67242015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
6725
6726 PR corefiles/16092
6727 * gdb.base/coredump-filter.c: New file.
6728 * gdb.base/coredump-filter.exp: Likewise.
6729
6ef37366
PM
67302015-03-27 Petr Machata <pmachata@redhat.com>
6731
6732 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
6733 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
6734 (Dwarf::assemble): Initialize them.
6735 (Dwarf::lines): New function.
6736
7ec911b0
JT
67372015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
6738
6739 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
6740 SYMBOL_PREFIX for x86_64-*-cygwin.
6741
ff908ebf
AW
67422015-03-26 Andy Wingo <wingo@igalia.com>
6743
6744 PR symtab/18148
6745 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
6746 const_value but not a location.
6747 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
6748 location defined in non-main CUs are visible.
6749
6d5f0679
YQ
67502015-03-26 Yao Qi <yao.qi@linaro.org>
6751
6752 PR testsuite/18139
6753 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
6754 Add a line number entry for the same line.
6755 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
6756 Add a line number entry for the same line.
6757
2898689b
YQ
67582015-03-26 Yao Qi <yao.qi@linaro.org>
6759
6760 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
6761 .int 0.
6762 (func): Likewise. Add .Lfunc_1 label.
6763 Use .Lfunc_1 label.
6764 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
6765 .int 0.
6766 (func): Likewise.
6767 Use .Lfunc_1 label.
6768
85180498
YQ
67692015-03-26 Yao Qi <yao.qi@linaro.org>
6770
6771 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
6772 Call gdb_compile instead to compile each .s files without debug
6773 information.
6774
8aa08a8d
YQ
67752015-03-26 Yao Qi <yao.qi@linaro.org>
6776
6777 * gdb.base/savedregs.exp (process_saved_regs): Make
6778 "Saved registers:" optional in the pattern.
6779
66849923
MM
67802015-03-25 Markus Metzger <markus.t.metzger@intel.com>
6781
6782 * gdb.btrace/next.exp: Merged into step.exp.
6783 * gdb.btrace/finish.exp: Merged into step.exp.
6784 * gdb.btrace/nexti.exp: Merged into stepi.exp.
6785 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
6786 "record goto" and checking the exact replay position.
6787 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
6788 check for "Recording format" in "info record" output.
6789 * gdb.btrace/record_goto.exp: Choose test file based on target.
6790 * gdb.btrace/x86-record_goto.S: Renamed into ...
6791 * gdb.btrace/x86_64-record_goto.S: ... this.
6792 * gdb.btrace/i686-record_goto.S: New.
6793 * gdb.btrace/x86-tailcall.S: Renamed into ...
6794 * gdb.btrace/x86_64-tailcall.S: ... this.
6795 * gdb.btrace/i686-tailcall.S: New.
6796 * gdb.btrace/x86-tailcall.c: Renamed into ...
6797 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
6798 separate statements. Update test.
6799 * gdb.btrace/delta.exp: Use record_goto.c as test file.
6800 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
6801 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
6802 * gdb.btrace/tailcall.exp: Choose test file based on target.
6803 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
6804
11cc1b74
MM
68052015-03-25 Markus Metzger <markus.t.metzger@intel.com>
6806
6807 * gdb.btrace/exception.exp: Increase BTS buffer size.
6808
a25d8bf9
PA
68092015-03-24 Pedro Alves <palves@redhat.com>
6810
6811 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
6812
856e7dd6
PA
68132015-03-24 Pedro Alves <palves@redhat.com>
6814
6815 * gdb.threads/schedlock.exp (test_step): No longer expect that
6816 "set scheduler-locking step" with "next" over a function call runs
6817 threads unlocked.
6818
ad235a41
AT
68192015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6820
6821 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
6822
15630549
AT
68232015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6824
6825 PR breakpoints/16466
6826 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
6827 * gdb.mi/mi-pending.c (thread_func): New function.
6828 (int main): Add threading support required.
6829 * gdb.mi/mi-pending.exp: Add tests for this issue.
6830 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
6831 (pendfunc2): Remove stdio dependency.
6832 * gdb.mi/mi-pendshr2.c: New file.
6833
693dca06
KS
68342015-03-23 Keith Seitz <keiths@redhat.com>
6835
6836 * gdb.linespec/keywords.c: New file.
6837 * gdb.linespec/keywords.exp: New file.
6838
7e993ebf
KS
68392015-03-23 Keith Seitz <keiths@redhat.com>
6840
6841 PR gdb/18021
6842 * gdb.dwarf2/staticvirtual.exp: New test.
6843
bc23328c
JK
68442015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6845
6846 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
6847 * README: Remove HP-UX and gdb.hp.
6848 (configuration):
6849 * configure: Regenerate.
6850 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
6851 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
6852 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
6853 gdb.hp/gdb.defects/Makefile.
6854 * gdb.hp/Makefile.in: File deleted.
6855 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
6856 * gdb.hp/gdb.aCC/optimize.c: File deleted.
6857 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
6858 * gdb.hp/gdb.aCC/run.c: File deleted.
6859 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
6860 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
6861 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
6862 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
6863 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
6864 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
6865 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
6866 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
6867 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
6868 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
6869 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
6870 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
6871 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
6872 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
6873 * gdb.hp/gdb.base-hp/reg.s: File deleted.
6874 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
6875 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
6876 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
6877 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
6878 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
6879 * gdb.hp/gdb.compat/Makefile.in: File deleted.
6880 * gdb.hp/gdb.compat/average.c: File deleted.
6881 * gdb.hp/gdb.compat/sum.c: File deleted.
6882 * gdb.hp/gdb.compat/xdb.c: File deleted.
6883 * gdb.hp/gdb.compat/xdb0.c: File deleted.
6884 * gdb.hp/gdb.compat/xdb0.h: File deleted.
6885 * gdb.hp/gdb.compat/xdb1.c: File deleted.
6886 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
6887 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
6888 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
6889 * gdb.hp/gdb.defects/Makefile.in: File deleted.
6890 * gdb.hp/gdb.defects/bs14602.c: File deleted.
6891 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
6892 * gdb.hp/gdb.defects/solib-d.c: File deleted.
6893 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
6894 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
6895 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
6896 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
6897 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
6898 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
6899 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
6900 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
6901 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
6902 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
6903 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
6904 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
6905 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
6906 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
6907 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
6908 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
6909 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
6910 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
6911 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
6912 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
6913 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
6914 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
6915 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
6916 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
6917 * gdb.hp/tools/odump: File deleted.
6918
8bf3b159
PA
69192015-03-19 Pedro Alves <palves@redhat.com>
6920
6921 * gdb.threads/continue-pending-status.exp (saw_thread_2)
6922 (saw_thread_3): New globals.
6923 (top level): Increment them when an event for the corresponding
6924 thread is seen.
6925 (no thread starvation): New test.
6926
eb54c8bf
PA
69272015-03-19 Pedro Alves <palves@redhat.com>
6928
6929 * gdb.threads/continue-pending-status.c: New file.
6930 * gdb.threads/continue-pending-status.exp: New file.
6931
32d2e5d6
PA
69322015-03-18 Pedro Alves <palves@redhat.com>
6933
6934 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
6935 Use gdb_is_target_remote instead of is_remote. Use
6936 gdb_test_multiple instead of gdb_expect. Exit early if
6937 gdb_test_multiple hits its internal matches. Tighten stepi tests
6938 expected output. Fail on exit with any signal, instead of just
6939 SIGILL.
6940
f68f11b7
YQ
69412015-03-18 Yao Qi <yao.qi@linaro.org>
6942
6943 PR tdep/18107
6944 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
6945 variable.
6946 * gdb.base/catch-syscall.exp: Don't skip it on
6947 aarch64*-*-linux* target. Remove elements in all_syscalls.
6948 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
6949 target.
6950 (setup_all_syscalls): New proc.
6951
ca5fd19b
YQ
69522015-03-16 Yao Qi <yao.qi@linaro.org>
6953
6954 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
6955 (top level): Skip tests if valid_addr_p returns false for
6956 $cmd1 or $cmd2.
6957
85642ba0
AW
69582015-03-11 Andy Wingo <wingo@igalia.com>
6959
6960 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
6961
e03f9645
YQ
69622015-03-11 Yao Qi <yao.qi@linaro.org>
6963
6964 * gdb.base/catch-syscall.exp: Fix typo in comments.
6965
5d0962b2
YQ
69662015-03-11 Yao Qi <yao.qi@linaro.org>
6967
6968 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
6969
b2df3cef
PA
69702015-03-09 Pedro Alves <palves@redhat.com>
6971
6972 * dg-extract-results.py: Delete.
6973
ef878e53
PA
69742015-03-09 Pedro Alves <palves@redhat.com>
6975
6976 Merge dg-extract-results.sh from GCC upstream (r218843).
6977
6978 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
6979 * dg-extract-results.sh: Use --text with grep to avoid issues with
6980 binary files. Fall back to cat -v, if that doesn't work.
6981
9494d219
PA
69822015-03-05 Pedro Alves <palves@redhat.com>
6983
6984 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
6985
a8d9763a
SM
69862015-03-04 Simon Marchi <simon.marchi@ericsson.com>
6987
6988 * lib/mi-support.exp (mi_expect_interrupt): Accept
6989 alternative event for when in all-stop mode.
6990
be9957b8
PA
69912015-03-04 Pedro Alves <palves@redhat.com>
6992
6993 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
6994
d57be0f4 69952015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
6996
6997 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
6998
c214c7cf
AA
69992015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7000
7001 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7002 regexps for GDB's current line display, accept a hex address
7003 preceding the line number.
7004
6d74a497
AA
70052015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7006
7007 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7008 the 'arch1' variable for "s390*-linux*" targets.
7009
511aee7c
PA
70102015-03-04 Pedro Alves <palves@redhat.com>
7011
7012 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7013 (main): Pass missing retval argument to pthread_join call.
7014
95e50b27
PA
70152015-03-02 Pedro Alves <palves@redhat.com>
7016
7017 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7018 (top level): Call do_test with non-stop as well.
7019
28054d69
PA
70202015-03-02 Pedro Alves <palves@redhat.com>
7021
7022 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7023 -1.
7024
4fa5d7b4
AA
70252015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7026
7027 * gdb.arch/s390-vregs.exp: New test.
7028 * gdb.arch/s390-vregs.S: New file.
7029
97c18565
PA
70302015-02-27 Pedro Alves <palves@redhat.com>
7031
7032 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7033 call to catch_command_errors.
7034 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7035 catch_command_errors.
7036
a37bfa30
PA
70372015-02-27 Pedro Alves <palves@redhat.com>
7038
7039 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7040 "true" for boolean result.
7041 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7042 prototype of main.
7043
6f98576f
PA
70442015-02-27 Pedro Alves <palves@redhat.com>
7045
7046 * lib/unbuffer_output.c: New file.
7047 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7048 (main): Call gdb_unbuffer_output.
7049
eba5ab56
YQ
70502015-02-27 Yao Qi <yao.qi@linaro.org>
7051
7052 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7053 target.
7054
0def5aaa
DE
70552015-02-26 Doug Evans <dje@google.com>
7056
7057 * gdb.cp/class2.cc (Dbase, D): New classes.
7058 (main): New local delta.
7059 * gdb.cp/class2.exp: Test printing delta.
7060 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7061 (dynbar): New global.
7062 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7063
081a1c2c
JK
70642015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7065
7066 * gdb.compile/compile-ifunc.c: New file.
7067 * gdb.compile/compile-ifunc.exp: New file.
7068
2f41223f
AT
70692015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7070
7071 * gdb.base/structs.exp: Check for correct struct on finish.
7072
03eddd80
YQ
70732015-02-26 Yao Qi <yao.qi@linaro.org>
7074
7075 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7076 is zero.
7077
80c57053
JK
70782015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7079
7080 * gdb.arch/cordic.ko.bz2: New file.
7081 * gdb.arch/cordic.ko.debug.bz2: New file.
7082 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7083
21613c12
YQ
70842015-02-25 Yao Qi <yao.qi@linaro.org>
7085
7086 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7087 aarch64*-*-* target.
7088
d8b901ed
PA
70892015-02-23 Pedro Alves <palves@redhat.com>
7090
7091 * lib/gdb.exp (delete_breakpoints): Rewrite using
7092 gdb_test_multiple.
7093
e5b85ead
PA
70942015-02-23 Pedro Alves <palves@redhat.com>
7095
7096 * gdb.base/info-os.c: Include stdlib.h.
7097
85c3a371
DE
70982015-02-22 Doug Evans <xdje42@gmail.com>
7099
7100 PR symtab/17855
7101 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7102 is read after symbols have been re-read.
7103 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7104 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7105
96553a0c
DE
71062015-02-21 Doug Evans <dje@google.com>
7107
7108 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7109
97a0c697
JK
71102015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7111
7112 PR corefiles/17808
7113 * gdb.arch/i386-biarch-core.core.bz2: New file.
7114 * gdb.arch/i386-biarch-core.exp: New file.
7115
a47cd6e9
PA
71162015-02-21 Pedro Alves <palves@redhat.com>
7117
7118 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7119 runto_main fails.
7120
c5facdc4
PA
71212015-02-20 Pedro Alves <palves@redhat.com>
7122
7123 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7124 info probes.
7125
2db9a427
PA
71262015-02-20 Pedro Alves <palves@redhat.com>
7127
7128 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7129
60fb7e9e
PA
71302015-02-20 Pedro Alves <palves@redhat.com>
7131
7132 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7133 clean_restart before gdb_target_supports_trace.
7134
5c5019c2
PA
71352015-02-20 Pedro Alves <palves@redhat.com>
7136
7137 PR threads/18006
7138 * gdb.threads/clone-thread_db.c: New file.
7139 * gdb.threads/clone-thread_db.exp: New file.
7140
c9587f88
AT
71412015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7142
7143 PR breakpoints/16812
7144 * gdb.base/catch-gdb-caused-signals.c: New file.
7145 * gdb.base/catch-gdb-caused-signals.exp: New file.
7146
f6a88844
JM
71472015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7148
7149 * configure: Regenerated.
7150 * configure.ac: Use GDB_AC_TRANSFORM.
7151 * aclocal.m4: sinclude ../transform.m4.
7152
497c491b
JM
71532015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7154
7155 * lib/dtrace.exp: New file.
7156 * gdb.base/dtrace-probe.exp: Likewise.
7157 * gdb.base/dtrace-probe.d: Likewise.
7158 * gdb.base/dtrace-probe.c: Likewise.
7159 * lib/pdtrace.in: Likewise.
7160 * configure.ac: Output variables with the transformed names of
7161 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
7162 * configure: Regenerated.
7163
03e98035
JM
71642015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7165
7166 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7167 expected message when trying to access $_probe_* convenience
7168 variables while not on a probe.
7169
63cc30e9
JK
71702015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7171
7172 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7173
0703599a
PA
71742015-02-11 Pedro Alves <pedro@codesourcery.com>
7175
7176 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7177 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7178
7e60a48e
DE
71792015-02-10 Doug Evans <xdje42@gmail.com>
7180
7181 * lib/gdb.exp (gdb_load): Always return a result.
7182
01b088bc
PA
71832015-02-10 Pedro Alves <palves@redhat.com>
7184
7185 * gdb.threads/signal-sigtrap.c: New file.
7186 * gdb.threads/signal-sigtrap.exp: New file.
7187
b05ec7a5
AT
71882015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7189
7190 * gdb.trace/no-attach-trace.c: New file.
7191 * gdb.trace/no-attach-trace.exp: New file.
7192
a2c2acaf
MW
71932015-02-09 Mark Wielaard <mjw@redhat.com>
7194
7195 * gdb.dwarf2/atomic.c: New file.
7196 * gdb.dwarf2/atomic-type.exp: Likewise.
7197
31fd9caa
MM
71982015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7199
7200 * gdb.btrace/buffer-size.exp: Update "info record" output.
7201 * gdb.btrace/delta.exp: Update "info record" output.
7202 * gdb.btrace/enable.exp: Update "info record" output.
7203 * gdb.btrace/finish.exp: Update "info record" output.
7204 * gdb.btrace/instruction_history.exp: Update "info record" output.
7205 * gdb.btrace/next.exp: Update "info record" output.
7206 * gdb.btrace/nexti.exp: Update "info record" output.
7207 * gdb.btrace/step.exp: Update "info record" output.
7208 * gdb.btrace/stepi.exp: Update "info record" output.
7209 * gdb.btrace/nohist.exp: Update "info record" output.
7210
d33501a5
MM
72112015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7212
7213 * gdb.btrace/buffer-size: New.
7214
f4abbc16
MM
72152015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7216
7217 * gdb.btrace/delta.exp: Update "info record" output.
7218 * gdb.btrace/enable.exp: Update "info record" output.
7219 * gdb.btrace/finish.exp: Update "info record" output.
7220 * gdb.btrace/instruction_history.exp: Update "info record" output.
7221 * gdb.btrace/next.exp: Update "info record" output.
7222 * gdb.btrace/nexti.exp: Update "info record" output.
7223 * gdb.btrace/step.exp: Update "info record" output.
7224 * gdb.btrace/stepi.exp: Update "info record" output.
7225 * gdb.btrace/nohist.exp: Update "info record" output.
7226
b9d61307
SM
72272015-02-06 Simon Marchi <simon.marchi@ericsson.com>
7228
7229 PR gdb/15678
7230 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7231
e584fdbc
PA
72322015-02-06 Pedro Alves <palves@redhat.com>
7233
7234 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7235 macro.
7236 (seconds_left, again): New globals.
7237 (main): Wait seconds_left in a 1-second sleep loop instead of
7238 sleeping 180 seconds. If 'again' is set, reset the seconds
7239 counter.
7240 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7241 'again' in the inferior before detaching. Print the seconds left.
7242 (options): New global.
7243 (top level): Build program with -DTIMEOUT=$timeout.
7244
77f41761
PA
72452015-02-06 Pedro Alves <palves@redhat.com>
7246
7247 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7248 determine how many seconds to pass to 'alarm'.
7249 * gdb.base/gdb-sigterm.exp (top level): Build program with
7250 -DTIMEOUT=$timeout.
7251 (do_test): Return success/failure indication. Add more verbose
7252 logging. Don't fail if 200 single steps are seen. Instead, fail
7253 when the test times out.
7254 (passes): New global.
7255 (top level): Break the testing loop if testing fails on any
7256 iteration. Use gdb_assert.
7257
b9394193
DB
72582015-02-04 Don Breazeal <donb@codesourcery.com>
7259
7260 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7261 and initialize them.
7262 (ipc_cleanup): New function.
7263 (main): Don't declare shmid, semid, and msqid. Add a call to
7264 atexit so that we call ipc_cleanup on exit.
7265
42d9e528
PA
72662015-02-04 Pedro Alves <palves@redhat.com>
7267
7268 * boards/native-extended-gdbserver.exp: Remove any target variant
7269 specifications from the board name before clearing the isremote
7270 flag from board_info.
7271
ae6ae975
DE
72722015-01-31 Doug Evans <xdje42@gmail.com>
7273
7274 * gdb.base/maint.exp <maint print type argc>: Update expected output.
7275
cfb069a8
GB
72762015-01-31 Gary Benson <gbenson@redhat.com>
7277
7278 * gdb.base/completion.exp: Disable completion limiting for
7279 existing tests. Add new tests to check completion limiting.
7280 * gdb.linespec/ls-errs.exp: Disable completion limiting.
7281
5dd31d79
DE
72822015-01-31 Doug Evans <xdje42@gmail.com>
7283
7284 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7285
9f050062
DE
72862015-01-31 Doug Evans <xdje42@gmail.com>
7287
7288 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7289 entries. Duplicate file section script entries.
7290 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7291 inlined entries. Add test for safe-path rejection.
7292 * gdb.python/py-section-script.c: Add duplicate inlined section script
7293 entries. Duplicate file section script entries.
7294 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7295 inlined entries. Add test for safe-path rejection.
7296
df25ebbd
JB
72972015-01-29 Joel Brobecker <brobecker@adacore.com>
7298
7299 * gdb.ada/disc_arr_bound: New testcase.
7300
4a0ca9ec
JB
73012015-01-29 Joel Brobecker <brobecker@adacore.com>
7302
7303 * gdb.ada/mi_var_array: New testcase.
7304
3a8b707a
DE
73052015-01-27 Doug Evans <dje@google.com>
7306
7307 * gdb.python/py-objfile.exp: Add tests for objfile.username.
7308 Add test for objfile.filename, objfile.username after objfile
7309 has been unloaded.
7310
f8313f6e
JB
73112015-01-26 Joel Brobecker <brobecker@adacore.com>
7312
7313 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7314 the second test to print the name attribute of value
7315 returned by the call to gdb.lookup_type, and adjust
7316 the expected output accordingly.
7317
37bc665e
MW
73182015-01-25 Mark Wielaard <mjw@redhat.com>
7319
7320 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7321 * gdb.base/disp-step-fork.c: Include unistd.h.
7322 * gdb.base/siginfo-obj.c: Include stdio.h.
7323 * gdb.base/siginfo-thread.c: Likewise.
7324 * gdb.mi/non-stop.c: Include unistd.h.
7325 * gdb.mi/nsthrexec.c: Include stdio.h.
7326 * gdb.mi/pthreads.c: Include unistd.h.
7327 * gdb.modula2/unbounded1.c (main): Declare returns int.
7328 * gdb.reverse/consecutive-reverse.c: Likewise.
7329 * gdb.threads/create-fail.c: Include unistd.h.
7330 * gdb.threads/killed.c: Likewise.
7331 * gdb.threads/linux-dp.c: Likewise.
7332 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
7333 * gdb.threads/non-ldr-exc-2.c: Likewise.
7334 * gdb.threads/non-ldr-exc-3.c: Likewise.
7335 * gdb.threads/non-ldr-exc-4.c: Likewise.
7336 * gdb.threads/pthreads.c: Include unistd.h.
7337 (main): Declare returns int.
7338 * gdb.threads/tls-main.c (foo): New declaration.
7339 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
7340
f7e5394d
SM
73412015-01-23 Simon Marchi <simon.marchi@ericsson.com>
7342
7343 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
7344 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
7345
743649fd
MW
73462015-01-15 Mark Wielaard <mjw@redhat.com>
7347
7348 * gdb.base/noreturn-return.c: New file.
7349 * gdb.base/noreturn-return.exp: New file.
7350 * gdb.base/noreturn-finish.c: New file.
7351 * gdb.base/noreturn-finish.exp: New file.
7352
198297aa
PA
73532015-01-23 Pedro Alves <palves@redhat.com>
7354
7355 * gdb.threads/continue-pending-after-query.c: New file.
7356 * gdb.threads/continue-pending-after-query.exp: New file.
7357
717cf30c
AG
73582015-01-22 Anders Granlund <anders.granlund@ericsson.com>
7359 Simon Marchi <simon.marchi@ericsson.com>
7360
7361 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
7362 * gdb.base/valgrind-db-attach.exp: Same.
7363 * gdb.base/valgrind-infcall.exp: Same.
7364 * lib/mi-support.exp (default_mi_gdb_start): Same.
7365 * lib/prompt.exp (default_prompt_gdb_start): Same.
7366 * lib/gdb.exp (default_gdb_spawn): Same.
7367 (gdb_interact): New.
7368
7369
4b62a76e
JK
73702015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7371
7372 * gdb.compile/compile.exp (pointer to jit function): New test.
7373
b4cdae6f
WW
73742015-01-17 Wei-cheng Wang <cole945@gmail.com>
7375
7376 * lib/gdb.exp (supports_process_record): Return true for
7377 powerpc*-*-linux*.
7378 (supports_reverse): Likewise.
7379
d221e7ef
DB
73802015-01-15 Don Breazeal <donb@codesourcery.com>
7381
7382 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
7383 instead of checking whether the target board is remote and
7384 use spawn_wait_for_attach instead of exec/sleep.
7385 * gdb.base/attach-twice.exp: Likewise.
7386
bafffb51
JB
73872015-01-15 Joel Brobecker <brobecker@adacore.com>
7388
7389 * gdb.ada/var_arr_attrs: New testcase.
7390
5589af0e
PA
73912015-01-14 Pedro Alves <palves@redhat.com>
7392 Joel Brobecker <brobecker@adacore.com>
7393
7394 PR gdb/17525
7395 * gdb.base/bp-cmds-execution-x-script.c: New file.
7396 * gdb.base/bp-cmds-execution-x-script.exp: New file.
7397 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
7398
6c400b59
PA
73992015-01-14 Pedro Alves <palves@redhat.com>
7400
7401 PR cli/17828
7402 * gdb.base/batch-preserve-term-settings.c: New file.
7403 * gdb.base/batch-preserve-term-settings.exp: New file.
7404
e02c96a7
DE
74052015-01-13 Doug Evans <dje@google.com>
7406
7407 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
7408 binary.
7409
576fd14c
JB
74102015-01-13 Joel Brobecker <brobecker@adacore.com>
7411
7412 * Makefile.in (clean mostlyclean): Do not delete *.py.
7413
04dccad0
JB
74142015-01-13 Joel Brobecker <brobecker@adacore.com>
7415
7416 * gdb.python/py-lookup-type.exp: New file.
7417
3d230f71
PA
74182015-01-12 Pedro Alves <palves@redhat.com>
7419
7420 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
7421 restore GDBFLAGS before returning.
7422
7e67715d
JK
74232015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7424
7425 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
7426 is_amd64_regs_target and is_x86_like_target.
7427
f2e0d4b4
DE
74282015-01-11 Doug Evans <xdje42@gmail.com>
7429
7430 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
7431 is given without an explicit form.
7432 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
7433 attributes.
7434 * gdb.dwarf/corrupt.exp: Ditto.
7435 * gdb.dwarf2/enum-type.exp: Ditto.
7436 * gdb.trace/entry-values.exp: Ditto.
7437 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
7438
439250fb
DE
74392015-01-11 Doug Evans <xdje42@gmail.com>
7440
7441 PR gdb/15830
7442 * gdb.base/maint.exp: Remove references to "maint demangle".
7443 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
7444 Add tests for explicitly specifying language to demangle.
7445 * gdb.dlang/demangle.exp: Ditto.
7446
ede9f622
PA
74472015-01-09 Pedro Alves <palves@redhat.com>
7448
7449 * gdb.threads/non-stop-fair-events.c: New file.
7450 * gdb.threads/non-stop-fair-events.exp: New file.
7451
a7b796db
PA
74522015-01-09 Pedro Alves <palves@redhat.com>
7453
7454 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
7455 the global scope. Set a breakpoint after all threads are started
7456 rather than stepping over two source lines. Expect the prompt.
7457 * gdb.base/watch_thread_num.c (threads_started_barrier): New
7458 global.
7459 (NUM): Now 15.
7460 (main): Use threads_started_barrier to wait for all threads to
7461 start. Main thread no longer calls thread_function. Exit after
7462 180 seconds.
7463 (loop): New function.
7464 (thread_function): Wait on threads_started_barrier barrier. Call
7465 'loop' at each iteration.
7466 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
7467 threads have started, instead of hardcoding number of "next"
7468 steps. Use an access watchpoint instead of a write watchpoint.
7469
9665ffdd
PA
74702015-01-09 Pedro Alves <palves@redhat.com>
7471
7472 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
7473 (thread_func): Wait on barrier.
7474 (main): Wait for all threads to start before stopping GDB.
7475 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
7476 global.
7477 (thread1_func, thread2_func): Wait on barrier.
7478 (main): Wait for all threads to start before stopping GDB.
7479 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
7480 New global.
7481 (thread1_func, thread2_func): Wait on barrier.
7482 (main): Wait for all threads to start before stopping GDB.
7483
c945a99f
PA
74842015-01-09 Pedro Alves <palves@redhat.com>
7485
7486 * gdb.threads/attach-many-short-lived-threads.c: New file.
7487 * gdb.threads/attach-many-short-lived-threads.exp: New file.
7488
c1a747c1
PA
74892014-01-09 Pedro Alves <palves@redhat.com>
7490
7491 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
7492 instead of to thread 2.
7493 * gdb.threads/signal-command-multiple-signals-pending.c (main):
7494 Add barrier around each pthread_create call instead of around all
7495 calls.
7496 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
7497 Set a break on thread_function and have the child threads hit it
7498 one at at a time.
7499
60b3033e
PA
75002015-01-09 Pedro Alves <palves@redhat.com>
7501
7502 * lib/gdb.exp (can_spawn_for_attach): New procedure.
7503 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
7504 false.
7505 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
7506 checking whether the target board is remote.
7507 * gdb.multi/multi-attach.exp: Likewise.
7508 * gdb.python/py-sync-interp.exp: Likewise.
7509 * gdb.server/ext-attach.exp: Likewise.
7510 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
7511 tests that need to attach, instead of checking whether the target
7512 board is remote at the top of the file.
7513
acc018ac
YQ
75142015-01-08 Yao Qi <yao@codesourcery.com>
7515
7516 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
7517
50a18af8
JK
75182015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7519
7520 Fix testcase compilation.
7521 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
7522
8503d6e1
JB
75232015-01-06 Joel Brobecker <brobecker@adacore.com>
7524
7525 * gdb.python/py-type.exp: Add a couple test about empty
7526 array creation, and negative-length array creation.
7527
cc73dbcc
DE
75282015-01-02 Doug Evans <xdje42@gmail.com>
7529
7530 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
7531
0300bbc7
DE
75322015-01-02 Doug Evans <dje@google.com>
7533
7534 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
7535
9d85a0ec
YQ
75362014-12-29 Yao Qi <yao@codesourcery.com>
7537
7538 * gdb.trace/entry-values.exp: Update comments. Rename variable
7539 bar_call_foo to returned_from_foo.
7540
87186c6a
MMN
75412014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
7542
7543 PR gdb/17394
7544 * gdb.linespec/break-asm-file.c: New file.
7545 * gdb.linespec/break-asm-file.exp: New file.
7546 * gdb.linespec/break-asm-file0.s: New file.
7547 * gdb.linespec/break-asm-file1.s: New file.
7548
1bab7383
YQ
75492014-12-18 Nigel Stephens <nigel@mips.com>
7550 Maciej W. Rozycki <macro@codesourcery.com>
7551
7552 * gdb.base/float.exp: Handle the new output from "info float" on
7553 MIPS targets.
7554
1bc1068a
JK
75552014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7556
7557 Fix MinGW compilation.
7558 * gdb.compile/compile-ops.exp: Update untested message if
7559 !skip_compile_feature_tests.
7560 * gdb.compile/compile-setjmp.exp: Likewise.
7561 * gdb.compile/compile-tls.exp: Likewise.
7562 * gdb.compile/compile.exp: Likewise.
7563 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
7564 supported on this host".
7565
b6615d10
DE
75662014-12-16 Doug Evans <xdje42@gmail.com>
7567
7568 * boards/stabs.exp: New file.
7569
25dda427
AA
75702014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
7571
7572 * gdb.base/completion.exp: Adjust to format changes of "maint
7573 print user-registers".
7574
bf330350
CU
75752014-12-16 Catalin Udma <catalin.udma@freescale.com>
7576
7577 PR server/17457
7578 * gdb.arch/aarch64-fp.c: New file.
7579 * gdb.arch/aarch64-fp.exp: New file.
7580
395cf596
SDJ
75812014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7582
7583 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
7584 r210637, r210913, r211666, r215400, r215817).
7585
7586 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
7587 * dg-extract-results.py: New file.
7588 * dg-extract-results.sh: Use it if the environment seems
7589 suitable.
7590
7591 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
7592
7593 * dg-extract-results.py (parse_run): Handle warnings that
7594 are printed before a test harness is run.
7595
7596 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
7597
7598 * dg-extract-results.py (Named): Remove __cmp__ method.
7599 (output_variation): Use a key to sort variation.harnesses.
7600
7601 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
7602
7603 * dg-extract-results.py: For Python 3, force sys.stdout to
7604 handle surrogate escape sequences.
7605 (safe_open): New function.
7606 (output_segment, main): Use it.
7607
7608 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
7609
7610 * dg-extract-results.py (Prog.result_re): Include options
7611 in test name.
7612
7613 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
7614
7615 * dg-extract-results.py (output_variation): Always sort if
7616 do_sum.
7617
e882ef3c
SM
76182014-12-15 Simon Marchi <simon.marchi@ericsson.com>
7619
7620 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
7621 as long as we get pagination notifications.
7622
4992aa20
JM
76232014-12-15 Jason Merrill <jason@redhat.com>
7624
7625 * Makefile.in (check-gdb.%): Restore.
7626 * README: Mention it.
7627
c1b5a1a6
JB
76282014-12-13 Joel Brobecker <brobecker@adacore.com>
7629
7630 * gdb.ada/str_uninit: New testcase.
7631
5537b577
JK
76322014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7633
7634 PR symtab/17642
7635 * gdb.base/vla-stub-define.c: New file.
7636 * gdb.base/vla-stub.c: New file.
7637 * gdb.base/vla-stub.exp: New file.
7638
bb2ec1b3
TT
76392014-12-12 Phil Muldoon <pmuldoon@redhat.com>
7640 Jan Kratochvil <jan.kratochvil@redhat.com>
7641 Tom Tromey <tromey@redhat.com>
7642
7643 * configure.ac: Add gdb.compile/.
7644 * configure: Regenerate.
7645 * gdb.compile/Makefile.in: New file.
7646 * gdb.compile/compile-ops.exp: New file.
7647 * gdb.compile/compile-ops.c: New file.
7648 * gdb.compile/compile-tls.c: New file.
7649 * gdb.compile/compile-tls.exp: New file.
7650 * gdb.compile/compile-constvar.S: New file.
7651 * gdb.compile/compile-constvar.c: New file.
7652 * gdb.compile/compile-mod.c: New file.
7653 * gdb.compile/compile-nodebug.c: New file.
7654 * gdb.compile/compile-setjmp-mod.c: New file.
7655 * gdb.compile/compile-setjmp.c: New file.
7656 * gdb.compile/compile-setjmp.exp: New file.
7657 * gdb.compile/compile-shlib.c: New file.
7658 * gdb.compile/compile.c: New file.
7659 * gdb.compile/compile.exp: New file.
7660 * lib/gdb.exp (skip_compile_feature_tests): New proc.
7661
4ff709eb
TT
76622014-12-12 Tom Tromey <tromey@redhat.com>
7663
7664 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
7665 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
7666
6dddd6a5
DE
76672014-12-12 Doug Evans <dje@google.com>
7668
7669 * lib/gdb-python.exp (get_python_valueof): New function.
7670 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
7671
71c24708
AA
76722014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7673
7674 * gdb.base/completion.exp: Add test for completion of "info
7675 registers ".
7676
3e29f34a
MR
76772014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
7678
7679 * gdb.base/func-ptrs.c: New file.
7680 * gdb.base/func-ptrs.exp: New file.
7681
fc126975
SM
76822014-12-10 Simon Marchi <simon.marchi@ericsson.com>
7683
7684 PR breakpoints/17012
7685 * gdb.base/dprintf-detach.c: New file.
7686 * gdb.base/dprintf-detach.exp: New file.
7687
0a46d518
SM
76882014-12-10 Simon Marchi <simon.marchi@ericsson.com>
7689
7690 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
7691 * lib/gdb.exp (target_is_gdbserver): New procedure.
7692
a0be3e44
DE
76932014-12-08 Doug Evans <dje@google.com>
7694
7695 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
7696
df1b803a
YQ
76972014-12-05 Yao Qi <yao@codesourcery.com>
7698
7699 * gdb.guile/scm-error.exp: Remove the third argument to
7700 gdb_remote_download.
7701 * gdb.guile/scm-frame-args.exp: Likewise.
7702 * gdb.guile/scm-section-script.exp: Likewise.
7703
ddb9f679
YQ
77042014-12-05 Yao Qi <yao@codesourcery.com>
7705
7706 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
7707
86e4ed39
DE
77082014-12-04 Doug Evans <dje@google.com>
7709
7710 * gdb.python/py-objfile.exp: Add tests for
7711 objfile.add_separate_debug_file.
7712
7c50a931
DE
77132014-12-04 Doug Evans <dje@google.com>
7714
7715 * lib/gdb.exp (get_build_id): New function.
7716 (build_id_debug_filename_get): Rewrite to use it.
7717 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
7718
621661e3
MR
77192014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
7720
7721 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
7722 `method(long)', not just 0x0.
7723 * gdb.cp/nsalias.exp: Align code labels to 4.
7724 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
7725 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
7726 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
7727 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
7728 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
7729 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
7730
29f0c3b7
DE
77312014-12-02 Doug Evans <dje@google.com>
7732
e1e061e7 7733 PR symtab/17602
29f0c3b7 7734 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 7735 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
7736 * gdb.cp/anon-ns.exp: Update.
7737
162078c8
NB
77382014-12-02 Nick Bull <nicholaspbull@gmail.com>
7739
7740 * gdb.python/py-events.py (inferior_call_handler): New.
7741 (register_changed_handler, memory_changed_handler): New.
7742 (test_events.invoke): Register new handlers.
7743 * gdb.python/py-events.exp: Add tests for inferior call,
7744 memory_changed and register_changed events.
7745
fdb09caf
AA
77462014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7747
7748 * gdb.base/execl-update-breakpoints.exp: Specify the link address
7749 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
7750 if the linker doesn't understand this.
7751
55cfb2c4
SM
77522014-12-01 Simon Marchi <simon.marchi@ericsson.com>
7753
7754 * gdb.python/python.exp: Change expected reply to help().
7755
9e8cd6df
YQ
77562014-12-01 Yao Qi <yao@codesourcery.com>
7757
7758 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
7759 AC_CONFIG_SUBDIRS(gdb.gdbtk).
7760 * configure: Re-generated.
7761
6c659fc2
SC
77622014-11-28 Siva Chandra Reddy <sivachandra@google.com>
7763
7764 * gdb.cp/chained-calls.cc: New file.
7765 * gdb.cp/chained-calls.exp: New file.
7766 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
7767
d7fc3181
SM
77682014-11-28 Simon Marchi <simon.marchi@ericsson.com>
7769
7770 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
7771 * gdb.dwarf2/symtab-producer.exp: Same.
7772 * gdb.gdb/python-interrupts.exp: Same.
7773 * gdb.gdb/python-selftest.exp: Same.
7774 * gdb.python/py-linetable.exp: Same.
7775 * gdb.python/py-type.exp: Same.
7776 * gdb.python/py-value-cc.exp: Same.
7777 * gdb.python/py-value.exp: Same.
7778
10e79639
YQ
77792014-11-28 Yao Qi <yao@codesourcery.com>
7780
7781 * gdb.base/break-probes.exp: Match library name prefixed with
7782 sysroot.
7783
f28a0564
SM
77842014-11-27 Simon Marchi <simon.marchi@ericsson.com>
7785
7786 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
7787 test expected output. Add parentheses for the call to print.
7788 Remove L suffix from integers.
7789
3fe1ce1d
DE
77902014-11-26 Doug Evans <dje@google.com>
7791
7792 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
7793
84429e27
YQ
77942014-11-22 Yao Qi <yao@codesourcery.com>
7795
7796 * gdb.trace/entry-values.c: Remove asms.
7797 (foo): Add foo_label.
7798 (bar): Add bar_label.
7799 * gdb.trace/entry-values.exp: Remove code computing foo's
7800 length and bar's length.
7801 (Dwarf::assemble): Invoke function_range for bar and use
7802 MACRO_AT_func for foo.
7803
26741859
YQ
78042014-11-22 Yao Qi <yao@codesourcery.com>
7805
7806 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
7807 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
7808 Use .Lgcc43_procstart instead of gcc43.
7809
45e44d27
JB
78102014-11-21 Joel Brobecker <brobecker@adacore.com>
7811
7812 * gdb.ada/n_arr_bound: New testcase.
7813
458c8db8
SDJ
78142014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
7815
7816 PR breakpoints/10737
7817 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
7818 test_catch_syscall_multi_arch.
7819 (test_catch_syscall_multi_arch): New function.
7820
43f3e411
DE
78212014-11-20 Doug Evans <xdje42@gmail.com>
7822
7823 * gdb.base/maint.exp: Update expected output.
7824
0d7b2549
AA
78252014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7826
7827 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
7828 4-byte instruction on S390.
7829
8908fca5
JB
78302014-11-19 Joel Brobecker <brobecker@adacore.com>
7831
7832 * gdb.ada/arr_arr: New testcase.
7833
4a46959e
JB
78342014-11-19 Joel Brobecker <brobecker@adacore.com>
7835
7836 * gdb.ada/pkd_arr_elem: New Testcase.
7837
470e2f4e
LM
78382014-11-18 Luis Machado <lgustavo@codesourcery.com>
7839
7840 * gdb.reverse/break-precsave: Expect completion message for
7841 core file reads.
7842 * gdb.reverse/consecutive-precsave.exp: Likewise.
7843 * gdb.reverse/finish-precsave.exp: Likewise.
7844 * gdb.reverse/i386-precsave.exp: Likewise.
7845 * gdb.reverse/machinestate-precsave.exp: Likewise.
7846 * gdb.reverse/sigall-precsave.exp: Likewise.
7847 * gdb.reverse/solib-precsave.exp: Likewise.
7848 * gdb.reverse/step-precsave.exp: Likewise.
7849 * gdb.reverse/until-precsave.exp: Likewise.
7850 * gdb.reverse/watch-precsave.exp: Likewise.
7851
a267f3ad
AA
78522014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7853
7854 * gdb.base/bp-permanent.c: Include unistd.h.
7855 * gdb.python/py-framefilter-mi.c (main): Add return type.
7856 * gdb.python/py-framefilter.c (main): Likewise.
7857 * gdb.trace/actions-changed.c (main): Likewise.
7858
12084a9a
AA
78592014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7860
7861 * gdb.mi/until.c: Add eye-catchers.
7862 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
7863 line numbers.
7864
dc7e1a77
AA
78652014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7866
7867 * gdb.base/condbreak.exp: Drop references to removed non-prototype
7868 function header variants in break1.c.
7869 * gdb.base/ena-dis-br.exp: Likewise.
7870 * gdb.base/hbreak2.exp: Likewise.
7871 * gdb.reverse/until-precsave.exp: Drop references to removed
7872 non-prototype function header variants in ur1.c.
7873 * gdb.reverse/until-reverse.exp: Likewise.
7874
41c77605
PM
78752014-11-17 Petr Machata <pmachata@redhat.com>
7876
7877 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
7878 ${_cu_offset_size} bytes abbrev offset.
7879
34248c3a
DE
78802014-11-15 Doug Evans <xdje42@gmail.com>
7881
7882 PR symtab/17559
7883 * gdb.base/line-symtabs.exp: New file.
7884 * gdb.base/line-symtabs.c: New file.
7885 * gdb.base/line-symtabs.h: New file.
7886
646da059
YQ
78872014-11-14 Yao Qi <yao@codesourcery.com>
7888
7889 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
7890 (func): Add label func_label.
7891 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
7892 Replace low_pc and high_pc with MACRO_AT_range.
7893 Replace name, low_pc and high_pc with MACRO_AT_func.
7894
9301ebe6
YQ
78952014-11-14 Yao Qi <yao@codesourcery.com>
7896
7897 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
7898 Replace name, low_pc and high_pc with MACRO_AT_func.
7899
f166b542
YQ
79002014-11-14 Yao Qi <yao@codesourcery.com>
7901
7902 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
7903 produce debug information.
7904 * gdb.dwarf2/implptr-optimized-out.S: Removed.
7905
0f6e71e3
YQ
79062014-11-14 Yao Qi <yao@codesourcery.com>
7907
7908 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
7909 object and get function length.
7910 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
7911 with MACRO_AT_func.
7912 (top-level): Replace gdb_compile and clean_restart with
7913 prepare_for_testing.
7914 * gdb.dwarf2/main.c (main): Add label main_label.
7915
876c4df9
YQ
79162014-11-14 Yao Qi <yao@codesourcery.com>
7917
7918 * lib/dwarf.exp (function_range): New procedure.
7919 (Dwarf::_handle_macro_at_func): New procedure.
7920 (Dwarf::_handle_macro_at_range): New procedure.
7921 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
7922
02ad9cf1
YQ
79232014-11-14 Yao Qi <yao@codesourcery.com>
7924
7925 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
7926 (_handle_attribute): New procedure.
7927
a59add0c
AA
79282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7929
7930 * gdb.ada/cond_lang/foo.c (callme): Add return type.
7931 * gdb.base/call-sc.c (zed): Likewise.
7932 * gdb.base/checkpoint.c (main): Likewise.
7933 * gdb.base/dump.c (main): Likewise.
7934 * gdb.base/gcore.c (main): Likewise.
7935 * gdb.base/huge.c (main): Likewise.
7936 * gdb.base/multi-forks.c (main): Likewise.
7937 * gdb.base/pr10179-a.c (main): Likewise.
7938 * gdb.base/savedregs.c (main): Likewise.
7939 * gdb.base/sigaltstack.c (main): Likewise.
7940 * gdb.base/siginfo.c (main): Likewise.
7941 * gdb.base/structs.c (zed): Likewise.
7942 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
7943 * gdb.mi/mi-syn-frame.c (main): Likewise.
7944 * gdb.mi/until.c (foo, main): Likewise.
7945 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
7946 * gdb.base/solib-weak.c (foo): Declare.
7947 * gdb.base/attach-twice.c: Include stdio.h.
7948 * gdb.base/weaklib1.c: Likewise.
7949 * gdb.base/weaklib2.c: Likewise.
7950 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
7951 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
7952 unistd.h.
7953 * gdb.base/attach-pie-misread.c: Include stdlib.h.
7954 * gdb.mi/mi-exit-code.c: Likewise.
7955 * gdb.base/break-interp-lib.c: Include string.h.
7956 * gdb.base/coremaker.c: Likewise.
7957 * gdb.base/testenv.c: Likewise.
7958 * gdb.python/py-finish-breakpoint.c: Likewise.
7959 * gdb.base/inferior-died.c: Include sys/wait.h.
7960 * gdb.base/fileio.c: Include time.h.
7961 * gdb.base/async-shell.c: Include unistd.h.
7962 * gdb.base/dprintf-non-stop.c: Likewise.
7963 * gdb.base/info-os.c: Likewise.
7964 * gdb.mi/mi-console.c: Likewise.
7965 * gdb.mi/watch-nonstop.c: Likewise.
7966 * gdb.python/py-events.c: Likewise.
7967 * gdb.base/async.c (baz): Move up before its invocation.
7968 * gdb.base/code_elim2.c (my_global_func): Likewise.
7969 * gdb.base/skip-solib-lib.c (multiply): Likewise.
7970 * gdb.base/advance.c (func2): Likewise.
7971
3b5d5997
AA
79722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7973
7974 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
7975 variant.
7976 * gdb.base/annota3.c: Likewise.
7977 * gdb.base/async.c: Likewise.
7978 * gdb.base/average.c: Likewise.
7979 * gdb.base/call-ar-st.c: Likewise.
7980 * gdb.base/call-rt-st.c: Likewise.
7981 * gdb.base/call-sc.c: Likewise.
7982 * gdb.base/call-strs.c: Likewise.
7983 * gdb.base/ending-run.c: Likewise.
7984 * gdb.base/execd-prog.c: Likewise.
7985 * gdb.base/exprs.c: Likewise.
7986 * gdb.base/foll-exec.c: Likewise.
7987 * gdb.base/foll-fork.c: Likewise.
7988 * gdb.base/foll-vfork.c: Likewise.
7989 * gdb.base/funcargs.c: Likewise.
7990 * gdb.base/gcore.c: Likewise.
7991 * gdb.base/jump.c: Likewise.
7992 * gdb.base/langs0.c: Likewise.
7993 * gdb.base/langs1.c: Likewise.
7994 * gdb.base/langs2.c: Likewise.
7995 * gdb.base/mips_pro.c: Likewise.
7996 * gdb.base/nodebug.c: Likewise.
7997 * gdb.base/opaque0.c: Likewise.
7998 * gdb.base/opaque1.c: Likewise.
7999 * gdb.base/recurse.c: Likewise.
8000 * gdb.base/run.c: Likewise.
8001 * gdb.base/scope0.c: Likewise.
8002 * gdb.base/scope1.c: Likewise.
8003 * gdb.base/setshow.c: Likewise.
8004 * gdb.base/setvar.c: Likewise.
8005 * gdb.base/shmain.c: Likewise.
8006 * gdb.base/shr1.c: Likewise.
8007 * gdb.base/shr2.c: Likewise.
8008 * gdb.base/sigall.c: Likewise.
8009 * gdb.base/signals.c: Likewise.
8010 * gdb.base/so-indr-cl.c: Likewise.
8011 * gdb.base/solib2.c: Likewise.
8012 * gdb.base/structs.c: Likewise.
8013 * gdb.base/sum.c: Likewise.
8014 * gdb.base/vforked-prog.c: Likewise.
8015 * gdb.base/watchpoint.c: Likewise.
8016 * gdb.reverse/shr2.c: Likewise.
8017 * gdb.reverse/until-reverse.c: Likewise.
8018 * gdb.reverse/ur1.c: Likewise.
8019 * gdb.reverse/watch-reverse.c: Likewise.
8020
066a77c5
AA
80212014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8022
8023 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8024 variant.
8025 * gdb.base/sepdebug.exp: Drop references to removed code.
8026
4f204ea5
AA
80272014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8028
8029 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8030 variant. Preserve original line numbering.
8031 * gdb.base/list1.c: Likewise.
8032
3b377a3a
AA
80332014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8034
8035 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8036 variant.
8037 * gdb.base/break1.c: Likewise.
8038 * gdb.base/break.exp: Drop references to removed code.
8039
e444df73
AA
80402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8041
8042 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8043 variant.
8044
8008f2a7
AA
80452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8046
8047 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8048
a5a06887
AA
80492014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8050
8051 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8052 logic into perform_all_tests() and invoke it with and without
8053 function header prototypes.
8054 (do_function_calls): Remove conditional XFAIL for PR 5318.
8055 (rerun_and_prepare): Remove duplicate code.
8056 (perform_all_tests): New. Main logic moved here.
8057
44dba9b9
AA
80582014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8059
8060 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8061 code guarded by #ifdef NO_PROTOTYPES.
8062 (t_double_many_args): Likewise.
8063 (DEF_FUNC_MANY_ARGS_1): Likewise.
8064 (DEF_FUNC_VALUES_1): Likewise.
8065 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8066 guarded by #ifdef PROTOTYPES.
8067
d1fbcd56
AA
80682014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8069
8070 * gdb.mi/mi-console.c: Add eye-catcher.
8071 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8072 instead of literal line number.
8073
b0e59b8f
AA
80742014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8075
8076 * gdb.base/shr2.c: Add eye-catcher.
8077 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8078 line number.
8079
78f98cca
AA
80802014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8081
8082 * gdb.base/jump.c: Add eye-catchers.
8083 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8084 numbers.
8085
58fa2af0
AA
80862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8087
8088 * gdb.base/execd-prog.c: Add eye-catchers.
8089 * gdb.base/foll-exec.c: Likewise.
8090 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8091 line numbers.
8092
04e5059b
AA
80932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8094
8095 * gdb.base/ending-run.c: Add eye-catchers.
8096 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8097 literal line numbers.
8098
dbfdb174
AA
80992014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8100
8101 * gdb.base/call-rt-st.c: Add eye-catchers.
8102 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8103 literal line numbers.
8104
888a2ade
AA
81052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8106
8107 * gdb.base/call-ar-st.c: Add eye-catchers.
8108 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8109 literal line numbers.
8110
6acc2dde
AA
81112014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8112
8113 * gdb.base/average.c: Add eye-catchers.
8114 * gdb.base/sum.c: Likewise.
8115 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8116 regexps dynamically.
8117
9ecfcd1d
AA
81182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8119
8120 * gdb.base/solib1.c: Add eye-catchers.
8121 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8122 literal line numbers.
8123
78708b7c
PA
81242014-11-12 Pedro Alves <palves@redhat.com>
8125
8126 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8127 leader has exited.
8128
af48d08f
PA
81292014-11-12 Pedro Alves <palves@redhat.com>
8130
8131 * gdb.arch/i386-bp_permanent.c: New file.
8132 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8133 (srcfile): Set to i386-bp_permanent.c.
8134 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8135 that stepi does not execute the 'leave' instruction, instead of
8136 testing it does execute.
8137 * gdb.base/bp-permanent.c: New file.
8138 * gdb.base/bp-permanent.exp: New file.
8139
af3768e9
DE
81402014-11-10 Doug Evans <xdje42@gmail.com>
8141
8142 PR symtab/17564
8143 * gdb.base/symtab-search-order.exp: New file.
8144 * gdb.base/symtab-search-order.c: New file.
8145 * gdb.base/symtab-search-order-1.c: New file.
8146 * gdb.base/symtab-search-order-shlib-1.c: New file.
8147
9de00a4a
PA
81482014-11-07 Pedro Alves <palves@redhat.com>
8149
8150 PR gdb/17511
8151 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8152 i?86-*-linux*.
8153
e0f52461
SC
81542014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8155
8156 PR c++/17494
8157 * gdb.cp/pr17494.cc: New file.
8158 * gdb.cp/pr17494.exp: New file.
8159
6ce8c980
YQ
81602014-11-02 Yao Qi <yao@codesourcery.com>
8161
8162 * gdb.python/python.exp: Get working directory and match the
8163 output of "set extended-prompt \\w " with it.
8164
02be9a71
DE
81652014-10-30 Doug Evans <dje@google.com>
8166
8167 * gdb.python/py-objfile.exp: Add tests for setting random attributes
8168 in objfiles.
8169 * gdb.python/py-progspace.exp: Add tests for setting random attributes
8170 in progspaces.
8171
3bdff46b
LM
81722014-10-30 Janis Johnson <janisjo@codesourcery.com>
8173
8174 * gdb.base/fullpath-expand.exp: Skip for a remote host.
8175 * gdb.base/realname-expand.exp: Likewise.
8176 * gdb.linespec/macro-relative.exp: Likewise.
8177
ab917dfb
PA
81782014-10-29 Pedro Alves <palves@redhat.com>
8179
8180 PR gdb/17408
8181 * gdb.threads/schedlock.c (some_function): New function.
8182 (call_function): New global.
8183 (MAYBE_CALL_SOME_FUNCTION): New macro.
8184 (thread_function): Call it.
8185 * gdb.threads/schedlock.exp (get_args): Add description parameter,
8186 and use it instead of a global counter. Adjust all callers.
8187 (get_current_thread): Use "find current thread" for test message
8188 here rather than having all callers pass down the same string.
8189 (goto_loop): New procedure, factored out from ...
8190 (my_continue): ... this.
8191 (step_ten_loops): Change parameter from test message to command to
8192 use. Adjust.
8193 (list_count): Delete global.
8194 (check_result): New procedure, factored out from duplicate top
8195 level code.
8196 (continue tests): Wrap in with_test_prefix.
8197 (test_step): New procedure, factored out from duplicate top level
8198 code.
8199 (top level): Test "step" in combination with all scheduler-locking
8200 modes. Test "next" in combination with all scheduler-locking
8201 modes, and in combination with stepping over a function call or
8202 not.
8203 * gdb.threads/next-bp-other-thread.c: New file.
8204 * gdb.threads/next-bp-other-thread.exp: New file.
8205
d3d4baed
PA
82062014-10-29 Pedro Alves <palves@redhat.com>
8207
8208 PR python/17372
8209 * gdb.python/python.exp: Test a multi-line command that spawns
8210 interactive Python.
8211 * gdb.base/multi-line-starts-subshell.exp: New file.
8212
563e8d85
YQ
82132014-10-29 Yao Qi <yao@codesourcery.com>
8214
8215 * gdb.base/fileio.exp: Make directories on host.
8216
0ea4d52e
YQ
82172014-10-29 Yao Qi <yao@codesourcery.com>
8218
8219 * gdb.base/fileio.c (test_write): Close the file.
8220
7f5ef605
PA
82212014-10-28 Pedro Alves <palves@redhat.com>
8222
8223 PR gdb/12623
8224 * gdb.base/sigstep.c (no_handler): New global.
8225 (main): If 'no_handler is true, set the signal handlers to
8226 SIG_IGN.
8227 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8228 with_sw_watch and no_handler parameters. Handle them.
8229 (top level) <stepping over handler when stopped at a breakpoint
8230 test>: Add a test axis for testing with a software watchpoint, and
8231 another for testing with the signal handler set to SIG_IGN.
8232 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8233 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8234
abbdbd03
PA
82352014-10-28 Pedro Alves <palves@redhat.com>
8236
8237 PR gdb/17511
8238 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8239 * gdb.base/sigstep.exp (other_handler_location): New global.
8240 (advance): Support stepping into the signal handler, and running
8241 commands while in the handler.
8242 (in_handler_map): New global.
8243 (top level): In the advance test, add combinations for getting
8244 into the handler with stepping commands, and for running commands
8245 in the handler. Add comment descripting the advancei tests.
8246
1df4399f
PA
82472014-10-28 Pedro Alves <palves@redhat.com>
8248
8249 * gdb.base/sigstep.exp: Use build_executable instead of
8250 prepare_for_testing.
8251 (top level): Move code that starts GDB, runs to main and creates a
8252 display to ...
8253 (restart): ... this new procedure.
8254 (top level): Move backtrace from signal handler test to ...
8255 (validate_backtrace): ... this new procedure.
8256 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
8257 with_test_prefix. Always restart GDB.
8258 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
8259 with_test_prefix. Always restart GDB. No need to delete
8260 breakpoints after the test.
8261 (test_skip_handler): Remove prefix parameter.
8262 (skip_over_handler, breakpoint_to_handler)
8263 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8264 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
8265 restart GDB. No need to delete breakpoints after the test.
8266 (top level): Use foreach to call the test procedures with
8267 different commands.
8268
a5b6e449
PA
82692014-10-28 Pedro Alves <palves@redhat.com>
8270
8271 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8272 instead of GNATS numbers.
8273 * gdb.base/sigbpt.exp: Likewise.
8274 * gdb.base/siginfo.exp: Likewise.
8275 * gdb.base/sigstep.exp: Likewise.
8276
e5f8a7cc
PA
82772014-10-27 Pedro Alves <palves@redhat.com>
8278
8279 * gdb.base/sigstep.c (dummy): New global.
8280 (main): Issue a couple writes to the new global.
8281 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8282 procedures.
8283 (skip_over_handler): Use test_skip_handler.
8284 (top level): Call skip_over_handler for stepi and nexti too.
8285 (breakpoint_over_handler): Use test_skip_handler.
8286 (top level): Call breakpoint_over_handler for stepi and nexti too.
8287
763905a3
YQ
82882014-10-27 Yao Qi <yao@codesourcery.com>
8289
8290 * gdb.trace/tfile.c (adjust_function_address)
8291 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8292 function descriptor.
8293
6f259a23
DB
82942014-10-24 Don Breazeal <donb@codesourcery.com>
8295
8296 * gdb.base/foll-fork.exp (test_follow_fork,
8297 catch_fork_child_follow): Check for updated fork messages emitted
8298 from infrun.c.
8299 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8300 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8301 vfork_and_exec_child_follow_through_step): Check for updated vfork
8302 messages emitted from infrun.c.
8303
09dd9a69
PA
83042014-10-24 Pedro Alves <palves@redhat.com>
8305
8306 * gdb.base/corefile.exp: Remove references to ultrix.
8307 * gdb.base/interrupt.exp: Likewise.
8308 * gdb.base/whatis.exp: Likewise.
8309 * gdb.gdb/selftest.exp: Likewise.
8310 * gdb.threads/manythreads.exp: Likewise.
8311 * gdb.threads/print-threads.exp: Likewise.
8312 * gdb.threads/pthreads.exp:: Likewise.
8313 * gdb.threads/schedlock.exp: Likewise.
8314
3433cfa5
SC
83152014-10-24 Siva Chandra Reddy <sivachandra@google.com>
8316
8317 * gdb.cp/non-trivial-retval.cc: Add a test case.
8318 * gdb.cp/non-trivial-retval.exp: Add a test.
8319
092f880b
YQ
83202014-10-20 Yao Qi <yao@codesourcery.com>
8321
8322 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8323 * gdb.python/py-objfile-script-gdb.py: New file.
8324 * gdb.python/py-objfile-script.exp: Update reference to
8325 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
8326 of remote_download. Remove the dest file.
8327
acbdb7f3
YQ
83282014-10-20 Yao Qi <yao@codesourcery.com>
8329
8330 * gdb.base/checkpoint.exp: Don't remove file copied on host.
8331 * gdb.base/step-line.exp: Likewise.
8332 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8333 * gdb.dwarf2/dw2-basic.exp: Likewise.
8334 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8335 * gdb.dwarf2/dw2-filename.exp: Likewise.
8336 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8337 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8338 * gdb.dwarf2/dw2-producer.exp: Likewise.
8339 * gdb.dwarf2/mac-fileno.exp: Likewise.
8340 * gdb.python/py-frame-args.exp: Likewise.
8341 * gdb.python/py-framefilter.exp: Likewise.
8342 * gdb.python/py-mi.exp: Likewise.
8343 * gdb.python/py-objfile-script.exp: Likewise
8344 * gdb.python/py-pp-integral.exp: Likewise.
8345 * gdb.python/py-pp-re-notag.exp: Likewise.
8346 * gdb.python/py-prettyprint.exp: Likewise.
8347 * gdb.python/py-section-script.exp: Likewise.
8348 * gdb.python/py-typeprint.exp: Likewise.
8349 * gdb.python/py-xmethods.exp: Likewise.
8350 * gdb.stabs/weird.exp: Likewise.
8351 * gdb.xml/tdesc-regs.exp: Likewise.
8352
bd286a29
KCY
83532014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
8354
8355 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
8356 (out_cu): Use addr_len for the size of addresses.
8357 (out_line): Likewise. Size DW_LNE_set_address instruction
8358 according to addr_len.
8359 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
8360 (FUNC): Add START_INSNS to definition.
8361
673dc4a0
YQ
83622014-10-18 Yao Qi <yao@codesourcery.com>
8363
8364 * gdb.base/argv0-symlink.exp: Check argv[0] value if
8365 gdb_has_argv0 return true.
8366 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
8367 check [target_info exists noargs], check [gdb_has_argv0]
8368 instead.
8369 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
8370 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
8371 procedures.
8372
4ffbba72
DE
83732014-10-17 Doug Evans <dje@google.com>
8374
8375 * gdb.python/py-events.exp: Update expected output for clear_objfiles
8376 event.
8377 * gdb.python/py-events.py: Add clear_objfiles event.
8378
d096d8c1
DE
83792014-10-17 Doug Evans <dje@google.com>
8380
8381 * gdb.python/py-objfile.exp: Test progspace attribute.
8382
a80db015
LM
83832014-10-17 Luis Machado <lgustavo@codesourcery.com>
8384
8385 * gdb.guile/scm-breakpoint.exp: Do not assume any
8386 directory separators when matching source file paths.
8387 * gdb.python/py-breakpoint.exp: Likewise.
8388 * gdb.reverse/break-precsave.exp: Likewise.
8389 * gdb.reverse/break-reverse.exp: Likewise.
8390 * gdb.reverse/consecutive-precsave.exp: Likewise.
8391 * gdb.reverse/finish-precsave.exp: Likewise.
8392 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8393 * gdb.reverse/finish-reverse.exp: Likewise.
8394 * gdb.reverse/i386-precsave.exp: Likewise.
8395 * gdb.reverse/i387-env-reverse.exp: Likewise.
8396 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8397 * gdb.reverse/machinestate-precsave.exp: Likewise.
8398 * gdb.reverse/machinestate.exp: Likewise.
8399 * gdb.reverse/sigall-precsave.exp: Likewise.
8400 * gdb.reverse/solib-precsave.exp: Likewise.
8401 * gdb.reverse/step-precsave.exp: Likewise.
8402 * gdb.reverse/until-precsave.exp: Likewise.
8403 * gdb.reverse/watch-precsave.exp: Likewise.
8404 * gdb.reverse/watch-reverse.exp: Likewise.
8405
b22089ab
YQ
84062014-10-17 Yao Qi <yao@codesourcery.com>
8407
8408 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
8409 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
8410
6c4486e6
PA
84112014-10-17 Pedro Alves <palves@redhat.com>
8412
8413 PR gdb/17471
8414 * gdb.base/bg-execution-repeat.c: New file.
8415 * gdb.base/bg-execution-repeat.exp: New file.
8416
0ff33695
PA
84172014-10-17 Pedro Alves <palves@redhat.com>
8418
8419 PR gdb/17300
8420 * gdb.base/continue-all-already-running.c: New file.
8421 * gdb.base/continue-all-already-running.exp: New file.
8422
6fdebc3d
PA
84232014-10-17 Pedro Alves <palves@redhat.com>
8424
8425 PR gdb/17472
8426 * gdb.base/annota-input-while-running.c: New file.
8427 * gdb.base/annota-input-while-running.exp: New file.
8428
32a8097b
PA
84292014-10-17 Pedro Alves <palves@redhat.com>
8430
8431 * gdb.base/callfuncs.exp: emove references to osf.
8432 * gdb.base/sigall.exp: Likewise.
8433 * gdb.gdb/selftest.exp: Likewise.
8434 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
8435 * gdb.mi/non-stop.c: Likewise.
8436 * gdb.mi/pthreads.c: Likewise.
8437 * gdb.reverse/sigall-precsave.exp: Likewise.
8438 * gdb.reverse/sigall-reverse.exp: Likewise.
8439 * gdb.threads/pthreads.c: Likewise.
8440 * gdb.threads/pthreads.exp: Likewise.
8441
7a3517ff
YQ
84422014-10-17 Yao Qi <yao@codesourcery.com>
8443
8444 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
8445 check 'target_info exists noargs'.
8446 (test_command_prompt_position): Likewise.
8447 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
8448 Remove "set args".
8449 (progvar_simple_while_test): Likewise.
8450 (progvar_complex_if_while_test): Likewise.
8451 (if_while_breakpoint_command_test): Likewise.
8452 (infrun_breakpoint_command_test): Likewise.
8453 (breakpoint_command_test): Likewise.
8454 (watchpoint_command_test): Likewise.
8455 (bp_deleted_in_command_test): Likewise.
8456 (temporary_breakpoint_commands): Likewise.
8457
bb99c472
YQ
84582014-10-16 Yao Qi <yao@codesourcery.com>
8459
8460 * gdb.base/remotetimeout.exp: Remove noargs checking.
8461
7c16b83e
PA
84622014-10-15 Pedro Alves <palves@redhat.com>
8463
8464 PR breakpoints/9649
8465 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
8466 * gdb.base/breakpoint-in-ro-region.exp
8467 (probe_target_hardware_step): New procedure.
8468 (top level): Probe hardware stepping and hardware breakpoint
8469 support. Test stepping through a read-only region, with both
8470 "breakpoint auto-hw" on and off and both "always-inserted" on and
8471 off.
8472
35a49624
IB
84732014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
8474
8475 * gdb.dlang/demangle.exp: Update for demangling changes.
8476
2d1c107c
SC
84772014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8478
8479 * gdb.cp/non-trivial-retval.cc: Add new test cases.
8480 * gdb.cp/non-trivial-retval.exp: Add new tests.
8481
778811d5
SC
84822014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8483
8484 PR c++/13403
8485 PR c++/15154
8486 * gdb.cp/non-trivial-retval.cc: New file.
8487 * gdb.cp/non-trivial-retval.exp: New file.
8488
10c5f0a8
YQ
84892014-10-15 Yao Qi <yao@codesourcery.com>
8490
8491 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
8492 remote host.
8493
65d7b369
YQ
84942014-10-15 Yao Qi <yao@codesourcery.com>
8495
8496 * gdb.python/py-symbol.exp: Match file base name if host is
8497 remote, otherwise match file name with dir name.
8498 * gdb.python/py-symtab.exp: Likewise.
8499 * gdb.python/python.exp: Likewise.
8500
46dc1394
YQ
85012014-10-15 Yao Qi <yao@codesourcery.com>
8502
8503 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
8504 pattern.
8505 * gdb.python/py-symtab.exp: Likewise.
8506 * gdb.python/python.exp: Remove trailing ".*". Fix typo
8507 locationn.
8508
c40cc657
JB
85092014-10-14 Joel Brobecker <brobecker@adacore.com>
8510
8511 * gdb.ada/addr_arith: New testcase.
8512
2abf49e1
MR
85132014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
8514
8515 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
8516 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
8517 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
8518 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
8519
f7088df3
SDJ
85202014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
8521
8522 * gdb.arch/stap-eval-lang-ada.S: Likewise.
8523 * gdb.arch/stap-eval-lang-ada.c: Likewise.
8524 * gdb.arch/stap-eval-lang-ada.exp: New file.
8525
4dc06805
YQ
85262014-10-14 Yao Qi <yao@codesourcery.com>
8527
8528 * gdb.mi/mi-var-child.c (nothing1): New function.
8529 (nothing2): New function.
8530 (do_children_tests): Set function pointers by nothing1 and
8531 nothing2.
8532 * gdb.mi/mi-var-child.exp: Step over new added statements.
8533 Update test to match the new output.
8534 * gdb.mi/var-cmd.c (nothing1): New function.
8535 (nothing2): New function.
8536 (do_children_tests): Set function pointers by nothing1 and
8537 nothing2.
8538 * gdb.mi/mi-var-display.exp: Update test to match output.
8539 Step to the line specified by $line_dct_nothing.
8540 Increase the number of lines to step.
8541
46a93de2
YQ
85422014-10-14 Yao Qi <yao@codesourcery.com>
8543
8544 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
8545 tests.
8546 * gdb.mi/mi2-var-child.exp: Likewise.
8547
14ea52ee
DE
85482014-10-13 Doug Evans <dje@google.com>
8549
8550 * gdb.python/py-objfile.exp: Change name of file name test.
8551
e5c6e92b
DE
85522014-10-13 Doug Evans <dje@google.com>
8553
8554 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
8555 from the start of the CU.
8556
c780cc2f
JK
85572014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8558 Yao Qi <yao@codesourcery.com>
8559
8560 Fix "save breakpoints" for "catch" command.
8561 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
8562 Remove -nonewline. Match also the added "main" line.
8563
99894e11
JK
85642014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8565
8566 Fix "save breakpoints" for "disable $bpnum" command.
8567 * gdb.base/save-bp.c (main): Add label.
8568 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
8569
6e1ac5a3
JK
85702014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8571
8572 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
8573
754dd2b0
YQ
85742014-10-11 Yao Qi <yao@codesourcery.com>
8575
8576 * gdb.server/server-kill.exp: Execute command
8577 "set remote trace-status-packet on" before "tstatus".
8578
f90183d7
YQ
85792014-10-11 Yao Qi <yao@codesourcery.com>
8580
8581 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
8582 (main): Call getppid.
8583 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
8584 and continue to it. Read variable "server_pid".
8585
bf40a607
YQ
85862014-10-11 Yao Qi <yao@codesourcery.com>
8587
8588 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
8589
052ca370
YQ
85902014-10-11 Yao Qi <yao@codesourcery.com>
8591
8592 * gdb.threads/thread-find.exp: Don't execute command
8593 "info threads".
8594 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
8595 * gdb.threads/linux-dp.exp: Don't check the condition
8596 $threads_created equals to zero.
8597
3831839c
PA
85982014-10-10 Pedro Alves <palves@redhat.com>
8599
8600 * gdb.base/bigcore.exp: Remove references to IRIX.
8601 * gdb.base/funcargs.exp: Likewise.
8602 * gdb.base/interrupt.exp: Likewise.
8603 * gdb.base/mips_pro.exp: Likewise.
8604 * gdb.base/nodebug.exp: Likewise.
8605 * gdb.base/setvar.exp: Likewise.
8606 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
8607
8b9a549d
PA
86082014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8609 Pedro Alves <palves@redhat.com>
8610
8611 PR symtab/14466
8612 * gdb.base/vdso-warning.c: New file.
8613 * gdb.base/vdso-warning.exp: New file.
8614
d48ba5e8
DE
86152014-10-02 Doug Evans <dje@google.com>
8616
8617 * gdb.base/structs.c (main): Don't run forever.
8618
2278c276
PA
86192014-10-02 Pedro Alves <palves@redhat.com>
8620
8621 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
8622 (top level) <stop threads 1, stop threads 2>: Use it.
8623
b57bacec
PA
86242014-10-02 Pedro Alves <palves@redhat.com>
8625
8626 * gdb.threads/break-while-running.exp (test): Add new
8627 'update_thread_list' argument. Skip "info threads" if false.
8628 (top level): Add new 'update_thread_list' axis.
8629
13fd3ff3
PA
86302014-10-02 Pedro Alves <palves@redhat.com>
8631
8632 PR breakpoints/17431
8633 * gdb.base/execl-update-breakpoints.c: New file.
8634 * gdb.base/execl-update-breakpoints.exp: New file.
8635
0fec99e8
PA
86362014-10-01 Pedro Alves <palves@redhat.com>
8637
8638 * gdb.base/breakpoint-in-ro-region.c: New file.
8639 * gdb.base/breakpoint-in-ro-region.exp: New file.
8640
2ddf4301
SM
86412014-10-01 Simon Marchi <simon.marchi@ericsson.com>
8642
8643 * gdb.mi/mi-exit-code.exp: New file.
8644 * gdb.mi/mi-exit-code.c: New file.
8645
6a5f3f43
YQ
86462014-09-30 Yao Qi <yao@codesourcery.com>
8647
8648 * lib/prelink-support.exp (build_executable_own_libs): Error if
8649 the target isn't native.
8650
345bcc73
YQ
86512014-09-30 Yao Qi <yao@codesourcery.com>
8652
8653 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
8654 false.
8655
a25a5a45
PA
86562014-09-22 Pedro Alves <palves@redhat.com>
8657
8658 * gdb.threads/break-while-running.exp: New file.
8659 * gdb.threads/break-while-running.c: New file.
8660
00ba3162
YQ
86612014-09-19 Yao Qi <yao@codesourcery.com>
8662
8663 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
8664 Invoke test. Restart GDB with --readnow and invoke test again.
8665
c3b7b696
YQ
86662014-09-19 Yao Qi <yao@codesourcery.com>
8667
8668 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
8669 proc set_breakpoint_on_gcd_function. Invoke
8670 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
8671 invoke set_breakpoint_on_gcd_function again.
8672
2b4fd423
DE
86732014-09-18 Doug Evans <dje@google.com>
8674
8675 * gdb.dwarf2/symtab-producer.exp: New file.
8676
a5947601
SDJ
86772014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
8678
8679 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
8680 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
8681 * gdb.base/global-var-nested-by-dso.c: Likewise.
8682 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8683
91c19059
SDJ
86842014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
8685 Pedro Alves <palves@redhat.com>
8686
8687 * gdb.base/watch-bitfields.exp: Pass string other than test file
8688 name to prepare_for_testing.
8689 (watch): New procedure.
8690 (expect_watchpoint): Use with_test_prefix.
8691 (top level): Factor out tests to ...
8692 (test_watch_location, test_regular_watch): ... these new
8693 procedures, and use with_test_prefix and gdb_continue_to_end.
8694
bb9d5f81
PP
86952014-09-16 Patrick Palka <patrick@parcs.ath.cx>
8696
8697 PR breakpoints/12526
8698 * gdb.base/watch-bitfields.exp: New file.
8699 * gdb.base/watch-bitfields.c: New file.
8700
635856f5
PA
87012014-09-16 Pedro Alves <palves@redhat.com>
8702
8703 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
8704 software and hardware addresses, not software address against
8705 itself.
8706
7280ceea
PA
87072014-09-16 Pedro Alves <palves@redhat.com>
8708
8709 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
8710 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
8711
428b16bd
PA
87122014-09-16 Pedro Alves <palves@redhat.com>
8713
8714 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
8715 files.
8716 * gdb.base/a2-run.exp: Remove all code guarded by istarget
8717 "*-*-vxworks*" throughout.
8718 * gdb.base/break.exp: Likewise.
8719 * gdb.base/default.exp: Likewise.
8720 * gdb.base/scope.exp: Likewise.
8721 * gdb.base/sepdebug.exp: Likewise.
8722 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
8723 throughout.
8724 * gdb.base/run.c: Likewise.
8725 * gdb.base/sepdebug.c: Likewise.
8726 * gdb.hp/gdb.aCC/run.c: Likewise.
8727 * gdb.reverse/until-reverse.c: Likewise.
8728 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
8729
666d413c
YQ
87302014-09-16 Yao Qi <yao@codesourcery.com>
8731
8732 * boards/local-remote-host-native.exp: New file.
8733
57cbd724
DE
87342014-09-14 Doug Evans <xdje42@gmail.com>
8735
8736 * gdb.threads/queue-signal.c (thread_count): New variable.
8737 (thread_count_mutex, thread_count_condvar): New variables.
8738 (incr_thread_count, wait_all_threads_running): New functions.
8739 (main): Wait for all threads to be in their thread functions.
8740
81219e53
DE
87412014-09-13 Doug Evans <xdje42@gmail.com>
8742
8743 * gdb.threads/queue-signal.c: New file.
8744 * gdb.threads/queue-signal.exp: New file.
8745
3714cea7
DE
87462014-09-13 Doug Evans <xdje42@gmail.com>
8747
8748 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
8749 be consistent with what default_gdb_init uses.
8750 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
8751 the plain text of the prompt. Add some logging printfs.
8752 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
8753
fa43b1d7
PA
87542014-09-12 Pedro Alves <palves@redhat.com>
8755
8756 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
8757 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
8758 * gdb.arch/i386-size-overlap.exp: Likewise.
8759 * gdb.arch/i386-size.exp: Likewise.
8760 * gdb.arch/i386-unwind.exp: Likewise.
8761 * gdb.base/a2-run.exp: Likewise.
8762 * gdb.base/break.exp: Likewise.
8763 * gdb.base/charset.exp: Likewise.
8764 * gdb.base/chng-syms.exp: Likewise.
8765 * gdb.base/commands.exp: Likewise.
8766 * gdb.base/dbx.exp: Likewise.
8767 * gdb.base/find.exp: Likewise.
8768 * gdb.base/funcargs.exp: Likewise.
8769 * gdb.base/jit-simple.exp: Likewise.
8770 * gdb.base/reread.exp: Likewise.
8771 * gdb.base/sepdebug.exp: Likewise.
8772 * gdb.base/step-bt.exp: Likewise.
8773 * gdb.cp/mb-inline.exp: Likewise.
8774 * gdb.cp/mb-templates.exp: Likewise.
8775 * gdb.objc/basicclass.exp: Likewise.
8776 * gdb.threads/killed.exp: Likewise.
8777
9d9bf2df
EBM
87782014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8779
8780 PR tdep/17379
8781 * gdb.arch/powerpc-stackless.S: New file.
8782 * gdb.arch/powerpc-stackless.exp: New file.
8783
1cf2f1b0
JK
87842014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8785
8786 * gdb.base/attach.c: Include unistd.h.
8787 (main): Call alarm. Add label postloop.
8788 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
8789 gdb_breakpoint, gdb_continue_to_breakpoint.
8790 (test_command_line_attach_run): Kill ${testpid} in one exit path.
8791
98880d46
PA
87922014-09-11 Pedro Alves <palves@redhat.com>
8793
8794 PR gdb/17347
8795 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
8796 * gdb.base/attach.exp (test_command_line_attach_run): New
8797 procedure.
8798 (top level): Call it.
8799
4c92ff2c
PA
88002014-09-11 Pedro Alves <palves@redhat.com>
8801
8802 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
8803 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
8804 (do_command_attach_tests): Use spawn_wait_for_attach.
8805 * gdb.base/solib-overlap.exp: Likewise.
8806 * gdb.multi/multi-attach.exp: Likewise.
8807 * gdb.python/py-prompt.exp: Likewise.
8808 * gdb.python/py-sync-interp.exp: Likewise.
8809 * gdb.server/ext-attach.exp: Likewise.
8810
3adc1a7d
GKB
88112014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
8812
8813 * gdb.fortran/array-element.exp: Remove unexpected "continue"
8814 command in testcase. Simplify testcase.
8815
96334934
JB
88162014-09-10 Joel Brobecker <brobecker@adacore.com>
8817
8818 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
8819
eb479039
JB
88202014-09-10 Joel Brobecker <brobecker@adacore.com>
8821
8822 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
8823
deede10c
JB
88242014-09-10 Joel Brobecker <brobecker@adacore.com>
8825
8826 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
8827
7828a5f5
JB
88282014-09-10 Joel Brobecker <brobecker@adacore.com>
8829
8830 * gdb.dwarf2/dynarr-ptr.c: New file.
8831 * gdb.dwarf2/dynarr-ptr.exp: New file.
8832
33aeebcf
MR
88332014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8834
8835 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
8836 of 30 rather than hardcoding 120 for a slow test case. Take the
8837 `gdb,timeout' target setting into account for this calculation.
8838 Don't extend the timeout for the test cases that don't need it.
8839
7b415901
MR
88402014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8841
8842 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
8843 a factor of 2 for a slow test case. Take the `gdb,timeout'
8844 target setting into account for this calculation.
8845 * gdb.reverse/until-precsave.exp: Increase the timeout by
8846 a factor of 15 and 3 respectively rather than adding 120
8847 for a pair of slow test cases. Take the `gdb,timeout'
8848 target setting into account for this calculation.
8849
4a40f85a
MR
88502014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8851
8852 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
8853 timeout, don't pass one down to gdb_expect.
8854 (gdb_expect): Rework timeout selection.
8855
09635af7
MR
88562014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8857
8858 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
8859 exception on timeout.
8860 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
8861 (gdbserver_start_extended): Catch any `gdbserver_start' error
8862 exceptions.
8863 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
8864 * lib/mi-support.exp (mi_gdb_target_load): Catch any
8865 `gdbserver_gdb_load' error exceptions.
8866
2bdd10b7
MR
88672014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8868
8869 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
8870 120 on waiting for the TCP socket to open.
8871
316935f0
DE
88722014-09-09 Doug Evans <xdje42@gmail.com>
8873
8874 * gdb.base/default.exp (show_conv_list): Add _caller_is,
8875 _caller_matches, _any_caller_is, _any_caller_matches.
8876
83740597
DE
88772014-09-09 Doug Evans <xdje42@gmail.com>
8878
8879 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
8880
4c122fc3
YQ
88812014-09-09 Yao Qi <yao@codesourcery.com>
8882
8883 * gdb.mi/mi-var-display.exp: Set print symbol off.
8884
a9f116cb
GKB
88852014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
8886
8887 PR gdb/17035
8888 * gdb.base/commands.exp: Add tests to verify user-defined
8889 commands with empty bodies.
8890 * gdb.python/py-cmd.exp: Test that we don't show user-defined
8891 python commands in `show user command`.
8892 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
8893 scheme commands in `show user command`.
8894
c75bd3a2
JK
88952014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8896
8897 PR python/17355
8898 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
8899 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
8900 * gdb.python/py-framefilter-invalidarg.exp: New file.
8901 * gdb.python/py-framefilter-invalidarg.py: New file.
8902
faa42425
DE
89032014-09-06 Doug Evans <xdje42@gmail.com>
8904
8905 PR 15276
8906 * gdb.python/py-caller-is.c: New file.
8907 * gdb.python/py-caller-is.exp: New file.
8908
474ca4f6
SDJ
89092014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
8910
8911 PR gdb/17235
8912 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
8913 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
8914
eb0b0463
SDJ
89152014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
8916
8917 PR fortran/17237
8918 * gdb.fortran/print-formatted.exp: New file.
8919 * gdb.fortran/print-formatted.f90: Likewise.
8920
5f3b99cf
SS
89212014-09-03 Sasha Smundak <asmundak@google.com>
8922
8923 * gdb.python/py-frame.exp: Test Frame.read_register.
8924
7d793aa9
SDJ
89252014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
8926
8927 PR python/16699
8928 * gdb.python/py-completion.exp: New file.
8929 * gdb.python/py-completion.py: Likewise.
8930
fb0576e9
DE
89312014-08-28 Doug Evans <dje@google.com>
8932
8933 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
8934 eax,etc. are live with values set by gdb and thus the compiler can't
8935 use them.
8936 * gdb.arch/i386-pseudo.c (main): Ditto.
8937
ee92b0dd
DE
89382014-08-27 Doug Evans <dje@google.com>
8939
8940 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
8941
6649db35
DE
89422014-08-25 Doug Evans <dje@google.com>
8943
8944 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
8945 (main): Ditto.
8946
564b7600
DE
89472014-08-25 Doug Evans <dje@google.com>
8948
8949 * gdb.threads/thread-execl.exp: #include <stdio.h>.
8950
3881fb67
YQ
89512014-08-24 Yao Qi <yao@codesourcery.com>
8952
8953 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
8954 symbol off.
8955 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
8956
a05a36a5
DE
89572014-08-22 Doug Evans <dje@google.com>
8958
8959 PR 17276
8960 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
8961 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
8962 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
8963
7c343b48
YQ
89642014-08-22 Yao Qi <yao@codesourcery.com>
8965
8966 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
8967 * gdb.python/py-finish-breakpoint2.exp: Likewise.
8968 * gdb.python/python.exp: Likewise. Use .py file on the host
8969 instead of the build.
8970
22fd09ae
JK
89712014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8972
8973 * gdb.threads/gcore-stale-thread.c: New file.
8974 * gdb.threads/gcore-stale-thread.exp: New file.
8975
a8454a7c
PA
89762014-08-21 Pedro Alves <palves@redhat.com>
8977
8978 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
8979 * gdb.base/gcore-relro-pie.exp: Likewise.
8980 * gdb.base/gcore-relro.exp: Likewise.
8981 * gdb.base/gcore.exp: Likewise.
8982 * gdb.base/print-symbol-loading.exp: Likewise.
8983 * gdb.threads/gcore-thread.exp: Likewise.
8984 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
8985
2a31c623
PA
89862014-08-20 Pedro Alves <palves@redhat.com>
8987 Jan Kratochvil <jan.kratochvil@redhat.com>
8988
8989 * Makefile.in (EXTRA_RULES, CC): New variables, get from
8990 configure.
8991 (EXPECT): Handle READ1 being set.
8992 (all): Depend on EXTRA_RULES.
8993 (check-read1, expect-read1, read1.so, read1): New rules.
8994 * README (Testsuite Parameters): Document the READ1 make variable.
8995 (Race detection): New section.
8996 * configure: Regenerate.
8997 * configure.ac: If build==host==target, and running under a
8998 GNU/glibc system, add read1 to the extra Makefile rules.
8999 (EXTRA_RULES): AC_SUBST it.
9000 * lib/read1.c: New file.
9001
d36430db
JB
90022014-08-20 Joel Brobecker <brobecker@adacore.com>
9003
9004 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9005 the handling of variables declared as a typedef to an array
9006 which a DW_AT_data_location attribute.
9007
9a0dc9e3
PA
90082014-08-19 Andrew Burgess <aburgess@broadcom.com>
9009 Pedro Alves <palves@redhat.com>
9010
9011 PR symtab/14604
9012 PR symtab/14605
9013 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9014 gdb_test.
9015
0718a8da
PA
90162014-08-19 Pedro Alves <palves@redhat.com>
9017
9018 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9019
13b448cd
YQ
90202014-08-19 Yao Qi <yao@codesourcery.com>
9021
9022 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9023 right line.
9024
1cbf5077
DB
90252014-08-18 David Blaikie <dblaikie@gmail.com>
9026
9027 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9028
bf0fae19
JB
90292014-08-18 Joel Brobecker <brobecker@adacore.com>
9030
9031 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9032 attribute in array range.
9033
3c8c5dcc
JB
90342014-08-18 Joel Brobecker <brobecker@adacore.com>
9035
9036 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9037
e66d4446
SC
90382014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9039
9040 PR c++/17132
9041 * gdb.cp/pr17132.cc: New file.
9042 * gdb.cp/pr17132.exp: New file.
9043
940df408
SC
90442014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9045
9046 * gdb.python/py-xmethods.py (A_getarrayind)
9047 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9048 Use 'print' with function call syntax.
9049 (E_method_matcher.match): Fix tab vs space indentation mixup.
9050
ebcc6c3a
YQ
90512014-08-15 Yao Qi <yao@codesourcery.com>
9052
9053 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9054 false.
9055
775e0f04
YQ
90562014-08-15 Yao Qi <yao@codesourcery.com>
9057
9058 * gdb.cp/casts.exp: Set print symbol off.
9059 * gdb.cp/class2.exp: Likewise.
9060 * gdb.cp/overload.exp: Likewise.
9061 * gdb.cp/templates.exp: Likewise.
9062
d769e349
DE
90632014-08-11 Doug Evans <dje@google.com>
9064
9065 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9066 (test_load_shlib): Update.
9067
20c6f1e1
YQ
90682014-08-09 Yao Qi <yao@codesourcery.com>
9069
9070 * gdb.base/display.exp: Invoke is_address_zero_readable.
9071 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9072 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9073 * gdb.base/hbreak-unmapped.exp: Return if
9074 is_address_zero_readable returns true.
9075 * gdb.base/signest.exp: Likewise.
9076 * gdb.base/signull.exp: Likewise.
9077 * gdb.base/sigbpt.exp: Likewise.
9078 * gdb.guile/scm-disasm.exp: Do the test if
9079 is_address_zero_readable returns false.
9080 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9081 * gdb.python/py-arch.exp: Likewise.
9082 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9083 * lib/gdb.exp (is_address_zero_readable): New proc.
9084
5792e8e3
YQ
90852014-08-09 Yao Qi <yao@codesourcery.com>
9086
9087 PR testsuite/13443
9088 * gdb.mi/mi-var-display.exp: Make test messages unique.
9089
3cecbbbe
TT
90902014-08-04 Tom Tromey <tromey@redhat.com>
9091
9092 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9093 target 0".
9094
00b51ff5
TT
90952014-08-04 Tom Tromey <tromey@redhat.com>
9096
9097 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9098 "target_resume".
9099
6908c509
JB
91002014-08-01 Joel Brobecker <brobecker@adacore.com>
9101
9102 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9103 inner_vla_struct_object_size.
9104 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9105 as xfail.
9106
cc6563d2
PA
91072014-07-30 Pedro Alves <palves@redhat.com>
9108
9109 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9110 comment.
9111
7e09a223
YQ
91122014-07-29 Yao Qi <yao@codesourcery.com>
9113
9114 PR gdb/17206
9115 * gdb.base/until-nodebug.exp: New.
9116
7ebdbe92
DE
91172014-07-28 Doug Evans <xdje42@gmail.com>
9118
9119 PR guile/17203
9120 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9121 previously existing parameter, and previously ambiguously spelled
9122 parameter.
9123
fdb1adc6
WN
91242014-07-28 Will Newton <will.newton@linaro.org>
9125
9126 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9127
186fcde0
DE
91282014-07-26 Ludovic Courtès <ludo@gnu.org>
9129 Doug Evans <xdje42@gmail.com>
9130
9131 PR guile/17146
9132 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9133
70509625
PA
91342014-07-25 Pedro Alves <palves@redhat.com>
9135
9136 * gdb.threads/signal-command-handle-nopass.c: New file.
9137 * gdb.threads/signal-command-handle-nopass.exp: New file.
9138 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9139 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9140 * gdb.threads/signal-delivered-right-thread.c: New file.
9141 * gdb.threads/signal-delivered-right-thread.exp: New file.
9142
c3f814a1
PA
91432014-07-25 Pedro Alves <palves@redhat.com>
9144
9145 * gdb.base/double-prompt-target-event-error.exp
9146 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9147 match.
9148 (cancel_pagination_in_target_event): Rework double prompt
9149 detection.
9150 * gdb.base/paginate-after-ctrl-c-running.exp
9151 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9152 <return>' match.
9153 * gdb.base/paginate-bg-execution.exp
9154 (test_bg_execution_pagination_return)
9155 (test_bg_execution_pagination_cancel): Remove '-notransfer
9156 <return>' matches.
9157 * gdb.base/paginate-execution-startup.exp
9158 (test_fg_execution_pagination_return)
9159 (test_fg_execution_pagination_cancel): Remove '-notransfer
9160 <return>' matches.
9161 * gdb.base/paginate-inferior-exit.exp
9162 (test_paginate_inferior_exited): Remove '-notransfer <return>'
9163 match.
9164 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9165 * lib/gdb.exp (pagination_prompt): Run text through
9166 string_to_regexp.
9167 (gdb_test_multiple): Match $pagination_prompt instead of
9168 "<return>".
9169 (string_to_regexp): Move to lib/gdb-utils.exp.
9170
e214cf6c
JK
91712014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9172
9173 * gdb.arch/amd64-entry-value-paramref.S: New file.
9174 * gdb.arch/amd64-entry-value-paramref.cc: New file.
9175 * gdb.arch/amd64-entry-value-paramref.exp: New file.
9176 * gdb.arch/amd64-optimout-repeat.S: New file.
9177 * gdb.arch/amd64-optimout-repeat.c: New file.
9178 * gdb.arch/amd64-optimout-repeat.exp: New file.
9179
17d0c5c8
JK
91802014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9181
9182 PR gdb/17170
9183 * gdb.base/statistics.exp: New file.
9184
b8b8facf
DE
91852014-07-17 Doug Evans <dje@google.com>
9186
74b49205 9187 PR gdb/17170
b8b8facf
DE
9188 * gdb.base/maint.exp: Update testing of per-command stats.
9189
1b5d0ab3
PA
91902014-07-16 Pedro Alves <palves@redhat.com>
9191
9192 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9193 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9194 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9195 (tfile_write_buf): New functions.
9196 (add_memory_block): Rewrite using the above.
9197 (adjust_function_address): New function.
9198 (FUNCTION_ADDRESS): New macro.
9199 (write_basic_trace_file): Remove short_x local, and use
9200 tfile_write_16. Change type of func_addr local to unsigned long
9201 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
9202 here. Cast argument of add_memory_block to char pointer.
9203 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
9204 (main): Remove parameters.
9205 * gdb.trace/tfile.exp: Remove nowarnings.
9206
4d974e88
SM
92072014-07-15 Simon Marchi <simon.marchi@ericsson.com>
9208
9209 * gdb.base/debug-expr.exp: Test string evaluation with
9210 "debug expression" on.
9211
41e99568
PA
92122014-07-15 Pedro Alves <palves@redhat.com>
9213
9214 * gdb.base/reread.exp: Use clean_restart.
9215
487d9753
PL
92162014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
9217
9218 * gdb.arch/avr-flash-qualifer.c: New.
9219 * gdb.arch/avr-flash-qualifer.exp: New.
9220
cc1c52ad
PA
92212014-07-14 Pedro Alves <palves@redhat.com>
9222
9223 * gdb.base/paginate-after-ctrl-c-running.c: New file.
9224 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9225
1e973570
PA
92262014-07-14 Pedro Alves <palves@redhat.com>
9227
9228 * gdb.base/double-prompt-target-event-error.c: New file.
9229 * gdb.base/double-prompt-target-event-error.exp: New file.
9230
93d6eb10
PA
92312014-07-14 Pedro Alves <palves@redhat.com>
9232
9233 PR gdb/17072
9234 * gdb.base/paginate-inferior-exit.c: New file.
9235 * gdb.base/paginate-inferior-exit.exp: New file.
9236
0017922d
PA
92372014-07-14 Pedro Alves <palves@redhat.com>
9238
9239 PR gdb/17072
9240 * gdb.base/paginate-bg-execution.c: New file.
9241 * gdb.base/paginate-bg-execution.exp: New file.
9242
94696ad3
PA
92432014-07-14 Pedro Alves <palves@redhat.com>
9244
9245 PR gdb/17072
9246 * gdb.base/paginate-execution-startup.c: New file.
9247 * gdb.base/paginate-execution-startup.exp: New file.
9248 * lib/gdb.exp (pagination_prompt): New global.
9249 (default_gdb_spawn): New procedure, factored out from
9250 default_gdb_spawn.
9251 (default_gdb_start): Adjust to call default_gdb_spawn.
9252 (gdb_spawn): New procedure.
9253
bd293940
PA
92542014-07-14 Pedro Alves <palves@redhat.com>
9255
9256 * lib/gdb.exp (gdb_assert): New procedure.
9257 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9258
c933f875
PA
92592014-07-14 Pedro Alves <palves@redhat.com>
9260
9261 * gdb.base/execution-termios.c: New file.
9262 * gdb.base/execution-termios.exp: New file.
9263
d98b7a16
TT
92642014-07-14 Tom Tromey <tromey@redhat.com>
9265
9266 * gdb.cp/vla-cxx.cc: New file.
9267 * gdb.cp/vla-cxx.exp: New file.
9268
548740d6
TT
92692014-07-14 Tom Tromey <tromey@redhat.com>
9270
9271 * gdb.reverse/rerun-prec.c: New file.
9272 * gdb.reverse/rerun-prec.exp: New file.
9273
a25eb028
MR
92742014-07-12 Maciej W. Rozycki <macro@mips.com>
9275 Maciej W. Rozycki <macro@codesourcery.com>
9276
9277 * lib/gdb-utils.exp: New file.
9278 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9279 inline `gdb_init_command' processing.
9280 (gdb_start_cmd): Likewise.
9281 * lib/mi-support.exp (mi_run_cmd): Likewise.
9282 * README: Document `gdb_init_command' and `gdb_init_commands'.
9283
218c2655
JK
92842014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9285
9286 Fix false FAIL running under a very long directory name.
9287 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9288 and "set print elements 10000". Twice.
9289
5401fde3
YQ
92902014-07-11 Yao Qi <yao@codesourcery.com>
9291
9292 * gdb.base/exprs.exp: "set print symbol off".
9293
e76126e8
PA
92942014-07-11 Pedro Alves <palves@redhat.com>
9295
9296 * gdb.threads/kill.c: New file.
9297 * gdb.threads/kill.exp: New file.
9298
2d6f0de6
YQ
92992014-07-10 Yao Qi <yao@codesourcery.com>
9300
9301 * gdb.trace/tfile.c (write_basic_trace_file)
9302 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9303 address written to trace file.
9304
7180e04a
PA
93052014-07-09 Pedro Alves <palves@redhat.com>
9306
9307 * gdb.base/attach-wait-input.exp: New file.
9308 * gdb.base/attach-wait-input.c: New file.
9309
9a9a7608
AB
93102014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9311
9312 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9313 setting up test structures.
9314 (main): Call new test function.
9315 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9316 test function, continue into test function and walk test
9317 structures.
9318
161ac41e
YQ
93192014-07-02 Yao Qi <yao@codesourcery.com>
9320
9321 * gdb.trace/entry-values.c: Define labels 'foo_start' and
9322 'bar_start' at the beginning of functions 'foo' and 'bar'
9323 respectively.
9324 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9325 instead of 'foo' and 'bar'.
9326
1f267ae3
MM
93272014-07-08 Markus Metzger <markus.t.metzger@intel.com>
9328
9329 * gdb.btrace/segv.exp: New.
9330 * gdb.btrace/segv.c: New.
9331
2b239efb
LM
93322014-07-02 Luis Machado <lgustavo@codesourcery.com>
9333
9334 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9335 instruction.
9336
cf363f18
MW
93372014-06-30 Mark Wielaard <mjw@redhat.com>
9338
9339 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
9340 vulture, vilify, villar): New volatile array constants.
9341 (vindictive, vegetation): New const volatile array constants.
9342 * gdb.base/volatile.exp: Test volatile and const volatile array
9343 types.
9344
aebf9d24
AA
93452014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9346
9347 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
9348 target lacks support for awatch, rwatch, or hbreak.
9349
b67a2c6f
YQ
93502014-06-27 Yao Qi <yao@codesourcery.com>
9351
9352 * gdb.multi/dummy-frame-restore.exp: New.
9353 * gdb.multi/dummy-frame-restore.c: New.
9354
aef92902
MM
93552014-06-25 Markus Metzger <markus.t.metzger@intel.com>
9356
9357 * gdb.btrace/gcore.exp: New.
9358
8e9db26e
PA
93592014-06-23 Pedro Alves <palves@redhat.com>
9360
9361 * gdb.base/watchpoint-reuse-slot.c: New file.
9362 * gdb.base/watchpoint-reuse-slot.exp: New file.
9363
70afc5b7
SC
93642014-06-23 Siva Chandra Reddy <sivachandra@google.com>
9365
9366 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
9367 progspace's filename in 'info', 'enable' and 'disable' command
9368 tests.
9369
b972bd9c
JK
93702014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9371
9372 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
9373 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9374 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
9375
125f8a3d
GB
93762014-06-20 Gary Benson <gbenson@redhat.com>
9377
9378 * gdb.arch/i386-avx.exp: Fix include file location.
9379 * gdb.arch/i386-sse.exp: Likewise.
9380
3ed9baed
IB
93812014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
9382
9383 * gdb.dlang/expression.exp: New file.
9384
034f788c
PA
93852014-06-19 Pedro Alves <palves@redhat.com>
9386
9387 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
9388 out from ...
9389 (top level): ... here. Iterate running tests under different
9390 scheduler-locking settings.
9391
45371d0c
LM
93922014-06-18 Luis Machado <lgustavo@codesourcery.com>
9393
9394 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
9395 to DW_FORM_addr and use non-zero addresses.
9396
5d376983
SC
93972014-06-18 Siva Chandra Reddy <sivachandra@google.com>
9398
9399 PR gdb/17017
9400 * gdb.python/py-xmethods.cc: Add global function call counters and
9401 increment them in their respective functions. Remove "cout"
9402 statements.
9403 * gdb.python/py-xmethods.exp: Make tests check the global function
9404 call counters instead of depending on inferior IO.
9405
a1aa2221
LM
94062014-06-18 Don Breazeal <donb@codesourcery.com>
9407
9408 * gdb.base/foll-fork.exp (default_fork_parent_follow):
9409 Deleted procedure.
9410 (explicit_fork_parent_follow): Deleted procedure.
9411 (explicit_fork_child_follow): Deleted procedure.
9412 (test_follow_fork): New procedure.
9413 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 9414 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
9415 procedure calls.
9416
0fc05997
YQ
94172014-06-17 Yao Qi <yao@codesourcery.com>
9418
9419 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
9420 CP1252.
9421
70795c52
LM
94222014-06-17 Luis Machado <lgustavo@codesourcery.com>
9423
9424 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
9425 Initialize ptr and S explicitly.
9426 (skip_type_update_when_not_use_rtti_test): Likewise.
9427
6be47f0c
KS
94282014-06-16 Keith Seitz <keiths@redhat.com>
9429
9430 PR mi/15863
9431 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
9432 the inferior is started.
9433
d03de421
PA
94342014-06-16 Pedro Alves <palves@redhat.com>
9435
9436 * gdb.base/break-main-file-remove-fail.c: New file.
9437 * gdb.base/break-main-file-remove-fail.exp: New file.
9438 * gdb.base/break-unload-file.exp: Use build_executable instead of
9439 prepare_for_testing.
9440 (test_break): New parameter "initial_load". Handle it.
9441 (top level): Add initial_load cmdline/file axis.
9442
f9579b99
TT
94432014-06-12 Tom Tromey <tromey@redhat.com>
9444
9445 * gdb.base/completion.exp: Don't use directory name in test.
9446
3657956b
GB
94472014-06-09 Gary Benson <gbenson@redhat.com>
9448
9449 * gdb.base/sigall.c [Functions to send signals]: Reorder to
9450 separate the always-available ANSI-standard signals from the
9451 signals that require checking.
9452 (main): Likewise.
9453 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
9454 Likewise.
9455 (main): Likewise.
9456
4186eb54
KS
94572014-06-07 Keith Seitz <keiths@redhat.com>
9458
9459 Revert:
9460 PR c++/16253
9461 * gdb.cp/var-tag.cc: New file.
9462 * gdb.cp/var-tag.exp: New file.
9463 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
9464 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
9465 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9466 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9467
25326a28 94682014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
9469
9470 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
9471
829155c9
PA
94722014-06-06 Pedro Alves <palves@redhat.com>
9473
9474 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
9475 in target debug output instead of looking at RSP packets,
9476 disabling the test on any target that uses hardware stepping.
9477 Update comments.
9478
61c8d22e
PA
94792014-06-06 Pedro Alves <palves@redhat.com>
9480
9481 * gdb.base/break-unload-file.exp: Fix typo.
9482
d9a47287
YQ
94832014-06-06 Yao Qi <yao@codesourcery.com>
9484
9485 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
9486 from "jit_function" to "^jit_function".
9487
e5e01dbf
YQ
94882014-06-06 Yao Qi <yao@codesourcery.com>
9489
9490 * gdb.base/async.c (foo): Add one statement.
9491 * gdb.base/async.exp: Get the next instruction address and
9492 match the output of "nexti" by instruction address. Match
9493 the hex address in the output of "finish".
9494
73ba372c
GB
94952014-06-06 Gary Benson <gbenson@redhat.com>
9496
9497 * gdb.base/call-signals.c: Remove preprocessor conditionals
9498 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
9499 SIGSEGV and SIGTERM.
9500 * gdb.base/sigall.c: Likewise.
9501 * gdb.base/unwindonsignal.c: Likewise.
9502 * gdb.reverse/sigall-reverse.c: Likewise.
9503
831517df
YQ
95042014-06-06 Yao Qi <yao@codesourcery.com>
9505
9506 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
9507 readable, skip the test.
9508
b8b91e98
YQ
95092014-06-06 Yao Qi <yao@codesourcery.com>
9510
9511 * gdb.threads/staticthreads.c (thread_function): Move the line
9512 setting breakpoint on forward.
9513 * gdb.threads/staticthreads.exp: Update comments.
9514
fb934770
LC
95152014-06-05 Ludovic Courtès <ludo@gnu.org>
9516
9517 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
9518 "history-append! type error".
9519
6ef284bd
SM
95202014-06-05 Simon Marchi <simon.marchi@ericsson.com>
9521
9522 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
9523 erroneous dprintf expected input.
9524
a872e241
DE
95252014-06-04 Doug Evans <xdje42@gmail.com>
9526
9527 * gdb.guile/scm-generics.exp: Delete.
9528
16f691fb
DE
95292014-06-04 Doug Evans <xdje42@gmail.com>
9530
9531 * gdb.guile/scm-breakpoint.exp: Update.
9532 Add tests for breakpoint registration.
9533
012370f6
TT
95342014-06-04 Tom Tromey <tromey@redhat.com>
9535
9536 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
9537 VLA-in-union.
9538 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
9539 inner_vla_struct, vla_union types. Initialize objects of those
9540 types and compute their sizes.
9541
9f5a4cef
HZ
95422014-06-04 Nathan Sidwell <nathan@codesourcery.com>
9543 Hui Zhu <hui@codesourcery.com>
9544
9545 * gdb.base/fileio.exp: Add test for shell not available as well as
9546 available.
9547 * gdb.base/fileio.c (test_system): Check for shell twice.
9548
90a45c4d
YQ
95492014-06-04 Yao Qi <yao@codesourcery.com>
9550
9551 * gdb.base/auto-connect-native-target.exp: Remove redundant
9552 space from the regexp pattern.
9553
70017e41
YQ
95542014-06-04 Yao Qi <yao@codesourcery.com>
9555
9556 * gdb.base/default.exp: Replace "child" with "native" in
9557 regexp pattern.
9558
883964a7
SC
95592014-06-03 Siva Chandra Reddy <sivachandra@google.com>
9560
9561 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
9562 * gdb.python/py-xmethods.exp: New tests to test xmethods.
9563 * gdb.python/py-xmethods.py: Python script supporting the
9564 new testcase and tests.
9565
ef370185
JB
95662014-06-03 Joel Brobecker <brobecker@adacore.com>
9567 Pedro Alves <palves@redhat.com>
9568
9569 PR breakpoints/17000
9570 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
9571 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
9572
1e2ccb61
BM
95732014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
9574
9575 * gdb.base/subst.exp: Add tests to verify partial path matching
9576 output.
9577
c6ec5ab2
PA
95782014-06-03 Pedro Alves <palves@redhat.com>
9579
9580 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
9581 target that doesn't use software single-stepping.
9582
835c559f
PA
95832014-06-03 Pedro Alves <palves@redhat.com>
9584
9585 PR breakpoints/17000
9586 * gdb.base/sss-bp-on-user-bp-2.c: New file.
9587 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
9588
06eb1586
DE
95892014-06-02 Doug Evans <xdje42@gmail.com>
9590
9591 * gdb.guile/scm-parameter.exp: New file.
9592
e698b8c4
DE
95932014-06-02 Doug Evans <xdje42@gmail.com>
9594
9595 * gdb.guile/scm-cmd.c: New file.
9596 * gdb.guile/scm-cmd.exp: New file.
9597
ded03782
DE
95982014-06-02 Doug Evans <xdje42@gmail.com>
9599
9600 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
9601 pretty-printer lookup.
9602 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
9603 (make-pp_s-printer): Call it.
9604 (make-pretty-printer-from-dict): New function.
9605 (lookup-pretty-printer-maker-from-dict): New function.
9606 (*pretty-printer*): Simplify.
9607 (make-objfile-pp_s-printer): New function.
9608 (install-objfile-pretty-printers!): New function.
9609 (make-progspace-pp_s-printer): New function.
9610 (install-progspace-pretty-printers!): New function.
9611 * gdb.guile/scm-progspace.c: New file.
9612 * gdb.guile/scm-progspace.exp: New file.
9613
41fac0cf
PA
96142014-06-02 Pedro Alves <palves@redhat.com>
9615
9616 * gdb.base/dprintf-bp-same-addr.c: New file.
9617 * gdb.base/dprintf-bp-same-addr.exp: New file.
9618
96ae5695
EBM
96192014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9620
9621 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
9622 * gdb.arch/powerpc-power.s: Likewise.
9623
da02b3a8
JB
96242014-06-02 Joel Brobecker <brobecker@adacore.com>
9625
9626 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
9627
c72b2e7b
YQ
96282014-06-01 Yao Qi <yao@codesourcery.com>
9629
9630 * gdb.base/watchpoint.exp (test_watch_location): Check null
9631 pointer can be dereferenced. If not, do the test, otherwise
9632 skip it.
9633
53e8a631
AB
96342014-05-30 Andrew Burgess <aburgess@broadcom.com>
9635
9636 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
9637 results.
9638 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
9639
938f0e2f
AB
96402014-05-30 Andrew Burgess <aburgess@broadcom.com>
9641
9642 * gdb.arch/amd64-invalid-stack-middle.S: New file.
9643 * gdb.arch/amd64-invalid-stack-middle.c: New file.
9644 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
9645 * gdb.arch/amd64-invalid-stack-top.c: New file.
9646 * gdb.arch/amd64-invalid-stack-top.exp: New file.
9647
9ba6657a
PA
96482014-05-30 Pedro Alves <palves@redhat.com>
9649
9650 PR breakpoints/17000
9651 * gdb.base/sss-bp-on-user-bp.c: New file.
9652 * gdb.base/sss-bp-on-user-bp.exp: New file.
9653
522c09bf
DB
96542014-05-30 David Blaikie <dblaikie@gmail.com>
9655
9656 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
9657 gnu_inline semantics via attribute.
9658 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
9659 source explicitly specifies the required semantics.
9660
bf4ef81e
MR
96612014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
9662
9663 * gdb.reverse/sigall-reverse.exp: Fix a typo.
9664
329ea579
PA
96652014-05-29 Pedro Alves <palves@redhat.com>
9666 Tom Tromey <tromey@redhat.com>
9667
9668 * gdb.base/async-shell.exp: Don't enable target-async.
9669 * gdb.base/async.exp
9670 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
9671 parameter. Adjust.
9672 (top level): Don't test with "target-async".
9673 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
9674 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
9675 * gdb.base/inferior-died.exp: Don't enable target-async.
9676 * gdb.base/interrupt-noterm.exp: Likewise.
9677 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
9678 * gdb.mi/mi-nonstop-exit.exp: Likewise.
9679 * gdb.mi/mi-nonstop.exp: Likewise.
9680 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9681 * gdb.mi/mi-nsintrall.exp: Likewise.
9682 * gdb.mi/mi-nsmoribund.exp: Likewise.
9683 * gdb.mi/mi-nsthrexec.exp: Likewise.
9684 * gdb.mi/mi-watch-nonstop.exp: Likewise.
9685 * gdb.multi/watchpoint-multi.exp: Adjust comment.
9686 * gdb.python/py-evsignal.exp: Don't enable target-async.
9687 * gdb.python/py-evthreads.exp: Likewise.
9688 * gdb.python/py-prompt.exp: Likewise.
9689 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
9690 * gdb.server/solib-list.exp: Don't enable target-async.
9691 * gdb.threads/thread-specific-bp.exp: Likewise.
9692 * lib/mi-support.exp: Adjust to use mi-async.
9693
fd664c91
PA
96942014-05-29 Pedro Alves <palves@redhat.com>
9695
9696 PR gdb/13860
9697 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
9698 reason, even in sync mode.
9699
251bde03
PA
97002014-05-29 Pedro Alves <palves@redhat.com>
9701 Hui Zhu <hui@codesourcery.com>
9702
9703 PR PR15693
9704 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
9705 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
9706 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
9707 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
9708
7f3c0343
JB
97092014-05-28 Joel Brobecker <brobecker@adacore.com>
9710
9711 * config/monitor.exp (gdb_target_monitor): Replace use of
9712 "set remotebaud" by "set serial baud".
9713
b2715b27
AW
97142014-05-26 Andy Wingo <wingo@igalia.com>
9715
9716 * gdb.guile/scm-breakpoint.exp:
9717 * gdb.guile/scm-gsmob.exp: Update to use plain old object
9718 properties instead of gdb-object-properties.
9719
498a4489
YQ
97202014-05-26 Yao Qi <yao@codesourcery.com>
9721
9722 * gdb.server/no-thread-db.exp: Specify source file name
9723 explicitly when setting a breakpoint.
9724
589fdceb
MM
97252014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9726
9727 * gdb.btrace/vdso.c: New.
9728 * gdb.btrace/vdso.exp: New.
9729
e9089e05
MM
97302014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9731
9732 * gdb.base/gcore.exp (capture_command_output): Move ...
9733 * lib/gdb.exp (capture_command_output): ... here.
9734
67b5c0c1
MM
97352014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9736
9737 * gdb.btrace/data.exp: Test memory access during btrace replay.
9738
a2199296
SM
97392014-05-22 Simon Marchi <simon.marchi@ericsson.com>
9740
9741 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
9742
17b2616c
PA
97432014-05-21 Pedro Alves <palves@redhat.com>
9744
9745 PR gdb/13860
9746 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
9747 (top level): Test that output related to execution commands is
9748 sent to the console with CLI commands, but not with MI commands.
9749 Test that breakpoint events are always mirrored to the console.
9750 Also expect the new source line to be output after a "next" in
9751 async mode too. Make it a pass/fail test.
9752 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
9753 output.
9754 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
9755
5166082f
PA
97562014-05-21 Pedro Alves <palves@redhat.com>
9757
9758 * gdb.base/list.exp (build_pattern, test_list): New procedures.
9759 Use them to test variations of "list" after reaching a breakpoint.
9760 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
9761 Test "list" with listsize 10 after reaching a breakpoint.
9762 * gdb.python/python.exp (decode_line current location line
9763 number): Adjust expected line number.
9764
2f25d70f
SM
97652014-05-21 Simon Marchi <simon.marchi@ericsson.com>
9766
9767 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
9768 behavior for $args, pass it directly to "run".
9769
ff604a67
MR
97702014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
9771
9772 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
9773 30000 to 65536.
9774
6a3cb8e8
PA
97752014-05-21 Pedro Alves <palves@redhat.com>
9776
9777 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
9778 auto-connect-native-target off".
9779 * gdb.base/auto-connect-native-target.c: New file.
9780 * gdb.base/auto-connect-native-target.exp: New file.
9781
4ebfc96e
PA
97822014-05-21 Pedro Alves <palves@redhat.com>
9783
9784 * gdb.base/default.exp: Test "target native" instead of "target
9785 child".
9786
36d46afb
MW
97872014-05-21 Mark Wielaard <mjw@redhat.com>
9788
9789 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
9790
5876f503
JK
97912014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9792
9793 Fix TLS access for -static -pthread.
9794 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
9795 <HAVE_TLS> (thread_function, main): Initialize it.
9796 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
9797 Add clean_restart.
9798 <$have_tls != "">: Check TLSVAR.
9799
0256a6ac
PA
98002014-05-21 Pedro Alves <palves@redhat.com>
9801
9802 * gdb.base/dcache-line-read-error.c: New.
9803 * gdb.base/dcache-line-read-error.exp: New.
9804
936d2992
PA
98052014-05-20 Pedro Alves <palves@redhat.com>
9806
9807 * gdb.base/compare-sections.c: New file.
9808 * gdb.base/compare-sections.exp: New file.
9809
802e8e6d
PA
98102014-05-20 Pedro Alves <palves@redhat.com>
9811
9812 * gdb.base/break-idempotent.c: New file.
9813 * gdb.base/break-idempotent.exp: New file.
9814
e59fa00f
MM
98152014-05-20 Markus Metzger <markus.t.metzger@intel.com>
9816
9817 * gdb.btrace/nohist.exp: New.
9818
8b696e31
YQ
98192014-05-20 Yao Qi <yao@codesourcery.com>
9820
9821 * lib/gdb.exp (gdb_init): Set timeout if test file is under
9822 gdb.reverse directory and gdb_reverse_timeout exists in board
9823 setting.
9824 * README: Document gdb_reverse_timeout.
9825
73c9764f
YQ
98262014-05-20 Yao Qi <yao@codesourcery.com>
9827
9828 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
9829 'test_file_name'. Treat args as a string instead of a list.
9830 (gdb_init): Rename argument 'args' by 'test_file_name'.
9831
f1f4348a
JK
98322014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9833
9834 * gdb.arch/powerpc-power.exp: New file.
9835 * gdb.arch/powerpc-power.s: New file.
9836
0dbe70ce
DE
98372014-05-16 Doug Evans <dje@google.com>
9838
9839 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
9840 * gdb.base/completion.exp: Check that all expected files exist
9841 before doing file completion.
0dbe70ce 9842
8d551b02
DE
98432014-05-16 Doug Evans <dje@google.com>
9844
9845 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
9846 Update.
9847 (do_syscall_tests_without_xml): Update.
9848
73eb7709
PA
98492014-05-16 Pedro Alves <palves@redhat.com>
9850
9851 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
9852 instead of "unknown output after running".
9853
3fae92fc
YQ
98542014-05-16 Yao Qi <yao@codesourcery.com>
9855
9856 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
9857 file1.txt from host at the end.
9858 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
9859
c2b2ccc5
DE
98602014-05-15 Doug Evans <dje@google.com>
9861
9862 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
9863 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
9864 loading file. Add test for TU lookup.
9865
8c217a4b
SM
98662014-05-15 Simon Marchi <simon.marchi@ericsson.com>
9867
9868 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
9869 calling "-exec-arguments" or "set args" before running the
9870 inferior.
9871
3deb39c6
SM
98722014-05-15 Simon Marchi <simon.marchi@ericsson.com>
9873
9874 * lib/mi-support.exp (mi_expect_stop): Expect message for
9875 inferiors that exit with non-zero exit code.
9876
71a79f8c
YQ
98772014-05-14 Yao Qi <yao@codesourcery.com>
9878
9879 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
9880 match absolute path on remote host.
9881 (test_file_list_exec_source_files): Remove "/" from the
9882 pattern.
9883
f23fcd46
YQ
98842014-05-14 Yao Qi <yao@codesourcery.com>
9885
9886 * boards/local-remote-host-notty.exp (${board}_file): New
9887 proc.
9888
9404b58f
KM
98892014-05-07 Kyle McMartin <kyle@redhat.com>
9890
9891 Pushed by Joel Brobecker <brobecker@adacore.com>.
9892 * gdb.arch/aarch64-atomic-inst.c: New file.
9893 * gdb.arch/aarch64-atomic-inst.exp: New file.
9894
5e45f04c
YQ
98952014-05-07 Yao Qi <yao@codesourcery.com>
9896
9897 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
9898 in current context" too.
9899
c888a17d
KS
99002014-05-05 Keith Seitz <keiths@redhat.com>
9901
9902 * gdb.linespec/ls-dollar.exp: Add test for linespec
9903 file:convenience_variable.
9904
290a839c
YQ
99052014-05-05 Yao Qi <yao@codesourcery.com>
9906
9907 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
9908 traceframes into tfile and ctf trace files. Read data from
9909 trace file and test collected data.
9910 (gdb_collect_locals_test): Likewise.
9911 (gdb_unavailable_registers_test): Likewise.
9912 (gdb_unavailable_floats): Likewise.
9913 (gdb_collect_globals_test): Likewise.
9914 (top-level): Append "ctf" to trace_file_targets if GDB
9915 supports.
9916
b5262cd0
YQ
99172014-05-05 Yao Qi <yao@codesourcery.com>
9918
9919 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
9920 code to ...
9921 (gdb_collect_args_test_1): ... it. New proc.
9922 (gdb_collect_locals_test): Move some code to ...
9923 (gdb_collect_locals_test_1): ... it. New proc.
9924 (gdb_unavailable_registers_test): Move some code to ...
9925 (gdb_unavailable_registers_test_1): ... it. New proc.
9926 (gdb_unavailable_floats): Move some code to ...
9927 (gdb_unavailable_floats_1): ... it. New proc.
9928
30a1e6cc
SDJ
99292014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
9930
9931 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
9932 probes to test for bitness recognition.
9933 * gdb.arch/amd64-stap-optional-prefix.exp
9934 (test_probe_value_without_reg): New procedure.
9935 Add code to test for different kinds of bitness.
9936
f33da99a
SDJ
99372014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
9938
9939 PR breakpoints/16889
9940 * gdb.arch/amd64-stap-optional-prefix.S: New file.
9941 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9942
5b80f00d
PA
99432014-05-01 Pedro Alves <palves@redhat.com>
9944
9945 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
9946 gdb_file_cmd if no file is specified.
9947 * boards/native-extended-gdbserver.exp (gdb_load): Use the
9948 last_loaded_file to set the remote exec-file.
9949
f8c2a73c
PA
99502014-05-01 Pedro Alves <palves@redhat.com>
9951
9952 * boards/local-remote-host.exp: New file.
9953
be6e8ac7
PA
99542014-05-01 Pedro Alves <palves@redhat.com>
9955
9956 * boards/local-remote-host.exp: Rename to ...
9957 * boards/local-remote-host-notty.exp: ... this.
9958
cac0dc8f
JB
99592014-04-28 Joel Brobecker <brobecker@adacore.com>
9960
9961 * gdb.ada/dyn_arrayidx: New testcase.
9962
9730e6cc
YQ
99632014-04-26 Yao Qi <yao@codesourcery.com>
9964
9965 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
9966 and compute the length of function main. Save it in
9967 $main_length.
9968 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
9969 (top-level): Use gdb_compile to compile objects into
9970 executable and restart GDB. Remove invocation to
9971 prepare_for_testing.
9972
7ae1a6a6
PA
99732014-04-25 Simon Marchi <simon.marchi@ericsson.com>
9974 Pedro Alves <palves@redhat.com>
9975
9976 PR server/16255
9977 * gdb.multi/multi-attach.c: New file.
9978 * gdb.multi/multi-attach.exp: New file.
9979
4082afcc
PA
99802014-04-25 Pedro Alves <palves@redhat.com>
9981
9982 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
9983 user.
9984 (top level): Test that "set remote conditional-breakpoints-packet
9985 off" works as intended.
9986 * gdb.base/dprintf.exp: Test that "set remote
9987 breakpoint-commands-packet off" works as intended.
9988 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
9989 New function.
9990 (top level): Call it.
9991 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
9992 remote fast-tracepoints-packet off" works as intended.
9993 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
9994 * lib/gdb.exp (gdb_is_target_remote): ... here.
9995
2abc3f8d
DB
99962014-04-24 David Blaikie <dblaikie@gmail.com>
9997
9998 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
9999 ensure clang would not discard them.
10000 * gdb.base/gdbvars.c: Ditto.
10001 * gdb.base/memattr.c: Ditto.
10002 * gdb.base/whatis.c: Ditto.
10003 * gdb.python/py-prettyprint.c: Ditto.
10004 * gdb.trace/actions.c: Ditto.
10005 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10006 ensure clang would not discard it.
10007
bfd39632
DB
100082014-04-24 David Blaikie <dblaikie@gmail.com>
10009
10010 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10011 clang to emit the full definition of type required by the test
10012 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10013
22842ff6
DB
100142014-04-24 David Blaikie <dblaikie@gmail.com>
10015
10016 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10017 coax Clang into emitting the definition of the type.
10018 * gdb.cp/pr10728-x.h (y): Ditto.
10019 * gdb.cp/pr10728-y.cc (y): Ditto.
10020
c2e827ad
DB
100212014-04-24 David Blaikie <dblaikie@gmail.com>
10022
10023 * gdb.base/label.exp: XFAIL label related tests under Clang.
10024 * gdb.cp/cplabel.exp: Ditto.
10025 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10026 under Clang those using labels.
10027
4c2d33e7
YQ
100282014-04-25 Yao Qi <yao@codesourcery.com>
10029
10030 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10031 double_label.
10032 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10033 partial_label and double_label.
10034
56083b99
DB
100352014-04-24 David Blaikie <dblaikie@gmail.com>
10036
10037 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10038
25d4e99d
DB
100392014-04-24 David Blaikie <dblaikie@gmail.com>
10040
10041 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10042 of the function to work across GCC and Clang.
10043 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10044 pointer types (const void ** const V void **).
10045
01f9f808
MS
100462014-04-24 Michael Sturm <michael.sturm@mintel.com>
10047 Walfred Tedeschi <walfred.tedeschi@intel.com>
10048
10049 * Makefile.in (EXECUTABLES): Added i386-avx512.
10050 * gdb.arch/i386-avx512.c: New file.
10051 * gdb.arch/i386-avx512.exp: Likewise.
10052
4b48d439
KS
100532014-04-23 Keith Seitz <keiths@redhat.com>
10054
10055 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10056 (mi_make_breakpoint_table): New procedure.
10057 (mi_create_breakpoint): Use mi_make_breakpoint
10058 and return the result.
10059 (mi_make_breakpoint): New procedure.
10060 (mi_build_kv_pairs): New procedure.
10061
10062 * gdb.mi/mi-break.exp: Remove unused globals,
10063 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10064 All callers updated.
10065 * gdb.mi/mi-dprintf.exp: Use variable to track command
10066 number.
10067 Update all callers of mi_create_breakpoint and use
10068 mi_make_breakpoint_table.
10069 Remove any unused global variables.
10070 * gdb.mi/mi-nonstop.exp: Likewise.
10071 * gdb.mi/mi-nsintrall.exp: Likewise.
10072 * gdb.mi/mi-nsmoribund.exp: Likewise.
10073 * gdb.mi/mi-nsthrexec.exp: Likewise.
10074 * gdb.mi/mi-reverse.exp: Likewise.
10075 * gdb.mi/mi-simplerun.exp: Likewise.
10076 * gdb.mi/mi-stepn.exp: Likewise.
10077 * gdb.mi/mi-syn-frame.exp: Likewise.
10078 * gdb.mi/mi-until.exp: Likewise.
10079 * gdb.mi/mi-var-cp.exp: Likewise.
10080 * gdb.mi/mi-var-display.exp: Likewise.
10081 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10082 * gdb.mi/mi2-var-child.exp: Likewise.
10083 * gdb.mi/mi-vla-c99.exp: Likewise.
10084 * lib/mi-support.exp: Likewise.
10085
10086 From Ian Lance Taylor <iant@cygnus.com>:
10087 * lib/gdb.exp (parse_args): New procedure.
10088
08351840
PA
100892014-04-23 Pedro Alves <palves@redhat.com>
10090
10091 * gdb.base/break-unload-file.c: New file.
10092 * gdb.base/break-unload-file.exp: New file.
10093 * gdb.base/sym-file-lib.c (baz): New function.
10094 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10095 field.
10096 (load): Store the segment's mapped size.
10097 (unload): New function.
10098 (unload_shlib): New function.
10099 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10100 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10101 set a breakpoint at baz, and call it.
10102 * gdb.base/sym-file.exp: New tests for stale breakpoint
10103 instructions.
10104
076855f9
PA
101052014-04-23 Pedro Alves <palves@redhat.com>
10106
10107 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10108 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10109 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10110 * gdb.base/hbreak-unmapped.c: New file.
10111 * gdb.base/hbreak-unmapped.exp: New file.
10112 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10113 * lib/gdb.exp (gdb_is_target_remote): ... here.
10114
483805cf
PA
101152014-04-22 Pedro Alves <palves@redhat.com>
10116
10117 * gdb.base/consecutive-step-over.c: New file.
10118 * gdb.base/consecutive-step-over.exp: New file.
10119
06d97543
PA
101202014-04-22 Pedro Alves <palves@redhat.com>
10121
10122 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10123 instead of send_gdb/gdb_expect.
10124
b4429ea2
YQ
101252014-04-22 Yao Qi <yao@codesourcery.com>
10126
10127 * lib/trace-support.exp (generate_tracefile): New procedure.
10128 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10129 return 0.
10130 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10131 if generate_tracefile returns 1.
10132
51d48146
PA
101332014-04-18 Tom Tromey <palves@redhat.com>
10134 Pedro alves <tromey@redhat.com>
10135
10136 PR backtrace/15558
10137 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10138 with a backtrace limit.
10139 * gdb.python/py-frame-inline.exp: Test running to an inline
10140 function with a backtrace limit, and printing the newest frame.
10141 * gdb.python/py-frame-inline.c (main): Call f.
10142
bd1dce5f
MS
101432014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10144
10145 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10146
40d1a503
MS
101472014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10148
10149 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10150 Drop prefix from unsupported source file path.
10151
389b98f7
YQ
101522014-04-17 Yao Qi <yao@codesourcery.com>
10153
10154 * lib/gdb.exp (with_target_charset): New proc.
10155 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10156 with_target_charset.
10157 (test_print_strings): Likewise.
10158 (test_repeat_bytes): Likewise.
10159 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10160 for some tests.
10161
22869d73
KS
101622014-04-16 Keith Seitz <keiths@redhat.com>
10163
10164 PR gdb/15827
10165 * gdb.dwarf2/corrupt.c: New file.
10166 * gdb.dwarf2/corrupt.exp: New file.
10167
c4f87ca6
KS
101682014-04-16 Keith Seitz <keiths@redhat.com>
10169
10170 PR c++/16597
10171 * gdb.cp/namelessclass.cc: New file.
10172 * gdb.cp/namelessclass.exp: New file.
10173 * gdb.cp/namelessclass.S: New file.
10174
ab19de87
DE
101752014-04-16 Doug Evans <dje@google.com>
10176
10177 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10178 Add comment.
10179 (gdbserver_default_get_comm_port): New function.
10180 (gdbserver_start): Check if board file provided
10181 "gdbserver,get_comm_port" and use it if so.
10182 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10183 (gdb,socketport): Set to "stdio".
10184 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10185 (stdio_gdbserver_template): Delete.
10186 (${board}_get_remote_address): Update.
10187 (${board}_build_remote_cmd): Delete.
10188 (${board}_get_comm_port): New function.
10189 (${board}_spawn): Update.
10190 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10191 Delete.
10192 (${board}_get_remote_address): Update.
10193 (${board}_get_comm_port): New function.
10194
fc98a809
AB
101952014-04-16 Andrew Burgess <aburgess@broadcom.com>
10196
10197 * gdb.base/memattr.exp: Improve regexps to handle memory regions
10198 appearing in any order.
10199
87fd9e6e
DE
102002014-04-15 Doug Evans <dje@google.com>
10201
10202 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10203 uninitialized value of "description".
10204
099fc3ea
KS
102052014-04-15 Keith Seitz <keiths@redhat.com>
10206
10207 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10208 Remove unused globals.
10209 (test_running_the_program): Likewise.
10210 (test_controlled_execution): Likewise.
10211 (test_controlling_breakpoints): Likewise.
10212 (test_program_termination): Likewise.
10213
5da151d4
KS
102142014-04-15 Keith Seitz <keiths@redhat.com>
10215
10216 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10217 unused globals.
10218 (test_rbreak_creation_and_listing): Likewise.
10219 (test_ignore_count): Likewise.
10220 (test_error): Likewise.
10221
35e5d2f0
PA
102222014-04-15 Pedro Alves <palves@redhat.com>
10223
10224 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10225 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10226 sym-file-loader.c.
10227 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10228 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10229 to sym-file-loader.c.
10230 (struct library): Forward declare.
10231 (load_shlib, lookup_function): Change prototypes.
10232 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10233 (translate_offset): Remove declarations.
10234 (get_text_addr): New declaration.
10235 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10236 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10237 sym-file-loader.h.
10238 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10239 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10240 here from sym-file-loader.h.
10241 (struct library): New structure.
10242 (load_shlib, lookup_function): Change prototypes and adjust to
10243 work with a struct library.
10244 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10245 (translate_offset): Make static.
10246 (get_text_addr): New function.
10247 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10248
eb4c1710
PA
102492014-04-15 Pedro Alves <palves@redhat.com>
10250
10251 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
10252
2d1baf52
PA
102532014-04-15 Pedro Alves <palves@redhat.com>
10254
10255 * gdb.base/sym-file-loader.c: Include <limits.h>.
10256 (SELF_LINK): New define.
10257 (get_origin): New function.
10258 (load_shlib): Use it.
10259 * gdb.base/sym-file.exp: Don't early return if the target is
10260 remote. Use runto_main, and issue fail is that fails. Use
10261 gdb_load_shlibs.
10262 (shlib_name): Delete.
10263 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
10264
7dd6df01
PA
102652014-04-15 Pedro Alves <palves@redhat.com>
10266
10267 * gdb.base/sym-file.exp: Remove regex characters from test
10268 message. Don't refer to breakpoint numbers in test messages.
10269
b50c8614
KS
102702014-04-14 Keith Seitz <keiths@redhat.com>
10271
10272 PR c++/16253
10273 * gdb.cp/var-tag.cc: New file.
10274 * gdb.cp/var-tag.exp: New file.
10275 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10276 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10277 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10278 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10279
3d567982
TT
102802014-04-14 Tom Tromey <tromey@redhat.com>
10281
10282 * gdb.cp/classes.exp (test_enums): Handle underlying type.
10283 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10284 type.
10285 * gdb.cp/enum-class.exp: New file.
10286 * gdb.cp/enum-class.cc: New file.
10287
0626fc76
TT
102882014-04-14 Tom Tromey <tromey@redhat.com>
10289
10290 * gdb.dwarf2/enum-type.exp: New file.
10291
dca325b3
SA
102922014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10293
10294 * gdb.mi/mi-vla-c99.exp: New file.
10295 * gdb.mi/vla.c: New file.
10296
5854b38a
SA
102972014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10298
10299 * gdb.base/vla-datatypes.c: New file.
10300 * gdb.base/vla-datatypes.exp: New file.
10301
463bb957
SA
103022014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10303
10304 * gdb.base/vla-ptr.c: New file.
10305 * gdb.base/vla-ptr.exp: New file.
10306
3dd170be
SA
103072014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10308
10309 * gdb.dwarf2/count.exp: New file.
10310
5ecaaa66
SA
103112014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10312
10313 * gdb.base/vla-sideeffect.c: New file.
10314 * gdb.base/vla-sideeffect.exp: New file.
10315
41f1ada5
DB
103162014-04-14 David Blaikie <dblaikie@gmail.com>
10317
10318 * gdb.mi/non-stop.c: Add return value for non-void function return
10319 statement.
10320 * gdb.threads/staticthreads.c: Ditto.
10321
0be03e84
DE
103222014-04-12 Siva Chandra Reddy <sivachandra@google.com>
10323 Doug Evans <xdje42@gmail.com>
10324
10325 * gdb.guile/scm-value.c: Improve test case.
10326 * gdb.guile/scm-value.exp: Add new test.
10327
f180a1fb
DB
103282014-04-11 David Blaikie <dblaikie@gmail.com>
10329
10330 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
10331 override Clang's default.
10332
6b662e19
JB
103332014-04-11 Joel Brobecker <brobecker@adacore.com>
10334
10335 Revert the following changes (regressions):
10336
10337 * gdb.base/vla-sideeffect.c: New file.
10338 * gdb.base/vla-sideeffect.exp: New file.
10339
10340 * gdb.dwarf2/count.exp: New file.
10341
10342 * gdb.base/vla-multi.c: New file.
10343 * gdb.base/vla-multi.exp: New file.
10344
10345 * gdb.base/vla-ptr.c: New file.
10346 * gdb.base/vla-ptr.exp: New file.
10347
10348 * gdb.base/vla-datatypes.c: New file.
10349 * gdb.base/vla-datatypes.exp: New file.
10350
10351 * gdb.mi/mi-vla-c99.exp: New file.
10352 * gdb.mi/vla.c: New file.
10353
245a5f0b
KS
103542014-04-11 Keith Seitz <keiths@redhat.com>
10355
10356 PR c++/16675
10357 * gdb.cp/cpsizeof.exp: New file.
10358 * gdb.cp/cpsizeof.cc: New file.
10359
58a84dcf
SA
103602014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10361
191a8a90
JB
10362 * gdb.mi/mi-vla-c99.exp: New file.
10363 * gdb.mi/vla.c: New file.
58a84dcf 10364
c8655f75
SA
103652014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10366
10367 * gdb.base/vla-datatypes.c: New file.
10368 * gdb.base/vla-datatypes.exp: New file.
10369
024e13b4
SA
103702014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10371
10372 * gdb.base/vla-ptr.c: New file.
10373 * gdb.base/vla-ptr.exp: New file.
10374
1a237e0e
SA
103752014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10376
10377 * gdb.base/vla-multi.c: New file.
10378 * gdb.base/vla-multi.exp: New file.
10379
504f3432
SA
103802014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10381
10382 * gdb.dwarf2/count.exp: New file.
10383
3bce8237
SA
103842014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10385
191a8a90
JB
10386 * gdb.base/vla-sideeffect.c: New file.
10387 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 10388
322f9c21
YQ
103892014-04-11 Yao Qi <yao@codesourcery.com>
10390
10391 * gdb.base/completion.exp: Check file exists before running tests
10392 on file completion.
10393
d708bcd1
PA
103942014-04-10 Pedro Alves <palves@redhat.com>
10395
10396 * gdb.base/cond-eval-mode.c: New file.
10397 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
10398 prepare_for_testing to build the new file. Check result of
10399 runto_main.
10400 (test_break, test_watch): New procedures.
10401 (top level): Use them.
10402
ae1d2761
PM
104032014-04-08 Pierre Muller <muller@sourceware.org>
10404
10405 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
10406 Ctrl-V use for mingw hosts.
10407
7af389b8
SC
104082014-04-07 Siva Chandra Reddy <sivachandra@google.com>
10409
10410 * gdb.python/py-value.c: Improve test case.
10411 * gdb.python/py-value.exp: Add new test.
10412
5e703181
DE
104132014-04-07 David Blaikie <dblaikie@gmail.com>
10414
10415 * lib/compiler.c: Identify the clang compiler.
10416 * lib/compiler.cc: Ditto.
10417
9810b410
YQ
104182014-04-03 Yao Qi <yao@codesourcery.com>
10419
10420 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
10421
98d1b8dc
AB
104222014-04-01 Anton Blanchard <anton@samba.org>
10423
10424 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
10425 messages unique.
10426
3114cea1
AB
104272014-04-01 Anton Blanchard <anton@samba.org>
10428
10429 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
10430 prepare_for_testing.
10431
62f7182c
AB
104322014-04-01 Anton Blanchard <anton@samba.org>
10433
10434 * gdb.arch/ppc64-atomic-inst.c: Remove.
10435 * gdb.arch/ppc64-atomic-inst.S: New file.
10436 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
10437
770e7fc7
DE
104382014-03-31 Doug Evans <dje@google.com>
10439
10440 * gdb.base/print-symbol-loading-lib.c: New file.
10441 * gdb.base/print-symbol-loading-main.c: New file.
10442 * gdb.base/print-symbol-loading.exp: New file.
10443
46e2bafa
YQ
104442014-03-31 Yao Qi <yao@codesourcery.com>
10445
10446 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
10447
8776cfe9
JB
104482014-03-28 Joel Brobecker <brobecker@adacore.com>
10449
10450 * gdb.ada/mi_dyn_arr: New testcase.
10451
5d1ef361
DE
104522014-03-27 Doug Evans <dje@google.com>
10453
10454 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
10455
b5bee914
YQ
104562014-03-27 Yao Qi <yao@codesourcery.com>
10457
10458 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
10459 if target is nios2-*-*.
10460
0d4d0e77
YQ
104612014-03-26 Yao Qi <yao@codesourcery.com>
10462
10463 * lib/gdb.exp (readline_is_used): New proc.
10464 * gdb.base/completion.exp: Move tests on command complete up.
10465 Skip the rest of tests if readline is not used.
10466 * gdb.ada/complete.exp: Skp the test if readline is not
10467 used.
10468 * gdb.base/filesym.exp: Likewise.
10469 * gdb.base/macscp.exp: Likewise.
10470 * gdb.base/readline-ask.exp: Likewise.
10471 * gdb.base/readline.exp: Likewise.
10472 * gdb.python/py-cmd.exp: Likewise.
10473 * gdb.trace/tfile.exp: Likewise.
10474
29361eee
YQ
104752014-03-26 Yao Qi <yao@codesourcery.com>
10476
10477 * gdb.base/macscp.exp: Fix code format issues.
10478
bc9a5525
UW
104792014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
10480
10481 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
10482 * gdb.asm/powerpc64le.inc: New file.
10483
d3839ede
PA
104842014-03-25 Pedro Alves <palves@redhat.com>
10485 Doug Evans <dje@google.com>
10486
10487 * gdb.base/source-execution.c: New file.
10488 * gdb.base/source-execution.exp: New file.
10489 * gdb.base/source-execution.gdb: New file.
10490
01672a57
DE
104912014-03-24 Doug Evans <dje@google.com>
10492
10493 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
10494 using fission.
10495
88bbeca9
HZ
104962014-03-24 Hui Zhu <hui@codesourcery.com>
10497 Pedro Alves <palves@redhat.com>
10498
10499 PR breakpoints/16101
10500 * gdb.base/dprintf.exp: Use unsupported rather than changing the
10501 test pass/fail messages. Detect missing support for dprintf when
10502 breakpoints are actually inserted.
10503 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
10504 breakpoints are actually inserted.
10505 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
10506 fails.
10507
d2348791
JK
105082014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10509
10510 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
10511
feef67ab
DE
105122014-03-22 Doug Evans <xdje42@gmail.com>
10513
10514 * gdb.python/python.exp (python not supported): Verify multi-line
10515 python command issues an error.
25d743f9 10516 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 10517 guile command issues an error.
feef67ab 10518
ecebef6a
MR
105192014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
10520
10521 * gdb.threads/thread-specific.exp: Handle the lack of usable
10522 $this_breakpoint and $this_thread.
10523
ccdd1909
HZ
105242014-03-21 Hui Zhu <hui@codesourcery.com>
10525
10526 * gdb.base/attach.exp (do_command_attach_tests): New.
10527
beb460e8
PA
105282014-03-20 Tom Tromey <tromey@redhat.com>
10529 Pedro Alves <palves@redhat.com>
10530
10531 PR cli/15718
10532 * gdb.base/condbreak-call-false.c: New file.
10533 * gdb.base/condbreak-call-false.exp: New file.
10534
40acf43a
PA
105352014-03-20 Pedro Alves <palves@redhat.com>
10536
10537 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
10538 Delete.
10539 (block_signals, unblock_signals): Delete.
10540 (child_function_2, main): Remove references to deleted variable
10541 and functions.
10542
9f5e1e02
PA
105432014-03-20 Pedro Alves <palves@redhat.com>
10544
10545 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
10546 Use pthread_kill to signal thread 2.
10547 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10548 Adjust to make the test send itself a signal rather than using the
10549 host's "kill" command.
10550
99619bea
PA
105512014-03-20 Pedro Alves <palves@redhat.com>
10552
10553 * gdb.threads/multiple-step-overs.c: New file.
10554 * gdb.threads/multiple-step-overs.exp: New file.
10555 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10556 Adjust expected infrun debug output.
10557
2adfaa28
PA
105582014-03-20 Pedro Alves <palves@redhat.com>
10559
10560 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
10561 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
10562
31e77af2
PA
105632014-03-20 Pedro Alves <palves@redhat.com>
10564
10565 PR breakpoints/7143
10566 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
10567 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
10568 of gdb_test_multiple.
10569 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
10570 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
10571
b9f437de
PA
105722014-03-20 Pedro Alves <palves@redhat.com>
10573
10574 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
10575 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
10576
05adc73e
PA
105772014-03-19 Pedro Alves <palves@redhat.com>
10578
10579 * gdb.base/async.exp: Remove early return.
10580
6048b950
PA
105812014-03-19 Pedro Alves <palves@redhat.com>
10582
10583 * gdb.base/async.exp (step& tests): Pass explicit test messages.
10584
8bcfb00a
PA
105852014-03-19 Pedro Alves <palves@redhat.com>
10586
10587 * gdb.base/async.exp (test_background): Expect \r\n after
10588 "completed." in the fail pattern.
10589
884e37dc
PA
105902014-03-19 Pedro Alves <palves@redhat.com>
10591
10592 * gdb.base/async.exp (test_background): New procedure.
10593 Use it for all background execution command tests.
10594
148e57e2
PA
105952014-03-19 Pedro Alves <palves@redhat.com>
10596
10597 * gdb.base/async.exp: Use prepare_for_testing.
10598
f48088c7
PA
105992014-03-19 Pedro Alves <palves@redhat.com>
10600
10601 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
10602 the same line.
10603
e2f6c966
PA
106042014-03-19 Pedro Alves <palves@redhat.com>
10605
10606 * gdb.base/async.c (main): Add "jump here" and "until here" line
10607 marker comments.
10608 * gdb.base/async.exp (jump_here): New global.
10609 (jump& test): Use it.
10610 (until_here): New global.
10611 (until& test): Use it.
10612
c30568d4
PA
106132014-03-19 Pedro Alves <palves@redhat.com>
10614
10615 * gdb.base/async.exp: Don't frob gdb_protocol.
10616
0172b6a7
DE
106172014-03-18 Doug Evans <xdje42@gmail.com>
10618
10619 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
10620 Fix spelling of exec-done-display.
10621
06c868a8
JK
106222014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
10623
10624 PR gdb/15358
10625 * gdb.base/gdb-sigterm.c: New file.
10626 * gdb.base/gdb-sigterm.exp: New file.
10627
0c7e1a46
PA
106282014-03-18 Pedro Alves <palves@redhat.com>
10629
10630 PR gdb/13860
10631 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
10632 * lib/mi-support.exp (mi_expect_stop): Add special handling for
10633 solib-event.
10634
f7c77d93
JB
106352014-03-17 Joel Brobecker <brobecker@adacore.com>
10636
10637 * gdb.ada/pckd_arr_ren: New testcase.
10638
5a1e8c7a
DE
106392014-03-13 Doug Evans <xdje42@gmail.com>
10640
10641 PR guile/16612
10642 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
10643 collect after discarding symbols.
10644
350e1a76
DE
106452014-03-13 Ludovic Courtès <ludo@gnu.org>
10646 Doug Evans <xdje42@gmail.com>
10647
10648 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
10649 to history survives a gc.
10650
a69900ae
PA
106512014-03-13 Pedro Alves <palves@redhat.com>
10652
10653 * gdb.base/default.exp: Don't test "target procfs".
10654
5db9f0bd
PA
106552014-03-13 Pedro Alves <palves@redhat.com>
10656
10657 * gdb.base/default.exp: Update "target child" and "target procfs"
10658 tests to not expect "Unix".
10659
b3ccfe11
TT
106602014-03-12 Tom Tromey <tromey@redhat.com>
10661
10662 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
10663 New procs. Add target-async tests.
10664 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
10665 Add target-async tests.
10666
646f4417
AA
106672014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10668
10669 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
10670 'func_start' and 'func_end' for the beginning and end of the
10671 function code, respectively.
10672 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
10673 'func_end' instead of 'func' and 'main'.
10674
288c211f
AA
106752014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10676
10677 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
10678 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
10679 generate the debug info assembler source.
10680
e0c0f156
AA
106812014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10682
10683 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
10684 * gdb.dwarf2/arr-subrange.exp: Likewise.
10685 * gdb.dwarf2/dwz.exp: Likewise.
10686 * gdb.dwarf2/method-ptr.exp: Likewise.
10687 * gdb.dwarf2/missing-sig-type.exp: Likewise.
10688 * gdb.dwarf2/subrange.exp: Likewise.
10689 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
10690 * gdb.dwarf2/implptrpiece.exp: Likewise.
10691 * gdb.dwarf2/nostaticblock.exp: Likewise.
10692
0e5c4555
AA
106932014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10694
10695 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
10696 directory to absolute path name arguments.
10697
5ec18f2b
JG
106982014-03-10 Joel Brobecker <brobecker@adacore.com>
10699
10700 * gdb.ada/tagged_access: New testcase.
10701
847fc4f2
MM
107022014-03-07 Markus Metzger <markus.t.metzger@intel.com>
10703
10704 * gdb.btrace/data.exp: Update expected output.
10705
cc3da688
YQ
107062014-03-06 Yao Qi <yao@codesourcery.com>
10707
10708 * gdb.trace/pr16508.exp: New file.
10709
0f26cec1
PA
107102014-03-05 Pedro Alves <palves@redhat.com>
10711
10712 PR gdb/16575
10713 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
10714 procedure.
10715 (top level): Adjust to use it. Add tests that exercise breakpoint
10716 interaction with the code-cache.
10717
7a5a839f
LC
107182014-02-26 Ludovic Courtès <ludo@gnu.org>
10719
10720 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
10721 test for 'history-append!'.
10722
31aa7e4e
JB
107232014-02-26 Joel Brobecker <brobecker@adacore.com>
10724
10725 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
10726 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
10727 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
10728 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
10729 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
10730 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
10731
1b588015
JB
107322014-02-26 Joel Brobecker <brobecker@adacore.com>
10733
10734 * testsuite/gdb.python/py-pp-re-notag.c: New file.
10735 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
10736 * testsuite/gdb.python/py-pp-re-notag.p: New file.
10737
55426c9d
JB
107382014-02-26 Joel Brobecker <brobecker@adacore.com>
10739
10740 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
10741
dc53a7ad
JB
107422014-02-26 Joel Brobecker <brobecker@adacore.com>
10743
10744 * gdb.dwarf2/arr-stride.c: New file.
10745 * gdb.dwarf2/arr-stride.exp: New file.
10746
12ab52e9
PA
107472014-02-26 Pedro Alves <palves@redhat.com>
10748
10749 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
10750 that won't ever trigger. Make sure that GDB reports the correct
10751 breakpoint that caused the stop.
10752
849c862e
JK
107532014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10754
10755 PR gdb/16626
10756 * gdb.base/auto-load-script: New file.
10757 * gdb.base/auto-load.c: New file.
10758 * gdb.base/auto-load.exp: New file.
10759
71b7d793
JK
10760 PR gdb/16626
10761 * gdb.base/auto-load.exp: Fix out-of-srctree run.
10762
e2f0d509
JK
107632014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10764
10765 Fix dw2-icycle.exp -fsanitize=address GDB crash.
10766 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
10767
50cc37c8
DE
107682014-02-24 Doug Evans <dje@google.com>
10769
10770 * lib/gdb.exp (run_on_host): Log error output if program fails.
10771
ea4758f2
PA
107722014-02-21 Pedro Alves <palves@redhat.com>
10773
10774 * gdb.threads/step-after-sr-lock.c: Rename to ...
10775 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
10776 * gdb.threads/step-after-sr-lock.exp: Rename to ...
10777 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10778 ... this.
10779
d7b30f67
SDJ
107802014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
10781
10782 PR tdep/16397
10783 * gdb.arch/amd64-stap-special-operands.exp: New file.
10784 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
10785 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
10786 * gdb.arch/amd64-stap-triplet.S: Likewise.
10787 * gdb.arch/amd64-stap-triplet.c: Likewise.
10788
83deb43f
JB
107892014-02-20 Joel Brobecker <brobecker@adacore.com>
10790
10791 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
10792 in .section pseudo-op.
10793
adde2bff
DE
107942014-02-20 lin zuojian <manjian2006@gmail.com>
10795 Joel Brobecker <brobecker@adacore.com>
10796 Doug Evans <xdje42@gmail.com>
10797
10798 PR symtab/16581
10799 * gdb.dwarf2/dw2-icycle.S: New file.
10800 * gdb.dwarf2/dw2-icycle.c: New file.
10801 * gdb.dwarf2/dw2-icycle.exp: New file.
10802
f7bd0f78
SC
108032014-02-19 Siva Chandra Reddy <sivachandra@google.com>
10804
10805 * gdb.python/py-value-cc.cc: Improve test case to enable testing
10806 operations on gdb.Value objects.
10807 * gdb.python/py-value-cc.exp: Add new test to test operations on
10808 gdb.Value objects.
10809
c17ef0d5
DE
108102014-02-18 Doug Evans <dje@google.com>
10811
10812 * Makefile.in (TESTS): New variable.
10813 (expanded_tests, expanded_tests_or_none): New variables
10814 (check-single): Pass $(expanded_tests_or_none) to runtest.
10815 (check-parallel): Only run tests in $(TESTS) if non-empty.
10816 (check/no-matching-tests-found): New rule.
10817 * README: Document TESTS makefile variable.
10818
5dd3176f
DE
108192014-02-18 Doug Evans <dje@google.com>
10820
10821 * Makefile.in (check-parallel): rm -rf outputs temp.
10822
0b10be4f
JK
108232014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10824
10825 Fix "ERROR: no fileid for" in the testsuite.
10826 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
10827
85f224e7
DE
108282014-02-12 Doug Evans <dje@google.com>
10829
10830 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
10831 (MISCELLANEOUS): New variable.
10832 (clean): rm -rf $(MISCELLANEOUS).
10833 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
10834 dwp live in the same directory as symlinks, with each symlink pointed
10835 to a differently named file in a different directory.
10836
149b30ff
DE
108372014-02-11 Doug Evans <dje@google.com>
10838
10839 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
10840 of Tcl file commands.
10841
1dfdac32
MK
108422014-02-10 Mark Kettenis <kettenis@gnu.org>
10843
10844 * gdb.threads/step-after-sr-lock.exp: Avoid executing
10845 "kill -SIGUSR1 -1".
10846
aa4fb036
JB
108472014-02-10 Joel Brobecker <brobecker@adacore.com>
10848
10849 * gdb.ada/tick_length_array_enum_idx: New testcase.
10850
ed3ef339
DE
108512014-02-10 Doug Evans <xdje42@gmail.com>
10852
10853 * configure.ac (AC_OUTPUT): Add gdb.guile.
10854 * configure: Regenerate.
10855 * lib/gdb-guile.exp: New file.
10856 * lib/gdb.exp (get_target_charset): New function.
10857 * gdb.base/help.exp: Update expected output from "apropos apropos".
10858 * gdb.guile/Makefile.in: New file.
10859 * gdb.guile/guile.exp: New file.
10860 * gdb.guile/scm-arch.c: New file.
10861 * gdb.guile/scm-arch.exp: New file.
10862 * gdb.guile/scm-block.c: New file.
10863 * gdb.guile/scm-block.exp: New file.
10864 * gdb.guile/scm-breakpoint.c: New file.
10865 * gdb.guile/scm-breakpoint.exp: New file.
10866 * gdb.guile/scm-disasm.c: New file.
10867 * gdb.guile/scm-disasm.exp: New file.
10868 * gdb.guile/scm-equal.c: New file.
10869 * gdb.guile/scm-equal.exp: New file.
10870 * gdb.guile/scm-error.exp: New file.
10871 * gdb.guile/scm-error.scm: New file.
10872 * gdb.guile/scm-frame-args.c: New file.
10873 * gdb.guile/scm-frame-args.exp: New file.
10874 * gdb.guile/scm-frame-args.scm: New file.
10875 * gdb.guile/scm-frame-inline.c: New file.
10876 * gdb.guile/scm-frame-inline.exp: New file.
10877 * gdb.guile/scm-frame.c: New file.
10878 * gdb.guile/scm-frame.exp: New file.
10879 * gdb.guile/scm-generics.exp: New file.
10880 * gdb.guile/scm-gsmob.exp: New file.
10881 * gdb.guile/scm-iterator.c: New file.
10882 * gdb.guile/scm-iterator.exp: New file.
10883 * gdb.guile/scm-math.c: New file.
10884 * gdb.guile/scm-math.exp: New file.
10885 * gdb.guile/scm-objfile-script-gdb.in: New file.
10886 * gdb.guile/scm-objfile-script.c: New file.
10887 * gdb.guile/scm-objfile-script.exp: New file.
10888 * gdb.guile/scm-objfile.c: New file.
10889 * gdb.guile/scm-objfile.exp: New file.
10890 * gdb.guile/scm-ports.exp: New file.
10891 * gdb.guile/scm-pretty-print.c: New file.
10892 * gdb.guile/scm-pretty-print.exp: New file.
10893 * gdb.guile/scm-pretty-print.scm: New file.
10894 * gdb.guile/scm-section-script.c: New file.
10895 * gdb.guile/scm-section-script.exp: New file.
10896 * gdb.guile/scm-section-script.scm: New file.
10897 * gdb.guile/scm-symbol.c: New file.
10898 * gdb.guile/scm-symbol.exp: New file.
10899 * gdb.guile/scm-symtab-2.c: New file.
10900 * gdb.guile/scm-symtab.c: New file.
10901 * gdb.guile/scm-symtab.exp: New file.
10902 * gdb.guile/scm-type.c: New file.
10903 * gdb.guile/scm-type.exp: New file.
10904 * gdb.guile/scm-value-cc.cc: New file.
10905 * gdb.guile/scm-value-cc.exp: New file.
10906 * gdb.guile/scm-value.c: New file.
10907 * gdb.guile/scm-value.exp: New file.
10908 * gdb.guile/source2.scm: New file.
10909 * gdb.guile/types-module.cc: New file.
10910 * gdb.guile/types-module.exp: New file.
10911
7026a7c1
YQ
109122014-02-10 Yao Qi <yao@codesourcery.com>
10913
10914 PR testsuite/16543
10915 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
10916 * configure: Regenerated.
10917 * Makefile.in: New file.
10918
6c466447
AS
109192014-02-08 Andreas Schwab <schwab@linux-m68k.org>
10920
10921 * gdb.python/py-framefilter.exp: Fix typo.
10922
6e854735
YQ
109232014-02-08 Yao Qi <yao@codesourcery.com>
10924
10925 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
10926 that no =breakpoint-modified is emitted when breakpoints are
10927 modified through MI commands.
10928
d137e6dc
PA
109292014-02-07 Pedro Alves <pedro@codesourcery.com>
10930 Pedro Alves <palves@redhat.com>
10931
10932 * gdb.threads/step-after-sr-lock.c: New file.
10933 * gdb.threads/step-after-sr-lock.exp: New file.
10934
b5ee5a50
PA
109352014-02-07 Pedro Alves <palves@redhat.com>
10936
10937 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
10938
3c77faf3
JK
109392014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10940
10941 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
10942 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
10943
6dddc817
DE
109442014-02-06 Doug Evans <xdje42@gmail.com>
10945
10946 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
10947 output.
10948
10949 * gdb.gdb/python-interrupts.exp: New file.
10950
de7b2893
YQ
109512014-02-05 Yao Qi <yao@codesourcery.com>
10952
10953 * gdb.trace/report.exp (use_collected_data): Test the output
10954 of "info threads" and "info inferiors".
10955
66d032ac
YQ
109562014-02-05 Yao Qi <yao@codesourcery.com>
10957
10958 Revert this patch:
10959
10960 2013-05-24 Yao Qi <yao@codesourcery.com>
10961
10962 * gdb.trace/tfile.exp: Test inferior and thread.
10963
591a12a1
UW
109642014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
10965
10966 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
10967 on a function.
10968 * gdb.base/step-bt.c: Call hello via function pointer to make
10969 sure its first instruction is executed on powerpc64le-linux.
10970
0ff3e01f
UW
109712014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
10972
10973 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
10974
084ee545
UW
109752014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
10976
10977 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
10978 of the test patterns for use on little-endian systems.
10979
6ed14ff3
UW
109802014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
10981
10982 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
10983 (decimal_vector): Fix for little-endian.
10984
401e27fd
JM
109852014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
10986
10987 * gdb.arch/sparc-sysstep.exp: New file.
10988 * gdb.arch/sparc-sysstep.c: Likewise.
10989
10990 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
10991
8b924729
EBM
109922014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10993
10994 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
10995
fb151210
JB
109962014-01-23 Tom Tromey <tromey@redhat.com>
10997
10998 * gdb.ada/array_char_idx: New testcase.
10999
0740f8d8
TT
110002014-01-23 Tom Tromey <tromey@redhat.com>
11001
11002 PR python/16487:
11003 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11004 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11005 classes.
11006
21909fa1
TT
110072014-01-23 Tom Tromey <tromey@redhat.com>
11008
11009 PR python/16491:
11010 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11011 string from an inferior frame.
11012 * gdb.python/py-framefilter-mi.exp: Update.
11013
87ce2a04
DE
110142014-01-22 Doug Evans <dje@google.com>
11015
11016 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11017
237b092b
AA
110182014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11019
11020 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11021
d674a709
AA
110222014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11023
11024 * gdb.trace/entry-values.exp: Remove excess space character from
11025 regex patterns. Handle s390 call instruction.
11026
20fa3390
AA
110272014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11028
11029 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11030 define "*_start" label. Make "name" static.
11031 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11032 ${name} by references to ${name}_start.
11033
78466714
AA
110342014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11035
11036 * gdb.base/info-macros.exp: Remove "debug" from the compile
11037 options.
11038
ec9f644a
IB
110392014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11040
11041 * gdb.dlang/demangle.exp: New file.
11042
94b1b47e
IB
110432014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11044
11045 * gdb.dlang/primitive-types.exp: New file.
11046
7f420862
IB
110472014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11048
11049 * configure.ac: Create gdb.dlang/Makefile.
11050 * configure: Regenerate.
11051 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11052 * gdb.dlang/Makefile.in: New file.
11053 * lib/d-support.exp: New file.
11054 * lib/gdb.exp (skip_d_tests): New proc.
11055
52834460
MM
110562014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11057
11058 * gdb.btrace/delta.exp: Check reverse stepi.
11059 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11060 * gdb.btrace/finish.exp: New.
11061 * gdb.btrace/next.exp: New.
11062 * gdb.btrace/nexti.exp: New.
11063 * gdb.btrace/record_goto.c: Add comments.
11064 * gdb.btrace/step.exp: New.
11065 * gdb.btrace/stepi.exp: New.
11066 * gdb.btrace/multi-thread-step.c: New.
11067 * gdb.btrace/multi-thread-step.exp: New.
11068 * gdb.btrace/rn-dl-bind.c: New.
11069 * gdb.btrace/rn-dl-bind.exp: New.
11070 * gdb.btrace/data.c: New.
11071 * gdb.btrace/data.exp: New.
11072 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11073
6e07b1d2
MM
110742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11075
11076 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11077 * gdb.btrace/exception.exp: Update.
11078 * gdb.btrace/instruction_history.exp: Update.
11079 * gdb.btrace/record_goto.exp: Update.
11080 * gdb.btrace/tailcall.exp: Update.
11081 * gdb.btrace/unknown_functions.exp: Update.
11082 * gdb.btrace/delta.exp: New.
11083
0b722aec
MM
110842014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11085
11086 * gdb.btrace/record_goto.exp: Add backtrace test.
11087 * gdb.btrace/tailcall.exp: Add backtrace test.
11088
066ce621
MM
110892014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11090
11091 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11092 * gdb.btrace/record_goto.c: New.
11093 * gdb.btrace/record_goto.exp: New.
11094 * gdb.btrace/x86-record_goto.S: New.
11095
0688d04e
MM
110962014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11097
11098 * gdb.btrace/function_call_history.exp: Update tests.
11099 * gdb.btrace/instruction_history.exp: Update tests.
11100
8710b709
MM
111012014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11102
11103 * gdb.btrace/function_call_history.exp: Fix expected field
11104 order for "record function-call-history".
11105 Add new tests for "record function-call-history /c".
11106 * gdb.btrace/exception.cc: New.
11107 * gdb.btrace/exception.exp: New.
11108 * gdb.btrace/tailcall.exp: New.
11109 * gdb.btrace/x86-tailcall.S: New.
11110 * gdb.btrace/x86-tailcall.c: New.
11111 * gdb.btrace/unknown_functions.c: New.
11112 * gdb.btrace/unknown_functions.exp: New.
11113 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11114
5de9129b
MM
111152014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11116
11117 * gdb.btrace/instruction_history.exp: Update.
11118 * gdb.btrace/function_call_history.exp: Update.
11119
23a7fe75
MM
111202014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11121
11122 * gdb.btrace/function_call_history.exp: Fix expected function
11123 trace.
11124 * gdb.btrace/instruction_history.exp: Initialize traced.
11125 Remove traced_functions.
11126
724c7dd8
MM
111272014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11128
11129 * gdb.btrace/function_call_history.exp: Update
11130 * gdb.btrace/instruction_history.exp: Update.
11131
6d78d93b
MM
111322014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11133
11134 * gdb.btrace/enable.exp: Update expected text.
11135
93a360cc
OJ
111362014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11137
11138 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11139 bytes.
11140
3772b53f
MR
111412014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11142
11143 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11144
596662fa
OJ
111452014-01-15 Omair Javaid <omair.javaid@linaro.org>
11146
11147 * lib/gdb.exp (supports_process_record): Return true for
11148 arm*-linux*. (supports_reverse): Likewise.
11149
b5b08fb4
SC
111502014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11151
11152 PR python/15464
11153 PR python/16113
11154 * gdb.python/py-type.c: Enhance test case.
11155 * gdb.python/py-value-cc.cc: Likewise
11156 * gdb.python/py-type.exp: Add new tests.
11157 * gdb.python/py-value-cc.exp: Likewise
11158
52d7fb13
AA
111592014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11160 Pedro Alves <palves@redhat.com>
11161
11162 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11163 Make "name" extern.
11164 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11165 references to ${name}_start by references to ${name}.
11166
a2cd8cfe
JB
111672014-01-10 Joel Brobecker <brobecker@adacore.com>
11168
11169 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11170
4e23fced
JB
111712014-01-10 Joel Brobecker <brobecker@adacore.com>
11172
11173 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11174
c6a9e42c
PA
111752014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
11176 Pedro Alves <palves@redhat.com>
11177
11178 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 11179 mi_gdb_target_load.
c6a9e42c 11180
b7ea362b
PA
111812014-01-08 Pedro Alves <palves@redhat.com>
11182
11183 * gdb.threads/reconnect-signal.c: New file.
11184 * gdb.threads/reconnect-signal.exp: New file.
11185
5e3f4fab
EBM
111862014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11187
11188 * gdb.base/source-dir.exp: New file.
11189
79301218
JB
111902014-01-07 Joel Brobecker <brobecker@adacore.com>
11191
11192 * gdb.ada/mi_interface: New testcase.
11193
8e355c5d
JB
111942014-01-07 Joel Brobecker <brobecker@adacore.com>
11195
11196 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11197 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11198 gdb.ada/pp-rec-component/pck.ads: New files.
11199
c0d48811
JB
112002014-01-07 Joel Brobecker <brobecker@adacore.com>
11201
11202 * gdb.python/py-pp-integral.c: New file.
11203 * gdb.python/py-pp-integral.py: New file.
11204 * gdb.python/py-pp-integral.exp: New file.
11205
17b609c3 11206For older changes see ChangeLog-1993-2013.
c906108c 11207\f
8d8cb839
EZ
11208;; Local Variables:
11209;; mode: change-log
11210;; left-margin: 8
11211;; fill-column: 74
11212;; version-control: never
11213;; End:
902f2ccb 11214
61baf725 11215 Copyright 2014-2017 Free Software Foundation, Inc.
902f2ccb
MC
11216 Copying and distribution of this file, with or without modification,
11217 are permitted provided the copyright notice and this notice are preserved.