PR python/13598 - add before_prompt event
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2017-02-14 Tom Tromey <tom@tromey.com>
2
3 PR python/13598:
4 * gdb.python/py-events.exp: Add before_prompt event tests.
5
6 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7
8 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9
10 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
11
12 * gdb.linespec/explicit.c (my_unique_function_name): New function.
13 (main): Call my_unique_function_name.
14 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
15 completion of patterns with a single match.
16 Add missing -re switches to gdb_test_multiple calls.
17
18 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
19
20 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
21 return if core file is not recognized.
22
23 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
24
25 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
26 and extra UIs.
27
28 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
29
30 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
31 proc_with_prefix.
32
33 2017-02-10 Tom Tromey <tom@tromey.com>
34
35 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
36
37 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
38
39 PR gdb/21122
40 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
41
42 2017-02-08 Jerome Guitton <guitton@adacore.com>
43
44 * gdb.base/define.exp: Add test for command abbreviations
45 in define.
46
47 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
48
49 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
50 * gdb.reverse/insn-reverse-x86.c: New file.
51
52 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
53
54 PR tdep/20936
55 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
56
57 2017-02-03 Tom Tromey <tom@tromey.com>
58
59 PR rust/21097:
60 * gdb.rust/simple.exp: Add new tests.
61
62 2017-02-02 Pedro Alves <palves@redhat.com>
63
64 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
65 tests.
66
67 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
68
69 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
70 taking a 2-byte value out of a 4-byte DWARF implicit value on
71 big-endian targets.
72 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
73 logic. Add test cases for DW_OP_implicit.
74
75 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
76
77 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
78
79 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
80
81 * gdb.btrace/enable.exp: Call gdb_exit before
82 skip_gdbserver_tests.
83
84 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
85
86 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
87 GDBFLAGS.
88
89 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
90
91 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
92 the test is skipped.
93 * gdb.btrace/data.exp: Likewise.
94 * gdb.btrace/delta.exp: Likewise.
95 * gdb.btrace/dlopen.exp: Likewise.
96 * gdb.btrace/enable-running.exp: Likewise.
97 * gdb.btrace/enable.exp: Likewise.
98 * gdb.btrace/exception.exp: Likewise.
99 * gdb.btrace/function_call_history.exp: Likewise.
100 * gdb.btrace/gcore.exp: Likewise.
101 * gdb.btrace/instruction_history.exp: Likewise.
102 * gdb.btrace/multi-thread-step.exp: Likewise.
103 * gdb.btrace/nohist.exp: Likewise.
104 * gdb.btrace/non-stop.exp: Likewise.
105 * gdb.btrace/reconnect.exp: Likewise.
106 * gdb.btrace/record_goto-step.exp: Likewise.
107 * gdb.btrace/record_goto.exp: Likewise.
108 * gdb.btrace/rn-dl-bind.exp: Likewise.
109 * gdb.btrace/segv.exp: Likewise.
110 * gdb.btrace/step.exp: Likewise.
111 * gdb.btrace/stepi.exp: Likewise.
112 * gdb.btrace/tailcall-only.exp: Likewise.
113 * gdb.btrace/tailcall.exp: Likewise.
114 * gdb.btrace/tsx.exp: Likewise.
115 * gdb.btrace/unknown_functions.exp: Likewise.
116 * gdb.btrace/vdso.exp: Likewise.
117
118 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
119
120 * gdb.btrace/enable-running.c: New.
121 * gdb.btrace/enable-running.exp: New.
122
123 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
124
125 * gdb.arch/amd64-gs_base.c: New file.
126 * gdb.arch/amd64-gs_base.exp: New file.
127
128 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
129
130 * lib/memory.exp: Remove spurious empty newlines.
131
132 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
133
134 * gdb.python/py-bad-printers.exp: Load python file using "source".
135 * gdb.python/py-events.exp: Likewise.
136 * gdb.python/py-evsignal.exp: Likewise.
137 * gdb.python/py-evthreads.exp: Likewise.
138 * gdb.python/py-frame-args.exp: Likewise.
139 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
140 * gdb.python/py-framefilter-mi.exp: Likewise.
141 * gdb.python/py-framefilter.exp: Likewise.
142 * gdb.python/py-mi.exp: Likewise.
143 * gdb.python/py-pp-maint.exp: Likewise.
144 * gdb.python/py-pp-registration.exp: Likewise.
145 * gdb.python/py-prettyprint.exp: Likewise.
146 (run_lang_tests): Likewise.
147 * gdb.python/py-typeprint.exp: Likewise.
148
149 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
150
151 * lib/memory.exp: New file.
152 * lib/gdb.exp: Load memory.exp.
153 * gdb.base/memattr.exp (delete_memory): Move proc to
154 lib/memory.exp and rename to delete_memory_regions.
155 Replace delete_memory with delete_memory_regions.
156 Cleanup memory regions before tests.
157 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
158 before tests.
159
160 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
161
162 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
163 files.
164 (initialize): New function conditionally defined.
165 (testcases): Move within conditional block.
166 (main): Call initialize.
167 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
168 of gdb.reverse/insn-reverse.c.
169 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
170 gdb.reverse/insn-reverse.c.
171
172 2017-01-26 Yao Qi <yao.qi@linaro.org>
173
174 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
175 disassemble on address 0.
176
177 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
178 Yao Qi <yao.qi@linaro.org>
179
180 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
181 * gdb.dwarf2/implptr-64bit.S: Remove.
182 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
183 variables in caller's context. Add DW_OP_implicit_value.
184
185 2017-01-25 Yao Qi <yao.qi@linaro.org>
186
187 * lib/dwarf.exp (Dwarf::_location): Handle
188 DW_OP_GNU_implicit_pointer with proper size.
189
190 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
191
192 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
193 and add untested calls.
194
195 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
196
197 * gdb.python/python.exp: Check line number against what GDB thinks
198 the line number is for func1.
199
200 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
201
202 * gdb.dlang/debug-expr.exp: New file.
203
204 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
205
206 Fix test names for the following files:
207
208 * gdb.ada/exec_changed.exp
209 * gdb.ada/info_types.exp
210 * gdb.arch/aarch64-atomic-inst.exp
211 * gdb.arch/aarch64-fp.exp
212 * gdb.arch/altivec-abi.exp
213 * gdb.arch/altivec-regs.exp
214 * gdb.arch/amd64-byte.exp
215 * gdb.arch/amd64-disp-step.exp
216 * gdb.arch/amd64-dword.exp
217 * gdb.arch/amd64-entry-value-inline.exp
218 * gdb.arch/amd64-entry-value-param.exp
219 * gdb.arch/amd64-entry-value-paramref.exp
220 * gdb.arch/amd64-entry-value.exp
221 * gdb.arch/amd64-i386-address.exp
222 * gdb.arch/amd64-invalid-stack-middle.exp
223 * gdb.arch/amd64-invalid-stack-top.exp
224 * gdb.arch/amd64-optimout-repeat.exp
225 * gdb.arch/amd64-prologue-skip.exp
226 * gdb.arch/amd64-prologue-xmm.exp
227 * gdb.arch/amd64-stap-special-operands.exp
228 * gdb.arch/amd64-stap-wrong-subexp.exp
229 * gdb.arch/amd64-tailcall-cxx.exp
230 * gdb.arch/amd64-tailcall-noret.exp
231 * gdb.arch/amd64-tailcall-ret.exp
232 * gdb.arch/amd64-tailcall-self.exp
233 * gdb.arch/amd64-word.exp
234 * gdb.arch/arm-bl-branch-dest.exp
235 * gdb.arch/arm-disp-step.exp
236 * gdb.arch/arm-neon.exp
237 * gdb.arch/arm-single-step-kernel-helper.exp
238 * gdb.arch/avr-flash-qualifier.exp
239 * gdb.arch/disp-step-insn-reloc.exp
240 * gdb.arch/e500-abi.exp
241 * gdb.arch/e500-regs.exp
242 * gdb.arch/ftrace-insn-reloc.exp
243 * gdb.arch/i386-avx512.exp
244 * gdb.arch/i386-bp_permanent.exp
245 * gdb.arch/i386-byte.exp
246 * gdb.arch/i386-cfi-notcurrent.exp
247 * gdb.arch/i386-disp-step.exp
248 * gdb.arch/i386-dr3-watch.exp
249 * gdb.arch/i386-float.exp
250 * gdb.arch/i386-gnu-cfi.exp
251 * gdb.arch/i386-mpx-map.exp
252 * gdb.arch/i386-mpx-sigsegv.exp
253 * gdb.arch/i386-mpx-simple_segv.exp
254 * gdb.arch/i386-mpx.exp
255 * gdb.arch/i386-permbkpt.exp
256 * gdb.arch/i386-prologue.exp
257 * gdb.arch/i386-signal.exp
258 * gdb.arch/i386-size-overlap.exp
259 * gdb.arch/i386-unwind.exp
260 * gdb.arch/i386-word.exp
261 * gdb.arch/mips-fcr.exp
262 * gdb.arch/powerpc-d128-regs.exp
263 * gdb.arch/powerpc-stackless.exp
264 * gdb.arch/ppc64-atomic-inst.exp
265 * gdb.arch/s390-stackless.exp
266 * gdb.arch/s390-tdbregs.exp
267 * gdb.arch/s390-vregs.exp
268 * gdb.arch/sparc-sysstep.exp
269 * gdb.arch/thumb-bx-pc.exp
270 * gdb.arch/thumb-singlestep.exp
271 * gdb.arch/thumb2-it.exp
272 * gdb.arch/vsx-regs.exp
273 * gdb.asm/asm-source.exp
274 * gdb.base/a2-run.exp
275 * gdb.base/advance.exp
276 * gdb.base/all-bin.exp
277 * gdb.base/anon.exp
278 * gdb.base/args.exp
279 * gdb.base/arithmet.exp
280 * gdb.base/async-shell.exp
281 * gdb.base/async.exp
282 * gdb.base/attach-pie-noexec.exp
283 * gdb.base/attach-twice.exp
284 * gdb.base/auto-load.exp
285 * gdb.base/bang.exp
286 * gdb.base/bitfields.exp
287 * gdb.base/break-always.exp
288 * gdb.base/break-caller-line.exp
289 * gdb.base/break-entry.exp
290 * gdb.base/break-inline.exp
291 * gdb.base/break-on-linker-gcd-function.exp
292 * gdb.base/break-probes.exp
293 * gdb.base/break.exp
294 * gdb.base/breakpoint-shadow.exp
295 * gdb.base/call-ar-st.exp
296 * gdb.base/call-sc.exp
297 * gdb.base/call-signal-resume.exp
298 * gdb.base/call-strs.exp
299 * gdb.base/callfuncs.exp
300 * gdb.base/catch-fork-static.exp
301 * gdb.base/catch-gdb-caused-signals.exp
302 * gdb.base/catch-load.exp
303 * gdb.base/catch-signal-fork.exp
304 * gdb.base/catch-signal.exp
305 * gdb.base/catch-syscall.exp
306 * gdb.base/charset.exp
307 * gdb.base/checkpoint.exp
308 * gdb.base/chng-syms.exp
309 * gdb.base/code-expr.exp
310 * gdb.base/code_elim.exp
311 * gdb.base/commands.exp
312 * gdb.base/completion.exp
313 * gdb.base/complex.exp
314 * gdb.base/cond-expr.exp
315 * gdb.base/condbreak.exp
316 * gdb.base/consecutive.exp
317 * gdb.base/continue-all-already-running.exp
318 * gdb.base/coredump-filter.exp
319 * gdb.base/corefile.exp
320 * gdb.base/dbx.exp
321 * gdb.base/debug-expr.exp
322 * gdb.base/define.exp
323 * gdb.base/del.exp
324 * gdb.base/disabled-location.exp
325 * gdb.base/disasm-end-cu.exp
326 * gdb.base/disasm-optim.exp
327 * gdb.base/display.exp
328 * gdb.base/duplicate-bp.exp
329 * gdb.base/ena-dis-br.exp
330 * gdb.base/ending-run.exp
331 * gdb.base/enumval.exp
332 * gdb.base/environ.exp
333 * gdb.base/eu-strip-infcall.exp
334 * gdb.base/eval-avoid-side-effects.exp
335 * gdb.base/eval-skip.exp
336 * gdb.base/exitsignal.exp
337 * gdb.base/expand-psymtabs.exp
338 * gdb.base/filesym.exp
339 * gdb.base/find-unmapped.exp
340 * gdb.base/finish.exp
341 * gdb.base/float.exp
342 * gdb.base/foll-exec-mode.exp
343 * gdb.base/foll-exec.exp
344 * gdb.base/foll-fork.exp
345 * gdb.base/fortran-sym-case.exp
346 * gdb.base/freebpcmd.exp
347 * gdb.base/func-ptr.exp
348 * gdb.base/func-ptrs.exp
349 * gdb.base/funcargs.exp
350 * gdb.base/gcore-buffer-overflow.exp
351 * gdb.base/gcore-relro-pie.exp
352 * gdb.base/gcore-relro.exp
353 * gdb.base/gcore.exp
354 * gdb.base/gdb1090.exp
355 * gdb.base/gdb11530.exp
356 * gdb.base/gdb11531.exp
357 * gdb.base/gdb1821.exp
358 * gdb.base/gdbindex-stabs.exp
359 * gdb.base/gdbvars.exp
360 * gdb.base/hbreak.exp
361 * gdb.base/hbreak2.exp
362 * gdb.base/included.exp
363 * gdb.base/infcall-input.exp
364 * gdb.base/inferior-died.exp
365 * gdb.base/infnan.exp
366 * gdb.base/info-macros.exp
367 * gdb.base/info-os.exp
368 * gdb.base/info-proc.exp
369 * gdb.base/info-shared.exp
370 * gdb.base/info-target.exp
371 * gdb.base/infoline.exp
372 * gdb.base/interp.exp
373 * gdb.base/interrupt.exp
374 * gdb.base/jit-reader.exp
375 * gdb.base/jit-simple.exp
376 * gdb.base/kill-after-signal.exp
377 * gdb.base/kill-detach-inferiors-cmd.exp
378 * gdb.base/label.exp
379 * gdb.base/langs.exp
380 * gdb.base/ldbl_e308.exp
381 * gdb.base/line-symtabs.exp
382 * gdb.base/linespecs.exp
383 * gdb.base/list.exp
384 * gdb.base/long_long.exp
385 * gdb.base/longest-types.exp
386 * gdb.base/maint.exp
387 * gdb.base/max-value-size.exp
388 * gdb.base/memattr.exp
389 * gdb.base/mips_pro.exp
390 * gdb.base/morestack.exp
391 * gdb.base/moribund-step.exp
392 * gdb.base/multi-forks.exp
393 * gdb.base/nested-addr.exp
394 * gdb.base/nextoverexit.exp
395 * gdb.base/noreturn-finish.exp
396 * gdb.base/noreturn-return.exp
397 * gdb.base/nostdlib.exp
398 * gdb.base/offsets.exp
399 * gdb.base/opaque.exp
400 * gdb.base/pc-fp.exp
401 * gdb.base/permissions.exp
402 * gdb.base/print-symbol-loading.exp
403 * gdb.base/prologue-include.exp
404 * gdb.base/psymtab.exp
405 * gdb.base/ptype.exp
406 * gdb.base/random-signal.exp
407 * gdb.base/randomize.exp
408 * gdb.base/range-stepping.exp
409 * gdb.base/readline-ask.exp
410 * gdb.base/recpar.exp
411 * gdb.base/recurse.exp
412 * gdb.base/relational.exp
413 * gdb.base/restore.exp
414 * gdb.base/return-nodebug.exp
415 * gdb.base/return.exp
416 * gdb.base/run-after-attach.exp
417 * gdb.base/save-bp.exp
418 * gdb.base/scope.exp
419 * gdb.base/sect-cmd.exp
420 * gdb.base/set-lang-auto.exp
421 * gdb.base/set-noassign.exp
422 * gdb.base/setvar.exp
423 * gdb.base/sigall.exp
424 * gdb.base/sigbpt.exp
425 * gdb.base/siginfo-addr.exp
426 * gdb.base/siginfo-infcall.exp
427 * gdb.base/siginfo-obj.exp
428 * gdb.base/siginfo.exp
429 * gdb.base/signals-state-child.exp
430 * gdb.base/signest.exp
431 * gdb.base/sigstep.exp
432 * gdb.base/sizeof.exp
433 * gdb.base/skip.exp
434 * gdb.base/solib-corrupted.exp
435 * gdb.base/solib-nodir.exp
436 * gdb.base/solib-search.exp
437 * gdb.base/stack-checking.exp
438 * gdb.base/stale-infcall.exp
439 * gdb.base/stap-probe.exp
440 * gdb.base/start.exp
441 * gdb.base/step-break.exp
442 * gdb.base/step-bt.exp
443 * gdb.base/step-line.exp
444 * gdb.base/step-over-exit.exp
445 * gdb.base/step-over-syscall.exp
446 * gdb.base/step-resume-infcall.exp
447 * gdb.base/step-test.exp
448 * gdb.base/store.exp
449 * gdb.base/structs3.exp
450 * gdb.base/sym-file.exp
451 * gdb.base/symbol-without-target_section.exp
452 * gdb.base/term.exp
453 * gdb.base/testenv.exp
454 * gdb.base/ui-redirect.exp
455 * gdb.base/until.exp
456 * gdb.base/unwindonsignal.exp
457 * gdb.base/value-double-free.exp
458 * gdb.base/vla-datatypes.exp
459 * gdb.base/vla-ptr.exp
460 * gdb.base/vla-sideeffect.exp
461 * gdb.base/volatile.exp
462 * gdb.base/watch-cond-infcall.exp
463 * gdb.base/watch-cond.exp
464 * gdb.base/watch-non-mem.exp
465 * gdb.base/watch-read.exp
466 * gdb.base/watch-vfork.exp
467 * gdb.base/watchpoint-cond-gone.exp
468 * gdb.base/watchpoint-delete.exp
469 * gdb.base/watchpoint-hw-hit-once.exp
470 * gdb.base/watchpoint-hw.exp
471 * gdb.base/watchpoint-stops-at-right-insn.exp
472 * gdb.base/watchpoints.exp
473 * gdb.base/wchar.exp
474 * gdb.base/whatis-exp.exp
475 * gdb.btrace/buffer-size.exp
476 * gdb.btrace/data.exp
477 * gdb.btrace/delta.exp
478 * gdb.btrace/dlopen.exp
479 * gdb.btrace/enable.exp
480 * gdb.btrace/exception.exp
481 * gdb.btrace/function_call_history.exp
482 * gdb.btrace/gcore.exp
483 * gdb.btrace/instruction_history.exp
484 * gdb.btrace/nohist.exp
485 * gdb.btrace/reconnect.exp
486 * gdb.btrace/record_goto-step.exp
487 * gdb.btrace/record_goto.exp
488 * gdb.btrace/rn-dl-bind.exp
489 * gdb.btrace/segv.exp
490 * gdb.btrace/step.exp
491 * gdb.btrace/stepi.exp
492 * gdb.btrace/tailcall-only.exp
493 * gdb.btrace/tailcall.exp
494 * gdb.btrace/tsx.exp
495 * gdb.btrace/unknown_functions.exp
496 * gdb.btrace/vdso.exp
497 * gdb.compile/compile-ifunc.exp
498 * gdb.compile/compile-ops.exp
499 * gdb.compile/compile-print.exp
500 * gdb.compile/compile-setjmp.exp
501 * gdb.cp/abstract-origin.exp
502 * gdb.cp/ambiguous.exp
503 * gdb.cp/annota2.exp
504 * gdb.cp/annota3.exp
505 * gdb.cp/anon-ns.exp
506 * gdb.cp/anon-struct.exp
507 * gdb.cp/anon-union.exp
508 * gdb.cp/arg-reference.exp
509 * gdb.cp/baseenum.exp
510 * gdb.cp/bool.exp
511 * gdb.cp/breakpoint.exp
512 * gdb.cp/bs15503.exp
513 * gdb.cp/call-c.exp
514 * gdb.cp/casts.exp
515 * gdb.cp/chained-calls.exp
516 * gdb.cp/class2.exp
517 * gdb.cp/classes.exp
518 * gdb.cp/cmpd-minsyms.exp
519 * gdb.cp/converts.exp
520 * gdb.cp/cp-relocate.exp
521 * gdb.cp/cpcompletion.exp
522 * gdb.cp/cpexprs.exp
523 * gdb.cp/cplabel.exp
524 * gdb.cp/cplusfuncs.exp
525 * gdb.cp/cpsizeof.exp
526 * gdb.cp/ctti.exp
527 * gdb.cp/derivation.exp
528 * gdb.cp/destrprint.exp
529 * gdb.cp/dispcxx.exp
530 * gdb.cp/enum-class.exp
531 * gdb.cp/exception.exp
532 * gdb.cp/exceptprint.exp
533 * gdb.cp/expand-psymtabs-cxx.exp
534 * gdb.cp/expand-sals.exp
535 * gdb.cp/extern-c.exp
536 * gdb.cp/filename.exp
537 * gdb.cp/formatted-ref.exp
538 * gdb.cp/fpointer.exp
539 * gdb.cp/gdb1355.exp
540 * gdb.cp/gdb2495.exp
541 * gdb.cp/hang.exp
542 * gdb.cp/impl-this.exp
543 * gdb.cp/infcall-dlopen.exp
544 * gdb.cp/inherit.exp
545 * gdb.cp/iostream.exp
546 * gdb.cp/koenig.exp
547 * gdb.cp/local.exp
548 * gdb.cp/m-data.exp
549 * gdb.cp/m-static.exp
550 * gdb.cp/mb-ctor.exp
551 * gdb.cp/mb-inline.exp
552 * gdb.cp/mb-templates.exp
553 * gdb.cp/member-name.exp
554 * gdb.cp/member-ptr.exp
555 * gdb.cp/meth-typedefs.exp
556 * gdb.cp/method.exp
557 * gdb.cp/method2.exp
558 * gdb.cp/minsym-fallback.exp
559 * gdb.cp/misc.exp
560 * gdb.cp/namelessclass.exp
561 * gdb.cp/namespace-enum.exp
562 * gdb.cp/namespace-nested-import.exp
563 * gdb.cp/namespace.exp
564 * gdb.cp/nextoverthrow.exp
565 * gdb.cp/no-dmgl-verbose.exp
566 * gdb.cp/non-trivial-retval.exp
567 * gdb.cp/noparam.exp
568 * gdb.cp/nsdecl.exp
569 * gdb.cp/nsimport.exp
570 * gdb.cp/nsnested.exp
571 * gdb.cp/nsnoimports.exp
572 * gdb.cp/nsrecurs.exp
573 * gdb.cp/nsstress.exp
574 * gdb.cp/nsusing.exp
575 * gdb.cp/operator.exp
576 * gdb.cp/oranking.exp
577 * gdb.cp/overload-const.exp
578 * gdb.cp/overload.exp
579 * gdb.cp/ovldbreak.exp
580 * gdb.cp/ovsrch.exp
581 * gdb.cp/paren-type.exp
582 * gdb.cp/parse-lang.exp
583 * gdb.cp/pass-by-ref.exp
584 * gdb.cp/pr-1023.exp
585 * gdb.cp/pr-1210.exp
586 * gdb.cp/pr-574.exp
587 * gdb.cp/pr10687.exp
588 * gdb.cp/pr12028.exp
589 * gdb.cp/pr17132.exp
590 * gdb.cp/pr17494.exp
591 * gdb.cp/pr9067.exp
592 * gdb.cp/pr9167.exp
593 * gdb.cp/pr9631.exp
594 * gdb.cp/printmethod.exp
595 * gdb.cp/psmang.exp
596 * gdb.cp/psymtab-parameter.exp
597 * gdb.cp/ptype-cv-cp.exp
598 * gdb.cp/ptype-flags.exp
599 * gdb.cp/re-set-overloaded.exp
600 * gdb.cp/ref-types.exp
601 * gdb.cp/rtti.exp
602 * gdb.cp/scope-err.exp
603 * gdb.cp/shadow.exp
604 * gdb.cp/smartp.exp
605 * gdb.cp/static-method.exp
606 * gdb.cp/static-print-quit.exp
607 * gdb.cp/temargs.exp
608 * gdb.cp/templates.exp
609 * gdb.cp/try_catch.exp
610 * gdb.cp/typedef-operator.exp
611 * gdb.cp/typeid.exp
612 * gdb.cp/userdef.exp
613 * gdb.cp/using-crash.exp
614 * gdb.cp/var-tag.exp
615 * gdb.cp/virtbase.exp
616 * gdb.cp/virtfunc.exp
617 * gdb.cp/virtfunc2.exp
618 * gdb.cp/vla-cxx.exp
619 * gdb.disasm/t01_mov.exp
620 * gdb.disasm/t02_mova.exp
621 * gdb.disasm/t03_add.exp
622 * gdb.disasm/t04_sub.exp
623 * gdb.disasm/t05_cmp.exp
624 * gdb.disasm/t06_ari2.exp
625 * gdb.disasm/t07_ari3.exp
626 * gdb.disasm/t08_or.exp
627 * gdb.disasm/t09_xor.exp
628 * gdb.disasm/t10_and.exp
629 * gdb.disasm/t11_logs.exp
630 * gdb.disasm/t12_bit.exp
631 * gdb.disasm/t13_otr.exp
632 * gdb.dlang/circular.exp
633 * gdb.dwarf2/arr-stride.exp
634 * gdb.dwarf2/arr-subrange.exp
635 * gdb.dwarf2/atomic-type.exp
636 * gdb.dwarf2/bad-regnum.exp
637 * gdb.dwarf2/bitfield-parent-optimized-out.exp
638 * gdb.dwarf2/callframecfa.exp
639 * gdb.dwarf2/clztest.exp
640 * gdb.dwarf2/corrupt.exp
641 * gdb.dwarf2/data-loc.exp
642 * gdb.dwarf2/dup-psym.exp
643 * gdb.dwarf2/dw2-anon-mptr.exp
644 * gdb.dwarf2/dw2-anonymous-func.exp
645 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
646 * gdb.dwarf2/dw2-bad-unresolved.exp
647 * gdb.dwarf2/dw2-basic.exp
648 * gdb.dwarf2/dw2-canonicalize-type.exp
649 * gdb.dwarf2/dw2-case-insensitive.exp
650 * gdb.dwarf2/dw2-common-block.exp
651 * gdb.dwarf2/dw2-compdir-oldgcc.exp
652 * gdb.dwarf2/dw2-compressed.exp
653 * gdb.dwarf2/dw2-const.exp
654 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
655 * gdb.dwarf2/dw2-cu-size.exp
656 * gdb.dwarf2/dw2-dup-frame.exp
657 * gdb.dwarf2/dw2-entry-value.exp
658 * gdb.dwarf2/dw2-icycle.exp
659 * gdb.dwarf2/dw2-ifort-parameter.exp
660 * gdb.dwarf2/dw2-inline-break.exp
661 * gdb.dwarf2/dw2-inline-param.exp
662 * gdb.dwarf2/dw2-intercu.exp
663 * gdb.dwarf2/dw2-intermix.exp
664 * gdb.dwarf2/dw2-lexical-block-bare.exp
665 * gdb.dwarf2/dw2-linkage-name-trust.exp
666 * gdb.dwarf2/dw2-minsym-in-cu.exp
667 * gdb.dwarf2/dw2-noloc.exp
668 * gdb.dwarf2/dw2-op-call.exp
669 * gdb.dwarf2/dw2-op-out-param.exp
670 * gdb.dwarf2/dw2-opt-structptr.exp
671 * gdb.dwarf2/dw2-param-error.exp
672 * gdb.dwarf2/dw2-producer.exp
673 * gdb.dwarf2/dw2-ranges-base.exp
674 * gdb.dwarf2/dw2-ref-missing-frame.exp
675 * gdb.dwarf2/dw2-reg-undefined.exp
676 * gdb.dwarf2/dw2-regno-invalid.exp
677 * gdb.dwarf2/dw2-restore.exp
678 * gdb.dwarf2/dw2-restrict.exp
679 * gdb.dwarf2/dw2-single-line-discriminators.exp
680 * gdb.dwarf2/dw2-strp.exp
681 * gdb.dwarf2/dw2-undefined-ret-addr.exp
682 * gdb.dwarf2/dw2-unresolved.exp
683 * gdb.dwarf2/dw2-var-zero-addr.exp
684 * gdb.dwarf2/dw4-sig-types.exp
685 * gdb.dwarf2/dwz.exp
686 * gdb.dwarf2/dynarr-ptr.exp
687 * gdb.dwarf2/enum-type.exp
688 * gdb.dwarf2/gdb-index.exp
689 * gdb.dwarf2/implptr-64bit.exp
690 * gdb.dwarf2/implptr-optimized-out.exp
691 * gdb.dwarf2/implptr.exp
692 * gdb.dwarf2/implref-array.exp
693 * gdb.dwarf2/implref-const.exp
694 * gdb.dwarf2/implref-global.exp
695 * gdb.dwarf2/implref-struct.exp
696 * gdb.dwarf2/mac-fileno.exp
697 * gdb.dwarf2/main-subprogram.exp
698 * gdb.dwarf2/member-ptr-forwardref.exp
699 * gdb.dwarf2/method-ptr.exp
700 * gdb.dwarf2/missing-sig-type.exp
701 * gdb.dwarf2/nonvar-access.exp
702 * gdb.dwarf2/opaque-type-lookup.exp
703 * gdb.dwarf2/pieces-optimized-out.exp
704 * gdb.dwarf2/pieces.exp
705 * gdb.dwarf2/pr10770.exp
706 * gdb.dwarf2/pr13961.exp
707 * gdb.dwarf2/staticvirtual.exp
708 * gdb.dwarf2/subrange.exp
709 * gdb.dwarf2/symtab-producer.exp
710 * gdb.dwarf2/trace-crash.exp
711 * gdb.dwarf2/typeddwarf.exp
712 * gdb.dwarf2/valop.exp
713 * gdb.dwarf2/watch-notconst.exp
714 * gdb.fortran/array-element.exp
715 * gdb.fortran/charset.exp
716 * gdb.fortran/common-block.exp
717 * gdb.fortran/complex.exp
718 * gdb.fortran/derived-type-function.exp
719 * gdb.fortran/derived-type.exp
720 * gdb.fortran/logical.exp
721 * gdb.fortran/module.exp
722 * gdb.fortran/multi-dim.exp
723 * gdb.fortran/nested-funcs.exp
724 * gdb.fortran/print-formatted.exp
725 * gdb.fortran/subarray.exp
726 * gdb.fortran/vla-alloc-assoc.exp
727 * gdb.fortran/vla-datatypes.exp
728 * gdb.fortran/vla-history.exp
729 * gdb.fortran/vla-ptr-info.exp
730 * gdb.fortran/vla-ptype-sub.exp
731 * gdb.fortran/vla-ptype.exp
732 * gdb.fortran/vla-sizeof.exp
733 * gdb.fortran/vla-type.exp
734 * gdb.fortran/vla-value-sub-arbitrary.exp
735 * gdb.fortran/vla-value-sub-finish.exp
736 * gdb.fortran/vla-value-sub.exp
737 * gdb.fortran/vla-value.exp
738 * gdb.fortran/whatis_type.exp
739 * gdb.go/chan.exp
740 * gdb.go/handcall.exp
741 * gdb.go/hello.exp
742 * gdb.go/integers.exp
743 * gdb.go/methods.exp
744 * gdb.go/package.exp
745 * gdb.go/strings.exp
746 * gdb.go/types.exp
747 * gdb.go/unsafe.exp
748 * gdb.guile/scm-arch.exp
749 * gdb.guile/scm-block.exp
750 * gdb.guile/scm-breakpoint.exp
751 * gdb.guile/scm-cmd.exp
752 * gdb.guile/scm-disasm.exp
753 * gdb.guile/scm-equal.exp
754 * gdb.guile/scm-frame-args.exp
755 * gdb.guile/scm-frame-inline.exp
756 * gdb.guile/scm-frame.exp
757 * gdb.guile/scm-iterator.exp
758 * gdb.guile/scm-math.exp
759 * gdb.guile/scm-objfile.exp
760 * gdb.guile/scm-ports.exp
761 * gdb.guile/scm-symbol.exp
762 * gdb.guile/scm-symtab.exp
763 * gdb.guile/scm-value-cc.exp
764 * gdb.guile/types-module.exp
765 * gdb.linespec/break-ask.exp
766 * gdb.linespec/cpexplicit.exp
767 * gdb.linespec/explicit.exp
768 * gdb.linespec/keywords.exp
769 * gdb.linespec/linespec.exp
770 * gdb.linespec/ls-dollar.exp
771 * gdb.linespec/ls-errs.exp
772 * gdb.linespec/skip-two.exp
773 * gdb.linespec/thread.exp
774 * gdb.mi/mi-async.exp
775 * gdb.mi/mi-basics.exp
776 * gdb.mi/mi-break.exp
777 * gdb.mi/mi-catch-load.exp
778 * gdb.mi/mi-cli.exp
779 * gdb.mi/mi-cmd-param-changed.exp
780 * gdb.mi/mi-console.exp
781 * gdb.mi/mi-detach.exp
782 * gdb.mi/mi-disassemble.exp
783 * gdb.mi/mi-eval.exp
784 * gdb.mi/mi-file-transfer.exp
785 * gdb.mi/mi-file.exp
786 * gdb.mi/mi-fill-memory.exp
787 * gdb.mi/mi-inheritance-syntax-error.exp
788 * gdb.mi/mi-linespec-err-cp.exp
789 * gdb.mi/mi-logging.exp
790 * gdb.mi/mi-memory-changed.exp
791 * gdb.mi/mi-read-memory.exp
792 * gdb.mi/mi-record-changed.exp
793 * gdb.mi/mi-reg-undefined.exp
794 * gdb.mi/mi-regs.exp
795 * gdb.mi/mi-return.exp
796 * gdb.mi/mi-reverse.exp
797 * gdb.mi/mi-simplerun.exp
798 * gdb.mi/mi-solib.exp
799 * gdb.mi/mi-stack.exp
800 * gdb.mi/mi-stepi.exp
801 * gdb.mi/mi-syn-frame.exp
802 * gdb.mi/mi-until.exp
803 * gdb.mi/mi-var-block.exp
804 * gdb.mi/mi-var-child.exp
805 * gdb.mi/mi-var-cmd.exp
806 * gdb.mi/mi-var-cp.exp
807 * gdb.mi/mi-var-display.exp
808 * gdb.mi/mi-var-invalidate.exp
809 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
810 * gdb.mi/mi-vla-fortran.exp
811 * gdb.mi/mi-watch.exp
812 * gdb.mi/mi2-var-child.exp
813 * gdb.mi/user-selected-context-sync.exp
814 * gdb.modula2/unbounded-array.exp
815 * gdb.multi/dummy-frame-restore.exp
816 * gdb.multi/multi-arch-exec.exp
817 * gdb.multi/multi-arch.exp
818 * gdb.multi/tids.exp
819 * gdb.multi/watchpoint-multi.exp
820 * gdb.opencl/callfuncs.exp
821 * gdb.opencl/convs_casts.exp
822 * gdb.opencl/datatypes.exp
823 * gdb.opencl/operators.exp
824 * gdb.opencl/vec_comps.exp
825 * gdb.opt/clobbered-registers-O2.exp
826 * gdb.opt/inline-break.exp
827 * gdb.opt/inline-bt.exp
828 * gdb.opt/inline-cmds.exp
829 * gdb.opt/inline-locals.exp
830 * gdb.pascal/case-insensitive-symbols.exp
831 * gdb.pascal/floats.exp
832 * gdb.pascal/gdb11492.exp
833 * gdb.python/lib-types.exp
834 * gdb.python/py-arch.exp
835 * gdb.python/py-as-string.exp
836 * gdb.python/py-bad-printers.exp
837 * gdb.python/py-block.exp
838 * gdb.python/py-breakpoint-create-fail.exp
839 * gdb.python/py-breakpoint.exp
840 * gdb.python/py-caller-is.exp
841 * gdb.python/py-cmd.exp
842 * gdb.python/py-explore-cc.exp
843 * gdb.python/py-explore.exp
844 * gdb.python/py-finish-breakpoint.exp
845 * gdb.python/py-finish-breakpoint2.exp
846 * gdb.python/py-frame-args.exp
847 * gdb.python/py-frame-inline.exp
848 * gdb.python/py-frame.exp
849 * gdb.python/py-framefilter-mi.exp
850 * gdb.python/py-infthread.exp
851 * gdb.python/py-lazy-string.exp
852 * gdb.python/py-linetable.exp
853 * gdb.python/py-mi-events.exp
854 * gdb.python/py-mi-objfile.exp
855 * gdb.python/py-mi.exp
856 * gdb.python/py-objfile.exp
857 * gdb.python/py-pp-integral.exp
858 * gdb.python/py-pp-maint.exp
859 * gdb.python/py-pp-re-notag.exp
860 * gdb.python/py-pp-registration.exp
861 * gdb.python/py-recurse-unwind.exp
862 * gdb.python/py-strfns.exp
863 * gdb.python/py-symbol.exp
864 * gdb.python/py-symtab.exp
865 * gdb.python/py-sync-interp.exp
866 * gdb.python/py-typeprint.exp
867 * gdb.python/py-unwind-maint.exp
868 * gdb.python/py-unwind.exp
869 * gdb.python/py-value-cc.exp
870 * gdb.python/py-xmethods.exp
871 * gdb.reverse/amd64-tailcall-reverse.exp
872 * gdb.reverse/break-precsave.exp
873 * gdb.reverse/break-reverse.exp
874 * gdb.reverse/consecutive-precsave.exp
875 * gdb.reverse/consecutive-reverse.exp
876 * gdb.reverse/finish-precsave.exp
877 * gdb.reverse/finish-reverse-bkpt.exp
878 * gdb.reverse/finish-reverse.exp
879 * gdb.reverse/fstatat-reverse.exp
880 * gdb.reverse/getresuid-reverse.exp
881 * gdb.reverse/i386-precsave.exp
882 * gdb.reverse/i386-reverse.exp
883 * gdb.reverse/i386-sse-reverse.exp
884 * gdb.reverse/i387-env-reverse.exp
885 * gdb.reverse/i387-stack-reverse.exp
886 * gdb.reverse/insn-reverse.exp
887 * gdb.reverse/machinestate-precsave.exp
888 * gdb.reverse/machinestate.exp
889 * gdb.reverse/next-reverse-bkpt-over-sr.exp
890 * gdb.reverse/pipe-reverse.exp
891 * gdb.reverse/readv-reverse.exp
892 * gdb.reverse/recvmsg-reverse.exp
893 * gdb.reverse/rerun-prec.exp
894 * gdb.reverse/s390-mvcle.exp
895 * gdb.reverse/step-precsave.exp
896 * gdb.reverse/step-reverse.exp
897 * gdb.reverse/time-reverse.exp
898 * gdb.reverse/until-precsave.exp
899 * gdb.reverse/until-reverse.exp
900 * gdb.reverse/waitpid-reverse.exp
901 * gdb.reverse/watch-precsave.exp
902 * gdb.reverse/watch-reverse.exp
903 * gdb.rust/generics.exp
904 * gdb.rust/methods.exp
905 * gdb.rust/modules.exp
906 * gdb.rust/simple.exp
907 * gdb.server/connect-with-no-symbol-file.exp
908 * gdb.server/ext-attach.exp
909 * gdb.server/ext-restart.exp
910 * gdb.server/ext-wrapper.exp
911 * gdb.server/file-transfer.exp
912 * gdb.server/server-exec-info.exp
913 * gdb.server/server-kill.exp
914 * gdb.server/server-mon.exp
915 * gdb.server/wrapper.exp
916 * gdb.stabs/exclfwd.exp
917 * gdb.stabs/gdb11479.exp
918 * gdb.threads/clone-new-thread-event.exp
919 * gdb.threads/corethreads.exp
920 * gdb.threads/current-lwp-dead.exp
921 * gdb.threads/dlopen-libpthread.exp
922 * gdb.threads/gcore-thread.exp
923 * gdb.threads/sigstep-threads.exp
924 * gdb.threads/watchpoint-fork.exp
925 * gdb.trace/actions-changed.exp
926 * gdb.trace/backtrace.exp
927 * gdb.trace/change-loc.exp
928 * gdb.trace/circ.exp
929 * gdb.trace/collection.exp
930 * gdb.trace/disconnected-tracing.exp
931 * gdb.trace/ftrace.exp
932 * gdb.trace/mi-trace-frame-collected.exp
933 * gdb.trace/mi-trace-unavailable.exp
934 * gdb.trace/mi-traceframe-changed.exp
935 * gdb.trace/mi-tsv-changed.exp
936 * gdb.trace/no-attach-trace.exp
937 * gdb.trace/passc-dyn.exp
938 * gdb.trace/qtro.exp
939 * gdb.trace/range-stepping.exp
940 * gdb.trace/read-memory.exp
941 * gdb.trace/save-trace.exp
942 * gdb.trace/signal.exp
943 * gdb.trace/status-stop.exp
944 * gdb.trace/tfile.exp
945 * gdb.trace/trace-break.exp
946 * gdb.trace/trace-buffer-size.exp
947 * gdb.trace/trace-condition.exp
948 * gdb.trace/tracefile-pseudo-reg.exp
949 * gdb.trace/tstatus.exp
950 * gdb.trace/unavailable.exp
951 * gdb.trace/while-dyn.exp
952 * gdb.trace/while-stepping.exp
953
954 2016-12-22 Doug Evans <xdje42@gmail.com>
955
956 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
957 and msymbols.
958
959 2016-12-19 Yao Qi <yao.qi@linaro.org>
960
961 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
962 (test_with_self): Don't call do_steps_and_nexts, and remove
963 code about stepping into xmalloc.
964
965 2016-12-09 Yao Qi <yao.qi@linaro.org>
966
967 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
968
969 2016-12-09 Yao Qi <yao.qi@linaro.org>
970
971 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
972
973 2016-12-09 Pedro Alves <palves@redhat.com>
974
975 * gdb.base/all-architectures-0.exp: New file.
976 * gdb.base/all-architectures-1.exp: New file.
977 * gdb.base/all-architectures-2.exp: New file.
978 * gdb.base/all-architectures-3.exp: New file.
979 * gdb.base/all-architectures-4.exp: New file.
980 * gdb.base/all-architectures-5.exp: New file.
981 * gdb.base/all-architectures-6.exp: New file.
982 * gdb.base/all-architectures-7.exp: New file.
983 * gdb.base/all-architectures.exp.in: New file.
984
985 2016-12-09 Yao Qi <yao.qi@linaro.org>
986
987 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
988
989 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
990
991 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
992 possible.
993 Remove useless pattern-matching code.
994
995 2016-12-02 Pedro Alves <palves@redhat.com>
996
997 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
998 procedure.
999 (top level): Call it.
1000
1001 2016-12-02 Pedro Alves <palves@redhat.com>
1002
1003 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1004 New procedure.
1005 (top level): Call it.
1006
1007 2016-12-02 Pedro Alves <palves@redhat.com>
1008
1009 PR cli/20559
1010 * gdb.base/commands.exp (user_defined_command_args_eval): New
1011 procedure.
1012 (top level): Call it.
1013
1014 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1015
1016 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1017 timeout handling.
1018
1019 2016-12-02 Tom Tromey <tom@tromey.com>
1020
1021 * gdb.dwarf2/main-subprogram.c: New file.
1022 * gdb.dwarf2/main-subprogram.exp: New file.
1023
1024 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1025
1026 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1027 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1028 gdb_test_no_output for a couple of cases.
1029 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1030
1031 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1032
1033 Fix test names and standardize compilation error messages throughout
1034 the following files:
1035
1036 * gdb.ada/start.exp
1037 * gdb.arch/alpha-step.exp
1038 * gdb.arch/e500-prologue.exp
1039 * gdb.arch/ftrace-insn-reloc.exp
1040 * gdb.arch/gdb1291.exp
1041 * gdb.arch/gdb1431.exp
1042 * gdb.arch/gdb1558.exp
1043 * gdb.arch/i386-dr3-watch.exp
1044 * gdb.arch/i386-sse-stack-align.exp
1045 * gdb.arch/ia64-breakpoint-shadow.exp
1046 * gdb.arch/pa-nullify.exp
1047 * gdb.arch/powerpc-aix-prologue.exp
1048 * gdb.arch/thumb-bx-pc.exp
1049 * gdb.base/annota1.exp
1050 * gdb.base/annota3.exp
1051 * gdb.base/arrayidx.exp
1052 * gdb.base/assign.exp
1053 * gdb.base/attach.exp
1054 * gdb.base/auxv.exp
1055 * gdb.base/bang.exp
1056 * gdb.base/bfp-test.exp
1057 * gdb.base/bigcore.exp
1058 * gdb.base/bitfields2.exp
1059 * gdb.base/break-fun-addr.exp
1060 * gdb.base/break-probes.exp
1061 * gdb.base/call-rt-st.exp
1062 * gdb.base/callexit.exp
1063 * gdb.base/catch-fork-kill.exp
1064 * gdb.base/charset.exp
1065 * gdb.base/checkpoint.exp
1066 * gdb.base/comprdebug.exp
1067 * gdb.base/constvars.exp
1068 * gdb.base/coredump-filter.exp
1069 * gdb.base/cursal.exp
1070 * gdb.base/cvexpr.exp
1071 * gdb.base/detach.exp
1072 * gdb.base/display.exp
1073 * gdb.base/dmsym.exp
1074 * gdb.base/dprintf-pending.exp
1075 * gdb.base/dso2dso.exp
1076 * gdb.base/dtrace-probe.exp
1077 * gdb.base/dump.exp
1078 * gdb.base/enum_cond.exp
1079 * gdb.base/exe-lock.exp
1080 * gdb.base/exec-invalid-sysroot.exp
1081 * gdb.base/execl-update-breakpoints.exp
1082 * gdb.base/exprs.exp
1083 * gdb.base/fileio.exp
1084 * gdb.base/find.exp
1085 * gdb.base/finish.exp
1086 * gdb.base/fixsection.exp
1087 * gdb.base/foll-vfork.exp
1088 * gdb.base/frame-args.exp
1089 * gdb.base/gcore.exp
1090 * gdb.base/gdb1250.exp
1091 * gdb.base/global-var-nested-by-dso.exp
1092 * gdb.base/gnu-ifunc.exp
1093 * gdb.base/hashline1.exp
1094 * gdb.base/hashline2.exp
1095 * gdb.base/hashline3.exp
1096 * gdb.base/hbreak-in-shr-unsupported.exp
1097 * gdb.base/huge.exp
1098 * gdb.base/infcall-input.exp
1099 * gdb.base/info-fun.exp
1100 * gdb.base/info-shared.exp
1101 * gdb.base/jit-simple.exp
1102 * gdb.base/jit-so.exp
1103 * gdb.base/jit.exp
1104 * gdb.base/jump.exp
1105 * gdb.base/label.exp
1106 * gdb.base/lineinc.exp
1107 * gdb.base/logical.exp
1108 * gdb.base/longjmp.exp
1109 * gdb.base/macscp.exp
1110 * gdb.base/miscexprs.exp
1111 * gdb.base/new-ui-echo.exp
1112 * gdb.base/new-ui-pending-input.exp
1113 * gdb.base/new-ui.exp
1114 * gdb.base/nodebug.exp
1115 * gdb.base/nofield.exp
1116 * gdb.base/offsets.exp
1117 * gdb.base/overlays.exp
1118 * gdb.base/pending.exp
1119 * gdb.base/pointers.exp
1120 * gdb.base/pr11022.exp
1121 * gdb.base/printcmds.exp
1122 * gdb.base/prologue.exp
1123 * gdb.base/ptr-typedef.exp
1124 * gdb.base/realname-expand.exp
1125 * gdb.base/relativedebug.exp
1126 * gdb.base/relocate.exp
1127 * gdb.base/remote.exp
1128 * gdb.base/reread.exp
1129 * gdb.base/return2.exp
1130 * gdb.base/savedregs.exp
1131 * gdb.base/sep.exp
1132 * gdb.base/sepdebug.exp
1133 * gdb.base/sepsymtab.exp
1134 * gdb.base/set-inferior-tty.exp
1135 * gdb.base/setshow.exp
1136 * gdb.base/shlib-call.exp
1137 * gdb.base/sigaltstack.exp
1138 * gdb.base/siginfo-addr.exp
1139 * gdb.base/signals.exp
1140 * gdb.base/signull.exp
1141 * gdb.base/sigrepeat.exp
1142 * gdb.base/so-impl-ld.exp
1143 * gdb.base/solib-display.exp
1144 * gdb.base/solib-overlap.exp
1145 * gdb.base/solib-search.exp
1146 * gdb.base/solib-symbol.exp
1147 * gdb.base/structs.exp
1148 * gdb.base/structs2.exp
1149 * gdb.base/symtab-search-order.exp
1150 * gdb.base/twice.exp
1151 * gdb.base/unload.exp
1152 * gdb.base/varargs.exp
1153 * gdb.base/watchpoint-solib.exp
1154 * gdb.base/watchpoint.exp
1155 * gdb.base/whatis.exp
1156 * gdb.base/wrong_frame_bt_full.exp
1157 * gdb.btrace/dlopen.exp
1158 * gdb.cell/ea-standalone.exp
1159 * gdb.cell/ea-test.exp
1160 * gdb.cp/dispcxx.exp
1161 * gdb.cp/gdb2384.exp
1162 * gdb.cp/method2.exp
1163 * gdb.cp/nextoverthrow.exp
1164 * gdb.cp/pr10728.exp
1165 * gdb.disasm/am33.exp
1166 * gdb.disasm/h8300s.exp
1167 * gdb.disasm/mn10300.exp
1168 * gdb.disasm/sh3.exp
1169 * gdb.dwarf2/dw2-dir-file-name.exp
1170 * gdb.fortran/complex.exp
1171 * gdb.fortran/library-module.exp
1172 * gdb.guile/scm-pretty-print.exp
1173 * gdb.guile/scm-symbol.exp
1174 * gdb.guile/scm-type.exp
1175 * gdb.guile/scm-value.exp
1176 * gdb.linespec/linespec.exp
1177 * gdb.mi/gdb701.exp
1178 * gdb.mi/gdb792.exp
1179 * gdb.mi/mi-breakpoint-changed.exp
1180 * gdb.mi/mi-dprintf-pending.exp
1181 * gdb.mi/mi-dprintf.exp
1182 * gdb.mi/mi-exit-code.exp
1183 * gdb.mi/mi-pending.exp
1184 * gdb.mi/mi-solib.exp
1185 * gdb.mi/new-ui-mi-sync.exp
1186 * gdb.mi/pr11022.exp
1187 * gdb.mi/user-selected-context-sync.exp
1188 * gdb.opt/solib-intra-step.exp
1189 * gdb.python/py-events.exp
1190 * gdb.python/py-finish-breakpoint.exp
1191 * gdb.python/py-mi.exp
1192 * gdb.python/py-prettyprint.exp
1193 * gdb.python/py-shared.exp
1194 * gdb.python/py-symbol.exp
1195 * gdb.python/py-template.exp
1196 * gdb.python/py-type.exp
1197 * gdb.python/py-value.exp
1198 * gdb.reverse/solib-precsave.exp
1199 * gdb.reverse/solib-reverse.exp
1200 * gdb.server/solib-list.exp
1201 * gdb.stabs/weird.exp
1202 * gdb.threads/reconnect-signal.exp
1203 * gdb.threads/stepi-random-signal.exp
1204 * gdb.trace/actions.exp
1205 * gdb.trace/ax.exp
1206 * gdb.trace/backtrace.exp
1207 * gdb.trace/change-loc.exp
1208 * gdb.trace/deltrace.exp
1209 * gdb.trace/ftrace-lock.exp
1210 * gdb.trace/ftrace.exp
1211 * gdb.trace/infotrace.exp
1212 * gdb.trace/mi-tracepoint-changed.exp
1213 * gdb.trace/packetlen.exp
1214 * gdb.trace/passcount.exp
1215 * gdb.trace/pending.exp
1216 * gdb.trace/range-stepping.exp
1217 * gdb.trace/report.exp
1218 * gdb.trace/stap-trace.exp
1219 * gdb.trace/tfind.exp
1220 * gdb.trace/trace-break.exp
1221 * gdb.trace/trace-condition.exp
1222 * gdb.trace/trace-enable-disable.exp
1223 * gdb.trace/trace-mt.exp
1224 * gdb.trace/tracecmd.exp
1225 * gdb.trace/tspeed.exp
1226 * gdb.trace/tsv.exp
1227 * lib/perftest.exp
1228
1229 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1230
1231 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1232 with gdb_test_no_output.
1233 Use command as test name.
1234
1235 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1236
1237 Fix test names starting with uppercase throughout the files.
1238
1239 * gdb.ada/assign_1.exp
1240 * gdb.ada/boolean_expr.exp
1241 * gdb.base/arrayidx.exp
1242 * gdb.base/del.exp
1243 * gdb.base/gcore-buffer-overflow.exp
1244 * gdb.base/testenv.exp
1245 * gdb.compile/compile.exp
1246 * gdb.python/py-framefilter-invalidarg.exp
1247 * gdb.python/py-framefilter.exp
1248
1249 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1250
1251 Fix test names starting with uppercase throughout the files.
1252
1253 * gdb.ada/array_return.exp
1254 * gdb.ada/expr_delims.exp
1255 * gdb.ada/mi_dyn_arr.exp
1256 * gdb.ada/mi_interface.exp
1257 * gdb.ada/mi_var_array.exp
1258 * gdb.ada/watch_arg.exp
1259 * gdb.arch/alpha-step.exp
1260 * gdb.arch/altivec-regs.exp
1261 * gdb.arch/e500-regs.exp
1262 * gdb.arch/powerpc-d128-regs.exp
1263 * gdb.base/arrayidx.exp
1264 * gdb.base/break.exp
1265 * gdb.base/checkpoint.exp
1266 * gdb.base/debug-expr.exp
1267 * gdb.base/dmsym.exp
1268 * gdb.base/radix.exp
1269 * gdb.base/sepdebug.exp
1270 * gdb.base/testenv.exp
1271 * gdb.base/watch_thread_num.exp
1272 * gdb.base/watchpoint-cond-gone.exp
1273 * gdb.cell/break.exp
1274 * gdb.cell/ea-cache.exp
1275 * gdb.compile/compile.exp
1276 * gdb.cp/gdb2495.exp
1277 * gdb.gdb/selftest.exp
1278 * gdb.gdb/xfullpath.exp
1279 * gdb.go/hello.exp
1280 * gdb.go/integers.exp
1281 * gdb.objc/basicclass.exp
1282 * gdb.pascal/hello.exp
1283 * gdb.pascal/integers.exp
1284 * gdb.python/py-breakpoint.exp
1285 * gdb.python/py-cmd.exp
1286 * gdb.python/py-linetable.exp
1287 * gdb.python/py-xmethods.exp
1288 * gdb.python/python.exp
1289 * gdb.reverse/consecutive-precsave.exp
1290 * gdb.reverse/finish-precsave.exp
1291 * gdb.reverse/i386-precsave.exp
1292 * gdb.reverse/machinestate-precsave.exp
1293 * gdb.reverse/sigall-precsave.exp
1294 * gdb.reverse/solib-precsave.exp
1295 * gdb.reverse/step-precsave.exp
1296 * gdb.reverse/until-precsave.exp
1297 * gdb.reverse/watch-precsave.exp
1298 * gdb.threads/leader-exit.exp
1299 * gdb.threads/pthreads.exp
1300 * gdb.threads/wp-replication.exp
1301 * gdb.trace/actions.exp
1302 * gdb.trace/mi-tsv-changed.exp
1303 * gdb.trace/tsv.exp
1304
1305 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1306
1307 Fix test names starting with uppercase throughout the files.
1308
1309 * gdb.arch/i386-bp_permanent.exp
1310 * gdb.arch/i386-gnu-cfi.exp
1311 * gdb.base/disasm-end-cu.exp
1312 * gdb.base/macscp.exp
1313 * gdb.base/pending.exp
1314 * gdb.base/watch_thread_num.exp
1315 * gdb.cp/exception.exp
1316 * gdb.cp/gdb2495.exp
1317 * gdb.cp/local.exp
1318 * gdb.python/py-evsignal.exp
1319 * gdb.python/python.exp
1320 * gdb.trace/tracecmd.exp
1321
1322 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1323
1324 Fix test names starting with uppercase throughout the files.
1325
1326 * gdb.base/charset.exp
1327 * gdb.base/eval.exp
1328 * gdb.base/multi-forks.exp
1329 * gdb.guile/scm-progspace.exp
1330 * gdb.opencl/datatypes.exp
1331 * gdb.python/py-block.exp
1332 * gdb.python/py-function.exp
1333 * gdb.python/py-symbol.exp
1334 * gdb.python/py-symtab.exp
1335 * gdb.python/py-xmethods.exp
1336 * gdb.reverse/break-precsave.exp
1337 * gdb.reverse/break-reverse.exp
1338 * gdb.reverse/consecutive-precsave.exp
1339 * gdb.reverse/consecutive-reverse.exp
1340 * gdb.reverse/finish-precsave.exp
1341 * gdb.reverse/finish-reverse-bkpt.exp
1342 * gdb.reverse/finish-reverse.exp
1343 * gdb.reverse/fstatat-reverse.exp
1344 * gdb.reverse/getresuid-reverse.exp
1345 * gdb.reverse/i386-precsave.exp
1346 * gdb.reverse/i386-reverse.exp
1347 * gdb.reverse/i386-sse-reverse.exp
1348 * gdb.reverse/i387-stack-reverse.exp
1349 * gdb.reverse/insn-reverse.exp
1350 * gdb.reverse/machinestate-precsave.exp
1351 * gdb.reverse/machinestate.exp
1352 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1353 * gdb.reverse/pipe-reverse.exp
1354 * gdb.reverse/readv-reverse.exp
1355 * gdb.reverse/recvmsg-reverse.exp
1356 * gdb.reverse/rerun-prec.exp
1357 * gdb.reverse/s390-mvcle.exp
1358 * gdb.reverse/sigall-precsave.exp
1359 * gdb.reverse/sigall-reverse.exp
1360 * gdb.reverse/solib-precsave.exp
1361 * gdb.reverse/solib-reverse.exp
1362 * gdb.reverse/step-precsave.exp
1363 * gdb.reverse/step-reverse.exp
1364 * gdb.reverse/time-reverse.exp
1365 * gdb.reverse/until-precsave.exp
1366 * gdb.reverse/until-reverse.exp
1367 * gdb.reverse/waitpid-reverse.exp
1368 * gdb.reverse/watch-precsave.exp
1369 * gdb.reverse/watch-reverse.exp
1370
1371 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1372
1373 Fix test names starting with uppercase throughout the files.
1374
1375 * gdb.arch/i386-mpx-simple_segv.exp
1376 * gdb.arch/i386-mpx.exp
1377 * gdb.arch/i386-permbkpt.exp
1378 * gdb.arch/pa-nullify.exp
1379 * gdb.arch/powerpc-d128-regs.exp
1380 * gdb.arch/vsx-regs.exp
1381 * gdb.base/bfp-test.exp
1382 * gdb.base/break.exp
1383 * gdb.base/breakpoint-shadow.exp
1384 * gdb.base/callfuncs.exp
1385 * gdb.base/charset.exp
1386 * gdb.base/commands.exp
1387 * gdb.base/completion.exp
1388 * gdb.base/dfp-test.exp
1389 * gdb.base/echo.exp
1390 * gdb.base/ending-run.exp
1391 * gdb.base/eval.exp
1392 * gdb.base/expand-psymtabs.exp
1393 * gdb.base/float128.exp
1394 * gdb.base/floatn.exp
1395 * gdb.base/foll-exec-mode.exp
1396 * gdb.base/gdb1056.exp
1397 * gdb.base/gdb11531.exp
1398 * gdb.base/kill-after-signal.exp
1399 * gdb.base/multi-forks.exp
1400 * gdb.base/overlays.exp
1401 * gdb.base/pending.exp
1402 * gdb.base/sepdebug.exp
1403 * gdb.base/testenv.exp
1404 * gdb.base/valgrind-db-attach.exp
1405 * gdb.base/watch_thread_num.exp
1406 * gdb.base/watchpoint-cond-gone.exp
1407 * gdb.base/watchpoint.exp
1408 * gdb.base/watchpoints.exp
1409 * gdb.cp/arg-reference.exp
1410 * gdb.cp/baseenum.exp
1411 * gdb.cp/operator.exp
1412 * gdb.cp/shadow.exp
1413 * gdb.dwarf2/dw2-op-out-param.exp
1414 * gdb.dwarf2/dw2-reg-undefined.exp
1415 * gdb.go/chan.exp
1416 * gdb.go/hello.exp
1417 * gdb.go/integers.exp
1418 * gdb.go/methods.exp
1419 * gdb.go/package.exp
1420 * gdb.guile/scm-parameter.exp
1421 * gdb.guile/scm-progspace.exp
1422 * gdb.guile/scm-value.exp
1423 * gdb.mi/mi-pending.exp
1424 * gdb.mi/user-selected-context-sync.exp
1425 * gdb.multi/multi-attach.exp
1426 * gdb.multi/tids.exp
1427 * gdb.opt/clobbered-registers-O2.exp
1428 * gdb.pascal/floats.exp
1429 * gdb.pascal/integers.exp
1430 * gdb.python/py-block.exp
1431 * gdb.python/py-events.exp
1432 * gdb.python/py-parameter.exp
1433 * gdb.python/py-symbol.exp
1434 * gdb.python/py-symtab.exp
1435 * gdb.python/py-type.exp
1436 * gdb.python/py-value.exp
1437 * gdb.python/py-xmethods.exp
1438 * gdb.python/python.exp
1439 * gdb.reverse/break-precsave.exp
1440 * gdb.reverse/consecutive-precsave.exp
1441 * gdb.reverse/finish-precsave.exp
1442 * gdb.reverse/i386-precsave.exp
1443 * gdb.reverse/machinestate-precsave.exp
1444 * gdb.reverse/sigall-precsave.exp
1445 * gdb.reverse/solib-precsave.exp
1446 * gdb.reverse/step-precsave.exp
1447 * gdb.reverse/until-precsave.exp
1448 * gdb.reverse/watch-precsave.exp
1449 * gdb.server/ext-attach.exp
1450 * gdb.server/ext-restart.exp
1451 * gdb.server/ext-run.exp
1452 * gdb.server/ext-wrapper.exp
1453 * gdb.stabs/gdb11479.exp
1454 * gdb.stabs/weird.exp
1455 * gdb.threads/attach-many-short-lived-threads.exp
1456 * gdb.threads/kill.exp
1457 * gdb.threads/watchpoint-fork.exp
1458
1459 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1460
1461 Fix test names starting with uppercase throughout all the files below.
1462
1463 * gdb.ada/array_return.exp
1464 * gdb.ada/catch_ex.exp
1465 * gdb.ada/info_exc.exp
1466 * gdb.ada/mi_catch_ex.exp
1467 * gdb.ada/mi_dyn_arr.exp
1468 * gdb.ada/mi_ex_cond.exp
1469 * gdb.ada/mi_exc_info.exp
1470 * gdb.ada/mi_interface.exp
1471 * gdb.ada/mi_task_arg.exp
1472 * gdb.ada/mi_task_info.exp
1473 * gdb.ada/mi_var_array.exp
1474 * gdb.arch/alpha-step.exp
1475 * gdb.arch/amd64-disp-step.exp
1476 * gdb.arch/arm-disp-step.exp
1477 * gdb.arch/disp-step-insn-reloc.exp
1478 * gdb.arch/e500-prologue.exp
1479 * gdb.arch/ftrace-insn-reloc.exp
1480 * gdb.arch/gdb1558.exp
1481 * gdb.arch/i386-bp_permanent.exp
1482 * gdb.arch/i386-disp-step.exp
1483 * gdb.arch/i386-float.exp
1484 * gdb.arch/i386-gnu-cfi.exp
1485 * gdb.arch/ia64-breakpoint-shadow.exp
1486 * gdb.arch/mips16-thunks.exp
1487 * gdb.arch/pa-nullify.exp
1488 * gdb.arch/powerpc-aix-prologue.exp
1489 * gdb.arch/powerpc-power.exp
1490 * gdb.arch/ppc-dfp.exp
1491 * gdb.arch/s390-tdbregs.exp
1492 * gdb.arch/spu-info.exp
1493 * gdb.arch/spu-ls.exp
1494 * gdb.arch/thumb-bx-pc.exp
1495 * gdb.base/advance.exp
1496 * gdb.base/annota-input-while-running.exp
1497 * gdb.base/arrayidx.exp
1498 * gdb.base/asmlabel.exp
1499 * gdb.base/async.exp
1500 * gdb.base/attach-wait-input.exp
1501 * gdb.base/auto-connect-native-target.exp
1502 * gdb.base/batch-preserve-term-settings.exp
1503 * gdb.base/bfp-test.exp
1504 * gdb.base/bigcore.exp
1505 * gdb.base/bp-permanent.exp
1506 * gdb.base/break-always.exp
1507 * gdb.base/break-fun-addr.exp
1508 * gdb.base/break-idempotent.exp
1509 * gdb.base/break-main-file-remove-fail.exp
1510 * gdb.base/break-probes.exp
1511 * gdb.base/break-unload-file.exp
1512 * gdb.base/break.exp
1513 * gdb.base/call-ar-st.exp
1514 * gdb.base/call-rt-st.exp
1515 * gdb.base/call-sc.exp
1516 * gdb.base/call-signal-resume.exp
1517 * gdb.base/call-strs.exp
1518 * gdb.base/callexit.exp
1519 * gdb.base/callfuncs.exp
1520 * gdb.base/catch-gdb-caused-signals.exp
1521 * gdb.base/catch-signal-siginfo-cond.exp
1522 * gdb.base/catch-syscall.exp
1523 * gdb.base/compare-sections.exp
1524 * gdb.base/cond-eval-mode.exp
1525 * gdb.base/condbreak-call-false.exp
1526 * gdb.base/consecutive-step-over.exp
1527 * gdb.base/cursal.exp
1528 * gdb.base/disabled-location.exp
1529 * gdb.base/disasm-end-cu.exp
1530 * gdb.base/display.exp
1531 * gdb.base/double-prompt-target-event-error.exp
1532 * gdb.base/dprintf-bp-same-addr.exp
1533 * gdb.base/dprintf-detach.exp
1534 * gdb.base/dprintf-next.exp
1535 * gdb.base/dprintf-non-stop.exp
1536 * gdb.base/dprintf-pending.exp
1537 * gdb.base/dso2dso.exp
1538 * gdb.base/ending-run.exp
1539 * gdb.base/enum_cond.exp
1540 * gdb.base/examine-backward.exp
1541 * gdb.base/exe-lock.exp
1542 * gdb.base/exec-invalid-sysroot.exp
1543 * gdb.base/execl-update-breakpoints.exp
1544 * gdb.base/execution-termios.exp
1545 * gdb.base/fileio.exp
1546 * gdb.base/fixsection.exp
1547 * gdb.base/foll-exec-mode.exp
1548 * gdb.base/foll-exec.exp
1549 * gdb.base/fork-running-state.exp
1550 * gdb.base/frame-args.exp
1551 * gdb.base/fullpath-expand.exp
1552 * gdb.base/func-ptr.exp
1553 * gdb.base/gcore-relro-pie.exp
1554 * gdb.base/gdb1090.exp
1555 * gdb.base/gdb1555.exp
1556 * gdb.base/global-var-nested-by-dso.exp
1557 * gdb.base/gnu-ifunc.exp
1558 * gdb.base/hbreak-in-shr-unsupported.exp
1559 * gdb.base/hbreak-unmapped.exp
1560 * gdb.base/hook-stop.exp
1561 * gdb.base/infcall-input.exp
1562 * gdb.base/info-fun.exp
1563 * gdb.base/info-shared.exp
1564 * gdb.base/interrupt-noterm.exp
1565 * gdb.base/jit-so.exp
1566 * gdb.base/jit.exp
1567 * gdb.base/line-symtabs.exp
1568 * gdb.base/list.exp
1569 * gdb.base/longjmp.exp
1570 * gdb.base/macscp.exp
1571 * gdb.base/max-value-size.exp
1572 * gdb.base/nodebug.exp
1573 * gdb.base/nofield.exp
1574 * gdb.base/overlays.exp
1575 * gdb.base/paginate-after-ctrl-c-running.exp
1576 * gdb.base/paginate-bg-execution.exp
1577 * gdb.base/paginate-inferior-exit.exp
1578 * gdb.base/pending.exp
1579 * gdb.base/pr11022.exp
1580 * gdb.base/printcmds.exp
1581 * gdb.base/ptr-typedef.exp
1582 * gdb.base/ptype.exp
1583 * gdb.base/randomize.exp
1584 * gdb.base/range-stepping.exp
1585 * gdb.base/realname-expand.exp
1586 * gdb.base/relativedebug.exp
1587 * gdb.base/remote.exp
1588 * gdb.base/savedregs.exp
1589 * gdb.base/sepdebug.exp
1590 * gdb.base/set-noassign.exp
1591 * gdb.base/shlib-call.exp
1592 * gdb.base/shreloc.exp
1593 * gdb.base/sigaltstack.exp
1594 * gdb.base/sigbpt.exp
1595 * gdb.base/siginfo-addr.exp
1596 * gdb.base/siginfo-obj.exp
1597 * gdb.base/siginfo-thread.exp
1598 * gdb.base/signest.exp
1599 * gdb.base/signull.exp
1600 * gdb.base/sigrepeat.exp
1601 * gdb.base/skip.exp
1602 * gdb.base/so-impl-ld.exp
1603 * gdb.base/solib-corrupted.exp
1604 * gdb.base/solib-disc.exp
1605 * gdb.base/solib-display.exp
1606 * gdb.base/solib-overlap.exp
1607 * gdb.base/solib-search.exp
1608 * gdb.base/solib-symbol.exp
1609 * gdb.base/source-execution.exp
1610 * gdb.base/sss-bp-on-user-bp-2.exp
1611 * gdb.base/sss-bp-on-user-bp.exp
1612 * gdb.base/stack-checking.exp
1613 * gdb.base/stale-infcall.exp
1614 * gdb.base/step-break.exp
1615 * gdb.base/step-line.exp
1616 * gdb.base/step-over-exit.exp
1617 * gdb.base/step-test.exp
1618 * gdb.base/structs.exp
1619 * gdb.base/sym-file.exp
1620 * gdb.base/symtab-search-order.exp
1621 * gdb.base/term.exp
1622 * gdb.base/type-opaque.exp
1623 * gdb.base/unload.exp
1624 * gdb.base/until-nodebug.exp
1625 * gdb.base/until.exp
1626 * gdb.base/unwindonsignal.exp
1627 * gdb.base/watch-cond.exp
1628 * gdb.base/watch-non-mem.exp
1629 * gdb.base/watch_thread_num.exp
1630 * gdb.base/watchpoint-reuse-slot.exp
1631 * gdb.base/watchpoint-solib.exp
1632 * gdb.base/watchpoint.exp
1633 * gdb.btrace/dlopen.exp
1634 * gdb.cell/arch.exp
1635 * gdb.cell/break.exp
1636 * gdb.cell/bt.exp
1637 * gdb.cell/core.exp
1638 * gdb.cell/data.exp
1639 * gdb.cell/dwarfaddr.exp
1640 * gdb.cell/ea-cache.exp
1641 * gdb.cell/ea-standalone.exp
1642 * gdb.cell/ea-test.exp
1643 * gdb.cell/f-regs.exp
1644 * gdb.cell/fork.exp
1645 * gdb.cell/gcore.exp
1646 * gdb.cell/mem-access.exp
1647 * gdb.cell/ptype.exp
1648 * gdb.cell/registers.exp
1649 * gdb.cell/sizeof.exp
1650 * gdb.cell/solib-symbol.exp
1651 * gdb.cell/solib.exp
1652 * gdb.compile/compile-tls.exp
1653 * gdb.cp/exception.exp
1654 * gdb.cp/gdb2495.exp
1655 * gdb.cp/local.exp
1656 * gdb.cp/mb-inline.exp
1657 * gdb.cp/mb-templates.exp
1658 * gdb.cp/pr10687.exp
1659 * gdb.cp/pr9167.exp
1660 * gdb.cp/scope-err.exp
1661 * gdb.cp/templates.exp
1662 * gdb.cp/virtfunc.exp
1663 * gdb.dwarf2/dw2-dir-file-name.exp
1664 * gdb.dwarf2/dw2-single-line-discriminators.exp
1665 * gdb.fortran/complex.exp
1666 * gdb.fortran/library-module.exp
1667 * gdb.guile/guile.exp
1668 * gdb.guile/scm-cmd.exp
1669 * gdb.guile/scm-frame-inline.exp
1670 * gdb.guile/scm-objfile.exp
1671 * gdb.guile/scm-pretty-print.exp
1672 * gdb.guile/scm-symbol.exp
1673 * gdb.guile/scm-type.exp
1674 * gdb.guile/scm-value.exp
1675 * gdb.linespec/keywords.exp
1676 * gdb.linespec/ls-errs.exp
1677 * gdb.linespec/macro-relative.exp
1678 * gdb.linespec/thread.exp
1679 * gdb.mi/mi-breakpoint-changed.exp
1680 * gdb.mi/mi-dprintf-pending.exp
1681 * gdb.mi/mi-fullname-deleted.exp
1682 * gdb.mi/mi-logging.exp
1683 * gdb.mi/mi-pending.exp
1684 * gdb.mi/mi-solib.exp
1685 * gdb.mi/new-ui-mi-sync.exp
1686 * gdb.mi/user-selected-context-sync.exp
1687 * gdb.multi/dummy-frame-restore.exp
1688 * gdb.multi/multi-arch-exec.exp
1689 * gdb.multi/remove-inferiors.exp
1690 * gdb.multi/watchpoint-multi-exit.exp
1691 * gdb.opt/solib-intra-step.exp
1692 * gdb.perf/backtrace.exp
1693 * gdb.perf/single-step.exp
1694 * gdb.perf/skip-command.exp
1695 * gdb.perf/skip-prologue.exp
1696 * gdb.perf/solib.exp
1697 * gdb.python/lib-types.exp
1698 * gdb.python/py-as-string.exp
1699 * gdb.python/py-bad-printers.exp
1700 * gdb.python/py-block.exp
1701 * gdb.python/py-breakpoint.exp
1702 * gdb.python/py-cmd.exp
1703 * gdb.python/py-events.exp
1704 * gdb.python/py-evthreads.exp
1705 * gdb.python/py-finish-breakpoint.exp
1706 * gdb.python/py-finish-breakpoint2.exp
1707 * gdb.python/py-frame-inline.exp
1708 * gdb.python/py-frame.exp
1709 * gdb.python/py-inferior.exp
1710 * gdb.python/py-infthread.exp
1711 * gdb.python/py-mi.exp
1712 * gdb.python/py-objfile.exp
1713 * gdb.python/py-pp-maint.exp
1714 * gdb.python/py-pp-registration.exp
1715 * gdb.python/py-prettyprint.exp
1716 * gdb.python/py-recurse-unwind.exp
1717 * gdb.python/py-shared.exp
1718 * gdb.python/py-symbol.exp
1719 * gdb.python/py-symtab.exp
1720 * gdb.python/py-template.exp
1721 * gdb.python/py-type.exp
1722 * gdb.python/py-unwind-maint.exp
1723 * gdb.python/py-unwind.exp
1724 * gdb.python/py-value.exp
1725 * gdb.python/python.exp
1726 * gdb.reverse/finish-reverse-bkpt.exp
1727 * gdb.reverse/insn-reverse.exp
1728 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1729 * gdb.reverse/solib-precsave.exp
1730 * gdb.reverse/solib-reverse.exp
1731 * gdb.stabs/gdb11479.exp
1732 * gdb.stabs/weird.exp
1733 * gdb.threads/fork-child-threads.exp
1734 * gdb.threads/fork-plus-threads.exp
1735 * gdb.threads/fork-thread-pending.exp
1736 * gdb.threads/forking-threads-plus-breakpoint.exp
1737 * gdb.threads/hand-call-in-threads.exp
1738 * gdb.threads/interrupted-hand-call.exp
1739 * gdb.threads/linux-dp.exp
1740 * gdb.threads/local-watch-wrong-thread.exp
1741 * gdb.threads/next-while-other-thread-longjmps.exp
1742 * gdb.threads/non-ldr-exit.exp
1743 * gdb.threads/pending-step.exp
1744 * gdb.threads/print-threads.exp
1745 * gdb.threads/process-dies-while-detaching.exp
1746 * gdb.threads/process-dies-while-handling-bp.exp
1747 * gdb.threads/pthreads.exp
1748 * gdb.threads/queue-signal.exp
1749 * gdb.threads/reconnect-signal.exp
1750 * gdb.threads/signal-command-handle-nopass.exp
1751 * gdb.threads/signal-command-multiple-signals-pending.exp
1752 * gdb.threads/signal-delivered-right-thread.exp
1753 * gdb.threads/signal-sigtrap.exp
1754 * gdb.threads/sigthread.exp
1755 * gdb.threads/staticthreads.exp
1756 * gdb.threads/stepi-random-signal.exp
1757 * gdb.threads/thread-unwindonsignal.exp
1758 * gdb.threads/thread_check.exp
1759 * gdb.threads/thread_events.exp
1760 * gdb.threads/tid-reuse.exp
1761 * gdb.threads/tls-nodebug.exp
1762 * gdb.threads/tls-shared.exp
1763 * gdb.threads/tls-so_extern.exp
1764 * gdb.threads/tls.exp
1765 * gdb.threads/wp-replication.exp
1766 * gdb.trace/actions-changed.exp
1767 * gdb.trace/actions.exp
1768 * gdb.trace/backtrace.exp
1769 * gdb.trace/change-loc.exp
1770 * gdb.trace/collection.exp
1771 * gdb.trace/deltrace.exp
1772 * gdb.trace/disconnected-tracing.exp
1773 * gdb.trace/entry-values.exp
1774 * gdb.trace/ftrace-lock.exp
1775 * gdb.trace/ftrace.exp
1776 * gdb.trace/infotrace.exp
1777 * gdb.trace/mi-trace-frame-collected.exp
1778 * gdb.trace/mi-trace-unavailable.exp
1779 * gdb.trace/mi-traceframe-changed.exp
1780 * gdb.trace/mi-tracepoint-changed.exp
1781 * gdb.trace/mi-tsv-changed.exp
1782 * gdb.trace/no-attach-trace.exp
1783 * gdb.trace/packetlen.exp
1784 * gdb.trace/passc-dyn.exp
1785 * gdb.trace/passcount.exp
1786 * gdb.trace/pending.exp
1787 * gdb.trace/pr16508.exp
1788 * gdb.trace/qtro.exp
1789 * gdb.trace/range-stepping.exp
1790 * gdb.trace/read-memory.exp
1791 * gdb.trace/report.exp
1792 * gdb.trace/save-trace.exp
1793 * gdb.trace/signal.exp
1794 * gdb.trace/stap-trace.exp
1795 * gdb.trace/status-stop.exp
1796 * gdb.trace/strace.exp
1797 * gdb.trace/tfile.exp
1798 * gdb.trace/tfind.exp
1799 * gdb.trace/trace-break.exp
1800 * gdb.trace/trace-condition.exp
1801 * gdb.trace/trace-enable-disable.exp
1802 * gdb.trace/trace-mt.exp
1803 * gdb.trace/tracecmd.exp
1804 * gdb.trace/tracefile-pseudo-reg.exp
1805 * gdb.trace/tspeed.exp
1806 * gdb.trace/tstatus.exp
1807 * gdb.trace/tsv.exp
1808 * gdb.trace/unavailable.exp
1809 * gdb.trace/while-dyn.exp
1810 * gdb.trace/while-stepping.exp
1811 * lib/gdb-guile.exp
1812 * lib/gdb.exp
1813 * lib/mi-support.exp
1814 * lib/pascal.exp
1815 * lib/perftest.exp
1816 * lib/prelink-support.exp
1817 * lib/selftest-support.exp
1818
1819 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
1820
1821 * Makefile.in: Include disable-implicit-rules.mk.
1822
1823 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1824
1825 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
1826 non-byte-aligned bit fields.
1827
1828 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1829
1830 PR gdb/12616
1831 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
1832 respects the DW_AT_data_bit_offset attribute.
1833
1834 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
1835
1836 * gdb.base/default.exp: Fix output of "set language".
1837
1838 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
1839
1840 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
1841 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
1842 make.
1843 * configure.ac: Remove checks for the make program.
1844 * configure: Re-generate.
1845
1846 2016-11-16 Kevin Buettner <kevinb@redhat.com>
1847
1848 * gdb.python/py-recurse-unwind.c (main): Add loop.
1849 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
1850 to read_register() and gdb.parse_and_eval(). Make each code
1851 call a separate case that can be individually tested.
1852 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
1853 proc. Call cont_and_backtrace for each of the code paths that
1854 we want to test in the unwinder.
1855
1856 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
1857
1858 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
1859 the definition of struct S.
1860
1861 2016-11-11 Catherine Moore <clm@codesourcery.com>
1862
1863 * gdb.base/dump.exp: Identify verilog format dump tests as such.
1864
1865 2016-11-09 Pedro Alves <palves@redhat.com>
1866
1867 * gdb.base/commands.exp (runto_or_return): New procedure.
1868 (gdbvar_simple_if_test, gdbvar_simple_while_test)
1869 (gdbvar_complex_if_while_test, progvar_simple_if_test)
1870 (progvar_simple_while_test, progvar_complex_if_while_test)
1871 (if_while_breakpoint_command_test)
1872 (infrun_breakpoint_command_test, breakpoint_command_test)
1873 (user_defined_command_test, watchpoint_command_test)
1874 (test_command_prompt_position, redefine_hook_test)
1875 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
1876 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
1877 multi_line_input and multi_line. Remove gdb_expect and
1878 gdb_stop_suppressing_tests uses.
1879 * lib/gdb.exp (valnum_re): New global.
1880 (multi_line_input): New procedure.
1881
1882 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
1883
1884 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
1885 Remove.
1886 (test_setup): Define with proc_with_prefix.
1887 (test_cli_inferior): Likewise.
1888 (test_cli_thread): Likewise.
1889 (test_cli_frame): Likewise.
1890 (test_cli_select_frame): Likewise.
1891 (test_cli_up_down): Likewise.
1892 (test_mi_thread_select): Likewise.
1893 (test_mi_stack_select_frame): Likewise.
1894 (test_cli_in_mi_inferior): Likewise.
1895 (test_cli_in_mi_thread): Likewise.
1896 (test_cli_in_mi_frame): Likewise.
1897 (top level): Do not use with_test_prefix_procname.
1898
1899 2016-11-09 Pedro Alves <palves@redhat.com>
1900
1901 * gdb.base/commands.exp (gdbvar_simple_if_test)
1902 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
1903 (progvar_simple_if_test, progvar_simple_while_test)
1904 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
1905 (infrun_breakpoint_command_test, breakpoint_command_test)
1906 (user_defined_command_test, watchpoint_command_test)
1907 (test_command_prompt_position, deprecated_command_test)
1908 (bp_deleted_in_command, temporary_breakpoint_commands)
1909 (stray_arg0_test, source_file_with_indented_comment)
1910 (recursive_source_test, if_commands_test)
1911 (error_clears_commands_left, redefine_hook_test)
1912 (redefine_backtrace_test): Use proc_with_prefix.
1913 * lib/gdb.exp (proc_with_prefix): New proc.
1914
1915 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
1916
1917 * gdb.base/tui-layout.c: New file.
1918 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
1919 disassembly window contains very long lines.
1920
1921 2016-11-08 Tom Tromey <tom@tromey.com>
1922
1923 * gdb.python/py-value.exp (test_value_creation): Make "long" test
1924 depend on Python 2.
1925
1926 2016-11-08 Tom Tromey <tom@tromey.com>
1927
1928 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
1929 New method.
1930
1931 2016-10-29 Manish Goregaokar <manish@mozilla.com>
1932
1933 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
1934
1935 2016-10-27 Manish Goregaokar <manish@mozilla.com>
1936
1937 * gdb.rust/simple.rs: Add test for univariant enums without
1938 discriminants and for encoded struct-like enums.
1939
1940 2016-10-28 Pedro Alves <palves@redhat.com>
1941
1942 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
1943 gdb_test_multiple, tighten regexps and match symtabs and line
1944 tables incrementally.
1945
1946 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
1947
1948 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
1949 general.
1950
1951 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
1952
1953 * gdb.base/exec-invalid-sysroot.exp: New file.
1954
1955 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1956
1957 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
1958
1959 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1960
1961 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
1962
1963 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
1964
1965 * gdb.base/killed-outside.exp: Remove $options from a call to
1966 `prepare_for_testing'.
1967
1968 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
1969
1970 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
1971 Change test message.
1972
1973 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
1974
1975 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
1976 Update comment.
1977
1978 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
1979
1980 * gdb.trace/mi-trace-save.exp: New file.
1981
1982 2016-10-13 Yao Qi <yao.qi@linaro.org>
1983
1984 * gdb.base/code_elim.exp (get_var_address): Remove.
1985 * gdb.base/relocate.exp: Likewise.
1986 * gdb.base/shreloc.exp: Likewise.
1987 * lib/gdb.exp (get_var_address): New.
1988
1989 2016-10-13 Yao Qi <yao.qi@linaro.org>
1990
1991 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
1992 floating point tests if $skip_float_test is false.
1993
1994 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
1995
1996 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
1997 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
1998 argc values.
1999 Add 1 to argc so we guarantee distinct initial/modified argc values.
2000
2001 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2002
2003 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2004
2005 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2006
2007 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2008 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2009 * gdb.arch/vsx-regs.exp: Likewise.
2010
2011 2016-10-07 Yao Qi <yao.qi@linaro.org>
2012
2013 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2014
2015 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2016
2017 * gdb.python/python.exp: Test decode_line("*0").
2018
2019 2016-10-06 Doug Evans <dje@google.com>
2020
2021 * gdb.python/py-value.exp (test_value_creation): Add test for large
2022 unsigned 64-bit value.
2023
2024 2016-10-06 Tom Tromey <tom@tromey.com>
2025
2026 * gdb.compile/compile.exp: Change java tests to rust.
2027 * gdb.base/setshow.exp: Change java tests to rust.
2028 * gdb.base/default.exp: Remove java from language list.
2029 * README (Examples): Update language example.
2030 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2031 test.
2032 * lib/gdb.exp (skip_java_tests): Remove.
2033 * lib/java.exp: Remove.
2034 * gdb.java: Remove.
2035
2036 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2037
2038 * gdb.arch/mips-fcr.exp: New test.
2039 * gdb.arch/mips-fcr.c: Source for the new test.
2040
2041 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2042
2043 * gdb.base/solib-disc.exp: Use `standard_output_file'
2044 throughout.
2045
2046 2016-10-06 Pedro Alves <palves@redhat.com>
2047
2048 * gdb.base/jit-simple-dl.c: New file.
2049 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2050 * gdb.base/jit-simple.c: ... this.
2051 * gdb.base/jit-simple.exp (jit_run): Delete.
2052 (build_jit): New proc.
2053 (jit_test_reread): Recompile either the main program or the shared
2054 library, depending on what is being tested. Skip changing address
2055 if caller wants to. Compare before/after addresses. If testing
2056 standalone, explicitly load the binary. Test "maint info
2057 breakpoints".
2058 (top level): Add "standalone vs shared lib" and "change address"
2059 vs "same address" axes.
2060
2061 2016-10-06 Pedro Alves <palves@redhat.com>
2062
2063 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2064 call.
2065 (jit_run): Delete.
2066 (jit_test_reread): Use with_test_prefix. Reload the main binary
2067 explicitly. Compare the before/after addresses of the JIT
2068 descriptor.
2069
2070 2016-08-15 Doug Evans <dje@google.com>
2071
2072 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2073 for single bitfields is bool.
2074 * gdb.xml/tdesc-regs.exp: Ditto.
2075
2076 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2077
2078 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2079
2080 2016-10-05 Yao Qi <yao.qi@linaro.org>
2081
2082 * lib/gdb.exp (support_complex_tests): Return zero if
2083 gdb_skip_float_test return true.
2084
2085 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2086 Simon Marchi <simon.marchi@ericsson.com>
2087
2088 PR gdb/20487
2089 * gdb.mi/user-selected-context-sync.exp: New file.
2090 * gdb.mi/user-selected-context-sync.c: New file.
2091
2092 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2093 Simon Marchi <simon.marchi@ericsson.com>
2094
2095 PR gdb/20487
2096 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2097 =thread-select-event check.
2098
2099 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2100
2101 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2102 the compulsory L operand changes.
2103 * gdb.arch/powerpc-power.s: Likewise.
2104
2105 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2106
2107 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2108 * gdb.base/jit-attach-pie.c: New file.
2109 * gdb.base/jit-attach-pie.exp: New file.
2110
2111 2016-09-28 Pedro Alves <palves@redhat.com>
2112
2113 * gdb.base/infcall-input.c: New file.
2114 * gdb.base/infcall-input.exp: New file.
2115
2116 2016-09-22 Yao Qi <yao.qi@linaro.org>
2117
2118 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2119 (gdb_exit): Rename it to ...
2120 (gdbserver_gdb_exit): ... Close GDBserver.
2121 (gdb_exit): New proc, call gdbserver_gdb_exit.
2122 (mi_gdb_exit): Likewise.
2123
2124 2016-09-22 Yao Qi <yao.qi@linaro.org>
2125
2126 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2127 path.
2128 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2129 Remove duplication.
2130
2131 2016-09-22 Yao Qi <yao.qi@linaro.org>
2132
2133 * lib/gdbserver-support.exp: Check the existence of
2134 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2135
2136 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2137
2138 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2139
2140 2016-09-21 Tom Tromey <tom@tromey.com>
2141
2142 PR gdb/20604:
2143 * gdb.base/quit.exp: New file.
2144
2145 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2146
2147 * .gitignore: New file.
2148
2149 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2150
2151 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2152 throughout.
2153
2154 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2155
2156 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2157
2158 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2159
2160 * gdb.cp/casts.cc (decltype): Move it ...
2161 (main): ... with its call to ...
2162 * gdb.cp/casts03.cc: ... a new file.
2163 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2164
2165 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2166
2167 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2168
2169 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
2170
2171 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2172 and sync up the test with tests in gas/testsuite/gas/ppc.
2173 * gdb.arch/powerpc-power.exp: Likewise.
2174
2175 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2176
2177 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2178
2179 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
2180 Jan Kratochvil <jan.kratochvil@redhat.com>
2181
2182 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2183 make m1's definition to be different from m2's. Use 'dummy' as an
2184 argument for probe 'two'.
2185
2186 2016-09-10 Jon Beniston <jon@beniston.com>
2187
2188 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2189 for sim target.
2190
2191 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2192
2193 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2194 variable declaration.
2195 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
2196 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2197 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2198 received HWCAP as its argument.
2199
2200 2016-09-06 Pedro Alves <palves@redhat.com>
2201
2202 * gdb.base/new-ui-pending-input.c: New file.
2203 * gdb.base/new-ui-pending-input.exp: New file.
2204 * gdb.exp (clear_gdb_spawn_id): New procedure.
2205 (with_spawn_id): Check whether gdb_spawn_id exists before
2206 referencing it. If gdb_spawn_id didn't exist on entry, clear it
2207 on exit.
2208
2209 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2210
2211 * gdb.base/float128.c: New file.
2212 * gdb.base/float128.exp: Likewise.
2213 * gdb.base/floatn.c: Likewise.
2214 * gdb.base/floatn.exp: Likewise.
2215
2216 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2217
2218 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2219
2220 2016-09-05 Pedro Alves <palves@redhat.com>
2221
2222 PR backtrace/19927
2223 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2224 unwinders are immediately called as side effect of "source" or
2225 "disable unwinder" commands.
2226 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2227
2228 2016-09-02 Yao Qi <yao.qi@linaro.org>
2229
2230 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2231 is true and $type is "float" or "double".
2232
2233 2016-09-02 Yao Qi <yao.qi@linaro.org>
2234
2235 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2236 true.
2237 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2238 * gdb.base/call-rt-st.exp: Likewise.
2239 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2240 return value instead of gdb,skip_float_test.
2241 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2242 (do_function_calls): Use its return value instead of
2243 gdb,skip_float_test.
2244 * gdb.base/finish.exp: Likewise.
2245 * gdb.base/funcargs.exp: Likewise.
2246 * gdb.base/return.exp: Likewise.
2247 * gdb.base/return2.exp: Likewise.
2248 * gdb.base/varargs.exp: Likewise.
2249 * lib/gdb.exp (gdb_skip_float_test): Change it to
2250 gdb_caching_proc. Detect the broken ptrace on arm-linux.
2251
2252 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2253
2254 * gdb.multi/tids.exp: Test "thread apply all".
2255
2256 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2257
2258 * gdb.base/default.exp (tty): Remove.
2259
2260 2016-08-24 Kevin Buettner <kevinb@redhat.com>
2261
2262 * gdb.python/py-recurse-unwind.c: New file.
2263 * gdb.python/py-recurse-unwind.py: New file.
2264 * gdb.python/py-recurse-unwind.exp: New file.
2265
2266 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2267
2268 * gdb.base/set-inferior-tty.exp: New file.
2269 * gdb.base/set-inferior-tty.c: New file.
2270
2271 2016-08-23 Pedro Alves <palves@redhat.com>
2272
2273 PR gdb/20494
2274 * gdb.base/new-ui-echo.c: New file.
2275 * gdb.base/new-ui-echo.exp: New file.
2276
2277 2016-08-23 Yao Qi <yao.qi@linaro.org>
2278
2279 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2280 gdbserver_spawn.
2281 * gdb.server/connect-without-multi-process.exp (do_test):
2282 Likewise.
2283
2284 2016-08-23 Yao Qi <yao.qi@linaro.org>
2285
2286 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2287 standalone_txt. Delete gdb_txt and standalone_txt on host
2288 and target. Spawn the binary on target. Copy files from
2289 target to host.
2290
2291 2016-08-22 Pedro Alves <palves@redhat.com>
2292
2293 PR gdb/20505
2294 * gdb.base/vdso-warning.exp: Test core dumps too. Use
2295 with_test_prefix. Factor out bits to ...
2296 (test_no_vdso): ... this new procedure.
2297
2298 2016-08-19 Carl Love <cel@us.ibm.com>
2299
2300 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2301 maintaining separate logic for constructing the output path.
2302 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2303 * gdb.arch/ppc-dfp.exp: Likewise.
2304 * gdb.arch/ppc-fp.exp: Likewise.
2305 * gdb.arch/vsx-regs.exp: Likewise.
2306 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2307 binprefix for generating the additional binary files.
2308
2309 2016-08-19 Pedro Alves <palves@redhat.com>
2310
2311 * gdb.trace/mi-trace-frame-collected.exp
2312 (test_trace_frame_collected): On x32, expect two registers.
2313
2314 2016-08-18 Carl Love <cel@us.ibm.com>
2315
2316 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2317 and sync up the test with tests in gas/testsuite/gas/ppc.
2318 * gdb.arch/powerpc-power.exp: Likewise.
2319
2320 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2321
2322 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2323 expected error message.
2324
2325 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2326
2327 * gdb.multi/remove-inferiors.exp: New file.
2328 * gdb.multi/remove-inferiors.c: New file.
2329
2330 2016-08-12 Yao Qi <yao.qi@linaro.org>
2331
2332 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
2333 argument list.
2334
2335 2016-08-10 Pedro Alves <palves@redhat.com>
2336
2337 PR gdb/19187
2338 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
2339 setup_kfails.
2340
2341 2016-08-09 Pedro Alves <palves@redhat.com>
2342 Simon Marchi <simon.marchi@ericsson.com>
2343
2344 PR gdb/20418
2345 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
2346 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
2347
2348 2016-08-09 Pedro Alves <palves@redhat.com>
2349
2350 PR mi/20431
2351 * gdb.mi/mi-cmd-error.exp: New file.
2352
2353 2016-08-09 Pedro Alves <palves@redhat.com>
2354
2355 PR gdb/18653
2356 * gdb.base/signals-state-child.c: New file.
2357 * gdb.base/signals-state-child.exp: New file.
2358 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
2359
2360 2016-08-09 Pedro Alves <palves@redhat.com>
2361
2362 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
2363
2364 2016-08-03 Tom Tromey <tom@tromey.com>
2365
2366 PR python/18565:
2367 * gdb.python/py-frame-inline.exp: Add Frame.function test.
2368
2369 2016-08-01 Yao Qi <yao.qi@linaro.org>
2370
2371 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
2372 variable mode to "multi-process" if $multi_process is 1, otherwise
2373 set it to "single-process".
2374
2375 2016-08-01 Yao Qi <yao.qi@linaro.org>
2376
2377 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
2378 * gdb.cp/cpexprs.exp: Likewise.
2379 * gdb.cp/m-static.exp: Likewise.
2380
2381 2016-07-26 Tom Tromey <tom@tromey.com>
2382
2383 PR python/20190:
2384 * gdb.threads/tls.exp (check_thread_local): Add python symbol
2385 test.
2386
2387 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
2388
2389 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
2390 selecting assembly source files.
2391 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
2392 assembly source files.
2393 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
2394 assembly source files.
2395 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
2396 selecting assembly source files.
2397
2398 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
2399
2400 * gdb.base/new-ui.exp (do_test_invalid_args): New
2401 procedure.
2402
2403 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
2404
2405 * gdb.btrace/reconnect.c: New file.
2406 * gdb.btrace/reconnect.exp: New file.
2407
2408 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
2409
2410 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
2411 to test_catch_syscall_group.
2412 (test_catch_syscall_group): New.
2413
2414 2016-07-21 Tom Tromey <tom@tromey.com>
2415
2416 * gdb.rust/simple.rs (main): Use empty struct expression.
2417 * gdb.rust/simple.exp: Add tests for empty struct expression.
2418
2419 2016-07-21 Yao Qi <yao.qi@linaro.org>
2420
2421 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
2422 if gdb_skip_xml_test is true on some targets.
2423
2424 2016-07-21 Yao Qi <yao.qi@linaro.org>
2425
2426 * gdb.server/solib-list.exp: Unset last_loaded_file.
2427
2428 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2429
2430 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
2431 "step into captured_main (args)".
2432
2433 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2434
2435 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
2436
2437 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2438
2439 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
2440
2441 2016-07-19 Pedro Alves <palves@redhat.com>
2442
2443 * gdb.opt/inline-break.exp: Remove optimize=-O2.
2444 * gdb.opt/inline-bt.exp: Likewise.
2445 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
2446 additional_flags=-Winline.
2447 * gdb.opt/inline-locals.exp: Likewise.
2448 * gdb.opt/inline-markers.c (ATTR): Define.
2449 (inlined_fn): Use it.
2450
2451 2016-07-19 Yao Qi <yao.qi@linaro.org>
2452
2453 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
2454 (test_with_self): Remove some code. Remove argument executable.
2455 (top-level): Use do_self_tests.
2456
2457 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
2458 Don Breazeal <donb@codesourcery.com>
2459
2460 * gdb.base/maint.exp: Escape paths used in regular expressions.
2461 * gdb.stabs/weird.exp: Likewise.
2462
2463 2016-07-13 Tom Tromey <tom@tromey.com>
2464
2465 PR python/15620, PR python/18620:
2466 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
2467 (test_bkpt_events): New procs.
2468
2469 2016-07-13 Tom Tromey <tom@tromey.com>
2470
2471 PR python/17698:
2472 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
2473 test.
2474 (test_watchpoints): Likewise.
2475 (test_bkpt_pending): New proc.
2476
2477 2016-07-13 Tom Tromey <tom@tromey.com>
2478
2479 PR cli/18053:
2480 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
2481 completion test.
2482
2483 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2484
2485 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
2486 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
2487 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
2488 f_label.
2489 (g): Rename g_end_lbl to g_label.
2490 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
2491 low_pc and high_pc.
2492 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
2493
2494 2016-07-12 Tom Tromey <tom@tromey.com>
2495
2496 PR python/19293:
2497 * gdb.python/py-unwind-maint.exp: Update tests.
2498
2499 2016-07-12 Yao Qi <yao.qi@linaro.org>
2500
2501 * lib/selftest-support.exp (selftest_setup): Match the output
2502 when captured_main is inlined.
2503
2504 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
2505
2506 * gdb.fortran/derived-types.exp (result_line, result_line_2):
2507 New variables.
2508 (print this%a, print this%b, print this): New tests.
2509 * gdb.fortran/derived-types.f90 (this): New object and
2510 initialization.
2511
2512 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2513
2514 * gdb.ada/arraydim.exp: Remove extra directory level in build
2515 directory.
2516
2517 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2518
2519 * lib/ada.exp: Remove extra directory level in build directory.
2520 * gdb.ada/cond_lang.exp: Likewise.
2521 * gdb.ada/exec_changed.exp: Likewise.
2522 * gdb.ada/lang_switch.exp: Likewise.
2523
2524 2016-07-06 Manish Goregaokar <manish@mozilla.com>
2525
2526 * simple.rs: Add test for raw pointer subscripting.
2527 * simple.exp: Add test expectations.
2528
2529 2016-07-05 Yao Qi <yao.qi@linaro.org>
2530
2531 * gdb.mi/mi-reverse.exp: Match =record-started output.
2532
2533 2016-07-01 Pedro Alves <palves@redhat.com>
2534
2535 * gdb.base/jit-reader.exp (info_registers_current_frame): New
2536 procedure.
2537 (jit_reader_test): Test the jit reader's unwinder.
2538 * gdb.base/jithost.c (jit_function_00_code): New global.
2539 (main): Use memcpy to fill in the mmapped code, instead of poking
2540 bytes manually here.
2541 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
2542 value.
2543 (read_debug_info): Save the function's range.
2544 (read_sp): New function.
2545 (unwind_frame): Use it. Also unwind RBP.
2546 (get_frame_id): Use read_sp.
2547 (gdb_init_reader): Use calloc instead of malloc.
2548 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
2549 parameter. Use gdb_test_multiple.
2550
2551 2016-07-01 Pedro Alves <palves@redhat.com>
2552 Antoine Tremblay <antoine.tremblay@ericsson.com>
2553
2554 * gdb.threads/process-dies-while-detaching.c: New file.
2555 * gdb.threads/process-dies-while-detaching.exp: New file.
2556
2557 2016-07-01 Pedro Alves <palves@redhat.com>
2558
2559 * gdb.multi/watchpoint-multi-exit.c: New file.
2560 * gdb.multi/watchpoint-multi-exit.exp: New file.
2561
2562 2016-06-30 Pedro Alves <palves@redhat.com>
2563
2564 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
2565 unset inferior_spawn_id.
2566
2567 2016-06-30 Pedro Alves <palves@redhat.com>
2568
2569 * lib/mi-support.exp (default_mi_gdb_start): Declare global
2570 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
2571
2572 2016-06-29 Yao Qi <yao.qi@linaro.org>
2573
2574 * gdb.base/return.c: Add copyright header.
2575
2576 2016-06-29 Tom Tromey <tom@tromey.com>
2577
2578 PR python/20129:
2579 * gdb.python/py-framefilter.exp: Add tests for setting priority
2580 and disabling of non-existent frame filter.
2581
2582 2016-06-29 Yao Qi <yao.qi@linaro.org>
2583
2584 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
2585 0x0f07ff.
2586
2587 2016-06-28 Yao Qi <yao.qi@linaro.org>
2588
2589 * gdb.base/catch-syscall.exp: Remove check on isnative and target
2590 triplets. Start gdb, execute catch syscall, and continue. Check
2591 gdb's output to determine catch syscall is supported.
2592
2593 2016-06-27 Manish Goregaokar <manish@mozilla.com>
2594
2595 * gdb.rust/simple.rs: Add test for returning unit in a function.
2596 * gdb.rust/simple.exp: Add expectation for functions returning
2597 unit.
2598
2599 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
2600
2601 * gdb.python/py-breakpoint-create-fail.c,
2602 gdb.python/py-breakpoint-create-fail.exp,
2603 gdb.python/py-breakpoint-create-fail.py: New testcase.
2604
2605 2016-06-25 Manish Goregaokar <manish@mozilla.com>
2606
2607 PR gdb/20239
2608 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
2609 * gdb.rust/simple.exp: Add test expectations for new NonZero
2610 tests.
2611
2612 2016-06-24 David Taylor <dtaylor@emc.com>
2613
2614 * gdb.base/offsets.exp: New file.
2615 * gdb.base/offsets.c: New file.
2616
2617 2016-06-23 Tom Tromey <tom@tromey.com>
2618
2619 PR gdb/16483:
2620 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
2621 before any filters are loaded.
2622
2623 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
2624
2625 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
2626 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
2627 structs.
2628 * gdb.fortran/derived-type-function.exp: New file.
2629 * gdb.fortran/derived-type-function.f90: New file.
2630
2631
2632 2016-06-21 Pedro Alves <palves@redhat.com>
2633
2634 * gdb.base/new-ui.exp: New file.
2635 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
2636 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
2637 (with_spawn_id): New procedure.
2638
2639 2016-06-21 Pedro Alves <palves@redhat.com>
2640
2641 * gdb.mi/mi-exec-run.exp: New file.
2642
2643 2016-06-21 Pedro Alves <palves@redhat.com>
2644
2645 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
2646 breakpoint command's output on the main UI.
2647 (test_break): New procedure, factored out from calls in the top
2648 level.
2649 (top level): Use foreach_with_prefix to test MI as main UI and as
2650 separate UI.
2651
2652 2016-06-21 Pedro Alves <palves@redhat.com>
2653
2654 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
2655 (test_awatch_creation_and_listing)
2656 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
2657 Remove 'type' parameter.
2658 (test_watchpoint_all): New parameter mi_mode. Remove
2659 with_test_prefix.
2660 (top level): Use foreach_with_prefix, and add main/separate UI MI
2661 testing axis.
2662
2663 2016-06-21 Pedro Alves <palves@redhat.com>
2664
2665 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
2666 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
2667 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
2668 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
2669 (gdb_main_spawn_id, mi_spawn_id): Declare and
2670 comment.
2671 (mi_create_inferior_pty): New procedure,
2672 factored out from default_mi_gdb_start.
2673 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
2674 procedures.
2675 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
2676 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
2677 Use mi_create_inferior_pty.
2678 (mi_gdb_start): Use eval to pass down args list.
2679
2680 2016-06-21 Pedro Alves <palves@redhat.com>
2681
2682 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
2683 * gdb.opt/inline-cmds.exp: Add MI tests.
2684
2685 2016-06-21 Pedro Alves <palves@redhat.com>
2686
2687 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
2688
2689 2016-06-21 Pedro Alves <palves@redhat.com>
2690
2691 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
2692 (top level): Use it instead of mi_execute_to.
2693
2694 2016-06-21 Pedro Alves <palves@redhat.com>
2695
2696 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
2697 (cont_handler_str): New.
2698 (signal_stop_handler): Set stop_handler_str instead of printing to
2699 stdout.
2700 (continue_handler): Set cont_handler_str instead of printing to
2701 stdout.
2702 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
2703 mi_send_resuming_command. Print stop_handler_str and
2704 cont_handler_str instead of expecting the python events print
2705 directly.
2706
2707 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2708
2709 * gdb.base/jit-reader.exp: New file.
2710 * gdb.base/jithost.c: New file.
2711 * gdb.base/jithost.h: New file.
2712 * gdb.base/jitreader.c : New file.
2713 * gdb.base/jit-protocol.h: New file.
2714
2715 2016-06-17 Yao Qi <yao.qi@linaro.org>
2716
2717 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
2718 parameters follow_fork and detach_on_fork. Set follow-fork-mode
2719 and detach-on-fork. Adjust tests.
2720 (top level): Invoke break_cond_on_syscall with combinations of
2721 syscall, follow-fork-mode and detach-on-fork.
2722
2723 2016-06-17 Yao Qi <yao.qi@linaro.org>
2724
2725 * gdb.base/step-over-exit.c: New.
2726 * gdb.base/step-over-exit.exp: New.
2727
2728 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
2729
2730 * gdb.base/float.exp: Add target check for nds32*-*-*.
2731 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
2732
2733 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
2734
2735 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
2736 for unsupported target features.
2737 * gdb.base/call-rt-st.exp: Likewise.
2738 * gdb.base/call-sc.exp: Likewise.
2739 * gdb.base/call-signal-resume.exp: Likewise.
2740 * gdb.base/call-strs.exp: Likewise.
2741 * gdb.base/callexit.exp: Likewise.
2742 * gdb.base/callfuncs.exp: Likewise.
2743 * gdb.base/nodebug.exp: Likewise.
2744 * gdb.base/printcmds.exp: Likewise.
2745 * gdb.base/ptype.exp: Likewise.
2746 * gdb.base/structs.exp: Likewise.
2747 * gdb.base/unwindonsignal.exp: Likewise.
2748 * gdb.cp/gdb2495.exp: Likewise.
2749 * gdb.cp/templates.exp: Likewise.
2750 * gdb.cp/virtfunc.exp: Likewise.
2751 * gdb.threads/hand-call-in-threads.exp: Likewise.
2752 * gdb.threads/interrupted-hand-call.exp: Likewise.
2753 * gdb.threads/thread-unwindonsignal.exp: Likewise.
2754
2755 2016-06-10 Tom Tromey <tom@tromey.com>
2756
2757 PR rust/20110:
2758 * gdb.rust/expr.exp: Add test for integer constant larger than
2759 i32.
2760
2761 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
2762
2763 * gdb.fortran/nested-funcs.exp: New.
2764 * gdb.fortran/nested-funcs.f90: New.
2765
2766 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
2767
2768 * gdb.base/examine-backward.c: New file.
2769 * gdb.base/examine-backward.exp: New file.
2770
2771 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
2772
2773 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
2774 matching.
2775
2776 2016-06-02 Tom Tromey <tom@tromey.com>
2777
2778 PR python/18984:
2779 * gdb.python/py-shared.exp: Add solib_name test.
2780
2781 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
2782
2783 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
2784
2785 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
2786
2787 PR c++/19893
2788 * gdb.dwarf2/implref.exp: Rename to...
2789 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
2790 * gdb.dwarf2/implref-array.c: New file.
2791 * gdb.dwarf2/implref-array.exp: Likewise.
2792 * gdb.dwarf2/implref-global.c: Likewise.
2793 * gdb.dwarf2/implref-global.exp: Likewise.
2794 * gdb.dwarf2/implref-struct.c: Likewise.
2795 * gdb.dwarf2/implref-struct.exp: Likewise.
2796
2797 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2798
2799 * gdb.trace/trace-condition.exp: Add 64bit tests.
2800
2801 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2802
2803 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
2804 bits types.
2805 (main): Adapt to 8 to 64 bits types.
2806 * gdb.trace/trace-condition.exp: Add new tests.
2807
2808 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2809
2810 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
2811
2812 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2813
2814 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
2815 Move condition tests...
2816 * gdb.trace/trace-condition.exp: Here.
2817
2818 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2819
2820 * gdb.trace/trace-condition.exp: Add counter-case tests.
2821
2822 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2823
2824 PR c++/15231
2825 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
2826 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
2827
2828 2016-05-27 Pedro Alves <palves@redhat.com>
2829
2830 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
2831 New procedure.
2832 (top level): Call it, and bail out of DejaGnu is known to be bad.
2833
2834 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
2835
2836 * gdb.base/whatis.c: Extend the test case.
2837 * gdb.base/whatis.exp: Add additional tests.
2838
2839 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2840
2841 * gdb.fortran/type.f90: Add pointer variable.
2842 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
2843
2844 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2845
2846 * gdb.fortran/vla-type.exp: Fix testcase name.
2847
2848 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2849
2850 * gdb.fortran/vla-type.exp: Access elements in nested structs.
2851
2852 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2853
2854 * gdb.fortran/type.f90: Add nested structures.
2855 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
2856 * gdb.fortran/derived-type.exp: Adapt expected output.
2857 * gdb.fortran/vla-type.exp: Adapt expected output.
2858
2859 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2860
2861 * gdb.fortran/whatis_type.exp: Adapt expected output.
2862
2863 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2864
2865 * gdb.fortran/print_type.exp: Fix expected output.
2866 * gdb.fortran/whatis_type.exp: Fix expected output.
2867
2868 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2869
2870 * gdb.fortran/whatis_type.exp: Use multi_line.
2871
2872 2016-05-24 Tom Tromey <tom@tromey.com>
2873
2874 PR python/17386:
2875 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
2876 use value as an index.
2877
2878 2016-05-23 Tom Tromey <tom@tromey.com>
2879
2880 PR python/17981:
2881 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
2882 no-breakpoint case.
2883
2884 2016-05-24 Pedro Alves <palves@redhat.com>
2885
2886 PR gdb/19828
2887 * gdb.threads/clone-attach-detach.c: New file.
2888 * gdb.threads/clone-attach-detach.exp: New file.
2889
2890 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
2891
2892 * gdb.base/annota-input-while-running.exp: Fix syntax error.
2893
2894 2016-05-23 Tom Tromey <tom@tromey.com>
2895
2896 PR python/19438, PR python/18393:
2897 * gdb.python/py-progspace.exp: Add "dir" test.
2898 * gdb.python/py-objfile.exp: Add "dir" test.
2899
2900 2016-05-23 Yao Qi <yao.qi@linaro.org>
2901
2902 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
2903 * gdb.arch/thumb2-it.exp: Likewise.
2904
2905 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
2906
2907 * gdb.mi/mi-threads-interrupt.c: New file.
2908 * gdb.mi/mi-threads-interrupt.exp: New file.
2909
2910 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
2911
2912 PR gdb/18077
2913 * gdb.mi/mi-async-run.exp: New file.
2914 * gdb.mi/mi-async-run.c: New file.
2915
2916 2016-05-17 Tom Tromey <tom@tromey.com>
2917 Manish Goregaokar <manishsmail@gmail.com>
2918
2919 * lib/rust-support.exp: New file.
2920 * lib/gdb.exp (skip_rust_tests): New proc.
2921 (build_executable_from_specs): Handle rust.
2922 * lib/future.exp (gdb_find_rustc): New proc.
2923 (gdb_default_target_compile): Handle rust.
2924 * gdb.rust/expr.exp: New file.
2925 * gdb.rust/generics.exp: New file.
2926 * gdb.rust/generics.rs: New file.
2927 * gdb.rust/methods.exp: New file.
2928 * gdb.rust/methods.rs: New file.
2929 * gdb.rust/modules.exp: New file.
2930 * gdb.rust/modules.rs: New file.
2931 * gdb.rust/simple.exp: New file.
2932 * gdb.rust/simple.rs: New file.
2933
2934 2016-05-17 Tom Tromey <tom@tromey.com>
2935
2936 * gdb.base/default.exp (set language): Add rust.
2937
2938 2016-05-17 Tom Tromey <tom@tromey.com>
2939
2940 * gdb.gdb/unittest.exp: New file.
2941
2942 2016-05-16 Yao Qi <yao.qi@linaro.org>
2943
2944 * gdb.base/batch-preserve-term-settings.exp: Remove variable
2945 shell_prompt. Update shell_prompt_re.
2946
2947 2016-05-12 Doug Evans <dje@google.com>
2948
2949 PR symtab/19999
2950 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
2951 $options when building executable.
2952 * gdb.dwarf2/fission-loclists-pie.S: New file.
2953 * gdb.dwarf2/fission-loclists-pie.exp: New file.
2954
2955 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
2956
2957 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
2958 of [is_remote target],
2959
2960 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
2961
2962 * lib/gdb.exp (use_gdb_stub): New procedure.
2963
2964 2016-05-03 Yunlian Jiang <yunlian@google.com>
2965 Doug Evans <dje@google.com>
2966
2967 PR symtab/19914
2968 * gdb.dwarf2/dwp-sepdebug.c: New file.
2969 * gdb.dwarf2/dwp-sepdebug.exp: New file.
2970
2971 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
2972
2973 * gdb.base/detach.exp: Remove is_remote check.
2974
2975 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
2976
2977 * gdb.base/annota-input-while-running.exp: Don't check for
2978 [is_remote target]. Enable annotations after running to main.
2979 Remove unused "set test..." line.
2980
2981 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
2982
2983 * gdb.trace/trace-enable-disable.exp: New file.
2984 * gdb.trace/trace-enable-disable.c: New file.
2985
2986 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
2987
2988 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
2989 use it in info sharedlibrary test.
2990 * gdb.trace/ftrace-lock.exp: Likewise.
2991 * gdb.trace/ftrace.exp: Likewise.
2992 * gdb.trace/range-stepping.exp: Likewise.
2993 * gdb.trace/trace-break.exp: Likewise.
2994 * gdb.trace/trace-condition.exp: Likewise.
2995 * gdb.trace/trace-mt.exp: Likewise.
2996
2997 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
2998
2999 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3000 (gdb_load_shlib): ... this.
3001 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3002 gdb_load_shlib.
3003 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3004 * gdb.base/ctxobj.exp: Likewise.
3005 * gdb.base/dprintf-pending.exp: Likewise.
3006 * gdb.base/dso2dso.exp: Likewise.
3007 * gdb.base/fixsection.exp: Likewise.
3008 * gdb.base/gcore-relro.exp: Likewise.
3009 * gdb.base/gdb1555.exp: Likewise.
3010 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3011 * gdb.base/gnu-ifunc.exp: Likewise.
3012 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3013 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3014 * gdb.base/pending.exp: Likewise.
3015 * gdb.base/print-file-var.exp: Likewise.
3016 * gdb.base/print-symbol-loading.exp: Likewise.
3017 * gdb.base/shlib-call.exp: Likewise.
3018 * gdb.base/shreloc.exp: Likewise.
3019 * gdb.base/so-impl-ld.exp: Likewise.
3020 * gdb.base/solib-disc.exp: Likewise.
3021 * gdb.base/solib-nodir.exp: Likewise.
3022 * gdb.base/solib-overlap.exp: Likewise.
3023 * gdb.base/solib-symbol.exp: Likewise.
3024 * gdb.base/solib-weak.exp (do_test): Likewise.
3025 * gdb.base/sym-file.exp: Likewise.
3026 * gdb.base/symtab-search-order.exp: Likewise.
3027 * gdb.base/type-opaque.exp: Likewise.
3028 * gdb.base/unload.exp: Likewise.
3029 * gdb.base/watchpoint-solib.exp: Likewise.
3030 * gdb.compile/compile.exp: Likewise.
3031 * gdb.cp/gdb2384.exp: Likewise.
3032 * gdb.cp/infcall-dlopen.exp: Likewise.
3033 * gdb.cp/re-set-overloaded.exp: Likewise.
3034 * gdb.fortran/library-module.exp: Likewise.
3035 * gdb.opt/solib-intra-step.exp: Likewise.
3036 * gdb.python/py-finish-breakpoint.exp: Likewise.
3037 * gdb.python/py-shared.exp: Likewise.
3038 * gdb.reverse/solib-precsave.exp: Likewise.
3039 * gdb.reverse/solib-reverse.exp: Likewise.
3040 * gdb.server/solib-list.exp: Likewise.
3041 * gdb.threads/dlopen-libpthread.exp: Likewise.
3042 * gdb.threads/tls-shared.exp: Likewise.
3043 * gdb.threads/tls-so_extern.exp: Likewise.
3044 * gdb.trace/change-loc.exp: Likewise.
3045 * gdb.trace/ftrace-lock.exp: Likewise.
3046 * gdb.trace/ftrace.exp: Likewise.
3047 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3048 * gdb.trace/pending.exp: Likewise.
3049 * gdb.trace/range-stepping.exp: Likewise.
3050 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3051 (strace_info_marker): Likewise.
3052 (strace_probe_marker): Likewise.
3053 (strace_trace_on_same_addr): Likewise.
3054 (strace_trace_on_diff_addr): Likewise.
3055 * gdb.trace/trace-break.exp: Likewise.
3056 * gdb.trace/trace-condition.exp: Likewise.
3057 * gdb.trace/trace-mt.exp: Likewise.
3058
3059 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3060
3061 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3062 result of gdb_remote_download.
3063 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3064 * gdb.base/dso2dso.exp: Likewise.
3065 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3066 * gdb.base/print-file-var.exp: Likewise.
3067 * gdb.base/shlib-call.exp: Likewise.
3068 * gdb.base/shreloc.exp: Likewise.
3069 * gdb.base/solib-overlap.exp: Likewise.
3070 * gdb.base/solib-weak.exp (do_test): Likewise.
3071 * gdb.base/unload.exp: Likewise.
3072
3073 2016-04-27 Yao Qi <yao.qi@linaro.org>
3074
3075 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3076 exists.
3077
3078 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3079
3080 * vla-type.exp: Print structure from toplevel.
3081
3082 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3083
3084 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3085 of dynamic types.
3086 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3087 of dynamic types.
3088
3089 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3090
3091 * gdb.fortran/vla-type.f90: New file.
3092 * gdb.fortran/vla-type.exp: New file.
3093
3094 2016-04-25 Yao Qi <yao.qi@linaro.org>
3095
3096 * gdb.base/branch-to-self.c: New file.
3097 * gdb.base/branch-to-self.exp: New file.
3098
3099 2016-04-22 Yao Qi <yao.qi@linaro.org>
3100
3101 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3102 more after $hex.
3103
3104 2016-04-22 Yao Qi <yao.qi@linaro.org>
3105
3106 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3107 * gdb.base/annota3.exp: Likewise.
3108
3109 2016-04-22 Yao Qi <yao.qi@linaro.org>
3110
3111 * gdb.reverse/step-precsave.exp: Do one step and test program
3112 stops in "callee" and do multiple steps until program goes out
3113 of "callee".
3114 * gdb.reverse/step-reverse.exp: Likewise.
3115
3116 2016-04-22 Yao Qi <yao.qi@linaro.org>
3117
3118 * gdb.trace/signal.exp: Also pass if
3119 $tracepoint_hits($i) > $iterations.
3120
3121 2016-04-22 Yao Qi <yao.qi@linaro.org>
3122
3123 * gdb.trace/signal.c: New file.
3124 * gdb.trace/signal.exp: New file.
3125
3126 2016-04-19 Doug Evans <xdje42@gmail.com>
3127
3128 * gdb.base/bad-file.exp: New file.
3129
3130 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3131
3132 * gdb.dwarf2/implref.exp: New file.
3133
3134 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3135
3136 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3137 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3138 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3139 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3140 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3141 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3142 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3143 * lib/fortran.exp (fortran_int4): New procedure.
3144 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3145 (fortran_logical4): Likewise.
3146
3147 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3148
3149 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3150
3151 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3152
3153 * lib/compiler.c: Add Intel specific preprocessor macros.
3154 * lib/compiler.cc: Likewise.
3155
3156 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
3157
3158 * gdb.server/connect-with-no-symbol-file.c: New file.
3159 * gdb.server/connect-with-no-symbol-file.exp: New file.
3160
3161 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3162
3163 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3164
3165 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3166
3167 * boards/gdbserver-base.exp (${board}_download): Copy source file to
3168 standard output directory.
3169
3170 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
3171
3172 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3173
3174 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
3175
3176 * gdb.btrace/instruction_history.c (loop): Add declaration.
3177
3178 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3179
3180 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3181
3182 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
3183
3184 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3185 parentheses to print.
3186 (continue_handler): Likewise.
3187
3188 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
3189
3190 * gdb.server/solib-list.exp: Remove is_remote check.
3191 Pass shlib= to gdb_compile. Don't link shared library with
3192 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
3193 Run binary filename through "readlink -f" on the target.
3194
3195 2016-04-08 Pedro Alves <palves@redhat.com>
3196
3197 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
3198 interpreter filename as argument to gdbserver_spawn.
3199 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3200 Return empty if $last_loaded_file does not exist.
3201
3202 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3203
3204 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3205 * gdb.base/jit-main.c: Use exit after usage.
3206
3207 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3208
3209 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3210 GDBHISTSIZE prior to the tests.
3211 * gdb.base/gdbinit-history.exp: Likewise.
3212
3213 2016-04-07 Pedro Alves <palves@redhat.com>
3214
3215 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3216 instead of build_executable. Use gdb_load_shlibs.
3217
3218 2016-04-07 Yao Qi <yao.qi@linaro.org>
3219
3220 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3221 Execute "si" command.
3222
3223 2016-04-07 Yao Qi <yao.qi@linaro.org>
3224
3225 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3226 number instead of the comments on some line.
3227
3228 2016-04-06 Don Breazeal <donb@codesourcery.com>
3229
3230 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3231 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3232
3233 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
3234
3235 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3236 standard_output_file. Remove unused binfile variable.
3237
3238 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
3239
3240 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3241 * gdb.python/py-mi-objfile.exp: Match "list main" output
3242 in console format.
3243
3244 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
3245
3246 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3247 absolute.
3248
3249 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3250
3251 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3252 absolute.
3253 * gdb.trace/ftrace.exp: Likewise.
3254 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3255 targets as well.
3256 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3257 (gdb_load_shlibs): Copy libraries to test directory when testing
3258 natively. Only set solib-search-path if testing remotely.
3259 * lib/mi-support.exp (mi_load_shlibs): Likewise.
3260
3261 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3262
3263 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3264 gdb_download. Use it even if the target is not remote.
3265 * gdb.base/jit.exp (compile_jit_test): Likewise.
3266 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3267 output directory if the destination board is local, otherwise use
3268 the standard remote_download from DejaGnu.
3269 (gdb_download): Remove.
3270 (gdb_load_shlibs): Use gdb_remote_download instead of
3271 gdb_download.
3272 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3273 Use gdb_remote_download instead of gdb_download. Use it even if
3274 the target is not remote.
3275 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3276 instead of gdb_download.
3277
3278 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
3279
3280 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3281 (test_insert_delete_modify): Call mi_load_shlibs before trying to
3282 run.
3283
3284 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
3285
3286 PR gdb/19820
3287 * gdb.base/printcmds.exp: Add artificial arrays tests.
3288
3289 2016-03-31 Pedro Alves <palves@redhat.com>
3290
3291 PR gdb/19858
3292 * gdb.base/jit-main.c: Include unistd.h.
3293 (ATTACH): Define to 0 if not already defined.
3294 (wait_for_gdb, mypid): New globals.
3295 (WAIT_FOR_GDB): New macro.
3296 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
3297 some breakpoint locations.
3298 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3299 New procedures.
3300 (one_jit_test): Add REATTACH parameter, and handle it. Use
3301 continue_to_test_location.
3302 (top level): Test attach, and adjusts calls to one_jit_test.
3303
3304 2016-03-31 Pedro Alves <palves@redhat.com>
3305
3306 PR gdb/19858
3307 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
3308 BINSUFFIX parameter, and handle it.
3309 (top level): Adjust calls compile_jit_test.
3310
3311 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
3312
3313 PR python/19743
3314 * gdb.python/py-mi-events-gdb.py: New file.
3315 * gdb.python/py-mi-events.c: New file.
3316 * gdb.python/py-mi-events.exp: New file.
3317
3318 2016-03-30 Yao Qi <yao.qi@linaro.org>
3319
3320 * gdb.reverse/until-precsave.exp: Match function name only.
3321 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3322 Move malloc to a condition block.
3323 * gdb.reverse/until-reverse.exp: Match function name only.
3324
3325 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
3326
3327 * gdb.trace/ftrace.exp: Set arg0exp for s390.
3328 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3329 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3330 variable for GPR 0 instead of assuming it is register 0.
3331 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
3332 * lib/trace-support.exp: Add s390 registers.
3333
3334 2016-03-29 Yao Qi <yao.qi@linaro.org>
3335
3336 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
3337
3338 2016-03-24 Yao Qi <yao.qi@linaro.org>
3339
3340 * gdb.reverse/break-reverse.exp: Add quotation mark in the
3341 test message.
3342
3343 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3344
3345 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
3346 maintaining separate logic for constructing the output path.
3347
3348 2016-03-16 Don Breazeal <donb@codesourcery.com>
3349
3350 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3351 Retry fork and waitpid on interrupted system call errors.
3352 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3353 Use with_timeout_factor to increase timeout by factor of 10.
3354
3355 2016-03-15 Don Breazeal <donb@codesourcery.com>
3356
3357 * gdb.cp/scope-err.cc: New test program.
3358 * gdb.cp/scope-err.exp: New test script.
3359 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
3360 lines and "set breakpoint here" comment.
3361 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
3362 Fixed some whitespace and format issues.
3363 * gdb.mi/mi-linespec-err-cp.cc: New test program.
3364 * gdb.mi/mi-linespec-err-cp.exp: New test script.
3365
3366 2016-03-15 Doug Evans <dje@google.com>
3367
3368 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
3369 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
3370 All callers updated. Add tests for enums, mixed flags register.
3371
3372 2016-03-15 Doug Evans <dje@google.com>
3373
3374 * gdb.base/skip.c (main): Call test_skip_file_and_function.
3375 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
3376
3377 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
3378
3379 * gdb.base/default.exp: Add $_as_string to the list of expected
3380 convenience functions.
3381
3382 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
3383
3384 * gdb.base/maint.exp: New tests for 'maint info line-table'.
3385
3386 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
3387
3388 * gdb.python/py-as-string.exp: New file.
3389 * gdb.python/py-as-string.c: New file.
3390
3391 2016-03-09 Pedro Alves <palves@redhat.com>
3392
3393 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
3394 signal" -> "Thread NN received signal" output change.
3395 * gdb.threads/ia64-sigill.exp: Likewise.
3396 * gdb.threads/linux-dp.exp: Likewise.
3397 * gdb.threads/manythreads.exp: Likewise.
3398 * gdb.threads/pending-step.exp: Likewise.
3399 * gdb.threads/print-threads.exp: Likewise.
3400 * gdb.threads/sigstep-threads.exp: Likewise.
3401 * gdb.threads/staticthreads.exp: Likewise.
3402 * gdb.threads/tls.exp: Likewise.
3403
3404 2016-03-09 Pedro Alves <palves@redhat.com>
3405
3406 * gdb.base/command-line-input.exp: New file.
3407
3408 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3409
3410 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
3411 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
3412 * gdb.trace/pending.exp: Accept leading dot before function name.
3413 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
3414 * lib/trace-support.exp: Set registers for ppc.
3415
3416 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3417
3418 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
3419 use it for disassembly; accept .main in addition to main in backtrace.
3420
3421 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
3422 Marcin Kościelnicki <koriakin@0x04.net>
3423
3424 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
3425 (gdb_recursion_test_ptr): New global variable.
3426 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
3427 gdb_recursion_test.
3428 (gdb_c_test): Ditto.
3429
3430 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3431
3432 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
3433 ordering.
3434
3435 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3436
3437 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
3438 (bar): Add bar_start_lbl label.
3439 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
3440 of foo/bar for emitting DWARF and tracing.
3441
3442 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
3443
3444 * analyze-racy-logs.py: Set executable bit.
3445
3446 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
3447
3448 * Makefile.in (DEFAULT_RACY_ITER): New variable.
3449 (CHECK_TARGET_TMP): Likewise.
3450 (check-single-racy): New rule.
3451 (check-parallel-racy): Likewise.
3452 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
3453 (do-check-parallel-racy): New rule.
3454 (check-racy/%.exp): Likewise.
3455 * README (Racy testcases): New section.
3456 * analyze-racy-logs.py: New file.
3457
3458 2016-03-03 Doug Evans <dje@google.com>
3459
3460 * gdb.base/skip.exp: Use with_test_prefix.
3461
3462 2016-03-03 Yao Qi <yao.qi@linaro.org>
3463
3464 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
3465 Invoke step_over_syscall "clone" and break_cond_on_syscall
3466 "clone".
3467 * gdb.base/step-over-clone.c: New file.
3468
3469 2016-03-03 Yao Qi <yao.qi@linaro.org>
3470
3471 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
3472 code format.
3473
3474 2016-03-03 Yao Qi <yao.qi@linaro.org>
3475
3476 * gdb.base/disp-step-fork.c: Rename to ...
3477 * gdb.base/step-over-fork.c: ... it. New file.
3478 * gdb.base/disp-step-vfork.c: Rename to ...
3479 * gdb.base/step-over-vfork.c: ... it. New file.
3480 * gdb.base/disp-step-syscall.exp: Rename to ...
3481 * gdb.base/step-over-syscall.exp: ... it. New file.
3482 (disp_step_cross_syscall): Rename to ...
3483 (step_over_syscall): ... it.
3484
3485 2016-03-03 Yao Qi <yao.qi@linaro.org>
3486
3487 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
3488 If target supports condition evaluation on target, invoke
3489 break_cond_on_syscall for fork and vfork.
3490
3491 2016-03-03 Yao Qi <yao.qi@linaro.org>
3492
3493 * gdb.base/disp-step-syscall.exp: Don't invoke
3494 support_displaced_stepping.
3495 (disp_step_cross_syscall): Test with displaced stepping off and
3496 on if supported.
3497
3498 2016-03-03 Yao Qi <yao.qi@linaro.org>
3499
3500 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
3501 proc.
3502 (setup): New proc.
3503 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
3504 and setup.
3505
3506 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3507
3508 * gdb.fortran/vla-history.exp: Remove breakpoint.
3509
3510 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3511
3512 * gdb.fortran/vla-history.exp: Lookup array elements and printing
3513 exceeds timeout.
3514
3515 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3516
3517 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
3518 breakpoint.
3519
3520 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3521
3522 * gdb.mi/vla.f90: Nullify pointer after declaration.
3523
3524 2016-03-01 Pedro Alves <palves@redhat.com>
3525
3526 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
3527
3528 2016-03-01 Pedro Alves <palves@redhat.com>
3529
3530 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
3531 before anything else.
3532 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
3533 _GNU_SOURCE here.
3534 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
3535 before anything else.
3536 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
3537
3538 2016-03-01 Pedro Alves <palves@redhat.com>
3539
3540 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
3541
3542 2016-03-01 Yao Qi <yao.qi@linaro.org>
3543
3544 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
3545 prepare_for_testing.
3546
3547 2016-03-01 Yao Qi <yao.qi@linaro.org>
3548
3549 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
3550
3551 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3552
3553 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
3554 manually constructing the output path.
3555
3556 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3557
3558 * gdb.arch/s390-stackless.S: New.
3559 * gdb.arch/s390-stackless.exp: New.
3560
3561 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
3562
3563 * gdb.dlang/circular.c: New file.
3564 * gdb.dlang/circular.exp: New file.
3565
3566 2016-02-26 Yao Qi <yao.qi@linaro.org>
3567
3568 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
3569 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
3570 (testcases): Update.
3571
3572 2016-02-26 Yao Qi <yao.qi@linaro.org>
3573
3574 * gdb.reverse/aarch64.c: Rename to ...
3575 * gdb.reverse/insn-reverse.c: ... it.
3576 * gdb.reverse/aarch64.exp: Rename to ...
3577 * gdb.reverse/insn-reverse.exp: ... it.
3578
3579 2016-02-26 Yao Qi <yao.qi@linaro.org>
3580
3581 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
3582 (testcase_ftype): New.
3583 (testcases): New array.
3584 (n_testcases): New.
3585 (main): Call each element in testcases.
3586 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
3587 (read_testcase): New.
3588 Do the tests in a loop.
3589
3590 2016-02-25 Yao Qi <yao.qi@linaro.org>
3591
3592 * gdb.base/branches.c: Remove.
3593
3594 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3595
3596 PR gdb/13808
3597 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
3598
3599 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3600
3601 * gdb.trace/ftrace.exp: Remove unnecessary target check.
3602
3603 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3604
3605 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
3606 change x86_64 call_insn to 'callq'.
3607
3608 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3609
3610 * gdb.trace/tfile-avx.c: Move to...
3611 * gdb.trace/tracefile-pseudo-reg.c: Here.
3612 * gdb.trace/tfile-avx.exp: Move to...
3613 * gdb.trace/tracefile-pseudo-reg.exp: Here.
3614
3615 2016-02-24 Gary Benson <gbenson@redhat.com>
3616
3617 * gdb.base/attach-pie-noexec.exp: Do not expect an error
3618 message on attach.
3619
3620 2016-02-23 Doug Evans <dje@google.com>
3621
3622 * gdb.base/skip.c (test_skip): New function.
3623 (end_test_skip_file_and_function): New function.
3624 (test_skip_file_and_function): New function.
3625 * gdb.base/skip1.c (test_skip): New function.
3626 (skip1_test_skip_file_and_function): New function.
3627 * gdb.base/skip.exp: Add tests for new skip options.
3628 * gdb.base/skip-solib.exp: Update expected output.
3629 * gdb.perf/skip-command.cc: New file.
3630 * gdb.perf/skip-command.exp: New file.
3631 * gdb.perf/skip-command.py: New file.
3632
3633 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
3634
3635 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
3636 info registers pattern.
3637
3638 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
3639
3640 * lib/future.exp: Add D support.
3641 (gdb_find_gdc): New proc.
3642 (gdb_default_target_compile): Add D support.
3643
3644 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
3645
3646 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
3647 user+system time.
3648 (trace_speed_test): Determine the iteration count for a time
3649 between 15..30 seconds.
3650
3651 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
3652
3653 * gdb.arch/i386-mpx-sigsegv.c: New file.
3654 * gdb.arch/i386-mpx-sigsegv.exp: New file.
3655 * gdb.arch/i386-mpx-simple_segv.c: New file.
3656 * gdb.arch/i386-mpx-simple_segv.exp: New file.
3657
3658 2016-02-18 Yao Qi <yao.qi@linaro.org>
3659
3660 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3661 Don't call setup_kfail.
3662
3663 2016-02-18 Yao Qi <yao.qi@linaro.org>
3664
3665 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3666 Set "set breakpoint condition-evaluation" per $cond_bp_target.
3667
3668 2016-02-16 Doug Evans <dje@google.com>
3669
3670 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
3671 * gdb.base/skip1.c: Ditto.
3672 * gdb.base/skip.exp: Whitespace cleanup.
3673
3674 2016-02-16 Don Breazeal <donb@codesourcery.com>
3675
3676 PR remote/19496
3677 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3678 Remove kfail for PR remote/19496.
3679
3680 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
3681
3682 * lib/gdb.exp (standard_temp_file): Return a path specific to
3683 the runtest invocation.
3684
3685 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
3686
3687 * gdb.trace/save-trace.exp: Change relative path to be in the
3688 standard output directory.
3689
3690 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3691
3692 * gdb.arch/i386-prologue.c: Add missing prototypes.
3693
3694 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3695
3696 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
3697 * gdb.arch/i386-prologue.exp: Likewise.
3698 * gdb.arch/i386-size.exp: Likewise.
3699
3700 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
3701
3702 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
3703 define object file path.
3704 * gdb.btrace/gcore.exp: Use standard_output_file to define core
3705 file path.
3706 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
3707 standard_output_file to define binfile.
3708
3709 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3710
3711 Fix compatibility with recent gfortran-5.3.1.
3712 * gdb.fortran/vla-history.exp (print vla1 allocated)
3713 (print vla2 allocated, print $2, print $3): Remove
3714 (print $4): Rename to ...
3715 (print $2): ... here.
3716 (print $9): Rename to ...
3717 (print $5): ... here.
3718 (print $10): Rename to ...
3719 (print $6): ... here.
3720 * gdb.fortran/vla.f90: Add pvla initialization.
3721
3722 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3723
3724 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
3725 New test.
3726 * gdb.fortran/vla-value-sub.exp: Likewise.
3727
3728 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
3729
3730 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
3731
3732 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
3733
3734 * i386-biarch-core.exp: Define corefile using
3735 standard_output_file.
3736
3737 2016-02-12 Yao Qi <yao.qi@linaro.org>
3738
3739 * gdb.arch/arm-single-step-kernel-helper.c: New.
3740 * gdb.arch/arm-single-step-kernel-helper.exp: New.
3741
3742 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
3743
3744 * gdb.btrace/tailcall-only.exp: New.
3745 * gdb.btrace/tailcall-only.c: New.
3746 * gdb.btrace/x86_64-tailcall-only.S: New.
3747 * gdb.btrace/i686-tailcall-only.S: New.
3748
3749 2016-02-11 Pedro Alves <palves@redhat.com>
3750
3751 * README (Parallel testing): Add missing double quotes.
3752
3753 2016-02-11 Pedro Alves <palves@redhat.com>
3754
3755 * README (Parallel testing): New section.
3756 (GDB_PARALLEL): Rewrite.
3757 (FORCE_PARALLEL): Document.
3758
3759 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
3760
3761 * gdb.trace/tfile-avx.c: New test.
3762 * gdb.trace/tfile-avx.exp: New test.
3763
3764 2016-02-09 Keith Seitz <keiths@redhat.com>
3765
3766 PR breakpoints/19546
3767 * gdb.base/infcall-exec.c: New file.
3768 * gdb.base/infcall-exec2.c: New file.
3769 * gdb.base/infcall-exec.exp: New file.
3770
3771 2016-02-09 Keith Seitz <keiths@redhat.com>
3772
3773 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
3774 (toplevel): Call test_bkpt_address.
3775
3776 2016-02-09 Keith Seitz <keiths@redhat.com>
3777
3778 PR python/19506
3779 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
3780 (toplevel): Call test_bkpt_address.
3781
3782 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
3783
3784 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
3785 to AC_OUTPUT.
3786 * configure: Regenerate.
3787
3788 2016-02-09 Pedro Alves <palves@redhat.com>
3789
3790 PR breakpoints/19548
3791 * gdb.base/execl-update-breakpoints.c (some_function): New
3792 function.
3793 (main): Call it.
3794 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
3795 Tighten expected GDB output.
3796
3797 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
3798
3799 * Makefile.in (ALL_SUBDIRS): Remove.
3800 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
3801 (distclean maintainer-clean realclean): Likewise.
3802 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
3803 * configure: Regenerate.
3804 * gdb.ada/Makefile.in: Delete.
3805 * gdb.arch/Makefile.in: Likewise.
3806 * gdb.asm/Makefile.in: Likewise.
3807 * gdb.base/Makefile.in: Likewise.
3808 * gdb.btrace/Makefile.in: Likewise.
3809 * gdb.cell/Makefile.in: Likewise.
3810 * gdb.compile/Makefile.in: Likewise.
3811 * gdb.cp/Makefile.in: Likewise.
3812 * gdb.disasm/Makefile.in: Likewise.
3813 * gdb.dlang/Makefile.in: Likewise.
3814 * gdb.dwarf2/Makefile.in: Likewise.
3815 * gdb.fortran/Makefile.in: Likewise.
3816 * gdb.gdb/Makefile.in: Likewise.
3817 * gdb.go/Makefile.in: Likewise.
3818 * gdb.guile/Makefile.in: Likewise.
3819 * gdb.java/Makefile.in: Likewise.
3820 * gdb.linespec/Makefile.in: Likewise.
3821 * gdb.mi/Makefile.in: Likewise.
3822 * gdb.modula2/Makefile.in: Likewise.
3823 * gdb.multi/Makefile.in: Likewise.
3824 * gdb.objc/Makefile.in: Likewise.
3825 * gdb.opencl/Makefile.in: Likewise.
3826 * gdb.opt/Makefile.in: Likewise.
3827 * gdb.pascal/Makefile.in: Likewise.
3828 * gdb.perf/Makefile.in: Likewise.
3829 * gdb.python/Makefile.in: Likewise.
3830 * gdb.reverse/Makefile.in: Likewise.
3831 * gdb.server/Makefile.in: Likewise.
3832 * gdb.stabs/Makefile.in: Likewise.
3833 * gdb.threads/Makefile.in: Likewise.
3834 * gdb.trace/Makefile.in: Likewise.
3835 * gdb.xml/Makefile.in: Likewise.
3836 * lib/gdb.exp (make_gdb_parallel_path): Add check for
3837 GDB_PARALLEL.
3838 (standard_output_file): Remove check for GDB_PARALLEL, always
3839 return path in outputs/$subdir/$testname.
3840
3841 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
3842
3843 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
3844 (site.exp): Assign abs_srcdir to tcl's srcdir.
3845
3846 2016-02-04 Yao Qi <yao.qi@linaro.org>
3847
3848 * gdb.base/foll-exec-mode.c: Include limits.h.
3849 (main): Add parameters argc and argv. Get directory from
3850 argv[0].
3851 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
3852 compilation.
3853 * gdb.base/foll-exec.c: Include limits.h.
3854 (main): Add parameters argc and argv.
3855 Get directory from argv[0].
3856 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
3857 Adjust tests on the number of lines as source code changed.
3858 * gdb.base/foll-vfork-exit.c: Include limits.h.
3859 (main): Add one line of statement before vfork.
3860 * gdb.base/foll-vfork.c: Include limits.h and string.h.
3861 (main): Add parameters argc and argv. Get directory from
3862 argv[0].
3863 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
3864 (setup_gdb): Set tbreak to skip some source lines.
3865 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
3866 (main): Add parameters argc and argv. Get directory from
3867 argv[0].
3868 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
3869 compilation.
3870 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
3871 (main): Add parameters argc and argv. Get directory from
3872 argv[0].
3873 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
3874 compilation.
3875
3876 2016-02-01 Doug Evans <dje@google.com>
3877
3878 * gdb.base/skip.exp: Clean up multiple references to same test name.
3879
3880 2016-02-01 Pedro Alves <palves@redhat.com>
3881
3882 PR remote/19496
3883 * gdb.threads/forking-threads-plus-breakpoint.exp
3884 (displaced_stepping_supported): New global.
3885 (probe_displaced_stepping_support): New procedure.
3886 (do_test): Add 'displaced' parameter, and use it.
3887 (top level): Check for displaced stepping support. Add displaced
3888 stepping on/off testing axis.
3889
3890 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
3891
3892 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
3893 pointer. Don't perform further tests on the unassociated pointer
3894 if the first test fails.
3895
3896 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
3897
3898 * gdb.base/max-value-size.c: New file.
3899 * gdb.base/max-value-size.exp: New file.
3900 * gdb.base/huge.exp: Disable max-value-size for this test.
3901
3902 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
3903
3904 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
3905
3906 2016-01-28 Yao Qi <yao.qi@linaro.org>
3907
3908 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
3909
3910 2016-01-25 Pedro Alves <palves@redhat.com>
3911
3912 PR threads/19461
3913 * gdb.base/fork-running-state.c: New file.
3914 * gdb.base/fork-running-state.exp: New file.
3915
3916 2016-01-25 Pedro Alves <palves@redhat.com>
3917
3918 PR gdb/19494
3919 * gdb.base/catch-fork-kill.c: New file.
3920 * gdb.base/catch-fork-kill.exp: New file.
3921
3922 2016-01-25 Pedro Alves <palves@redhat.com>
3923
3924 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
3925 Delete, moved to lib/gdb.exp.
3926 * gdb.threads/forking-threads-plus-breakpoint.exp
3927 (foreach_with_prefix): Likewise.
3928 * gdb.threads/process-dies-while-handling-bp.exp
3929 (foreach_with_prefix): Likewise.
3930 * lib/gdb.exp (foreach_with_prefix): New procedure.
3931
3932 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
3933
3934 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
3935 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
3936
3937 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
3938
3939 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
3940 endian targets.
3941
3942 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3943 Pedro Alves <palves@redhat.com>
3944
3945 Fix testsuite compatibility with Guile.
3946 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
3947 number.
3948
3949 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3950
3951 Fix testsuite compatibility with Guile.
3952 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
3953 (thread 1): New test for backtrace through signal handler.
3954
3955 2016-01-22 Yao Qi <yao.qi@linaro.org>
3956
3957 PR testsuite/19491
3958 * gdb.base/multi-forks.c: Include
3959 ../lib/unbuffer_output.c
3960 (main): Call gdb_unbuffer_output.
3961
3962 2016-01-21 Doug Evans <dje@google.com>
3963
3964 * lib/ada.exp (gdb_compile_ada): Fix typo.
3965
3966 2016-01-21 Joel Brobecker <brobecker@adacore.com>
3967
3968 * gdb.base/break-fun-addr.exp: New file.
3969 * gdb.base/break-fun-addr1.c: New file.
3970 * gdb.base/break-fun-addr2.c: New file.
3971
3972 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
3973
3974 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
3975 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
3976 enum flag values.
3977
3978 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
3979
3980 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
3981 when GDB can not set the vector return value. Add more comments
3982 for clarification.
3983
3984 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
3985
3986 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
3987 command.
3988
3989 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
3990
3991 * Makefile.in (DO_RUNTEST): Add --status and update usages.
3992
3993 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
3994
3995 * Makefile.in (check-single): Pass --status to runtest.
3996 (check/%.exp): Likewise.
3997
3998 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
3999
4000 * Makefile.in (check-parallel): Propagate return code from make
4001 do-check-parallel.
4002
4003 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4004
4005 * gdb.trace/ftrace.exp: Fix expected message on continue.
4006 * gdb.trace/pending.exp: Fix expected message on continue.
4007 * gdb.trace/trace-break.exp: Fix expected message on continue.
4008
4009 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4010
4011 * lib/gdb.exp (gdb_test): Remove unused global references.
4012
4013 2016-01-18 Pedro Alves <palves@redhat.com>
4014
4015 * gdb.base/async-shell.exp: Adjust expected output.
4016 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4017 * gdb.base/siginfo-thread.exp: Adjust expected output.
4018 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4019 * gdb.java/jnpe.exp: Adjust expected output.
4020 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4021 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4022 * gdb.threads/leader-exit.exp: Adjust expected output.
4023 * gdb.threads/manythreads.exp: Adjust expected output.
4024 * gdb.threads/pthreads.exp: Adjust expected output.
4025 * gdb.threads/schedlock.exp: Adjust expected output.
4026 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4027 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4028 expected output.
4029 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4030 output.
4031 * gdb.threads/sigthread.exp: Adjust expected output.
4032 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4033
4034 2016-01-18 Yao Qi <yao.qi@linaro.org>
4035
4036 * gdb.guile/scm-section-script.c: Replace @progbits with
4037 %progbits.
4038 * gdb.python/py-section-script.c: Likewise.
4039
4040 2016-01-15 Pedro Alves <palves@redhat.com>
4041
4042 * gdb.multi/tids.exp: Test star wildcard ranges.
4043
4044 2016-01-15 Pedro Alves <palves@redhat.com>
4045
4046 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4047 command from "thread apply" invocation.
4048 (thr_apply_info_thr_invalid): Default the expected output to the
4049 input tid list.
4050 (top level): Add tests that use convenience variables. Add tests
4051 for "thread apply" with a valid TID list, but missing the command.
4052
4053 2016-01-13 Pedro Alves <palves@redhat.com>
4054
4055 * gdb.base/default.exp: Expect $_gthread as well.
4056 * gdb.multi/tids.exp: Test $_gthread.
4057 * gdb.threads/thread-specific.exp: Test $_gthread.
4058
4059 2016-01-13 Pedro Alves <palves@redhat.com>
4060
4061 * gdb.multi/tids.exp: Test "info threads -gid".
4062
4063 2016-01-13 Pedro Alves <palves@redhat.com>
4064
4065 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4066 Breakpoint.thread.
4067 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4068
4069 2016-01-07 Pedro Alves <palves@redhat.com>
4070
4071 * gdb.base/break.exp: Adjust to output changes.
4072 * gdb.base/hbreak2.exp: Likewise.
4073 * gdb.base/sepdebug.exp: Likewise.
4074 * gdb.base/watch_thread_num.exp: Likewise.
4075 * gdb.linespec/keywords.exp: Likewise.
4076 * gdb.multi/info-threads.exp: Likewise.
4077 * gdb.threads/thread-find.exp: Likewise.
4078 * gdb.multi/tids.c: New file.
4079 * gdb.multi/tids.exp: New file.
4080
4081 2016-01-13 Pedro Alves <palves@redhat.com>
4082
4083 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4084
4085 2016-01-13 Pedro Alves <palves@redhat.com>
4086
4087 * gdb.base/default.exp: Expect $_inferior as well.
4088 * gdb.multi/base.exp: Test $_inferior.
4089
4090 2016-01-13 Pedro Alves <palves@redhat.com>
4091
4092 PR breakpoints/19388
4093 * gdb.base/catch-signal-siginfo-cond.c: New file.
4094 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4095
4096 2016-01-12 Josh Stone <jistone@redhat.com>
4097 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4098
4099 * gdb.base/catch-syscall.c (do_execve): New variable.
4100 (main): Conditionally trigger an execve.
4101 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4102 (test_catch_syscall_execve): New, check entry/return across execve.
4103 (do_syscall_tests): Call test_catch_syscall_execve.
4104
4105 2016-01-12 Pedro Alves <palves@redhat.com>
4106
4107 * gdb.base/random-signal.exp (do_test): New procedure, with body
4108 of testcase moved in.
4109
4110 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4111 Pedro Alves <palves@redhat.com>
4112
4113 * gdb.base/funcargs.exp (finish from indirectly called function):
4114 Reintroduce the case for 'First'.
4115
4116 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4117 Pedro Alves <palves@redhat.com>
4118
4119 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4120 (tcatch_vfork_then_child_follow_exec)
4121 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4122 identification.
4123
4124 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4125
4126 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4127 and repeats to unlimited.
4128 * gdb.python/py-value.exp: Likewise.
4129 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4130 and repeats to unlimited.
4131
4132 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4133
4134 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4135 and reordering the functions.
4136 * gdb.multi/hangout.c: Likewise.
4137 * gdb.multi/hello.c: Likewise.
4138
4139 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4140
4141 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4142 absolute.
4143 (SingleStatisticTestResult.report): Use dict.keys instead of
4144 dict.iterkeys.
4145
4146 2016-01-06 Pedro Alves <palves@redhat.com>
4147
4148 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4149
4150 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4151
4152 * gdb.btrace/dlopen.exp: New.
4153 * gdb.btrace/dlopen.c: New.
4154 * gdb.btrace/dlopen-dso.c: New.
4155
4156 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4157
4158 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4159 PATTERN argument is optional.
4160
4161 2015-12-24 Joel Brobecker <brobecker@adacore.com>
4162
4163 * lib/ada.exp (target_compile_ada_from_dir): New function.
4164 (gdb_compile_ada): Reimplement avoiding the use of project files.
4165 * gdb.ada/gnat_ada.gpr: Delete.
4166 * gdb.ada/cond_lang.exp: Adjust test to make path before
4167 filename optional.
4168 * gdb.ada/small_reg_param.exp: Likewise.
4169
4170 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
4171
4172 * gdb.base/foll-vork.exp: Remove HP-UX special case.
4173
4174 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
4175
4176 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4177 case.
4178
4179 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
4180
4181 * gdb.base/break.exp: Remove dead code.
4182 * gdb.base/sepdebug.exp: Likewise.
4183
4184 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4185
4186 * gdb.asm/asm-source.exp: Remove HP-UX references.
4187 * gdb.base/annota1.exp: Likewise.
4188 * gdb.base/annota3.exp: Likewise.
4189 * gdb.base/attach.exp: Likewise.
4190 * gdb.base/bigcore.exp: Likewise.
4191 * gdb.base/break.exp: Likewise.
4192 * gdb.base/call-ar-st.exp: Likewise.
4193 * gdb.base/callfuncs.exp: Likewise.
4194 * gdb.base/catch-fork-static.exp: Likewise.
4195 * gdb.base/display.exp: Likewise.
4196 * gdb.base/foll-exec-mode.exp: Likewise.
4197 * gdb.base/foll-exec.exp: Likewise.
4198 * gdb.base/foll-fork.exp: Likewise.
4199 * gdb.base/foll-vfork.exp: Likewise.
4200 * gdb.base/funcargs.exp: Likewise.
4201 * gdb.base/hbreak2.exp: Likewise.
4202 * gdb.base/inferior-died.exp: Likewise.
4203 * gdb.base/interrupt.exp: Likewise.
4204 * gdb.base/multi-forks.exp: Likewise.
4205 * gdb.base/nodebug.exp: Likewise.
4206 * gdb.base/sepdebug.exp: Likewise.
4207 * gdb.base/solib1.c: Likewise.
4208 * gdb.base/step-test.exp: Likewise.
4209 * gdb.mi/non-stop.c: Likewise.
4210 * gdb.mi/pthreads.c: Likewise.
4211 * gdb.multi/bkpt-multi-exec.ex: Likewise.
4212 * gdb.threads/pthreads.c: Likewise.
4213 * gdb.threads/staticthreads.exp: Likewise.
4214 * lib/future.exp: Likewise.
4215 * lib/gdb.exp: Likewise.
4216 * gdb.base/so-indr-cl.c: Remove.
4217 * gdb.base/so-indr-cl.exp: Likewise.
4218 * gdb.base/solib.c: Likewise.
4219 * gdb.base/solib.exp: Likewise.
4220 * gdb.base/solib2.c: Likewise.
4221
4222 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4223
4224 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4225 * gdb.base/call-ar-st.exp: Likewise.
4226 * gdb.base/callfuncs.exp: Likewise.
4227 * gdb.base/condbreak.exp: Likewise.
4228 * gdb.base/constvars.exp: Likewise.
4229 * gdb.base/hbreak2.exp: Likewise.
4230 * gdb.base/langs.exp: Likewise.
4231 * gdb.base/list.exp: Likewise.
4232 * gdb.base/long_long.exp: Likewise.
4233 * gdb.base/ptype.exp: Likewise.
4234 * gdb.base/scope.exp: Likewise.
4235 * gdb.base/signals.exp: Likewise.
4236 * gdb.base/so-impl-ld.exp: Likewise.
4237 * gdb.base/varargs.exp: Likewise.
4238 * gdb.base/volatile.exp: Likewise.
4239 * gdb.base/whatis.exp: Likewise.
4240 * gdb.cp/cplusfuncs.exp: Likewise.
4241 * gdb.cp/inherit.exp: Likewise.
4242 * gdb.cp/local.exp: Likewise.
4243 * gdb.cp/member-ptr.exp: Likewise.
4244 * gdb.cp/method.exp: Likewise.
4245 * gdb.cp/overload.exp: Likewise.
4246 * gdb.cp/templates.exp: Likewise.
4247 * gdb.stabs/weird.exp: Likewise.
4248 * lib/compiler.c: Likewise.
4249 * lib/compiler.cc: Likewise.
4250 * lib/cp-support.exp: Likewise.
4251 * lib/gdb.exp: Likewise.
4252
4253 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
4254
4255 * configure.ac: Remove HP-UX case.
4256 * configure: Regenerate.
4257
4258 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
4259
4260 * lib/gdb.exp (gdb_compile): Add function doc.
4261
4262 2015-12-17 Pedro Alves <palves@redhat.com>
4263
4264 PR threads/19354
4265 * gdb.multi/info-threads.exp: New file.
4266
4267 2015-12-15 Yao Qi <yao.qi@linaro.org>
4268
4269 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4270 is aarch64*-*-*.
4271
4272 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4273
4274 * gdb.base/history-duplicates.exp: Skip if no readline support.
4275
4276 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4277
4278 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4279
4280 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4281
4282 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4283
4284 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4285
4286 * gdb.base/completion.exp: Skip tests that interrupt GDB with
4287 ctrl-C if nointerrupts target property is set.
4288 * gdb.base/double-prompt-target-event-error.exp: Likewise.
4289 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4290 * gdb.base/paginate-bg-execution.exp: Likewise.
4291 * gdb.base/paginate-execution-startup.exp: Likewise.
4292 * gdb.base/random-signal.exp: Likewise.
4293 * gdb.base/range-stepping.exp: Likewise.
4294 * gdb.cp/annota2.exp: Likewise.
4295 * gdb.cp/annota3.exp: Likewise.
4296 * gdb.gdb/selftest.exp: Likewise.
4297 * gdb.threads/continue-pending-status.exp: Likewise.
4298 * gdb.threads/leader-exit.exp: Likewise.
4299 * gdb.threads/manythreads.exp: Likewise.
4300 * gdb.threads/pthreads.exp: Likewise.
4301 * gdb.threads/schedlock.exp: Likewise.
4302 * gdb.threads/sigthread.exp: Likewise.
4303
4304 2015-12-11 Don Breazeal <donb@codesourcery.com>
4305
4306 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4307 remote.
4308 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4309 * gdb.base/foll-exec.exp (main): Enable for target remote.
4310 * gdb.base/foll-fork.exp (main): Likewise.
4311 * gdb.base/foll-vfork.exp (main): Likewise.
4312 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4313 (proc continue_to_exit_bp_loc): Use clean_restart.
4314 * gdb.base/pie-execl.exp (main): Disable for target remote.
4315 * gdb.base/watch-vfork.exp (main): Enable for target remote.
4316 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4317 * gdb.threads/execl.exp (main): Likewise.
4318 * gdb.threads/fork-child-threads.exp (main): Likewise.
4319 * gdb.threads/fork-plus-threads.exp (main): Disable for target
4320 remote.
4321 * gdb.threads/fork-thread-pending.exp (main): Enable for target
4322 remote.
4323 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4324 pid.tid style ptids, instead of just tid.
4325 * gdb.threads/thread-execl.exp (main): Enable for target remote.
4326 * gdb.threads/watchpoint-fork.exp (main): Likewise.
4327 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4328 ptids, instead of just tid.
4329
4330 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4331
4332 * gdb.base/list.exp (test_list_forward): Add end of file error
4333 test.
4334 (test_repeat_list_command): Add end of file error test.
4335 (test_list_backwards): Add beginning of file error test.
4336
4337 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4338
4339 * gdb.base/list.exp (test_list_invalid_args): New function,
4340 defined, and called.
4341
4342 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4343
4344 * gdb.base/list.exp (test_list): Make test names unique.
4345
4346 2015-12-11 Yao Qi <yao.qi@linaro.org>
4347
4348 * gdb.base/coremaker2.c: Remove.
4349
4350 2015-12-10 Pedro Alves <palves@redhat.com>
4351
4352 * gdb.multi/base.exp: Remove stale "spaces" references.
4353
4354 2015-12-10 Pedro Alves <palves@redhat.com>
4355
4356 * gdb.multi/base.exp: Don't use nowarnings.
4357 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
4358 * gdb.multi/hangout.c: Include stdio.h.
4359 * gdb.multi/hello.c: Include stdlib.h.
4360 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
4361 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
4362 * gdb.multi/multi-arch.exp: Don't use nowarnings.
4363
4364 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
4365
4366 * gdb.dwarf2/dw2-ranges-base.c: New file.
4367 * gdb.dwarf2/dw2-ranges-base.exp: New file.
4368 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
4369 support additional line table, and debug ranges generation.
4370 (Dwarf::ranges): New function, generate .debug_ranges.
4371 (Dwarf::lines): Support generating simple line table programs.
4372 (Dwarf::assemble): Initialise new namespace variables.
4373
4374 2015-12-09 Kevin Buettner <kevinb@redhat.com>
4375
4376 * gdb.base/async.exp (proc test_background): Add case for
4377 asynchronous execution not supported.
4378
4379 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
4380
4381 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
4382 format and change test names to make them unique.
4383
4384 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
4385 Pedro Alves <pedro@redhat.com>
4386
4387 PR gdb/18702
4388 Add checking of floatformats setup on x86_64 hosts.
4389 * gdb.arch/i386-float.S (main): Load bigval and smallval.
4390 (smallval, bigval): New labels/constants.
4391 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
4392 float" after loading bigval and smallval.
4393
4394 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
4395
4396 * gdb.ada/fun_overload_menu.exp: New testcase.
4397 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
4398
4399 2015-12-04 Josh Stone <jistone@redhat.com>
4400
4401 * gdb.base/catch-fork-static.exp: New.
4402
4403 2015-12-03 Yao Qi <yao.qi@linaro.org>
4404
4405 * gdb.base/sizeof.c: Don't include stdio.h and
4406 ../lib/unbuffer_output.c.
4407 (main): New variable 'size' and 'value'. Remove printf and
4408 gdb_unbuffer_output. Assign return value to size and value.
4409 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
4410 at the beginning.
4411 (check_sizeof): Check the result by printing variable 'size'.
4412 (check_valueof): Check the result by printing variable 'value'.
4413
4414 2015-12-01 Yao Qi <yao.qi@linaro.org>
4415
4416 * gdb.base/disp-step-syscall.exp: Define syscall instruction
4417 for aarch64*-*-linux* target.
4418
4419 2015-11-30 Pedro Alves <palves@redhat.com>
4420
4421 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
4422
4423 2015-11-30 Pedro Alves <palves@redhat.com>
4424
4425 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
4426 Handle non-stop mode vCont replies.
4427
4428 2015-11-30 Pedro Alves <palves@redhat.com>
4429
4430 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
4431 prepare_for_testing. Start gdb with "set non-stop on" appended to
4432 GDBFLAGS. Lax expected stop output.
4433
4434 2015-11-27 Yao Qi <yao.qi@linaro.org>
4435
4436 * gdb.arch/arm-neon.exp: New.
4437 * gdb.arch/arm-neon.c: New.
4438
4439 2015-11-27 Yao Qi <yao.qi@linaro.org>
4440
4441 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
4442
4443 2015-11-27 Yao Qi <yao.qi@linaro.org>
4444
4445 * gdb.cp/annota2.exp: Allow multiple occurrences of the
4446 frames-invalid annotation.
4447
4448 2015-11-27 Yao Qi <yao.qi@linaro.org>
4449
4450 * gdb.cp/annota2.exp: Use ${frames_invalid}.
4451
4452 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
4453
4454 * gdb.threads/names.exp: New file.
4455 * gdb.threads/names.c: New file.
4456 * README: Mention gdb,no_thread_names.
4457
4458 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
4459
4460 PR 19297
4461 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
4462 support" error.
4463
4464 2015-11-24 Pedro Alves <palves@redhat.com>
4465
4466 PR 17539
4467 * gdb.base/display.exp: Expect displays to be sorted in ascending
4468 order. Use multi_line.
4469 * gdb.base/solib-display.exp: Likewise.
4470
4471 2015-11-24 Pedro Alves <palves@redhat.com>
4472
4473 PR 17539
4474 * gdb.base/display.exp: Expect displays to be sorted in ascending
4475 order. Use multi_line.
4476 * gdb.base/solib-display.exp: Likewise.
4477
4478 2015-11-24 Pedro Alves <palves@redhat.com>
4479
4480 PR 17539
4481 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
4482 threads in ascending order.
4483 * gdb.base/foll-fork.exp: Likewise.
4484 * gdb.base/foll-vfork.exp: Likewise.
4485 * gdb.base/multi-forks.exp: Likewise.
4486 * gdb.mi/mi-nonstop.exp: Likewise.
4487 * gdb.mi/mi-nsintrall.exp: Likewise.
4488 * gdb.multi/base.exp: Likewise.
4489 * gdb.multi/multi-arch.exp: Likewise.
4490 * gdb.python/py-inferior.exp: Likewise.
4491 * gdb.threads/break-while-running.exp: Likewise.
4492 * gdb.threads/execl.exp: Likewise.
4493 * gdb.threads/gcore-thread.exp: Likewise.
4494 * gdb.threads/info-threads-cur-sal.exp: Likewise.
4495 * gdb.threads/kill.exp: Likewise.
4496 * gdb.threads/linux-dp.exp: Likewise.
4497 * gdb.threads/multiple-step-overs.exp: Likewise.
4498 * gdb.threads/next-bp-other-thread.exp: Likewise.
4499 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
4500 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
4501 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
4502 * gdb.threads/thread-find.exp: Likewise.
4503 * gdb.threads/tls.exp: Likewise.
4504 * lib/mi-support.exp (mi_reverse_list): Delete.
4505 (mi_check_thread_states): No longer reverse list.
4506
4507 2015-11-24 Pedro Alves <palves@redhat.com>
4508
4509 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
4510 use lowercase.
4511
4512 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4513
4514 * gdb.trace/actions.c: Include trace-common.h.
4515 (main): Add a location for a fast tracepoint.
4516 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
4517 the normal tracepoints.
4518 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
4519
4520 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4521
4522 * save-trace.exp: Factor out code to these...
4523 (gdb_save_tracepoints): New.
4524 (gdb_load_tracepoints): New.
4525 (do_save_load_test): New.
4526
4527 2015-11-23 Kevin Buettner <kevinb@redhat.com>
4528
4529 * gdb.base/asmlabel.exp: New test.
4530 * gdb.base/asmlabel.c: New test case.
4531
4532 2015-11-23 Joel Brobecker <brobecker@adacore.com>
4533
4534 * gdb.base/wrong_frame_bt_full-main.c: New file.
4535 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
4536 * gdb.base/wrong_frame_bt_full.exp: New file.
4537
4538 2015-11-23 Joel Brobecker <brobecker@adacore.com>
4539
4540 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
4541
4542 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4543
4544 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
4545 pstate register when comparing registers values in
4546 sparc64-*-linux-gnu targets to avoid spurious differences.
4547
4548 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4549
4550 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
4551
4552 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
4553
4554 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
4555 as type argument to gdb_compile.
4556 * gdb.base/nested-subp2.exp: Likewise.
4557 * gdb.base/nested-subp3.exp: Likewise.
4558
4559 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
4560
4561 * lib/dwarf.exp (_note): Fix left shift of negative value.
4562 * gdb.trace/trace-condition.exp: Likewise.
4563
4564 2015-11-13 Yao Qi <yao.qi@linaro.org>
4565
4566 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
4567 comments about d10v.
4568 (test_scalar_returns): Likewise.
4569 * gdb.base/d10v.ld: Remove.
4570 * gdb.base/overlays.exp: Remove the target triplet checking for
4571 d10v-*-*.
4572 * gdb.base/structs.exp (test_struct_returns): Remove the
4573 comments about d10v.
4574 (test_struct_calls): Likewise.
4575
4576 2015-11-13 Yao Qi <yao.qi@linaro.org>
4577
4578 * gdb.base/gnu_vector.exp: Check the return value by "p res".
4579 * gdb.base/gnu_vector.c: Don't include stdio.h.
4580 (main): Don't print res and call add_some_intvecs.
4581
4582 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
4583
4584 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
4585 macro.
4586 (func5): Removed.
4587 (func4): Use FAST_TRACEPOINT_LABEL.
4588 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
4589 macro.
4590 (func): Removed.
4591 (thread_function): Use FAST_TRACEPOINT_LABEL.
4592 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
4593 (func): Remove.
4594 (marker): Use FAST_TRACEPOINT_LABEL.
4595 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
4596 (pendfunc1): Remove.
4597 (pendfunc): Use FAST_TRACEPOINT_LABEL.
4598 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
4599 (foo): Remove.
4600 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
4601 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
4602 macro.
4603 (func): Remove.
4604 (marker): Use FAST_TRACEPOINT_LABEL.
4605 * gdb.trace/trace-common.h: New header.
4606 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
4607 macro.
4608 (func): Remove.
4609 (marker): Use FAST_TRACEPOINT_LABEL.
4610 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
4611 (func): Remove.
4612 (thread_function): Use FAST_TRACEPOINT_LABEL.
4613
4614 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
4615
4616 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
4617 in front.
4618 * gdb.trace/change-loc.exp: Use global pcreg definition.
4619 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
4620 * gdb.trace/entry-values.exp: Use global spreg definition, add $
4621 in front.
4622 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
4623 * gdb.trace/pending.exp: Likewise.
4624 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
4625 * gdb.trace/trace-break.exp: Likewise.
4626 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
4627 in front.
4628 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
4629 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
4630 in front.
4631 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
4632
4633 2015-11-09 Joel Brobecker <brobecker@adacore.com>
4634
4635 * gdb.ada/fin_fun_out: New testcase.
4636
4637 2015-11-07 Kevin Buettner <kevinb@redhat.com>
4638
4639 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
4640 value associated with DW_AT_byte_size.
4641 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
4642 constants for DW_AT_byte_size, DW_AT_lower_bound, and
4643 DW_AT_upper_bound.
4644
4645 2015-11-07 Kevin Buettner <kevinb@redhat.com>
4646
4647 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
4648 (gdb_target_symbol_prefix_flags): Define in terms of _asm
4649 version.
4650 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
4651 gdb.dwarf2/dw2-canonicalize-type.exp,
4652 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
4653 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
4654 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
4655 provided by gdb_target_symbol_prefix_flags_asm.
4656 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
4657 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
4658 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
4659 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
4660 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
4661 macros where needed). Use this macro for symbols which require
4662 the prefix provided by SYMBOL_PREFIX.
4663
4664 2015-11-05 Kevin Buettner <kevinb@redhat.com>
4665
4666 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
4667 New procs.
4668 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
4669 representing expressions, of more than one list element.
4670 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
4671 to prepend linker symbol prefix to f.
4672 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
4673 table_1 and table_2.
4674 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
4675 Likewise, for f and g.
4676 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
4677 for ptr.
4678 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
4679 for main.
4680 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
4681 table_1_ptr and table_2_ptr.
4682
4683 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4684 Joel Brobecker <brobecker@adacore.com>
4685
4686 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
4687
4688 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
4689
4690 * gdb.reverse/s390-mvcle.c: New test.
4691 * gdb.reverse/s390-mvcle.exp: New file.
4692 * lib/gdb.exp: Enable reverse tests on s390*-linux.
4693
4694 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
4695
4696 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
4697
4698 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
4699
4700 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
4701 reaching marker2.
4702 * gdb.reverse/getresuid-reverse.exp: Likewise.
4703 * gdb.reverse/pipe-reverse.exp: Likewise.
4704 * gdb.reverse/readv-reverse.exp: Likewise.
4705 * gdb.reverse/recvmsg-reverse.exp: Likewise.
4706 * gdb.reverse/time-reverse.exp: Likewise.
4707 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
4708
4709 2015-10-30 Yao Qi <yao.qi@linaro.org>
4710
4711 * gdb.threads/wp-replication.c (watch_count_done): Remove.
4712 (empty_cycle): Remove.
4713 (main): Don't call empty_cycle. Don't use watch_count_done.
4714 * gdb.threads/wp-replication.exp: Don't set breakpoint on
4715 empty_cycle. Rewrite the code counting HW watchpoints.
4716
4717 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
4718
4719 * gdb.reverse/fstatat-reverse.c: New test.
4720 * gdb.reverse/fstatat-reverse.exp: New file.
4721 * gdb.reverse/getresuid-reverse.c: New test.
4722 * gdb.reverse/getresuid-reverse.exp: New file.
4723 * gdb.reverse/pipe-reverse.c: New test.
4724 * gdb.reverse/pipe-reverse.exp: New file.
4725 * gdb.reverse/readv-reverse.c: New test.
4726 * gdb.reverse/readv-reverse.exp: New file.
4727 * gdb.reverse/recvmsg-reverse.c: New test.
4728 * gdb.reverse/recvmsg-reverse.exp: New file.
4729 * gdb.reverse/time-reverse.c: New test.
4730 * gdb.reverse/time-reverse.exp: New file.
4731 * gdb.reverse/waitpid-reverse.c: New test.
4732 * gdb.reverse/waitpid-reverse.exp: New file.
4733
4734 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4735
4736 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
4737
4738 2015-10-26 Doug Evans <dje@google.com>
4739
4740 PR symtab/17391
4741 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
4742 * gdb.dwarf2/bad-regnum.c: New file.
4743 * gdb.dwarf2/bad-regnum.exp: New file.
4744
4745 2015-10-26 Doug Evans <dje@google.com>
4746
4747 PR python/18938
4748 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
4749 file.
4750
4751 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4752
4753 * gdb.compile/compile.exp (compile code globalvar): Update expectation
4754 for a change by "Mention language in compile error message".
4755
4756 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
4757
4758 PR python/18073
4759 * gdb.python/py-type.c (C::a_method): New.
4760 (C::a_const_method): New.
4761 (C::a_static_method): New.
4762 (a_function): New.
4763 * gdb.python/py-type.exp (test_fields): Test getting fields
4764 from function and method.
4765
4766 2015-10-21 Keven Boell <keven.boell@intel.com>
4767
4768 * gdb.fortran/vla-alloc-assoc.exp: New file.
4769 * gdb.fortran/vla-datatypes.exp: New file.
4770 * gdb.fortran/vla-datatypes.f90: New file.
4771 * gdb.fortran/vla-history.exp: New file.
4772 * gdb.fortran/vla-ptype-sub.exp: New file.
4773 * gdb.fortran/vla-ptype.exp: New file.
4774 * gdb.fortran/vla-sizeof.exp: New file.
4775 * gdb.fortran/vla-sub.f90: New file.
4776 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
4777 * gdb.fortran/vla-value-sub-finish.exp: New file.
4778 * gdb.fortran/vla-value-sub.exp: New file.
4779 * gdb.fortran/vla-value.exp: New file.
4780 * gdb.fortran/vla-ptr-info.exp: New file.
4781 * gdb.mi/mi-vla-fortran.exp: New file.
4782 * gdb.mi/vla.f90: New file.
4783
4784 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
4785
4786 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
4787 of hardwired timeout value.
4788
4789 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4790 Pedro Alves <palves@redhat.com>
4791
4792 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
4793 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
4794
4795 2015-10-19 Josh Stone <jistone@redhat.com>
4796
4797 * gdb.base/catch-syscall.c: Include <sched.h>.
4798 (unknown_syscall): New variable.
4799 (main): Trigger a vfork and an unknown syscall.
4800 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
4801 (unknown_syscall_number): Likewise.
4802 (check_call_to_syscall): Accept an optional syscall pattern.
4803 (check_return_from_syscall): Likewise.
4804 (check_continue): Likewise.
4805 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
4806 (test_catch_syscall_skipping_return): New test toggling off 'catch
4807 syscall' to step over the syscall return, then toggling back on.
4808 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
4809 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
4810 (do_syscall_tests): Call test_catch_syscall_without_args and
4811 test_catch_syscall_mid_vfork.
4812 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
4813 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
4814
4815 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
4816
4817 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
4818 print g_vE): Add new pass patterns.
4819 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
4820 print various symbol names for vptr fields.
4821
4822 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
4823
4824 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
4825 results.
4826
4827 2015-10-12 Yao Qi <yao.qi@linaro.org>
4828
4829 * gdb.arch/disp-step-insn-reloc.exp: New test case.
4830
4831 2015-10-12 Yao Qi <yao.qi@linaro.org>
4832
4833 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
4834 is aarch64*-*-linux*.
4835
4836 2015-10-12 Yao Qi <yao.qi@linaro.org>
4837
4838 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
4839 (can_relocate_bcond_true): ... it.
4840 (can_relocate_bcond_false): New function.
4841 (foo): Likewise.
4842 (can_relocate_bl): Likewise.
4843 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
4844 can_relocate_bl.
4845
4846 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
4847
4848 * gdb.base/nested-addr.c: New file.
4849 * gdb.base/nested-addr.exp: New testcase.
4850
4851 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
4852
4853 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
4854 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
4855 its output. Ignore the output of "record goto begin" and instead
4856 check that GDB is replaying.
4857
4858 2015-10-09 Pedro Alves <palves@redhat.com>
4859
4860 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
4861 (top level): Use it in the run with no args test.
4862
4863 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
4864
4865 * gdb.dlang/properties.exp: New file.
4866
4867 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
4868
4869 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
4870 whether or not address 0x1000 is mapped on the target.
4871
4872 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
4873
4874 * gdb.python/py-type.exp: Do not run tests if binaries fail to
4875 build.
4876
4877 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
4878
4879 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
4880 instruction-history test.
4881
4882 2015-09-28 Doug Evans <dje@google.com>
4883
4884 * gdb.base/gcore.c (array_func): Add reference to static_array.
4885
4886 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
4887
4888 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
4889 source line.
4890
4891 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
4892
4893 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
4894 short or char as base type.
4895
4896 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
4897
4898 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
4899 to allow any size enum.
4900
4901 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
4902
4903 * gdb.ada/array_ptr_renaming.exp: New testcase.
4904 * gdb.ada/array_ptr_renaming/foo.adb: New file.
4905 * gdb.ada/array_ptr_renaming/pack.ads: New file.
4906
4907 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
4908
4909 * gdb.trace/ftrace-lock.c: New file.
4910 * gdb.trace/ftrace-lock.exp: New file.
4911
4912 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
4913
4914 * gdb.arch/insn-reloc.c: New file.
4915 * gdb.arch/ftrace-insn-reloc.exp: New file.
4916
4917 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
4918
4919 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
4920 instruction.
4921 * gdb.trace/pendshr1.c (pendfunc): Likewise.
4922 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
4923 * gdb.trace/range-stepping.c: Likewise.
4924 * gdb.trace/trace-break.c: Likewise.
4925 * gdb.trace/trace-mt.c (thread_function): Likewise.
4926 * gdb.trace/ftrace.c (marker): Likewise.
4927 * gdb.trace/trace-condition.c (marker): Likewise.
4928 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
4929 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
4930 is_aarch64_target.
4931
4932 2015-09-18 Doug Evans <xdje42@gmail.com>
4933
4934 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
4935 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
4936
4937 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
4938
4939 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
4940 the breakpoint.
4941
4942 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
4943
4944 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
4945 the pending breakpoint. Remove timeout override for "Run till
4946 MI pending breakpoint on pendfunc3 on thread 2" test.
4947
4948 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
4949
4950 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
4951 filename pattern.
4952
4953 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
4954
4955 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
4956 in breakpoint filename pattern.
4957
4958 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
4959
4960 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
4961
4962 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
4963
4964 * gdb.linespec/explicit.exp: Check for readline support for
4965 tab-completion tests. Fix obvious typo.
4966
4967 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
4968
4969 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
4970 and replay.
4971
4972 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
4973
4974 * gdb.btrace/non-stop.c: New.
4975 * gdb.btrace/non-stop.exp: New.
4976
4977 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
4978 Yao Qi <yao.qi@linaro.org>
4979
4980 * gdb.trace/trace-condition.c: New file.
4981 * gdb.trace/trace-condition.exp: New file.
4982
4983 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
4984
4985 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
4986 for testing bytecode compilation.
4987
4988 2015-09-16 Pedro Alves <palves@redhat.com>
4989 Sandra Loosemore <sandra@codesourcery.com>
4990
4991 * gdb.threads/non-stop-fair-events.c (timeout): New global.
4992 (SECONDS): Redefine.
4993 (main): Call pthread_kill and alarm early.
4994 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
4995 support.
4996 (test): If the target can't hardware step and doesn't support
4997 displaced stepping, increase the timeout.
4998
4999 2015-09-16 Pedro Alves <palves@redhat.com>
5000
5001 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5002 (enable_debug): New procedures.
5003 (test): Use them. Bail out if waiting for threads fails.
5004 (top level): Bail out if a test fails.
5005
5006 2015-09-16 Yao Qi <yao.qi@linaro.org>
5007
5008 * gdb.asm/asm-source.exp: Set asm-arch for
5009 aarch64*-*-* target.
5010 * gdb.asm/aarch64.inc: New file.
5011
5012 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5013
5014 * gdb.ada/array_of_variable_length.exp: New testcase.
5015 * gdb.ada/array_of_variable_length/foo.adb: New file.
5016 * gdb.ada/array_of_variable_length/pck.adb: New file.
5017 * gdb.ada/array_of_variable_length/pck.ads: New file.
5018
5019 2015-09-15 Doug Evans <dje@google.com>
5020
5021 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5022 of function static local variable.
5023
5024 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5025
5026 * gdb.threads/tls-so_extern.exp: New test file.
5027 * gdb.threads/tls-so_extern.c: New test file.
5028 * gdb.threads/tls-so_extern_main.c: New test file.
5029
5030 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5031
5032 * gdb.opt/solib-intra-step-lib.c: New file.
5033 * gdb.opt/solib-intra-step-main.c: New file.
5034 * gdb.opt/solib-intra-step.exp: New file.
5035
5036 2015-09-15 Pedro Alves <palves@redhat.com>
5037
5038 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5039 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5040
5041 2015-09-14 Pedro Alves <palves@redhat.com>
5042
5043 * gdb.base/hook-stop-continue.c: Delete.
5044 * gdb.base/hook-stop-continue.exp: Delete.
5045 * gdb.base/hook-stop-frame.c: Delete.
5046 * gdb.base/hook-stop-frame.exp: Delete.
5047 * gdb.base/hook-stop.c: New file.
5048 * gdb.base/hook-stop.exp: New file.
5049
5050 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5051
5052 * gdb.ada/access_to_packed_array.exp: New testcase.
5053 * gdb.ada/access_to_packed_array/foo.adb: New file.
5054 * gdb.ada/access_to_packed_array/pack.adb: New file.
5055 * gdb.ada/access_to_packed_array/pack.ads: New file.
5056
5057 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5058
5059 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5060 buffer size test.
5061
5062 2015-09-11 Don Breazeal <donb@codesourcery.com>
5063
5064 * gdb.base/foll-exec.c: Add copyright header. Fix
5065 formatting issues.
5066 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5067 (do_exec_tests): Use clean_restart in place of zap_session,
5068 and for test initialization. Fix formatting issues. Use
5069 fail in place of perror.
5070 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5071 an expect statement to match an expression with output from
5072 the program under debug.
5073 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5074 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5075 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5076 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5077 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5078
5079 2015-09-09 Doug Evans <dje@google.com>
5080
5081 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5082
5083 2015-09-09 Doug Evans <dje@google.com>
5084
5085 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5086
5087 2015-09-09 Doug Evans <dje@google.com>
5088
5089 * gdb.base/savedregs.exp: Fix typo.
5090
5091 2015-09-09 Pedro Alves <palves@redhat.com>
5092
5093 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5094
5095 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5096
5097 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5098 command actually switches threads. Give up on remaining
5099 tests if target fails to stop at breakpoint.
5100
5101 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5102
5103 * gdb.ada/funcall_char.exp: New testcase.
5104 * gdb.ada/funcall_char/foo.adb: New file.
5105
5106 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5107
5108 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5109 expected outputs. Add two testcases for completing ambiguous
5110 functions.
5111 * gdb.ada/complete/aux_pck.adb: New file.
5112 * gdb.ada/complete/aux_pck.ads: New file.
5113 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5114 Ambiguous_Func functions.
5115 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5116 * gdb.ada/complete/pck.adb: Likewise.
5117
5118 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5119
5120 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5121 failures to run the test program under GDB.
5122
5123 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
5124
5125 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5126 to C.
5127
5128 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5129
5130 * gdb.base/run-after-attach.exp: New test file.
5131 * gdb.base/run-after-attach.c: New test file.
5132
5133 2015-08-26 Don Breazeal <donb@codesourcery.com>
5134
5135 * gdb.base/foll-exec-2.c: New test program.
5136 * gdb.base/foll-exec-2.exp: New test.
5137
5138 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5139
5140 * gdb.base/nested-subp1.exp: New file.
5141 * gdb.base/nested-subp1.c: New file.
5142 * gdb.base/nested-subp2.exp: New file.
5143 * gdb.base/nested-subp2.c: New file.
5144 * gdb.base/nested-subp3.exp: New file.
5145 * gdb.base/nested-subp3.c: New file.
5146
5147 2015-08-24 Pedro Alves <palves@redhat.com>
5148
5149 * gdb.server/connect-without-multi-process.c: New file.
5150 * gdb.server/connect-without-multi-process.exp: New file.
5151
5152 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5153
5154 * gdb.opt/inline-markers.c: Make z int.
5155
5156 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5157
5158 * gdb.opt/inline-markers.c: Make z volatile.
5159
5160 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5161
5162 * gdb.opt/inline-bt.c: New volatile global z.
5163 * gdb.opt/inline-cmds.c: Likewise.
5164 * gdb.opt/inline-locals.c: Likewise.
5165 * gdb.opt/inline-markers.c: New extern global z.
5166 (marker): Use z.
5167 (inline_fn): Likewise.
5168
5169 2015-08-24 Pedro Alves <palves@redhat.com>
5170
5171 * config/m32r-stub.exp: Remove file.
5172 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5173 * gdb.base/call-rt-st.exp: Likewise.
5174 * gdb.base/call-strs.exp: Likewise.
5175 * gdb.base/default.exp: Remove references to h8300-*-hms and
5176 *-*-udi*.
5177 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5178
5179 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5180
5181 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5182 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
5183 and "return" use KFAIL when GDB can not read/write the vector
5184 return value.
5185
5186 2015-08-21 Gary Benson <gbenson@redhat.com>
5187
5188 * gdb.trace/pending.exp: Cope with remote transfer warnings.
5189
5190 2015-08-20 Pedro Alves <palves@redhat.com>
5191
5192 * gdb.server/solib-list.exp: No longer expect an interior stop in
5193 non-stop mode.
5194
5195 2015-08-20 Pedro Alves <palves@redhat.com>
5196
5197 * gdb.server/connect-stopped-target.c: New file.
5198 * gdb.server/connect-stopped-target.exp: New file.
5199
5200 2015-08-20 Pedro Alves <palves@redhat.com>
5201
5202 * gdb.dwarf2/comp-unit-lang.exp: New file.
5203 * gdb.dwarf2/comp-unit-lang.c: New file.
5204
5205 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
5206
5207 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5208 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5209
5210 2015-08-19 Kevin Buettner <kevinb@redhat.com>
5211
5212 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5213 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5214
5215 2015-08-18 Doug Evans <dje@google.com>
5216 Adrian Sendroiu <adrian.sendroiu@freescale.com>
5217
5218 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5219 skip_python_tests. New arg prompt_regexp.
5220 (skip_python_tests): New function.
5221 * lib/mi-support.exp (mi_skip_python_tests): New function.
5222 * gdb.python/py-mi-objfile-gdb.py: New file.
5223 * gdb.python/py-mi-objfile.c: New file.
5224 * gdb.python/py-mi-objfile.exp: New file.
5225
5226 2015-08-17 Keith Seitz <keiths@redhat.com>
5227
5228 * gdb.linespec/explicit.exp: Move strace test from here ...
5229 * gdb.trace/strace.exp: ... to here.
5230
5231 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
5232
5233 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5234 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5235
5236 2015-08-14 Doug Evans <xdje42@gmail.com>
5237
5238 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5239 inferior before selecting a new file.
5240
5241 2015-08-14 Doug Evans <xdje42@gmail.com>
5242
5243 * gdb.mi/mi-disassemble.exp: Update.
5244 * gdb.base/disasm-optim.S: New file.
5245 * gdb.base/disasm-optim.c: New file.
5246 * gdb.base/disasm-optim.h: New file.
5247 * gdb.base/disasm-optim.exp: New file.
5248
5249 2015-08-14 Keith Seitz <keiths@redhat.com>
5250
5251 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5252 "evaluated-by".
5253
5254 2015-08-13 Joel Brobecker <brobecker@adacore.com>
5255
5256 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5257
5258 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
5259
5260 * gdb.ada/fun_renaming.exp: New testcase.
5261 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5262 * gdb.ada/fun_renaming/pack.adb: New file.
5263 * gdb.ada/fun_renaming/pack.ads: New file.
5264
5265 2015-08-12 Keith Seitz <keiths@redhat.com>
5266
5267 * gdb.base/dso2dso.exp: Pass basename of source file in call to
5268 gdb_get_line_number.
5269
5270 2015-08-12 Joel Brobecker <brobecker@adacore.com>
5271
5272 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5273 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5274 gdb.base/dso2dso.exp: New files.
5275
5276 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
5277 Pedro Alves <palves@redhat.com>
5278 Keith Seitz <keiths@redhat.com>
5279
5280 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5281 GDBFLAGS.
5282
5283 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5284
5285 * gdb.base/gdbhistsize-history.exp
5286 (test_histsize_history_setting): Use save_vars.
5287 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5288 Use save_vars.
5289 (test_no_truncation_of_unlimited_history_file): Use save_vars.
5290 * gdb.base/readline.exp: Use save_vars.
5291
5292 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5293
5294 * lib/gdb.exp (save_vars): New proc.
5295
5296 2015-08-11 Keith Seitz <keiths@redhat.com>
5297
5298 * gdb.base/help.exp: Update help_breakpoint_text.
5299
5300 2015-08-11 Keith Seitz <keiths@redhat.com>
5301
5302 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5303 (at toplevel): Call test_explicit_breakpoints.
5304 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5305 breakpoints.
5306 * lib/mi-support.exp (mi_make_breakpoint): Add support for
5307 breakpoint conditions, "-cond".
5308
5309 2015-08-11 Keith Seitz <keiths@redhat.com>
5310
5311 * gdb.linespec/3explicit.c: New file.
5312 * gdb.linespec/cpexplicit.cc: New file.
5313 * gdb.linespec/cpexplicit.exp: New file.
5314 * gdb.linespec/explicit.c: New file.
5315 * gdb.linespec/explicit.exp: New file.
5316 * gdb.linespec/explicit2.c: New file.
5317 * gdb.linespec/ls-errs.exp: Add explicit location tests.
5318 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5319 before using in the matching pattern.
5320 Clarify that `prefix' is a regular expression.
5321
5322 2015-08-11 Keith Seitz <keiths@redhat.com>
5323
5324 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5325 test.
5326 Add tests for missing ",FMT" and ",".
5327
5328 2015-08-10 Doug Evans <dje@google.com>
5329 Keith Seitz <keiths@redhat.com>
5330
5331 PR gdb/17960
5332 * gdb.base/completion.exp: Add location completer tests.
5333
5334 2015-08-07 Pedro Alves <palves@redhat.com>
5335
5336 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
5337 tests here.
5338 (top level): Run do_test with and without displaced stepping.
5339
5340 2015-08-07 Pedro Alves <palves@redhat.com>
5341
5342 * gdb.base/valgrind-disp-step.c: New file.
5343 * gdb.base/valgrind-disp-step.exp: New file.
5344
5345 2015-08-07 Pedro Alves <palves@redhat.com>
5346
5347 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
5348 Delete function.
5349 (main): Add alarm. Run an infinite loop instead of calling
5350 wait_threads.
5351 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
5352 comment.
5353 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
5354 Delete function.
5355 (main): Add alarm. Run an infinite loop instead of calling
5356 wait_threads.
5357 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
5358 comment.
5359
5360 2015-08-07 Pedro Alves <palves@redhat.com>
5361
5362 * gdb.base/checkpoint-ns.exp: New file.
5363 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
5364 standard_testfile.
5365
5366 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5367
5368 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
5369 * gdb.btrace/instruction_history.exp: Update.
5370 * gdb.btrace/tsx.exp: New.
5371 * gdb.btrace/tsx.c: New.
5372
5373 2015-08-06 Pedro Alves <palves@redhat.com>
5374
5375 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
5376 increase timeout.
5377 * gdb.reverse/until-precsave.exp: Bump timeouts.
5378
5379 2015-08-06 Pedro Alves <palves@redhat.com>
5380
5381 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
5382
5383 2015-08-06 Pedro Alves <palves@redhat.com>
5384
5385 PR gdb/18749
5386 * gdb.threads/process-dies-while-handling-bp.c: New file.
5387 * gdb.threads/process-dies-while-handling-bp.exp: New file.
5388
5389 2015-08-06 Pedro Alves <palves@redhat.com>
5390
5391 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
5392 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
5393
5394 2015-08-05 Pedro Alves <palves@redhat.com>
5395
5396 * gdb.threads/next-while-other-thread-longjmps.c: New file.
5397 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
5398
5399 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5400
5401 * gdb.base/bp-permanent.exp: Report test as unsupported if
5402 the target cannot stop at the permanent breakpoint.
5403
5404 2015-08-03 Doug Evans <dje@google.com>
5405
5406 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
5407 10000.
5408
5409 2015-08-03 Doug Evans <dje@google.com>
5410
5411 * Makefile.in (workers/%.worker, build-perf): New rule.
5412 (GDB_PERFTEST_MODE): New variable.
5413 (check-perf): Use it.
5414 (clean): Clean up gdb.perf parallel build subdirs.
5415 * lib/build-piece.exp: New file.
5416 * lib/gdb.exp (make_gdb_parallel_path): New function
5417 (standard_output_file, standard_temp_file): Call it.
5418 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5419 of $GDB_PARALLEL.
5420 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
5421
5422 2015-08-03 Doug Evans <dje@google.com>
5423
5424 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
5425 (LOG_FILE_NAME): New global.
5426 (TextReporter.__init__): Initialize self.txt_sum.
5427 (TextReporter.report): Add support for multiple data-points.
5428 Move report to perftest.sum, put raw data in perftest.log.
5429 (TextReporter.start): Open sum and log files.
5430 (TextReporter.end): Close sum and log files.
5431 * gdb.perf/lib/perftest/testresult.py
5432 (SingleStatisticTestResult.record): Handle multiple data-points.
5433
5434 2015-07-31 Pedro Alves <palves@redhat.com>
5435
5436 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
5437 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5438 kill_wait_spawned_process instead of explicit "kill -9".
5439 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
5440 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5441 kill_wait_spawned_process.
5442 * gdb.base/attach-twice.exp: Likewise.
5443 * gdb.base/attach.exp: Likewise.
5444 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
5445 gdb_test_multiple.
5446 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
5447 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5448 kill_wait_spawned_process.
5449 * gdb.base/valgrind-infcall.exp: Likewise.
5450 * gdb.multi/multi-attach.exp: Likewise.
5451 * gdb.python/py-prompt.exp: Likewise.
5452 * gdb.python/py-sync-interp.exp: Likewise.
5453 * gdb.server/ext-attach.exp: Likewise.
5454 * gdb.threads/attach-into-signal.exp (corefunc): Use
5455 spawn_wait_for_attach, spawn_id_get_pid and
5456 kill_wait_spawned_process.
5457 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
5458 spawn_wait_for_attach returning a spawn id instead of a pid. Use
5459 spawn_id_get_pid and kill_wait_spawned_process.
5460 * gdb.threads/attach-stopped.exp (corefunc): Use
5461 spawn_wait_for_attach, spawn_id_get_pid and
5462 kill_wait_spawned_process.
5463 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
5464 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5465 kill_wait_spawned_process instead of explicit "kill -9".
5466 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
5467 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
5468 (spawn_wait_for_attach): Use spawn instead of exec to spawn
5469 processes. Don't map cygwin/windows pids here. Now returns a
5470 spawn id list.
5471
5472 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5473
5474 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
5475 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
5476 correct patch.
5477
5478 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5479
5480 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
5481
5482 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5483
5484 Reapply:
5485 2014-05-21 Mark Wielaard <mjw@redhat.com>
5486
5487 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5488
5489 2015-07-30 Pedro Alves <palves@redhat.com>
5490
5491 * linux-low.c (handle_extended_wait): Set the child's last
5492 reported status to TARGET_WAITKIND_STOPPED.
5493
5494 2015-07-30 Pedro Alves <palves@redhat.com>
5495
5496 PR threads/18600
5497 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
5498 only shows inferior 1.
5499
5500 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
5501 Pedro Alves <palves@redhat.com>
5502
5503 PR threads/18600
5504 * gdb.threads/fork-plus-threads.c: New file.
5505 * gdb.threads/fork-plus-threads.exp: New file.
5506
5507 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5508
5509 * gdb.base/batch-preserve-term-settings.exp
5510 (test_terminal_settings_preserved_after_cli_exit): Use
5511 send_quit_command.
5512
5513 2015-07-29 Pedro Alves <palves@redhat.com>
5514 Don Breazeal <donb@codesourcery.com>
5515
5516 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
5517 output from both inferior_spawn_id and gdb_spawn_id.
5518
5519 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5520
5521 * gdb.threads/attach-into-signal.exp (corefunc): Use
5522 with_test_prefix on nested loops, uniquefying the test messages.
5523
5524 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5525
5526 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
5527 commit.
5528
5529 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5530
5531 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
5532 New proc.
5533 (test_terminal_settings_preserved_after_sigterm): New test.
5534
5535 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5536
5537 * gdb.base/batch-preserve-term-settings.exp
5538 (test_terminal_settings_preserved_after_cli_exit): New test.
5539
5540 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5541
5542 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
5543 manipulation of saved_gdbflags.
5544 (test_terminal_settings_preserved): Remove global declaration of
5545 the unused variable pagination_prompt. Remove manipulation of
5546 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
5547 GDBFLAGS.
5548
5549 2015-07-29 Pedro Alves <palves@redhat.com>
5550
5551 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
5552
5553 2015-07-29 Pedro Alves <palves@redhat.com>
5554
5555 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
5556 at the top.
5557
5558 2015-07-29 Pedro Alves <palves@redhat.com>
5559
5560 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
5561 (main): Call gdb_unbuffer_output.
5562 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
5563 (main): Call gdb_unbuffer_output.
5564 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
5565 (main): Call gdb_unbuffer_output.
5566 * gdb.base/call-strs.exp: Adjust to step over the
5567 gdb_unbuffer_output call.
5568 * gdb.base/catch-gdb-caused-signals.c: Include
5569 "../lib/unbuffer_output.c".
5570 (main): Call gdb_unbuffer_output.
5571 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
5572 (main): Call gdb_unbuffer_output.
5573 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
5574 (main): Call gdb_unbuffer_output.
5575 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
5576 (main): Call gdb_unbuffer_output.
5577 * gdb.base/shlib-call.exp: Adjust to step over the
5578 gdb_unbuffer_output call.
5579 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
5580 (main): Call gdb_unbuffer_output.
5581 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
5582 (main): Call gdb_unbuffer_output.
5583 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
5584 (main): Rename to ...
5585 (test): ... this.
5586 (main): Reimplement.
5587 * gdb.base/varargs.exp: Run to test instead of to main.
5588 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5589 (main): Call gdb_unbuffer_output.
5590
5591 2015-07-29 Pedro Alves <palves@redhat.com>
5592
5593 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
5594 factore out from mi_continue_dprintf. For call-style dprintfs,
5595 expect dprintf output out of $inferior_spawn_id.
5596 (mi_continue_dprintf): Use mi_expect_dprintf.
5597 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5598 (main): Call gdb_unbuffer_output.
5599
5600 2015-07-29 Pedro Alves <palves@redhat.com>
5601
5602 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
5603 (default_mi_gdb_start): Set inferior_spawn_id instead of
5604 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
5605 gdb_spawn_id.
5606 (mi_gdb_test): Always expect inferior output from both
5607 $inferior_spawn_id and $gdb_spawn_id.
5608
5609 2015-07-29 Pedro Alves <palves@redhat.com>
5610
5611 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
5612 send_inferior and $inferior_spawn_id.
5613
5614 2015-07-29 Pedro Alves <palves@redhat.com>
5615
5616 * gdb.gdb/complaints.exp (test_initial_complaints)
5617 (test_serial_complaints, test_short_complaints): Use
5618 gdb_test_stdio.
5619 (test_empty_complaint): Handle $inferior_spawn_id !=
5620 $gdb_spawn_id.
5621
5622 2015-07-29 Pedro Alves <palves@redhat.com>
5623
5624 * gdb.base/varargs.exp: Use gdb_test_stdio.
5625
5626 2015-07-29 Pedro Alves <palves@redhat.com>
5627
5628 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
5629
5630 2015-07-29 Pedro Alves <palves@redhat.com>
5631
5632 * gdb.base/ending-run.exp: Use gdb_test_stdio.
5633
5634 2015-07-29 Pedro Alves <palves@redhat.com>
5635
5636 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
5637 parameter into two new parameters, "inf_result" and "gdb_result".
5638 Expect inferior output and gdb output from $inferior_spawn_id and
5639 $gdb_spawn_id, respectively. Adjust all callers.
5640
5641 2015-07-29 Pedro Alves <palves@redhat.com>
5642
5643 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
5644 of gdb_test_sequence.
5645
5646 2015-07-29 Pedro Alves <palves@redhat.com>
5647
5648 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
5649 (saw_spurious_output): Expect inferior output from
5650 $inferior_spawn_id. Use gdb_test_stdio.
5651
5652 2015-07-29 Pedro Alves <palves@redhat.com>
5653
5654 * gdb.base/dprintf.exp: Use standard_testfile. Change
5655 prepare_for_testing call.
5656 (srcfile): Don't set.
5657 (restart): New procedure.
5658 (test_dprintf): New procecure, use to continue over dprintfs.
5659 (test_call, test_agent): New procedures, tests moved here.
5660 Restart gdb and recreate dprintfs. Adjust expected output.
5661
5662 2015-07-29 Pedro Alves <palves@redhat.com>
5663
5664 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
5665
5666 2015-07-29 Pedro Alves <palves@redhat.com>
5667
5668 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
5669
5670 2015-07-29 Pedro Alves <palves@redhat.com>
5671
5672 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
5673 gdb_test_stdio.
5674
5675 2015-07-29 Pedro Alves <palves@redhat.com>
5676
5677 * lib/gdb.exp (gdb_test_stdio): New procedure.
5678
5679 2015-07-29 Pedro Alves <palves@redhat.com>
5680
5681 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
5682
5683 2015-07-29 Pedro Alves <palves@redhat.com>
5684
5685 * gdb.base/call-signal-resume.exp: Remove check for
5686 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
5687 * gdb.base/unwindonsignal.exp: Likewise.
5688 * gdb.base/call-signals.c (gen_signal): Remove printf call.
5689 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
5690
5691 2015-07-29 Pedro Alves <palves@redhat.com>
5692
5693 * gdb.base/siginfo-addr.c (pass): New function.
5694 (handler): Call it iff si_addr is correct.
5695 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
5696 Set a breakpoint at "pass" and continue to it.
5697
5698 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
5699
5700 * gdb.python/py-objfile.exp: Make some tests have unique names.
5701 * gdb.python/py-pp-registration.exp: Likewise.
5702
5703 2015-07-28 Pedro Alves <palves@redhat.com>
5704
5705 * gdb.server/server-exec-info.exp: Issue a "disconnect".
5706
5707 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5708
5709 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
5710
5711 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5712
5713 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
5714
5715 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
5716
5717 * gdb.base/gdb-sigterm-2.exp: New test.
5718
5719 2015-07-25 Doug Evans <xdje42@gmail.com>
5720
5721 Revert:
5722 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
5723 (workers/%.worker, build-perf): New rule.
5724 (GDB_PERFTEST_MODE): New variable.
5725 (check-perf): Use it.
5726 (clean): Clean up gdb.perf parallel build subdirs.
5727 * lib/build-piece.exp: New file.
5728 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
5729 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
5730 name.
5731 (standard_temp_file): Ditto.
5732 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5733 of $GDB_PARALLEL.
5734
5735 2015-07-24 Doug Evans <dje@google.com>
5736
5737 * gdb.perf/lib/perftest/utils.py: New file.
5738 * gdb.perf/gm-hello.cc: New file.
5739 * gdb.perf/gm-pervasive-typedef.cc: New file.
5740 * gdb.perf/gm-pervasive-typedef.h: New file.
5741 * gdb.perf/gm-std.cc: New file.
5742 * gdb.perf/gm-std.h: New file.
5743 * gdb.perf/gm-use-cerr.cc: New file.
5744 * gdb.perf/gm-utils.h: New file.
5745 * gdb.perf/gmonster-null-lookup.py: New file.
5746 * gdb.perf/gmonster-pervasive-typedef.py: New file.
5747 * gdb.perf/gmonster-print-cerr.py: New file.
5748 * gdb.perf/gmonster-ptype-string.py: New file.
5749 * gdb.perf/gmonster-runto-main.py: New file.
5750 * gdb.perf/gmonster-select-file.py: New file.
5751 * gdb.perf/gmonster1-null-lookup.exp: New file.
5752 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
5753 * gdb.perf/gmonster1-print-cerr.exp: New file.
5754 * gdb.perf/gmonster1-ptype-string.exp: New file.
5755 * gdb.perf/gmonster1-runto-main.exp: New file.
5756 * gdb.perf/gmonster1-select-file.exp: New file.
5757 * gdb.perf/gmonster1.cc: New file.
5758 * gdb.perf/gmonster1.exp: New file.
5759 * gdb.perf/gmonster2-null-lookup.exp: New file.
5760 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
5761 * gdb.perf/gmonster2-print-cerr.exp: New file.
5762 * gdb.perf/gmonster2-ptype-string.exp: New file.
5763 * gdb.perf/gmonster2-runto-main.exp: New file.
5764 * gdb.perf/gmonster2-select-file.exp: New file.
5765 * gdb.perf/gmonster2.cc: New file.
5766 * gdb.perf/gmonster2.exp: New file.
5767
5768 2015-07-24 Doug Evans <dje@google.com>
5769
5770 * gdb.perf/README: New file.
5771 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
5772 * lib/gen-perf-test.exp: New file.
5773
5774 2015-07-24 Doug Evans <dje@google.com>
5775
5776 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
5777 (PerfTest::startup): New function.
5778 (PerfTest::run): Return result of calling body.
5779 (PerfTest::assemble): Rewrite.
5780 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
5781 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
5782 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
5783 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
5784 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
5785
5786 2015-07-24 Doug Evans <dje@google.com>
5787
5788 * lib/gdb.exp (clean_restart): Make executable optional.
5789
5790 2015-07-24 Doug Evans <dje@google.com>
5791
5792 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
5793 compiler_info references.
5794 * gdb.cp/temargs.exp: Ditto.
5795 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
5796 (get_compiler_info): Early exit if already computed. Set compiler_info
5797 to "unknown" if there was a problem.
5798 (test_compiler_info): Add function comment. Call get_compiler_info.
5799
5800 2015-07-24 Doug Evans <dje@google.com>
5801
5802 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
5803 (workers/%.worker, build-perf): New rule.
5804 (GDB_PERFTEST_MODE): New variable.
5805 (check-perf): Use it.
5806 (clean): Clean up gdb.perf parallel build subdirs.
5807 * lib/build-piece.exp: New file.
5808 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
5809 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
5810 name.
5811 (standard_temp_file): Ditto.
5812 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5813 of $GDB_PARALLEL.
5814
5815 2015-07-24 Doug Evans <dje@google.com>
5816
5817 * lib/future.exp (gdb_default_target_compile): New option
5818 "early_flags".
5819 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
5820 --as-needed.
5821
5822 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
5823
5824 * gdb.base/catch-syscall.exp: Call gdb_exit before
5825 gdb_skip_xml_test.
5826
5827 2015-07-24 Pedro Alves <palves@redhat.com>
5828
5829 * gdb.python/py-events.exp: Accept output between the stop event
5830 and the prompt.
5831 * gdb.python/py-evsignal.exp: Likewise.
5832 * gdb.python/py-evthreads.exp: Likewise.
5833
5834 2015-07-24 Pedro Alves <palves@redhat.com>
5835
5836 PR gdb/18717
5837 * gdb.threads/non-ldr-exit.c: New file.
5838 * gdb.threads/non-ldr-exit.exp: New file.
5839
5840 2015-07-24 Yao Qi <yao.qi@linaro.org>
5841
5842 * gdb.server/ext-wrapper.exp: Test --wrapper option when
5843 restarting process.
5844
5845 2015-07-24 Yao Qi <yao.qi@linaro.org>
5846
5847 * gdb.server/ext-restart.exp: New file.
5848
5849 2015-07-24 Yao Qi <yao.qi@linaro.org>
5850
5851 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
5852 argument options.
5853 * gdb.server/ext-wrapper.exp: New file.
5854
5855 2015-07-23 Doug Evans <dje@google.com>
5856
5857 * gdb.dwarf2/dw2-dummy-cu.S: New file.
5858 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
5859
5860 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
5861
5862 * gdb.ada/var_arr_typedef.exp: New testcase.
5863 * gdb.ada/var_arr_typedef/pack.adb: New file.
5864 * gdb.ada/var_arr_typedef/pack.ads: New file.
5865 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
5866
5867 2015-07-20 Joel Brobecker <brobecker@adacore.com>
5868
5869 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
5870
5871 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5872
5873 * gdb.arch/i386-biarch-core.exp: Replace istarget
5874 by "complete set gnutarget". Remove expectation for the "core-file"
5875 command.
5876
5877 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5878
5879 Revert the previous commit:
5880 Tests for validate symbol file using build-id.
5881
5882 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
5883
5884 Tests for validate symbol file using build-id.
5885 * gdb.base/solib-mismatch-lib.c: New file.
5886 * gdb.base/solib-mismatch-libmod.c: New file.
5887 * gdb.base/solib-mismatch.c: New file.
5888 * gdb.base/solib-mismatch.exp: New file.
5889
5890 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
5891
5892 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
5893 nios2-*-linux*.
5894 * gdb.base/sigbpt.exp (stepi_out): Likewise.
5895 * gdb.base/siginfo.exp: Likewise.
5896 * gdb.base/sigstep.exp (advance, advancei): Likewise.
5897
5898 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
5899
5900 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
5901 Move it to ...
5902 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
5903 ... here.
5904 * gdb.trace/range-stepping.exp: Check that the target supports
5905 range stepping.
5906
5907 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5908
5909 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
5910
5911 2015-07-14 Pedro Alves <palves@redhat.com>
5912
5913 * gdb.base/killed-outside.exp: New file.
5914 * gdb.base/killed-outside.c: New file.
5915
5916 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5917
5918 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
5919 (n at main): New.
5920 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
5921
5922 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
5923
5924 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
5925 infcall tests instead of setting up for KFAIL.
5926
5927 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
5928
5929 * gdb.btrace/record_goto-step.exp: New.
5930
5931 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5932
5933 PR compile/18484
5934 * gdb.compile/compile.c (struct struct_type): Add volatile to
5935 selffield's type.
5936 * gdb.compile/compile.exp
5937 (compile code struct_object.selffield = &struct_object): Skip further
5938 struct_object tests if this one xfails.
5939
5940 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
5941
5942 PR exp/18617
5943 * gdb.trace/ax.exp: Add test.
5944
5945 2015-07-07 Yao Qi <yao.qi@linaro.org>
5946
5947 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
5948 instead of istarget "aarch64*-*-*".
5949 * gdb.arch/aarch64-fp.exp: Likewise.
5950 * gdb.base/float.exp: Likewise.
5951 * gdb.reverse/aarch64.exp: Likewise.
5952 * lib/gdb.exp (is_aarch64_target): New proc.
5953
5954 2015-07-07 Yao Qi <yao.qi@linaro.org>
5955
5956 * lib/gdb.exp (is_aarch32_target): New proc.
5957 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
5958 instead of "istarget "arm*-*-*"".
5959 * gdb.arch/arm-disp-step.exp: Likewise.
5960 * gdb.arch/thumb-bx-pc.exp: Likewise.
5961 * gdb.arch/thumb-prologue.exp: Likewise.
5962 * gdb.arch/thumb-singlestep.exp: Likewise.
5963 * gdb.base/disp-step-syscall.exp: Likewise.
5964 * gdb.base/float.exp: Likewise.
5965
5966 2015-07-07 Yao Qi <yao.qi@linaro.org>
5967
5968 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
5969 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
5970
5971 2015-07-07 Yao Qi <yao.qi@linaro.org>
5972
5973 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
5974 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
5975 if it exists.
5976 * gdb.multi/multi-arch.exp: Likewise.
5977
5978 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
5979
5980 * gdb.python/py-lazy-string.exp: Add missing parentheses to
5981 print.
5982
5983 2015-07-07 Yao Qi <yao.qi@linaro.org>
5984
5985 * gdb.arch/thumb-singlestep.exp: Do one more single step.
5986
5987 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
5988
5989 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
5990 '[' and ']' characters.
5991
5992 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
5993
5994 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
5995
5996 2015-06-29 Pedro Alves <palves@redhat.com>
5997
5998 PR threads/18127
5999 * gdb.threads/hand-call-new-thread.c: New file.
6000 * gdb.threads/hand-call-new-thread.c: New file.
6001
6002 2015-06-26 Keith Seitz <keiths@redhat.com>
6003 Doug Evans <dje@google.com>
6004
6005 PR 16253
6006 * gdb.cp/var-tag-2.cc: New file.
6007 * gdb.cp/var-tag-3.cc: New file.
6008 * gdb.cp/var-tag-4.cc: New file.
6009 * gdb.cp/var-tag.cc: New file.
6010 * gdb.cp/var-tag.exp: New file.
6011
6012 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6013
6014 * gdb.base/history-duplicates.exp: New test.
6015
6016 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6017
6018 * gdb.base/completion.exp: Test the completion of the "focus"
6019 command.
6020
6021 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6022
6023 * gdb.arch/amd64-prologue-skip.S: New file.
6024 * gdb.arch/amd64-prologue-skip.exp: New file.
6025
6026 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6027
6028 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6029 is_address_zero_readable check.
6030
6031 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6032
6033 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6034 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6035
6036 2015-06-24 Yao Qi <yao.qi@linaro.org>
6037
6038 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6039 linux targets.
6040
6041 2015-06-24 Yao Qi <yao.qi@linaro.org>
6042
6043 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6044 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6045 * gdb.base/siginfo-thread.exp: Likewise.
6046
6047 2015-06-22 Yao Qi <yao.qi@linaro.org>
6048
6049 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6050
6051 2015-06-22 Yao Qi <yao.qi@linaro.org>
6052
6053 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6054 aarch64*-*-*.
6055 (skip_hw_watchpoint_tests): Likewise.
6056
6057 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6058
6059 * gdb.base/gdbinit-history.exp: Test the interaction between
6060 setting GDBHISTSIZE and setting the history size via .gdbinit.
6061
6062 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6063
6064 PR gdb/16999
6065 * gdb.base/gdbhistsize-history.exp: New test.
6066
6067 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6068
6069 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6070 with GDBHISTSIZE.
6071 * gdb.base/readline.exp: Likewise.
6072
6073 2015-06-17 Yao Qi <yao.qi@linaro.org>
6074
6075 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6076 line.
6077
6078 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6079
6080 * gdb.base/gdbinit-history.exp: Add test case to check that
6081 an unlimited history file does not get truncated on exit.
6082
6083 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6084
6085 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6086 (VECTOR): New macro. Use it...
6087 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6088 ...for these typedefs.
6089 (int8, char1, int1, double1): New typedefs.
6090 (struct just_int2, struct two_int2): New structures.
6091 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6092 (add_structvecs, add_singlevecs): New functions.
6093 (main): Call add_some_intvecs twice.
6094 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6095 the compile and exit upon failure. Try compiling for the "native"
6096 architecture. Test inferior function calls with vector arguments
6097 and vector return value handling with "finish" and "return".
6098
6099 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6100
6101 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6102 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6103 PE file.
6104 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6105
6106 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6107
6108 PR breakpoints/16465
6109 * gdb.mi/mi-dprintf-pending.c: New file.
6110 * gdb.mi/mi-dprintf-pending.exp: New test.
6111 * gdb.mi/mi-dprintf-pendshr.c: New file.
6112
6113 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6114 Mircea Gherzan <mircea.gherzan@intel.com>
6115
6116 * gdb.arch/i386-mpx-map.c: New file.
6117 * gdb.arch/i386-mpx-map.exp: New File.
6118
6119 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6120
6121 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6122 * gdb.arch/i386-mpx.exp: Indentation fixed.
6123
6124 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6125
6126 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6127 function and improved indentation.
6128 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6129 gdb_test_multiple. Added additional tests to skip the test.
6130
6131 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6132
6133 * gdb.arch/i386-avx512.c: Change path in include file.
6134 * gdb.arch/i386-avx512.exp: Change include dir path
6135 compilation flag.
6136 * gdb.arch/i386-mpx.c: Change path in include file.
6137 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6138 flag.
6139
6140 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6141
6142 * gdb.compile/compile-print.exp (compile print *vararray@3)
6143 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6144
6145 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6146
6147 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6148 (do not keep jit in memory): ... this.
6149 (expect 5): Change it to ...
6150 (expect no 5): ... this.
6151
6152 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6153
6154 PR gdb/15564
6155 * gdb.mi/mi-detach.exp: New file.
6156
6157 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6158
6159 PR symtab/18392
6160 * gdb.arch/amd64-tailcall-self.S: New file.
6161 * gdb.arch/amd64-tailcall-self.c: New file.
6162 * gdb.arch/amd64-tailcall-self.exp: New file.
6163
6164 2015-05-28 Don Breazeal <donb@codesourcery.com>
6165
6166 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6167 tests for remote targets by checking is_target_gdbserver.
6168
6169 2015-05-27 Doug Evans <dje@google.com>
6170
6171 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6172 * gdb.dwarf2/opaque-type-lookup.c: New file.
6173 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6174
6175 2015-05-26 Doug Evans <dje@google.com>
6176
6177 * gdb.cp/iostream.cc: New file.
6178 * gdb.cp/iostream.exp: New file.
6179
6180 2015-05-26 Doug Evans <dje@google.com>
6181
6182 * gdb.dwarf2/dw2-op-call.exp: Update.
6183 * gdb.dwarf2/dw4-sig-types.exp: Update.
6184 * gdb.dwarf2/implptr.exp: Update.
6185 * gdb.mi/mi-cmd-param-changed.exp: Update.
6186
6187 2015-05-26 Doug Evans <dje@google.com>
6188
6189 * gdb.python/py-lazy-string.c: New file.
6190 * gdb.python/py-lazy-string.exp: New file.
6191 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6192 (main): Update. Add estring3.
6193 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6194 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6195
6196 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
6197 Yao Qi <yao.qi@linaro.org>
6198
6199 * gdb.reverse/aarch64.c: New.
6200 * gdb.reverse/aarch64.exp: New.
6201
6202 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
6203
6204 * lib/gdb.exp (supports_process_record): Return true for
6205 aarch64*-linux*.
6206 (supports_reverse): Likewise.
6207
6208 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
6209
6210 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6211 Use with_test_prefix.
6212
6213 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6214
6215 * gdb.base/completion.exp: Add test for completion of layout
6216 names.
6217
6218 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
6219
6220 * lib/gdb.exp (skip_tui_tests): New proc.
6221 * gdb.base/tui-layout.exp: Check skip_tui_tests.
6222
6223 2015-05-19 Pedro Alves <palves@redhat.com>
6224
6225 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6226 Save the whole env array instead of just HOME. Unset HISTSIZE in
6227 the environment while testing. Restore whole environment
6228 afterwards.
6229
6230 2015-05-16 Doug Evans <xdje42@gmail.com>
6231
6232 * gdb.guile/scm-ports.c: New file.
6233 * gdb.guile/scm-ports.exp: Add memory port tests.
6234
6235 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6236
6237 * gdb.compile/compile-print.c: New file.
6238 * gdb.compile/compile-print.exp: New file.
6239
6240 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6241
6242 * gdb.compile/compile-ops.exp: Cast param to void.
6243 * gdb.compile/compile.exp: Complete type for _gdb_expr.
6244 (compile code struct_object.selffield = &struct_object): Add xfail.
6245
6246 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6247
6248 * gdb.ada/arr_enum_with_gap: New testcase.
6249
6250 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6251
6252 * gdb.ada/byte_packed_arr: New testcase.
6253
6254 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6255
6256 * gdb.ada/pckd_neg: New testcase.
6257
6258 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
6259
6260 PR gdb/17820
6261 * gdb.base/gdbinit-history.exp: New test.
6262 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6263 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6264
6265 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
6266
6267 * gdb.python/py-xmethods.cc: Enhance test case.
6268 * gdb.python/py-xmethods.exp: New tests.
6269 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6270 function.
6271 (B_indexoper): Likewise.
6272 (global_dm_list) : Add new xmethod worker functions.
6273
6274 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
6275
6276 * gdb.base/coredump-filter.exp: Correctly unset
6277 "coredump_var_addr" array.
6278
6279 2015-05-08 Pedro Alves <palves@redhat.com>
6280
6281 * gdb.server/non-existing-program.exp: Unset spawn_id.
6282
6283 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
6284
6285 PR python/18291
6286 * gdb.python/py-xmethods.exp: Add tests.
6287
6288 2015-05-08 Yao Qi <yao.qi@linaro.org>
6289
6290 PR gdb/18208
6291 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6292 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6293 function set_coredump_filter, and remove remote_exec call.
6294 Remove argument ipid. Callers update.
6295 (top level): Don't get inferior's PID.
6296
6297 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
6298
6299 * gdb.base/watch_thread_num.exp: Skip test on targets without
6300 access watchpoints.
6301
6302 2015-05-06 Pedro Alves <palves@redhat.com>
6303
6304 PR server/18081
6305 * gdb.server/non-existing-program.exp: New file.
6306
6307 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6308
6309 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6310
6311 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6312
6313 * gdb.ada/out_of_line_in_inlined: New testcase.
6314
6315 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6316
6317 * gdb.ada/var_rec_arr: New testcase.
6318
6319 2015-04-30 Yao Qi <yao.qi@linaro.org>
6320
6321 * gdb.base/break-idempotent.exp: If
6322 skip_hw_watchpoint_multi_tests returns true, skip the tests
6323 on "rwatch" and "awatch".
6324
6325 2015-04-30 Yao Qi <yao.qi@linaro.org>
6326
6327 * gdb.base/relativedebug.exp: Invoke gdb command
6328 "info sharedlibrary", and if libc.so doesn't have debug info,
6329 skip the test.
6330
6331 2015-04-29 Doug Evans <dje@google.com>
6332
6333 * gdb.python/py-xmethods.exp: Add ptype tests.
6334 * gdb.python/py-xmethods.py (E_method_char_worker): Add
6335 get_result_type method.
6336
6337 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
6338
6339 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
6340 the target does not support hardware watchpoints.
6341
6342 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
6343
6344 * gdb.base/break-always.exp: Abort testing if writing to memory
6345 causes an error.
6346
6347 2015-04-28 Doug Evans <dje@google.com>
6348
6349 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
6350 * gdb.python/py-pp-registration.exp: ... here. New file.
6351 * gdb.python/py-pp-registration.c: New file.
6352 * gdb.python/py-pp-registration.py: New file.
6353
6354 2015-04-28 Doug Evans <dje@google.com>
6355
6356 * gdb.python/py-bad-printers.c: New file.
6357 * gdb.python/py-bad-printers.py: New file.
6358 * gdb.python/py-bad-printers.exp: New file.
6359
6360 2015-04-28 Sasha Smundak <asmundak@google.com>
6361
6362 * gdb.python/py-type.exp: New test.
6363
6364 2015-04-28 Andy Wingo <wingo@igalia.com>
6365
6366 * gdb.python/py-parameter.exp:
6367 * gdb.guile/scm-parameter.exp: Escape the path that we are
6368 matching against, as it might contain characters that are special
6369 to regular expressions.
6370
6371 2015-04-27 Joel Brobecker <brobecker@adacore.com>
6372
6373 * gdb.ada/rec_comp: New testcase.
6374
6375 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
6376
6377 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
6378 before using it.
6379
6380 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
6381
6382 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
6383 new tests for verilog output.
6384
6385 2015-04-24 Yao Qi <yao.qi@linaro.org>
6386
6387 * boards/remote-gdbserver-on-localhost.exp: New file.
6388
6389 2015-04-23 Pedro Alves <palves@redhat.com>
6390
6391 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
6392 $inferior_spawn_id instead of $inferior_spawn_id directly. On
6393 "end of file", remove $inferior_spawn_id from the indirect list.
6394
6395 2015-04-23 Pedro Alves <palves@redhat.com>
6396
6397 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
6398
6399 2015-04-23 Pedro Alves <palves@redhat.com>
6400
6401 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
6402 on $any_spawn_id instead of only on $gdb_spawn_id.
6403
6404 2015-04-21 Pierre Muller <muller@sourceware.org>
6405
6406 PR pascal/17815
6407 * lib/pascal.exp (gpc_compile): Add new option "class".
6408 (fpc_compile): Likewise.
6409 * gdb.pascal/case-insensitive-symbols.pas: New file.
6410 * gdb.pascal/case-insensitive-symbols.exp: New file.
6411
6412 2015-04-20 Gary Benson <gbenson@redhat.com>
6413
6414 * gdb.base/attach.exp: Fix three extended remote failures.
6415
6416 2015-04-17 Gary Benson <gbenson@redhat.com>
6417
6418 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
6419 the main executable over the remote protocol.
6420
6421 2015-04-16 Pedro Alves <palves@redhat.com>
6422
6423 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
6424 a new gdbserver if gdbserver_reconnect_p is set.
6425
6426 2015-04-16 Pedro Alves <palves@redhat.com>
6427
6428 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
6429 is set, don't exit gdbserver.
6430
6431 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6432
6433 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
6434 appropriate .insn, such that an older assembler can be used.
6435 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
6436 the z/Architecture instruction set on 31-bit targets as well.
6437
6438 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6439
6440 * gdb.go/handcall.exp: Remove all logic related to the first
6441 breakpoint and rely on go_runto_main instead.
6442 * gdb.go/strings.exp: Likewise.
6443 * gdb.go/unsafe.exp: Likewise.
6444 * gdb.go/hello.exp: Likewise. Also rename the remaining
6445 breakpoint marker to "breakpoint 1".
6446 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
6447 * gdb.go/strings.go: Likewise.
6448 * gdb.go/unsafe.go: Likewise.
6449 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
6450 "set breakpoint 2 here" and rename the remaining breakpoint marker
6451 to "breakpoint 1".
6452
6453 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
6454
6455 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
6456 if itertools.imap is not present.
6457 * gdb.python/py-objfile.exp: Add parentheses.
6458 * gdb.python/py-type.exp: Same.
6459 * gdb.python/py-unwind-maint.py: Same.
6460
6461 2015-04-15 Yao Qi <yao.qi@linaro.org>
6462
6463 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
6464 of ":$ptr_size" and set its form explicitly.
6465
6466 2015-04-15 Pedro Alves <palves@redhat.com>
6467 Yao Qi <yao.qi@linaro.org>
6468
6469 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
6470 timeout by factor of 4.
6471 (test_regular_watch): Likewise.
6472 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
6473 * gdb.reverse/sigall-reverse.exp: Likewise.
6474 * gdb.reverse/until-precsave.exp: Likewise.
6475 * lib/gdb.exp (with_timeout_factor): New proc.
6476 (gdb_expect): Move some code to ...
6477 (get_largest_timeout): ... here. New procedure.
6478
6479 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
6480
6481 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
6482
6483 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
6484
6485 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
6486 to write to the .text section.
6487
6488 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
6489
6490 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
6491 Handle the case of targets that do not provide PID information.
6492
6493 2015-04-13 Yao Qi <yao.qi@linaro.org>
6494
6495 * lib/gdbserver-support.exp (gdb_exit): Catch exception
6496 and use expect instead of gdb_expect.
6497
6498 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
6499
6500 * gdb.base/coredump-filter.exp: Rename variable "addr" to
6501 "coredump_var_addr" to avoid naming conflict with other testcases.
6502
6503 2015-04-10 Pedro Alves <palves@redhat.com>
6504
6505 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
6506 gdb_test_sequence and gdb_assert.
6507
6508 2015-04-10 Pedro Alves <palves@redhat.com>
6509
6510 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
6511 test messages that don't include the breakpoint address.
6512
6513 2015-04-10 Yao Qi <yao.qi@linaro.org>
6514
6515 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
6516 false for some offset and width combinations which aren't
6517 supported by linux kernel.
6518
6519 2015-04-10 Pedro Alves <palves@redhat.com>
6520
6521 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
6522 procedure, factored out from ...
6523 (top level): ... here. Add "set displaced-stepping" testing axis.
6524 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
6525 parameter "displaced". Use it.
6526 (top level): Use foreach and add "set displaced-stepping" testing
6527 axis.
6528
6529 2015-04-10 Pedro Alves <palves@redhat.com>
6530
6531 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
6532 Remove comment.
6533 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
6534 both the address of the instruction that triggers the watchpoint
6535 and the address of the instruction immediately after, and use
6536 those addresses for the test. Fix comment.
6537
6538 2015-04-10 Pedro Alves <palves@redhat.com>
6539
6540 * gdb.base/sigstep.exp (breakpoint_to_handler)
6541 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
6542 Test "backtrace" in handler.
6543 (breakpoint_over_handler): New parameter 'displaced'. Use it.
6544 (top level): Add new "displaced" test axis to
6545 breakpoint_to_handler, breakpoint_to_handler_entry and
6546 breakpoint_over_handler.
6547
6548 2015-04-10 Pedro Alves <palves@redhat.com>
6549
6550 PR gdb/18216
6551 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
6552
6553 2015-04-10 Yao Qi <yao.qi@linaro.org>
6554
6555 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
6556 (test_add_rn_pc): New function.
6557 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
6558 (top level): Invoke test_add_rn_pc.
6559
6560 2015-04-10 Pedro Alves <palves@redhat.com>
6561
6562 PR gdb/13858
6563 * gdb.base/step-over-no-symbols.exp: New file.
6564
6565 2015-04-09 Andy Wingo <wingo@igalia.com>
6566
6567 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
6568 after the Python tests.
6569
6570 2015-04-08 Keith Seitz <keiths@redhat.com>
6571
6572 PR python/16699
6573 * gdb.python/py-completion.exp: New tests for completion.
6574 * gdb.python/py-completion.py (CompleteLimit1): New class.
6575 (CompleteLimit2): Likewise.
6576 (CompleteLimit3): Likewise.
6577 (CompleteLimit4): Likewise.
6578 (CompleteLimit5): Likewise.
6579 (CompleteLimit6): Likewise.
6580 (CompleteLimit7): Likewise.
6581
6582 2015-04-08 Pedro Alves <palves@redhat.com>
6583
6584 PR gdb/18214
6585 PR gdb/18216
6586 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
6587 function.
6588 (main): Install it as SIGUSR1 handler.
6589 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
6590 parameter. Always use "setup" as prefix. Toggle "set
6591 displaced-stepping" off/on depending on global. Don't switch to
6592 thread 1 here.
6593 (top level): Add displaced stepping "off/on" test axis. Update
6594 "setup" calls. Wrap each subtest with with_test_prefix. Test
6595 continuing with a queued signal in each thread.
6596
6597 2015-04-08 Pedro Alves <palves@redhat.com>
6598
6599 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
6600 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
6601 gdb_breakpoint instead of gdb_test that doesn't expect anything.
6602 Return early if running to main fails.
6603 * gdb.trace/while-stepping.exp: Likewise.
6604
6605 2015-04-07 Pedro Alves <palves@redhat.com>
6606
6607 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
6608 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
6609 interact with inferior program.
6610
6611 2015-04-07 Pedro Alves <palves@redhat.com>
6612
6613 * lib/gdb.exp (inferior_spawn_id): New global.
6614 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
6615 spawn id after processing the user code.
6616 (default_gdb_start): Set inferior_spawn_id.
6617 (send_inferior): New procedure.
6618 * lib/gdbserver-support.exp (gdbserver_start): Set
6619 inferior_spawn_id.
6620 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
6621
6622 2015-04-07 Pedro Alves <palves@redhat.com>
6623
6624 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
6625 * lib/gdbserver-support.exp (gdbserver_start): Make
6626 $server_spawn_id global.
6627 (gdbserver_start): Don't wait for gdbserver's spawn id with
6628 expect_background.
6629 (close_gdbserver): New procedure.
6630 (gdb_exit): Rename the default version and reimplement.
6631
6632 2015-04-07 Pedro Alves <palves@redhat.com>
6633
6634 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
6635 append the substituted item, not the original item.
6636
6637 2015-04-07 Pedro Alves <palves@redhat.com>
6638
6639 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
6640 gdb_expect.
6641
6642 2015-04-07 Pedro Alves <palves@redhat.com>
6643
6644 * gdb.base/interrupt.exp: Don't handle the case of the inferior
6645 output appearing once only.
6646
6647 2015-04-07 Pedro Alves <palves@redhat.com>
6648
6649 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
6650 that doesn't expect anything. Return early if running to main
6651 fails.
6652
6653 2015-04-07 Yao Qi <yao.qi@linaro.org>
6654
6655 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
6656 (child_function): Call alarm.
6657 (main): Move call to alarm into the loop.
6658 * gdb.threads/non-stop-fair-events.exp: Build program with
6659 -DTIMEOUT=$timeout.
6660
6661 2015-04-06 Doug Evans <xdje42@gmail.com>
6662
6663 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
6664 Fix dest parameter to board_info.
6665 (fpc_compile): Ditto.
6666 (gdb_compile_pascal): Rename dest arg to destfile.
6667
6668 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
6669
6670 * gdb.ada/funcall_ref.exp: New file.
6671 * gdb.ada/funcall_ref/foo.adb: New file.
6672
6673 2015-04-02 Yao Qi <yao.qi@linaro.org>
6674
6675 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
6676 is remote.
6677
6678 2015-04-02 Gary Benson <gbenson@redhat.com>
6679
6680 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
6681
6682 2015-04-01 Sasha Smundak <asmundak@google.com>
6683
6684 * gdb.python/py-unwind-maint.c: New file.
6685 * gdb.python/py-unwind-maint.exp: New test.
6686 * gdb.python/py-unwind-maint.py: New file.
6687 * gdb.python/py-unwind.c: New file.
6688 * gdb.python/py-unwind.exp: New test.
6689 * gdb.python/py-unwind.py: New test.
6690
6691 2015-04-01 Pedro Alves <palves@redhat.com>
6692
6693 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
6694 to fail instead of non-existent $test.
6695
6696 2015-04-01 Pedro Alves <palves@redhat.com>
6697
6698 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
6699 GDBFLAGS if not empty.
6700
6701 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
6702
6703 * gdb.ada/complete.exp: Remove "multi_line".
6704 * gdb.ada/info_exc.exp: Remove "multi_line".
6705 * gdb.ada/packed_tagged.exp: Remove "multi_line".
6706 * gdb.ada/ptype_field.exp: Remove "multi_line".
6707 * gdb.ada/sym_print_name.exp: Remove "multi_line".
6708 * gdb.ada/tagged.exp: Remove "multi_line".
6709 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
6710 [multi_line ...]
6711 * gdb.btrace/delta.exp: Likewise.
6712 * gdb.btrace/exception.exp: Likewise.
6713 * gdb.btrace/function_call_history.exp: Likewise.
6714 * gdb.btrace/instruction_history.exp: Likewise.
6715 * gdb.btrace/nohist.exp: Likewise.
6716 * gdb.btrace/record_goto.exp: Likewise.
6717 * gdb.btrace/segv.exp: Likewise.
6718 * gdb.btrace/stepi.exp: Likewise.
6719 * gdb.btrace/tailcall.exp: Likewise.
6720 * gdb.btrace/unknown_functions.exp: Likewise.
6721 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
6722 * lib/gdb.exp: Add the "multi_line" helper.
6723
6724 2015-04-01 Pedro Alves <palves@redhat.com>
6725
6726 * gdb.threads/tid-reuse.c: New file.
6727 * gdb.threads/tid-reuse.exp: New file.
6728
6729 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
6730
6731 PR corefiles/16092
6732 * gdb.base/coredump-filter.c: New file.
6733 * gdb.base/coredump-filter.exp: Likewise.
6734
6735 2015-03-27 Petr Machata <pmachata@redhat.com>
6736
6737 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
6738 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
6739 (Dwarf::assemble): Initialize them.
6740 (Dwarf::lines): New function.
6741
6742 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
6743
6744 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
6745 SYMBOL_PREFIX for x86_64-*-cygwin.
6746
6747 2015-03-26 Andy Wingo <wingo@igalia.com>
6748
6749 PR symtab/18148
6750 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
6751 const_value but not a location.
6752 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
6753 location defined in non-main CUs are visible.
6754
6755 2015-03-26 Yao Qi <yao.qi@linaro.org>
6756
6757 PR testsuite/18139
6758 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
6759 Add a line number entry for the same line.
6760 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
6761 Add a line number entry for the same line.
6762
6763 2015-03-26 Yao Qi <yao.qi@linaro.org>
6764
6765 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
6766 .int 0.
6767 (func): Likewise. Add .Lfunc_1 label.
6768 Use .Lfunc_1 label.
6769 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
6770 .int 0.
6771 (func): Likewise.
6772 Use .Lfunc_1 label.
6773
6774 2015-03-26 Yao Qi <yao.qi@linaro.org>
6775
6776 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
6777 Call gdb_compile instead to compile each .s files without debug
6778 information.
6779
6780 2015-03-26 Yao Qi <yao.qi@linaro.org>
6781
6782 * gdb.base/savedregs.exp (process_saved_regs): Make
6783 "Saved registers:" optional in the pattern.
6784
6785 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
6786
6787 * gdb.btrace/next.exp: Merged into step.exp.
6788 * gdb.btrace/finish.exp: Merged into step.exp.
6789 * gdb.btrace/nexti.exp: Merged into stepi.exp.
6790 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
6791 "record goto" and checking the exact replay position.
6792 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
6793 check for "Recording format" in "info record" output.
6794 * gdb.btrace/record_goto.exp: Choose test file based on target.
6795 * gdb.btrace/x86-record_goto.S: Renamed into ...
6796 * gdb.btrace/x86_64-record_goto.S: ... this.
6797 * gdb.btrace/i686-record_goto.S: New.
6798 * gdb.btrace/x86-tailcall.S: Renamed into ...
6799 * gdb.btrace/x86_64-tailcall.S: ... this.
6800 * gdb.btrace/i686-tailcall.S: New.
6801 * gdb.btrace/x86-tailcall.c: Renamed into ...
6802 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
6803 separate statements. Update test.
6804 * gdb.btrace/delta.exp: Use record_goto.c as test file.
6805 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
6806 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
6807 * gdb.btrace/tailcall.exp: Choose test file based on target.
6808 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
6809
6810 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
6811
6812 * gdb.btrace/exception.exp: Increase BTS buffer size.
6813
6814 2015-03-24 Pedro Alves <palves@redhat.com>
6815
6816 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
6817
6818 2015-03-24 Pedro Alves <palves@redhat.com>
6819
6820 * gdb.threads/schedlock.exp (test_step): No longer expect that
6821 "set scheduler-locking step" with "next" over a function call runs
6822 threads unlocked.
6823
6824 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6825
6826 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
6827
6828 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6829
6830 PR breakpoints/16466
6831 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
6832 * gdb.mi/mi-pending.c (thread_func): New function.
6833 (int main): Add threading support required.
6834 * gdb.mi/mi-pending.exp: Add tests for this issue.
6835 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
6836 (pendfunc2): Remove stdio dependency.
6837 * gdb.mi/mi-pendshr2.c: New file.
6838
6839 2015-03-23 Keith Seitz <keiths@redhat.com>
6840
6841 * gdb.linespec/keywords.c: New file.
6842 * gdb.linespec/keywords.exp: New file.
6843
6844 2015-03-23 Keith Seitz <keiths@redhat.com>
6845
6846 PR gdb/18021
6847 * gdb.dwarf2/staticvirtual.exp: New test.
6848
6849 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6850
6851 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
6852 * README: Remove HP-UX and gdb.hp.
6853 (configuration):
6854 * configure: Regenerate.
6855 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
6856 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
6857 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
6858 gdb.hp/gdb.defects/Makefile.
6859 * gdb.hp/Makefile.in: File deleted.
6860 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
6861 * gdb.hp/gdb.aCC/optimize.c: File deleted.
6862 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
6863 * gdb.hp/gdb.aCC/run.c: File deleted.
6864 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
6865 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
6866 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
6867 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
6868 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
6869 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
6870 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
6871 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
6872 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
6873 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
6874 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
6875 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
6876 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
6877 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
6878 * gdb.hp/gdb.base-hp/reg.s: File deleted.
6879 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
6880 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
6881 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
6882 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
6883 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
6884 * gdb.hp/gdb.compat/Makefile.in: File deleted.
6885 * gdb.hp/gdb.compat/average.c: File deleted.
6886 * gdb.hp/gdb.compat/sum.c: File deleted.
6887 * gdb.hp/gdb.compat/xdb.c: File deleted.
6888 * gdb.hp/gdb.compat/xdb0.c: File deleted.
6889 * gdb.hp/gdb.compat/xdb0.h: File deleted.
6890 * gdb.hp/gdb.compat/xdb1.c: File deleted.
6891 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
6892 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
6893 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
6894 * gdb.hp/gdb.defects/Makefile.in: File deleted.
6895 * gdb.hp/gdb.defects/bs14602.c: File deleted.
6896 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
6897 * gdb.hp/gdb.defects/solib-d.c: File deleted.
6898 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
6899 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
6900 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
6901 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
6902 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
6903 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
6904 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
6905 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
6906 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
6907 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
6908 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
6909 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
6910 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
6911 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
6912 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
6913 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
6914 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
6915 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
6916 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
6917 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
6918 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
6919 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
6920 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
6921 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
6922 * gdb.hp/tools/odump: File deleted.
6923
6924 2015-03-19 Pedro Alves <palves@redhat.com>
6925
6926 * gdb.threads/continue-pending-status.exp (saw_thread_2)
6927 (saw_thread_3): New globals.
6928 (top level): Increment them when an event for the corresponding
6929 thread is seen.
6930 (no thread starvation): New test.
6931
6932 2015-03-19 Pedro Alves <palves@redhat.com>
6933
6934 * gdb.threads/continue-pending-status.c: New file.
6935 * gdb.threads/continue-pending-status.exp: New file.
6936
6937 2015-03-18 Pedro Alves <palves@redhat.com>
6938
6939 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
6940 Use gdb_is_target_remote instead of is_remote. Use
6941 gdb_test_multiple instead of gdb_expect. Exit early if
6942 gdb_test_multiple hits its internal matches. Tighten stepi tests
6943 expected output. Fail on exit with any signal, instead of just
6944 SIGILL.
6945
6946 2015-03-18 Yao Qi <yao.qi@linaro.org>
6947
6948 PR tdep/18107
6949 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
6950 variable.
6951 * gdb.base/catch-syscall.exp: Don't skip it on
6952 aarch64*-*-linux* target. Remove elements in all_syscalls.
6953 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
6954 target.
6955 (setup_all_syscalls): New proc.
6956
6957 2015-03-16 Yao Qi <yao.qi@linaro.org>
6958
6959 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
6960 (top level): Skip tests if valid_addr_p returns false for
6961 $cmd1 or $cmd2.
6962
6963 2015-03-11 Andy Wingo <wingo@igalia.com>
6964
6965 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
6966
6967 2015-03-11 Yao Qi <yao.qi@linaro.org>
6968
6969 * gdb.base/catch-syscall.exp: Fix typo in comments.
6970
6971 2015-03-11 Yao Qi <yao.qi@linaro.org>
6972
6973 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
6974
6975 2015-03-09 Pedro Alves <palves@redhat.com>
6976
6977 * dg-extract-results.py: Delete.
6978
6979 2015-03-09 Pedro Alves <palves@redhat.com>
6980
6981 Merge dg-extract-results.sh from GCC upstream (r218843).
6982
6983 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
6984 * dg-extract-results.sh: Use --text with grep to avoid issues with
6985 binary files. Fall back to cat -v, if that doesn't work.
6986
6987 2015-03-05 Pedro Alves <palves@redhat.com>
6988
6989 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
6990
6991 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
6992
6993 * lib/mi-support.exp (mi_expect_interrupt): Accept
6994 alternative event for when in all-stop mode.
6995
6996 2015-03-04 Pedro Alves <palves@redhat.com>
6997
6998 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
6999
7000 2015-03-04 Mark Kettenis <kettenis@gnu.org>
7001
7002 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7003
7004 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7005
7006 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7007 regexps for GDB's current line display, accept a hex address
7008 preceding the line number.
7009
7010 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7011
7012 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7013 the 'arch1' variable for "s390*-linux*" targets.
7014
7015 2015-03-04 Pedro Alves <palves@redhat.com>
7016
7017 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7018 (main): Pass missing retval argument to pthread_join call.
7019
7020 2015-03-02 Pedro Alves <palves@redhat.com>
7021
7022 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7023 (top level): Call do_test with non-stop as well.
7024
7025 2015-03-02 Pedro Alves <palves@redhat.com>
7026
7027 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7028 -1.
7029
7030 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7031
7032 * gdb.arch/s390-vregs.exp: New test.
7033 * gdb.arch/s390-vregs.S: New file.
7034
7035 2015-02-27 Pedro Alves <palves@redhat.com>
7036
7037 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7038 call to catch_command_errors.
7039 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7040 catch_command_errors.
7041
7042 2015-02-27 Pedro Alves <palves@redhat.com>
7043
7044 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7045 "true" for boolean result.
7046 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7047 prototype of main.
7048
7049 2015-02-27 Pedro Alves <palves@redhat.com>
7050
7051 * lib/unbuffer_output.c: New file.
7052 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7053 (main): Call gdb_unbuffer_output.
7054
7055 2015-02-27 Yao Qi <yao.qi@linaro.org>
7056
7057 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7058 target.
7059
7060 2015-02-26 Doug Evans <dje@google.com>
7061
7062 * gdb.cp/class2.cc (Dbase, D): New classes.
7063 (main): New local delta.
7064 * gdb.cp/class2.exp: Test printing delta.
7065 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7066 (dynbar): New global.
7067 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7068
7069 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7070
7071 * gdb.compile/compile-ifunc.c: New file.
7072 * gdb.compile/compile-ifunc.exp: New file.
7073
7074 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7075
7076 * gdb.base/structs.exp: Check for correct struct on finish.
7077
7078 2015-02-26 Yao Qi <yao.qi@linaro.org>
7079
7080 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7081 is zero.
7082
7083 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7084
7085 * gdb.arch/cordic.ko.bz2: New file.
7086 * gdb.arch/cordic.ko.debug.bz2: New file.
7087 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7088
7089 2015-02-25 Yao Qi <yao.qi@linaro.org>
7090
7091 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7092 aarch64*-*-* target.
7093
7094 2015-02-23 Pedro Alves <palves@redhat.com>
7095
7096 * lib/gdb.exp (delete_breakpoints): Rewrite using
7097 gdb_test_multiple.
7098
7099 2015-02-23 Pedro Alves <palves@redhat.com>
7100
7101 * gdb.base/info-os.c: Include stdlib.h.
7102
7103 2015-02-22 Doug Evans <xdje42@gmail.com>
7104
7105 PR symtab/17855
7106 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7107 is read after symbols have been re-read.
7108 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7109 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7110
7111 2015-02-21 Doug Evans <dje@google.com>
7112
7113 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7114
7115 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7116
7117 PR corefiles/17808
7118 * gdb.arch/i386-biarch-core.core.bz2: New file.
7119 * gdb.arch/i386-biarch-core.exp: New file.
7120
7121 2015-02-21 Pedro Alves <palves@redhat.com>
7122
7123 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7124 runto_main fails.
7125
7126 2015-02-20 Pedro Alves <palves@redhat.com>
7127
7128 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7129 info probes.
7130
7131 2015-02-20 Pedro Alves <palves@redhat.com>
7132
7133 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7134
7135 2015-02-20 Pedro Alves <palves@redhat.com>
7136
7137 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7138 clean_restart before gdb_target_supports_trace.
7139
7140 2015-02-20 Pedro Alves <palves@redhat.com>
7141
7142 PR threads/18006
7143 * gdb.threads/clone-thread_db.c: New file.
7144 * gdb.threads/clone-thread_db.exp: New file.
7145
7146 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7147
7148 PR breakpoints/16812
7149 * gdb.base/catch-gdb-caused-signals.c: New file.
7150 * gdb.base/catch-gdb-caused-signals.exp: New file.
7151
7152 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7153
7154 * configure: Regenerated.
7155 * configure.ac: Use GDB_AC_TRANSFORM.
7156 * aclocal.m4: sinclude ../transform.m4.
7157
7158 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7159
7160 * lib/dtrace.exp: New file.
7161 * gdb.base/dtrace-probe.exp: Likewise.
7162 * gdb.base/dtrace-probe.d: Likewise.
7163 * gdb.base/dtrace-probe.c: Likewise.
7164 * lib/pdtrace.in: Likewise.
7165 * configure.ac: Output variables with the transformed names of
7166 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
7167 * configure: Regenerated.
7168
7169 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7170
7171 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7172 expected message when trying to access $_probe_* convenience
7173 variables while not on a probe.
7174
7175 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7176
7177 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7178
7179 2015-02-11 Pedro Alves <pedro@codesourcery.com>
7180
7181 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7182 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7183
7184 2015-02-10 Doug Evans <xdje42@gmail.com>
7185
7186 * lib/gdb.exp (gdb_load): Always return a result.
7187
7188 2015-02-10 Pedro Alves <palves@redhat.com>
7189
7190 * gdb.threads/signal-sigtrap.c: New file.
7191 * gdb.threads/signal-sigtrap.exp: New file.
7192
7193 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7194
7195 * gdb.trace/no-attach-trace.c: New file.
7196 * gdb.trace/no-attach-trace.exp: New file.
7197
7198 2015-02-09 Mark Wielaard <mjw@redhat.com>
7199
7200 * gdb.dwarf2/atomic.c: New file.
7201 * gdb.dwarf2/atomic-type.exp: Likewise.
7202
7203 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7204
7205 * gdb.btrace/buffer-size.exp: Update "info record" output.
7206 * gdb.btrace/delta.exp: Update "info record" output.
7207 * gdb.btrace/enable.exp: Update "info record" output.
7208 * gdb.btrace/finish.exp: Update "info record" output.
7209 * gdb.btrace/instruction_history.exp: Update "info record" output.
7210 * gdb.btrace/next.exp: Update "info record" output.
7211 * gdb.btrace/nexti.exp: Update "info record" output.
7212 * gdb.btrace/step.exp: Update "info record" output.
7213 * gdb.btrace/stepi.exp: Update "info record" output.
7214 * gdb.btrace/nohist.exp: Update "info record" output.
7215
7216 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7217
7218 * gdb.btrace/buffer-size: New.
7219
7220 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7221
7222 * gdb.btrace/delta.exp: Update "info record" output.
7223 * gdb.btrace/enable.exp: Update "info record" output.
7224 * gdb.btrace/finish.exp: Update "info record" output.
7225 * gdb.btrace/instruction_history.exp: Update "info record" output.
7226 * gdb.btrace/next.exp: Update "info record" output.
7227 * gdb.btrace/nexti.exp: Update "info record" output.
7228 * gdb.btrace/step.exp: Update "info record" output.
7229 * gdb.btrace/stepi.exp: Update "info record" output.
7230 * gdb.btrace/nohist.exp: Update "info record" output.
7231
7232 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
7233
7234 PR gdb/15678
7235 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7236
7237 2015-02-06 Pedro Alves <palves@redhat.com>
7238
7239 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7240 macro.
7241 (seconds_left, again): New globals.
7242 (main): Wait seconds_left in a 1-second sleep loop instead of
7243 sleeping 180 seconds. If 'again' is set, reset the seconds
7244 counter.
7245 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7246 'again' in the inferior before detaching. Print the seconds left.
7247 (options): New global.
7248 (top level): Build program with -DTIMEOUT=$timeout.
7249
7250 2015-02-06 Pedro Alves <palves@redhat.com>
7251
7252 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7253 determine how many seconds to pass to 'alarm'.
7254 * gdb.base/gdb-sigterm.exp (top level): Build program with
7255 -DTIMEOUT=$timeout.
7256 (do_test): Return success/failure indication. Add more verbose
7257 logging. Don't fail if 200 single steps are seen. Instead, fail
7258 when the test times out.
7259 (passes): New global.
7260 (top level): Break the testing loop if testing fails on any
7261 iteration. Use gdb_assert.
7262
7263 2015-02-04 Don Breazeal <donb@codesourcery.com>
7264
7265 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7266 and initialize them.
7267 (ipc_cleanup): New function.
7268 (main): Don't declare shmid, semid, and msqid. Add a call to
7269 atexit so that we call ipc_cleanup on exit.
7270
7271 2015-02-04 Pedro Alves <palves@redhat.com>
7272
7273 * boards/native-extended-gdbserver.exp: Remove any target variant
7274 specifications from the board name before clearing the isremote
7275 flag from board_info.
7276
7277 2015-01-31 Doug Evans <xdje42@gmail.com>
7278
7279 * gdb.base/maint.exp <maint print type argc>: Update expected output.
7280
7281 2015-01-31 Gary Benson <gbenson@redhat.com>
7282
7283 * gdb.base/completion.exp: Disable completion limiting for
7284 existing tests. Add new tests to check completion limiting.
7285 * gdb.linespec/ls-errs.exp: Disable completion limiting.
7286
7287 2015-01-31 Doug Evans <xdje42@gmail.com>
7288
7289 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7290
7291 2015-01-31 Doug Evans <xdje42@gmail.com>
7292
7293 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7294 entries. Duplicate file section script entries.
7295 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7296 inlined entries. Add test for safe-path rejection.
7297 * gdb.python/py-section-script.c: Add duplicate inlined section script
7298 entries. Duplicate file section script entries.
7299 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7300 inlined entries. Add test for safe-path rejection.
7301
7302 2015-01-29 Joel Brobecker <brobecker@adacore.com>
7303
7304 * gdb.ada/disc_arr_bound: New testcase.
7305
7306 2015-01-29 Joel Brobecker <brobecker@adacore.com>
7307
7308 * gdb.ada/mi_var_array: New testcase.
7309
7310 2015-01-27 Doug Evans <dje@google.com>
7311
7312 * gdb.python/py-objfile.exp: Add tests for objfile.username.
7313 Add test for objfile.filename, objfile.username after objfile
7314 has been unloaded.
7315
7316 2015-01-26 Joel Brobecker <brobecker@adacore.com>
7317
7318 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7319 the second test to print the name attribute of value
7320 returned by the call to gdb.lookup_type, and adjust
7321 the expected output accordingly.
7322
7323 2015-01-25 Mark Wielaard <mjw@redhat.com>
7324
7325 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7326 * gdb.base/disp-step-fork.c: Include unistd.h.
7327 * gdb.base/siginfo-obj.c: Include stdio.h.
7328 * gdb.base/siginfo-thread.c: Likewise.
7329 * gdb.mi/non-stop.c: Include unistd.h.
7330 * gdb.mi/nsthrexec.c: Include stdio.h.
7331 * gdb.mi/pthreads.c: Include unistd.h.
7332 * gdb.modula2/unbounded1.c (main): Declare returns int.
7333 * gdb.reverse/consecutive-reverse.c: Likewise.
7334 * gdb.threads/create-fail.c: Include unistd.h.
7335 * gdb.threads/killed.c: Likewise.
7336 * gdb.threads/linux-dp.c: Likewise.
7337 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
7338 * gdb.threads/non-ldr-exc-2.c: Likewise.
7339 * gdb.threads/non-ldr-exc-3.c: Likewise.
7340 * gdb.threads/non-ldr-exc-4.c: Likewise.
7341 * gdb.threads/pthreads.c: Include unistd.h.
7342 (main): Declare returns int.
7343 * gdb.threads/tls-main.c (foo): New declaration.
7344 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
7345
7346 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
7347
7348 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
7349 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
7350
7351 2015-01-15 Mark Wielaard <mjw@redhat.com>
7352
7353 * gdb.base/noreturn-return.c: New file.
7354 * gdb.base/noreturn-return.exp: New file.
7355 * gdb.base/noreturn-finish.c: New file.
7356 * gdb.base/noreturn-finish.exp: New file.
7357
7358 2015-01-23 Pedro Alves <palves@redhat.com>
7359
7360 * gdb.threads/continue-pending-after-query.c: New file.
7361 * gdb.threads/continue-pending-after-query.exp: New file.
7362
7363 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
7364 Simon Marchi <simon.marchi@ericsson.com>
7365
7366 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
7367 * gdb.base/valgrind-db-attach.exp: Same.
7368 * gdb.base/valgrind-infcall.exp: Same.
7369 * lib/mi-support.exp (default_mi_gdb_start): Same.
7370 * lib/prompt.exp (default_prompt_gdb_start): Same.
7371 * lib/gdb.exp (default_gdb_spawn): Same.
7372 (gdb_interact): New.
7373
7374
7375 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7376
7377 * gdb.compile/compile.exp (pointer to jit function): New test.
7378
7379 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
7380
7381 * lib/gdb.exp (supports_process_record): Return true for
7382 powerpc*-*-linux*.
7383 (supports_reverse): Likewise.
7384
7385 2015-01-15 Don Breazeal <donb@codesourcery.com>
7386
7387 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
7388 instead of checking whether the target board is remote and
7389 use spawn_wait_for_attach instead of exec/sleep.
7390 * gdb.base/attach-twice.exp: Likewise.
7391
7392 2015-01-15 Joel Brobecker <brobecker@adacore.com>
7393
7394 * gdb.ada/var_arr_attrs: New testcase.
7395
7396 2015-01-14 Pedro Alves <palves@redhat.com>
7397 Joel Brobecker <brobecker@adacore.com>
7398
7399 PR gdb/17525
7400 * gdb.base/bp-cmds-execution-x-script.c: New file.
7401 * gdb.base/bp-cmds-execution-x-script.exp: New file.
7402 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
7403
7404 2015-01-14 Pedro Alves <palves@redhat.com>
7405
7406 PR cli/17828
7407 * gdb.base/batch-preserve-term-settings.c: New file.
7408 * gdb.base/batch-preserve-term-settings.exp: New file.
7409
7410 2015-01-13 Doug Evans <dje@google.com>
7411
7412 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
7413 binary.
7414
7415 2015-01-13 Joel Brobecker <brobecker@adacore.com>
7416
7417 * Makefile.in (clean mostlyclean): Do not delete *.py.
7418
7419 2015-01-13 Joel Brobecker <brobecker@adacore.com>
7420
7421 * gdb.python/py-lookup-type.exp: New file.
7422
7423 2015-01-12 Pedro Alves <palves@redhat.com>
7424
7425 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
7426 restore GDBFLAGS before returning.
7427
7428 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7429
7430 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
7431 is_amd64_regs_target and is_x86_like_target.
7432
7433 2015-01-11 Doug Evans <xdje42@gmail.com>
7434
7435 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
7436 is given without an explicit form.
7437 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
7438 attributes.
7439 * gdb.dwarf/corrupt.exp: Ditto.
7440 * gdb.dwarf2/enum-type.exp: Ditto.
7441 * gdb.trace/entry-values.exp: Ditto.
7442 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
7443
7444 2015-01-11 Doug Evans <xdje42@gmail.com>
7445
7446 PR gdb/15830
7447 * gdb.base/maint.exp: Remove references to "maint demangle".
7448 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
7449 Add tests for explicitly specifying language to demangle.
7450 * gdb.dlang/demangle.exp: Ditto.
7451
7452 2015-01-09 Pedro Alves <palves@redhat.com>
7453
7454 * gdb.threads/non-stop-fair-events.c: New file.
7455 * gdb.threads/non-stop-fair-events.exp: New file.
7456
7457 2015-01-09 Pedro Alves <palves@redhat.com>
7458
7459 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
7460 the global scope. Set a breakpoint after all threads are started
7461 rather than stepping over two source lines. Expect the prompt.
7462 * gdb.base/watch_thread_num.c (threads_started_barrier): New
7463 global.
7464 (NUM): Now 15.
7465 (main): Use threads_started_barrier to wait for all threads to
7466 start. Main thread no longer calls thread_function. Exit after
7467 180 seconds.
7468 (loop): New function.
7469 (thread_function): Wait on threads_started_barrier barrier. Call
7470 'loop' at each iteration.
7471 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
7472 threads have started, instead of hardcoding number of "next"
7473 steps. Use an access watchpoint instead of a write watchpoint.
7474
7475 2015-01-09 Pedro Alves <palves@redhat.com>
7476
7477 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
7478 (thread_func): Wait on barrier.
7479 (main): Wait for all threads to start before stopping GDB.
7480 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
7481 global.
7482 (thread1_func, thread2_func): Wait on barrier.
7483 (main): Wait for all threads to start before stopping GDB.
7484 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
7485 New global.
7486 (thread1_func, thread2_func): Wait on barrier.
7487 (main): Wait for all threads to start before stopping GDB.
7488
7489 2015-01-09 Pedro Alves <palves@redhat.com>
7490
7491 * gdb.threads/attach-many-short-lived-threads.c: New file.
7492 * gdb.threads/attach-many-short-lived-threads.exp: New file.
7493
7494 2014-01-09 Pedro Alves <palves@redhat.com>
7495
7496 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
7497 instead of to thread 2.
7498 * gdb.threads/signal-command-multiple-signals-pending.c (main):
7499 Add barrier around each pthread_create call instead of around all
7500 calls.
7501 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
7502 Set a break on thread_function and have the child threads hit it
7503 one at at a time.
7504
7505 2015-01-09 Pedro Alves <palves@redhat.com>
7506
7507 * lib/gdb.exp (can_spawn_for_attach): New procedure.
7508 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
7509 false.
7510 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
7511 checking whether the target board is remote.
7512 * gdb.multi/multi-attach.exp: Likewise.
7513 * gdb.python/py-sync-interp.exp: Likewise.
7514 * gdb.server/ext-attach.exp: Likewise.
7515 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
7516 tests that need to attach, instead of checking whether the target
7517 board is remote at the top of the file.
7518
7519 2015-01-08 Yao Qi <yao@codesourcery.com>
7520
7521 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
7522
7523 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7524
7525 Fix testcase compilation.
7526 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
7527
7528 2015-01-06 Joel Brobecker <brobecker@adacore.com>
7529
7530 * gdb.python/py-type.exp: Add a couple test about empty
7531 array creation, and negative-length array creation.
7532
7533 2015-01-02 Doug Evans <xdje42@gmail.com>
7534
7535 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
7536
7537 2015-01-02 Doug Evans <dje@google.com>
7538
7539 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
7540
7541 2014-12-29 Yao Qi <yao@codesourcery.com>
7542
7543 * gdb.trace/entry-values.exp: Update comments. Rename variable
7544 bar_call_foo to returned_from_foo.
7545
7546 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
7547
7548 PR gdb/17394
7549 * gdb.linespec/break-asm-file.c: New file.
7550 * gdb.linespec/break-asm-file.exp: New file.
7551 * gdb.linespec/break-asm-file0.s: New file.
7552 * gdb.linespec/break-asm-file1.s: New file.
7553
7554 2014-12-18 Nigel Stephens <nigel@mips.com>
7555 Maciej W. Rozycki <macro@codesourcery.com>
7556
7557 * gdb.base/float.exp: Handle the new output from "info float" on
7558 MIPS targets.
7559
7560 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7561
7562 Fix MinGW compilation.
7563 * gdb.compile/compile-ops.exp: Update untested message if
7564 !skip_compile_feature_tests.
7565 * gdb.compile/compile-setjmp.exp: Likewise.
7566 * gdb.compile/compile-tls.exp: Likewise.
7567 * gdb.compile/compile.exp: Likewise.
7568 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
7569 supported on this host".
7570
7571 2014-12-16 Doug Evans <xdje42@gmail.com>
7572
7573 * boards/stabs.exp: New file.
7574
7575 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
7576
7577 * gdb.base/completion.exp: Adjust to format changes of "maint
7578 print user-registers".
7579
7580 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
7581
7582 PR server/17457
7583 * gdb.arch/aarch64-fp.c: New file.
7584 * gdb.arch/aarch64-fp.exp: New file.
7585
7586 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7587
7588 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
7589 r210637, r210913, r211666, r215400, r215817).
7590
7591 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
7592 * dg-extract-results.py: New file.
7593 * dg-extract-results.sh: Use it if the environment seems
7594 suitable.
7595
7596 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
7597
7598 * dg-extract-results.py (parse_run): Handle warnings that
7599 are printed before a test harness is run.
7600
7601 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
7602
7603 * dg-extract-results.py (Named): Remove __cmp__ method.
7604 (output_variation): Use a key to sort variation.harnesses.
7605
7606 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
7607
7608 * dg-extract-results.py: For Python 3, force sys.stdout to
7609 handle surrogate escape sequences.
7610 (safe_open): New function.
7611 (output_segment, main): Use it.
7612
7613 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
7614
7615 * dg-extract-results.py (Prog.result_re): Include options
7616 in test name.
7617
7618 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
7619
7620 * dg-extract-results.py (output_variation): Always sort if
7621 do_sum.
7622
7623 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
7624
7625 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
7626 as long as we get pagination notifications.
7627
7628 2014-12-15 Jason Merrill <jason@redhat.com>
7629
7630 * Makefile.in (check-gdb.%): Restore.
7631 * README: Mention it.
7632
7633 2014-12-13 Joel Brobecker <brobecker@adacore.com>
7634
7635 * gdb.ada/str_uninit: New testcase.
7636
7637 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7638
7639 PR symtab/17642
7640 * gdb.base/vla-stub-define.c: New file.
7641 * gdb.base/vla-stub.c: New file.
7642 * gdb.base/vla-stub.exp: New file.
7643
7644 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
7645 Jan Kratochvil <jan.kratochvil@redhat.com>
7646 Tom Tromey <tromey@redhat.com>
7647
7648 * configure.ac: Add gdb.compile/.
7649 * configure: Regenerate.
7650 * gdb.compile/Makefile.in: New file.
7651 * gdb.compile/compile-ops.exp: New file.
7652 * gdb.compile/compile-ops.c: New file.
7653 * gdb.compile/compile-tls.c: New file.
7654 * gdb.compile/compile-tls.exp: New file.
7655 * gdb.compile/compile-constvar.S: New file.
7656 * gdb.compile/compile-constvar.c: New file.
7657 * gdb.compile/compile-mod.c: New file.
7658 * gdb.compile/compile-nodebug.c: New file.
7659 * gdb.compile/compile-setjmp-mod.c: New file.
7660 * gdb.compile/compile-setjmp.c: New file.
7661 * gdb.compile/compile-setjmp.exp: New file.
7662 * gdb.compile/compile-shlib.c: New file.
7663 * gdb.compile/compile.c: New file.
7664 * gdb.compile/compile.exp: New file.
7665 * lib/gdb.exp (skip_compile_feature_tests): New proc.
7666
7667 2014-12-12 Tom Tromey <tromey@redhat.com>
7668
7669 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
7670 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
7671
7672 2014-12-12 Doug Evans <dje@google.com>
7673
7674 * lib/gdb-python.exp (get_python_valueof): New function.
7675 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
7676
7677 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7678
7679 * gdb.base/completion.exp: Add test for completion of "info
7680 registers ".
7681
7682 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
7683
7684 * gdb.base/func-ptrs.c: New file.
7685 * gdb.base/func-ptrs.exp: New file.
7686
7687 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
7688
7689 PR breakpoints/17012
7690 * gdb.base/dprintf-detach.c: New file.
7691 * gdb.base/dprintf-detach.exp: New file.
7692
7693 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
7694
7695 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
7696 * lib/gdb.exp (target_is_gdbserver): New procedure.
7697
7698 2014-12-08 Doug Evans <dje@google.com>
7699
7700 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
7701
7702 2014-12-05 Yao Qi <yao@codesourcery.com>
7703
7704 * gdb.guile/scm-error.exp: Remove the third argument to
7705 gdb_remote_download.
7706 * gdb.guile/scm-frame-args.exp: Likewise.
7707 * gdb.guile/scm-section-script.exp: Likewise.
7708
7709 2014-12-05 Yao Qi <yao@codesourcery.com>
7710
7711 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
7712
7713 2014-12-04 Doug Evans <dje@google.com>
7714
7715 * gdb.python/py-objfile.exp: Add tests for
7716 objfile.add_separate_debug_file.
7717
7718 2014-12-04 Doug Evans <dje@google.com>
7719
7720 * lib/gdb.exp (get_build_id): New function.
7721 (build_id_debug_filename_get): Rewrite to use it.
7722 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
7723
7724 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
7725
7726 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
7727 `method(long)', not just 0x0.
7728 * gdb.cp/nsalias.exp: Align code labels to 4.
7729 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
7730 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
7731 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
7732 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
7733 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
7734 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
7735
7736 2014-12-02 Doug Evans <dje@google.com>
7737
7738 PR symtab/17602
7739 * gdb.cp/anon-ns.cc: Move guts of this file to ...
7740 * gdb.cp/anon-ns2.cc: ... here. New file.
7741 * gdb.cp/anon-ns.exp: Update.
7742
7743 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
7744
7745 * gdb.python/py-events.py (inferior_call_handler): New.
7746 (register_changed_handler, memory_changed_handler): New.
7747 (test_events.invoke): Register new handlers.
7748 * gdb.python/py-events.exp: Add tests for inferior call,
7749 memory_changed and register_changed events.
7750
7751 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7752
7753 * gdb.base/execl-update-breakpoints.exp: Specify the link address
7754 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
7755 if the linker doesn't understand this.
7756
7757 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
7758
7759 * gdb.python/python.exp: Change expected reply to help().
7760
7761 2014-12-01 Yao Qi <yao@codesourcery.com>
7762
7763 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
7764 AC_CONFIG_SUBDIRS(gdb.gdbtk).
7765 * configure: Re-generated.
7766
7767 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
7768
7769 * gdb.cp/chained-calls.cc: New file.
7770 * gdb.cp/chained-calls.exp: New file.
7771 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
7772
7773 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
7774
7775 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
7776 * gdb.dwarf2/symtab-producer.exp: Same.
7777 * gdb.gdb/python-interrupts.exp: Same.
7778 * gdb.gdb/python-selftest.exp: Same.
7779 * gdb.python/py-linetable.exp: Same.
7780 * gdb.python/py-type.exp: Same.
7781 * gdb.python/py-value-cc.exp: Same.
7782 * gdb.python/py-value.exp: Same.
7783
7784 2014-11-28 Yao Qi <yao@codesourcery.com>
7785
7786 * gdb.base/break-probes.exp: Match library name prefixed with
7787 sysroot.
7788
7789 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
7790
7791 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
7792 test expected output. Add parentheses for the call to print.
7793 Remove L suffix from integers.
7794
7795 2014-11-26 Doug Evans <dje@google.com>
7796
7797 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
7798
7799 2014-11-22 Yao Qi <yao@codesourcery.com>
7800
7801 * gdb.trace/entry-values.c: Remove asms.
7802 (foo): Add foo_label.
7803 (bar): Add bar_label.
7804 * gdb.trace/entry-values.exp: Remove code computing foo's
7805 length and bar's length.
7806 (Dwarf::assemble): Invoke function_range for bar and use
7807 MACRO_AT_func for foo.
7808
7809 2014-11-22 Yao Qi <yao@codesourcery.com>
7810
7811 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
7812 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
7813 Use .Lgcc43_procstart instead of gcc43.
7814
7815 2014-11-21 Joel Brobecker <brobecker@adacore.com>
7816
7817 * gdb.ada/n_arr_bound: New testcase.
7818
7819 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
7820
7821 PR breakpoints/10737
7822 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
7823 test_catch_syscall_multi_arch.
7824 (test_catch_syscall_multi_arch): New function.
7825
7826 2014-11-20 Doug Evans <xdje42@gmail.com>
7827
7828 * gdb.base/maint.exp: Update expected output.
7829
7830 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7831
7832 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
7833 4-byte instruction on S390.
7834
7835 2014-11-19 Joel Brobecker <brobecker@adacore.com>
7836
7837 * gdb.ada/arr_arr: New testcase.
7838
7839 2014-11-19 Joel Brobecker <brobecker@adacore.com>
7840
7841 * gdb.ada/pkd_arr_elem: New Testcase.
7842
7843 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
7844
7845 * gdb.reverse/break-precsave: Expect completion message for
7846 core file reads.
7847 * gdb.reverse/consecutive-precsave.exp: Likewise.
7848 * gdb.reverse/finish-precsave.exp: Likewise.
7849 * gdb.reverse/i386-precsave.exp: Likewise.
7850 * gdb.reverse/machinestate-precsave.exp: Likewise.
7851 * gdb.reverse/sigall-precsave.exp: Likewise.
7852 * gdb.reverse/solib-precsave.exp: Likewise.
7853 * gdb.reverse/step-precsave.exp: Likewise.
7854 * gdb.reverse/until-precsave.exp: Likewise.
7855 * gdb.reverse/watch-precsave.exp: Likewise.
7856
7857 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7858
7859 * gdb.base/bp-permanent.c: Include unistd.h.
7860 * gdb.python/py-framefilter-mi.c (main): Add return type.
7861 * gdb.python/py-framefilter.c (main): Likewise.
7862 * gdb.trace/actions-changed.c (main): Likewise.
7863
7864 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7865
7866 * gdb.mi/until.c: Add eye-catchers.
7867 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
7868 line numbers.
7869
7870 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7871
7872 * gdb.base/condbreak.exp: Drop references to removed non-prototype
7873 function header variants in break1.c.
7874 * gdb.base/ena-dis-br.exp: Likewise.
7875 * gdb.base/hbreak2.exp: Likewise.
7876 * gdb.reverse/until-precsave.exp: Drop references to removed
7877 non-prototype function header variants in ur1.c.
7878 * gdb.reverse/until-reverse.exp: Likewise.
7879
7880 2014-11-17 Petr Machata <pmachata@redhat.com>
7881
7882 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
7883 ${_cu_offset_size} bytes abbrev offset.
7884
7885 2014-11-15 Doug Evans <xdje42@gmail.com>
7886
7887 PR symtab/17559
7888 * gdb.base/line-symtabs.exp: New file.
7889 * gdb.base/line-symtabs.c: New file.
7890 * gdb.base/line-symtabs.h: New file.
7891
7892 2014-11-14 Yao Qi <yao@codesourcery.com>
7893
7894 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
7895 (func): Add label func_label.
7896 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
7897 Replace low_pc and high_pc with MACRO_AT_range.
7898 Replace name, low_pc and high_pc with MACRO_AT_func.
7899
7900 2014-11-14 Yao Qi <yao@codesourcery.com>
7901
7902 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
7903 Replace name, low_pc and high_pc with MACRO_AT_func.
7904
7905 2014-11-14 Yao Qi <yao@codesourcery.com>
7906
7907 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
7908 produce debug information.
7909 * gdb.dwarf2/implptr-optimized-out.S: Removed.
7910
7911 2014-11-14 Yao Qi <yao@codesourcery.com>
7912
7913 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
7914 object and get function length.
7915 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
7916 with MACRO_AT_func.
7917 (top-level): Replace gdb_compile and clean_restart with
7918 prepare_for_testing.
7919 * gdb.dwarf2/main.c (main): Add label main_label.
7920
7921 2014-11-14 Yao Qi <yao@codesourcery.com>
7922
7923 * lib/dwarf.exp (function_range): New procedure.
7924 (Dwarf::_handle_macro_at_func): New procedure.
7925 (Dwarf::_handle_macro_at_range): New procedure.
7926 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
7927
7928 2014-11-14 Yao Qi <yao@codesourcery.com>
7929
7930 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
7931 (_handle_attribute): New procedure.
7932
7933 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7934
7935 * gdb.ada/cond_lang/foo.c (callme): Add return type.
7936 * gdb.base/call-sc.c (zed): Likewise.
7937 * gdb.base/checkpoint.c (main): Likewise.
7938 * gdb.base/dump.c (main): Likewise.
7939 * gdb.base/gcore.c (main): Likewise.
7940 * gdb.base/huge.c (main): Likewise.
7941 * gdb.base/multi-forks.c (main): Likewise.
7942 * gdb.base/pr10179-a.c (main): Likewise.
7943 * gdb.base/savedregs.c (main): Likewise.
7944 * gdb.base/sigaltstack.c (main): Likewise.
7945 * gdb.base/siginfo.c (main): Likewise.
7946 * gdb.base/structs.c (zed): Likewise.
7947 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
7948 * gdb.mi/mi-syn-frame.c (main): Likewise.
7949 * gdb.mi/until.c (foo, main): Likewise.
7950 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
7951 * gdb.base/solib-weak.c (foo): Declare.
7952 * gdb.base/attach-twice.c: Include stdio.h.
7953 * gdb.base/weaklib1.c: Likewise.
7954 * gdb.base/weaklib2.c: Likewise.
7955 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
7956 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
7957 unistd.h.
7958 * gdb.base/attach-pie-misread.c: Include stdlib.h.
7959 * gdb.mi/mi-exit-code.c: Likewise.
7960 * gdb.base/break-interp-lib.c: Include string.h.
7961 * gdb.base/coremaker.c: Likewise.
7962 * gdb.base/testenv.c: Likewise.
7963 * gdb.python/py-finish-breakpoint.c: Likewise.
7964 * gdb.base/inferior-died.c: Include sys/wait.h.
7965 * gdb.base/fileio.c: Include time.h.
7966 * gdb.base/async-shell.c: Include unistd.h.
7967 * gdb.base/dprintf-non-stop.c: Likewise.
7968 * gdb.base/info-os.c: Likewise.
7969 * gdb.mi/mi-console.c: Likewise.
7970 * gdb.mi/watch-nonstop.c: Likewise.
7971 * gdb.python/py-events.c: Likewise.
7972 * gdb.base/async.c (baz): Move up before its invocation.
7973 * gdb.base/code_elim2.c (my_global_func): Likewise.
7974 * gdb.base/skip-solib-lib.c (multiply): Likewise.
7975 * gdb.base/advance.c (func2): Likewise.
7976
7977 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7978
7979 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
7980 variant.
7981 * gdb.base/annota3.c: Likewise.
7982 * gdb.base/async.c: Likewise.
7983 * gdb.base/average.c: Likewise.
7984 * gdb.base/call-ar-st.c: Likewise.
7985 * gdb.base/call-rt-st.c: Likewise.
7986 * gdb.base/call-sc.c: Likewise.
7987 * gdb.base/call-strs.c: Likewise.
7988 * gdb.base/ending-run.c: Likewise.
7989 * gdb.base/execd-prog.c: Likewise.
7990 * gdb.base/exprs.c: Likewise.
7991 * gdb.base/foll-exec.c: Likewise.
7992 * gdb.base/foll-fork.c: Likewise.
7993 * gdb.base/foll-vfork.c: Likewise.
7994 * gdb.base/funcargs.c: Likewise.
7995 * gdb.base/gcore.c: Likewise.
7996 * gdb.base/jump.c: Likewise.
7997 * gdb.base/langs0.c: Likewise.
7998 * gdb.base/langs1.c: Likewise.
7999 * gdb.base/langs2.c: Likewise.
8000 * gdb.base/mips_pro.c: Likewise.
8001 * gdb.base/nodebug.c: Likewise.
8002 * gdb.base/opaque0.c: Likewise.
8003 * gdb.base/opaque1.c: Likewise.
8004 * gdb.base/recurse.c: Likewise.
8005 * gdb.base/run.c: Likewise.
8006 * gdb.base/scope0.c: Likewise.
8007 * gdb.base/scope1.c: Likewise.
8008 * gdb.base/setshow.c: Likewise.
8009 * gdb.base/setvar.c: Likewise.
8010 * gdb.base/shmain.c: Likewise.
8011 * gdb.base/shr1.c: Likewise.
8012 * gdb.base/shr2.c: Likewise.
8013 * gdb.base/sigall.c: Likewise.
8014 * gdb.base/signals.c: Likewise.
8015 * gdb.base/so-indr-cl.c: Likewise.
8016 * gdb.base/solib2.c: Likewise.
8017 * gdb.base/structs.c: Likewise.
8018 * gdb.base/sum.c: Likewise.
8019 * gdb.base/vforked-prog.c: Likewise.
8020 * gdb.base/watchpoint.c: Likewise.
8021 * gdb.reverse/shr2.c: Likewise.
8022 * gdb.reverse/until-reverse.c: Likewise.
8023 * gdb.reverse/ur1.c: Likewise.
8024 * gdb.reverse/watch-reverse.c: Likewise.
8025
8026 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8027
8028 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8029 variant.
8030 * gdb.base/sepdebug.exp: Drop references to removed code.
8031
8032 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8033
8034 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8035 variant. Preserve original line numbering.
8036 * gdb.base/list1.c: Likewise.
8037
8038 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8039
8040 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8041 variant.
8042 * gdb.base/break1.c: Likewise.
8043 * gdb.base/break.exp: Drop references to removed code.
8044
8045 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8046
8047 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8048 variant.
8049
8050 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8051
8052 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8053
8054 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8055
8056 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8057 logic into perform_all_tests() and invoke it with and without
8058 function header prototypes.
8059 (do_function_calls): Remove conditional XFAIL for PR 5318.
8060 (rerun_and_prepare): Remove duplicate code.
8061 (perform_all_tests): New. Main logic moved here.
8062
8063 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8064
8065 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8066 code guarded by #ifdef NO_PROTOTYPES.
8067 (t_double_many_args): Likewise.
8068 (DEF_FUNC_MANY_ARGS_1): Likewise.
8069 (DEF_FUNC_VALUES_1): Likewise.
8070 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8071 guarded by #ifdef PROTOTYPES.
8072
8073 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8074
8075 * gdb.mi/mi-console.c: Add eye-catcher.
8076 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8077 instead of literal line number.
8078
8079 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8080
8081 * gdb.base/shr2.c: Add eye-catcher.
8082 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8083 line number.
8084
8085 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8086
8087 * gdb.base/jump.c: Add eye-catchers.
8088 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8089 numbers.
8090
8091 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8092
8093 * gdb.base/execd-prog.c: Add eye-catchers.
8094 * gdb.base/foll-exec.c: Likewise.
8095 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8096 line numbers.
8097
8098 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8099
8100 * gdb.base/ending-run.c: Add eye-catchers.
8101 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8102 literal line numbers.
8103
8104 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8105
8106 * gdb.base/call-rt-st.c: Add eye-catchers.
8107 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8108 literal line numbers.
8109
8110 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8111
8112 * gdb.base/call-ar-st.c: Add eye-catchers.
8113 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8114 literal line numbers.
8115
8116 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8117
8118 * gdb.base/average.c: Add eye-catchers.
8119 * gdb.base/sum.c: Likewise.
8120 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8121 regexps dynamically.
8122
8123 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8124
8125 * gdb.base/solib1.c: Add eye-catchers.
8126 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8127 literal line numbers.
8128
8129 2014-11-12 Pedro Alves <palves@redhat.com>
8130
8131 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8132 leader has exited.
8133
8134 2014-11-12 Pedro Alves <palves@redhat.com>
8135
8136 * gdb.arch/i386-bp_permanent.c: New file.
8137 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8138 (srcfile): Set to i386-bp_permanent.c.
8139 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8140 that stepi does not execute the 'leave' instruction, instead of
8141 testing it does execute.
8142 * gdb.base/bp-permanent.c: New file.
8143 * gdb.base/bp-permanent.exp: New file.
8144
8145 2014-11-10 Doug Evans <xdje42@gmail.com>
8146
8147 PR symtab/17564
8148 * gdb.base/symtab-search-order.exp: New file.
8149 * gdb.base/symtab-search-order.c: New file.
8150 * gdb.base/symtab-search-order-1.c: New file.
8151 * gdb.base/symtab-search-order-shlib-1.c: New file.
8152
8153 2014-11-07 Pedro Alves <palves@redhat.com>
8154
8155 PR gdb/17511
8156 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8157 i?86-*-linux*.
8158
8159 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8160
8161 PR c++/17494
8162 * gdb.cp/pr17494.cc: New file.
8163 * gdb.cp/pr17494.exp: New file.
8164
8165 2014-11-02 Yao Qi <yao@codesourcery.com>
8166
8167 * gdb.python/python.exp: Get working directory and match the
8168 output of "set extended-prompt \\w " with it.
8169
8170 2014-10-30 Doug Evans <dje@google.com>
8171
8172 * gdb.python/py-objfile.exp: Add tests for setting random attributes
8173 in objfiles.
8174 * gdb.python/py-progspace.exp: Add tests for setting random attributes
8175 in progspaces.
8176
8177 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
8178
8179 * gdb.base/fullpath-expand.exp: Skip for a remote host.
8180 * gdb.base/realname-expand.exp: Likewise.
8181 * gdb.linespec/macro-relative.exp: Likewise.
8182
8183 2014-10-29 Pedro Alves <palves@redhat.com>
8184
8185 PR gdb/17408
8186 * gdb.threads/schedlock.c (some_function): New function.
8187 (call_function): New global.
8188 (MAYBE_CALL_SOME_FUNCTION): New macro.
8189 (thread_function): Call it.
8190 * gdb.threads/schedlock.exp (get_args): Add description parameter,
8191 and use it instead of a global counter. Adjust all callers.
8192 (get_current_thread): Use "find current thread" for test message
8193 here rather than having all callers pass down the same string.
8194 (goto_loop): New procedure, factored out from ...
8195 (my_continue): ... this.
8196 (step_ten_loops): Change parameter from test message to command to
8197 use. Adjust.
8198 (list_count): Delete global.
8199 (check_result): New procedure, factored out from duplicate top
8200 level code.
8201 (continue tests): Wrap in with_test_prefix.
8202 (test_step): New procedure, factored out from duplicate top level
8203 code.
8204 (top level): Test "step" in combination with all scheduler-locking
8205 modes. Test "next" in combination with all scheduler-locking
8206 modes, and in combination with stepping over a function call or
8207 not.
8208 * gdb.threads/next-bp-other-thread.c: New file.
8209 * gdb.threads/next-bp-other-thread.exp: New file.
8210
8211 2014-10-29 Pedro Alves <palves@redhat.com>
8212
8213 PR python/17372
8214 * gdb.python/python.exp: Test a multi-line command that spawns
8215 interactive Python.
8216 * gdb.base/multi-line-starts-subshell.exp: New file.
8217
8218 2014-10-29 Yao Qi <yao@codesourcery.com>
8219
8220 * gdb.base/fileio.exp: Make directories on host.
8221
8222 2014-10-29 Yao Qi <yao@codesourcery.com>
8223
8224 * gdb.base/fileio.c (test_write): Close the file.
8225
8226 2014-10-28 Pedro Alves <palves@redhat.com>
8227
8228 PR gdb/12623
8229 * gdb.base/sigstep.c (no_handler): New global.
8230 (main): If 'no_handler is true, set the signal handlers to
8231 SIG_IGN.
8232 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8233 with_sw_watch and no_handler parameters. Handle them.
8234 (top level) <stepping over handler when stopped at a breakpoint
8235 test>: Add a test axis for testing with a software watchpoint, and
8236 another for testing with the signal handler set to SIG_IGN.
8237 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8238 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8239
8240 2014-10-28 Pedro Alves <palves@redhat.com>
8241
8242 PR gdb/17511
8243 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8244 * gdb.base/sigstep.exp (other_handler_location): New global.
8245 (advance): Support stepping into the signal handler, and running
8246 commands while in the handler.
8247 (in_handler_map): New global.
8248 (top level): In the advance test, add combinations for getting
8249 into the handler with stepping commands, and for running commands
8250 in the handler. Add comment descripting the advancei tests.
8251
8252 2014-10-28 Pedro Alves <palves@redhat.com>
8253
8254 * gdb.base/sigstep.exp: Use build_executable instead of
8255 prepare_for_testing.
8256 (top level): Move code that starts GDB, runs to main and creates a
8257 display to ...
8258 (restart): ... this new procedure.
8259 (top level): Move backtrace from signal handler test to ...
8260 (validate_backtrace): ... this new procedure.
8261 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
8262 with_test_prefix. Always restart GDB.
8263 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
8264 with_test_prefix. Always restart GDB. No need to delete
8265 breakpoints after the test.
8266 (test_skip_handler): Remove prefix parameter.
8267 (skip_over_handler, breakpoint_to_handler)
8268 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8269 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
8270 restart GDB. No need to delete breakpoints after the test.
8271 (top level): Use foreach to call the test procedures with
8272 different commands.
8273
8274 2014-10-28 Pedro Alves <palves@redhat.com>
8275
8276 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8277 instead of GNATS numbers.
8278 * gdb.base/sigbpt.exp: Likewise.
8279 * gdb.base/siginfo.exp: Likewise.
8280 * gdb.base/sigstep.exp: Likewise.
8281
8282 2014-10-27 Pedro Alves <palves@redhat.com>
8283
8284 * gdb.base/sigstep.c (dummy): New global.
8285 (main): Issue a couple writes to the new global.
8286 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8287 procedures.
8288 (skip_over_handler): Use test_skip_handler.
8289 (top level): Call skip_over_handler for stepi and nexti too.
8290 (breakpoint_over_handler): Use test_skip_handler.
8291 (top level): Call breakpoint_over_handler for stepi and nexti too.
8292
8293 2014-10-27 Yao Qi <yao@codesourcery.com>
8294
8295 * gdb.trace/tfile.c (adjust_function_address)
8296 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8297 function descriptor.
8298
8299 2014-10-24 Don Breazeal <donb@codesourcery.com>
8300
8301 * gdb.base/foll-fork.exp (test_follow_fork,
8302 catch_fork_child_follow): Check for updated fork messages emitted
8303 from infrun.c.
8304 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8305 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8306 vfork_and_exec_child_follow_through_step): Check for updated vfork
8307 messages emitted from infrun.c.
8308
8309 2014-10-24 Pedro Alves <palves@redhat.com>
8310
8311 * gdb.base/corefile.exp: Remove references to ultrix.
8312 * gdb.base/interrupt.exp: Likewise.
8313 * gdb.base/whatis.exp: Likewise.
8314 * gdb.gdb/selftest.exp: Likewise.
8315 * gdb.threads/manythreads.exp: Likewise.
8316 * gdb.threads/print-threads.exp: Likewise.
8317 * gdb.threads/pthreads.exp:: Likewise.
8318 * gdb.threads/schedlock.exp: Likewise.
8319
8320 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
8321
8322 * gdb.cp/non-trivial-retval.cc: Add a test case.
8323 * gdb.cp/non-trivial-retval.exp: Add a test.
8324
8325 2014-10-20 Yao Qi <yao@codesourcery.com>
8326
8327 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8328 * gdb.python/py-objfile-script-gdb.py: New file.
8329 * gdb.python/py-objfile-script.exp: Update reference to
8330 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
8331 of remote_download. Remove the dest file.
8332
8333 2014-10-20 Yao Qi <yao@codesourcery.com>
8334
8335 * gdb.base/checkpoint.exp: Don't remove file copied on host.
8336 * gdb.base/step-line.exp: Likewise.
8337 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8338 * gdb.dwarf2/dw2-basic.exp: Likewise.
8339 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8340 * gdb.dwarf2/dw2-filename.exp: Likewise.
8341 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8342 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8343 * gdb.dwarf2/dw2-producer.exp: Likewise.
8344 * gdb.dwarf2/mac-fileno.exp: Likewise.
8345 * gdb.python/py-frame-args.exp: Likewise.
8346 * gdb.python/py-framefilter.exp: Likewise.
8347 * gdb.python/py-mi.exp: Likewise.
8348 * gdb.python/py-objfile-script.exp: Likewise
8349 * gdb.python/py-pp-integral.exp: Likewise.
8350 * gdb.python/py-pp-re-notag.exp: Likewise.
8351 * gdb.python/py-prettyprint.exp: Likewise.
8352 * gdb.python/py-section-script.exp: Likewise.
8353 * gdb.python/py-typeprint.exp: Likewise.
8354 * gdb.python/py-xmethods.exp: Likewise.
8355 * gdb.stabs/weird.exp: Likewise.
8356 * gdb.xml/tdesc-regs.exp: Likewise.
8357
8358 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
8359
8360 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
8361 (out_cu): Use addr_len for the size of addresses.
8362 (out_line): Likewise. Size DW_LNE_set_address instruction
8363 according to addr_len.
8364 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
8365 (FUNC): Add START_INSNS to definition.
8366
8367 2014-10-18 Yao Qi <yao@codesourcery.com>
8368
8369 * gdb.base/argv0-symlink.exp: Check argv[0] value if
8370 gdb_has_argv0 return true.
8371 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
8372 check [target_info exists noargs], check [gdb_has_argv0]
8373 instead.
8374 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
8375 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
8376 procedures.
8377
8378 2014-10-17 Doug Evans <dje@google.com>
8379
8380 * gdb.python/py-events.exp: Update expected output for clear_objfiles
8381 event.
8382 * gdb.python/py-events.py: Add clear_objfiles event.
8383
8384 2014-10-17 Doug Evans <dje@google.com>
8385
8386 * gdb.python/py-objfile.exp: Test progspace attribute.
8387
8388 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
8389
8390 * gdb.guile/scm-breakpoint.exp: Do not assume any
8391 directory separators when matching source file paths.
8392 * gdb.python/py-breakpoint.exp: Likewise.
8393 * gdb.reverse/break-precsave.exp: Likewise.
8394 * gdb.reverse/break-reverse.exp: Likewise.
8395 * gdb.reverse/consecutive-precsave.exp: Likewise.
8396 * gdb.reverse/finish-precsave.exp: Likewise.
8397 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8398 * gdb.reverse/finish-reverse.exp: Likewise.
8399 * gdb.reverse/i386-precsave.exp: Likewise.
8400 * gdb.reverse/i387-env-reverse.exp: Likewise.
8401 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8402 * gdb.reverse/machinestate-precsave.exp: Likewise.
8403 * gdb.reverse/machinestate.exp: Likewise.
8404 * gdb.reverse/sigall-precsave.exp: Likewise.
8405 * gdb.reverse/solib-precsave.exp: Likewise.
8406 * gdb.reverse/step-precsave.exp: Likewise.
8407 * gdb.reverse/until-precsave.exp: Likewise.
8408 * gdb.reverse/watch-precsave.exp: Likewise.
8409 * gdb.reverse/watch-reverse.exp: Likewise.
8410
8411 2014-10-17 Yao Qi <yao@codesourcery.com>
8412
8413 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
8414 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
8415
8416 2014-10-17 Pedro Alves <palves@redhat.com>
8417
8418 PR gdb/17471
8419 * gdb.base/bg-execution-repeat.c: New file.
8420 * gdb.base/bg-execution-repeat.exp: New file.
8421
8422 2014-10-17 Pedro Alves <palves@redhat.com>
8423
8424 PR gdb/17300
8425 * gdb.base/continue-all-already-running.c: New file.
8426 * gdb.base/continue-all-already-running.exp: New file.
8427
8428 2014-10-17 Pedro Alves <palves@redhat.com>
8429
8430 PR gdb/17472
8431 * gdb.base/annota-input-while-running.c: New file.
8432 * gdb.base/annota-input-while-running.exp: New file.
8433
8434 2014-10-17 Pedro Alves <palves@redhat.com>
8435
8436 * gdb.base/callfuncs.exp: emove references to osf.
8437 * gdb.base/sigall.exp: Likewise.
8438 * gdb.gdb/selftest.exp: Likewise.
8439 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
8440 * gdb.mi/non-stop.c: Likewise.
8441 * gdb.mi/pthreads.c: Likewise.
8442 * gdb.reverse/sigall-precsave.exp: Likewise.
8443 * gdb.reverse/sigall-reverse.exp: Likewise.
8444 * gdb.threads/pthreads.c: Likewise.
8445 * gdb.threads/pthreads.exp: Likewise.
8446
8447 2014-10-17 Yao Qi <yao@codesourcery.com>
8448
8449 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
8450 check 'target_info exists noargs'.
8451 (test_command_prompt_position): Likewise.
8452 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
8453 Remove "set args".
8454 (progvar_simple_while_test): Likewise.
8455 (progvar_complex_if_while_test): Likewise.
8456 (if_while_breakpoint_command_test): Likewise.
8457 (infrun_breakpoint_command_test): Likewise.
8458 (breakpoint_command_test): Likewise.
8459 (watchpoint_command_test): Likewise.
8460 (bp_deleted_in_command_test): Likewise.
8461 (temporary_breakpoint_commands): Likewise.
8462
8463 2014-10-16 Yao Qi <yao@codesourcery.com>
8464
8465 * gdb.base/remotetimeout.exp: Remove noargs checking.
8466
8467 2014-10-15 Pedro Alves <palves@redhat.com>
8468
8469 PR breakpoints/9649
8470 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
8471 * gdb.base/breakpoint-in-ro-region.exp
8472 (probe_target_hardware_step): New procedure.
8473 (top level): Probe hardware stepping and hardware breakpoint
8474 support. Test stepping through a read-only region, with both
8475 "breakpoint auto-hw" on and off and both "always-inserted" on and
8476 off.
8477
8478 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
8479
8480 * gdb.dlang/demangle.exp: Update for demangling changes.
8481
8482 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8483
8484 * gdb.cp/non-trivial-retval.cc: Add new test cases.
8485 * gdb.cp/non-trivial-retval.exp: Add new tests.
8486
8487 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8488
8489 PR c++/13403
8490 PR c++/15154
8491 * gdb.cp/non-trivial-retval.cc: New file.
8492 * gdb.cp/non-trivial-retval.exp: New file.
8493
8494 2014-10-15 Yao Qi <yao@codesourcery.com>
8495
8496 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
8497 remote host.
8498
8499 2014-10-15 Yao Qi <yao@codesourcery.com>
8500
8501 * gdb.python/py-symbol.exp: Match file base name if host is
8502 remote, otherwise match file name with dir name.
8503 * gdb.python/py-symtab.exp: Likewise.
8504 * gdb.python/python.exp: Likewise.
8505
8506 2014-10-15 Yao Qi <yao@codesourcery.com>
8507
8508 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
8509 pattern.
8510 * gdb.python/py-symtab.exp: Likewise.
8511 * gdb.python/python.exp: Remove trailing ".*". Fix typo
8512 locationn.
8513
8514 2014-10-14 Joel Brobecker <brobecker@adacore.com>
8515
8516 * gdb.ada/addr_arith: New testcase.
8517
8518 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
8519
8520 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
8521 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
8522 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
8523 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
8524
8525 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
8526
8527 * gdb.arch/stap-eval-lang-ada.S: Likewise.
8528 * gdb.arch/stap-eval-lang-ada.c: Likewise.
8529 * gdb.arch/stap-eval-lang-ada.exp: New file.
8530
8531 2014-10-14 Yao Qi <yao@codesourcery.com>
8532
8533 * gdb.mi/mi-var-child.c (nothing1): New function.
8534 (nothing2): New function.
8535 (do_children_tests): Set function pointers by nothing1 and
8536 nothing2.
8537 * gdb.mi/mi-var-child.exp: Step over new added statements.
8538 Update test to match the new output.
8539 * gdb.mi/var-cmd.c (nothing1): New function.
8540 (nothing2): New function.
8541 (do_children_tests): Set function pointers by nothing1 and
8542 nothing2.
8543 * gdb.mi/mi-var-display.exp: Update test to match output.
8544 Step to the line specified by $line_dct_nothing.
8545 Increase the number of lines to step.
8546
8547 2014-10-14 Yao Qi <yao@codesourcery.com>
8548
8549 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
8550 tests.
8551 * gdb.mi/mi2-var-child.exp: Likewise.
8552
8553 2014-10-13 Doug Evans <dje@google.com>
8554
8555 * gdb.python/py-objfile.exp: Change name of file name test.
8556
8557 2014-10-13 Doug Evans <dje@google.com>
8558
8559 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
8560 from the start of the CU.
8561
8562 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8563 Yao Qi <yao@codesourcery.com>
8564
8565 Fix "save breakpoints" for "catch" command.
8566 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
8567 Remove -nonewline. Match also the added "main" line.
8568
8569 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8570
8571 Fix "save breakpoints" for "disable $bpnum" command.
8572 * gdb.base/save-bp.c (main): Add label.
8573 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
8574
8575 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8576
8577 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
8578
8579 2014-10-11 Yao Qi <yao@codesourcery.com>
8580
8581 * gdb.server/server-kill.exp: Execute command
8582 "set remote trace-status-packet on" before "tstatus".
8583
8584 2014-10-11 Yao Qi <yao@codesourcery.com>
8585
8586 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
8587 (main): Call getppid.
8588 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
8589 and continue to it. Read variable "server_pid".
8590
8591 2014-10-11 Yao Qi <yao@codesourcery.com>
8592
8593 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
8594
8595 2014-10-11 Yao Qi <yao@codesourcery.com>
8596
8597 * gdb.threads/thread-find.exp: Don't execute command
8598 "info threads".
8599 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
8600 * gdb.threads/linux-dp.exp: Don't check the condition
8601 $threads_created equals to zero.
8602
8603 2014-10-10 Pedro Alves <palves@redhat.com>
8604
8605 * gdb.base/bigcore.exp: Remove references to IRIX.
8606 * gdb.base/funcargs.exp: Likewise.
8607 * gdb.base/interrupt.exp: Likewise.
8608 * gdb.base/mips_pro.exp: Likewise.
8609 * gdb.base/nodebug.exp: Likewise.
8610 * gdb.base/setvar.exp: Likewise.
8611 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
8612
8613 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8614 Pedro Alves <palves@redhat.com>
8615
8616 PR symtab/14466
8617 * gdb.base/vdso-warning.c: New file.
8618 * gdb.base/vdso-warning.exp: New file.
8619
8620 2014-10-02 Doug Evans <dje@google.com>
8621
8622 * gdb.base/structs.c (main): Don't run forever.
8623
8624 2014-10-02 Pedro Alves <palves@redhat.com>
8625
8626 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
8627 (top level) <stop threads 1, stop threads 2>: Use it.
8628
8629 2014-10-02 Pedro Alves <palves@redhat.com>
8630
8631 * gdb.threads/break-while-running.exp (test): Add new
8632 'update_thread_list' argument. Skip "info threads" if false.
8633 (top level): Add new 'update_thread_list' axis.
8634
8635 2014-10-02 Pedro Alves <palves@redhat.com>
8636
8637 PR breakpoints/17431
8638 * gdb.base/execl-update-breakpoints.c: New file.
8639 * gdb.base/execl-update-breakpoints.exp: New file.
8640
8641 2014-10-01 Pedro Alves <palves@redhat.com>
8642
8643 * gdb.base/breakpoint-in-ro-region.c: New file.
8644 * gdb.base/breakpoint-in-ro-region.exp: New file.
8645
8646 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
8647
8648 * gdb.mi/mi-exit-code.exp: New file.
8649 * gdb.mi/mi-exit-code.c: New file.
8650
8651 2014-09-30 Yao Qi <yao@codesourcery.com>
8652
8653 * lib/prelink-support.exp (build_executable_own_libs): Error if
8654 the target isn't native.
8655
8656 2014-09-30 Yao Qi <yao@codesourcery.com>
8657
8658 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
8659 false.
8660
8661 2014-09-22 Pedro Alves <palves@redhat.com>
8662
8663 * gdb.threads/break-while-running.exp: New file.
8664 * gdb.threads/break-while-running.c: New file.
8665
8666 2014-09-19 Yao Qi <yao@codesourcery.com>
8667
8668 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
8669 Invoke test. Restart GDB with --readnow and invoke test again.
8670
8671 2014-09-19 Yao Qi <yao@codesourcery.com>
8672
8673 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
8674 proc set_breakpoint_on_gcd_function. Invoke
8675 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
8676 invoke set_breakpoint_on_gcd_function again.
8677
8678 2014-09-18 Doug Evans <dje@google.com>
8679
8680 * gdb.dwarf2/symtab-producer.exp: New file.
8681
8682 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
8683
8684 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
8685 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
8686 * gdb.base/global-var-nested-by-dso.c: Likewise.
8687 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8688
8689 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
8690 Pedro Alves <palves@redhat.com>
8691
8692 * gdb.base/watch-bitfields.exp: Pass string other than test file
8693 name to prepare_for_testing.
8694 (watch): New procedure.
8695 (expect_watchpoint): Use with_test_prefix.
8696 (top level): Factor out tests to ...
8697 (test_watch_location, test_regular_watch): ... these new
8698 procedures, and use with_test_prefix and gdb_continue_to_end.
8699
8700 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
8701
8702 PR breakpoints/12526
8703 * gdb.base/watch-bitfields.exp: New file.
8704 * gdb.base/watch-bitfields.c: New file.
8705
8706 2014-09-16 Pedro Alves <palves@redhat.com>
8707
8708 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
8709 software and hardware addresses, not software address against
8710 itself.
8711
8712 2014-09-16 Pedro Alves <palves@redhat.com>
8713
8714 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
8715 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
8716
8717 2014-09-16 Pedro Alves <palves@redhat.com>
8718
8719 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
8720 files.
8721 * gdb.base/a2-run.exp: Remove all code guarded by istarget
8722 "*-*-vxworks*" throughout.
8723 * gdb.base/break.exp: Likewise.
8724 * gdb.base/default.exp: Likewise.
8725 * gdb.base/scope.exp: Likewise.
8726 * gdb.base/sepdebug.exp: Likewise.
8727 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
8728 throughout.
8729 * gdb.base/run.c: Likewise.
8730 * gdb.base/sepdebug.c: Likewise.
8731 * gdb.hp/gdb.aCC/run.c: Likewise.
8732 * gdb.reverse/until-reverse.c: Likewise.
8733 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
8734
8735 2014-09-16 Yao Qi <yao@codesourcery.com>
8736
8737 * boards/local-remote-host-native.exp: New file.
8738
8739 2014-09-14 Doug Evans <xdje42@gmail.com>
8740
8741 * gdb.threads/queue-signal.c (thread_count): New variable.
8742 (thread_count_mutex, thread_count_condvar): New variables.
8743 (incr_thread_count, wait_all_threads_running): New functions.
8744 (main): Wait for all threads to be in their thread functions.
8745
8746 2014-09-13 Doug Evans <xdje42@gmail.com>
8747
8748 * gdb.threads/queue-signal.c: New file.
8749 * gdb.threads/queue-signal.exp: New file.
8750
8751 2014-09-13 Doug Evans <xdje42@gmail.com>
8752
8753 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
8754 be consistent with what default_gdb_init uses.
8755 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
8756 the plain text of the prompt. Add some logging printfs.
8757 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
8758
8759 2014-09-12 Pedro Alves <palves@redhat.com>
8760
8761 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
8762 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
8763 * gdb.arch/i386-size-overlap.exp: Likewise.
8764 * gdb.arch/i386-size.exp: Likewise.
8765 * gdb.arch/i386-unwind.exp: Likewise.
8766 * gdb.base/a2-run.exp: Likewise.
8767 * gdb.base/break.exp: Likewise.
8768 * gdb.base/charset.exp: Likewise.
8769 * gdb.base/chng-syms.exp: Likewise.
8770 * gdb.base/commands.exp: Likewise.
8771 * gdb.base/dbx.exp: Likewise.
8772 * gdb.base/find.exp: Likewise.
8773 * gdb.base/funcargs.exp: Likewise.
8774 * gdb.base/jit-simple.exp: Likewise.
8775 * gdb.base/reread.exp: Likewise.
8776 * gdb.base/sepdebug.exp: Likewise.
8777 * gdb.base/step-bt.exp: Likewise.
8778 * gdb.cp/mb-inline.exp: Likewise.
8779 * gdb.cp/mb-templates.exp: Likewise.
8780 * gdb.objc/basicclass.exp: Likewise.
8781 * gdb.threads/killed.exp: Likewise.
8782
8783 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8784
8785 PR tdep/17379
8786 * gdb.arch/powerpc-stackless.S: New file.
8787 * gdb.arch/powerpc-stackless.exp: New file.
8788
8789 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8790
8791 * gdb.base/attach.c: Include unistd.h.
8792 (main): Call alarm. Add label postloop.
8793 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
8794 gdb_breakpoint, gdb_continue_to_breakpoint.
8795 (test_command_line_attach_run): Kill ${testpid} in one exit path.
8796
8797 2014-09-11 Pedro Alves <palves@redhat.com>
8798
8799 PR gdb/17347
8800 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
8801 * gdb.base/attach.exp (test_command_line_attach_run): New
8802 procedure.
8803 (top level): Call it.
8804
8805 2014-09-11 Pedro Alves <palves@redhat.com>
8806
8807 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
8808 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
8809 (do_command_attach_tests): Use spawn_wait_for_attach.
8810 * gdb.base/solib-overlap.exp: Likewise.
8811 * gdb.multi/multi-attach.exp: Likewise.
8812 * gdb.python/py-prompt.exp: Likewise.
8813 * gdb.python/py-sync-interp.exp: Likewise.
8814 * gdb.server/ext-attach.exp: Likewise.
8815
8816 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
8817
8818 * gdb.fortran/array-element.exp: Remove unexpected "continue"
8819 command in testcase. Simplify testcase.
8820
8821 2014-09-10 Joel Brobecker <brobecker@adacore.com>
8822
8823 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
8824
8825 2014-09-10 Joel Brobecker <brobecker@adacore.com>
8826
8827 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
8828
8829 2014-09-10 Joel Brobecker <brobecker@adacore.com>
8830
8831 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
8832
8833 2014-09-10 Joel Brobecker <brobecker@adacore.com>
8834
8835 * gdb.dwarf2/dynarr-ptr.c: New file.
8836 * gdb.dwarf2/dynarr-ptr.exp: New file.
8837
8838 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8839
8840 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
8841 of 30 rather than hardcoding 120 for a slow test case. Take the
8842 `gdb,timeout' target setting into account for this calculation.
8843 Don't extend the timeout for the test cases that don't need it.
8844
8845 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8846
8847 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
8848 a factor of 2 for a slow test case. Take the `gdb,timeout'
8849 target setting into account for this calculation.
8850 * gdb.reverse/until-precsave.exp: Increase the timeout by
8851 a factor of 15 and 3 respectively rather than adding 120
8852 for a pair of slow test cases. Take the `gdb,timeout'
8853 target setting into account for this calculation.
8854
8855 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8856
8857 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
8858 timeout, don't pass one down to gdb_expect.
8859 (gdb_expect): Rework timeout selection.
8860
8861 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8862
8863 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
8864 exception on timeout.
8865 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
8866 (gdbserver_start_extended): Catch any `gdbserver_start' error
8867 exceptions.
8868 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
8869 * lib/mi-support.exp (mi_gdb_target_load): Catch any
8870 `gdbserver_gdb_load' error exceptions.
8871
8872 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8873
8874 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
8875 120 on waiting for the TCP socket to open.
8876
8877 2014-09-09 Doug Evans <xdje42@gmail.com>
8878
8879 * gdb.base/default.exp (show_conv_list): Add _caller_is,
8880 _caller_matches, _any_caller_is, _any_caller_matches.
8881
8882 2014-09-09 Doug Evans <xdje42@gmail.com>
8883
8884 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
8885
8886 2014-09-09 Yao Qi <yao@codesourcery.com>
8887
8888 * gdb.mi/mi-var-display.exp: Set print symbol off.
8889
8890 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
8891
8892 PR gdb/17035
8893 * gdb.base/commands.exp: Add tests to verify user-defined
8894 commands with empty bodies.
8895 * gdb.python/py-cmd.exp: Test that we don't show user-defined
8896 python commands in `show user command`.
8897 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
8898 scheme commands in `show user command`.
8899
8900 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8901
8902 PR python/17355
8903 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
8904 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
8905 * gdb.python/py-framefilter-invalidarg.exp: New file.
8906 * gdb.python/py-framefilter-invalidarg.py: New file.
8907
8908 2014-09-06 Doug Evans <xdje42@gmail.com>
8909
8910 PR 15276
8911 * gdb.python/py-caller-is.c: New file.
8912 * gdb.python/py-caller-is.exp: New file.
8913
8914 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
8915
8916 PR gdb/17235
8917 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
8918 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
8919
8920 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
8921
8922 PR fortran/17237
8923 * gdb.fortran/print-formatted.exp: New file.
8924 * gdb.fortran/print-formatted.f90: Likewise.
8925
8926 2014-09-03 Sasha Smundak <asmundak@google.com>
8927
8928 * gdb.python/py-frame.exp: Test Frame.read_register.
8929
8930 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
8931
8932 PR python/16699
8933 * gdb.python/py-completion.exp: New file.
8934 * gdb.python/py-completion.py: Likewise.
8935
8936 2014-08-28 Doug Evans <dje@google.com>
8937
8938 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
8939 eax,etc. are live with values set by gdb and thus the compiler can't
8940 use them.
8941 * gdb.arch/i386-pseudo.c (main): Ditto.
8942
8943 2014-08-27 Doug Evans <dje@google.com>
8944
8945 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
8946
8947 2014-08-25 Doug Evans <dje@google.com>
8948
8949 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
8950 (main): Ditto.
8951
8952 2014-08-25 Doug Evans <dje@google.com>
8953
8954 * gdb.threads/thread-execl.exp: #include <stdio.h>.
8955
8956 2014-08-24 Yao Qi <yao@codesourcery.com>
8957
8958 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
8959 symbol off.
8960 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
8961
8962 2014-08-22 Doug Evans <dje@google.com>
8963
8964 PR 17276
8965 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
8966 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
8967 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
8968
8969 2014-08-22 Yao Qi <yao@codesourcery.com>
8970
8971 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
8972 * gdb.python/py-finish-breakpoint2.exp: Likewise.
8973 * gdb.python/python.exp: Likewise. Use .py file on the host
8974 instead of the build.
8975
8976 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8977
8978 * gdb.threads/gcore-stale-thread.c: New file.
8979 * gdb.threads/gcore-stale-thread.exp: New file.
8980
8981 2014-08-21 Pedro Alves <palves@redhat.com>
8982
8983 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
8984 * gdb.base/gcore-relro-pie.exp: Likewise.
8985 * gdb.base/gcore-relro.exp: Likewise.
8986 * gdb.base/gcore.exp: Likewise.
8987 * gdb.base/print-symbol-loading.exp: Likewise.
8988 * gdb.threads/gcore-thread.exp: Likewise.
8989 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
8990
8991 2014-08-20 Pedro Alves <palves@redhat.com>
8992 Jan Kratochvil <jan.kratochvil@redhat.com>
8993
8994 * Makefile.in (EXTRA_RULES, CC): New variables, get from
8995 configure.
8996 (EXPECT): Handle READ1 being set.
8997 (all): Depend on EXTRA_RULES.
8998 (check-read1, expect-read1, read1.so, read1): New rules.
8999 * README (Testsuite Parameters): Document the READ1 make variable.
9000 (Race detection): New section.
9001 * configure: Regenerate.
9002 * configure.ac: If build==host==target, and running under a
9003 GNU/glibc system, add read1 to the extra Makefile rules.
9004 (EXTRA_RULES): AC_SUBST it.
9005 * lib/read1.c: New file.
9006
9007 2014-08-20 Joel Brobecker <brobecker@adacore.com>
9008
9009 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9010 the handling of variables declared as a typedef to an array
9011 which a DW_AT_data_location attribute.
9012
9013 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
9014 Pedro Alves <palves@redhat.com>
9015
9016 PR symtab/14604
9017 PR symtab/14605
9018 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9019 gdb_test.
9020
9021 2014-08-19 Pedro Alves <palves@redhat.com>
9022
9023 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9024
9025 2014-08-19 Yao Qi <yao@codesourcery.com>
9026
9027 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9028 right line.
9029
9030 2014-08-18 David Blaikie <dblaikie@gmail.com>
9031
9032 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9033
9034 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9035
9036 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9037 attribute in array range.
9038
9039 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9040
9041 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9042
9043 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9044
9045 PR c++/17132
9046 * gdb.cp/pr17132.cc: New file.
9047 * gdb.cp/pr17132.exp: New file.
9048
9049 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9050
9051 * gdb.python/py-xmethods.py (A_getarrayind)
9052 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9053 Use 'print' with function call syntax.
9054 (E_method_matcher.match): Fix tab vs space indentation mixup.
9055
9056 2014-08-15 Yao Qi <yao@codesourcery.com>
9057
9058 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9059 false.
9060
9061 2014-08-15 Yao Qi <yao@codesourcery.com>
9062
9063 * gdb.cp/casts.exp: Set print symbol off.
9064 * gdb.cp/class2.exp: Likewise.
9065 * gdb.cp/overload.exp: Likewise.
9066 * gdb.cp/templates.exp: Likewise.
9067
9068 2014-08-11 Doug Evans <dje@google.com>
9069
9070 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9071 (test_load_shlib): Update.
9072
9073 2014-08-09 Yao Qi <yao@codesourcery.com>
9074
9075 * gdb.base/display.exp: Invoke is_address_zero_readable.
9076 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9077 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9078 * gdb.base/hbreak-unmapped.exp: Return if
9079 is_address_zero_readable returns true.
9080 * gdb.base/signest.exp: Likewise.
9081 * gdb.base/signull.exp: Likewise.
9082 * gdb.base/sigbpt.exp: Likewise.
9083 * gdb.guile/scm-disasm.exp: Do the test if
9084 is_address_zero_readable returns false.
9085 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9086 * gdb.python/py-arch.exp: Likewise.
9087 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9088 * lib/gdb.exp (is_address_zero_readable): New proc.
9089
9090 2014-08-09 Yao Qi <yao@codesourcery.com>
9091
9092 PR testsuite/13443
9093 * gdb.mi/mi-var-display.exp: Make test messages unique.
9094
9095 2014-08-04 Tom Tromey <tromey@redhat.com>
9096
9097 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9098 target 0".
9099
9100 2014-08-04 Tom Tromey <tromey@redhat.com>
9101
9102 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9103 "target_resume".
9104
9105 2014-08-01 Joel Brobecker <brobecker@adacore.com>
9106
9107 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9108 inner_vla_struct_object_size.
9109 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9110 as xfail.
9111
9112 2014-07-30 Pedro Alves <palves@redhat.com>
9113
9114 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9115 comment.
9116
9117 2014-07-29 Yao Qi <yao@codesourcery.com>
9118
9119 PR gdb/17206
9120 * gdb.base/until-nodebug.exp: New.
9121
9122 2014-07-28 Doug Evans <xdje42@gmail.com>
9123
9124 PR guile/17203
9125 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9126 previously existing parameter, and previously ambiguously spelled
9127 parameter.
9128
9129 2014-07-28 Will Newton <will.newton@linaro.org>
9130
9131 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9132
9133 2014-07-26 Ludovic Courtès <ludo@gnu.org>
9134 Doug Evans <xdje42@gmail.com>
9135
9136 PR guile/17146
9137 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9138
9139 2014-07-25 Pedro Alves <palves@redhat.com>
9140
9141 * gdb.threads/signal-command-handle-nopass.c: New file.
9142 * gdb.threads/signal-command-handle-nopass.exp: New file.
9143 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9144 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9145 * gdb.threads/signal-delivered-right-thread.c: New file.
9146 * gdb.threads/signal-delivered-right-thread.exp: New file.
9147
9148 2014-07-25 Pedro Alves <palves@redhat.com>
9149
9150 * gdb.base/double-prompt-target-event-error.exp
9151 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9152 match.
9153 (cancel_pagination_in_target_event): Rework double prompt
9154 detection.
9155 * gdb.base/paginate-after-ctrl-c-running.exp
9156 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9157 <return>' match.
9158 * gdb.base/paginate-bg-execution.exp
9159 (test_bg_execution_pagination_return)
9160 (test_bg_execution_pagination_cancel): Remove '-notransfer
9161 <return>' matches.
9162 * gdb.base/paginate-execution-startup.exp
9163 (test_fg_execution_pagination_return)
9164 (test_fg_execution_pagination_cancel): Remove '-notransfer
9165 <return>' matches.
9166 * gdb.base/paginate-inferior-exit.exp
9167 (test_paginate_inferior_exited): Remove '-notransfer <return>'
9168 match.
9169 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9170 * lib/gdb.exp (pagination_prompt): Run text through
9171 string_to_regexp.
9172 (gdb_test_multiple): Match $pagination_prompt instead of
9173 "<return>".
9174 (string_to_regexp): Move to lib/gdb-utils.exp.
9175
9176 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9177
9178 * gdb.arch/amd64-entry-value-paramref.S: New file.
9179 * gdb.arch/amd64-entry-value-paramref.cc: New file.
9180 * gdb.arch/amd64-entry-value-paramref.exp: New file.
9181 * gdb.arch/amd64-optimout-repeat.S: New file.
9182 * gdb.arch/amd64-optimout-repeat.c: New file.
9183 * gdb.arch/amd64-optimout-repeat.exp: New file.
9184
9185 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9186
9187 PR gdb/17170
9188 * gdb.base/statistics.exp: New file.
9189
9190 2014-07-17 Doug Evans <dje@google.com>
9191
9192 PR gdb/17170
9193 * gdb.base/maint.exp: Update testing of per-command stats.
9194
9195 2014-07-16 Pedro Alves <palves@redhat.com>
9196
9197 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9198 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9199 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9200 (tfile_write_buf): New functions.
9201 (add_memory_block): Rewrite using the above.
9202 (adjust_function_address): New function.
9203 (FUNCTION_ADDRESS): New macro.
9204 (write_basic_trace_file): Remove short_x local, and use
9205 tfile_write_16. Change type of func_addr local to unsigned long
9206 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
9207 here. Cast argument of add_memory_block to char pointer.
9208 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
9209 (main): Remove parameters.
9210 * gdb.trace/tfile.exp: Remove nowarnings.
9211
9212 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
9213
9214 * gdb.base/debug-expr.exp: Test string evaluation with
9215 "debug expression" on.
9216
9217 2014-07-15 Pedro Alves <palves@redhat.com>
9218
9219 * gdb.base/reread.exp: Use clean_restart.
9220
9221 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
9222
9223 * gdb.arch/avr-flash-qualifer.c: New.
9224 * gdb.arch/avr-flash-qualifer.exp: New.
9225
9226 2014-07-14 Pedro Alves <palves@redhat.com>
9227
9228 * gdb.base/paginate-after-ctrl-c-running.c: New file.
9229 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9230
9231 2014-07-14 Pedro Alves <palves@redhat.com>
9232
9233 * gdb.base/double-prompt-target-event-error.c: New file.
9234 * gdb.base/double-prompt-target-event-error.exp: New file.
9235
9236 2014-07-14 Pedro Alves <palves@redhat.com>
9237
9238 PR gdb/17072
9239 * gdb.base/paginate-inferior-exit.c: New file.
9240 * gdb.base/paginate-inferior-exit.exp: New file.
9241
9242 2014-07-14 Pedro Alves <palves@redhat.com>
9243
9244 PR gdb/17072
9245 * gdb.base/paginate-bg-execution.c: New file.
9246 * gdb.base/paginate-bg-execution.exp: New file.
9247
9248 2014-07-14 Pedro Alves <palves@redhat.com>
9249
9250 PR gdb/17072
9251 * gdb.base/paginate-execution-startup.c: New file.
9252 * gdb.base/paginate-execution-startup.exp: New file.
9253 * lib/gdb.exp (pagination_prompt): New global.
9254 (default_gdb_spawn): New procedure, factored out from
9255 default_gdb_spawn.
9256 (default_gdb_start): Adjust to call default_gdb_spawn.
9257 (gdb_spawn): New procedure.
9258
9259 2014-07-14 Pedro Alves <palves@redhat.com>
9260
9261 * lib/gdb.exp (gdb_assert): New procedure.
9262 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9263
9264 2014-07-14 Pedro Alves <palves@redhat.com>
9265
9266 * gdb.base/execution-termios.c: New file.
9267 * gdb.base/execution-termios.exp: New file.
9268
9269 2014-07-14 Tom Tromey <tromey@redhat.com>
9270
9271 * gdb.cp/vla-cxx.cc: New file.
9272 * gdb.cp/vla-cxx.exp: New file.
9273
9274 2014-07-14 Tom Tromey <tromey@redhat.com>
9275
9276 * gdb.reverse/rerun-prec.c: New file.
9277 * gdb.reverse/rerun-prec.exp: New file.
9278
9279 2014-07-12 Maciej W. Rozycki <macro@mips.com>
9280 Maciej W. Rozycki <macro@codesourcery.com>
9281
9282 * lib/gdb-utils.exp: New file.
9283 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9284 inline `gdb_init_command' processing.
9285 (gdb_start_cmd): Likewise.
9286 * lib/mi-support.exp (mi_run_cmd): Likewise.
9287 * README: Document `gdb_init_command' and `gdb_init_commands'.
9288
9289 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9290
9291 Fix false FAIL running under a very long directory name.
9292 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9293 and "set print elements 10000". Twice.
9294
9295 2014-07-11 Yao Qi <yao@codesourcery.com>
9296
9297 * gdb.base/exprs.exp: "set print symbol off".
9298
9299 2014-07-11 Pedro Alves <palves@redhat.com>
9300
9301 * gdb.threads/kill.c: New file.
9302 * gdb.threads/kill.exp: New file.
9303
9304 2014-07-10 Yao Qi <yao@codesourcery.com>
9305
9306 * gdb.trace/tfile.c (write_basic_trace_file)
9307 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9308 address written to trace file.
9309
9310 2014-07-09 Pedro Alves <palves@redhat.com>
9311
9312 * gdb.base/attach-wait-input.exp: New file.
9313 * gdb.base/attach-wait-input.c: New file.
9314
9315 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9316
9317 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9318 setting up test structures.
9319 (main): Call new test function.
9320 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9321 test function, continue into test function and walk test
9322 structures.
9323
9324 2014-07-02 Yao Qi <yao@codesourcery.com>
9325
9326 * gdb.trace/entry-values.c: Define labels 'foo_start' and
9327 'bar_start' at the beginning of functions 'foo' and 'bar'
9328 respectively.
9329 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9330 instead of 'foo' and 'bar'.
9331
9332 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
9333
9334 * gdb.btrace/segv.exp: New.
9335 * gdb.btrace/segv.c: New.
9336
9337 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
9338
9339 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9340 instruction.
9341
9342 2014-06-30 Mark Wielaard <mjw@redhat.com>
9343
9344 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
9345 vulture, vilify, villar): New volatile array constants.
9346 (vindictive, vegetation): New const volatile array constants.
9347 * gdb.base/volatile.exp: Test volatile and const volatile array
9348 types.
9349
9350 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9351
9352 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
9353 target lacks support for awatch, rwatch, or hbreak.
9354
9355 2014-06-27 Yao Qi <yao@codesourcery.com>
9356
9357 * gdb.multi/dummy-frame-restore.exp: New.
9358 * gdb.multi/dummy-frame-restore.c: New.
9359
9360 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
9361
9362 * gdb.btrace/gcore.exp: New.
9363
9364 2014-06-23 Pedro Alves <palves@redhat.com>
9365
9366 * gdb.base/watchpoint-reuse-slot.c: New file.
9367 * gdb.base/watchpoint-reuse-slot.exp: New file.
9368
9369 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
9370
9371 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
9372 progspace's filename in 'info', 'enable' and 'disable' command
9373 tests.
9374
9375 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9376
9377 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
9378 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9379 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
9380
9381 2014-06-20 Gary Benson <gbenson@redhat.com>
9382
9383 * gdb.arch/i386-avx.exp: Fix include file location.
9384 * gdb.arch/i386-sse.exp: Likewise.
9385
9386 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
9387
9388 * gdb.dlang/expression.exp: New file.
9389
9390 2014-06-19 Pedro Alves <palves@redhat.com>
9391
9392 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
9393 out from ...
9394 (top level): ... here. Iterate running tests under different
9395 scheduler-locking settings.
9396
9397 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
9398
9399 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
9400 to DW_FORM_addr and use non-zero addresses.
9401
9402 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
9403
9404 PR gdb/17017
9405 * gdb.python/py-xmethods.cc: Add global function call counters and
9406 increment them in their respective functions. Remove "cout"
9407 statements.
9408 * gdb.python/py-xmethods.exp: Make tests check the global function
9409 call counters instead of depending on inferior IO.
9410
9411 2014-06-18 Don Breazeal <donb@codesourcery.com>
9412
9413 * gdb.base/foll-fork.exp (default_fork_parent_follow):
9414 Deleted procedure.
9415 (explicit_fork_parent_follow): Deleted procedure.
9416 (explicit_fork_child_follow): Deleted procedure.
9417 (test_follow_fork): New procedure.
9418 (do_fork_tests): Replace calls to deleted procedures with
9419 calls to test_follow_fork and reset GDB for subsequent
9420 procedure calls.
9421
9422 2014-06-17 Yao Qi <yao@codesourcery.com>
9423
9424 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
9425 CP1252.
9426
9427 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
9428
9429 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
9430 Initialize ptr and S explicitly.
9431 (skip_type_update_when_not_use_rtti_test): Likewise.
9432
9433 2014-06-16 Keith Seitz <keiths@redhat.com>
9434
9435 PR mi/15863
9436 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
9437 the inferior is started.
9438
9439 2014-06-16 Pedro Alves <palves@redhat.com>
9440
9441 * gdb.base/break-main-file-remove-fail.c: New file.
9442 * gdb.base/break-main-file-remove-fail.exp: New file.
9443 * gdb.base/break-unload-file.exp: Use build_executable instead of
9444 prepare_for_testing.
9445 (test_break): New parameter "initial_load". Handle it.
9446 (top level): Add initial_load cmdline/file axis.
9447
9448 2014-06-12 Tom Tromey <tromey@redhat.com>
9449
9450 * gdb.base/completion.exp: Don't use directory name in test.
9451
9452 2014-06-09 Gary Benson <gbenson@redhat.com>
9453
9454 * gdb.base/sigall.c [Functions to send signals]: Reorder to
9455 separate the always-available ANSI-standard signals from the
9456 signals that require checking.
9457 (main): Likewise.
9458 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
9459 Likewise.
9460 (main): Likewise.
9461
9462 2014-06-07 Keith Seitz <keiths@redhat.com>
9463
9464 Revert:
9465 PR c++/16253
9466 * gdb.cp/var-tag.cc: New file.
9467 * gdb.cp/var-tag.exp: New file.
9468 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
9469 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
9470 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9471 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9472
9473 2014-06-06 Doug Evans <xdje42@gmail.com>
9474
9475 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
9476
9477 2014-06-06 Pedro Alves <palves@redhat.com>
9478
9479 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
9480 in target debug output instead of looking at RSP packets,
9481 disabling the test on any target that uses hardware stepping.
9482 Update comments.
9483
9484 2014-06-06 Pedro Alves <palves@redhat.com>
9485
9486 * gdb.base/break-unload-file.exp: Fix typo.
9487
9488 2014-06-06 Yao Qi <yao@codesourcery.com>
9489
9490 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
9491 from "jit_function" to "^jit_function".
9492
9493 2014-06-06 Yao Qi <yao@codesourcery.com>
9494
9495 * gdb.base/async.c (foo): Add one statement.
9496 * gdb.base/async.exp: Get the next instruction address and
9497 match the output of "nexti" by instruction address. Match
9498 the hex address in the output of "finish".
9499
9500 2014-06-06 Gary Benson <gbenson@redhat.com>
9501
9502 * gdb.base/call-signals.c: Remove preprocessor conditionals
9503 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
9504 SIGSEGV and SIGTERM.
9505 * gdb.base/sigall.c: Likewise.
9506 * gdb.base/unwindonsignal.c: Likewise.
9507 * gdb.reverse/sigall-reverse.c: Likewise.
9508
9509 2014-06-06 Yao Qi <yao@codesourcery.com>
9510
9511 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
9512 readable, skip the test.
9513
9514 2014-06-06 Yao Qi <yao@codesourcery.com>
9515
9516 * gdb.threads/staticthreads.c (thread_function): Move the line
9517 setting breakpoint on forward.
9518 * gdb.threads/staticthreads.exp: Update comments.
9519
9520 2014-06-05 Ludovic Courtès <ludo@gnu.org>
9521
9522 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
9523 "history-append! type error".
9524
9525 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
9526
9527 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
9528 erroneous dprintf expected input.
9529
9530 2014-06-04 Doug Evans <xdje42@gmail.com>
9531
9532 * gdb.guile/scm-generics.exp: Delete.
9533
9534 2014-06-04 Doug Evans <xdje42@gmail.com>
9535
9536 * gdb.guile/scm-breakpoint.exp: Update.
9537 Add tests for breakpoint registration.
9538
9539 2014-06-04 Tom Tromey <tromey@redhat.com>
9540
9541 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
9542 VLA-in-union.
9543 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
9544 inner_vla_struct, vla_union types. Initialize objects of those
9545 types and compute their sizes.
9546
9547 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
9548 Hui Zhu <hui@codesourcery.com>
9549
9550 * gdb.base/fileio.exp: Add test for shell not available as well as
9551 available.
9552 * gdb.base/fileio.c (test_system): Check for shell twice.
9553
9554 2014-06-04 Yao Qi <yao@codesourcery.com>
9555
9556 * gdb.base/auto-connect-native-target.exp: Remove redundant
9557 space from the regexp pattern.
9558
9559 2014-06-04 Yao Qi <yao@codesourcery.com>
9560
9561 * gdb.base/default.exp: Replace "child" with "native" in
9562 regexp pattern.
9563
9564 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
9565
9566 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
9567 * gdb.python/py-xmethods.exp: New tests to test xmethods.
9568 * gdb.python/py-xmethods.py: Python script supporting the
9569 new testcase and tests.
9570
9571 2014-06-03 Joel Brobecker <brobecker@adacore.com>
9572 Pedro Alves <palves@redhat.com>
9573
9574 PR breakpoints/17000
9575 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
9576 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
9577
9578 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
9579
9580 * gdb.base/subst.exp: Add tests to verify partial path matching
9581 output.
9582
9583 2014-06-03 Pedro Alves <palves@redhat.com>
9584
9585 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
9586 target that doesn't use software single-stepping.
9587
9588 2014-06-03 Pedro Alves <palves@redhat.com>
9589
9590 PR breakpoints/17000
9591 * gdb.base/sss-bp-on-user-bp-2.c: New file.
9592 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
9593
9594 2014-06-02 Doug Evans <xdje42@gmail.com>
9595
9596 * gdb.guile/scm-parameter.exp: New file.
9597
9598 2014-06-02 Doug Evans <xdje42@gmail.com>
9599
9600 * gdb.guile/scm-cmd.c: New file.
9601 * gdb.guile/scm-cmd.exp: New file.
9602
9603 2014-06-02 Doug Evans <xdje42@gmail.com>
9604
9605 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
9606 pretty-printer lookup.
9607 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
9608 (make-pp_s-printer): Call it.
9609 (make-pretty-printer-from-dict): New function.
9610 (lookup-pretty-printer-maker-from-dict): New function.
9611 (*pretty-printer*): Simplify.
9612 (make-objfile-pp_s-printer): New function.
9613 (install-objfile-pretty-printers!): New function.
9614 (make-progspace-pp_s-printer): New function.
9615 (install-progspace-pretty-printers!): New function.
9616 * gdb.guile/scm-progspace.c: New file.
9617 * gdb.guile/scm-progspace.exp: New file.
9618
9619 2014-06-02 Pedro Alves <palves@redhat.com>
9620
9621 * gdb.base/dprintf-bp-same-addr.c: New file.
9622 * gdb.base/dprintf-bp-same-addr.exp: New file.
9623
9624 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9625
9626 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
9627 * gdb.arch/powerpc-power.s: Likewise.
9628
9629 2014-06-02 Joel Brobecker <brobecker@adacore.com>
9630
9631 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
9632
9633 2014-06-01 Yao Qi <yao@codesourcery.com>
9634
9635 * gdb.base/watchpoint.exp (test_watch_location): Check null
9636 pointer can be dereferenced. If not, do the test, otherwise
9637 skip it.
9638
9639 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
9640
9641 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
9642 results.
9643 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
9644
9645 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
9646
9647 * gdb.arch/amd64-invalid-stack-middle.S: New file.
9648 * gdb.arch/amd64-invalid-stack-middle.c: New file.
9649 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
9650 * gdb.arch/amd64-invalid-stack-top.c: New file.
9651 * gdb.arch/amd64-invalid-stack-top.exp: New file.
9652
9653 2014-05-30 Pedro Alves <palves@redhat.com>
9654
9655 PR breakpoints/17000
9656 * gdb.base/sss-bp-on-user-bp.c: New file.
9657 * gdb.base/sss-bp-on-user-bp.exp: New file.
9658
9659 2014-05-30 David Blaikie <dblaikie@gmail.com>
9660
9661 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
9662 gnu_inline semantics via attribute.
9663 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
9664 source explicitly specifies the required semantics.
9665
9666 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
9667
9668 * gdb.reverse/sigall-reverse.exp: Fix a typo.
9669
9670 2014-05-29 Pedro Alves <palves@redhat.com>
9671 Tom Tromey <tromey@redhat.com>
9672
9673 * gdb.base/async-shell.exp: Don't enable target-async.
9674 * gdb.base/async.exp
9675 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
9676 parameter. Adjust.
9677 (top level): Don't test with "target-async".
9678 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
9679 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
9680 * gdb.base/inferior-died.exp: Don't enable target-async.
9681 * gdb.base/interrupt-noterm.exp: Likewise.
9682 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
9683 * gdb.mi/mi-nonstop-exit.exp: Likewise.
9684 * gdb.mi/mi-nonstop.exp: Likewise.
9685 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9686 * gdb.mi/mi-nsintrall.exp: Likewise.
9687 * gdb.mi/mi-nsmoribund.exp: Likewise.
9688 * gdb.mi/mi-nsthrexec.exp: Likewise.
9689 * gdb.mi/mi-watch-nonstop.exp: Likewise.
9690 * gdb.multi/watchpoint-multi.exp: Adjust comment.
9691 * gdb.python/py-evsignal.exp: Don't enable target-async.
9692 * gdb.python/py-evthreads.exp: Likewise.
9693 * gdb.python/py-prompt.exp: Likewise.
9694 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
9695 * gdb.server/solib-list.exp: Don't enable target-async.
9696 * gdb.threads/thread-specific-bp.exp: Likewise.
9697 * lib/mi-support.exp: Adjust to use mi-async.
9698
9699 2014-05-29 Pedro Alves <palves@redhat.com>
9700
9701 PR gdb/13860
9702 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
9703 reason, even in sync mode.
9704
9705 2014-05-29 Pedro Alves <palves@redhat.com>
9706 Hui Zhu <hui@codesourcery.com>
9707
9708 PR PR15693
9709 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
9710 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
9711 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
9712 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
9713
9714 2014-05-28 Joel Brobecker <brobecker@adacore.com>
9715
9716 * config/monitor.exp (gdb_target_monitor): Replace use of
9717 "set remotebaud" by "set serial baud".
9718
9719 2014-05-26 Andy Wingo <wingo@igalia.com>
9720
9721 * gdb.guile/scm-breakpoint.exp:
9722 * gdb.guile/scm-gsmob.exp: Update to use plain old object
9723 properties instead of gdb-object-properties.
9724
9725 2014-05-26 Yao Qi <yao@codesourcery.com>
9726
9727 * gdb.server/no-thread-db.exp: Specify source file name
9728 explicitly when setting a breakpoint.
9729
9730 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9731
9732 * gdb.btrace/vdso.c: New.
9733 * gdb.btrace/vdso.exp: New.
9734
9735 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9736
9737 * gdb.base/gcore.exp (capture_command_output): Move ...
9738 * lib/gdb.exp (capture_command_output): ... here.
9739
9740 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9741
9742 * gdb.btrace/data.exp: Test memory access during btrace replay.
9743
9744 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
9745
9746 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
9747
9748 2014-05-21 Pedro Alves <palves@redhat.com>
9749
9750 PR gdb/13860
9751 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
9752 (top level): Test that output related to execution commands is
9753 sent to the console with CLI commands, but not with MI commands.
9754 Test that breakpoint events are always mirrored to the console.
9755 Also expect the new source line to be output after a "next" in
9756 async mode too. Make it a pass/fail test.
9757 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
9758 output.
9759 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
9760
9761 2014-05-21 Pedro Alves <palves@redhat.com>
9762
9763 * gdb.base/list.exp (build_pattern, test_list): New procedures.
9764 Use them to test variations of "list" after reaching a breakpoint.
9765 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
9766 Test "list" with listsize 10 after reaching a breakpoint.
9767 * gdb.python/python.exp (decode_line current location line
9768 number): Adjust expected line number.
9769
9770 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
9771
9772 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
9773 behavior for $args, pass it directly to "run".
9774
9775 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
9776
9777 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
9778 30000 to 65536.
9779
9780 2014-05-21 Pedro Alves <palves@redhat.com>
9781
9782 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
9783 auto-connect-native-target off".
9784 * gdb.base/auto-connect-native-target.c: New file.
9785 * gdb.base/auto-connect-native-target.exp: New file.
9786
9787 2014-05-21 Pedro Alves <palves@redhat.com>
9788
9789 * gdb.base/default.exp: Test "target native" instead of "target
9790 child".
9791
9792 2014-05-21 Mark Wielaard <mjw@redhat.com>
9793
9794 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
9795
9796 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9797
9798 Fix TLS access for -static -pthread.
9799 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
9800 <HAVE_TLS> (thread_function, main): Initialize it.
9801 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
9802 Add clean_restart.
9803 <$have_tls != "">: Check TLSVAR.
9804
9805 2014-05-21 Pedro Alves <palves@redhat.com>
9806
9807 * gdb.base/dcache-line-read-error.c: New.
9808 * gdb.base/dcache-line-read-error.exp: New.
9809
9810 2014-05-20 Pedro Alves <palves@redhat.com>
9811
9812 * gdb.base/compare-sections.c: New file.
9813 * gdb.base/compare-sections.exp: New file.
9814
9815 2014-05-20 Pedro Alves <palves@redhat.com>
9816
9817 * gdb.base/break-idempotent.c: New file.
9818 * gdb.base/break-idempotent.exp: New file.
9819
9820 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
9821
9822 * gdb.btrace/nohist.exp: New.
9823
9824 2014-05-20 Yao Qi <yao@codesourcery.com>
9825
9826 * lib/gdb.exp (gdb_init): Set timeout if test file is under
9827 gdb.reverse directory and gdb_reverse_timeout exists in board
9828 setting.
9829 * README: Document gdb_reverse_timeout.
9830
9831 2014-05-20 Yao Qi <yao@codesourcery.com>
9832
9833 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
9834 'test_file_name'. Treat args as a string instead of a list.
9835 (gdb_init): Rename argument 'args' by 'test_file_name'.
9836
9837 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9838
9839 * gdb.arch/powerpc-power.exp: New file.
9840 * gdb.arch/powerpc-power.s: New file.
9841
9842 2014-05-16 Doug Evans <dje@google.com>
9843
9844 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
9845 * gdb.base/completion.exp: Check that all expected files exist
9846 before doing file completion.
9847
9848 2014-05-16 Doug Evans <dje@google.com>
9849
9850 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
9851 Update.
9852 (do_syscall_tests_without_xml): Update.
9853
9854 2014-05-16 Pedro Alves <palves@redhat.com>
9855
9856 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
9857 instead of "unknown output after running".
9858
9859 2014-05-16 Yao Qi <yao@codesourcery.com>
9860
9861 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
9862 file1.txt from host at the end.
9863 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
9864
9865 2014-05-15 Doug Evans <dje@google.com>
9866
9867 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
9868 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
9869 loading file. Add test for TU lookup.
9870
9871 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
9872
9873 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
9874 calling "-exec-arguments" or "set args" before running the
9875 inferior.
9876
9877 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
9878
9879 * lib/mi-support.exp (mi_expect_stop): Expect message for
9880 inferiors that exit with non-zero exit code.
9881
9882 2014-05-14 Yao Qi <yao@codesourcery.com>
9883
9884 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
9885 match absolute path on remote host.
9886 (test_file_list_exec_source_files): Remove "/" from the
9887 pattern.
9888
9889 2014-05-14 Yao Qi <yao@codesourcery.com>
9890
9891 * boards/local-remote-host-notty.exp (${board}_file): New
9892 proc.
9893
9894 2014-05-07 Kyle McMartin <kyle@redhat.com>
9895
9896 Pushed by Joel Brobecker <brobecker@adacore.com>.
9897 * gdb.arch/aarch64-atomic-inst.c: New file.
9898 * gdb.arch/aarch64-atomic-inst.exp: New file.
9899
9900 2014-05-07 Yao Qi <yao@codesourcery.com>
9901
9902 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
9903 in current context" too.
9904
9905 2014-05-05 Keith Seitz <keiths@redhat.com>
9906
9907 * gdb.linespec/ls-dollar.exp: Add test for linespec
9908 file:convenience_variable.
9909
9910 2014-05-05 Yao Qi <yao@codesourcery.com>
9911
9912 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
9913 traceframes into tfile and ctf trace files. Read data from
9914 trace file and test collected data.
9915 (gdb_collect_locals_test): Likewise.
9916 (gdb_unavailable_registers_test): Likewise.
9917 (gdb_unavailable_floats): Likewise.
9918 (gdb_collect_globals_test): Likewise.
9919 (top-level): Append "ctf" to trace_file_targets if GDB
9920 supports.
9921
9922 2014-05-05 Yao Qi <yao@codesourcery.com>
9923
9924 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
9925 code to ...
9926 (gdb_collect_args_test_1): ... it. New proc.
9927 (gdb_collect_locals_test): Move some code to ...
9928 (gdb_collect_locals_test_1): ... it. New proc.
9929 (gdb_unavailable_registers_test): Move some code to ...
9930 (gdb_unavailable_registers_test_1): ... it. New proc.
9931 (gdb_unavailable_floats): Move some code to ...
9932 (gdb_unavailable_floats_1): ... it. New proc.
9933
9934 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
9935
9936 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
9937 probes to test for bitness recognition.
9938 * gdb.arch/amd64-stap-optional-prefix.exp
9939 (test_probe_value_without_reg): New procedure.
9940 Add code to test for different kinds of bitness.
9941
9942 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
9943
9944 PR breakpoints/16889
9945 * gdb.arch/amd64-stap-optional-prefix.S: New file.
9946 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9947
9948 2014-05-01 Pedro Alves <palves@redhat.com>
9949
9950 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
9951 gdb_file_cmd if no file is specified.
9952 * boards/native-extended-gdbserver.exp (gdb_load): Use the
9953 last_loaded_file to set the remote exec-file.
9954
9955 2014-05-01 Pedro Alves <palves@redhat.com>
9956
9957 * boards/local-remote-host.exp: New file.
9958
9959 2014-05-01 Pedro Alves <palves@redhat.com>
9960
9961 * boards/local-remote-host.exp: Rename to ...
9962 * boards/local-remote-host-notty.exp: ... this.
9963
9964 2014-04-28 Joel Brobecker <brobecker@adacore.com>
9965
9966 * gdb.ada/dyn_arrayidx: New testcase.
9967
9968 2014-04-26 Yao Qi <yao@codesourcery.com>
9969
9970 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
9971 and compute the length of function main. Save it in
9972 $main_length.
9973 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
9974 (top-level): Use gdb_compile to compile objects into
9975 executable and restart GDB. Remove invocation to
9976 prepare_for_testing.
9977
9978 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
9979 Pedro Alves <palves@redhat.com>
9980
9981 PR server/16255
9982 * gdb.multi/multi-attach.c: New file.
9983 * gdb.multi/multi-attach.exp: New file.
9984
9985 2014-04-25 Pedro Alves <palves@redhat.com>
9986
9987 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
9988 user.
9989 (top level): Test that "set remote conditional-breakpoints-packet
9990 off" works as intended.
9991 * gdb.base/dprintf.exp: Test that "set remote
9992 breakpoint-commands-packet off" works as intended.
9993 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
9994 New function.
9995 (top level): Call it.
9996 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
9997 remote fast-tracepoints-packet off" works as intended.
9998 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
9999 * lib/gdb.exp (gdb_is_target_remote): ... here.
10000
10001 2014-04-24 David Blaikie <dblaikie@gmail.com>
10002
10003 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10004 ensure clang would not discard them.
10005 * gdb.base/gdbvars.c: Ditto.
10006 * gdb.base/memattr.c: Ditto.
10007 * gdb.base/whatis.c: Ditto.
10008 * gdb.python/py-prettyprint.c: Ditto.
10009 * gdb.trace/actions.c: Ditto.
10010 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10011 ensure clang would not discard it.
10012
10013 2014-04-24 David Blaikie <dblaikie@gmail.com>
10014
10015 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10016 clang to emit the full definition of type required by the test
10017 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10018
10019 2014-04-24 David Blaikie <dblaikie@gmail.com>
10020
10021 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10022 coax Clang into emitting the definition of the type.
10023 * gdb.cp/pr10728-x.h (y): Ditto.
10024 * gdb.cp/pr10728-y.cc (y): Ditto.
10025
10026 2014-04-24 David Blaikie <dblaikie@gmail.com>
10027
10028 * gdb.base/label.exp: XFAIL label related tests under Clang.
10029 * gdb.cp/cplabel.exp: Ditto.
10030 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10031 under Clang those using labels.
10032
10033 2014-04-25 Yao Qi <yao@codesourcery.com>
10034
10035 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10036 double_label.
10037 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10038 partial_label and double_label.
10039
10040 2014-04-24 David Blaikie <dblaikie@gmail.com>
10041
10042 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10043
10044 2014-04-24 David Blaikie <dblaikie@gmail.com>
10045
10046 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10047 of the function to work across GCC and Clang.
10048 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10049 pointer types (const void ** const V void **).
10050
10051 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
10052 Walfred Tedeschi <walfred.tedeschi@intel.com>
10053
10054 * Makefile.in (EXECUTABLES): Added i386-avx512.
10055 * gdb.arch/i386-avx512.c: New file.
10056 * gdb.arch/i386-avx512.exp: Likewise.
10057
10058 2014-04-23 Keith Seitz <keiths@redhat.com>
10059
10060 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10061 (mi_make_breakpoint_table): New procedure.
10062 (mi_create_breakpoint): Use mi_make_breakpoint
10063 and return the result.
10064 (mi_make_breakpoint): New procedure.
10065 (mi_build_kv_pairs): New procedure.
10066
10067 * gdb.mi/mi-break.exp: Remove unused globals,
10068 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10069 All callers updated.
10070 * gdb.mi/mi-dprintf.exp: Use variable to track command
10071 number.
10072 Update all callers of mi_create_breakpoint and use
10073 mi_make_breakpoint_table.
10074 Remove any unused global variables.
10075 * gdb.mi/mi-nonstop.exp: Likewise.
10076 * gdb.mi/mi-nsintrall.exp: Likewise.
10077 * gdb.mi/mi-nsmoribund.exp: Likewise.
10078 * gdb.mi/mi-nsthrexec.exp: Likewise.
10079 * gdb.mi/mi-reverse.exp: Likewise.
10080 * gdb.mi/mi-simplerun.exp: Likewise.
10081 * gdb.mi/mi-stepn.exp: Likewise.
10082 * gdb.mi/mi-syn-frame.exp: Likewise.
10083 * gdb.mi/mi-until.exp: Likewise.
10084 * gdb.mi/mi-var-cp.exp: Likewise.
10085 * gdb.mi/mi-var-display.exp: Likewise.
10086 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10087 * gdb.mi/mi2-var-child.exp: Likewise.
10088 * gdb.mi/mi-vla-c99.exp: Likewise.
10089 * lib/mi-support.exp: Likewise.
10090
10091 From Ian Lance Taylor <iant@cygnus.com>:
10092 * lib/gdb.exp (parse_args): New procedure.
10093
10094 2014-04-23 Pedro Alves <palves@redhat.com>
10095
10096 * gdb.base/break-unload-file.c: New file.
10097 * gdb.base/break-unload-file.exp: New file.
10098 * gdb.base/sym-file-lib.c (baz): New function.
10099 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10100 field.
10101 (load): Store the segment's mapped size.
10102 (unload): New function.
10103 (unload_shlib): New function.
10104 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10105 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10106 set a breakpoint at baz, and call it.
10107 * gdb.base/sym-file.exp: New tests for stale breakpoint
10108 instructions.
10109
10110 2014-04-23 Pedro Alves <palves@redhat.com>
10111
10112 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10113 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10114 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10115 * gdb.base/hbreak-unmapped.c: New file.
10116 * gdb.base/hbreak-unmapped.exp: New file.
10117 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10118 * lib/gdb.exp (gdb_is_target_remote): ... here.
10119
10120 2014-04-22 Pedro Alves <palves@redhat.com>
10121
10122 * gdb.base/consecutive-step-over.c: New file.
10123 * gdb.base/consecutive-step-over.exp: New file.
10124
10125 2014-04-22 Pedro Alves <palves@redhat.com>
10126
10127 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10128 instead of send_gdb/gdb_expect.
10129
10130 2014-04-22 Yao Qi <yao@codesourcery.com>
10131
10132 * lib/trace-support.exp (generate_tracefile): New procedure.
10133 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10134 return 0.
10135 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10136 if generate_tracefile returns 1.
10137
10138 2014-04-18 Tom Tromey <palves@redhat.com>
10139 Pedro alves <tromey@redhat.com>
10140
10141 PR backtrace/15558
10142 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10143 with a backtrace limit.
10144 * gdb.python/py-frame-inline.exp: Test running to an inline
10145 function with a backtrace limit, and printing the newest frame.
10146 * gdb.python/py-frame-inline.c (main): Call f.
10147
10148 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10149
10150 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10151
10152 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10153
10154 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10155 Drop prefix from unsupported source file path.
10156
10157 2014-04-17 Yao Qi <yao@codesourcery.com>
10158
10159 * lib/gdb.exp (with_target_charset): New proc.
10160 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10161 with_target_charset.
10162 (test_print_strings): Likewise.
10163 (test_repeat_bytes): Likewise.
10164 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10165 for some tests.
10166
10167 2014-04-16 Keith Seitz <keiths@redhat.com>
10168
10169 PR gdb/15827
10170 * gdb.dwarf2/corrupt.c: New file.
10171 * gdb.dwarf2/corrupt.exp: New file.
10172
10173 2014-04-16 Keith Seitz <keiths@redhat.com>
10174
10175 PR c++/16597
10176 * gdb.cp/namelessclass.cc: New file.
10177 * gdb.cp/namelessclass.exp: New file.
10178 * gdb.cp/namelessclass.S: New file.
10179
10180 2014-04-16 Doug Evans <dje@google.com>
10181
10182 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10183 Add comment.
10184 (gdbserver_default_get_comm_port): New function.
10185 (gdbserver_start): Check if board file provided
10186 "gdbserver,get_comm_port" and use it if so.
10187 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10188 (gdb,socketport): Set to "stdio".
10189 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10190 (stdio_gdbserver_template): Delete.
10191 (${board}_get_remote_address): Update.
10192 (${board}_build_remote_cmd): Delete.
10193 (${board}_get_comm_port): New function.
10194 (${board}_spawn): Update.
10195 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10196 Delete.
10197 (${board}_get_remote_address): Update.
10198 (${board}_get_comm_port): New function.
10199
10200 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
10201
10202 * gdb.base/memattr.exp: Improve regexps to handle memory regions
10203 appearing in any order.
10204
10205 2014-04-15 Doug Evans <dje@google.com>
10206
10207 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10208 uninitialized value of "description".
10209
10210 2014-04-15 Keith Seitz <keiths@redhat.com>
10211
10212 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10213 Remove unused globals.
10214 (test_running_the_program): Likewise.
10215 (test_controlled_execution): Likewise.
10216 (test_controlling_breakpoints): Likewise.
10217 (test_program_termination): Likewise.
10218
10219 2014-04-15 Keith Seitz <keiths@redhat.com>
10220
10221 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10222 unused globals.
10223 (test_rbreak_creation_and_listing): Likewise.
10224 (test_ignore_count): Likewise.
10225 (test_error): Likewise.
10226
10227 2014-04-15 Pedro Alves <palves@redhat.com>
10228
10229 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10230 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10231 sym-file-loader.c.
10232 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10233 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10234 to sym-file-loader.c.
10235 (struct library): Forward declare.
10236 (load_shlib, lookup_function): Change prototypes.
10237 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10238 (translate_offset): Remove declarations.
10239 (get_text_addr): New declaration.
10240 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10241 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10242 sym-file-loader.h.
10243 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10244 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10245 here from sym-file-loader.h.
10246 (struct library): New structure.
10247 (load_shlib, lookup_function): Change prototypes and adjust to
10248 work with a struct library.
10249 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10250 (translate_offset): Make static.
10251 (get_text_addr): New function.
10252 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10253
10254 2014-04-15 Pedro Alves <palves@redhat.com>
10255
10256 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
10257
10258 2014-04-15 Pedro Alves <palves@redhat.com>
10259
10260 * gdb.base/sym-file-loader.c: Include <limits.h>.
10261 (SELF_LINK): New define.
10262 (get_origin): New function.
10263 (load_shlib): Use it.
10264 * gdb.base/sym-file.exp: Don't early return if the target is
10265 remote. Use runto_main, and issue fail is that fails. Use
10266 gdb_load_shlibs.
10267 (shlib_name): Delete.
10268 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
10269
10270 2014-04-15 Pedro Alves <palves@redhat.com>
10271
10272 * gdb.base/sym-file.exp: Remove regex characters from test
10273 message. Don't refer to breakpoint numbers in test messages.
10274
10275 2014-04-14 Keith Seitz <keiths@redhat.com>
10276
10277 PR c++/16253
10278 * gdb.cp/var-tag.cc: New file.
10279 * gdb.cp/var-tag.exp: New file.
10280 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10281 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10282 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10283 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10284
10285 2014-04-14 Tom Tromey <tromey@redhat.com>
10286
10287 * gdb.cp/classes.exp (test_enums): Handle underlying type.
10288 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10289 type.
10290 * gdb.cp/enum-class.exp: New file.
10291 * gdb.cp/enum-class.cc: New file.
10292
10293 2014-04-14 Tom Tromey <tromey@redhat.com>
10294
10295 * gdb.dwarf2/enum-type.exp: New file.
10296
10297 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10298
10299 * gdb.mi/mi-vla-c99.exp: New file.
10300 * gdb.mi/vla.c: New file.
10301
10302 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10303
10304 * gdb.base/vla-datatypes.c: New file.
10305 * gdb.base/vla-datatypes.exp: New file.
10306
10307 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10308
10309 * gdb.base/vla-ptr.c: New file.
10310 * gdb.base/vla-ptr.exp: New file.
10311
10312 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10313
10314 * gdb.dwarf2/count.exp: New file.
10315
10316 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10317
10318 * gdb.base/vla-sideeffect.c: New file.
10319 * gdb.base/vla-sideeffect.exp: New file.
10320
10321 2014-04-14 David Blaikie <dblaikie@gmail.com>
10322
10323 * gdb.mi/non-stop.c: Add return value for non-void function return
10324 statement.
10325 * gdb.threads/staticthreads.c: Ditto.
10326
10327 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
10328 Doug Evans <xdje42@gmail.com>
10329
10330 * gdb.guile/scm-value.c: Improve test case.
10331 * gdb.guile/scm-value.exp: Add new test.
10332
10333 2014-04-11 David Blaikie <dblaikie@gmail.com>
10334
10335 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
10336 override Clang's default.
10337
10338 2014-04-11 Joel Brobecker <brobecker@adacore.com>
10339
10340 Revert the following changes (regressions):
10341
10342 * gdb.base/vla-sideeffect.c: New file.
10343 * gdb.base/vla-sideeffect.exp: New file.
10344
10345 * gdb.dwarf2/count.exp: New file.
10346
10347 * gdb.base/vla-multi.c: New file.
10348 * gdb.base/vla-multi.exp: New file.
10349
10350 * gdb.base/vla-ptr.c: New file.
10351 * gdb.base/vla-ptr.exp: New file.
10352
10353 * gdb.base/vla-datatypes.c: New file.
10354 * gdb.base/vla-datatypes.exp: New file.
10355
10356 * gdb.mi/mi-vla-c99.exp: New file.
10357 * gdb.mi/vla.c: New file.
10358
10359 2014-04-11 Keith Seitz <keiths@redhat.com>
10360
10361 PR c++/16675
10362 * gdb.cp/cpsizeof.exp: New file.
10363 * gdb.cp/cpsizeof.cc: New file.
10364
10365 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10366
10367 * gdb.mi/mi-vla-c99.exp: New file.
10368 * gdb.mi/vla.c: New file.
10369
10370 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10371
10372 * gdb.base/vla-datatypes.c: New file.
10373 * gdb.base/vla-datatypes.exp: New file.
10374
10375 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10376
10377 * gdb.base/vla-ptr.c: New file.
10378 * gdb.base/vla-ptr.exp: New file.
10379
10380 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10381
10382 * gdb.base/vla-multi.c: New file.
10383 * gdb.base/vla-multi.exp: New file.
10384
10385 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10386
10387 * gdb.dwarf2/count.exp: New file.
10388
10389 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10390
10391 * gdb.base/vla-sideeffect.c: New file.
10392 * gdb.base/vla-sideeffect.exp: New file.
10393
10394 2014-04-11 Yao Qi <yao@codesourcery.com>
10395
10396 * gdb.base/completion.exp: Check file exists before running tests
10397 on file completion.
10398
10399 2014-04-10 Pedro Alves <palves@redhat.com>
10400
10401 * gdb.base/cond-eval-mode.c: New file.
10402 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
10403 prepare_for_testing to build the new file. Check result of
10404 runto_main.
10405 (test_break, test_watch): New procedures.
10406 (top level): Use them.
10407
10408 2014-04-08 Pierre Muller <muller@sourceware.org>
10409
10410 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
10411 Ctrl-V use for mingw hosts.
10412
10413 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
10414
10415 * gdb.python/py-value.c: Improve test case.
10416 * gdb.python/py-value.exp: Add new test.
10417
10418 2014-04-07 David Blaikie <dblaikie@gmail.com>
10419
10420 * lib/compiler.c: Identify the clang compiler.
10421 * lib/compiler.cc: Ditto.
10422
10423 2014-04-03 Yao Qi <yao@codesourcery.com>
10424
10425 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
10426
10427 2014-04-01 Anton Blanchard <anton@samba.org>
10428
10429 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
10430 messages unique.
10431
10432 2014-04-01 Anton Blanchard <anton@samba.org>
10433
10434 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
10435 prepare_for_testing.
10436
10437 2014-04-01 Anton Blanchard <anton@samba.org>
10438
10439 * gdb.arch/ppc64-atomic-inst.c: Remove.
10440 * gdb.arch/ppc64-atomic-inst.S: New file.
10441 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
10442
10443 2014-03-31 Doug Evans <dje@google.com>
10444
10445 * gdb.base/print-symbol-loading-lib.c: New file.
10446 * gdb.base/print-symbol-loading-main.c: New file.
10447 * gdb.base/print-symbol-loading.exp: New file.
10448
10449 2014-03-31 Yao Qi <yao@codesourcery.com>
10450
10451 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
10452
10453 2014-03-28 Joel Brobecker <brobecker@adacore.com>
10454
10455 * gdb.ada/mi_dyn_arr: New testcase.
10456
10457 2014-03-27 Doug Evans <dje@google.com>
10458
10459 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
10460
10461 2014-03-27 Yao Qi <yao@codesourcery.com>
10462
10463 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
10464 if target is nios2-*-*.
10465
10466 2014-03-26 Yao Qi <yao@codesourcery.com>
10467
10468 * lib/gdb.exp (readline_is_used): New proc.
10469 * gdb.base/completion.exp: Move tests on command complete up.
10470 Skip the rest of tests if readline is not used.
10471 * gdb.ada/complete.exp: Skp the test if readline is not
10472 used.
10473 * gdb.base/filesym.exp: Likewise.
10474 * gdb.base/macscp.exp: Likewise.
10475 * gdb.base/readline-ask.exp: Likewise.
10476 * gdb.base/readline.exp: Likewise.
10477 * gdb.python/py-cmd.exp: Likewise.
10478 * gdb.trace/tfile.exp: Likewise.
10479
10480 2014-03-26 Yao Qi <yao@codesourcery.com>
10481
10482 * gdb.base/macscp.exp: Fix code format issues.
10483
10484 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
10485
10486 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
10487 * gdb.asm/powerpc64le.inc: New file.
10488
10489 2014-03-25 Pedro Alves <palves@redhat.com>
10490 Doug Evans <dje@google.com>
10491
10492 * gdb.base/source-execution.c: New file.
10493 * gdb.base/source-execution.exp: New file.
10494 * gdb.base/source-execution.gdb: New file.
10495
10496 2014-03-24 Doug Evans <dje@google.com>
10497
10498 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
10499 using fission.
10500
10501 2014-03-24 Hui Zhu <hui@codesourcery.com>
10502 Pedro Alves <palves@redhat.com>
10503
10504 PR breakpoints/16101
10505 * gdb.base/dprintf.exp: Use unsupported rather than changing the
10506 test pass/fail messages. Detect missing support for dprintf when
10507 breakpoints are actually inserted.
10508 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
10509 breakpoints are actually inserted.
10510 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
10511 fails.
10512
10513 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10514
10515 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
10516
10517 2014-03-22 Doug Evans <xdje42@gmail.com>
10518
10519 * gdb.python/python.exp (python not supported): Verify multi-line
10520 python command issues an error.
10521 * gdb.guile/guile.exp (guile not supported): Verify multi-line
10522 guile command issues an error.
10523
10524 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
10525
10526 * gdb.threads/thread-specific.exp: Handle the lack of usable
10527 $this_breakpoint and $this_thread.
10528
10529 2014-03-21 Hui Zhu <hui@codesourcery.com>
10530
10531 * gdb.base/attach.exp (do_command_attach_tests): New.
10532
10533 2014-03-20 Tom Tromey <tromey@redhat.com>
10534 Pedro Alves <palves@redhat.com>
10535
10536 PR cli/15718
10537 * gdb.base/condbreak-call-false.c: New file.
10538 * gdb.base/condbreak-call-false.exp: New file.
10539
10540 2014-03-20 Pedro Alves <palves@redhat.com>
10541
10542 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
10543 Delete.
10544 (block_signals, unblock_signals): Delete.
10545 (child_function_2, main): Remove references to deleted variable
10546 and functions.
10547
10548 2014-03-20 Pedro Alves <palves@redhat.com>
10549
10550 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
10551 Use pthread_kill to signal thread 2.
10552 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10553 Adjust to make the test send itself a signal rather than using the
10554 host's "kill" command.
10555
10556 2014-03-20 Pedro Alves <palves@redhat.com>
10557
10558 * gdb.threads/multiple-step-overs.c: New file.
10559 * gdb.threads/multiple-step-overs.exp: New file.
10560 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10561 Adjust expected infrun debug output.
10562
10563 2014-03-20 Pedro Alves <palves@redhat.com>
10564
10565 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
10566 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
10567
10568 2014-03-20 Pedro Alves <palves@redhat.com>
10569
10570 PR breakpoints/7143
10571 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
10572 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
10573 of gdb_test_multiple.
10574 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
10575 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
10576
10577 2014-03-20 Pedro Alves <palves@redhat.com>
10578
10579 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
10580 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
10581
10582 2014-03-19 Pedro Alves <palves@redhat.com>
10583
10584 * gdb.base/async.exp: Remove early return.
10585
10586 2014-03-19 Pedro Alves <palves@redhat.com>
10587
10588 * gdb.base/async.exp (step& tests): Pass explicit test messages.
10589
10590 2014-03-19 Pedro Alves <palves@redhat.com>
10591
10592 * gdb.base/async.exp (test_background): Expect \r\n after
10593 "completed." in the fail pattern.
10594
10595 2014-03-19 Pedro Alves <palves@redhat.com>
10596
10597 * gdb.base/async.exp (test_background): New procedure.
10598 Use it for all background execution command tests.
10599
10600 2014-03-19 Pedro Alves <palves@redhat.com>
10601
10602 * gdb.base/async.exp: Use prepare_for_testing.
10603
10604 2014-03-19 Pedro Alves <palves@redhat.com>
10605
10606 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
10607 the same line.
10608
10609 2014-03-19 Pedro Alves <palves@redhat.com>
10610
10611 * gdb.base/async.c (main): Add "jump here" and "until here" line
10612 marker comments.
10613 * gdb.base/async.exp (jump_here): New global.
10614 (jump& test): Use it.
10615 (until_here): New global.
10616 (until& test): Use it.
10617
10618 2014-03-19 Pedro Alves <palves@redhat.com>
10619
10620 * gdb.base/async.exp: Don't frob gdb_protocol.
10621
10622 2014-03-18 Doug Evans <xdje42@gmail.com>
10623
10624 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
10625 Fix spelling of exec-done-display.
10626
10627 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
10628
10629 PR gdb/15358
10630 * gdb.base/gdb-sigterm.c: New file.
10631 * gdb.base/gdb-sigterm.exp: New file.
10632
10633 2014-03-18 Pedro Alves <palves@redhat.com>
10634
10635 PR gdb/13860
10636 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
10637 * lib/mi-support.exp (mi_expect_stop): Add special handling for
10638 solib-event.
10639
10640 2014-03-17 Joel Brobecker <brobecker@adacore.com>
10641
10642 * gdb.ada/pckd_arr_ren: New testcase.
10643
10644 2014-03-13 Doug Evans <xdje42@gmail.com>
10645
10646 PR guile/16612
10647 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
10648 collect after discarding symbols.
10649
10650 2014-03-13 Ludovic Courtès <ludo@gnu.org>
10651 Doug Evans <xdje42@gmail.com>
10652
10653 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
10654 to history survives a gc.
10655
10656 2014-03-13 Pedro Alves <palves@redhat.com>
10657
10658 * gdb.base/default.exp: Don't test "target procfs".
10659
10660 2014-03-13 Pedro Alves <palves@redhat.com>
10661
10662 * gdb.base/default.exp: Update "target child" and "target procfs"
10663 tests to not expect "Unix".
10664
10665 2014-03-12 Tom Tromey <tromey@redhat.com>
10666
10667 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
10668 New procs. Add target-async tests.
10669 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
10670 Add target-async tests.
10671
10672 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10673
10674 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
10675 'func_start' and 'func_end' for the beginning and end of the
10676 function code, respectively.
10677 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
10678 'func_end' instead of 'func' and 'main'.
10679
10680 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10681
10682 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
10683 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
10684 generate the debug info assembler source.
10685
10686 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10687
10688 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
10689 * gdb.dwarf2/arr-subrange.exp: Likewise.
10690 * gdb.dwarf2/dwz.exp: Likewise.
10691 * gdb.dwarf2/method-ptr.exp: Likewise.
10692 * gdb.dwarf2/missing-sig-type.exp: Likewise.
10693 * gdb.dwarf2/subrange.exp: Likewise.
10694 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
10695 * gdb.dwarf2/implptrpiece.exp: Likewise.
10696 * gdb.dwarf2/nostaticblock.exp: Likewise.
10697
10698 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10699
10700 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
10701 directory to absolute path name arguments.
10702
10703 2014-03-10 Joel Brobecker <brobecker@adacore.com>
10704
10705 * gdb.ada/tagged_access: New testcase.
10706
10707 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
10708
10709 * gdb.btrace/data.exp: Update expected output.
10710
10711 2014-03-06 Yao Qi <yao@codesourcery.com>
10712
10713 * gdb.trace/pr16508.exp: New file.
10714
10715 2014-03-05 Pedro Alves <palves@redhat.com>
10716
10717 PR gdb/16575
10718 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
10719 procedure.
10720 (top level): Adjust to use it. Add tests that exercise breakpoint
10721 interaction with the code-cache.
10722
10723 2014-02-26 Ludovic Courtès <ludo@gnu.org>
10724
10725 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
10726 test for 'history-append!'.
10727
10728 2014-02-26 Joel Brobecker <brobecker@adacore.com>
10729
10730 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
10731 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
10732 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
10733 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
10734 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
10735 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
10736
10737 2014-02-26 Joel Brobecker <brobecker@adacore.com>
10738
10739 * testsuite/gdb.python/py-pp-re-notag.c: New file.
10740 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
10741 * testsuite/gdb.python/py-pp-re-notag.p: New file.
10742
10743 2014-02-26 Joel Brobecker <brobecker@adacore.com>
10744
10745 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
10746
10747 2014-02-26 Joel Brobecker <brobecker@adacore.com>
10748
10749 * gdb.dwarf2/arr-stride.c: New file.
10750 * gdb.dwarf2/arr-stride.exp: New file.
10751
10752 2014-02-26 Pedro Alves <palves@redhat.com>
10753
10754 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
10755 that won't ever trigger. Make sure that GDB reports the correct
10756 breakpoint that caused the stop.
10757
10758 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10759
10760 PR gdb/16626
10761 * gdb.base/auto-load-script: New file.
10762 * gdb.base/auto-load.c: New file.
10763 * gdb.base/auto-load.exp: New file.
10764
10765 PR gdb/16626
10766 * gdb.base/auto-load.exp: Fix out-of-srctree run.
10767
10768 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10769
10770 Fix dw2-icycle.exp -fsanitize=address GDB crash.
10771 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
10772
10773 2014-02-24 Doug Evans <dje@google.com>
10774
10775 * lib/gdb.exp (run_on_host): Log error output if program fails.
10776
10777 2014-02-21 Pedro Alves <palves@redhat.com>
10778
10779 * gdb.threads/step-after-sr-lock.c: Rename to ...
10780 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
10781 * gdb.threads/step-after-sr-lock.exp: Rename to ...
10782 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10783 ... this.
10784
10785 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
10786
10787 PR tdep/16397
10788 * gdb.arch/amd64-stap-special-operands.exp: New file.
10789 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
10790 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
10791 * gdb.arch/amd64-stap-triplet.S: Likewise.
10792 * gdb.arch/amd64-stap-triplet.c: Likewise.
10793
10794 2014-02-20 Joel Brobecker <brobecker@adacore.com>
10795
10796 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
10797 in .section pseudo-op.
10798
10799 2014-02-20 lin zuojian <manjian2006@gmail.com>
10800 Joel Brobecker <brobecker@adacore.com>
10801 Doug Evans <xdje42@gmail.com>
10802
10803 PR symtab/16581
10804 * gdb.dwarf2/dw2-icycle.S: New file.
10805 * gdb.dwarf2/dw2-icycle.c: New file.
10806 * gdb.dwarf2/dw2-icycle.exp: New file.
10807
10808 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
10809
10810 * gdb.python/py-value-cc.cc: Improve test case to enable testing
10811 operations on gdb.Value objects.
10812 * gdb.python/py-value-cc.exp: Add new test to test operations on
10813 gdb.Value objects.
10814
10815 2014-02-18 Doug Evans <dje@google.com>
10816
10817 * Makefile.in (TESTS): New variable.
10818 (expanded_tests, expanded_tests_or_none): New variables
10819 (check-single): Pass $(expanded_tests_or_none) to runtest.
10820 (check-parallel): Only run tests in $(TESTS) if non-empty.
10821 (check/no-matching-tests-found): New rule.
10822 * README: Document TESTS makefile variable.
10823
10824 2014-02-18 Doug Evans <dje@google.com>
10825
10826 * Makefile.in (check-parallel): rm -rf outputs temp.
10827
10828 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10829
10830 Fix "ERROR: no fileid for" in the testsuite.
10831 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
10832
10833 2014-02-12 Doug Evans <dje@google.com>
10834
10835 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
10836 (MISCELLANEOUS): New variable.
10837 (clean): rm -rf $(MISCELLANEOUS).
10838 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
10839 dwp live in the same directory as symlinks, with each symlink pointed
10840 to a differently named file in a different directory.
10841
10842 2014-02-11 Doug Evans <dje@google.com>
10843
10844 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
10845 of Tcl file commands.
10846
10847 2014-02-10 Mark Kettenis <kettenis@gnu.org>
10848
10849 * gdb.threads/step-after-sr-lock.exp: Avoid executing
10850 "kill -SIGUSR1 -1".
10851
10852 2014-02-10 Joel Brobecker <brobecker@adacore.com>
10853
10854 * gdb.ada/tick_length_array_enum_idx: New testcase.
10855
10856 2014-02-10 Doug Evans <xdje42@gmail.com>
10857
10858 * configure.ac (AC_OUTPUT): Add gdb.guile.
10859 * configure: Regenerate.
10860 * lib/gdb-guile.exp: New file.
10861 * lib/gdb.exp (get_target_charset): New function.
10862 * gdb.base/help.exp: Update expected output from "apropos apropos".
10863 * gdb.guile/Makefile.in: New file.
10864 * gdb.guile/guile.exp: New file.
10865 * gdb.guile/scm-arch.c: New file.
10866 * gdb.guile/scm-arch.exp: New file.
10867 * gdb.guile/scm-block.c: New file.
10868 * gdb.guile/scm-block.exp: New file.
10869 * gdb.guile/scm-breakpoint.c: New file.
10870 * gdb.guile/scm-breakpoint.exp: New file.
10871 * gdb.guile/scm-disasm.c: New file.
10872 * gdb.guile/scm-disasm.exp: New file.
10873 * gdb.guile/scm-equal.c: New file.
10874 * gdb.guile/scm-equal.exp: New file.
10875 * gdb.guile/scm-error.exp: New file.
10876 * gdb.guile/scm-error.scm: New file.
10877 * gdb.guile/scm-frame-args.c: New file.
10878 * gdb.guile/scm-frame-args.exp: New file.
10879 * gdb.guile/scm-frame-args.scm: New file.
10880 * gdb.guile/scm-frame-inline.c: New file.
10881 * gdb.guile/scm-frame-inline.exp: New file.
10882 * gdb.guile/scm-frame.c: New file.
10883 * gdb.guile/scm-frame.exp: New file.
10884 * gdb.guile/scm-generics.exp: New file.
10885 * gdb.guile/scm-gsmob.exp: New file.
10886 * gdb.guile/scm-iterator.c: New file.
10887 * gdb.guile/scm-iterator.exp: New file.
10888 * gdb.guile/scm-math.c: New file.
10889 * gdb.guile/scm-math.exp: New file.
10890 * gdb.guile/scm-objfile-script-gdb.in: New file.
10891 * gdb.guile/scm-objfile-script.c: New file.
10892 * gdb.guile/scm-objfile-script.exp: New file.
10893 * gdb.guile/scm-objfile.c: New file.
10894 * gdb.guile/scm-objfile.exp: New file.
10895 * gdb.guile/scm-ports.exp: New file.
10896 * gdb.guile/scm-pretty-print.c: New file.
10897 * gdb.guile/scm-pretty-print.exp: New file.
10898 * gdb.guile/scm-pretty-print.scm: New file.
10899 * gdb.guile/scm-section-script.c: New file.
10900 * gdb.guile/scm-section-script.exp: New file.
10901 * gdb.guile/scm-section-script.scm: New file.
10902 * gdb.guile/scm-symbol.c: New file.
10903 * gdb.guile/scm-symbol.exp: New file.
10904 * gdb.guile/scm-symtab-2.c: New file.
10905 * gdb.guile/scm-symtab.c: New file.
10906 * gdb.guile/scm-symtab.exp: New file.
10907 * gdb.guile/scm-type.c: New file.
10908 * gdb.guile/scm-type.exp: New file.
10909 * gdb.guile/scm-value-cc.cc: New file.
10910 * gdb.guile/scm-value-cc.exp: New file.
10911 * gdb.guile/scm-value.c: New file.
10912 * gdb.guile/scm-value.exp: New file.
10913 * gdb.guile/source2.scm: New file.
10914 * gdb.guile/types-module.cc: New file.
10915 * gdb.guile/types-module.exp: New file.
10916
10917 2014-02-10 Yao Qi <yao@codesourcery.com>
10918
10919 PR testsuite/16543
10920 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
10921 * configure: Regenerated.
10922 * Makefile.in: New file.
10923
10924 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
10925
10926 * gdb.python/py-framefilter.exp: Fix typo.
10927
10928 2014-02-08 Yao Qi <yao@codesourcery.com>
10929
10930 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
10931 that no =breakpoint-modified is emitted when breakpoints are
10932 modified through MI commands.
10933
10934 2014-02-07 Pedro Alves <pedro@codesourcery.com>
10935 Pedro Alves <palves@redhat.com>
10936
10937 * gdb.threads/step-after-sr-lock.c: New file.
10938 * gdb.threads/step-after-sr-lock.exp: New file.
10939
10940 2014-02-07 Pedro Alves <palves@redhat.com>
10941
10942 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
10943
10944 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10945
10946 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
10947 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
10948
10949 2014-02-06 Doug Evans <xdje42@gmail.com>
10950
10951 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
10952 output.
10953
10954 * gdb.gdb/python-interrupts.exp: New file.
10955
10956 2014-02-05 Yao Qi <yao@codesourcery.com>
10957
10958 * gdb.trace/report.exp (use_collected_data): Test the output
10959 of "info threads" and "info inferiors".
10960
10961 2014-02-05 Yao Qi <yao@codesourcery.com>
10962
10963 Revert this patch:
10964
10965 2013-05-24 Yao Qi <yao@codesourcery.com>
10966
10967 * gdb.trace/tfile.exp: Test inferior and thread.
10968
10969 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
10970
10971 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
10972 on a function.
10973 * gdb.base/step-bt.c: Call hello via function pointer to make
10974 sure its first instruction is executed on powerpc64le-linux.
10975
10976 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
10977
10978 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
10979
10980 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
10981
10982 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
10983 of the test patterns for use on little-endian systems.
10984
10985 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
10986
10987 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
10988 (decimal_vector): Fix for little-endian.
10989
10990 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
10991
10992 * gdb.arch/sparc-sysstep.exp: New file.
10993 * gdb.arch/sparc-sysstep.c: Likewise.
10994
10995 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
10996
10997 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10998
10999 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11000
11001 2014-01-23 Tom Tromey <tromey@redhat.com>
11002
11003 * gdb.ada/array_char_idx: New testcase.
11004
11005 2014-01-23 Tom Tromey <tromey@redhat.com>
11006
11007 PR python/16487:
11008 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11009 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11010 classes.
11011
11012 2014-01-23 Tom Tromey <tromey@redhat.com>
11013
11014 PR python/16491:
11015 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11016 string from an inferior frame.
11017 * gdb.python/py-framefilter-mi.exp: Update.
11018
11019 2014-01-22 Doug Evans <dje@google.com>
11020
11021 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11022
11023 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11024
11025 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11026
11027 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11028
11029 * gdb.trace/entry-values.exp: Remove excess space character from
11030 regex patterns. Handle s390 call instruction.
11031
11032 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11033
11034 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11035 define "*_start" label. Make "name" static.
11036 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11037 ${name} by references to ${name}_start.
11038
11039 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11040
11041 * gdb.base/info-macros.exp: Remove "debug" from the compile
11042 options.
11043
11044 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11045
11046 * gdb.dlang/demangle.exp: New file.
11047
11048 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11049
11050 * gdb.dlang/primitive-types.exp: New file.
11051
11052 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11053
11054 * configure.ac: Create gdb.dlang/Makefile.
11055 * configure: Regenerate.
11056 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11057 * gdb.dlang/Makefile.in: New file.
11058 * lib/d-support.exp: New file.
11059 * lib/gdb.exp (skip_d_tests): New proc.
11060
11061 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11062
11063 * gdb.btrace/delta.exp: Check reverse stepi.
11064 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11065 * gdb.btrace/finish.exp: New.
11066 * gdb.btrace/next.exp: New.
11067 * gdb.btrace/nexti.exp: New.
11068 * gdb.btrace/record_goto.c: Add comments.
11069 * gdb.btrace/step.exp: New.
11070 * gdb.btrace/stepi.exp: New.
11071 * gdb.btrace/multi-thread-step.c: New.
11072 * gdb.btrace/multi-thread-step.exp: New.
11073 * gdb.btrace/rn-dl-bind.c: New.
11074 * gdb.btrace/rn-dl-bind.exp: New.
11075 * gdb.btrace/data.c: New.
11076 * gdb.btrace/data.exp: New.
11077 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11078
11079 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11080
11081 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11082 * gdb.btrace/exception.exp: Update.
11083 * gdb.btrace/instruction_history.exp: Update.
11084 * gdb.btrace/record_goto.exp: Update.
11085 * gdb.btrace/tailcall.exp: Update.
11086 * gdb.btrace/unknown_functions.exp: Update.
11087 * gdb.btrace/delta.exp: New.
11088
11089 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11090
11091 * gdb.btrace/record_goto.exp: Add backtrace test.
11092 * gdb.btrace/tailcall.exp: Add backtrace test.
11093
11094 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11095
11096 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11097 * gdb.btrace/record_goto.c: New.
11098 * gdb.btrace/record_goto.exp: New.
11099 * gdb.btrace/x86-record_goto.S: New.
11100
11101 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11102
11103 * gdb.btrace/function_call_history.exp: Update tests.
11104 * gdb.btrace/instruction_history.exp: Update tests.
11105
11106 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11107
11108 * gdb.btrace/function_call_history.exp: Fix expected field
11109 order for "record function-call-history".
11110 Add new tests for "record function-call-history /c".
11111 * gdb.btrace/exception.cc: New.
11112 * gdb.btrace/exception.exp: New.
11113 * gdb.btrace/tailcall.exp: New.
11114 * gdb.btrace/x86-tailcall.S: New.
11115 * gdb.btrace/x86-tailcall.c: New.
11116 * gdb.btrace/unknown_functions.c: New.
11117 * gdb.btrace/unknown_functions.exp: New.
11118 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11119
11120 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11121
11122 * gdb.btrace/instruction_history.exp: Update.
11123 * gdb.btrace/function_call_history.exp: Update.
11124
11125 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11126
11127 * gdb.btrace/function_call_history.exp: Fix expected function
11128 trace.
11129 * gdb.btrace/instruction_history.exp: Initialize traced.
11130 Remove traced_functions.
11131
11132 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11133
11134 * gdb.btrace/function_call_history.exp: Update
11135 * gdb.btrace/instruction_history.exp: Update.
11136
11137 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11138
11139 * gdb.btrace/enable.exp: Update expected text.
11140
11141 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11142
11143 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11144 bytes.
11145
11146 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11147
11148 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11149
11150 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
11151
11152 * lib/gdb.exp (supports_process_record): Return true for
11153 arm*-linux*. (supports_reverse): Likewise.
11154
11155 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11156
11157 PR python/15464
11158 PR python/16113
11159 * gdb.python/py-type.c: Enhance test case.
11160 * gdb.python/py-value-cc.cc: Likewise
11161 * gdb.python/py-type.exp: Add new tests.
11162 * gdb.python/py-value-cc.exp: Likewise
11163
11164 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11165 Pedro Alves <palves@redhat.com>
11166
11167 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11168 Make "name" extern.
11169 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11170 references to ${name}_start by references to ${name}.
11171
11172 2014-01-10 Joel Brobecker <brobecker@adacore.com>
11173
11174 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11175
11176 2014-01-10 Joel Brobecker <brobecker@adacore.com>
11177
11178 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11179
11180 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
11181 Pedro Alves <palves@redhat.com>
11182
11183 * gdb.mi/mi-info-os.exp: Connect to the target with
11184 mi_gdb_target_load.
11185
11186 2014-01-08 Pedro Alves <palves@redhat.com>
11187
11188 * gdb.threads/reconnect-signal.c: New file.
11189 * gdb.threads/reconnect-signal.exp: New file.
11190
11191 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11192
11193 * gdb.base/source-dir.exp: New file.
11194
11195 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11196
11197 * gdb.ada/mi_interface: New testcase.
11198
11199 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11200
11201 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11202 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11203 gdb.ada/pp-rec-component/pck.ads: New files.
11204
11205 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11206
11207 * gdb.python/py-pp-integral.c: New file.
11208 * gdb.python/py-pp-integral.py: New file.
11209 * gdb.python/py-pp-integral.exp: New file.
11210
11211 For older changes see ChangeLog-1993-2013.
11212 \f
11213 ;; Local Variables:
11214 ;; mode: change-log
11215 ;; left-margin: 8
11216 ;; fill-column: 74
11217 ;; version-control: never
11218 ;; End:
11219
11220 Copyright 2014-2017 Free Software Foundation, Inc.
11221 Copying and distribution of this file, with or without modification,
11222 are permitted provided the copyright notice and this notice are preserved.
This page took 0.286297 seconds and 4 git commands to generate.