Copy lazy string handling fixes from Python.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 <<<<<<< HEAD
2 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
3
4 * gdb.cp/m-static.exp: Fix expectation for prototype of
5 test5.single_constructor and single_constructor::single_constructor.
6 =======
7 2017-03-15 Doug Evans <dje@google.com>
8
9 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
10 * gdb.guile/scm-lazy-string.c: New file.
11 * gdb.guile/scm-value.exp: Move lazy string tests to ...
12 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
13 for pointer, array, typedef lazy strings.
14
15 2017-03-15 Doug Evans <dje@google.com>
16
17 PR python/17728, python/18439, python/18779
18 * gdb.python/py-value.c (main) Delete locals sptr, sn.
19 * gdb.python/py-lazy-string.c (pointer): New typedef.
20 (main): New locals ptr, array, typedef_ptr.
21 * gdb.python/py-value.exp: Move lazy string tests to ...
22 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
23 array, typedef lazy strings.
24 >>>>>>> Fix various python lazy string bugs.
25
26 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
27
28 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
29 Add optional 'test' parameter.
30
31 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
32
33 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
34 Skip for versions of DejaGnu < 1.5.
35
36 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
37
38 * lib/gdb.exp (dejagnu_version): New proc.
39 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
40 Use dejagnu_version.
41
42 2017-03-10 Keith Seitz <keiths@redhat.com>
43
44 PR c++/8128
45 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
46 type from destructor regexps.
47 Add a branch which actually passes the test.
48 Adjust "ptype t5i" test names.
49
50 2017-03-08 Pedro Alves <palves@redhat.com>
51
52 * gdb.base/step-over-exit.exp: Add explicit test message.
53
54 2017-03-08 Pedro Alves <palves@redhat.com>
55
56 PR gdb/18360
57 * gdb.threads/interrupt-while-step-over.c: New file.
58 * gdb.threads/interrupt-while-step-over.exp: New file.
59
60 2017-03-08 Pedro Alves <palves@redhat.com>
61
62 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
63 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
64
65 2017-03-08 Pedro Alves <palves@redhat.com>
66
67 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
68 PKRU as not supported as a PASS.
69
70 2017-03-08 Pedro Alves <palves@redhat.com>
71
72 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
73 prefix instead of $binfile1/$binfile2.
74 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
75 in test message.
76 * gdb.python/py-completion.exp: Use "load python file" as test
77 messages instead of unstable path names.
78
79 2017-03-08 Pedro Alves <palves@redhat.com>
80 Jan Kratochvil <jan.kratochvil@redhat.com>
81
82 PR cli/21218
83 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
84 New proc.
85 (top level): Call it.
86
87 2017-03-08 Pedro Alves <palves@redhat.com>
88
89 PR tui/21216
90 * gdb.tui/tui-nl-filtered-output.exp: New file.
91
92 2017-03-08 Pedro Alves <palves@redhat.com>
93
94 * gdb.base/completion.exp: Move TUI completion tests to ...
95 * gdb.tui/completion.exp: ... this new file.
96
97 2017-03-08 Pedro Alves <palves@redhat.com>
98
99 * gdb.base/tui-disasm-long-lines.c,
100 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
101 gdb.base/tui-layout.exp: Move to ...
102 * gdb.tui/: ... this new directory.
103
104 2017-03-07 Pedro Alves <palves@redhat.com>
105
106 * gdb.base/tui-layout.c: New file.
107 * gdb.base/tui-layout.exp: New file.
108
109 2017-03-07 Pedro Alves <palves@redhat.com>
110
111 * gdb.base/tui-layout.c: Rename to ...
112 * gdb.base/tui-disasm-long-lines.c: ... this.
113 * gdb.base/tui-layout.exp: Rename to ...
114 * gdb.base/tui-disasm-long-lines.exp: ... this.
115
116 2017-03-07 Pedro Alves <palves@redhat.com>
117
118 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
119
120 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
121
122 * i386-mpx-call.c: New file.
123 * i386-mpx-call.exp: New file.
124
125 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
126
127 * gdb.arch/powerpc-power.exp: Delete test.
128 * gdb.arch/powerpc-power.s: Likewise.
129 * gdb.disasm/disassembler-options.exp: New test.
130 * gdb.arch/powerpc-altivec.exp: Likewise.
131 * gdb.arch/powerpc-altivec.s: Likewise.
132 * gdb.arch/powerpc-altivec2.exp: Likewise.
133 * gdb.arch/powerpc-altivec2.s: Likewise.
134 * gdb.arch/powerpc-altivec3.exp: Likewise.
135 * gdb.arch/powerpc-altivec3.s: Likewise.
136 * gdb.arch/powerpc-power7.exp: Likewise.
137 * gdb.arch/powerpc-power7.s: Likewise.
138 * gdb.arch/powerpc-power8.exp: Likewise.
139 * gdb.arch/powerpc-power8.s: Likewise.
140 * gdb.arch/powerpc-power9.exp: Likewise.
141 * gdb.arch/powerpc-power9.s: Likewise.
142 * gdb.arch/powerpc-vsx.exp: Likewise.
143 * gdb.arch/powerpc-vsx.s: Likewise.
144 * gdb.arch/powerpc-vsx2.exp: Likewise.
145 * gdb.arch/powerpc-vsx2.s: Likewise.
146 * gdb.arch/powerpc-vsx3.exp: Likewise.
147 * gdb.arch/powerpc-vsx3.s: Likewise.
148 * gdb.arch/arm-disassembler-options.exp: Likewise.
149 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
150 * gdb.arch/s390-disassembler-options.exp: Likewise.
151
152 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
153
154 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
155 (check_supported_features): ... this. Changed return type to void.
156 (supports_rdseed): New static global.
157 (rdseed): Check supports_rdseed.
158 (initialize): Call check_supported_features.
159
160 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
161
162 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
163 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
164 and lqarx/stqcx.
165 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
166 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
167
168 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
169
170 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
171 uppercase.
172
173 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
174
175 * gdb.dwarf2/formdata16.c: New file.
176 * gdb.dwarf2/formdata16.exp: New file.
177 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
178
179 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
180
181 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
182 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
183 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
184 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
185 DW_AT_GNU_*.
186
187 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
188
189 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
190
191 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
192
193 PR gdb/21164
194 * gdb.base/maint.exp: Add testcases for when the commands do
195 not have arguments.
196
197 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
198
199 * gdb.cp/chained-calls.exp: Use p instead of P.
200
201 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
202
203 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
204 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
205
206 2017-02-14 Tom Tromey <tom@tromey.com>
207
208 PR python/13598:
209 * gdb.python/py-events.exp: Add before_prompt event tests.
210
211 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
212
213 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
214
215 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
216
217 * gdb.linespec/explicit.c (my_unique_function_name): New function.
218 (main): Call my_unique_function_name.
219 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
220 completion of patterns with a single match.
221 Add missing -re switches to gdb_test_multiple calls.
222
223 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
224
225 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
226 return if core file is not recognized.
227
228 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
229
230 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
231 and extra UIs.
232
233 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
234
235 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
236 proc_with_prefix.
237
238 2017-02-10 Tom Tromey <tom@tromey.com>
239
240 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
241
242 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
243
244 PR gdb/21122
245 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
246
247 2017-02-08 Jerome Guitton <guitton@adacore.com>
248
249 * gdb.base/define.exp: Add test for command abbreviations
250 in define.
251
252 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
253
254 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
255 * gdb.reverse/insn-reverse-x86.c: New file.
256
257 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
258
259 PR tdep/20936
260 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
261
262 2017-02-03 Tom Tromey <tom@tromey.com>
263
264 PR rust/21097:
265 * gdb.rust/simple.exp: Add new tests.
266
267 2017-02-02 Pedro Alves <palves@redhat.com>
268
269 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
270 tests.
271
272 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
273
274 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
275 taking a 2-byte value out of a 4-byte DWARF implicit value on
276 big-endian targets.
277 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
278 logic. Add test cases for DW_OP_implicit.
279
280 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
281
282 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
283
284 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
285
286 * gdb.btrace/enable.exp: Call gdb_exit before
287 skip_gdbserver_tests.
288
289 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
290
291 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
292 GDBFLAGS.
293
294 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
295
296 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
297 the test is skipped.
298 * gdb.btrace/data.exp: Likewise.
299 * gdb.btrace/delta.exp: Likewise.
300 * gdb.btrace/dlopen.exp: Likewise.
301 * gdb.btrace/enable-running.exp: Likewise.
302 * gdb.btrace/enable.exp: Likewise.
303 * gdb.btrace/exception.exp: Likewise.
304 * gdb.btrace/function_call_history.exp: Likewise.
305 * gdb.btrace/gcore.exp: Likewise.
306 * gdb.btrace/instruction_history.exp: Likewise.
307 * gdb.btrace/multi-thread-step.exp: Likewise.
308 * gdb.btrace/nohist.exp: Likewise.
309 * gdb.btrace/non-stop.exp: Likewise.
310 * gdb.btrace/reconnect.exp: Likewise.
311 * gdb.btrace/record_goto-step.exp: Likewise.
312 * gdb.btrace/record_goto.exp: Likewise.
313 * gdb.btrace/rn-dl-bind.exp: Likewise.
314 * gdb.btrace/segv.exp: Likewise.
315 * gdb.btrace/step.exp: Likewise.
316 * gdb.btrace/stepi.exp: Likewise.
317 * gdb.btrace/tailcall-only.exp: Likewise.
318 * gdb.btrace/tailcall.exp: Likewise.
319 * gdb.btrace/tsx.exp: Likewise.
320 * gdb.btrace/unknown_functions.exp: Likewise.
321 * gdb.btrace/vdso.exp: Likewise.
322
323 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
324
325 * gdb.btrace/enable-running.c: New.
326 * gdb.btrace/enable-running.exp: New.
327
328 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
329
330 * gdb.arch/amd64-gs_base.c: New file.
331 * gdb.arch/amd64-gs_base.exp: New file.
332
333 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
334
335 * lib/memory.exp: Remove spurious empty newlines.
336
337 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
338
339 * gdb.python/py-bad-printers.exp: Load python file using "source".
340 * gdb.python/py-events.exp: Likewise.
341 * gdb.python/py-evsignal.exp: Likewise.
342 * gdb.python/py-evthreads.exp: Likewise.
343 * gdb.python/py-frame-args.exp: Likewise.
344 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
345 * gdb.python/py-framefilter-mi.exp: Likewise.
346 * gdb.python/py-framefilter.exp: Likewise.
347 * gdb.python/py-mi.exp: Likewise.
348 * gdb.python/py-pp-maint.exp: Likewise.
349 * gdb.python/py-pp-registration.exp: Likewise.
350 * gdb.python/py-prettyprint.exp: Likewise.
351 (run_lang_tests): Likewise.
352 * gdb.python/py-typeprint.exp: Likewise.
353
354 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
355
356 * lib/memory.exp: New file.
357 * lib/gdb.exp: Load memory.exp.
358 * gdb.base/memattr.exp (delete_memory): Move proc to
359 lib/memory.exp and rename to delete_memory_regions.
360 Replace delete_memory with delete_memory_regions.
361 Cleanup memory regions before tests.
362 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
363 before tests.
364
365 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
366
367 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
368 files.
369 (initialize): New function conditionally defined.
370 (testcases): Move within conditional block.
371 (main): Call initialize.
372 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
373 of gdb.reverse/insn-reverse.c.
374 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
375 gdb.reverse/insn-reverse.c.
376
377 2017-01-26 Yao Qi <yao.qi@linaro.org>
378
379 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
380 disassemble on address 0.
381
382 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
383 Yao Qi <yao.qi@linaro.org>
384
385 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
386 * gdb.dwarf2/implptr-64bit.S: Remove.
387 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
388 variables in caller's context. Add DW_OP_implicit_value.
389
390 2017-01-25 Yao Qi <yao.qi@linaro.org>
391
392 * lib/dwarf.exp (Dwarf::_location): Handle
393 DW_OP_GNU_implicit_pointer with proper size.
394
395 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
396
397 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
398 and add untested calls.
399
400 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
401
402 * gdb.python/python.exp: Check line number against what GDB thinks
403 the line number is for func1.
404
405 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
406
407 * gdb.dlang/debug-expr.exp: New file.
408
409 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
410
411 Fix test names for the following files:
412
413 * gdb.ada/exec_changed.exp
414 * gdb.ada/info_types.exp
415 * gdb.arch/aarch64-atomic-inst.exp
416 * gdb.arch/aarch64-fp.exp
417 * gdb.arch/altivec-abi.exp
418 * gdb.arch/altivec-regs.exp
419 * gdb.arch/amd64-byte.exp
420 * gdb.arch/amd64-disp-step.exp
421 * gdb.arch/amd64-dword.exp
422 * gdb.arch/amd64-entry-value-inline.exp
423 * gdb.arch/amd64-entry-value-param.exp
424 * gdb.arch/amd64-entry-value-paramref.exp
425 * gdb.arch/amd64-entry-value.exp
426 * gdb.arch/amd64-i386-address.exp
427 * gdb.arch/amd64-invalid-stack-middle.exp
428 * gdb.arch/amd64-invalid-stack-top.exp
429 * gdb.arch/amd64-optimout-repeat.exp
430 * gdb.arch/amd64-prologue-skip.exp
431 * gdb.arch/amd64-prologue-xmm.exp
432 * gdb.arch/amd64-stap-special-operands.exp
433 * gdb.arch/amd64-stap-wrong-subexp.exp
434 * gdb.arch/amd64-tailcall-cxx.exp
435 * gdb.arch/amd64-tailcall-noret.exp
436 * gdb.arch/amd64-tailcall-ret.exp
437 * gdb.arch/amd64-tailcall-self.exp
438 * gdb.arch/amd64-word.exp
439 * gdb.arch/arm-bl-branch-dest.exp
440 * gdb.arch/arm-disp-step.exp
441 * gdb.arch/arm-neon.exp
442 * gdb.arch/arm-single-step-kernel-helper.exp
443 * gdb.arch/avr-flash-qualifier.exp
444 * gdb.arch/disp-step-insn-reloc.exp
445 * gdb.arch/e500-abi.exp
446 * gdb.arch/e500-regs.exp
447 * gdb.arch/ftrace-insn-reloc.exp
448 * gdb.arch/i386-avx512.exp
449 * gdb.arch/i386-bp_permanent.exp
450 * gdb.arch/i386-byte.exp
451 * gdb.arch/i386-cfi-notcurrent.exp
452 * gdb.arch/i386-disp-step.exp
453 * gdb.arch/i386-dr3-watch.exp
454 * gdb.arch/i386-float.exp
455 * gdb.arch/i386-gnu-cfi.exp
456 * gdb.arch/i386-mpx-map.exp
457 * gdb.arch/i386-mpx-sigsegv.exp
458 * gdb.arch/i386-mpx-simple_segv.exp
459 * gdb.arch/i386-mpx.exp
460 * gdb.arch/i386-permbkpt.exp
461 * gdb.arch/i386-prologue.exp
462 * gdb.arch/i386-signal.exp
463 * gdb.arch/i386-size-overlap.exp
464 * gdb.arch/i386-unwind.exp
465 * gdb.arch/i386-word.exp
466 * gdb.arch/mips-fcr.exp
467 * gdb.arch/powerpc-d128-regs.exp
468 * gdb.arch/powerpc-stackless.exp
469 * gdb.arch/ppc64-atomic-inst.exp
470 * gdb.arch/s390-stackless.exp
471 * gdb.arch/s390-tdbregs.exp
472 * gdb.arch/s390-vregs.exp
473 * gdb.arch/sparc-sysstep.exp
474 * gdb.arch/thumb-bx-pc.exp
475 * gdb.arch/thumb-singlestep.exp
476 * gdb.arch/thumb2-it.exp
477 * gdb.arch/vsx-regs.exp
478 * gdb.asm/asm-source.exp
479 * gdb.base/a2-run.exp
480 * gdb.base/advance.exp
481 * gdb.base/all-bin.exp
482 * gdb.base/anon.exp
483 * gdb.base/args.exp
484 * gdb.base/arithmet.exp
485 * gdb.base/async-shell.exp
486 * gdb.base/async.exp
487 * gdb.base/attach-pie-noexec.exp
488 * gdb.base/attach-twice.exp
489 * gdb.base/auto-load.exp
490 * gdb.base/bang.exp
491 * gdb.base/bitfields.exp
492 * gdb.base/break-always.exp
493 * gdb.base/break-caller-line.exp
494 * gdb.base/break-entry.exp
495 * gdb.base/break-inline.exp
496 * gdb.base/break-on-linker-gcd-function.exp
497 * gdb.base/break-probes.exp
498 * gdb.base/break.exp
499 * gdb.base/breakpoint-shadow.exp
500 * gdb.base/call-ar-st.exp
501 * gdb.base/call-sc.exp
502 * gdb.base/call-signal-resume.exp
503 * gdb.base/call-strs.exp
504 * gdb.base/callfuncs.exp
505 * gdb.base/catch-fork-static.exp
506 * gdb.base/catch-gdb-caused-signals.exp
507 * gdb.base/catch-load.exp
508 * gdb.base/catch-signal-fork.exp
509 * gdb.base/catch-signal.exp
510 * gdb.base/catch-syscall.exp
511 * gdb.base/charset.exp
512 * gdb.base/checkpoint.exp
513 * gdb.base/chng-syms.exp
514 * gdb.base/code-expr.exp
515 * gdb.base/code_elim.exp
516 * gdb.base/commands.exp
517 * gdb.base/completion.exp
518 * gdb.base/complex.exp
519 * gdb.base/cond-expr.exp
520 * gdb.base/condbreak.exp
521 * gdb.base/consecutive.exp
522 * gdb.base/continue-all-already-running.exp
523 * gdb.base/coredump-filter.exp
524 * gdb.base/corefile.exp
525 * gdb.base/dbx.exp
526 * gdb.base/debug-expr.exp
527 * gdb.base/define.exp
528 * gdb.base/del.exp
529 * gdb.base/disabled-location.exp
530 * gdb.base/disasm-end-cu.exp
531 * gdb.base/disasm-optim.exp
532 * gdb.base/display.exp
533 * gdb.base/duplicate-bp.exp
534 * gdb.base/ena-dis-br.exp
535 * gdb.base/ending-run.exp
536 * gdb.base/enumval.exp
537 * gdb.base/environ.exp
538 * gdb.base/eu-strip-infcall.exp
539 * gdb.base/eval-avoid-side-effects.exp
540 * gdb.base/eval-skip.exp
541 * gdb.base/exitsignal.exp
542 * gdb.base/expand-psymtabs.exp
543 * gdb.base/filesym.exp
544 * gdb.base/find-unmapped.exp
545 * gdb.base/finish.exp
546 * gdb.base/float.exp
547 * gdb.base/foll-exec-mode.exp
548 * gdb.base/foll-exec.exp
549 * gdb.base/foll-fork.exp
550 * gdb.base/fortran-sym-case.exp
551 * gdb.base/freebpcmd.exp
552 * gdb.base/func-ptr.exp
553 * gdb.base/func-ptrs.exp
554 * gdb.base/funcargs.exp
555 * gdb.base/gcore-buffer-overflow.exp
556 * gdb.base/gcore-relro-pie.exp
557 * gdb.base/gcore-relro.exp
558 * gdb.base/gcore.exp
559 * gdb.base/gdb1090.exp
560 * gdb.base/gdb11530.exp
561 * gdb.base/gdb11531.exp
562 * gdb.base/gdb1821.exp
563 * gdb.base/gdbindex-stabs.exp
564 * gdb.base/gdbvars.exp
565 * gdb.base/hbreak.exp
566 * gdb.base/hbreak2.exp
567 * gdb.base/included.exp
568 * gdb.base/infcall-input.exp
569 * gdb.base/inferior-died.exp
570 * gdb.base/infnan.exp
571 * gdb.base/info-macros.exp
572 * gdb.base/info-os.exp
573 * gdb.base/info-proc.exp
574 * gdb.base/info-shared.exp
575 * gdb.base/info-target.exp
576 * gdb.base/infoline.exp
577 * gdb.base/interp.exp
578 * gdb.base/interrupt.exp
579 * gdb.base/jit-reader.exp
580 * gdb.base/jit-simple.exp
581 * gdb.base/kill-after-signal.exp
582 * gdb.base/kill-detach-inferiors-cmd.exp
583 * gdb.base/label.exp
584 * gdb.base/langs.exp
585 * gdb.base/ldbl_e308.exp
586 * gdb.base/line-symtabs.exp
587 * gdb.base/linespecs.exp
588 * gdb.base/list.exp
589 * gdb.base/long_long.exp
590 * gdb.base/longest-types.exp
591 * gdb.base/maint.exp
592 * gdb.base/max-value-size.exp
593 * gdb.base/memattr.exp
594 * gdb.base/mips_pro.exp
595 * gdb.base/morestack.exp
596 * gdb.base/moribund-step.exp
597 * gdb.base/multi-forks.exp
598 * gdb.base/nested-addr.exp
599 * gdb.base/nextoverexit.exp
600 * gdb.base/noreturn-finish.exp
601 * gdb.base/noreturn-return.exp
602 * gdb.base/nostdlib.exp
603 * gdb.base/offsets.exp
604 * gdb.base/opaque.exp
605 * gdb.base/pc-fp.exp
606 * gdb.base/permissions.exp
607 * gdb.base/print-symbol-loading.exp
608 * gdb.base/prologue-include.exp
609 * gdb.base/psymtab.exp
610 * gdb.base/ptype.exp
611 * gdb.base/random-signal.exp
612 * gdb.base/randomize.exp
613 * gdb.base/range-stepping.exp
614 * gdb.base/readline-ask.exp
615 * gdb.base/recpar.exp
616 * gdb.base/recurse.exp
617 * gdb.base/relational.exp
618 * gdb.base/restore.exp
619 * gdb.base/return-nodebug.exp
620 * gdb.base/return.exp
621 * gdb.base/run-after-attach.exp
622 * gdb.base/save-bp.exp
623 * gdb.base/scope.exp
624 * gdb.base/sect-cmd.exp
625 * gdb.base/set-lang-auto.exp
626 * gdb.base/set-noassign.exp
627 * gdb.base/setvar.exp
628 * gdb.base/sigall.exp
629 * gdb.base/sigbpt.exp
630 * gdb.base/siginfo-addr.exp
631 * gdb.base/siginfo-infcall.exp
632 * gdb.base/siginfo-obj.exp
633 * gdb.base/siginfo.exp
634 * gdb.base/signals-state-child.exp
635 * gdb.base/signest.exp
636 * gdb.base/sigstep.exp
637 * gdb.base/sizeof.exp
638 * gdb.base/skip.exp
639 * gdb.base/solib-corrupted.exp
640 * gdb.base/solib-nodir.exp
641 * gdb.base/solib-search.exp
642 * gdb.base/stack-checking.exp
643 * gdb.base/stale-infcall.exp
644 * gdb.base/stap-probe.exp
645 * gdb.base/start.exp
646 * gdb.base/step-break.exp
647 * gdb.base/step-bt.exp
648 * gdb.base/step-line.exp
649 * gdb.base/step-over-exit.exp
650 * gdb.base/step-over-syscall.exp
651 * gdb.base/step-resume-infcall.exp
652 * gdb.base/step-test.exp
653 * gdb.base/store.exp
654 * gdb.base/structs3.exp
655 * gdb.base/sym-file.exp
656 * gdb.base/symbol-without-target_section.exp
657 * gdb.base/term.exp
658 * gdb.base/testenv.exp
659 * gdb.base/ui-redirect.exp
660 * gdb.base/until.exp
661 * gdb.base/unwindonsignal.exp
662 * gdb.base/value-double-free.exp
663 * gdb.base/vla-datatypes.exp
664 * gdb.base/vla-ptr.exp
665 * gdb.base/vla-sideeffect.exp
666 * gdb.base/volatile.exp
667 * gdb.base/watch-cond-infcall.exp
668 * gdb.base/watch-cond.exp
669 * gdb.base/watch-non-mem.exp
670 * gdb.base/watch-read.exp
671 * gdb.base/watch-vfork.exp
672 * gdb.base/watchpoint-cond-gone.exp
673 * gdb.base/watchpoint-delete.exp
674 * gdb.base/watchpoint-hw-hit-once.exp
675 * gdb.base/watchpoint-hw.exp
676 * gdb.base/watchpoint-stops-at-right-insn.exp
677 * gdb.base/watchpoints.exp
678 * gdb.base/wchar.exp
679 * gdb.base/whatis-exp.exp
680 * gdb.btrace/buffer-size.exp
681 * gdb.btrace/data.exp
682 * gdb.btrace/delta.exp
683 * gdb.btrace/dlopen.exp
684 * gdb.btrace/enable.exp
685 * gdb.btrace/exception.exp
686 * gdb.btrace/function_call_history.exp
687 * gdb.btrace/gcore.exp
688 * gdb.btrace/instruction_history.exp
689 * gdb.btrace/nohist.exp
690 * gdb.btrace/reconnect.exp
691 * gdb.btrace/record_goto-step.exp
692 * gdb.btrace/record_goto.exp
693 * gdb.btrace/rn-dl-bind.exp
694 * gdb.btrace/segv.exp
695 * gdb.btrace/step.exp
696 * gdb.btrace/stepi.exp
697 * gdb.btrace/tailcall-only.exp
698 * gdb.btrace/tailcall.exp
699 * gdb.btrace/tsx.exp
700 * gdb.btrace/unknown_functions.exp
701 * gdb.btrace/vdso.exp
702 * gdb.compile/compile-ifunc.exp
703 * gdb.compile/compile-ops.exp
704 * gdb.compile/compile-print.exp
705 * gdb.compile/compile-setjmp.exp
706 * gdb.cp/abstract-origin.exp
707 * gdb.cp/ambiguous.exp
708 * gdb.cp/annota2.exp
709 * gdb.cp/annota3.exp
710 * gdb.cp/anon-ns.exp
711 * gdb.cp/anon-struct.exp
712 * gdb.cp/anon-union.exp
713 * gdb.cp/arg-reference.exp
714 * gdb.cp/baseenum.exp
715 * gdb.cp/bool.exp
716 * gdb.cp/breakpoint.exp
717 * gdb.cp/bs15503.exp
718 * gdb.cp/call-c.exp
719 * gdb.cp/casts.exp
720 * gdb.cp/chained-calls.exp
721 * gdb.cp/class2.exp
722 * gdb.cp/classes.exp
723 * gdb.cp/cmpd-minsyms.exp
724 * gdb.cp/converts.exp
725 * gdb.cp/cp-relocate.exp
726 * gdb.cp/cpcompletion.exp
727 * gdb.cp/cpexprs.exp
728 * gdb.cp/cplabel.exp
729 * gdb.cp/cplusfuncs.exp
730 * gdb.cp/cpsizeof.exp
731 * gdb.cp/ctti.exp
732 * gdb.cp/derivation.exp
733 * gdb.cp/destrprint.exp
734 * gdb.cp/dispcxx.exp
735 * gdb.cp/enum-class.exp
736 * gdb.cp/exception.exp
737 * gdb.cp/exceptprint.exp
738 * gdb.cp/expand-psymtabs-cxx.exp
739 * gdb.cp/expand-sals.exp
740 * gdb.cp/extern-c.exp
741 * gdb.cp/filename.exp
742 * gdb.cp/formatted-ref.exp
743 * gdb.cp/fpointer.exp
744 * gdb.cp/gdb1355.exp
745 * gdb.cp/gdb2495.exp
746 * gdb.cp/hang.exp
747 * gdb.cp/impl-this.exp
748 * gdb.cp/infcall-dlopen.exp
749 * gdb.cp/inherit.exp
750 * gdb.cp/iostream.exp
751 * gdb.cp/koenig.exp
752 * gdb.cp/local.exp
753 * gdb.cp/m-data.exp
754 * gdb.cp/m-static.exp
755 * gdb.cp/mb-ctor.exp
756 * gdb.cp/mb-inline.exp
757 * gdb.cp/mb-templates.exp
758 * gdb.cp/member-name.exp
759 * gdb.cp/member-ptr.exp
760 * gdb.cp/meth-typedefs.exp
761 * gdb.cp/method.exp
762 * gdb.cp/method2.exp
763 * gdb.cp/minsym-fallback.exp
764 * gdb.cp/misc.exp
765 * gdb.cp/namelessclass.exp
766 * gdb.cp/namespace-enum.exp
767 * gdb.cp/namespace-nested-import.exp
768 * gdb.cp/namespace.exp
769 * gdb.cp/nextoverthrow.exp
770 * gdb.cp/no-dmgl-verbose.exp
771 * gdb.cp/non-trivial-retval.exp
772 * gdb.cp/noparam.exp
773 * gdb.cp/nsdecl.exp
774 * gdb.cp/nsimport.exp
775 * gdb.cp/nsnested.exp
776 * gdb.cp/nsnoimports.exp
777 * gdb.cp/nsrecurs.exp
778 * gdb.cp/nsstress.exp
779 * gdb.cp/nsusing.exp
780 * gdb.cp/operator.exp
781 * gdb.cp/oranking.exp
782 * gdb.cp/overload-const.exp
783 * gdb.cp/overload.exp
784 * gdb.cp/ovldbreak.exp
785 * gdb.cp/ovsrch.exp
786 * gdb.cp/paren-type.exp
787 * gdb.cp/parse-lang.exp
788 * gdb.cp/pass-by-ref.exp
789 * gdb.cp/pr-1023.exp
790 * gdb.cp/pr-1210.exp
791 * gdb.cp/pr-574.exp
792 * gdb.cp/pr10687.exp
793 * gdb.cp/pr12028.exp
794 * gdb.cp/pr17132.exp
795 * gdb.cp/pr17494.exp
796 * gdb.cp/pr9067.exp
797 * gdb.cp/pr9167.exp
798 * gdb.cp/pr9631.exp
799 * gdb.cp/printmethod.exp
800 * gdb.cp/psmang.exp
801 * gdb.cp/psymtab-parameter.exp
802 * gdb.cp/ptype-cv-cp.exp
803 * gdb.cp/ptype-flags.exp
804 * gdb.cp/re-set-overloaded.exp
805 * gdb.cp/ref-types.exp
806 * gdb.cp/rtti.exp
807 * gdb.cp/scope-err.exp
808 * gdb.cp/shadow.exp
809 * gdb.cp/smartp.exp
810 * gdb.cp/static-method.exp
811 * gdb.cp/static-print-quit.exp
812 * gdb.cp/temargs.exp
813 * gdb.cp/templates.exp
814 * gdb.cp/try_catch.exp
815 * gdb.cp/typedef-operator.exp
816 * gdb.cp/typeid.exp
817 * gdb.cp/userdef.exp
818 * gdb.cp/using-crash.exp
819 * gdb.cp/var-tag.exp
820 * gdb.cp/virtbase.exp
821 * gdb.cp/virtfunc.exp
822 * gdb.cp/virtfunc2.exp
823 * gdb.cp/vla-cxx.exp
824 * gdb.disasm/t01_mov.exp
825 * gdb.disasm/t02_mova.exp
826 * gdb.disasm/t03_add.exp
827 * gdb.disasm/t04_sub.exp
828 * gdb.disasm/t05_cmp.exp
829 * gdb.disasm/t06_ari2.exp
830 * gdb.disasm/t07_ari3.exp
831 * gdb.disasm/t08_or.exp
832 * gdb.disasm/t09_xor.exp
833 * gdb.disasm/t10_and.exp
834 * gdb.disasm/t11_logs.exp
835 * gdb.disasm/t12_bit.exp
836 * gdb.disasm/t13_otr.exp
837 * gdb.dlang/circular.exp
838 * gdb.dwarf2/arr-stride.exp
839 * gdb.dwarf2/arr-subrange.exp
840 * gdb.dwarf2/atomic-type.exp
841 * gdb.dwarf2/bad-regnum.exp
842 * gdb.dwarf2/bitfield-parent-optimized-out.exp
843 * gdb.dwarf2/callframecfa.exp
844 * gdb.dwarf2/clztest.exp
845 * gdb.dwarf2/corrupt.exp
846 * gdb.dwarf2/data-loc.exp
847 * gdb.dwarf2/dup-psym.exp
848 * gdb.dwarf2/dw2-anon-mptr.exp
849 * gdb.dwarf2/dw2-anonymous-func.exp
850 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
851 * gdb.dwarf2/dw2-bad-unresolved.exp
852 * gdb.dwarf2/dw2-basic.exp
853 * gdb.dwarf2/dw2-canonicalize-type.exp
854 * gdb.dwarf2/dw2-case-insensitive.exp
855 * gdb.dwarf2/dw2-common-block.exp
856 * gdb.dwarf2/dw2-compdir-oldgcc.exp
857 * gdb.dwarf2/dw2-compressed.exp
858 * gdb.dwarf2/dw2-const.exp
859 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
860 * gdb.dwarf2/dw2-cu-size.exp
861 * gdb.dwarf2/dw2-dup-frame.exp
862 * gdb.dwarf2/dw2-entry-value.exp
863 * gdb.dwarf2/dw2-icycle.exp
864 * gdb.dwarf2/dw2-ifort-parameter.exp
865 * gdb.dwarf2/dw2-inline-break.exp
866 * gdb.dwarf2/dw2-inline-param.exp
867 * gdb.dwarf2/dw2-intercu.exp
868 * gdb.dwarf2/dw2-intermix.exp
869 * gdb.dwarf2/dw2-lexical-block-bare.exp
870 * gdb.dwarf2/dw2-linkage-name-trust.exp
871 * gdb.dwarf2/dw2-minsym-in-cu.exp
872 * gdb.dwarf2/dw2-noloc.exp
873 * gdb.dwarf2/dw2-op-call.exp
874 * gdb.dwarf2/dw2-op-out-param.exp
875 * gdb.dwarf2/dw2-opt-structptr.exp
876 * gdb.dwarf2/dw2-param-error.exp
877 * gdb.dwarf2/dw2-producer.exp
878 * gdb.dwarf2/dw2-ranges-base.exp
879 * gdb.dwarf2/dw2-ref-missing-frame.exp
880 * gdb.dwarf2/dw2-reg-undefined.exp
881 * gdb.dwarf2/dw2-regno-invalid.exp
882 * gdb.dwarf2/dw2-restore.exp
883 * gdb.dwarf2/dw2-restrict.exp
884 * gdb.dwarf2/dw2-single-line-discriminators.exp
885 * gdb.dwarf2/dw2-strp.exp
886 * gdb.dwarf2/dw2-undefined-ret-addr.exp
887 * gdb.dwarf2/dw2-unresolved.exp
888 * gdb.dwarf2/dw2-var-zero-addr.exp
889 * gdb.dwarf2/dw4-sig-types.exp
890 * gdb.dwarf2/dwz.exp
891 * gdb.dwarf2/dynarr-ptr.exp
892 * gdb.dwarf2/enum-type.exp
893 * gdb.dwarf2/gdb-index.exp
894 * gdb.dwarf2/implptr-64bit.exp
895 * gdb.dwarf2/implptr-optimized-out.exp
896 * gdb.dwarf2/implptr.exp
897 * gdb.dwarf2/implref-array.exp
898 * gdb.dwarf2/implref-const.exp
899 * gdb.dwarf2/implref-global.exp
900 * gdb.dwarf2/implref-struct.exp
901 * gdb.dwarf2/mac-fileno.exp
902 * gdb.dwarf2/main-subprogram.exp
903 * gdb.dwarf2/member-ptr-forwardref.exp
904 * gdb.dwarf2/method-ptr.exp
905 * gdb.dwarf2/missing-sig-type.exp
906 * gdb.dwarf2/nonvar-access.exp
907 * gdb.dwarf2/opaque-type-lookup.exp
908 * gdb.dwarf2/pieces-optimized-out.exp
909 * gdb.dwarf2/pieces.exp
910 * gdb.dwarf2/pr10770.exp
911 * gdb.dwarf2/pr13961.exp
912 * gdb.dwarf2/staticvirtual.exp
913 * gdb.dwarf2/subrange.exp
914 * gdb.dwarf2/symtab-producer.exp
915 * gdb.dwarf2/trace-crash.exp
916 * gdb.dwarf2/typeddwarf.exp
917 * gdb.dwarf2/valop.exp
918 * gdb.dwarf2/watch-notconst.exp
919 * gdb.fortran/array-element.exp
920 * gdb.fortran/charset.exp
921 * gdb.fortran/common-block.exp
922 * gdb.fortran/complex.exp
923 * gdb.fortran/derived-type-function.exp
924 * gdb.fortran/derived-type.exp
925 * gdb.fortran/logical.exp
926 * gdb.fortran/module.exp
927 * gdb.fortran/multi-dim.exp
928 * gdb.fortran/nested-funcs.exp
929 * gdb.fortran/print-formatted.exp
930 * gdb.fortran/subarray.exp
931 * gdb.fortran/vla-alloc-assoc.exp
932 * gdb.fortran/vla-datatypes.exp
933 * gdb.fortran/vla-history.exp
934 * gdb.fortran/vla-ptr-info.exp
935 * gdb.fortran/vla-ptype-sub.exp
936 * gdb.fortran/vla-ptype.exp
937 * gdb.fortran/vla-sizeof.exp
938 * gdb.fortran/vla-type.exp
939 * gdb.fortran/vla-value-sub-arbitrary.exp
940 * gdb.fortran/vla-value-sub-finish.exp
941 * gdb.fortran/vla-value-sub.exp
942 * gdb.fortran/vla-value.exp
943 * gdb.fortran/whatis_type.exp
944 * gdb.go/chan.exp
945 * gdb.go/handcall.exp
946 * gdb.go/hello.exp
947 * gdb.go/integers.exp
948 * gdb.go/methods.exp
949 * gdb.go/package.exp
950 * gdb.go/strings.exp
951 * gdb.go/types.exp
952 * gdb.go/unsafe.exp
953 * gdb.guile/scm-arch.exp
954 * gdb.guile/scm-block.exp
955 * gdb.guile/scm-breakpoint.exp
956 * gdb.guile/scm-cmd.exp
957 * gdb.guile/scm-disasm.exp
958 * gdb.guile/scm-equal.exp
959 * gdb.guile/scm-frame-args.exp
960 * gdb.guile/scm-frame-inline.exp
961 * gdb.guile/scm-frame.exp
962 * gdb.guile/scm-iterator.exp
963 * gdb.guile/scm-math.exp
964 * gdb.guile/scm-objfile.exp
965 * gdb.guile/scm-ports.exp
966 * gdb.guile/scm-symbol.exp
967 * gdb.guile/scm-symtab.exp
968 * gdb.guile/scm-value-cc.exp
969 * gdb.guile/types-module.exp
970 * gdb.linespec/break-ask.exp
971 * gdb.linespec/cpexplicit.exp
972 * gdb.linespec/explicit.exp
973 * gdb.linespec/keywords.exp
974 * gdb.linespec/linespec.exp
975 * gdb.linespec/ls-dollar.exp
976 * gdb.linespec/ls-errs.exp
977 * gdb.linespec/skip-two.exp
978 * gdb.linespec/thread.exp
979 * gdb.mi/mi-async.exp
980 * gdb.mi/mi-basics.exp
981 * gdb.mi/mi-break.exp
982 * gdb.mi/mi-catch-load.exp
983 * gdb.mi/mi-cli.exp
984 * gdb.mi/mi-cmd-param-changed.exp
985 * gdb.mi/mi-console.exp
986 * gdb.mi/mi-detach.exp
987 * gdb.mi/mi-disassemble.exp
988 * gdb.mi/mi-eval.exp
989 * gdb.mi/mi-file-transfer.exp
990 * gdb.mi/mi-file.exp
991 * gdb.mi/mi-fill-memory.exp
992 * gdb.mi/mi-inheritance-syntax-error.exp
993 * gdb.mi/mi-linespec-err-cp.exp
994 * gdb.mi/mi-logging.exp
995 * gdb.mi/mi-memory-changed.exp
996 * gdb.mi/mi-read-memory.exp
997 * gdb.mi/mi-record-changed.exp
998 * gdb.mi/mi-reg-undefined.exp
999 * gdb.mi/mi-regs.exp
1000 * gdb.mi/mi-return.exp
1001 * gdb.mi/mi-reverse.exp
1002 * gdb.mi/mi-simplerun.exp
1003 * gdb.mi/mi-solib.exp
1004 * gdb.mi/mi-stack.exp
1005 * gdb.mi/mi-stepi.exp
1006 * gdb.mi/mi-syn-frame.exp
1007 * gdb.mi/mi-until.exp
1008 * gdb.mi/mi-var-block.exp
1009 * gdb.mi/mi-var-child.exp
1010 * gdb.mi/mi-var-cmd.exp
1011 * gdb.mi/mi-var-cp.exp
1012 * gdb.mi/mi-var-display.exp
1013 * gdb.mi/mi-var-invalidate.exp
1014 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1015 * gdb.mi/mi-vla-fortran.exp
1016 * gdb.mi/mi-watch.exp
1017 * gdb.mi/mi2-var-child.exp
1018 * gdb.mi/user-selected-context-sync.exp
1019 * gdb.modula2/unbounded-array.exp
1020 * gdb.multi/dummy-frame-restore.exp
1021 * gdb.multi/multi-arch-exec.exp
1022 * gdb.multi/multi-arch.exp
1023 * gdb.multi/tids.exp
1024 * gdb.multi/watchpoint-multi.exp
1025 * gdb.opencl/callfuncs.exp
1026 * gdb.opencl/convs_casts.exp
1027 * gdb.opencl/datatypes.exp
1028 * gdb.opencl/operators.exp
1029 * gdb.opencl/vec_comps.exp
1030 * gdb.opt/clobbered-registers-O2.exp
1031 * gdb.opt/inline-break.exp
1032 * gdb.opt/inline-bt.exp
1033 * gdb.opt/inline-cmds.exp
1034 * gdb.opt/inline-locals.exp
1035 * gdb.pascal/case-insensitive-symbols.exp
1036 * gdb.pascal/floats.exp
1037 * gdb.pascal/gdb11492.exp
1038 * gdb.python/lib-types.exp
1039 * gdb.python/py-arch.exp
1040 * gdb.python/py-as-string.exp
1041 * gdb.python/py-bad-printers.exp
1042 * gdb.python/py-block.exp
1043 * gdb.python/py-breakpoint-create-fail.exp
1044 * gdb.python/py-breakpoint.exp
1045 * gdb.python/py-caller-is.exp
1046 * gdb.python/py-cmd.exp
1047 * gdb.python/py-explore-cc.exp
1048 * gdb.python/py-explore.exp
1049 * gdb.python/py-finish-breakpoint.exp
1050 * gdb.python/py-finish-breakpoint2.exp
1051 * gdb.python/py-frame-args.exp
1052 * gdb.python/py-frame-inline.exp
1053 * gdb.python/py-frame.exp
1054 * gdb.python/py-framefilter-mi.exp
1055 * gdb.python/py-infthread.exp
1056 * gdb.python/py-lazy-string.exp
1057 * gdb.python/py-linetable.exp
1058 * gdb.python/py-mi-events.exp
1059 * gdb.python/py-mi-objfile.exp
1060 * gdb.python/py-mi.exp
1061 * gdb.python/py-objfile.exp
1062 * gdb.python/py-pp-integral.exp
1063 * gdb.python/py-pp-maint.exp
1064 * gdb.python/py-pp-re-notag.exp
1065 * gdb.python/py-pp-registration.exp
1066 * gdb.python/py-recurse-unwind.exp
1067 * gdb.python/py-strfns.exp
1068 * gdb.python/py-symbol.exp
1069 * gdb.python/py-symtab.exp
1070 * gdb.python/py-sync-interp.exp
1071 * gdb.python/py-typeprint.exp
1072 * gdb.python/py-unwind-maint.exp
1073 * gdb.python/py-unwind.exp
1074 * gdb.python/py-value-cc.exp
1075 * gdb.python/py-xmethods.exp
1076 * gdb.reverse/amd64-tailcall-reverse.exp
1077 * gdb.reverse/break-precsave.exp
1078 * gdb.reverse/break-reverse.exp
1079 * gdb.reverse/consecutive-precsave.exp
1080 * gdb.reverse/consecutive-reverse.exp
1081 * gdb.reverse/finish-precsave.exp
1082 * gdb.reverse/finish-reverse-bkpt.exp
1083 * gdb.reverse/finish-reverse.exp
1084 * gdb.reverse/fstatat-reverse.exp
1085 * gdb.reverse/getresuid-reverse.exp
1086 * gdb.reverse/i386-precsave.exp
1087 * gdb.reverse/i386-reverse.exp
1088 * gdb.reverse/i386-sse-reverse.exp
1089 * gdb.reverse/i387-env-reverse.exp
1090 * gdb.reverse/i387-stack-reverse.exp
1091 * gdb.reverse/insn-reverse.exp
1092 * gdb.reverse/machinestate-precsave.exp
1093 * gdb.reverse/machinestate.exp
1094 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1095 * gdb.reverse/pipe-reverse.exp
1096 * gdb.reverse/readv-reverse.exp
1097 * gdb.reverse/recvmsg-reverse.exp
1098 * gdb.reverse/rerun-prec.exp
1099 * gdb.reverse/s390-mvcle.exp
1100 * gdb.reverse/step-precsave.exp
1101 * gdb.reverse/step-reverse.exp
1102 * gdb.reverse/time-reverse.exp
1103 * gdb.reverse/until-precsave.exp
1104 * gdb.reverse/until-reverse.exp
1105 * gdb.reverse/waitpid-reverse.exp
1106 * gdb.reverse/watch-precsave.exp
1107 * gdb.reverse/watch-reverse.exp
1108 * gdb.rust/generics.exp
1109 * gdb.rust/methods.exp
1110 * gdb.rust/modules.exp
1111 * gdb.rust/simple.exp
1112 * gdb.server/connect-with-no-symbol-file.exp
1113 * gdb.server/ext-attach.exp
1114 * gdb.server/ext-restart.exp
1115 * gdb.server/ext-wrapper.exp
1116 * gdb.server/file-transfer.exp
1117 * gdb.server/server-exec-info.exp
1118 * gdb.server/server-kill.exp
1119 * gdb.server/server-mon.exp
1120 * gdb.server/wrapper.exp
1121 * gdb.stabs/exclfwd.exp
1122 * gdb.stabs/gdb11479.exp
1123 * gdb.threads/clone-new-thread-event.exp
1124 * gdb.threads/corethreads.exp
1125 * gdb.threads/current-lwp-dead.exp
1126 * gdb.threads/dlopen-libpthread.exp
1127 * gdb.threads/gcore-thread.exp
1128 * gdb.threads/sigstep-threads.exp
1129 * gdb.threads/watchpoint-fork.exp
1130 * gdb.trace/actions-changed.exp
1131 * gdb.trace/backtrace.exp
1132 * gdb.trace/change-loc.exp
1133 * gdb.trace/circ.exp
1134 * gdb.trace/collection.exp
1135 * gdb.trace/disconnected-tracing.exp
1136 * gdb.trace/ftrace.exp
1137 * gdb.trace/mi-trace-frame-collected.exp
1138 * gdb.trace/mi-trace-unavailable.exp
1139 * gdb.trace/mi-traceframe-changed.exp
1140 * gdb.trace/mi-tsv-changed.exp
1141 * gdb.trace/no-attach-trace.exp
1142 * gdb.trace/passc-dyn.exp
1143 * gdb.trace/qtro.exp
1144 * gdb.trace/range-stepping.exp
1145 * gdb.trace/read-memory.exp
1146 * gdb.trace/save-trace.exp
1147 * gdb.trace/signal.exp
1148 * gdb.trace/status-stop.exp
1149 * gdb.trace/tfile.exp
1150 * gdb.trace/trace-break.exp
1151 * gdb.trace/trace-buffer-size.exp
1152 * gdb.trace/trace-condition.exp
1153 * gdb.trace/tracefile-pseudo-reg.exp
1154 * gdb.trace/tstatus.exp
1155 * gdb.trace/unavailable.exp
1156 * gdb.trace/while-dyn.exp
1157 * gdb.trace/while-stepping.exp
1158
1159 2016-12-22 Doug Evans <xdje42@gmail.com>
1160
1161 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1162 and msymbols.
1163
1164 2016-12-19 Yao Qi <yao.qi@linaro.org>
1165
1166 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1167 (test_with_self): Don't call do_steps_and_nexts, and remove
1168 code about stepping into xmalloc.
1169
1170 2016-12-09 Yao Qi <yao.qi@linaro.org>
1171
1172 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1173
1174 2016-12-09 Yao Qi <yao.qi@linaro.org>
1175
1176 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1177
1178 2016-12-09 Pedro Alves <palves@redhat.com>
1179
1180 * gdb.base/all-architectures-0.exp: New file.
1181 * gdb.base/all-architectures-1.exp: New file.
1182 * gdb.base/all-architectures-2.exp: New file.
1183 * gdb.base/all-architectures-3.exp: New file.
1184 * gdb.base/all-architectures-4.exp: New file.
1185 * gdb.base/all-architectures-5.exp: New file.
1186 * gdb.base/all-architectures-6.exp: New file.
1187 * gdb.base/all-architectures-7.exp: New file.
1188 * gdb.base/all-architectures.exp.in: New file.
1189
1190 2016-12-09 Yao Qi <yao.qi@linaro.org>
1191
1192 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1193
1194 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1195
1196 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1197 possible.
1198 Remove useless pattern-matching code.
1199
1200 2016-12-02 Pedro Alves <palves@redhat.com>
1201
1202 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1203 procedure.
1204 (top level): Call it.
1205
1206 2016-12-02 Pedro Alves <palves@redhat.com>
1207
1208 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1209 New procedure.
1210 (top level): Call it.
1211
1212 2016-12-02 Pedro Alves <palves@redhat.com>
1213
1214 PR cli/20559
1215 * gdb.base/commands.exp (user_defined_command_args_eval): New
1216 procedure.
1217 (top level): Call it.
1218
1219 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1220
1221 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1222 timeout handling.
1223
1224 2016-12-02 Tom Tromey <tom@tromey.com>
1225
1226 * gdb.dwarf2/main-subprogram.c: New file.
1227 * gdb.dwarf2/main-subprogram.exp: New file.
1228
1229 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1230
1231 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1232 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1233 gdb_test_no_output for a couple of cases.
1234 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1235
1236 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1237
1238 Fix test names and standardize compilation error messages throughout
1239 the following files:
1240
1241 * gdb.ada/start.exp
1242 * gdb.arch/alpha-step.exp
1243 * gdb.arch/e500-prologue.exp
1244 * gdb.arch/ftrace-insn-reloc.exp
1245 * gdb.arch/gdb1291.exp
1246 * gdb.arch/gdb1431.exp
1247 * gdb.arch/gdb1558.exp
1248 * gdb.arch/i386-dr3-watch.exp
1249 * gdb.arch/i386-sse-stack-align.exp
1250 * gdb.arch/ia64-breakpoint-shadow.exp
1251 * gdb.arch/pa-nullify.exp
1252 * gdb.arch/powerpc-aix-prologue.exp
1253 * gdb.arch/thumb-bx-pc.exp
1254 * gdb.base/annota1.exp
1255 * gdb.base/annota3.exp
1256 * gdb.base/arrayidx.exp
1257 * gdb.base/assign.exp
1258 * gdb.base/attach.exp
1259 * gdb.base/auxv.exp
1260 * gdb.base/bang.exp
1261 * gdb.base/bfp-test.exp
1262 * gdb.base/bigcore.exp
1263 * gdb.base/bitfields2.exp
1264 * gdb.base/break-fun-addr.exp
1265 * gdb.base/break-probes.exp
1266 * gdb.base/call-rt-st.exp
1267 * gdb.base/callexit.exp
1268 * gdb.base/catch-fork-kill.exp
1269 * gdb.base/charset.exp
1270 * gdb.base/checkpoint.exp
1271 * gdb.base/comprdebug.exp
1272 * gdb.base/constvars.exp
1273 * gdb.base/coredump-filter.exp
1274 * gdb.base/cursal.exp
1275 * gdb.base/cvexpr.exp
1276 * gdb.base/detach.exp
1277 * gdb.base/display.exp
1278 * gdb.base/dmsym.exp
1279 * gdb.base/dprintf-pending.exp
1280 * gdb.base/dso2dso.exp
1281 * gdb.base/dtrace-probe.exp
1282 * gdb.base/dump.exp
1283 * gdb.base/enum_cond.exp
1284 * gdb.base/exe-lock.exp
1285 * gdb.base/exec-invalid-sysroot.exp
1286 * gdb.base/execl-update-breakpoints.exp
1287 * gdb.base/exprs.exp
1288 * gdb.base/fileio.exp
1289 * gdb.base/find.exp
1290 * gdb.base/finish.exp
1291 * gdb.base/fixsection.exp
1292 * gdb.base/foll-vfork.exp
1293 * gdb.base/frame-args.exp
1294 * gdb.base/gcore.exp
1295 * gdb.base/gdb1250.exp
1296 * gdb.base/global-var-nested-by-dso.exp
1297 * gdb.base/gnu-ifunc.exp
1298 * gdb.base/hashline1.exp
1299 * gdb.base/hashline2.exp
1300 * gdb.base/hashline3.exp
1301 * gdb.base/hbreak-in-shr-unsupported.exp
1302 * gdb.base/huge.exp
1303 * gdb.base/infcall-input.exp
1304 * gdb.base/info-fun.exp
1305 * gdb.base/info-shared.exp
1306 * gdb.base/jit-simple.exp
1307 * gdb.base/jit-so.exp
1308 * gdb.base/jit.exp
1309 * gdb.base/jump.exp
1310 * gdb.base/label.exp
1311 * gdb.base/lineinc.exp
1312 * gdb.base/logical.exp
1313 * gdb.base/longjmp.exp
1314 * gdb.base/macscp.exp
1315 * gdb.base/miscexprs.exp
1316 * gdb.base/new-ui-echo.exp
1317 * gdb.base/new-ui-pending-input.exp
1318 * gdb.base/new-ui.exp
1319 * gdb.base/nodebug.exp
1320 * gdb.base/nofield.exp
1321 * gdb.base/offsets.exp
1322 * gdb.base/overlays.exp
1323 * gdb.base/pending.exp
1324 * gdb.base/pointers.exp
1325 * gdb.base/pr11022.exp
1326 * gdb.base/printcmds.exp
1327 * gdb.base/prologue.exp
1328 * gdb.base/ptr-typedef.exp
1329 * gdb.base/realname-expand.exp
1330 * gdb.base/relativedebug.exp
1331 * gdb.base/relocate.exp
1332 * gdb.base/remote.exp
1333 * gdb.base/reread.exp
1334 * gdb.base/return2.exp
1335 * gdb.base/savedregs.exp
1336 * gdb.base/sep.exp
1337 * gdb.base/sepdebug.exp
1338 * gdb.base/sepsymtab.exp
1339 * gdb.base/set-inferior-tty.exp
1340 * gdb.base/setshow.exp
1341 * gdb.base/shlib-call.exp
1342 * gdb.base/sigaltstack.exp
1343 * gdb.base/siginfo-addr.exp
1344 * gdb.base/signals.exp
1345 * gdb.base/signull.exp
1346 * gdb.base/sigrepeat.exp
1347 * gdb.base/so-impl-ld.exp
1348 * gdb.base/solib-display.exp
1349 * gdb.base/solib-overlap.exp
1350 * gdb.base/solib-search.exp
1351 * gdb.base/solib-symbol.exp
1352 * gdb.base/structs.exp
1353 * gdb.base/structs2.exp
1354 * gdb.base/symtab-search-order.exp
1355 * gdb.base/twice.exp
1356 * gdb.base/unload.exp
1357 * gdb.base/varargs.exp
1358 * gdb.base/watchpoint-solib.exp
1359 * gdb.base/watchpoint.exp
1360 * gdb.base/whatis.exp
1361 * gdb.base/wrong_frame_bt_full.exp
1362 * gdb.btrace/dlopen.exp
1363 * gdb.cell/ea-standalone.exp
1364 * gdb.cell/ea-test.exp
1365 * gdb.cp/dispcxx.exp
1366 * gdb.cp/gdb2384.exp
1367 * gdb.cp/method2.exp
1368 * gdb.cp/nextoverthrow.exp
1369 * gdb.cp/pr10728.exp
1370 * gdb.disasm/am33.exp
1371 * gdb.disasm/h8300s.exp
1372 * gdb.disasm/mn10300.exp
1373 * gdb.disasm/sh3.exp
1374 * gdb.dwarf2/dw2-dir-file-name.exp
1375 * gdb.fortran/complex.exp
1376 * gdb.fortran/library-module.exp
1377 * gdb.guile/scm-pretty-print.exp
1378 * gdb.guile/scm-symbol.exp
1379 * gdb.guile/scm-type.exp
1380 * gdb.guile/scm-value.exp
1381 * gdb.linespec/linespec.exp
1382 * gdb.mi/gdb701.exp
1383 * gdb.mi/gdb792.exp
1384 * gdb.mi/mi-breakpoint-changed.exp
1385 * gdb.mi/mi-dprintf-pending.exp
1386 * gdb.mi/mi-dprintf.exp
1387 * gdb.mi/mi-exit-code.exp
1388 * gdb.mi/mi-pending.exp
1389 * gdb.mi/mi-solib.exp
1390 * gdb.mi/new-ui-mi-sync.exp
1391 * gdb.mi/pr11022.exp
1392 * gdb.mi/user-selected-context-sync.exp
1393 * gdb.opt/solib-intra-step.exp
1394 * gdb.python/py-events.exp
1395 * gdb.python/py-finish-breakpoint.exp
1396 * gdb.python/py-mi.exp
1397 * gdb.python/py-prettyprint.exp
1398 * gdb.python/py-shared.exp
1399 * gdb.python/py-symbol.exp
1400 * gdb.python/py-template.exp
1401 * gdb.python/py-type.exp
1402 * gdb.python/py-value.exp
1403 * gdb.reverse/solib-precsave.exp
1404 * gdb.reverse/solib-reverse.exp
1405 * gdb.server/solib-list.exp
1406 * gdb.stabs/weird.exp
1407 * gdb.threads/reconnect-signal.exp
1408 * gdb.threads/stepi-random-signal.exp
1409 * gdb.trace/actions.exp
1410 * gdb.trace/ax.exp
1411 * gdb.trace/backtrace.exp
1412 * gdb.trace/change-loc.exp
1413 * gdb.trace/deltrace.exp
1414 * gdb.trace/ftrace-lock.exp
1415 * gdb.trace/ftrace.exp
1416 * gdb.trace/infotrace.exp
1417 * gdb.trace/mi-tracepoint-changed.exp
1418 * gdb.trace/packetlen.exp
1419 * gdb.trace/passcount.exp
1420 * gdb.trace/pending.exp
1421 * gdb.trace/range-stepping.exp
1422 * gdb.trace/report.exp
1423 * gdb.trace/stap-trace.exp
1424 * gdb.trace/tfind.exp
1425 * gdb.trace/trace-break.exp
1426 * gdb.trace/trace-condition.exp
1427 * gdb.trace/trace-enable-disable.exp
1428 * gdb.trace/trace-mt.exp
1429 * gdb.trace/tracecmd.exp
1430 * gdb.trace/tspeed.exp
1431 * gdb.trace/tsv.exp
1432 * lib/perftest.exp
1433
1434 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1435
1436 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1437 with gdb_test_no_output.
1438 Use command as test name.
1439
1440 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1441
1442 Fix test names starting with uppercase throughout the files.
1443
1444 * gdb.ada/assign_1.exp
1445 * gdb.ada/boolean_expr.exp
1446 * gdb.base/arrayidx.exp
1447 * gdb.base/del.exp
1448 * gdb.base/gcore-buffer-overflow.exp
1449 * gdb.base/testenv.exp
1450 * gdb.compile/compile.exp
1451 * gdb.python/py-framefilter-invalidarg.exp
1452 * gdb.python/py-framefilter.exp
1453
1454 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1455
1456 Fix test names starting with uppercase throughout the files.
1457
1458 * gdb.ada/array_return.exp
1459 * gdb.ada/expr_delims.exp
1460 * gdb.ada/mi_dyn_arr.exp
1461 * gdb.ada/mi_interface.exp
1462 * gdb.ada/mi_var_array.exp
1463 * gdb.ada/watch_arg.exp
1464 * gdb.arch/alpha-step.exp
1465 * gdb.arch/altivec-regs.exp
1466 * gdb.arch/e500-regs.exp
1467 * gdb.arch/powerpc-d128-regs.exp
1468 * gdb.base/arrayidx.exp
1469 * gdb.base/break.exp
1470 * gdb.base/checkpoint.exp
1471 * gdb.base/debug-expr.exp
1472 * gdb.base/dmsym.exp
1473 * gdb.base/radix.exp
1474 * gdb.base/sepdebug.exp
1475 * gdb.base/testenv.exp
1476 * gdb.base/watch_thread_num.exp
1477 * gdb.base/watchpoint-cond-gone.exp
1478 * gdb.cell/break.exp
1479 * gdb.cell/ea-cache.exp
1480 * gdb.compile/compile.exp
1481 * gdb.cp/gdb2495.exp
1482 * gdb.gdb/selftest.exp
1483 * gdb.gdb/xfullpath.exp
1484 * gdb.go/hello.exp
1485 * gdb.go/integers.exp
1486 * gdb.objc/basicclass.exp
1487 * gdb.pascal/hello.exp
1488 * gdb.pascal/integers.exp
1489 * gdb.python/py-breakpoint.exp
1490 * gdb.python/py-cmd.exp
1491 * gdb.python/py-linetable.exp
1492 * gdb.python/py-xmethods.exp
1493 * gdb.python/python.exp
1494 * gdb.reverse/consecutive-precsave.exp
1495 * gdb.reverse/finish-precsave.exp
1496 * gdb.reverse/i386-precsave.exp
1497 * gdb.reverse/machinestate-precsave.exp
1498 * gdb.reverse/sigall-precsave.exp
1499 * gdb.reverse/solib-precsave.exp
1500 * gdb.reverse/step-precsave.exp
1501 * gdb.reverse/until-precsave.exp
1502 * gdb.reverse/watch-precsave.exp
1503 * gdb.threads/leader-exit.exp
1504 * gdb.threads/pthreads.exp
1505 * gdb.threads/wp-replication.exp
1506 * gdb.trace/actions.exp
1507 * gdb.trace/mi-tsv-changed.exp
1508 * gdb.trace/tsv.exp
1509
1510 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1511
1512 Fix test names starting with uppercase throughout the files.
1513
1514 * gdb.arch/i386-bp_permanent.exp
1515 * gdb.arch/i386-gnu-cfi.exp
1516 * gdb.base/disasm-end-cu.exp
1517 * gdb.base/macscp.exp
1518 * gdb.base/pending.exp
1519 * gdb.base/watch_thread_num.exp
1520 * gdb.cp/exception.exp
1521 * gdb.cp/gdb2495.exp
1522 * gdb.cp/local.exp
1523 * gdb.python/py-evsignal.exp
1524 * gdb.python/python.exp
1525 * gdb.trace/tracecmd.exp
1526
1527 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1528
1529 Fix test names starting with uppercase throughout the files.
1530
1531 * gdb.base/charset.exp
1532 * gdb.base/eval.exp
1533 * gdb.base/multi-forks.exp
1534 * gdb.guile/scm-progspace.exp
1535 * gdb.opencl/datatypes.exp
1536 * gdb.python/py-block.exp
1537 * gdb.python/py-function.exp
1538 * gdb.python/py-symbol.exp
1539 * gdb.python/py-symtab.exp
1540 * gdb.python/py-xmethods.exp
1541 * gdb.reverse/break-precsave.exp
1542 * gdb.reverse/break-reverse.exp
1543 * gdb.reverse/consecutive-precsave.exp
1544 * gdb.reverse/consecutive-reverse.exp
1545 * gdb.reverse/finish-precsave.exp
1546 * gdb.reverse/finish-reverse-bkpt.exp
1547 * gdb.reverse/finish-reverse.exp
1548 * gdb.reverse/fstatat-reverse.exp
1549 * gdb.reverse/getresuid-reverse.exp
1550 * gdb.reverse/i386-precsave.exp
1551 * gdb.reverse/i386-reverse.exp
1552 * gdb.reverse/i386-sse-reverse.exp
1553 * gdb.reverse/i387-stack-reverse.exp
1554 * gdb.reverse/insn-reverse.exp
1555 * gdb.reverse/machinestate-precsave.exp
1556 * gdb.reverse/machinestate.exp
1557 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1558 * gdb.reverse/pipe-reverse.exp
1559 * gdb.reverse/readv-reverse.exp
1560 * gdb.reverse/recvmsg-reverse.exp
1561 * gdb.reverse/rerun-prec.exp
1562 * gdb.reverse/s390-mvcle.exp
1563 * gdb.reverse/sigall-precsave.exp
1564 * gdb.reverse/sigall-reverse.exp
1565 * gdb.reverse/solib-precsave.exp
1566 * gdb.reverse/solib-reverse.exp
1567 * gdb.reverse/step-precsave.exp
1568 * gdb.reverse/step-reverse.exp
1569 * gdb.reverse/time-reverse.exp
1570 * gdb.reverse/until-precsave.exp
1571 * gdb.reverse/until-reverse.exp
1572 * gdb.reverse/waitpid-reverse.exp
1573 * gdb.reverse/watch-precsave.exp
1574 * gdb.reverse/watch-reverse.exp
1575
1576 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1577
1578 Fix test names starting with uppercase throughout the files.
1579
1580 * gdb.arch/i386-mpx-simple_segv.exp
1581 * gdb.arch/i386-mpx.exp
1582 * gdb.arch/i386-permbkpt.exp
1583 * gdb.arch/pa-nullify.exp
1584 * gdb.arch/powerpc-d128-regs.exp
1585 * gdb.arch/vsx-regs.exp
1586 * gdb.base/bfp-test.exp
1587 * gdb.base/break.exp
1588 * gdb.base/breakpoint-shadow.exp
1589 * gdb.base/callfuncs.exp
1590 * gdb.base/charset.exp
1591 * gdb.base/commands.exp
1592 * gdb.base/completion.exp
1593 * gdb.base/dfp-test.exp
1594 * gdb.base/echo.exp
1595 * gdb.base/ending-run.exp
1596 * gdb.base/eval.exp
1597 * gdb.base/expand-psymtabs.exp
1598 * gdb.base/float128.exp
1599 * gdb.base/floatn.exp
1600 * gdb.base/foll-exec-mode.exp
1601 * gdb.base/gdb1056.exp
1602 * gdb.base/gdb11531.exp
1603 * gdb.base/kill-after-signal.exp
1604 * gdb.base/multi-forks.exp
1605 * gdb.base/overlays.exp
1606 * gdb.base/pending.exp
1607 * gdb.base/sepdebug.exp
1608 * gdb.base/testenv.exp
1609 * gdb.base/valgrind-db-attach.exp
1610 * gdb.base/watch_thread_num.exp
1611 * gdb.base/watchpoint-cond-gone.exp
1612 * gdb.base/watchpoint.exp
1613 * gdb.base/watchpoints.exp
1614 * gdb.cp/arg-reference.exp
1615 * gdb.cp/baseenum.exp
1616 * gdb.cp/operator.exp
1617 * gdb.cp/shadow.exp
1618 * gdb.dwarf2/dw2-op-out-param.exp
1619 * gdb.dwarf2/dw2-reg-undefined.exp
1620 * gdb.go/chan.exp
1621 * gdb.go/hello.exp
1622 * gdb.go/integers.exp
1623 * gdb.go/methods.exp
1624 * gdb.go/package.exp
1625 * gdb.guile/scm-parameter.exp
1626 * gdb.guile/scm-progspace.exp
1627 * gdb.guile/scm-value.exp
1628 * gdb.mi/mi-pending.exp
1629 * gdb.mi/user-selected-context-sync.exp
1630 * gdb.multi/multi-attach.exp
1631 * gdb.multi/tids.exp
1632 * gdb.opt/clobbered-registers-O2.exp
1633 * gdb.pascal/floats.exp
1634 * gdb.pascal/integers.exp
1635 * gdb.python/py-block.exp
1636 * gdb.python/py-events.exp
1637 * gdb.python/py-parameter.exp
1638 * gdb.python/py-symbol.exp
1639 * gdb.python/py-symtab.exp
1640 * gdb.python/py-type.exp
1641 * gdb.python/py-value.exp
1642 * gdb.python/py-xmethods.exp
1643 * gdb.python/python.exp
1644 * gdb.reverse/break-precsave.exp
1645 * gdb.reverse/consecutive-precsave.exp
1646 * gdb.reverse/finish-precsave.exp
1647 * gdb.reverse/i386-precsave.exp
1648 * gdb.reverse/machinestate-precsave.exp
1649 * gdb.reverse/sigall-precsave.exp
1650 * gdb.reverse/solib-precsave.exp
1651 * gdb.reverse/step-precsave.exp
1652 * gdb.reverse/until-precsave.exp
1653 * gdb.reverse/watch-precsave.exp
1654 * gdb.server/ext-attach.exp
1655 * gdb.server/ext-restart.exp
1656 * gdb.server/ext-run.exp
1657 * gdb.server/ext-wrapper.exp
1658 * gdb.stabs/gdb11479.exp
1659 * gdb.stabs/weird.exp
1660 * gdb.threads/attach-many-short-lived-threads.exp
1661 * gdb.threads/kill.exp
1662 * gdb.threads/watchpoint-fork.exp
1663
1664 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1665
1666 Fix test names starting with uppercase throughout all the files below.
1667
1668 * gdb.ada/array_return.exp
1669 * gdb.ada/catch_ex.exp
1670 * gdb.ada/info_exc.exp
1671 * gdb.ada/mi_catch_ex.exp
1672 * gdb.ada/mi_dyn_arr.exp
1673 * gdb.ada/mi_ex_cond.exp
1674 * gdb.ada/mi_exc_info.exp
1675 * gdb.ada/mi_interface.exp
1676 * gdb.ada/mi_task_arg.exp
1677 * gdb.ada/mi_task_info.exp
1678 * gdb.ada/mi_var_array.exp
1679 * gdb.arch/alpha-step.exp
1680 * gdb.arch/amd64-disp-step.exp
1681 * gdb.arch/arm-disp-step.exp
1682 * gdb.arch/disp-step-insn-reloc.exp
1683 * gdb.arch/e500-prologue.exp
1684 * gdb.arch/ftrace-insn-reloc.exp
1685 * gdb.arch/gdb1558.exp
1686 * gdb.arch/i386-bp_permanent.exp
1687 * gdb.arch/i386-disp-step.exp
1688 * gdb.arch/i386-float.exp
1689 * gdb.arch/i386-gnu-cfi.exp
1690 * gdb.arch/ia64-breakpoint-shadow.exp
1691 * gdb.arch/mips16-thunks.exp
1692 * gdb.arch/pa-nullify.exp
1693 * gdb.arch/powerpc-aix-prologue.exp
1694 * gdb.arch/powerpc-power.exp
1695 * gdb.arch/ppc-dfp.exp
1696 * gdb.arch/s390-tdbregs.exp
1697 * gdb.arch/spu-info.exp
1698 * gdb.arch/spu-ls.exp
1699 * gdb.arch/thumb-bx-pc.exp
1700 * gdb.base/advance.exp
1701 * gdb.base/annota-input-while-running.exp
1702 * gdb.base/arrayidx.exp
1703 * gdb.base/asmlabel.exp
1704 * gdb.base/async.exp
1705 * gdb.base/attach-wait-input.exp
1706 * gdb.base/auto-connect-native-target.exp
1707 * gdb.base/batch-preserve-term-settings.exp
1708 * gdb.base/bfp-test.exp
1709 * gdb.base/bigcore.exp
1710 * gdb.base/bp-permanent.exp
1711 * gdb.base/break-always.exp
1712 * gdb.base/break-fun-addr.exp
1713 * gdb.base/break-idempotent.exp
1714 * gdb.base/break-main-file-remove-fail.exp
1715 * gdb.base/break-probes.exp
1716 * gdb.base/break-unload-file.exp
1717 * gdb.base/break.exp
1718 * gdb.base/call-ar-st.exp
1719 * gdb.base/call-rt-st.exp
1720 * gdb.base/call-sc.exp
1721 * gdb.base/call-signal-resume.exp
1722 * gdb.base/call-strs.exp
1723 * gdb.base/callexit.exp
1724 * gdb.base/callfuncs.exp
1725 * gdb.base/catch-gdb-caused-signals.exp
1726 * gdb.base/catch-signal-siginfo-cond.exp
1727 * gdb.base/catch-syscall.exp
1728 * gdb.base/compare-sections.exp
1729 * gdb.base/cond-eval-mode.exp
1730 * gdb.base/condbreak-call-false.exp
1731 * gdb.base/consecutive-step-over.exp
1732 * gdb.base/cursal.exp
1733 * gdb.base/disabled-location.exp
1734 * gdb.base/disasm-end-cu.exp
1735 * gdb.base/display.exp
1736 * gdb.base/double-prompt-target-event-error.exp
1737 * gdb.base/dprintf-bp-same-addr.exp
1738 * gdb.base/dprintf-detach.exp
1739 * gdb.base/dprintf-next.exp
1740 * gdb.base/dprintf-non-stop.exp
1741 * gdb.base/dprintf-pending.exp
1742 * gdb.base/dso2dso.exp
1743 * gdb.base/ending-run.exp
1744 * gdb.base/enum_cond.exp
1745 * gdb.base/examine-backward.exp
1746 * gdb.base/exe-lock.exp
1747 * gdb.base/exec-invalid-sysroot.exp
1748 * gdb.base/execl-update-breakpoints.exp
1749 * gdb.base/execution-termios.exp
1750 * gdb.base/fileio.exp
1751 * gdb.base/fixsection.exp
1752 * gdb.base/foll-exec-mode.exp
1753 * gdb.base/foll-exec.exp
1754 * gdb.base/fork-running-state.exp
1755 * gdb.base/frame-args.exp
1756 * gdb.base/fullpath-expand.exp
1757 * gdb.base/func-ptr.exp
1758 * gdb.base/gcore-relro-pie.exp
1759 * gdb.base/gdb1090.exp
1760 * gdb.base/gdb1555.exp
1761 * gdb.base/global-var-nested-by-dso.exp
1762 * gdb.base/gnu-ifunc.exp
1763 * gdb.base/hbreak-in-shr-unsupported.exp
1764 * gdb.base/hbreak-unmapped.exp
1765 * gdb.base/hook-stop.exp
1766 * gdb.base/infcall-input.exp
1767 * gdb.base/info-fun.exp
1768 * gdb.base/info-shared.exp
1769 * gdb.base/interrupt-noterm.exp
1770 * gdb.base/jit-so.exp
1771 * gdb.base/jit.exp
1772 * gdb.base/line-symtabs.exp
1773 * gdb.base/list.exp
1774 * gdb.base/longjmp.exp
1775 * gdb.base/macscp.exp
1776 * gdb.base/max-value-size.exp
1777 * gdb.base/nodebug.exp
1778 * gdb.base/nofield.exp
1779 * gdb.base/overlays.exp
1780 * gdb.base/paginate-after-ctrl-c-running.exp
1781 * gdb.base/paginate-bg-execution.exp
1782 * gdb.base/paginate-inferior-exit.exp
1783 * gdb.base/pending.exp
1784 * gdb.base/pr11022.exp
1785 * gdb.base/printcmds.exp
1786 * gdb.base/ptr-typedef.exp
1787 * gdb.base/ptype.exp
1788 * gdb.base/randomize.exp
1789 * gdb.base/range-stepping.exp
1790 * gdb.base/realname-expand.exp
1791 * gdb.base/relativedebug.exp
1792 * gdb.base/remote.exp
1793 * gdb.base/savedregs.exp
1794 * gdb.base/sepdebug.exp
1795 * gdb.base/set-noassign.exp
1796 * gdb.base/shlib-call.exp
1797 * gdb.base/shreloc.exp
1798 * gdb.base/sigaltstack.exp
1799 * gdb.base/sigbpt.exp
1800 * gdb.base/siginfo-addr.exp
1801 * gdb.base/siginfo-obj.exp
1802 * gdb.base/siginfo-thread.exp
1803 * gdb.base/signest.exp
1804 * gdb.base/signull.exp
1805 * gdb.base/sigrepeat.exp
1806 * gdb.base/skip.exp
1807 * gdb.base/so-impl-ld.exp
1808 * gdb.base/solib-corrupted.exp
1809 * gdb.base/solib-disc.exp
1810 * gdb.base/solib-display.exp
1811 * gdb.base/solib-overlap.exp
1812 * gdb.base/solib-search.exp
1813 * gdb.base/solib-symbol.exp
1814 * gdb.base/source-execution.exp
1815 * gdb.base/sss-bp-on-user-bp-2.exp
1816 * gdb.base/sss-bp-on-user-bp.exp
1817 * gdb.base/stack-checking.exp
1818 * gdb.base/stale-infcall.exp
1819 * gdb.base/step-break.exp
1820 * gdb.base/step-line.exp
1821 * gdb.base/step-over-exit.exp
1822 * gdb.base/step-test.exp
1823 * gdb.base/structs.exp
1824 * gdb.base/sym-file.exp
1825 * gdb.base/symtab-search-order.exp
1826 * gdb.base/term.exp
1827 * gdb.base/type-opaque.exp
1828 * gdb.base/unload.exp
1829 * gdb.base/until-nodebug.exp
1830 * gdb.base/until.exp
1831 * gdb.base/unwindonsignal.exp
1832 * gdb.base/watch-cond.exp
1833 * gdb.base/watch-non-mem.exp
1834 * gdb.base/watch_thread_num.exp
1835 * gdb.base/watchpoint-reuse-slot.exp
1836 * gdb.base/watchpoint-solib.exp
1837 * gdb.base/watchpoint.exp
1838 * gdb.btrace/dlopen.exp
1839 * gdb.cell/arch.exp
1840 * gdb.cell/break.exp
1841 * gdb.cell/bt.exp
1842 * gdb.cell/core.exp
1843 * gdb.cell/data.exp
1844 * gdb.cell/dwarfaddr.exp
1845 * gdb.cell/ea-cache.exp
1846 * gdb.cell/ea-standalone.exp
1847 * gdb.cell/ea-test.exp
1848 * gdb.cell/f-regs.exp
1849 * gdb.cell/fork.exp
1850 * gdb.cell/gcore.exp
1851 * gdb.cell/mem-access.exp
1852 * gdb.cell/ptype.exp
1853 * gdb.cell/registers.exp
1854 * gdb.cell/sizeof.exp
1855 * gdb.cell/solib-symbol.exp
1856 * gdb.cell/solib.exp
1857 * gdb.compile/compile-tls.exp
1858 * gdb.cp/exception.exp
1859 * gdb.cp/gdb2495.exp
1860 * gdb.cp/local.exp
1861 * gdb.cp/mb-inline.exp
1862 * gdb.cp/mb-templates.exp
1863 * gdb.cp/pr10687.exp
1864 * gdb.cp/pr9167.exp
1865 * gdb.cp/scope-err.exp
1866 * gdb.cp/templates.exp
1867 * gdb.cp/virtfunc.exp
1868 * gdb.dwarf2/dw2-dir-file-name.exp
1869 * gdb.dwarf2/dw2-single-line-discriminators.exp
1870 * gdb.fortran/complex.exp
1871 * gdb.fortran/library-module.exp
1872 * gdb.guile/guile.exp
1873 * gdb.guile/scm-cmd.exp
1874 * gdb.guile/scm-frame-inline.exp
1875 * gdb.guile/scm-objfile.exp
1876 * gdb.guile/scm-pretty-print.exp
1877 * gdb.guile/scm-symbol.exp
1878 * gdb.guile/scm-type.exp
1879 * gdb.guile/scm-value.exp
1880 * gdb.linespec/keywords.exp
1881 * gdb.linespec/ls-errs.exp
1882 * gdb.linespec/macro-relative.exp
1883 * gdb.linespec/thread.exp
1884 * gdb.mi/mi-breakpoint-changed.exp
1885 * gdb.mi/mi-dprintf-pending.exp
1886 * gdb.mi/mi-fullname-deleted.exp
1887 * gdb.mi/mi-logging.exp
1888 * gdb.mi/mi-pending.exp
1889 * gdb.mi/mi-solib.exp
1890 * gdb.mi/new-ui-mi-sync.exp
1891 * gdb.mi/user-selected-context-sync.exp
1892 * gdb.multi/dummy-frame-restore.exp
1893 * gdb.multi/multi-arch-exec.exp
1894 * gdb.multi/remove-inferiors.exp
1895 * gdb.multi/watchpoint-multi-exit.exp
1896 * gdb.opt/solib-intra-step.exp
1897 * gdb.perf/backtrace.exp
1898 * gdb.perf/single-step.exp
1899 * gdb.perf/skip-command.exp
1900 * gdb.perf/skip-prologue.exp
1901 * gdb.perf/solib.exp
1902 * gdb.python/lib-types.exp
1903 * gdb.python/py-as-string.exp
1904 * gdb.python/py-bad-printers.exp
1905 * gdb.python/py-block.exp
1906 * gdb.python/py-breakpoint.exp
1907 * gdb.python/py-cmd.exp
1908 * gdb.python/py-events.exp
1909 * gdb.python/py-evthreads.exp
1910 * gdb.python/py-finish-breakpoint.exp
1911 * gdb.python/py-finish-breakpoint2.exp
1912 * gdb.python/py-frame-inline.exp
1913 * gdb.python/py-frame.exp
1914 * gdb.python/py-inferior.exp
1915 * gdb.python/py-infthread.exp
1916 * gdb.python/py-mi.exp
1917 * gdb.python/py-objfile.exp
1918 * gdb.python/py-pp-maint.exp
1919 * gdb.python/py-pp-registration.exp
1920 * gdb.python/py-prettyprint.exp
1921 * gdb.python/py-recurse-unwind.exp
1922 * gdb.python/py-shared.exp
1923 * gdb.python/py-symbol.exp
1924 * gdb.python/py-symtab.exp
1925 * gdb.python/py-template.exp
1926 * gdb.python/py-type.exp
1927 * gdb.python/py-unwind-maint.exp
1928 * gdb.python/py-unwind.exp
1929 * gdb.python/py-value.exp
1930 * gdb.python/python.exp
1931 * gdb.reverse/finish-reverse-bkpt.exp
1932 * gdb.reverse/insn-reverse.exp
1933 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1934 * gdb.reverse/solib-precsave.exp
1935 * gdb.reverse/solib-reverse.exp
1936 * gdb.stabs/gdb11479.exp
1937 * gdb.stabs/weird.exp
1938 * gdb.threads/fork-child-threads.exp
1939 * gdb.threads/fork-plus-threads.exp
1940 * gdb.threads/fork-thread-pending.exp
1941 * gdb.threads/forking-threads-plus-breakpoint.exp
1942 * gdb.threads/hand-call-in-threads.exp
1943 * gdb.threads/interrupted-hand-call.exp
1944 * gdb.threads/linux-dp.exp
1945 * gdb.threads/local-watch-wrong-thread.exp
1946 * gdb.threads/next-while-other-thread-longjmps.exp
1947 * gdb.threads/non-ldr-exit.exp
1948 * gdb.threads/pending-step.exp
1949 * gdb.threads/print-threads.exp
1950 * gdb.threads/process-dies-while-detaching.exp
1951 * gdb.threads/process-dies-while-handling-bp.exp
1952 * gdb.threads/pthreads.exp
1953 * gdb.threads/queue-signal.exp
1954 * gdb.threads/reconnect-signal.exp
1955 * gdb.threads/signal-command-handle-nopass.exp
1956 * gdb.threads/signal-command-multiple-signals-pending.exp
1957 * gdb.threads/signal-delivered-right-thread.exp
1958 * gdb.threads/signal-sigtrap.exp
1959 * gdb.threads/sigthread.exp
1960 * gdb.threads/staticthreads.exp
1961 * gdb.threads/stepi-random-signal.exp
1962 * gdb.threads/thread-unwindonsignal.exp
1963 * gdb.threads/thread_check.exp
1964 * gdb.threads/thread_events.exp
1965 * gdb.threads/tid-reuse.exp
1966 * gdb.threads/tls-nodebug.exp
1967 * gdb.threads/tls-shared.exp
1968 * gdb.threads/tls-so_extern.exp
1969 * gdb.threads/tls.exp
1970 * gdb.threads/wp-replication.exp
1971 * gdb.trace/actions-changed.exp
1972 * gdb.trace/actions.exp
1973 * gdb.trace/backtrace.exp
1974 * gdb.trace/change-loc.exp
1975 * gdb.trace/collection.exp
1976 * gdb.trace/deltrace.exp
1977 * gdb.trace/disconnected-tracing.exp
1978 * gdb.trace/entry-values.exp
1979 * gdb.trace/ftrace-lock.exp
1980 * gdb.trace/ftrace.exp
1981 * gdb.trace/infotrace.exp
1982 * gdb.trace/mi-trace-frame-collected.exp
1983 * gdb.trace/mi-trace-unavailable.exp
1984 * gdb.trace/mi-traceframe-changed.exp
1985 * gdb.trace/mi-tracepoint-changed.exp
1986 * gdb.trace/mi-tsv-changed.exp
1987 * gdb.trace/no-attach-trace.exp
1988 * gdb.trace/packetlen.exp
1989 * gdb.trace/passc-dyn.exp
1990 * gdb.trace/passcount.exp
1991 * gdb.trace/pending.exp
1992 * gdb.trace/pr16508.exp
1993 * gdb.trace/qtro.exp
1994 * gdb.trace/range-stepping.exp
1995 * gdb.trace/read-memory.exp
1996 * gdb.trace/report.exp
1997 * gdb.trace/save-trace.exp
1998 * gdb.trace/signal.exp
1999 * gdb.trace/stap-trace.exp
2000 * gdb.trace/status-stop.exp
2001 * gdb.trace/strace.exp
2002 * gdb.trace/tfile.exp
2003 * gdb.trace/tfind.exp
2004 * gdb.trace/trace-break.exp
2005 * gdb.trace/trace-condition.exp
2006 * gdb.trace/trace-enable-disable.exp
2007 * gdb.trace/trace-mt.exp
2008 * gdb.trace/tracecmd.exp
2009 * gdb.trace/tracefile-pseudo-reg.exp
2010 * gdb.trace/tspeed.exp
2011 * gdb.trace/tstatus.exp
2012 * gdb.trace/tsv.exp
2013 * gdb.trace/unavailable.exp
2014 * gdb.trace/while-dyn.exp
2015 * gdb.trace/while-stepping.exp
2016 * lib/gdb-guile.exp
2017 * lib/gdb.exp
2018 * lib/mi-support.exp
2019 * lib/pascal.exp
2020 * lib/perftest.exp
2021 * lib/prelink-support.exp
2022 * lib/selftest-support.exp
2023
2024 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2025
2026 * Makefile.in: Include disable-implicit-rules.mk.
2027
2028 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2029
2030 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2031 non-byte-aligned bit fields.
2032
2033 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2034
2035 PR gdb/12616
2036 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
2037 respects the DW_AT_data_bit_offset attribute.
2038
2039 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2040
2041 * gdb.base/default.exp: Fix output of "set language".
2042
2043 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2044
2045 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2046 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
2047 make.
2048 * configure.ac: Remove checks for the make program.
2049 * configure: Re-generate.
2050
2051 2016-11-16 Kevin Buettner <kevinb@redhat.com>
2052
2053 * gdb.python/py-recurse-unwind.c (main): Add loop.
2054 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2055 to read_register() and gdb.parse_and_eval(). Make each code
2056 call a separate case that can be individually tested.
2057 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2058 proc. Call cont_and_backtrace for each of the code paths that
2059 we want to test in the unwinder.
2060
2061 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2062
2063 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2064 the definition of struct S.
2065
2066 2016-11-11 Catherine Moore <clm@codesourcery.com>
2067
2068 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2069
2070 2016-11-09 Pedro Alves <palves@redhat.com>
2071
2072 * gdb.base/commands.exp (runto_or_return): New procedure.
2073 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2074 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2075 (progvar_simple_while_test, progvar_complex_if_while_test)
2076 (if_while_breakpoint_command_test)
2077 (infrun_breakpoint_command_test, breakpoint_command_test)
2078 (user_defined_command_test, watchpoint_command_test)
2079 (test_command_prompt_position, redefine_hook_test)
2080 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2081 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2082 multi_line_input and multi_line. Remove gdb_expect and
2083 gdb_stop_suppressing_tests uses.
2084 * lib/gdb.exp (valnum_re): New global.
2085 (multi_line_input): New procedure.
2086
2087 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2088
2089 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2090 Remove.
2091 (test_setup): Define with proc_with_prefix.
2092 (test_cli_inferior): Likewise.
2093 (test_cli_thread): Likewise.
2094 (test_cli_frame): Likewise.
2095 (test_cli_select_frame): Likewise.
2096 (test_cli_up_down): Likewise.
2097 (test_mi_thread_select): Likewise.
2098 (test_mi_stack_select_frame): Likewise.
2099 (test_cli_in_mi_inferior): Likewise.
2100 (test_cli_in_mi_thread): Likewise.
2101 (test_cli_in_mi_frame): Likewise.
2102 (top level): Do not use with_test_prefix_procname.
2103
2104 2016-11-09 Pedro Alves <palves@redhat.com>
2105
2106 * gdb.base/commands.exp (gdbvar_simple_if_test)
2107 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2108 (progvar_simple_if_test, progvar_simple_while_test)
2109 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2110 (infrun_breakpoint_command_test, breakpoint_command_test)
2111 (user_defined_command_test, watchpoint_command_test)
2112 (test_command_prompt_position, deprecated_command_test)
2113 (bp_deleted_in_command, temporary_breakpoint_commands)
2114 (stray_arg0_test, source_file_with_indented_comment)
2115 (recursive_source_test, if_commands_test)
2116 (error_clears_commands_left, redefine_hook_test)
2117 (redefine_backtrace_test): Use proc_with_prefix.
2118 * lib/gdb.exp (proc_with_prefix): New proc.
2119
2120 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2121
2122 * gdb.base/tui-layout.c: New file.
2123 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2124 disassembly window contains very long lines.
2125
2126 2016-11-08 Tom Tromey <tom@tromey.com>
2127
2128 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2129 depend on Python 2.
2130
2131 2016-11-08 Tom Tromey <tom@tromey.com>
2132
2133 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2134 New method.
2135
2136 2016-10-29 Manish Goregaokar <manish@mozilla.com>
2137
2138 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
2139
2140 2016-10-27 Manish Goregaokar <manish@mozilla.com>
2141
2142 * gdb.rust/simple.rs: Add test for univariant enums without
2143 discriminants and for encoded struct-like enums.
2144
2145 2016-10-28 Pedro Alves <palves@redhat.com>
2146
2147 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2148 gdb_test_multiple, tighten regexps and match symtabs and line
2149 tables incrementally.
2150
2151 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
2152
2153 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2154 general.
2155
2156 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
2157
2158 * gdb.base/exec-invalid-sysroot.exp: New file.
2159
2160 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2161
2162 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2163
2164 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2165
2166 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2167
2168 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2169
2170 * gdb.base/killed-outside.exp: Remove $options from a call to
2171 `prepare_for_testing'.
2172
2173 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2174
2175 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2176 Change test message.
2177
2178 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2179
2180 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2181 Update comment.
2182
2183 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2184
2185 * gdb.trace/mi-trace-save.exp: New file.
2186
2187 2016-10-13 Yao Qi <yao.qi@linaro.org>
2188
2189 * gdb.base/code_elim.exp (get_var_address): Remove.
2190 * gdb.base/relocate.exp: Likewise.
2191 * gdb.base/shreloc.exp: Likewise.
2192 * lib/gdb.exp (get_var_address): New.
2193
2194 2016-10-13 Yao Qi <yao.qi@linaro.org>
2195
2196 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2197 floating point tests if $skip_float_test is false.
2198
2199 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
2200
2201 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2202 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2203 argc values.
2204 Add 1 to argc so we guarantee distinct initial/modified argc values.
2205
2206 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2207
2208 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2209
2210 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2211
2212 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2213 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2214 * gdb.arch/vsx-regs.exp: Likewise.
2215
2216 2016-10-07 Yao Qi <yao.qi@linaro.org>
2217
2218 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2219
2220 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2221
2222 * gdb.python/python.exp: Test decode_line("*0").
2223
2224 2016-10-06 Doug Evans <dje@google.com>
2225
2226 * gdb.python/py-value.exp (test_value_creation): Add test for large
2227 unsigned 64-bit value.
2228
2229 2016-10-06 Tom Tromey <tom@tromey.com>
2230
2231 * gdb.compile/compile.exp: Change java tests to rust.
2232 * gdb.base/setshow.exp: Change java tests to rust.
2233 * gdb.base/default.exp: Remove java from language list.
2234 * README (Examples): Update language example.
2235 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2236 test.
2237 * lib/gdb.exp (skip_java_tests): Remove.
2238 * lib/java.exp: Remove.
2239 * gdb.java: Remove.
2240
2241 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2242
2243 * gdb.arch/mips-fcr.exp: New test.
2244 * gdb.arch/mips-fcr.c: Source for the new test.
2245
2246 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2247
2248 * gdb.base/solib-disc.exp: Use `standard_output_file'
2249 throughout.
2250
2251 2016-10-06 Pedro Alves <palves@redhat.com>
2252
2253 * gdb.base/jit-simple-dl.c: New file.
2254 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2255 * gdb.base/jit-simple.c: ... this.
2256 * gdb.base/jit-simple.exp (jit_run): Delete.
2257 (build_jit): New proc.
2258 (jit_test_reread): Recompile either the main program or the shared
2259 library, depending on what is being tested. Skip changing address
2260 if caller wants to. Compare before/after addresses. If testing
2261 standalone, explicitly load the binary. Test "maint info
2262 breakpoints".
2263 (top level): Add "standalone vs shared lib" and "change address"
2264 vs "same address" axes.
2265
2266 2016-10-06 Pedro Alves <palves@redhat.com>
2267
2268 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2269 call.
2270 (jit_run): Delete.
2271 (jit_test_reread): Use with_test_prefix. Reload the main binary
2272 explicitly. Compare the before/after addresses of the JIT
2273 descriptor.
2274
2275 2016-08-15 Doug Evans <dje@google.com>
2276
2277 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2278 for single bitfields is bool.
2279 * gdb.xml/tdesc-regs.exp: Ditto.
2280
2281 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2282
2283 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2284
2285 2016-10-05 Yao Qi <yao.qi@linaro.org>
2286
2287 * lib/gdb.exp (support_complex_tests): Return zero if
2288 gdb_skip_float_test return true.
2289
2290 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2291 Simon Marchi <simon.marchi@ericsson.com>
2292
2293 PR gdb/20487
2294 * gdb.mi/user-selected-context-sync.exp: New file.
2295 * gdb.mi/user-selected-context-sync.c: New file.
2296
2297 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2298 Simon Marchi <simon.marchi@ericsson.com>
2299
2300 PR gdb/20487
2301 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2302 =thread-select-event check.
2303
2304 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2305
2306 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2307 the compulsory L operand changes.
2308 * gdb.arch/powerpc-power.s: Likewise.
2309
2310 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2311
2312 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2313 * gdb.base/jit-attach-pie.c: New file.
2314 * gdb.base/jit-attach-pie.exp: New file.
2315
2316 2016-09-28 Pedro Alves <palves@redhat.com>
2317
2318 * gdb.base/infcall-input.c: New file.
2319 * gdb.base/infcall-input.exp: New file.
2320
2321 2016-09-22 Yao Qi <yao.qi@linaro.org>
2322
2323 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2324 (gdb_exit): Rename it to ...
2325 (gdbserver_gdb_exit): ... Close GDBserver.
2326 (gdb_exit): New proc, call gdbserver_gdb_exit.
2327 (mi_gdb_exit): Likewise.
2328
2329 2016-09-22 Yao Qi <yao.qi@linaro.org>
2330
2331 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2332 path.
2333 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2334 Remove duplication.
2335
2336 2016-09-22 Yao Qi <yao.qi@linaro.org>
2337
2338 * lib/gdbserver-support.exp: Check the existence of
2339 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2340
2341 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2342
2343 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2344
2345 2016-09-21 Tom Tromey <tom@tromey.com>
2346
2347 PR gdb/20604:
2348 * gdb.base/quit.exp: New file.
2349
2350 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2351
2352 * .gitignore: New file.
2353
2354 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2355
2356 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2357 throughout.
2358
2359 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2360
2361 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2362
2363 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2364
2365 * gdb.cp/casts.cc (decltype): Move it ...
2366 (main): ... with its call to ...
2367 * gdb.cp/casts03.cc: ... a new file.
2368 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2369
2370 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2371
2372 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2373
2374 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
2375
2376 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2377 and sync up the test with tests in gas/testsuite/gas/ppc.
2378 * gdb.arch/powerpc-power.exp: Likewise.
2379
2380 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2381
2382 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2383
2384 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
2385 Jan Kratochvil <jan.kratochvil@redhat.com>
2386
2387 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2388 make m1's definition to be different from m2's. Use 'dummy' as an
2389 argument for probe 'two'.
2390
2391 2016-09-10 Jon Beniston <jon@beniston.com>
2392
2393 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2394 for sim target.
2395
2396 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2397
2398 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2399 variable declaration.
2400 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
2401 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2402 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2403 received HWCAP as its argument.
2404
2405 2016-09-06 Pedro Alves <palves@redhat.com>
2406
2407 * gdb.base/new-ui-pending-input.c: New file.
2408 * gdb.base/new-ui-pending-input.exp: New file.
2409 * gdb.exp (clear_gdb_spawn_id): New procedure.
2410 (with_spawn_id): Check whether gdb_spawn_id exists before
2411 referencing it. If gdb_spawn_id didn't exist on entry, clear it
2412 on exit.
2413
2414 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2415
2416 * gdb.base/float128.c: New file.
2417 * gdb.base/float128.exp: Likewise.
2418 * gdb.base/floatn.c: Likewise.
2419 * gdb.base/floatn.exp: Likewise.
2420
2421 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2422
2423 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2424
2425 2016-09-05 Pedro Alves <palves@redhat.com>
2426
2427 PR backtrace/19927
2428 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2429 unwinders are immediately called as side effect of "source" or
2430 "disable unwinder" commands.
2431 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2432
2433 2016-09-02 Yao Qi <yao.qi@linaro.org>
2434
2435 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2436 is true and $type is "float" or "double".
2437
2438 2016-09-02 Yao Qi <yao.qi@linaro.org>
2439
2440 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2441 true.
2442 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2443 * gdb.base/call-rt-st.exp: Likewise.
2444 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2445 return value instead of gdb,skip_float_test.
2446 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2447 (do_function_calls): Use its return value instead of
2448 gdb,skip_float_test.
2449 * gdb.base/finish.exp: Likewise.
2450 * gdb.base/funcargs.exp: Likewise.
2451 * gdb.base/return.exp: Likewise.
2452 * gdb.base/return2.exp: Likewise.
2453 * gdb.base/varargs.exp: Likewise.
2454 * lib/gdb.exp (gdb_skip_float_test): Change it to
2455 gdb_caching_proc. Detect the broken ptrace on arm-linux.
2456
2457 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2458
2459 * gdb.multi/tids.exp: Test "thread apply all".
2460
2461 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2462
2463 * gdb.base/default.exp (tty): Remove.
2464
2465 2016-08-24 Kevin Buettner <kevinb@redhat.com>
2466
2467 * gdb.python/py-recurse-unwind.c: New file.
2468 * gdb.python/py-recurse-unwind.py: New file.
2469 * gdb.python/py-recurse-unwind.exp: New file.
2470
2471 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2472
2473 * gdb.base/set-inferior-tty.exp: New file.
2474 * gdb.base/set-inferior-tty.c: New file.
2475
2476 2016-08-23 Pedro Alves <palves@redhat.com>
2477
2478 PR gdb/20494
2479 * gdb.base/new-ui-echo.c: New file.
2480 * gdb.base/new-ui-echo.exp: New file.
2481
2482 2016-08-23 Yao Qi <yao.qi@linaro.org>
2483
2484 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2485 gdbserver_spawn.
2486 * gdb.server/connect-without-multi-process.exp (do_test):
2487 Likewise.
2488
2489 2016-08-23 Yao Qi <yao.qi@linaro.org>
2490
2491 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2492 standalone_txt. Delete gdb_txt and standalone_txt on host
2493 and target. Spawn the binary on target. Copy files from
2494 target to host.
2495
2496 2016-08-22 Pedro Alves <palves@redhat.com>
2497
2498 PR gdb/20505
2499 * gdb.base/vdso-warning.exp: Test core dumps too. Use
2500 with_test_prefix. Factor out bits to ...
2501 (test_no_vdso): ... this new procedure.
2502
2503 2016-08-19 Carl Love <cel@us.ibm.com>
2504
2505 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2506 maintaining separate logic for constructing the output path.
2507 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2508 * gdb.arch/ppc-dfp.exp: Likewise.
2509 * gdb.arch/ppc-fp.exp: Likewise.
2510 * gdb.arch/vsx-regs.exp: Likewise.
2511 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2512 binprefix for generating the additional binary files.
2513
2514 2016-08-19 Pedro Alves <palves@redhat.com>
2515
2516 * gdb.trace/mi-trace-frame-collected.exp
2517 (test_trace_frame_collected): On x32, expect two registers.
2518
2519 2016-08-18 Carl Love <cel@us.ibm.com>
2520
2521 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2522 and sync up the test with tests in gas/testsuite/gas/ppc.
2523 * gdb.arch/powerpc-power.exp: Likewise.
2524
2525 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2526
2527 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2528 expected error message.
2529
2530 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2531
2532 * gdb.multi/remove-inferiors.exp: New file.
2533 * gdb.multi/remove-inferiors.c: New file.
2534
2535 2016-08-12 Yao Qi <yao.qi@linaro.org>
2536
2537 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
2538 argument list.
2539
2540 2016-08-10 Pedro Alves <palves@redhat.com>
2541
2542 PR gdb/19187
2543 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
2544 setup_kfails.
2545
2546 2016-08-09 Pedro Alves <palves@redhat.com>
2547 Simon Marchi <simon.marchi@ericsson.com>
2548
2549 PR gdb/20418
2550 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
2551 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
2552
2553 2016-08-09 Pedro Alves <palves@redhat.com>
2554
2555 PR mi/20431
2556 * gdb.mi/mi-cmd-error.exp: New file.
2557
2558 2016-08-09 Pedro Alves <palves@redhat.com>
2559
2560 PR gdb/18653
2561 * gdb.base/signals-state-child.c: New file.
2562 * gdb.base/signals-state-child.exp: New file.
2563 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
2564
2565 2016-08-09 Pedro Alves <palves@redhat.com>
2566
2567 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
2568
2569 2016-08-03 Tom Tromey <tom@tromey.com>
2570
2571 PR python/18565:
2572 * gdb.python/py-frame-inline.exp: Add Frame.function test.
2573
2574 2016-08-01 Yao Qi <yao.qi@linaro.org>
2575
2576 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
2577 variable mode to "multi-process" if $multi_process is 1, otherwise
2578 set it to "single-process".
2579
2580 2016-08-01 Yao Qi <yao.qi@linaro.org>
2581
2582 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
2583 * gdb.cp/cpexprs.exp: Likewise.
2584 * gdb.cp/m-static.exp: Likewise.
2585
2586 2016-07-26 Tom Tromey <tom@tromey.com>
2587
2588 PR python/20190:
2589 * gdb.threads/tls.exp (check_thread_local): Add python symbol
2590 test.
2591
2592 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
2593
2594 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
2595 selecting assembly source files.
2596 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
2597 assembly source files.
2598 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
2599 assembly source files.
2600 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
2601 selecting assembly source files.
2602
2603 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
2604
2605 * gdb.base/new-ui.exp (do_test_invalid_args): New
2606 procedure.
2607
2608 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
2609
2610 * gdb.btrace/reconnect.c: New file.
2611 * gdb.btrace/reconnect.exp: New file.
2612
2613 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
2614
2615 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
2616 to test_catch_syscall_group.
2617 (test_catch_syscall_group): New.
2618
2619 2016-07-21 Tom Tromey <tom@tromey.com>
2620
2621 * gdb.rust/simple.rs (main): Use empty struct expression.
2622 * gdb.rust/simple.exp: Add tests for empty struct expression.
2623
2624 2016-07-21 Yao Qi <yao.qi@linaro.org>
2625
2626 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
2627 if gdb_skip_xml_test is true on some targets.
2628
2629 2016-07-21 Yao Qi <yao.qi@linaro.org>
2630
2631 * gdb.server/solib-list.exp: Unset last_loaded_file.
2632
2633 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2634
2635 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
2636 "step into captured_main (args)".
2637
2638 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2639
2640 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
2641
2642 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2643
2644 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
2645
2646 2016-07-19 Pedro Alves <palves@redhat.com>
2647
2648 * gdb.opt/inline-break.exp: Remove optimize=-O2.
2649 * gdb.opt/inline-bt.exp: Likewise.
2650 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
2651 additional_flags=-Winline.
2652 * gdb.opt/inline-locals.exp: Likewise.
2653 * gdb.opt/inline-markers.c (ATTR): Define.
2654 (inlined_fn): Use it.
2655
2656 2016-07-19 Yao Qi <yao.qi@linaro.org>
2657
2658 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
2659 (test_with_self): Remove some code. Remove argument executable.
2660 (top-level): Use do_self_tests.
2661
2662 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
2663 Don Breazeal <donb@codesourcery.com>
2664
2665 * gdb.base/maint.exp: Escape paths used in regular expressions.
2666 * gdb.stabs/weird.exp: Likewise.
2667
2668 2016-07-13 Tom Tromey <tom@tromey.com>
2669
2670 PR python/15620, PR python/18620:
2671 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
2672 (test_bkpt_events): New procs.
2673
2674 2016-07-13 Tom Tromey <tom@tromey.com>
2675
2676 PR python/17698:
2677 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
2678 test.
2679 (test_watchpoints): Likewise.
2680 (test_bkpt_pending): New proc.
2681
2682 2016-07-13 Tom Tromey <tom@tromey.com>
2683
2684 PR cli/18053:
2685 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
2686 completion test.
2687
2688 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2689
2690 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
2691 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
2692 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
2693 f_label.
2694 (g): Rename g_end_lbl to g_label.
2695 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
2696 low_pc and high_pc.
2697 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
2698
2699 2016-07-12 Tom Tromey <tom@tromey.com>
2700
2701 PR python/19293:
2702 * gdb.python/py-unwind-maint.exp: Update tests.
2703
2704 2016-07-12 Yao Qi <yao.qi@linaro.org>
2705
2706 * lib/selftest-support.exp (selftest_setup): Match the output
2707 when captured_main is inlined.
2708
2709 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
2710
2711 * gdb.fortran/derived-types.exp (result_line, result_line_2):
2712 New variables.
2713 (print this%a, print this%b, print this): New tests.
2714 * gdb.fortran/derived-types.f90 (this): New object and
2715 initialization.
2716
2717 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2718
2719 * gdb.ada/arraydim.exp: Remove extra directory level in build
2720 directory.
2721
2722 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2723
2724 * lib/ada.exp: Remove extra directory level in build directory.
2725 * gdb.ada/cond_lang.exp: Likewise.
2726 * gdb.ada/exec_changed.exp: Likewise.
2727 * gdb.ada/lang_switch.exp: Likewise.
2728
2729 2016-07-06 Manish Goregaokar <manish@mozilla.com>
2730
2731 * simple.rs: Add test for raw pointer subscripting.
2732 * simple.exp: Add test expectations.
2733
2734 2016-07-05 Yao Qi <yao.qi@linaro.org>
2735
2736 * gdb.mi/mi-reverse.exp: Match =record-started output.
2737
2738 2016-07-01 Pedro Alves <palves@redhat.com>
2739
2740 * gdb.base/jit-reader.exp (info_registers_current_frame): New
2741 procedure.
2742 (jit_reader_test): Test the jit reader's unwinder.
2743 * gdb.base/jithost.c (jit_function_00_code): New global.
2744 (main): Use memcpy to fill in the mmapped code, instead of poking
2745 bytes manually here.
2746 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
2747 value.
2748 (read_debug_info): Save the function's range.
2749 (read_sp): New function.
2750 (unwind_frame): Use it. Also unwind RBP.
2751 (get_frame_id): Use read_sp.
2752 (gdb_init_reader): Use calloc instead of malloc.
2753 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
2754 parameter. Use gdb_test_multiple.
2755
2756 2016-07-01 Pedro Alves <palves@redhat.com>
2757 Antoine Tremblay <antoine.tremblay@ericsson.com>
2758
2759 * gdb.threads/process-dies-while-detaching.c: New file.
2760 * gdb.threads/process-dies-while-detaching.exp: New file.
2761
2762 2016-07-01 Pedro Alves <palves@redhat.com>
2763
2764 * gdb.multi/watchpoint-multi-exit.c: New file.
2765 * gdb.multi/watchpoint-multi-exit.exp: New file.
2766
2767 2016-06-30 Pedro Alves <palves@redhat.com>
2768
2769 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
2770 unset inferior_spawn_id.
2771
2772 2016-06-30 Pedro Alves <palves@redhat.com>
2773
2774 * lib/mi-support.exp (default_mi_gdb_start): Declare global
2775 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
2776
2777 2016-06-29 Yao Qi <yao.qi@linaro.org>
2778
2779 * gdb.base/return.c: Add copyright header.
2780
2781 2016-06-29 Tom Tromey <tom@tromey.com>
2782
2783 PR python/20129:
2784 * gdb.python/py-framefilter.exp: Add tests for setting priority
2785 and disabling of non-existent frame filter.
2786
2787 2016-06-29 Yao Qi <yao.qi@linaro.org>
2788
2789 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
2790 0x0f07ff.
2791
2792 2016-06-28 Yao Qi <yao.qi@linaro.org>
2793
2794 * gdb.base/catch-syscall.exp: Remove check on isnative and target
2795 triplets. Start gdb, execute catch syscall, and continue. Check
2796 gdb's output to determine catch syscall is supported.
2797
2798 2016-06-27 Manish Goregaokar <manish@mozilla.com>
2799
2800 * gdb.rust/simple.rs: Add test for returning unit in a function.
2801 * gdb.rust/simple.exp: Add expectation for functions returning
2802 unit.
2803
2804 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
2805
2806 * gdb.python/py-breakpoint-create-fail.c,
2807 gdb.python/py-breakpoint-create-fail.exp,
2808 gdb.python/py-breakpoint-create-fail.py: New testcase.
2809
2810 2016-06-25 Manish Goregaokar <manish@mozilla.com>
2811
2812 PR gdb/20239
2813 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
2814 * gdb.rust/simple.exp: Add test expectations for new NonZero
2815 tests.
2816
2817 2016-06-24 David Taylor <dtaylor@emc.com>
2818
2819 * gdb.base/offsets.exp: New file.
2820 * gdb.base/offsets.c: New file.
2821
2822 2016-06-23 Tom Tromey <tom@tromey.com>
2823
2824 PR gdb/16483:
2825 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
2826 before any filters are loaded.
2827
2828 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
2829
2830 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
2831 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
2832 structs.
2833 * gdb.fortran/derived-type-function.exp: New file.
2834 * gdb.fortran/derived-type-function.f90: New file.
2835
2836
2837 2016-06-21 Pedro Alves <palves@redhat.com>
2838
2839 * gdb.base/new-ui.exp: New file.
2840 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
2841 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
2842 (with_spawn_id): New procedure.
2843
2844 2016-06-21 Pedro Alves <palves@redhat.com>
2845
2846 * gdb.mi/mi-exec-run.exp: New file.
2847
2848 2016-06-21 Pedro Alves <palves@redhat.com>
2849
2850 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
2851 breakpoint command's output on the main UI.
2852 (test_break): New procedure, factored out from calls in the top
2853 level.
2854 (top level): Use foreach_with_prefix to test MI as main UI and as
2855 separate UI.
2856
2857 2016-06-21 Pedro Alves <palves@redhat.com>
2858
2859 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
2860 (test_awatch_creation_and_listing)
2861 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
2862 Remove 'type' parameter.
2863 (test_watchpoint_all): New parameter mi_mode. Remove
2864 with_test_prefix.
2865 (top level): Use foreach_with_prefix, and add main/separate UI MI
2866 testing axis.
2867
2868 2016-06-21 Pedro Alves <palves@redhat.com>
2869
2870 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
2871 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
2872 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
2873 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
2874 (gdb_main_spawn_id, mi_spawn_id): Declare and
2875 comment.
2876 (mi_create_inferior_pty): New procedure,
2877 factored out from default_mi_gdb_start.
2878 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
2879 procedures.
2880 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
2881 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
2882 Use mi_create_inferior_pty.
2883 (mi_gdb_start): Use eval to pass down args list.
2884
2885 2016-06-21 Pedro Alves <palves@redhat.com>
2886
2887 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
2888 * gdb.opt/inline-cmds.exp: Add MI tests.
2889
2890 2016-06-21 Pedro Alves <palves@redhat.com>
2891
2892 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
2893
2894 2016-06-21 Pedro Alves <palves@redhat.com>
2895
2896 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
2897 (top level): Use it instead of mi_execute_to.
2898
2899 2016-06-21 Pedro Alves <palves@redhat.com>
2900
2901 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
2902 (cont_handler_str): New.
2903 (signal_stop_handler): Set stop_handler_str instead of printing to
2904 stdout.
2905 (continue_handler): Set cont_handler_str instead of printing to
2906 stdout.
2907 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
2908 mi_send_resuming_command. Print stop_handler_str and
2909 cont_handler_str instead of expecting the python events print
2910 directly.
2911
2912 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2913
2914 * gdb.base/jit-reader.exp: New file.
2915 * gdb.base/jithost.c: New file.
2916 * gdb.base/jithost.h: New file.
2917 * gdb.base/jitreader.c : New file.
2918 * gdb.base/jit-protocol.h: New file.
2919
2920 2016-06-17 Yao Qi <yao.qi@linaro.org>
2921
2922 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
2923 parameters follow_fork and detach_on_fork. Set follow-fork-mode
2924 and detach-on-fork. Adjust tests.
2925 (top level): Invoke break_cond_on_syscall with combinations of
2926 syscall, follow-fork-mode and detach-on-fork.
2927
2928 2016-06-17 Yao Qi <yao.qi@linaro.org>
2929
2930 * gdb.base/step-over-exit.c: New.
2931 * gdb.base/step-over-exit.exp: New.
2932
2933 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
2934
2935 * gdb.base/float.exp: Add target check for nds32*-*-*.
2936 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
2937
2938 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
2939
2940 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
2941 for unsupported target features.
2942 * gdb.base/call-rt-st.exp: Likewise.
2943 * gdb.base/call-sc.exp: Likewise.
2944 * gdb.base/call-signal-resume.exp: Likewise.
2945 * gdb.base/call-strs.exp: Likewise.
2946 * gdb.base/callexit.exp: Likewise.
2947 * gdb.base/callfuncs.exp: Likewise.
2948 * gdb.base/nodebug.exp: Likewise.
2949 * gdb.base/printcmds.exp: Likewise.
2950 * gdb.base/ptype.exp: Likewise.
2951 * gdb.base/structs.exp: Likewise.
2952 * gdb.base/unwindonsignal.exp: Likewise.
2953 * gdb.cp/gdb2495.exp: Likewise.
2954 * gdb.cp/templates.exp: Likewise.
2955 * gdb.cp/virtfunc.exp: Likewise.
2956 * gdb.threads/hand-call-in-threads.exp: Likewise.
2957 * gdb.threads/interrupted-hand-call.exp: Likewise.
2958 * gdb.threads/thread-unwindonsignal.exp: Likewise.
2959
2960 2016-06-10 Tom Tromey <tom@tromey.com>
2961
2962 PR rust/20110:
2963 * gdb.rust/expr.exp: Add test for integer constant larger than
2964 i32.
2965
2966 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
2967
2968 * gdb.fortran/nested-funcs.exp: New.
2969 * gdb.fortran/nested-funcs.f90: New.
2970
2971 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
2972
2973 * gdb.base/examine-backward.c: New file.
2974 * gdb.base/examine-backward.exp: New file.
2975
2976 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
2977
2978 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
2979 matching.
2980
2981 2016-06-02 Tom Tromey <tom@tromey.com>
2982
2983 PR python/18984:
2984 * gdb.python/py-shared.exp: Add solib_name test.
2985
2986 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
2987
2988 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
2989
2990 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
2991
2992 PR c++/19893
2993 * gdb.dwarf2/implref.exp: Rename to...
2994 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
2995 * gdb.dwarf2/implref-array.c: New file.
2996 * gdb.dwarf2/implref-array.exp: Likewise.
2997 * gdb.dwarf2/implref-global.c: Likewise.
2998 * gdb.dwarf2/implref-global.exp: Likewise.
2999 * gdb.dwarf2/implref-struct.c: Likewise.
3000 * gdb.dwarf2/implref-struct.exp: Likewise.
3001
3002 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3003
3004 * gdb.trace/trace-condition.exp: Add 64bit tests.
3005
3006 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3007
3008 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3009 bits types.
3010 (main): Adapt to 8 to 64 bits types.
3011 * gdb.trace/trace-condition.exp: Add new tests.
3012
3013 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3014
3015 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3016
3017 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3018
3019 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3020 Move condition tests...
3021 * gdb.trace/trace-condition.exp: Here.
3022
3023 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3024
3025 * gdb.trace/trace-condition.exp: Add counter-case tests.
3026
3027 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3028
3029 PR c++/15231
3030 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3031 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3032
3033 2016-05-27 Pedro Alves <palves@redhat.com>
3034
3035 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3036 New procedure.
3037 (top level): Call it, and bail out of DejaGnu is known to be bad.
3038
3039 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
3040
3041 * gdb.base/whatis.c: Extend the test case.
3042 * gdb.base/whatis.exp: Add additional tests.
3043
3044 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3045
3046 * gdb.fortran/type.f90: Add pointer variable.
3047 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3048
3049 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3050
3051 * gdb.fortran/vla-type.exp: Fix testcase name.
3052
3053 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3054
3055 * gdb.fortran/vla-type.exp: Access elements in nested structs.
3056
3057 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3058
3059 * gdb.fortran/type.f90: Add nested structures.
3060 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3061 * gdb.fortran/derived-type.exp: Adapt expected output.
3062 * gdb.fortran/vla-type.exp: Adapt expected output.
3063
3064 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3065
3066 * gdb.fortran/whatis_type.exp: Adapt expected output.
3067
3068 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3069
3070 * gdb.fortran/print_type.exp: Fix expected output.
3071 * gdb.fortran/whatis_type.exp: Fix expected output.
3072
3073 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3074
3075 * gdb.fortran/whatis_type.exp: Use multi_line.
3076
3077 2016-05-24 Tom Tromey <tom@tromey.com>
3078
3079 PR python/17386:
3080 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3081 use value as an index.
3082
3083 2016-05-23 Tom Tromey <tom@tromey.com>
3084
3085 PR python/17981:
3086 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3087 no-breakpoint case.
3088
3089 2016-05-24 Pedro Alves <palves@redhat.com>
3090
3091 PR gdb/19828
3092 * gdb.threads/clone-attach-detach.c: New file.
3093 * gdb.threads/clone-attach-detach.exp: New file.
3094
3095 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3096
3097 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3098
3099 2016-05-23 Tom Tromey <tom@tromey.com>
3100
3101 PR python/19438, PR python/18393:
3102 * gdb.python/py-progspace.exp: Add "dir" test.
3103 * gdb.python/py-objfile.exp: Add "dir" test.
3104
3105 2016-05-23 Yao Qi <yao.qi@linaro.org>
3106
3107 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3108 * gdb.arch/thumb2-it.exp: Likewise.
3109
3110 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3111
3112 * gdb.mi/mi-threads-interrupt.c: New file.
3113 * gdb.mi/mi-threads-interrupt.exp: New file.
3114
3115 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3116
3117 PR gdb/18077
3118 * gdb.mi/mi-async-run.exp: New file.
3119 * gdb.mi/mi-async-run.c: New file.
3120
3121 2016-05-17 Tom Tromey <tom@tromey.com>
3122 Manish Goregaokar <manishsmail@gmail.com>
3123
3124 * lib/rust-support.exp: New file.
3125 * lib/gdb.exp (skip_rust_tests): New proc.
3126 (build_executable_from_specs): Handle rust.
3127 * lib/future.exp (gdb_find_rustc): New proc.
3128 (gdb_default_target_compile): Handle rust.
3129 * gdb.rust/expr.exp: New file.
3130 * gdb.rust/generics.exp: New file.
3131 * gdb.rust/generics.rs: New file.
3132 * gdb.rust/methods.exp: New file.
3133 * gdb.rust/methods.rs: New file.
3134 * gdb.rust/modules.exp: New file.
3135 * gdb.rust/modules.rs: New file.
3136 * gdb.rust/simple.exp: New file.
3137 * gdb.rust/simple.rs: New file.
3138
3139 2016-05-17 Tom Tromey <tom@tromey.com>
3140
3141 * gdb.base/default.exp (set language): Add rust.
3142
3143 2016-05-17 Tom Tromey <tom@tromey.com>
3144
3145 * gdb.gdb/unittest.exp: New file.
3146
3147 2016-05-16 Yao Qi <yao.qi@linaro.org>
3148
3149 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3150 shell_prompt. Update shell_prompt_re.
3151
3152 2016-05-12 Doug Evans <dje@google.com>
3153
3154 PR symtab/19999
3155 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3156 $options when building executable.
3157 * gdb.dwarf2/fission-loclists-pie.S: New file.
3158 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3159
3160 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3161
3162 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3163 of [is_remote target],
3164
3165 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3166
3167 * lib/gdb.exp (use_gdb_stub): New procedure.
3168
3169 2016-05-03 Yunlian Jiang <yunlian@google.com>
3170 Doug Evans <dje@google.com>
3171
3172 PR symtab/19914
3173 * gdb.dwarf2/dwp-sepdebug.c: New file.
3174 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3175
3176 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3177
3178 * gdb.base/detach.exp: Remove is_remote check.
3179
3180 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3181
3182 * gdb.base/annota-input-while-running.exp: Don't check for
3183 [is_remote target]. Enable annotations after running to main.
3184 Remove unused "set test..." line.
3185
3186 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3187
3188 * gdb.trace/trace-enable-disable.exp: New file.
3189 * gdb.trace/trace-enable-disable.c: New file.
3190
3191 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3192
3193 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3194 use it in info sharedlibrary test.
3195 * gdb.trace/ftrace-lock.exp: Likewise.
3196 * gdb.trace/ftrace.exp: Likewise.
3197 * gdb.trace/range-stepping.exp: Likewise.
3198 * gdb.trace/trace-break.exp: Likewise.
3199 * gdb.trace/trace-condition.exp: Likewise.
3200 * gdb.trace/trace-mt.exp: Likewise.
3201
3202 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3203
3204 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3205 (gdb_load_shlib): ... this.
3206 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3207 gdb_load_shlib.
3208 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3209 * gdb.base/ctxobj.exp: Likewise.
3210 * gdb.base/dprintf-pending.exp: Likewise.
3211 * gdb.base/dso2dso.exp: Likewise.
3212 * gdb.base/fixsection.exp: Likewise.
3213 * gdb.base/gcore-relro.exp: Likewise.
3214 * gdb.base/gdb1555.exp: Likewise.
3215 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3216 * gdb.base/gnu-ifunc.exp: Likewise.
3217 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3218 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3219 * gdb.base/pending.exp: Likewise.
3220 * gdb.base/print-file-var.exp: Likewise.
3221 * gdb.base/print-symbol-loading.exp: Likewise.
3222 * gdb.base/shlib-call.exp: Likewise.
3223 * gdb.base/shreloc.exp: Likewise.
3224 * gdb.base/so-impl-ld.exp: Likewise.
3225 * gdb.base/solib-disc.exp: Likewise.
3226 * gdb.base/solib-nodir.exp: Likewise.
3227 * gdb.base/solib-overlap.exp: Likewise.
3228 * gdb.base/solib-symbol.exp: Likewise.
3229 * gdb.base/solib-weak.exp (do_test): Likewise.
3230 * gdb.base/sym-file.exp: Likewise.
3231 * gdb.base/symtab-search-order.exp: Likewise.
3232 * gdb.base/type-opaque.exp: Likewise.
3233 * gdb.base/unload.exp: Likewise.
3234 * gdb.base/watchpoint-solib.exp: Likewise.
3235 * gdb.compile/compile.exp: Likewise.
3236 * gdb.cp/gdb2384.exp: Likewise.
3237 * gdb.cp/infcall-dlopen.exp: Likewise.
3238 * gdb.cp/re-set-overloaded.exp: Likewise.
3239 * gdb.fortran/library-module.exp: Likewise.
3240 * gdb.opt/solib-intra-step.exp: Likewise.
3241 * gdb.python/py-finish-breakpoint.exp: Likewise.
3242 * gdb.python/py-shared.exp: Likewise.
3243 * gdb.reverse/solib-precsave.exp: Likewise.
3244 * gdb.reverse/solib-reverse.exp: Likewise.
3245 * gdb.server/solib-list.exp: Likewise.
3246 * gdb.threads/dlopen-libpthread.exp: Likewise.
3247 * gdb.threads/tls-shared.exp: Likewise.
3248 * gdb.threads/tls-so_extern.exp: Likewise.
3249 * gdb.trace/change-loc.exp: Likewise.
3250 * gdb.trace/ftrace-lock.exp: Likewise.
3251 * gdb.trace/ftrace.exp: Likewise.
3252 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3253 * gdb.trace/pending.exp: Likewise.
3254 * gdb.trace/range-stepping.exp: Likewise.
3255 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3256 (strace_info_marker): Likewise.
3257 (strace_probe_marker): Likewise.
3258 (strace_trace_on_same_addr): Likewise.
3259 (strace_trace_on_diff_addr): Likewise.
3260 * gdb.trace/trace-break.exp: Likewise.
3261 * gdb.trace/trace-condition.exp: Likewise.
3262 * gdb.trace/trace-mt.exp: Likewise.
3263
3264 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3265
3266 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3267 result of gdb_remote_download.
3268 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3269 * gdb.base/dso2dso.exp: Likewise.
3270 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3271 * gdb.base/print-file-var.exp: Likewise.
3272 * gdb.base/shlib-call.exp: Likewise.
3273 * gdb.base/shreloc.exp: Likewise.
3274 * gdb.base/solib-overlap.exp: Likewise.
3275 * gdb.base/solib-weak.exp (do_test): Likewise.
3276 * gdb.base/unload.exp: Likewise.
3277
3278 2016-04-27 Yao Qi <yao.qi@linaro.org>
3279
3280 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3281 exists.
3282
3283 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3284
3285 * vla-type.exp: Print structure from toplevel.
3286
3287 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3288
3289 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3290 of dynamic types.
3291 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3292 of dynamic types.
3293
3294 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3295
3296 * gdb.fortran/vla-type.f90: New file.
3297 * gdb.fortran/vla-type.exp: New file.
3298
3299 2016-04-25 Yao Qi <yao.qi@linaro.org>
3300
3301 * gdb.base/branch-to-self.c: New file.
3302 * gdb.base/branch-to-self.exp: New file.
3303
3304 2016-04-22 Yao Qi <yao.qi@linaro.org>
3305
3306 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3307 more after $hex.
3308
3309 2016-04-22 Yao Qi <yao.qi@linaro.org>
3310
3311 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3312 * gdb.base/annota3.exp: Likewise.
3313
3314 2016-04-22 Yao Qi <yao.qi@linaro.org>
3315
3316 * gdb.reverse/step-precsave.exp: Do one step and test program
3317 stops in "callee" and do multiple steps until program goes out
3318 of "callee".
3319 * gdb.reverse/step-reverse.exp: Likewise.
3320
3321 2016-04-22 Yao Qi <yao.qi@linaro.org>
3322
3323 * gdb.trace/signal.exp: Also pass if
3324 $tracepoint_hits($i) > $iterations.
3325
3326 2016-04-22 Yao Qi <yao.qi@linaro.org>
3327
3328 * gdb.trace/signal.c: New file.
3329 * gdb.trace/signal.exp: New file.
3330
3331 2016-04-19 Doug Evans <xdje42@gmail.com>
3332
3333 * gdb.base/bad-file.exp: New file.
3334
3335 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3336
3337 * gdb.dwarf2/implref.exp: New file.
3338
3339 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3340
3341 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3342 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3343 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3344 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3345 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3346 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3347 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3348 * lib/fortran.exp (fortran_int4): New procedure.
3349 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3350 (fortran_logical4): Likewise.
3351
3352 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3353
3354 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3355
3356 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3357
3358 * lib/compiler.c: Add Intel specific preprocessor macros.
3359 * lib/compiler.cc: Likewise.
3360
3361 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
3362
3363 * gdb.server/connect-with-no-symbol-file.c: New file.
3364 * gdb.server/connect-with-no-symbol-file.exp: New file.
3365
3366 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3367
3368 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3369
3370 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3371
3372 * boards/gdbserver-base.exp (${board}_download): Copy source file to
3373 standard output directory.
3374
3375 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
3376
3377 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3378
3379 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
3380
3381 * gdb.btrace/instruction_history.c (loop): Add declaration.
3382
3383 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3384
3385 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3386
3387 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
3388
3389 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3390 parentheses to print.
3391 (continue_handler): Likewise.
3392
3393 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
3394
3395 * gdb.server/solib-list.exp: Remove is_remote check.
3396 Pass shlib= to gdb_compile. Don't link shared library with
3397 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
3398 Run binary filename through "readlink -f" on the target.
3399
3400 2016-04-08 Pedro Alves <palves@redhat.com>
3401
3402 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
3403 interpreter filename as argument to gdbserver_spawn.
3404 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3405 Return empty if $last_loaded_file does not exist.
3406
3407 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3408
3409 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3410 * gdb.base/jit-main.c: Use exit after usage.
3411
3412 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3413
3414 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3415 GDBHISTSIZE prior to the tests.
3416 * gdb.base/gdbinit-history.exp: Likewise.
3417
3418 2016-04-07 Pedro Alves <palves@redhat.com>
3419
3420 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3421 instead of build_executable. Use gdb_load_shlibs.
3422
3423 2016-04-07 Yao Qi <yao.qi@linaro.org>
3424
3425 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3426 Execute "si" command.
3427
3428 2016-04-07 Yao Qi <yao.qi@linaro.org>
3429
3430 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3431 number instead of the comments on some line.
3432
3433 2016-04-06 Don Breazeal <donb@codesourcery.com>
3434
3435 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3436 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3437
3438 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
3439
3440 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3441 standard_output_file. Remove unused binfile variable.
3442
3443 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
3444
3445 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3446 * gdb.python/py-mi-objfile.exp: Match "list main" output
3447 in console format.
3448
3449 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
3450
3451 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3452 absolute.
3453
3454 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3455
3456 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3457 absolute.
3458 * gdb.trace/ftrace.exp: Likewise.
3459 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3460 targets as well.
3461 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3462 (gdb_load_shlibs): Copy libraries to test directory when testing
3463 natively. Only set solib-search-path if testing remotely.
3464 * lib/mi-support.exp (mi_load_shlibs): Likewise.
3465
3466 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3467
3468 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3469 gdb_download. Use it even if the target is not remote.
3470 * gdb.base/jit.exp (compile_jit_test): Likewise.
3471 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3472 output directory if the destination board is local, otherwise use
3473 the standard remote_download from DejaGnu.
3474 (gdb_download): Remove.
3475 (gdb_load_shlibs): Use gdb_remote_download instead of
3476 gdb_download.
3477 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3478 Use gdb_remote_download instead of gdb_download. Use it even if
3479 the target is not remote.
3480 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3481 instead of gdb_download.
3482
3483 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
3484
3485 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3486 (test_insert_delete_modify): Call mi_load_shlibs before trying to
3487 run.
3488
3489 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
3490
3491 PR gdb/19820
3492 * gdb.base/printcmds.exp: Add artificial arrays tests.
3493
3494 2016-03-31 Pedro Alves <palves@redhat.com>
3495
3496 PR gdb/19858
3497 * gdb.base/jit-main.c: Include unistd.h.
3498 (ATTACH): Define to 0 if not already defined.
3499 (wait_for_gdb, mypid): New globals.
3500 (WAIT_FOR_GDB): New macro.
3501 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
3502 some breakpoint locations.
3503 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3504 New procedures.
3505 (one_jit_test): Add REATTACH parameter, and handle it. Use
3506 continue_to_test_location.
3507 (top level): Test attach, and adjusts calls to one_jit_test.
3508
3509 2016-03-31 Pedro Alves <palves@redhat.com>
3510
3511 PR gdb/19858
3512 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
3513 BINSUFFIX parameter, and handle it.
3514 (top level): Adjust calls compile_jit_test.
3515
3516 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
3517
3518 PR python/19743
3519 * gdb.python/py-mi-events-gdb.py: New file.
3520 * gdb.python/py-mi-events.c: New file.
3521 * gdb.python/py-mi-events.exp: New file.
3522
3523 2016-03-30 Yao Qi <yao.qi@linaro.org>
3524
3525 * gdb.reverse/until-precsave.exp: Match function name only.
3526 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3527 Move malloc to a condition block.
3528 * gdb.reverse/until-reverse.exp: Match function name only.
3529
3530 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
3531
3532 * gdb.trace/ftrace.exp: Set arg0exp for s390.
3533 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3534 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3535 variable for GPR 0 instead of assuming it is register 0.
3536 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
3537 * lib/trace-support.exp: Add s390 registers.
3538
3539 2016-03-29 Yao Qi <yao.qi@linaro.org>
3540
3541 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
3542
3543 2016-03-24 Yao Qi <yao.qi@linaro.org>
3544
3545 * gdb.reverse/break-reverse.exp: Add quotation mark in the
3546 test message.
3547
3548 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3549
3550 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
3551 maintaining separate logic for constructing the output path.
3552
3553 2016-03-16 Don Breazeal <donb@codesourcery.com>
3554
3555 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3556 Retry fork and waitpid on interrupted system call errors.
3557 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3558 Use with_timeout_factor to increase timeout by factor of 10.
3559
3560 2016-03-15 Don Breazeal <donb@codesourcery.com>
3561
3562 * gdb.cp/scope-err.cc: New test program.
3563 * gdb.cp/scope-err.exp: New test script.
3564 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
3565 lines and "set breakpoint here" comment.
3566 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
3567 Fixed some whitespace and format issues.
3568 * gdb.mi/mi-linespec-err-cp.cc: New test program.
3569 * gdb.mi/mi-linespec-err-cp.exp: New test script.
3570
3571 2016-03-15 Doug Evans <dje@google.com>
3572
3573 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
3574 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
3575 All callers updated. Add tests for enums, mixed flags register.
3576
3577 2016-03-15 Doug Evans <dje@google.com>
3578
3579 * gdb.base/skip.c (main): Call test_skip_file_and_function.
3580 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
3581
3582 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
3583
3584 * gdb.base/default.exp: Add $_as_string to the list of expected
3585 convenience functions.
3586
3587 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
3588
3589 * gdb.base/maint.exp: New tests for 'maint info line-table'.
3590
3591 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
3592
3593 * gdb.python/py-as-string.exp: New file.
3594 * gdb.python/py-as-string.c: New file.
3595
3596 2016-03-09 Pedro Alves <palves@redhat.com>
3597
3598 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
3599 signal" -> "Thread NN received signal" output change.
3600 * gdb.threads/ia64-sigill.exp: Likewise.
3601 * gdb.threads/linux-dp.exp: Likewise.
3602 * gdb.threads/manythreads.exp: Likewise.
3603 * gdb.threads/pending-step.exp: Likewise.
3604 * gdb.threads/print-threads.exp: Likewise.
3605 * gdb.threads/sigstep-threads.exp: Likewise.
3606 * gdb.threads/staticthreads.exp: Likewise.
3607 * gdb.threads/tls.exp: Likewise.
3608
3609 2016-03-09 Pedro Alves <palves@redhat.com>
3610
3611 * gdb.base/command-line-input.exp: New file.
3612
3613 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3614
3615 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
3616 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
3617 * gdb.trace/pending.exp: Accept leading dot before function name.
3618 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
3619 * lib/trace-support.exp: Set registers for ppc.
3620
3621 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3622
3623 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
3624 use it for disassembly; accept .main in addition to main in backtrace.
3625
3626 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
3627 Marcin Kościelnicki <koriakin@0x04.net>
3628
3629 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
3630 (gdb_recursion_test_ptr): New global variable.
3631 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
3632 gdb_recursion_test.
3633 (gdb_c_test): Ditto.
3634
3635 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3636
3637 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
3638 ordering.
3639
3640 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3641
3642 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
3643 (bar): Add bar_start_lbl label.
3644 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
3645 of foo/bar for emitting DWARF and tracing.
3646
3647 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
3648
3649 * analyze-racy-logs.py: Set executable bit.
3650
3651 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
3652
3653 * Makefile.in (DEFAULT_RACY_ITER): New variable.
3654 (CHECK_TARGET_TMP): Likewise.
3655 (check-single-racy): New rule.
3656 (check-parallel-racy): Likewise.
3657 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
3658 (do-check-parallel-racy): New rule.
3659 (check-racy/%.exp): Likewise.
3660 * README (Racy testcases): New section.
3661 * analyze-racy-logs.py: New file.
3662
3663 2016-03-03 Doug Evans <dje@google.com>
3664
3665 * gdb.base/skip.exp: Use with_test_prefix.
3666
3667 2016-03-03 Yao Qi <yao.qi@linaro.org>
3668
3669 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
3670 Invoke step_over_syscall "clone" and break_cond_on_syscall
3671 "clone".
3672 * gdb.base/step-over-clone.c: New file.
3673
3674 2016-03-03 Yao Qi <yao.qi@linaro.org>
3675
3676 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
3677 code format.
3678
3679 2016-03-03 Yao Qi <yao.qi@linaro.org>
3680
3681 * gdb.base/disp-step-fork.c: Rename to ...
3682 * gdb.base/step-over-fork.c: ... it. New file.
3683 * gdb.base/disp-step-vfork.c: Rename to ...
3684 * gdb.base/step-over-vfork.c: ... it. New file.
3685 * gdb.base/disp-step-syscall.exp: Rename to ...
3686 * gdb.base/step-over-syscall.exp: ... it. New file.
3687 (disp_step_cross_syscall): Rename to ...
3688 (step_over_syscall): ... it.
3689
3690 2016-03-03 Yao Qi <yao.qi@linaro.org>
3691
3692 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
3693 If target supports condition evaluation on target, invoke
3694 break_cond_on_syscall for fork and vfork.
3695
3696 2016-03-03 Yao Qi <yao.qi@linaro.org>
3697
3698 * gdb.base/disp-step-syscall.exp: Don't invoke
3699 support_displaced_stepping.
3700 (disp_step_cross_syscall): Test with displaced stepping off and
3701 on if supported.
3702
3703 2016-03-03 Yao Qi <yao.qi@linaro.org>
3704
3705 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
3706 proc.
3707 (setup): New proc.
3708 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
3709 and setup.
3710
3711 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3712
3713 * gdb.fortran/vla-history.exp: Remove breakpoint.
3714
3715 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3716
3717 * gdb.fortran/vla-history.exp: Lookup array elements and printing
3718 exceeds timeout.
3719
3720 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3721
3722 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
3723 breakpoint.
3724
3725 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3726
3727 * gdb.mi/vla.f90: Nullify pointer after declaration.
3728
3729 2016-03-01 Pedro Alves <palves@redhat.com>
3730
3731 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
3732
3733 2016-03-01 Pedro Alves <palves@redhat.com>
3734
3735 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
3736 before anything else.
3737 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
3738 _GNU_SOURCE here.
3739 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
3740 before anything else.
3741 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
3742
3743 2016-03-01 Pedro Alves <palves@redhat.com>
3744
3745 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
3746
3747 2016-03-01 Yao Qi <yao.qi@linaro.org>
3748
3749 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
3750 prepare_for_testing.
3751
3752 2016-03-01 Yao Qi <yao.qi@linaro.org>
3753
3754 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
3755
3756 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3757
3758 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
3759 manually constructing the output path.
3760
3761 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3762
3763 * gdb.arch/s390-stackless.S: New.
3764 * gdb.arch/s390-stackless.exp: New.
3765
3766 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
3767
3768 * gdb.dlang/circular.c: New file.
3769 * gdb.dlang/circular.exp: New file.
3770
3771 2016-02-26 Yao Qi <yao.qi@linaro.org>
3772
3773 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
3774 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
3775 (testcases): Update.
3776
3777 2016-02-26 Yao Qi <yao.qi@linaro.org>
3778
3779 * gdb.reverse/aarch64.c: Rename to ...
3780 * gdb.reverse/insn-reverse.c: ... it.
3781 * gdb.reverse/aarch64.exp: Rename to ...
3782 * gdb.reverse/insn-reverse.exp: ... it.
3783
3784 2016-02-26 Yao Qi <yao.qi@linaro.org>
3785
3786 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
3787 (testcase_ftype): New.
3788 (testcases): New array.
3789 (n_testcases): New.
3790 (main): Call each element in testcases.
3791 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
3792 (read_testcase): New.
3793 Do the tests in a loop.
3794
3795 2016-02-25 Yao Qi <yao.qi@linaro.org>
3796
3797 * gdb.base/branches.c: Remove.
3798
3799 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3800
3801 PR gdb/13808
3802 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
3803
3804 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3805
3806 * gdb.trace/ftrace.exp: Remove unnecessary target check.
3807
3808 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3809
3810 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
3811 change x86_64 call_insn to 'callq'.
3812
3813 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3814
3815 * gdb.trace/tfile-avx.c: Move to...
3816 * gdb.trace/tracefile-pseudo-reg.c: Here.
3817 * gdb.trace/tfile-avx.exp: Move to...
3818 * gdb.trace/tracefile-pseudo-reg.exp: Here.
3819
3820 2016-02-24 Gary Benson <gbenson@redhat.com>
3821
3822 * gdb.base/attach-pie-noexec.exp: Do not expect an error
3823 message on attach.
3824
3825 2016-02-23 Doug Evans <dje@google.com>
3826
3827 * gdb.base/skip.c (test_skip): New function.
3828 (end_test_skip_file_and_function): New function.
3829 (test_skip_file_and_function): New function.
3830 * gdb.base/skip1.c (test_skip): New function.
3831 (skip1_test_skip_file_and_function): New function.
3832 * gdb.base/skip.exp: Add tests for new skip options.
3833 * gdb.base/skip-solib.exp: Update expected output.
3834 * gdb.perf/skip-command.cc: New file.
3835 * gdb.perf/skip-command.exp: New file.
3836 * gdb.perf/skip-command.py: New file.
3837
3838 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
3839
3840 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
3841 info registers pattern.
3842
3843 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
3844
3845 * lib/future.exp: Add D support.
3846 (gdb_find_gdc): New proc.
3847 (gdb_default_target_compile): Add D support.
3848
3849 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
3850
3851 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
3852 user+system time.
3853 (trace_speed_test): Determine the iteration count for a time
3854 between 15..30 seconds.
3855
3856 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
3857
3858 * gdb.arch/i386-mpx-sigsegv.c: New file.
3859 * gdb.arch/i386-mpx-sigsegv.exp: New file.
3860 * gdb.arch/i386-mpx-simple_segv.c: New file.
3861 * gdb.arch/i386-mpx-simple_segv.exp: New file.
3862
3863 2016-02-18 Yao Qi <yao.qi@linaro.org>
3864
3865 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3866 Don't call setup_kfail.
3867
3868 2016-02-18 Yao Qi <yao.qi@linaro.org>
3869
3870 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3871 Set "set breakpoint condition-evaluation" per $cond_bp_target.
3872
3873 2016-02-16 Doug Evans <dje@google.com>
3874
3875 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
3876 * gdb.base/skip1.c: Ditto.
3877 * gdb.base/skip.exp: Whitespace cleanup.
3878
3879 2016-02-16 Don Breazeal <donb@codesourcery.com>
3880
3881 PR remote/19496
3882 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3883 Remove kfail for PR remote/19496.
3884
3885 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
3886
3887 * lib/gdb.exp (standard_temp_file): Return a path specific to
3888 the runtest invocation.
3889
3890 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
3891
3892 * gdb.trace/save-trace.exp: Change relative path to be in the
3893 standard output directory.
3894
3895 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3896
3897 * gdb.arch/i386-prologue.c: Add missing prototypes.
3898
3899 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3900
3901 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
3902 * gdb.arch/i386-prologue.exp: Likewise.
3903 * gdb.arch/i386-size.exp: Likewise.
3904
3905 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
3906
3907 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
3908 define object file path.
3909 * gdb.btrace/gcore.exp: Use standard_output_file to define core
3910 file path.
3911 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
3912 standard_output_file to define binfile.
3913
3914 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3915
3916 Fix compatibility with recent gfortran-5.3.1.
3917 * gdb.fortran/vla-history.exp (print vla1 allocated)
3918 (print vla2 allocated, print $2, print $3): Remove
3919 (print $4): Rename to ...
3920 (print $2): ... here.
3921 (print $9): Rename to ...
3922 (print $5): ... here.
3923 (print $10): Rename to ...
3924 (print $6): ... here.
3925 * gdb.fortran/vla.f90: Add pvla initialization.
3926
3927 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3928
3929 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
3930 New test.
3931 * gdb.fortran/vla-value-sub.exp: Likewise.
3932
3933 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
3934
3935 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
3936
3937 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
3938
3939 * i386-biarch-core.exp: Define corefile using
3940 standard_output_file.
3941
3942 2016-02-12 Yao Qi <yao.qi@linaro.org>
3943
3944 * gdb.arch/arm-single-step-kernel-helper.c: New.
3945 * gdb.arch/arm-single-step-kernel-helper.exp: New.
3946
3947 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
3948
3949 * gdb.btrace/tailcall-only.exp: New.
3950 * gdb.btrace/tailcall-only.c: New.
3951 * gdb.btrace/x86_64-tailcall-only.S: New.
3952 * gdb.btrace/i686-tailcall-only.S: New.
3953
3954 2016-02-11 Pedro Alves <palves@redhat.com>
3955
3956 * README (Parallel testing): Add missing double quotes.
3957
3958 2016-02-11 Pedro Alves <palves@redhat.com>
3959
3960 * README (Parallel testing): New section.
3961 (GDB_PARALLEL): Rewrite.
3962 (FORCE_PARALLEL): Document.
3963
3964 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
3965
3966 * gdb.trace/tfile-avx.c: New test.
3967 * gdb.trace/tfile-avx.exp: New test.
3968
3969 2016-02-09 Keith Seitz <keiths@redhat.com>
3970
3971 PR breakpoints/19546
3972 * gdb.base/infcall-exec.c: New file.
3973 * gdb.base/infcall-exec2.c: New file.
3974 * gdb.base/infcall-exec.exp: New file.
3975
3976 2016-02-09 Keith Seitz <keiths@redhat.com>
3977
3978 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
3979 (toplevel): Call test_bkpt_address.
3980
3981 2016-02-09 Keith Seitz <keiths@redhat.com>
3982
3983 PR python/19506
3984 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
3985 (toplevel): Call test_bkpt_address.
3986
3987 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
3988
3989 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
3990 to AC_OUTPUT.
3991 * configure: Regenerate.
3992
3993 2016-02-09 Pedro Alves <palves@redhat.com>
3994
3995 PR breakpoints/19548
3996 * gdb.base/execl-update-breakpoints.c (some_function): New
3997 function.
3998 (main): Call it.
3999 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4000 Tighten expected GDB output.
4001
4002 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4003
4004 * Makefile.in (ALL_SUBDIRS): Remove.
4005 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4006 (distclean maintainer-clean realclean): Likewise.
4007 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4008 * configure: Regenerate.
4009 * gdb.ada/Makefile.in: Delete.
4010 * gdb.arch/Makefile.in: Likewise.
4011 * gdb.asm/Makefile.in: Likewise.
4012 * gdb.base/Makefile.in: Likewise.
4013 * gdb.btrace/Makefile.in: Likewise.
4014 * gdb.cell/Makefile.in: Likewise.
4015 * gdb.compile/Makefile.in: Likewise.
4016 * gdb.cp/Makefile.in: Likewise.
4017 * gdb.disasm/Makefile.in: Likewise.
4018 * gdb.dlang/Makefile.in: Likewise.
4019 * gdb.dwarf2/Makefile.in: Likewise.
4020 * gdb.fortran/Makefile.in: Likewise.
4021 * gdb.gdb/Makefile.in: Likewise.
4022 * gdb.go/Makefile.in: Likewise.
4023 * gdb.guile/Makefile.in: Likewise.
4024 * gdb.java/Makefile.in: Likewise.
4025 * gdb.linespec/Makefile.in: Likewise.
4026 * gdb.mi/Makefile.in: Likewise.
4027 * gdb.modula2/Makefile.in: Likewise.
4028 * gdb.multi/Makefile.in: Likewise.
4029 * gdb.objc/Makefile.in: Likewise.
4030 * gdb.opencl/Makefile.in: Likewise.
4031 * gdb.opt/Makefile.in: Likewise.
4032 * gdb.pascal/Makefile.in: Likewise.
4033 * gdb.perf/Makefile.in: Likewise.
4034 * gdb.python/Makefile.in: Likewise.
4035 * gdb.reverse/Makefile.in: Likewise.
4036 * gdb.server/Makefile.in: Likewise.
4037 * gdb.stabs/Makefile.in: Likewise.
4038 * gdb.threads/Makefile.in: Likewise.
4039 * gdb.trace/Makefile.in: Likewise.
4040 * gdb.xml/Makefile.in: Likewise.
4041 * lib/gdb.exp (make_gdb_parallel_path): Add check for
4042 GDB_PARALLEL.
4043 (standard_output_file): Remove check for GDB_PARALLEL, always
4044 return path in outputs/$subdir/$testname.
4045
4046 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4047
4048 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4049 (site.exp): Assign abs_srcdir to tcl's srcdir.
4050
4051 2016-02-04 Yao Qi <yao.qi@linaro.org>
4052
4053 * gdb.base/foll-exec-mode.c: Include limits.h.
4054 (main): Add parameters argc and argv. Get directory from
4055 argv[0].
4056 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4057 compilation.
4058 * gdb.base/foll-exec.c: Include limits.h.
4059 (main): Add parameters argc and argv.
4060 Get directory from argv[0].
4061 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4062 Adjust tests on the number of lines as source code changed.
4063 * gdb.base/foll-vfork-exit.c: Include limits.h.
4064 (main): Add one line of statement before vfork.
4065 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4066 (main): Add parameters argc and argv. Get directory from
4067 argv[0].
4068 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4069 (setup_gdb): Set tbreak to skip some source lines.
4070 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4071 (main): Add parameters argc and argv. Get directory from
4072 argv[0].
4073 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4074 compilation.
4075 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4076 (main): Add parameters argc and argv. Get directory from
4077 argv[0].
4078 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4079 compilation.
4080
4081 2016-02-01 Doug Evans <dje@google.com>
4082
4083 * gdb.base/skip.exp: Clean up multiple references to same test name.
4084
4085 2016-02-01 Pedro Alves <palves@redhat.com>
4086
4087 PR remote/19496
4088 * gdb.threads/forking-threads-plus-breakpoint.exp
4089 (displaced_stepping_supported): New global.
4090 (probe_displaced_stepping_support): New procedure.
4091 (do_test): Add 'displaced' parameter, and use it.
4092 (top level): Check for displaced stepping support. Add displaced
4093 stepping on/off testing axis.
4094
4095 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4096
4097 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4098 pointer. Don't perform further tests on the unassociated pointer
4099 if the first test fails.
4100
4101 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4102
4103 * gdb.base/max-value-size.c: New file.
4104 * gdb.base/max-value-size.exp: New file.
4105 * gdb.base/huge.exp: Disable max-value-size for this test.
4106
4107 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4108
4109 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4110
4111 2016-01-28 Yao Qi <yao.qi@linaro.org>
4112
4113 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4114
4115 2016-01-25 Pedro Alves <palves@redhat.com>
4116
4117 PR threads/19461
4118 * gdb.base/fork-running-state.c: New file.
4119 * gdb.base/fork-running-state.exp: New file.
4120
4121 2016-01-25 Pedro Alves <palves@redhat.com>
4122
4123 PR gdb/19494
4124 * gdb.base/catch-fork-kill.c: New file.
4125 * gdb.base/catch-fork-kill.exp: New file.
4126
4127 2016-01-25 Pedro Alves <palves@redhat.com>
4128
4129 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4130 Delete, moved to lib/gdb.exp.
4131 * gdb.threads/forking-threads-plus-breakpoint.exp
4132 (foreach_with_prefix): Likewise.
4133 * gdb.threads/process-dies-while-handling-bp.exp
4134 (foreach_with_prefix): Likewise.
4135 * lib/gdb.exp (foreach_with_prefix): New procedure.
4136
4137 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4138
4139 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4140 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4141
4142 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4143
4144 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4145 endian targets.
4146
4147 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4148 Pedro Alves <palves@redhat.com>
4149
4150 Fix testsuite compatibility with Guile.
4151 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4152 number.
4153
4154 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4155
4156 Fix testsuite compatibility with Guile.
4157 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4158 (thread 1): New test for backtrace through signal handler.
4159
4160 2016-01-22 Yao Qi <yao.qi@linaro.org>
4161
4162 PR testsuite/19491
4163 * gdb.base/multi-forks.c: Include
4164 ../lib/unbuffer_output.c
4165 (main): Call gdb_unbuffer_output.
4166
4167 2016-01-21 Doug Evans <dje@google.com>
4168
4169 * lib/ada.exp (gdb_compile_ada): Fix typo.
4170
4171 2016-01-21 Joel Brobecker <brobecker@adacore.com>
4172
4173 * gdb.base/break-fun-addr.exp: New file.
4174 * gdb.base/break-fun-addr1.c: New file.
4175 * gdb.base/break-fun-addr2.c: New file.
4176
4177 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4178
4179 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4180 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4181 enum flag values.
4182
4183 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4184
4185 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4186 when GDB can not set the vector return value. Add more comments
4187 for clarification.
4188
4189 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4190
4191 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4192 command.
4193
4194 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4195
4196 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4197
4198 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4199
4200 * Makefile.in (check-single): Pass --status to runtest.
4201 (check/%.exp): Likewise.
4202
4203 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4204
4205 * Makefile.in (check-parallel): Propagate return code from make
4206 do-check-parallel.
4207
4208 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4209
4210 * gdb.trace/ftrace.exp: Fix expected message on continue.
4211 * gdb.trace/pending.exp: Fix expected message on continue.
4212 * gdb.trace/trace-break.exp: Fix expected message on continue.
4213
4214 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4215
4216 * lib/gdb.exp (gdb_test): Remove unused global references.
4217
4218 2016-01-18 Pedro Alves <palves@redhat.com>
4219
4220 * gdb.base/async-shell.exp: Adjust expected output.
4221 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4222 * gdb.base/siginfo-thread.exp: Adjust expected output.
4223 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4224 * gdb.java/jnpe.exp: Adjust expected output.
4225 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4226 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4227 * gdb.threads/leader-exit.exp: Adjust expected output.
4228 * gdb.threads/manythreads.exp: Adjust expected output.
4229 * gdb.threads/pthreads.exp: Adjust expected output.
4230 * gdb.threads/schedlock.exp: Adjust expected output.
4231 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4232 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4233 expected output.
4234 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4235 output.
4236 * gdb.threads/sigthread.exp: Adjust expected output.
4237 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4238
4239 2016-01-18 Yao Qi <yao.qi@linaro.org>
4240
4241 * gdb.guile/scm-section-script.c: Replace @progbits with
4242 %progbits.
4243 * gdb.python/py-section-script.c: Likewise.
4244
4245 2016-01-15 Pedro Alves <palves@redhat.com>
4246
4247 * gdb.multi/tids.exp: Test star wildcard ranges.
4248
4249 2016-01-15 Pedro Alves <palves@redhat.com>
4250
4251 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4252 command from "thread apply" invocation.
4253 (thr_apply_info_thr_invalid): Default the expected output to the
4254 input tid list.
4255 (top level): Add tests that use convenience variables. Add tests
4256 for "thread apply" with a valid TID list, but missing the command.
4257
4258 2016-01-13 Pedro Alves <palves@redhat.com>
4259
4260 * gdb.base/default.exp: Expect $_gthread as well.
4261 * gdb.multi/tids.exp: Test $_gthread.
4262 * gdb.threads/thread-specific.exp: Test $_gthread.
4263
4264 2016-01-13 Pedro Alves <palves@redhat.com>
4265
4266 * gdb.multi/tids.exp: Test "info threads -gid".
4267
4268 2016-01-13 Pedro Alves <palves@redhat.com>
4269
4270 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4271 Breakpoint.thread.
4272 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4273
4274 2016-01-07 Pedro Alves <palves@redhat.com>
4275
4276 * gdb.base/break.exp: Adjust to output changes.
4277 * gdb.base/hbreak2.exp: Likewise.
4278 * gdb.base/sepdebug.exp: Likewise.
4279 * gdb.base/watch_thread_num.exp: Likewise.
4280 * gdb.linespec/keywords.exp: Likewise.
4281 * gdb.multi/info-threads.exp: Likewise.
4282 * gdb.threads/thread-find.exp: Likewise.
4283 * gdb.multi/tids.c: New file.
4284 * gdb.multi/tids.exp: New file.
4285
4286 2016-01-13 Pedro Alves <palves@redhat.com>
4287
4288 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4289
4290 2016-01-13 Pedro Alves <palves@redhat.com>
4291
4292 * gdb.base/default.exp: Expect $_inferior as well.
4293 * gdb.multi/base.exp: Test $_inferior.
4294
4295 2016-01-13 Pedro Alves <palves@redhat.com>
4296
4297 PR breakpoints/19388
4298 * gdb.base/catch-signal-siginfo-cond.c: New file.
4299 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4300
4301 2016-01-12 Josh Stone <jistone@redhat.com>
4302 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4303
4304 * gdb.base/catch-syscall.c (do_execve): New variable.
4305 (main): Conditionally trigger an execve.
4306 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4307 (test_catch_syscall_execve): New, check entry/return across execve.
4308 (do_syscall_tests): Call test_catch_syscall_execve.
4309
4310 2016-01-12 Pedro Alves <palves@redhat.com>
4311
4312 * gdb.base/random-signal.exp (do_test): New procedure, with body
4313 of testcase moved in.
4314
4315 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4316 Pedro Alves <palves@redhat.com>
4317
4318 * gdb.base/funcargs.exp (finish from indirectly called function):
4319 Reintroduce the case for 'First'.
4320
4321 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4322 Pedro Alves <palves@redhat.com>
4323
4324 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4325 (tcatch_vfork_then_child_follow_exec)
4326 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4327 identification.
4328
4329 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4330
4331 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4332 and repeats to unlimited.
4333 * gdb.python/py-value.exp: Likewise.
4334 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4335 and repeats to unlimited.
4336
4337 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4338
4339 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4340 and reordering the functions.
4341 * gdb.multi/hangout.c: Likewise.
4342 * gdb.multi/hello.c: Likewise.
4343
4344 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4345
4346 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4347 absolute.
4348 (SingleStatisticTestResult.report): Use dict.keys instead of
4349 dict.iterkeys.
4350
4351 2016-01-06 Pedro Alves <palves@redhat.com>
4352
4353 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4354
4355 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4356
4357 * gdb.btrace/dlopen.exp: New.
4358 * gdb.btrace/dlopen.c: New.
4359 * gdb.btrace/dlopen-dso.c: New.
4360
4361 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4362
4363 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4364 PATTERN argument is optional.
4365
4366 2015-12-24 Joel Brobecker <brobecker@adacore.com>
4367
4368 * lib/ada.exp (target_compile_ada_from_dir): New function.
4369 (gdb_compile_ada): Reimplement avoiding the use of project files.
4370 * gdb.ada/gnat_ada.gpr: Delete.
4371 * gdb.ada/cond_lang.exp: Adjust test to make path before
4372 filename optional.
4373 * gdb.ada/small_reg_param.exp: Likewise.
4374
4375 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
4376
4377 * gdb.base/foll-vork.exp: Remove HP-UX special case.
4378
4379 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
4380
4381 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4382 case.
4383
4384 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
4385
4386 * gdb.base/break.exp: Remove dead code.
4387 * gdb.base/sepdebug.exp: Likewise.
4388
4389 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4390
4391 * gdb.asm/asm-source.exp: Remove HP-UX references.
4392 * gdb.base/annota1.exp: Likewise.
4393 * gdb.base/annota3.exp: Likewise.
4394 * gdb.base/attach.exp: Likewise.
4395 * gdb.base/bigcore.exp: Likewise.
4396 * gdb.base/break.exp: Likewise.
4397 * gdb.base/call-ar-st.exp: Likewise.
4398 * gdb.base/callfuncs.exp: Likewise.
4399 * gdb.base/catch-fork-static.exp: Likewise.
4400 * gdb.base/display.exp: Likewise.
4401 * gdb.base/foll-exec-mode.exp: Likewise.
4402 * gdb.base/foll-exec.exp: Likewise.
4403 * gdb.base/foll-fork.exp: Likewise.
4404 * gdb.base/foll-vfork.exp: Likewise.
4405 * gdb.base/funcargs.exp: Likewise.
4406 * gdb.base/hbreak2.exp: Likewise.
4407 * gdb.base/inferior-died.exp: Likewise.
4408 * gdb.base/interrupt.exp: Likewise.
4409 * gdb.base/multi-forks.exp: Likewise.
4410 * gdb.base/nodebug.exp: Likewise.
4411 * gdb.base/sepdebug.exp: Likewise.
4412 * gdb.base/solib1.c: Likewise.
4413 * gdb.base/step-test.exp: Likewise.
4414 * gdb.mi/non-stop.c: Likewise.
4415 * gdb.mi/pthreads.c: Likewise.
4416 * gdb.multi/bkpt-multi-exec.ex: Likewise.
4417 * gdb.threads/pthreads.c: Likewise.
4418 * gdb.threads/staticthreads.exp: Likewise.
4419 * lib/future.exp: Likewise.
4420 * lib/gdb.exp: Likewise.
4421 * gdb.base/so-indr-cl.c: Remove.
4422 * gdb.base/so-indr-cl.exp: Likewise.
4423 * gdb.base/solib.c: Likewise.
4424 * gdb.base/solib.exp: Likewise.
4425 * gdb.base/solib2.c: Likewise.
4426
4427 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4428
4429 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4430 * gdb.base/call-ar-st.exp: Likewise.
4431 * gdb.base/callfuncs.exp: Likewise.
4432 * gdb.base/condbreak.exp: Likewise.
4433 * gdb.base/constvars.exp: Likewise.
4434 * gdb.base/hbreak2.exp: Likewise.
4435 * gdb.base/langs.exp: Likewise.
4436 * gdb.base/list.exp: Likewise.
4437 * gdb.base/long_long.exp: Likewise.
4438 * gdb.base/ptype.exp: Likewise.
4439 * gdb.base/scope.exp: Likewise.
4440 * gdb.base/signals.exp: Likewise.
4441 * gdb.base/so-impl-ld.exp: Likewise.
4442 * gdb.base/varargs.exp: Likewise.
4443 * gdb.base/volatile.exp: Likewise.
4444 * gdb.base/whatis.exp: Likewise.
4445 * gdb.cp/cplusfuncs.exp: Likewise.
4446 * gdb.cp/inherit.exp: Likewise.
4447 * gdb.cp/local.exp: Likewise.
4448 * gdb.cp/member-ptr.exp: Likewise.
4449 * gdb.cp/method.exp: Likewise.
4450 * gdb.cp/overload.exp: Likewise.
4451 * gdb.cp/templates.exp: Likewise.
4452 * gdb.stabs/weird.exp: Likewise.
4453 * lib/compiler.c: Likewise.
4454 * lib/compiler.cc: Likewise.
4455 * lib/cp-support.exp: Likewise.
4456 * lib/gdb.exp: Likewise.
4457
4458 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
4459
4460 * configure.ac: Remove HP-UX case.
4461 * configure: Regenerate.
4462
4463 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
4464
4465 * lib/gdb.exp (gdb_compile): Add function doc.
4466
4467 2015-12-17 Pedro Alves <palves@redhat.com>
4468
4469 PR threads/19354
4470 * gdb.multi/info-threads.exp: New file.
4471
4472 2015-12-15 Yao Qi <yao.qi@linaro.org>
4473
4474 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4475 is aarch64*-*-*.
4476
4477 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4478
4479 * gdb.base/history-duplicates.exp: Skip if no readline support.
4480
4481 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4482
4483 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4484
4485 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4486
4487 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4488
4489 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4490
4491 * gdb.base/completion.exp: Skip tests that interrupt GDB with
4492 ctrl-C if nointerrupts target property is set.
4493 * gdb.base/double-prompt-target-event-error.exp: Likewise.
4494 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4495 * gdb.base/paginate-bg-execution.exp: Likewise.
4496 * gdb.base/paginate-execution-startup.exp: Likewise.
4497 * gdb.base/random-signal.exp: Likewise.
4498 * gdb.base/range-stepping.exp: Likewise.
4499 * gdb.cp/annota2.exp: Likewise.
4500 * gdb.cp/annota3.exp: Likewise.
4501 * gdb.gdb/selftest.exp: Likewise.
4502 * gdb.threads/continue-pending-status.exp: Likewise.
4503 * gdb.threads/leader-exit.exp: Likewise.
4504 * gdb.threads/manythreads.exp: Likewise.
4505 * gdb.threads/pthreads.exp: Likewise.
4506 * gdb.threads/schedlock.exp: Likewise.
4507 * gdb.threads/sigthread.exp: Likewise.
4508
4509 2015-12-11 Don Breazeal <donb@codesourcery.com>
4510
4511 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4512 remote.
4513 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4514 * gdb.base/foll-exec.exp (main): Enable for target remote.
4515 * gdb.base/foll-fork.exp (main): Likewise.
4516 * gdb.base/foll-vfork.exp (main): Likewise.
4517 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4518 (proc continue_to_exit_bp_loc): Use clean_restart.
4519 * gdb.base/pie-execl.exp (main): Disable for target remote.
4520 * gdb.base/watch-vfork.exp (main): Enable for target remote.
4521 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4522 * gdb.threads/execl.exp (main): Likewise.
4523 * gdb.threads/fork-child-threads.exp (main): Likewise.
4524 * gdb.threads/fork-plus-threads.exp (main): Disable for target
4525 remote.
4526 * gdb.threads/fork-thread-pending.exp (main): Enable for target
4527 remote.
4528 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4529 pid.tid style ptids, instead of just tid.
4530 * gdb.threads/thread-execl.exp (main): Enable for target remote.
4531 * gdb.threads/watchpoint-fork.exp (main): Likewise.
4532 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4533 ptids, instead of just tid.
4534
4535 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4536
4537 * gdb.base/list.exp (test_list_forward): Add end of file error
4538 test.
4539 (test_repeat_list_command): Add end of file error test.
4540 (test_list_backwards): Add beginning of file error test.
4541
4542 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4543
4544 * gdb.base/list.exp (test_list_invalid_args): New function,
4545 defined, and called.
4546
4547 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4548
4549 * gdb.base/list.exp (test_list): Make test names unique.
4550
4551 2015-12-11 Yao Qi <yao.qi@linaro.org>
4552
4553 * gdb.base/coremaker2.c: Remove.
4554
4555 2015-12-10 Pedro Alves <palves@redhat.com>
4556
4557 * gdb.multi/base.exp: Remove stale "spaces" references.
4558
4559 2015-12-10 Pedro Alves <palves@redhat.com>
4560
4561 * gdb.multi/base.exp: Don't use nowarnings.
4562 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
4563 * gdb.multi/hangout.c: Include stdio.h.
4564 * gdb.multi/hello.c: Include stdlib.h.
4565 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
4566 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
4567 * gdb.multi/multi-arch.exp: Don't use nowarnings.
4568
4569 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
4570
4571 * gdb.dwarf2/dw2-ranges-base.c: New file.
4572 * gdb.dwarf2/dw2-ranges-base.exp: New file.
4573 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
4574 support additional line table, and debug ranges generation.
4575 (Dwarf::ranges): New function, generate .debug_ranges.
4576 (Dwarf::lines): Support generating simple line table programs.
4577 (Dwarf::assemble): Initialise new namespace variables.
4578
4579 2015-12-09 Kevin Buettner <kevinb@redhat.com>
4580
4581 * gdb.base/async.exp (proc test_background): Add case for
4582 asynchronous execution not supported.
4583
4584 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
4585
4586 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
4587 format and change test names to make them unique.
4588
4589 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
4590 Pedro Alves <pedro@redhat.com>
4591
4592 PR gdb/18702
4593 Add checking of floatformats setup on x86_64 hosts.
4594 * gdb.arch/i386-float.S (main): Load bigval and smallval.
4595 (smallval, bigval): New labels/constants.
4596 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
4597 float" after loading bigval and smallval.
4598
4599 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
4600
4601 * gdb.ada/fun_overload_menu.exp: New testcase.
4602 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
4603
4604 2015-12-04 Josh Stone <jistone@redhat.com>
4605
4606 * gdb.base/catch-fork-static.exp: New.
4607
4608 2015-12-03 Yao Qi <yao.qi@linaro.org>
4609
4610 * gdb.base/sizeof.c: Don't include stdio.h and
4611 ../lib/unbuffer_output.c.
4612 (main): New variable 'size' and 'value'. Remove printf and
4613 gdb_unbuffer_output. Assign return value to size and value.
4614 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
4615 at the beginning.
4616 (check_sizeof): Check the result by printing variable 'size'.
4617 (check_valueof): Check the result by printing variable 'value'.
4618
4619 2015-12-01 Yao Qi <yao.qi@linaro.org>
4620
4621 * gdb.base/disp-step-syscall.exp: Define syscall instruction
4622 for aarch64*-*-linux* target.
4623
4624 2015-11-30 Pedro Alves <palves@redhat.com>
4625
4626 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
4627
4628 2015-11-30 Pedro Alves <palves@redhat.com>
4629
4630 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
4631 Handle non-stop mode vCont replies.
4632
4633 2015-11-30 Pedro Alves <palves@redhat.com>
4634
4635 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
4636 prepare_for_testing. Start gdb with "set non-stop on" appended to
4637 GDBFLAGS. Lax expected stop output.
4638
4639 2015-11-27 Yao Qi <yao.qi@linaro.org>
4640
4641 * gdb.arch/arm-neon.exp: New.
4642 * gdb.arch/arm-neon.c: New.
4643
4644 2015-11-27 Yao Qi <yao.qi@linaro.org>
4645
4646 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
4647
4648 2015-11-27 Yao Qi <yao.qi@linaro.org>
4649
4650 * gdb.cp/annota2.exp: Allow multiple occurrences of the
4651 frames-invalid annotation.
4652
4653 2015-11-27 Yao Qi <yao.qi@linaro.org>
4654
4655 * gdb.cp/annota2.exp: Use ${frames_invalid}.
4656
4657 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
4658
4659 * gdb.threads/names.exp: New file.
4660 * gdb.threads/names.c: New file.
4661 * README: Mention gdb,no_thread_names.
4662
4663 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
4664
4665 PR 19297
4666 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
4667 support" error.
4668
4669 2015-11-24 Pedro Alves <palves@redhat.com>
4670
4671 PR 17539
4672 * gdb.base/display.exp: Expect displays to be sorted in ascending
4673 order. Use multi_line.
4674 * gdb.base/solib-display.exp: Likewise.
4675
4676 2015-11-24 Pedro Alves <palves@redhat.com>
4677
4678 PR 17539
4679 * gdb.base/display.exp: Expect displays to be sorted in ascending
4680 order. Use multi_line.
4681 * gdb.base/solib-display.exp: Likewise.
4682
4683 2015-11-24 Pedro Alves <palves@redhat.com>
4684
4685 PR 17539
4686 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
4687 threads in ascending order.
4688 * gdb.base/foll-fork.exp: Likewise.
4689 * gdb.base/foll-vfork.exp: Likewise.
4690 * gdb.base/multi-forks.exp: Likewise.
4691 * gdb.mi/mi-nonstop.exp: Likewise.
4692 * gdb.mi/mi-nsintrall.exp: Likewise.
4693 * gdb.multi/base.exp: Likewise.
4694 * gdb.multi/multi-arch.exp: Likewise.
4695 * gdb.python/py-inferior.exp: Likewise.
4696 * gdb.threads/break-while-running.exp: Likewise.
4697 * gdb.threads/execl.exp: Likewise.
4698 * gdb.threads/gcore-thread.exp: Likewise.
4699 * gdb.threads/info-threads-cur-sal.exp: Likewise.
4700 * gdb.threads/kill.exp: Likewise.
4701 * gdb.threads/linux-dp.exp: Likewise.
4702 * gdb.threads/multiple-step-overs.exp: Likewise.
4703 * gdb.threads/next-bp-other-thread.exp: Likewise.
4704 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
4705 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
4706 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
4707 * gdb.threads/thread-find.exp: Likewise.
4708 * gdb.threads/tls.exp: Likewise.
4709 * lib/mi-support.exp (mi_reverse_list): Delete.
4710 (mi_check_thread_states): No longer reverse list.
4711
4712 2015-11-24 Pedro Alves <palves@redhat.com>
4713
4714 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
4715 use lowercase.
4716
4717 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4718
4719 * gdb.trace/actions.c: Include trace-common.h.
4720 (main): Add a location for a fast tracepoint.
4721 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
4722 the normal tracepoints.
4723 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
4724
4725 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4726
4727 * save-trace.exp: Factor out code to these...
4728 (gdb_save_tracepoints): New.
4729 (gdb_load_tracepoints): New.
4730 (do_save_load_test): New.
4731
4732 2015-11-23 Kevin Buettner <kevinb@redhat.com>
4733
4734 * gdb.base/asmlabel.exp: New test.
4735 * gdb.base/asmlabel.c: New test case.
4736
4737 2015-11-23 Joel Brobecker <brobecker@adacore.com>
4738
4739 * gdb.base/wrong_frame_bt_full-main.c: New file.
4740 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
4741 * gdb.base/wrong_frame_bt_full.exp: New file.
4742
4743 2015-11-23 Joel Brobecker <brobecker@adacore.com>
4744
4745 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
4746
4747 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4748
4749 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
4750 pstate register when comparing registers values in
4751 sparc64-*-linux-gnu targets to avoid spurious differences.
4752
4753 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4754
4755 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
4756
4757 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
4758
4759 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
4760 as type argument to gdb_compile.
4761 * gdb.base/nested-subp2.exp: Likewise.
4762 * gdb.base/nested-subp3.exp: Likewise.
4763
4764 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
4765
4766 * lib/dwarf.exp (_note): Fix left shift of negative value.
4767 * gdb.trace/trace-condition.exp: Likewise.
4768
4769 2015-11-13 Yao Qi <yao.qi@linaro.org>
4770
4771 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
4772 comments about d10v.
4773 (test_scalar_returns): Likewise.
4774 * gdb.base/d10v.ld: Remove.
4775 * gdb.base/overlays.exp: Remove the target triplet checking for
4776 d10v-*-*.
4777 * gdb.base/structs.exp (test_struct_returns): Remove the
4778 comments about d10v.
4779 (test_struct_calls): Likewise.
4780
4781 2015-11-13 Yao Qi <yao.qi@linaro.org>
4782
4783 * gdb.base/gnu_vector.exp: Check the return value by "p res".
4784 * gdb.base/gnu_vector.c: Don't include stdio.h.
4785 (main): Don't print res and call add_some_intvecs.
4786
4787 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
4788
4789 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
4790 macro.
4791 (func5): Removed.
4792 (func4): Use FAST_TRACEPOINT_LABEL.
4793 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
4794 macro.
4795 (func): Removed.
4796 (thread_function): Use FAST_TRACEPOINT_LABEL.
4797 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
4798 (func): Remove.
4799 (marker): Use FAST_TRACEPOINT_LABEL.
4800 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
4801 (pendfunc1): Remove.
4802 (pendfunc): Use FAST_TRACEPOINT_LABEL.
4803 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
4804 (foo): Remove.
4805 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
4806 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
4807 macro.
4808 (func): Remove.
4809 (marker): Use FAST_TRACEPOINT_LABEL.
4810 * gdb.trace/trace-common.h: New header.
4811 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
4812 macro.
4813 (func): Remove.
4814 (marker): Use FAST_TRACEPOINT_LABEL.
4815 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
4816 (func): Remove.
4817 (thread_function): Use FAST_TRACEPOINT_LABEL.
4818
4819 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
4820
4821 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
4822 in front.
4823 * gdb.trace/change-loc.exp: Use global pcreg definition.
4824 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
4825 * gdb.trace/entry-values.exp: Use global spreg definition, add $
4826 in front.
4827 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
4828 * gdb.trace/pending.exp: Likewise.
4829 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
4830 * gdb.trace/trace-break.exp: Likewise.
4831 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
4832 in front.
4833 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
4834 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
4835 in front.
4836 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
4837
4838 2015-11-09 Joel Brobecker <brobecker@adacore.com>
4839
4840 * gdb.ada/fin_fun_out: New testcase.
4841
4842 2015-11-07 Kevin Buettner <kevinb@redhat.com>
4843
4844 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
4845 value associated with DW_AT_byte_size.
4846 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
4847 constants for DW_AT_byte_size, DW_AT_lower_bound, and
4848 DW_AT_upper_bound.
4849
4850 2015-11-07 Kevin Buettner <kevinb@redhat.com>
4851
4852 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
4853 (gdb_target_symbol_prefix_flags): Define in terms of _asm
4854 version.
4855 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
4856 gdb.dwarf2/dw2-canonicalize-type.exp,
4857 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
4858 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
4859 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
4860 provided by gdb_target_symbol_prefix_flags_asm.
4861 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
4862 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
4863 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
4864 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
4865 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
4866 macros where needed). Use this macro for symbols which require
4867 the prefix provided by SYMBOL_PREFIX.
4868
4869 2015-11-05 Kevin Buettner <kevinb@redhat.com>
4870
4871 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
4872 New procs.
4873 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
4874 representing expressions, of more than one list element.
4875 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
4876 to prepend linker symbol prefix to f.
4877 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
4878 table_1 and table_2.
4879 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
4880 Likewise, for f and g.
4881 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
4882 for ptr.
4883 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
4884 for main.
4885 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
4886 table_1_ptr and table_2_ptr.
4887
4888 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4889 Joel Brobecker <brobecker@adacore.com>
4890
4891 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
4892
4893 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
4894
4895 * gdb.reverse/s390-mvcle.c: New test.
4896 * gdb.reverse/s390-mvcle.exp: New file.
4897 * lib/gdb.exp: Enable reverse tests on s390*-linux.
4898
4899 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
4900
4901 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
4902
4903 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
4904
4905 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
4906 reaching marker2.
4907 * gdb.reverse/getresuid-reverse.exp: Likewise.
4908 * gdb.reverse/pipe-reverse.exp: Likewise.
4909 * gdb.reverse/readv-reverse.exp: Likewise.
4910 * gdb.reverse/recvmsg-reverse.exp: Likewise.
4911 * gdb.reverse/time-reverse.exp: Likewise.
4912 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
4913
4914 2015-10-30 Yao Qi <yao.qi@linaro.org>
4915
4916 * gdb.threads/wp-replication.c (watch_count_done): Remove.
4917 (empty_cycle): Remove.
4918 (main): Don't call empty_cycle. Don't use watch_count_done.
4919 * gdb.threads/wp-replication.exp: Don't set breakpoint on
4920 empty_cycle. Rewrite the code counting HW watchpoints.
4921
4922 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
4923
4924 * gdb.reverse/fstatat-reverse.c: New test.
4925 * gdb.reverse/fstatat-reverse.exp: New file.
4926 * gdb.reverse/getresuid-reverse.c: New test.
4927 * gdb.reverse/getresuid-reverse.exp: New file.
4928 * gdb.reverse/pipe-reverse.c: New test.
4929 * gdb.reverse/pipe-reverse.exp: New file.
4930 * gdb.reverse/readv-reverse.c: New test.
4931 * gdb.reverse/readv-reverse.exp: New file.
4932 * gdb.reverse/recvmsg-reverse.c: New test.
4933 * gdb.reverse/recvmsg-reverse.exp: New file.
4934 * gdb.reverse/time-reverse.c: New test.
4935 * gdb.reverse/time-reverse.exp: New file.
4936 * gdb.reverse/waitpid-reverse.c: New test.
4937 * gdb.reverse/waitpid-reverse.exp: New file.
4938
4939 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4940
4941 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
4942
4943 2015-10-26 Doug Evans <dje@google.com>
4944
4945 PR symtab/17391
4946 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
4947 * gdb.dwarf2/bad-regnum.c: New file.
4948 * gdb.dwarf2/bad-regnum.exp: New file.
4949
4950 2015-10-26 Doug Evans <dje@google.com>
4951
4952 PR python/18938
4953 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
4954 file.
4955
4956 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4957
4958 * gdb.compile/compile.exp (compile code globalvar): Update expectation
4959 for a change by "Mention language in compile error message".
4960
4961 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
4962
4963 PR python/18073
4964 * gdb.python/py-type.c (C::a_method): New.
4965 (C::a_const_method): New.
4966 (C::a_static_method): New.
4967 (a_function): New.
4968 * gdb.python/py-type.exp (test_fields): Test getting fields
4969 from function and method.
4970
4971 2015-10-21 Keven Boell <keven.boell@intel.com>
4972
4973 * gdb.fortran/vla-alloc-assoc.exp: New file.
4974 * gdb.fortran/vla-datatypes.exp: New file.
4975 * gdb.fortran/vla-datatypes.f90: New file.
4976 * gdb.fortran/vla-history.exp: New file.
4977 * gdb.fortran/vla-ptype-sub.exp: New file.
4978 * gdb.fortran/vla-ptype.exp: New file.
4979 * gdb.fortran/vla-sizeof.exp: New file.
4980 * gdb.fortran/vla-sub.f90: New file.
4981 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
4982 * gdb.fortran/vla-value-sub-finish.exp: New file.
4983 * gdb.fortran/vla-value-sub.exp: New file.
4984 * gdb.fortran/vla-value.exp: New file.
4985 * gdb.fortran/vla-ptr-info.exp: New file.
4986 * gdb.mi/mi-vla-fortran.exp: New file.
4987 * gdb.mi/vla.f90: New file.
4988
4989 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
4990
4991 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
4992 of hardwired timeout value.
4993
4994 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4995 Pedro Alves <palves@redhat.com>
4996
4997 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
4998 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
4999
5000 2015-10-19 Josh Stone <jistone@redhat.com>
5001
5002 * gdb.base/catch-syscall.c: Include <sched.h>.
5003 (unknown_syscall): New variable.
5004 (main): Trigger a vfork and an unknown syscall.
5005 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5006 (unknown_syscall_number): Likewise.
5007 (check_call_to_syscall): Accept an optional syscall pattern.
5008 (check_return_from_syscall): Likewise.
5009 (check_continue): Likewise.
5010 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5011 (test_catch_syscall_skipping_return): New test toggling off 'catch
5012 syscall' to step over the syscall return, then toggling back on.
5013 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5014 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5015 (do_syscall_tests): Call test_catch_syscall_without_args and
5016 test_catch_syscall_mid_vfork.
5017 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5018 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5019
5020 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
5021
5022 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5023 print g_vE): Add new pass patterns.
5024 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5025 print various symbol names for vptr fields.
5026
5027 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
5028
5029 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5030 results.
5031
5032 2015-10-12 Yao Qi <yao.qi@linaro.org>
5033
5034 * gdb.arch/disp-step-insn-reloc.exp: New test case.
5035
5036 2015-10-12 Yao Qi <yao.qi@linaro.org>
5037
5038 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5039 is aarch64*-*-linux*.
5040
5041 2015-10-12 Yao Qi <yao.qi@linaro.org>
5042
5043 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5044 (can_relocate_bcond_true): ... it.
5045 (can_relocate_bcond_false): New function.
5046 (foo): Likewise.
5047 (can_relocate_bl): Likewise.
5048 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5049 can_relocate_bl.
5050
5051 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
5052
5053 * gdb.base/nested-addr.c: New file.
5054 * gdb.base/nested-addr.exp: New testcase.
5055
5056 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
5057
5058 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5059 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5060 its output. Ignore the output of "record goto begin" and instead
5061 check that GDB is replaying.
5062
5063 2015-10-09 Pedro Alves <palves@redhat.com>
5064
5065 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5066 (top level): Use it in the run with no args test.
5067
5068 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5069
5070 * gdb.dlang/properties.exp: New file.
5071
5072 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5073
5074 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5075 whether or not address 0x1000 is mapped on the target.
5076
5077 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5078
5079 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5080 build.
5081
5082 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5083
5084 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5085 instruction-history test.
5086
5087 2015-09-28 Doug Evans <dje@google.com>
5088
5089 * gdb.base/gcore.c (array_func): Add reference to static_array.
5090
5091 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5092
5093 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5094 source line.
5095
5096 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5097
5098 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5099 short or char as base type.
5100
5101 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5102
5103 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5104 to allow any size enum.
5105
5106 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5107
5108 * gdb.ada/array_ptr_renaming.exp: New testcase.
5109 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5110 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5111
5112 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5113
5114 * gdb.trace/ftrace-lock.c: New file.
5115 * gdb.trace/ftrace-lock.exp: New file.
5116
5117 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5118
5119 * gdb.arch/insn-reloc.c: New file.
5120 * gdb.arch/ftrace-insn-reloc.exp: New file.
5121
5122 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5123
5124 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5125 instruction.
5126 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5127 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5128 * gdb.trace/range-stepping.c: Likewise.
5129 * gdb.trace/trace-break.c: Likewise.
5130 * gdb.trace/trace-mt.c (thread_function): Likewise.
5131 * gdb.trace/ftrace.c (marker): Likewise.
5132 * gdb.trace/trace-condition.c (marker): Likewise.
5133 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5134 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5135 is_aarch64_target.
5136
5137 2015-09-18 Doug Evans <xdje42@gmail.com>
5138
5139 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5140 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5141
5142 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5143
5144 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5145 the breakpoint.
5146
5147 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5148
5149 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5150 the pending breakpoint. Remove timeout override for "Run till
5151 MI pending breakpoint on pendfunc3 on thread 2" test.
5152
5153 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5154
5155 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5156 filename pattern.
5157
5158 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5159
5160 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5161 in breakpoint filename pattern.
5162
5163 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5164
5165 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5166
5167 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5168
5169 * gdb.linespec/explicit.exp: Check for readline support for
5170 tab-completion tests. Fix obvious typo.
5171
5172 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5173
5174 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5175 and replay.
5176
5177 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5178
5179 * gdb.btrace/non-stop.c: New.
5180 * gdb.btrace/non-stop.exp: New.
5181
5182 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5183 Yao Qi <yao.qi@linaro.org>
5184
5185 * gdb.trace/trace-condition.c: New file.
5186 * gdb.trace/trace-condition.exp: New file.
5187
5188 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
5189
5190 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5191 for testing bytecode compilation.
5192
5193 2015-09-16 Pedro Alves <palves@redhat.com>
5194 Sandra Loosemore <sandra@codesourcery.com>
5195
5196 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5197 (SECONDS): Redefine.
5198 (main): Call pthread_kill and alarm early.
5199 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5200 support.
5201 (test): If the target can't hardware step and doesn't support
5202 displaced stepping, increase the timeout.
5203
5204 2015-09-16 Pedro Alves <palves@redhat.com>
5205
5206 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5207 (enable_debug): New procedures.
5208 (test): Use them. Bail out if waiting for threads fails.
5209 (top level): Bail out if a test fails.
5210
5211 2015-09-16 Yao Qi <yao.qi@linaro.org>
5212
5213 * gdb.asm/asm-source.exp: Set asm-arch for
5214 aarch64*-*-* target.
5215 * gdb.asm/aarch64.inc: New file.
5216
5217 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5218
5219 * gdb.ada/array_of_variable_length.exp: New testcase.
5220 * gdb.ada/array_of_variable_length/foo.adb: New file.
5221 * gdb.ada/array_of_variable_length/pck.adb: New file.
5222 * gdb.ada/array_of_variable_length/pck.ads: New file.
5223
5224 2015-09-15 Doug Evans <dje@google.com>
5225
5226 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5227 of function static local variable.
5228
5229 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5230
5231 * gdb.threads/tls-so_extern.exp: New test file.
5232 * gdb.threads/tls-so_extern.c: New test file.
5233 * gdb.threads/tls-so_extern_main.c: New test file.
5234
5235 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5236
5237 * gdb.opt/solib-intra-step-lib.c: New file.
5238 * gdb.opt/solib-intra-step-main.c: New file.
5239 * gdb.opt/solib-intra-step.exp: New file.
5240
5241 2015-09-15 Pedro Alves <palves@redhat.com>
5242
5243 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5244 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5245
5246 2015-09-14 Pedro Alves <palves@redhat.com>
5247
5248 * gdb.base/hook-stop-continue.c: Delete.
5249 * gdb.base/hook-stop-continue.exp: Delete.
5250 * gdb.base/hook-stop-frame.c: Delete.
5251 * gdb.base/hook-stop-frame.exp: Delete.
5252 * gdb.base/hook-stop.c: New file.
5253 * gdb.base/hook-stop.exp: New file.
5254
5255 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5256
5257 * gdb.ada/access_to_packed_array.exp: New testcase.
5258 * gdb.ada/access_to_packed_array/foo.adb: New file.
5259 * gdb.ada/access_to_packed_array/pack.adb: New file.
5260 * gdb.ada/access_to_packed_array/pack.ads: New file.
5261
5262 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5263
5264 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5265 buffer size test.
5266
5267 2015-09-11 Don Breazeal <donb@codesourcery.com>
5268
5269 * gdb.base/foll-exec.c: Add copyright header. Fix
5270 formatting issues.
5271 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5272 (do_exec_tests): Use clean_restart in place of zap_session,
5273 and for test initialization. Fix formatting issues. Use
5274 fail in place of perror.
5275 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5276 an expect statement to match an expression with output from
5277 the program under debug.
5278 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5279 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5280 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5281 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5282 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5283
5284 2015-09-09 Doug Evans <dje@google.com>
5285
5286 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5287
5288 2015-09-09 Doug Evans <dje@google.com>
5289
5290 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5291
5292 2015-09-09 Doug Evans <dje@google.com>
5293
5294 * gdb.base/savedregs.exp: Fix typo.
5295
5296 2015-09-09 Pedro Alves <palves@redhat.com>
5297
5298 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5299
5300 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5301
5302 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5303 command actually switches threads. Give up on remaining
5304 tests if target fails to stop at breakpoint.
5305
5306 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5307
5308 * gdb.ada/funcall_char.exp: New testcase.
5309 * gdb.ada/funcall_char/foo.adb: New file.
5310
5311 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5312
5313 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5314 expected outputs. Add two testcases for completing ambiguous
5315 functions.
5316 * gdb.ada/complete/aux_pck.adb: New file.
5317 * gdb.ada/complete/aux_pck.ads: New file.
5318 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5319 Ambiguous_Func functions.
5320 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5321 * gdb.ada/complete/pck.adb: Likewise.
5322
5323 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5324
5325 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5326 failures to run the test program under GDB.
5327
5328 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
5329
5330 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5331 to C.
5332
5333 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5334
5335 * gdb.base/run-after-attach.exp: New test file.
5336 * gdb.base/run-after-attach.c: New test file.
5337
5338 2015-08-26 Don Breazeal <donb@codesourcery.com>
5339
5340 * gdb.base/foll-exec-2.c: New test program.
5341 * gdb.base/foll-exec-2.exp: New test.
5342
5343 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5344
5345 * gdb.base/nested-subp1.exp: New file.
5346 * gdb.base/nested-subp1.c: New file.
5347 * gdb.base/nested-subp2.exp: New file.
5348 * gdb.base/nested-subp2.c: New file.
5349 * gdb.base/nested-subp3.exp: New file.
5350 * gdb.base/nested-subp3.c: New file.
5351
5352 2015-08-24 Pedro Alves <palves@redhat.com>
5353
5354 * gdb.server/connect-without-multi-process.c: New file.
5355 * gdb.server/connect-without-multi-process.exp: New file.
5356
5357 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5358
5359 * gdb.opt/inline-markers.c: Make z int.
5360
5361 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5362
5363 * gdb.opt/inline-markers.c: Make z volatile.
5364
5365 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5366
5367 * gdb.opt/inline-bt.c: New volatile global z.
5368 * gdb.opt/inline-cmds.c: Likewise.
5369 * gdb.opt/inline-locals.c: Likewise.
5370 * gdb.opt/inline-markers.c: New extern global z.
5371 (marker): Use z.
5372 (inline_fn): Likewise.
5373
5374 2015-08-24 Pedro Alves <palves@redhat.com>
5375
5376 * config/m32r-stub.exp: Remove file.
5377 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5378 * gdb.base/call-rt-st.exp: Likewise.
5379 * gdb.base/call-strs.exp: Likewise.
5380 * gdb.base/default.exp: Remove references to h8300-*-hms and
5381 *-*-udi*.
5382 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5383
5384 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5385
5386 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5387 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
5388 and "return" use KFAIL when GDB can not read/write the vector
5389 return value.
5390
5391 2015-08-21 Gary Benson <gbenson@redhat.com>
5392
5393 * gdb.trace/pending.exp: Cope with remote transfer warnings.
5394
5395 2015-08-20 Pedro Alves <palves@redhat.com>
5396
5397 * gdb.server/solib-list.exp: No longer expect an interior stop in
5398 non-stop mode.
5399
5400 2015-08-20 Pedro Alves <palves@redhat.com>
5401
5402 * gdb.server/connect-stopped-target.c: New file.
5403 * gdb.server/connect-stopped-target.exp: New file.
5404
5405 2015-08-20 Pedro Alves <palves@redhat.com>
5406
5407 * gdb.dwarf2/comp-unit-lang.exp: New file.
5408 * gdb.dwarf2/comp-unit-lang.c: New file.
5409
5410 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
5411
5412 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5413 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5414
5415 2015-08-19 Kevin Buettner <kevinb@redhat.com>
5416
5417 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5418 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5419
5420 2015-08-18 Doug Evans <dje@google.com>
5421 Adrian Sendroiu <adrian.sendroiu@freescale.com>
5422
5423 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5424 skip_python_tests. New arg prompt_regexp.
5425 (skip_python_tests): New function.
5426 * lib/mi-support.exp (mi_skip_python_tests): New function.
5427 * gdb.python/py-mi-objfile-gdb.py: New file.
5428 * gdb.python/py-mi-objfile.c: New file.
5429 * gdb.python/py-mi-objfile.exp: New file.
5430
5431 2015-08-17 Keith Seitz <keiths@redhat.com>
5432
5433 * gdb.linespec/explicit.exp: Move strace test from here ...
5434 * gdb.trace/strace.exp: ... to here.
5435
5436 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
5437
5438 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5439 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5440
5441 2015-08-14 Doug Evans <xdje42@gmail.com>
5442
5443 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5444 inferior before selecting a new file.
5445
5446 2015-08-14 Doug Evans <xdje42@gmail.com>
5447
5448 * gdb.mi/mi-disassemble.exp: Update.
5449 * gdb.base/disasm-optim.S: New file.
5450 * gdb.base/disasm-optim.c: New file.
5451 * gdb.base/disasm-optim.h: New file.
5452 * gdb.base/disasm-optim.exp: New file.
5453
5454 2015-08-14 Keith Seitz <keiths@redhat.com>
5455
5456 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5457 "evaluated-by".
5458
5459 2015-08-13 Joel Brobecker <brobecker@adacore.com>
5460
5461 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5462
5463 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
5464
5465 * gdb.ada/fun_renaming.exp: New testcase.
5466 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5467 * gdb.ada/fun_renaming/pack.adb: New file.
5468 * gdb.ada/fun_renaming/pack.ads: New file.
5469
5470 2015-08-12 Keith Seitz <keiths@redhat.com>
5471
5472 * gdb.base/dso2dso.exp: Pass basename of source file in call to
5473 gdb_get_line_number.
5474
5475 2015-08-12 Joel Brobecker <brobecker@adacore.com>
5476
5477 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5478 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5479 gdb.base/dso2dso.exp: New files.
5480
5481 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
5482 Pedro Alves <palves@redhat.com>
5483 Keith Seitz <keiths@redhat.com>
5484
5485 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5486 GDBFLAGS.
5487
5488 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5489
5490 * gdb.base/gdbhistsize-history.exp
5491 (test_histsize_history_setting): Use save_vars.
5492 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5493 Use save_vars.
5494 (test_no_truncation_of_unlimited_history_file): Use save_vars.
5495 * gdb.base/readline.exp: Use save_vars.
5496
5497 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5498
5499 * lib/gdb.exp (save_vars): New proc.
5500
5501 2015-08-11 Keith Seitz <keiths@redhat.com>
5502
5503 * gdb.base/help.exp: Update help_breakpoint_text.
5504
5505 2015-08-11 Keith Seitz <keiths@redhat.com>
5506
5507 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5508 (at toplevel): Call test_explicit_breakpoints.
5509 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5510 breakpoints.
5511 * lib/mi-support.exp (mi_make_breakpoint): Add support for
5512 breakpoint conditions, "-cond".
5513
5514 2015-08-11 Keith Seitz <keiths@redhat.com>
5515
5516 * gdb.linespec/3explicit.c: New file.
5517 * gdb.linespec/cpexplicit.cc: New file.
5518 * gdb.linespec/cpexplicit.exp: New file.
5519 * gdb.linespec/explicit.c: New file.
5520 * gdb.linespec/explicit.exp: New file.
5521 * gdb.linespec/explicit2.c: New file.
5522 * gdb.linespec/ls-errs.exp: Add explicit location tests.
5523 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5524 before using in the matching pattern.
5525 Clarify that `prefix' is a regular expression.
5526
5527 2015-08-11 Keith Seitz <keiths@redhat.com>
5528
5529 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5530 test.
5531 Add tests for missing ",FMT" and ",".
5532
5533 2015-08-10 Doug Evans <dje@google.com>
5534 Keith Seitz <keiths@redhat.com>
5535
5536 PR gdb/17960
5537 * gdb.base/completion.exp: Add location completer tests.
5538
5539 2015-08-07 Pedro Alves <palves@redhat.com>
5540
5541 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
5542 tests here.
5543 (top level): Run do_test with and without displaced stepping.
5544
5545 2015-08-07 Pedro Alves <palves@redhat.com>
5546
5547 * gdb.base/valgrind-disp-step.c: New file.
5548 * gdb.base/valgrind-disp-step.exp: New file.
5549
5550 2015-08-07 Pedro Alves <palves@redhat.com>
5551
5552 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
5553 Delete function.
5554 (main): Add alarm. Run an infinite loop instead of calling
5555 wait_threads.
5556 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
5557 comment.
5558 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
5559 Delete function.
5560 (main): Add alarm. Run an infinite loop instead of calling
5561 wait_threads.
5562 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
5563 comment.
5564
5565 2015-08-07 Pedro Alves <palves@redhat.com>
5566
5567 * gdb.base/checkpoint-ns.exp: New file.
5568 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
5569 standard_testfile.
5570
5571 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5572
5573 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
5574 * gdb.btrace/instruction_history.exp: Update.
5575 * gdb.btrace/tsx.exp: New.
5576 * gdb.btrace/tsx.c: New.
5577
5578 2015-08-06 Pedro Alves <palves@redhat.com>
5579
5580 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
5581 increase timeout.
5582 * gdb.reverse/until-precsave.exp: Bump timeouts.
5583
5584 2015-08-06 Pedro Alves <palves@redhat.com>
5585
5586 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
5587
5588 2015-08-06 Pedro Alves <palves@redhat.com>
5589
5590 PR gdb/18749
5591 * gdb.threads/process-dies-while-handling-bp.c: New file.
5592 * gdb.threads/process-dies-while-handling-bp.exp: New file.
5593
5594 2015-08-06 Pedro Alves <palves@redhat.com>
5595
5596 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
5597 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
5598
5599 2015-08-05 Pedro Alves <palves@redhat.com>
5600
5601 * gdb.threads/next-while-other-thread-longjmps.c: New file.
5602 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
5603
5604 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5605
5606 * gdb.base/bp-permanent.exp: Report test as unsupported if
5607 the target cannot stop at the permanent breakpoint.
5608
5609 2015-08-03 Doug Evans <dje@google.com>
5610
5611 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
5612 10000.
5613
5614 2015-08-03 Doug Evans <dje@google.com>
5615
5616 * Makefile.in (workers/%.worker, build-perf): New rule.
5617 (GDB_PERFTEST_MODE): New variable.
5618 (check-perf): Use it.
5619 (clean): Clean up gdb.perf parallel build subdirs.
5620 * lib/build-piece.exp: New file.
5621 * lib/gdb.exp (make_gdb_parallel_path): New function
5622 (standard_output_file, standard_temp_file): Call it.
5623 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5624 of $GDB_PARALLEL.
5625 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
5626
5627 2015-08-03 Doug Evans <dje@google.com>
5628
5629 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
5630 (LOG_FILE_NAME): New global.
5631 (TextReporter.__init__): Initialize self.txt_sum.
5632 (TextReporter.report): Add support for multiple data-points.
5633 Move report to perftest.sum, put raw data in perftest.log.
5634 (TextReporter.start): Open sum and log files.
5635 (TextReporter.end): Close sum and log files.
5636 * gdb.perf/lib/perftest/testresult.py
5637 (SingleStatisticTestResult.record): Handle multiple data-points.
5638
5639 2015-07-31 Pedro Alves <palves@redhat.com>
5640
5641 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
5642 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5643 kill_wait_spawned_process instead of explicit "kill -9".
5644 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
5645 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5646 kill_wait_spawned_process.
5647 * gdb.base/attach-twice.exp: Likewise.
5648 * gdb.base/attach.exp: Likewise.
5649 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
5650 gdb_test_multiple.
5651 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
5652 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5653 kill_wait_spawned_process.
5654 * gdb.base/valgrind-infcall.exp: Likewise.
5655 * gdb.multi/multi-attach.exp: Likewise.
5656 * gdb.python/py-prompt.exp: Likewise.
5657 * gdb.python/py-sync-interp.exp: Likewise.
5658 * gdb.server/ext-attach.exp: Likewise.
5659 * gdb.threads/attach-into-signal.exp (corefunc): Use
5660 spawn_wait_for_attach, spawn_id_get_pid and
5661 kill_wait_spawned_process.
5662 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
5663 spawn_wait_for_attach returning a spawn id instead of a pid. Use
5664 spawn_id_get_pid and kill_wait_spawned_process.
5665 * gdb.threads/attach-stopped.exp (corefunc): Use
5666 spawn_wait_for_attach, spawn_id_get_pid and
5667 kill_wait_spawned_process.
5668 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
5669 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5670 kill_wait_spawned_process instead of explicit "kill -9".
5671 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
5672 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
5673 (spawn_wait_for_attach): Use spawn instead of exec to spawn
5674 processes. Don't map cygwin/windows pids here. Now returns a
5675 spawn id list.
5676
5677 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5678
5679 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
5680 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
5681 correct patch.
5682
5683 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5684
5685 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
5686
5687 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5688
5689 Reapply:
5690 2014-05-21 Mark Wielaard <mjw@redhat.com>
5691
5692 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5693
5694 2015-07-30 Pedro Alves <palves@redhat.com>
5695
5696 * linux-low.c (handle_extended_wait): Set the child's last
5697 reported status to TARGET_WAITKIND_STOPPED.
5698
5699 2015-07-30 Pedro Alves <palves@redhat.com>
5700
5701 PR threads/18600
5702 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
5703 only shows inferior 1.
5704
5705 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
5706 Pedro Alves <palves@redhat.com>
5707
5708 PR threads/18600
5709 * gdb.threads/fork-plus-threads.c: New file.
5710 * gdb.threads/fork-plus-threads.exp: New file.
5711
5712 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5713
5714 * gdb.base/batch-preserve-term-settings.exp
5715 (test_terminal_settings_preserved_after_cli_exit): Use
5716 send_quit_command.
5717
5718 2015-07-29 Pedro Alves <palves@redhat.com>
5719 Don Breazeal <donb@codesourcery.com>
5720
5721 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
5722 output from both inferior_spawn_id and gdb_spawn_id.
5723
5724 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5725
5726 * gdb.threads/attach-into-signal.exp (corefunc): Use
5727 with_test_prefix on nested loops, uniquefying the test messages.
5728
5729 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5730
5731 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
5732 commit.
5733
5734 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5735
5736 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
5737 New proc.
5738 (test_terminal_settings_preserved_after_sigterm): New test.
5739
5740 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5741
5742 * gdb.base/batch-preserve-term-settings.exp
5743 (test_terminal_settings_preserved_after_cli_exit): New test.
5744
5745 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5746
5747 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
5748 manipulation of saved_gdbflags.
5749 (test_terminal_settings_preserved): Remove global declaration of
5750 the unused variable pagination_prompt. Remove manipulation of
5751 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
5752 GDBFLAGS.
5753
5754 2015-07-29 Pedro Alves <palves@redhat.com>
5755
5756 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
5757
5758 2015-07-29 Pedro Alves <palves@redhat.com>
5759
5760 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
5761 at the top.
5762
5763 2015-07-29 Pedro Alves <palves@redhat.com>
5764
5765 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
5766 (main): Call gdb_unbuffer_output.
5767 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
5768 (main): Call gdb_unbuffer_output.
5769 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
5770 (main): Call gdb_unbuffer_output.
5771 * gdb.base/call-strs.exp: Adjust to step over the
5772 gdb_unbuffer_output call.
5773 * gdb.base/catch-gdb-caused-signals.c: Include
5774 "../lib/unbuffer_output.c".
5775 (main): Call gdb_unbuffer_output.
5776 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
5777 (main): Call gdb_unbuffer_output.
5778 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
5779 (main): Call gdb_unbuffer_output.
5780 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
5781 (main): Call gdb_unbuffer_output.
5782 * gdb.base/shlib-call.exp: Adjust to step over the
5783 gdb_unbuffer_output call.
5784 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
5785 (main): Call gdb_unbuffer_output.
5786 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
5787 (main): Call gdb_unbuffer_output.
5788 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
5789 (main): Rename to ...
5790 (test): ... this.
5791 (main): Reimplement.
5792 * gdb.base/varargs.exp: Run to test instead of to main.
5793 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5794 (main): Call gdb_unbuffer_output.
5795
5796 2015-07-29 Pedro Alves <palves@redhat.com>
5797
5798 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
5799 factore out from mi_continue_dprintf. For call-style dprintfs,
5800 expect dprintf output out of $inferior_spawn_id.
5801 (mi_continue_dprintf): Use mi_expect_dprintf.
5802 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5803 (main): Call gdb_unbuffer_output.
5804
5805 2015-07-29 Pedro Alves <palves@redhat.com>
5806
5807 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
5808 (default_mi_gdb_start): Set inferior_spawn_id instead of
5809 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
5810 gdb_spawn_id.
5811 (mi_gdb_test): Always expect inferior output from both
5812 $inferior_spawn_id and $gdb_spawn_id.
5813
5814 2015-07-29 Pedro Alves <palves@redhat.com>
5815
5816 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
5817 send_inferior and $inferior_spawn_id.
5818
5819 2015-07-29 Pedro Alves <palves@redhat.com>
5820
5821 * gdb.gdb/complaints.exp (test_initial_complaints)
5822 (test_serial_complaints, test_short_complaints): Use
5823 gdb_test_stdio.
5824 (test_empty_complaint): Handle $inferior_spawn_id !=
5825 $gdb_spawn_id.
5826
5827 2015-07-29 Pedro Alves <palves@redhat.com>
5828
5829 * gdb.base/varargs.exp: Use gdb_test_stdio.
5830
5831 2015-07-29 Pedro Alves <palves@redhat.com>
5832
5833 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
5834
5835 2015-07-29 Pedro Alves <palves@redhat.com>
5836
5837 * gdb.base/ending-run.exp: Use gdb_test_stdio.
5838
5839 2015-07-29 Pedro Alves <palves@redhat.com>
5840
5841 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
5842 parameter into two new parameters, "inf_result" and "gdb_result".
5843 Expect inferior output and gdb output from $inferior_spawn_id and
5844 $gdb_spawn_id, respectively. Adjust all callers.
5845
5846 2015-07-29 Pedro Alves <palves@redhat.com>
5847
5848 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
5849 of gdb_test_sequence.
5850
5851 2015-07-29 Pedro Alves <palves@redhat.com>
5852
5853 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
5854 (saw_spurious_output): Expect inferior output from
5855 $inferior_spawn_id. Use gdb_test_stdio.
5856
5857 2015-07-29 Pedro Alves <palves@redhat.com>
5858
5859 * gdb.base/dprintf.exp: Use standard_testfile. Change
5860 prepare_for_testing call.
5861 (srcfile): Don't set.
5862 (restart): New procedure.
5863 (test_dprintf): New procecure, use to continue over dprintfs.
5864 (test_call, test_agent): New procedures, tests moved here.
5865 Restart gdb and recreate dprintfs. Adjust expected output.
5866
5867 2015-07-29 Pedro Alves <palves@redhat.com>
5868
5869 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
5870
5871 2015-07-29 Pedro Alves <palves@redhat.com>
5872
5873 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
5874
5875 2015-07-29 Pedro Alves <palves@redhat.com>
5876
5877 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
5878 gdb_test_stdio.
5879
5880 2015-07-29 Pedro Alves <palves@redhat.com>
5881
5882 * lib/gdb.exp (gdb_test_stdio): New procedure.
5883
5884 2015-07-29 Pedro Alves <palves@redhat.com>
5885
5886 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
5887
5888 2015-07-29 Pedro Alves <palves@redhat.com>
5889
5890 * gdb.base/call-signal-resume.exp: Remove check for
5891 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
5892 * gdb.base/unwindonsignal.exp: Likewise.
5893 * gdb.base/call-signals.c (gen_signal): Remove printf call.
5894 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
5895
5896 2015-07-29 Pedro Alves <palves@redhat.com>
5897
5898 * gdb.base/siginfo-addr.c (pass): New function.
5899 (handler): Call it iff si_addr is correct.
5900 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
5901 Set a breakpoint at "pass" and continue to it.
5902
5903 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
5904
5905 * gdb.python/py-objfile.exp: Make some tests have unique names.
5906 * gdb.python/py-pp-registration.exp: Likewise.
5907
5908 2015-07-28 Pedro Alves <palves@redhat.com>
5909
5910 * gdb.server/server-exec-info.exp: Issue a "disconnect".
5911
5912 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5913
5914 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
5915
5916 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5917
5918 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
5919
5920 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
5921
5922 * gdb.base/gdb-sigterm-2.exp: New test.
5923
5924 2015-07-25 Doug Evans <xdje42@gmail.com>
5925
5926 Revert:
5927 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
5928 (workers/%.worker, build-perf): New rule.
5929 (GDB_PERFTEST_MODE): New variable.
5930 (check-perf): Use it.
5931 (clean): Clean up gdb.perf parallel build subdirs.
5932 * lib/build-piece.exp: New file.
5933 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
5934 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
5935 name.
5936 (standard_temp_file): Ditto.
5937 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5938 of $GDB_PARALLEL.
5939
5940 2015-07-24 Doug Evans <dje@google.com>
5941
5942 * gdb.perf/lib/perftest/utils.py: New file.
5943 * gdb.perf/gm-hello.cc: New file.
5944 * gdb.perf/gm-pervasive-typedef.cc: New file.
5945 * gdb.perf/gm-pervasive-typedef.h: New file.
5946 * gdb.perf/gm-std.cc: New file.
5947 * gdb.perf/gm-std.h: New file.
5948 * gdb.perf/gm-use-cerr.cc: New file.
5949 * gdb.perf/gm-utils.h: New file.
5950 * gdb.perf/gmonster-null-lookup.py: New file.
5951 * gdb.perf/gmonster-pervasive-typedef.py: New file.
5952 * gdb.perf/gmonster-print-cerr.py: New file.
5953 * gdb.perf/gmonster-ptype-string.py: New file.
5954 * gdb.perf/gmonster-runto-main.py: New file.
5955 * gdb.perf/gmonster-select-file.py: New file.
5956 * gdb.perf/gmonster1-null-lookup.exp: New file.
5957 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
5958 * gdb.perf/gmonster1-print-cerr.exp: New file.
5959 * gdb.perf/gmonster1-ptype-string.exp: New file.
5960 * gdb.perf/gmonster1-runto-main.exp: New file.
5961 * gdb.perf/gmonster1-select-file.exp: New file.
5962 * gdb.perf/gmonster1.cc: New file.
5963 * gdb.perf/gmonster1.exp: New file.
5964 * gdb.perf/gmonster2-null-lookup.exp: New file.
5965 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
5966 * gdb.perf/gmonster2-print-cerr.exp: New file.
5967 * gdb.perf/gmonster2-ptype-string.exp: New file.
5968 * gdb.perf/gmonster2-runto-main.exp: New file.
5969 * gdb.perf/gmonster2-select-file.exp: New file.
5970 * gdb.perf/gmonster2.cc: New file.
5971 * gdb.perf/gmonster2.exp: New file.
5972
5973 2015-07-24 Doug Evans <dje@google.com>
5974
5975 * gdb.perf/README: New file.
5976 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
5977 * lib/gen-perf-test.exp: New file.
5978
5979 2015-07-24 Doug Evans <dje@google.com>
5980
5981 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
5982 (PerfTest::startup): New function.
5983 (PerfTest::run): Return result of calling body.
5984 (PerfTest::assemble): Rewrite.
5985 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
5986 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
5987 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
5988 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
5989 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
5990
5991 2015-07-24 Doug Evans <dje@google.com>
5992
5993 * lib/gdb.exp (clean_restart): Make executable optional.
5994
5995 2015-07-24 Doug Evans <dje@google.com>
5996
5997 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
5998 compiler_info references.
5999 * gdb.cp/temargs.exp: Ditto.
6000 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6001 (get_compiler_info): Early exit if already computed. Set compiler_info
6002 to "unknown" if there was a problem.
6003 (test_compiler_info): Add function comment. Call get_compiler_info.
6004
6005 2015-07-24 Doug Evans <dje@google.com>
6006
6007 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6008 (workers/%.worker, build-perf): New rule.
6009 (GDB_PERFTEST_MODE): New variable.
6010 (check-perf): Use it.
6011 (clean): Clean up gdb.perf parallel build subdirs.
6012 * lib/build-piece.exp: New file.
6013 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6014 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6015 name.
6016 (standard_temp_file): Ditto.
6017 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6018 of $GDB_PARALLEL.
6019
6020 2015-07-24 Doug Evans <dje@google.com>
6021
6022 * lib/future.exp (gdb_default_target_compile): New option
6023 "early_flags".
6024 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6025 --as-needed.
6026
6027 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
6028
6029 * gdb.base/catch-syscall.exp: Call gdb_exit before
6030 gdb_skip_xml_test.
6031
6032 2015-07-24 Pedro Alves <palves@redhat.com>
6033
6034 * gdb.python/py-events.exp: Accept output between the stop event
6035 and the prompt.
6036 * gdb.python/py-evsignal.exp: Likewise.
6037 * gdb.python/py-evthreads.exp: Likewise.
6038
6039 2015-07-24 Pedro Alves <palves@redhat.com>
6040
6041 PR gdb/18717
6042 * gdb.threads/non-ldr-exit.c: New file.
6043 * gdb.threads/non-ldr-exit.exp: New file.
6044
6045 2015-07-24 Yao Qi <yao.qi@linaro.org>
6046
6047 * gdb.server/ext-wrapper.exp: Test --wrapper option when
6048 restarting process.
6049
6050 2015-07-24 Yao Qi <yao.qi@linaro.org>
6051
6052 * gdb.server/ext-restart.exp: New file.
6053
6054 2015-07-24 Yao Qi <yao.qi@linaro.org>
6055
6056 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6057 argument options.
6058 * gdb.server/ext-wrapper.exp: New file.
6059
6060 2015-07-23 Doug Evans <dje@google.com>
6061
6062 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6063 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6064
6065 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6066
6067 * gdb.ada/var_arr_typedef.exp: New testcase.
6068 * gdb.ada/var_arr_typedef/pack.adb: New file.
6069 * gdb.ada/var_arr_typedef/pack.ads: New file.
6070 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6071
6072 2015-07-20 Joel Brobecker <brobecker@adacore.com>
6073
6074 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6075
6076 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6077
6078 * gdb.arch/i386-biarch-core.exp: Replace istarget
6079 by "complete set gnutarget". Remove expectation for the "core-file"
6080 command.
6081
6082 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6083
6084 Revert the previous commit:
6085 Tests for validate symbol file using build-id.
6086
6087 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6088
6089 Tests for validate symbol file using build-id.
6090 * gdb.base/solib-mismatch-lib.c: New file.
6091 * gdb.base/solib-mismatch-libmod.c: New file.
6092 * gdb.base/solib-mismatch.c: New file.
6093 * gdb.base/solib-mismatch.exp: New file.
6094
6095 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6096
6097 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6098 nios2-*-linux*.
6099 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6100 * gdb.base/siginfo.exp: Likewise.
6101 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6102
6103 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6104
6105 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6106 Move it to ...
6107 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6108 ... here.
6109 * gdb.trace/range-stepping.exp: Check that the target supports
6110 range stepping.
6111
6112 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6113
6114 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6115
6116 2015-07-14 Pedro Alves <palves@redhat.com>
6117
6118 * gdb.base/killed-outside.exp: New file.
6119 * gdb.base/killed-outside.c: New file.
6120
6121 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6122
6123 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6124 (n at main): New.
6125 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6126
6127 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6128
6129 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6130 infcall tests instead of setting up for KFAIL.
6131
6132 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6133
6134 * gdb.btrace/record_goto-step.exp: New.
6135
6136 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6137
6138 PR compile/18484
6139 * gdb.compile/compile.c (struct struct_type): Add volatile to
6140 selffield's type.
6141 * gdb.compile/compile.exp
6142 (compile code struct_object.selffield = &struct_object): Skip further
6143 struct_object tests if this one xfails.
6144
6145 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
6146
6147 PR exp/18617
6148 * gdb.trace/ax.exp: Add test.
6149
6150 2015-07-07 Yao Qi <yao.qi@linaro.org>
6151
6152 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6153 instead of istarget "aarch64*-*-*".
6154 * gdb.arch/aarch64-fp.exp: Likewise.
6155 * gdb.base/float.exp: Likewise.
6156 * gdb.reverse/aarch64.exp: Likewise.
6157 * lib/gdb.exp (is_aarch64_target): New proc.
6158
6159 2015-07-07 Yao Qi <yao.qi@linaro.org>
6160
6161 * lib/gdb.exp (is_aarch32_target): New proc.
6162 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6163 instead of "istarget "arm*-*-*"".
6164 * gdb.arch/arm-disp-step.exp: Likewise.
6165 * gdb.arch/thumb-bx-pc.exp: Likewise.
6166 * gdb.arch/thumb-prologue.exp: Likewise.
6167 * gdb.arch/thumb-singlestep.exp: Likewise.
6168 * gdb.base/disp-step-syscall.exp: Likewise.
6169 * gdb.base/float.exp: Likewise.
6170
6171 2015-07-07 Yao Qi <yao.qi@linaro.org>
6172
6173 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6174 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6175
6176 2015-07-07 Yao Qi <yao.qi@linaro.org>
6177
6178 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6179 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6180 if it exists.
6181 * gdb.multi/multi-arch.exp: Likewise.
6182
6183 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6184
6185 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6186 print.
6187
6188 2015-07-07 Yao Qi <yao.qi@linaro.org>
6189
6190 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6191
6192 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6193
6194 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6195 '[' and ']' characters.
6196
6197 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6198
6199 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6200
6201 2015-06-29 Pedro Alves <palves@redhat.com>
6202
6203 PR threads/18127
6204 * gdb.threads/hand-call-new-thread.c: New file.
6205 * gdb.threads/hand-call-new-thread.c: New file.
6206
6207 2015-06-26 Keith Seitz <keiths@redhat.com>
6208 Doug Evans <dje@google.com>
6209
6210 PR 16253
6211 * gdb.cp/var-tag-2.cc: New file.
6212 * gdb.cp/var-tag-3.cc: New file.
6213 * gdb.cp/var-tag-4.cc: New file.
6214 * gdb.cp/var-tag.cc: New file.
6215 * gdb.cp/var-tag.exp: New file.
6216
6217 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6218
6219 * gdb.base/history-duplicates.exp: New test.
6220
6221 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6222
6223 * gdb.base/completion.exp: Test the completion of the "focus"
6224 command.
6225
6226 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6227
6228 * gdb.arch/amd64-prologue-skip.S: New file.
6229 * gdb.arch/amd64-prologue-skip.exp: New file.
6230
6231 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6232
6233 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6234 is_address_zero_readable check.
6235
6236 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6237
6238 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6239 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6240
6241 2015-06-24 Yao Qi <yao.qi@linaro.org>
6242
6243 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6244 linux targets.
6245
6246 2015-06-24 Yao Qi <yao.qi@linaro.org>
6247
6248 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6249 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6250 * gdb.base/siginfo-thread.exp: Likewise.
6251
6252 2015-06-22 Yao Qi <yao.qi@linaro.org>
6253
6254 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6255
6256 2015-06-22 Yao Qi <yao.qi@linaro.org>
6257
6258 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6259 aarch64*-*-*.
6260 (skip_hw_watchpoint_tests): Likewise.
6261
6262 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6263
6264 * gdb.base/gdbinit-history.exp: Test the interaction between
6265 setting GDBHISTSIZE and setting the history size via .gdbinit.
6266
6267 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6268
6269 PR gdb/16999
6270 * gdb.base/gdbhistsize-history.exp: New test.
6271
6272 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6273
6274 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6275 with GDBHISTSIZE.
6276 * gdb.base/readline.exp: Likewise.
6277
6278 2015-06-17 Yao Qi <yao.qi@linaro.org>
6279
6280 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6281 line.
6282
6283 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6284
6285 * gdb.base/gdbinit-history.exp: Add test case to check that
6286 an unlimited history file does not get truncated on exit.
6287
6288 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6289
6290 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6291 (VECTOR): New macro. Use it...
6292 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6293 ...for these typedefs.
6294 (int8, char1, int1, double1): New typedefs.
6295 (struct just_int2, struct two_int2): New structures.
6296 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6297 (add_structvecs, add_singlevecs): New functions.
6298 (main): Call add_some_intvecs twice.
6299 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6300 the compile and exit upon failure. Try compiling for the "native"
6301 architecture. Test inferior function calls with vector arguments
6302 and vector return value handling with "finish" and "return".
6303
6304 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6305
6306 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6307 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6308 PE file.
6309 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6310
6311 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6312
6313 PR breakpoints/16465
6314 * gdb.mi/mi-dprintf-pending.c: New file.
6315 * gdb.mi/mi-dprintf-pending.exp: New test.
6316 * gdb.mi/mi-dprintf-pendshr.c: New file.
6317
6318 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6319 Mircea Gherzan <mircea.gherzan@intel.com>
6320
6321 * gdb.arch/i386-mpx-map.c: New file.
6322 * gdb.arch/i386-mpx-map.exp: New File.
6323
6324 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6325
6326 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6327 * gdb.arch/i386-mpx.exp: Indentation fixed.
6328
6329 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6330
6331 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6332 function and improved indentation.
6333 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6334 gdb_test_multiple. Added additional tests to skip the test.
6335
6336 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6337
6338 * gdb.arch/i386-avx512.c: Change path in include file.
6339 * gdb.arch/i386-avx512.exp: Change include dir path
6340 compilation flag.
6341 * gdb.arch/i386-mpx.c: Change path in include file.
6342 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6343 flag.
6344
6345 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6346
6347 * gdb.compile/compile-print.exp (compile print *vararray@3)
6348 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6349
6350 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6351
6352 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6353 (do not keep jit in memory): ... this.
6354 (expect 5): Change it to ...
6355 (expect no 5): ... this.
6356
6357 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6358
6359 PR gdb/15564
6360 * gdb.mi/mi-detach.exp: New file.
6361
6362 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6363
6364 PR symtab/18392
6365 * gdb.arch/amd64-tailcall-self.S: New file.
6366 * gdb.arch/amd64-tailcall-self.c: New file.
6367 * gdb.arch/amd64-tailcall-self.exp: New file.
6368
6369 2015-05-28 Don Breazeal <donb@codesourcery.com>
6370
6371 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6372 tests for remote targets by checking is_target_gdbserver.
6373
6374 2015-05-27 Doug Evans <dje@google.com>
6375
6376 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6377 * gdb.dwarf2/opaque-type-lookup.c: New file.
6378 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6379
6380 2015-05-26 Doug Evans <dje@google.com>
6381
6382 * gdb.cp/iostream.cc: New file.
6383 * gdb.cp/iostream.exp: New file.
6384
6385 2015-05-26 Doug Evans <dje@google.com>
6386
6387 * gdb.dwarf2/dw2-op-call.exp: Update.
6388 * gdb.dwarf2/dw4-sig-types.exp: Update.
6389 * gdb.dwarf2/implptr.exp: Update.
6390 * gdb.mi/mi-cmd-param-changed.exp: Update.
6391
6392 2015-05-26 Doug Evans <dje@google.com>
6393
6394 * gdb.python/py-lazy-string.c: New file.
6395 * gdb.python/py-lazy-string.exp: New file.
6396 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6397 (main): Update. Add estring3.
6398 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6399 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6400
6401 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
6402 Yao Qi <yao.qi@linaro.org>
6403
6404 * gdb.reverse/aarch64.c: New.
6405 * gdb.reverse/aarch64.exp: New.
6406
6407 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
6408
6409 * lib/gdb.exp (supports_process_record): Return true for
6410 aarch64*-linux*.
6411 (supports_reverse): Likewise.
6412
6413 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
6414
6415 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6416 Use with_test_prefix.
6417
6418 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6419
6420 * gdb.base/completion.exp: Add test for completion of layout
6421 names.
6422
6423 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
6424
6425 * lib/gdb.exp (skip_tui_tests): New proc.
6426 * gdb.base/tui-layout.exp: Check skip_tui_tests.
6427
6428 2015-05-19 Pedro Alves <palves@redhat.com>
6429
6430 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6431 Save the whole env array instead of just HOME. Unset HISTSIZE in
6432 the environment while testing. Restore whole environment
6433 afterwards.
6434
6435 2015-05-16 Doug Evans <xdje42@gmail.com>
6436
6437 * gdb.guile/scm-ports.c: New file.
6438 * gdb.guile/scm-ports.exp: Add memory port tests.
6439
6440 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6441
6442 * gdb.compile/compile-print.c: New file.
6443 * gdb.compile/compile-print.exp: New file.
6444
6445 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6446
6447 * gdb.compile/compile-ops.exp: Cast param to void.
6448 * gdb.compile/compile.exp: Complete type for _gdb_expr.
6449 (compile code struct_object.selffield = &struct_object): Add xfail.
6450
6451 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6452
6453 * gdb.ada/arr_enum_with_gap: New testcase.
6454
6455 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6456
6457 * gdb.ada/byte_packed_arr: New testcase.
6458
6459 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6460
6461 * gdb.ada/pckd_neg: New testcase.
6462
6463 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
6464
6465 PR gdb/17820
6466 * gdb.base/gdbinit-history.exp: New test.
6467 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6468 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6469
6470 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
6471
6472 * gdb.python/py-xmethods.cc: Enhance test case.
6473 * gdb.python/py-xmethods.exp: New tests.
6474 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6475 function.
6476 (B_indexoper): Likewise.
6477 (global_dm_list) : Add new xmethod worker functions.
6478
6479 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
6480
6481 * gdb.base/coredump-filter.exp: Correctly unset
6482 "coredump_var_addr" array.
6483
6484 2015-05-08 Pedro Alves <palves@redhat.com>
6485
6486 * gdb.server/non-existing-program.exp: Unset spawn_id.
6487
6488 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
6489
6490 PR python/18291
6491 * gdb.python/py-xmethods.exp: Add tests.
6492
6493 2015-05-08 Yao Qi <yao.qi@linaro.org>
6494
6495 PR gdb/18208
6496 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6497 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6498 function set_coredump_filter, and remove remote_exec call.
6499 Remove argument ipid. Callers update.
6500 (top level): Don't get inferior's PID.
6501
6502 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
6503
6504 * gdb.base/watch_thread_num.exp: Skip test on targets without
6505 access watchpoints.
6506
6507 2015-05-06 Pedro Alves <palves@redhat.com>
6508
6509 PR server/18081
6510 * gdb.server/non-existing-program.exp: New file.
6511
6512 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6513
6514 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6515
6516 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6517
6518 * gdb.ada/out_of_line_in_inlined: New testcase.
6519
6520 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6521
6522 * gdb.ada/var_rec_arr: New testcase.
6523
6524 2015-04-30 Yao Qi <yao.qi@linaro.org>
6525
6526 * gdb.base/break-idempotent.exp: If
6527 skip_hw_watchpoint_multi_tests returns true, skip the tests
6528 on "rwatch" and "awatch".
6529
6530 2015-04-30 Yao Qi <yao.qi@linaro.org>
6531
6532 * gdb.base/relativedebug.exp: Invoke gdb command
6533 "info sharedlibrary", and if libc.so doesn't have debug info,
6534 skip the test.
6535
6536 2015-04-29 Doug Evans <dje@google.com>
6537
6538 * gdb.python/py-xmethods.exp: Add ptype tests.
6539 * gdb.python/py-xmethods.py (E_method_char_worker): Add
6540 get_result_type method.
6541
6542 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
6543
6544 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
6545 the target does not support hardware watchpoints.
6546
6547 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
6548
6549 * gdb.base/break-always.exp: Abort testing if writing to memory
6550 causes an error.
6551
6552 2015-04-28 Doug Evans <dje@google.com>
6553
6554 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
6555 * gdb.python/py-pp-registration.exp: ... here. New file.
6556 * gdb.python/py-pp-registration.c: New file.
6557 * gdb.python/py-pp-registration.py: New file.
6558
6559 2015-04-28 Doug Evans <dje@google.com>
6560
6561 * gdb.python/py-bad-printers.c: New file.
6562 * gdb.python/py-bad-printers.py: New file.
6563 * gdb.python/py-bad-printers.exp: New file.
6564
6565 2015-04-28 Sasha Smundak <asmundak@google.com>
6566
6567 * gdb.python/py-type.exp: New test.
6568
6569 2015-04-28 Andy Wingo <wingo@igalia.com>
6570
6571 * gdb.python/py-parameter.exp:
6572 * gdb.guile/scm-parameter.exp: Escape the path that we are
6573 matching against, as it might contain characters that are special
6574 to regular expressions.
6575
6576 2015-04-27 Joel Brobecker <brobecker@adacore.com>
6577
6578 * gdb.ada/rec_comp: New testcase.
6579
6580 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
6581
6582 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
6583 before using it.
6584
6585 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
6586
6587 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
6588 new tests for verilog output.
6589
6590 2015-04-24 Yao Qi <yao.qi@linaro.org>
6591
6592 * boards/remote-gdbserver-on-localhost.exp: New file.
6593
6594 2015-04-23 Pedro Alves <palves@redhat.com>
6595
6596 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
6597 $inferior_spawn_id instead of $inferior_spawn_id directly. On
6598 "end of file", remove $inferior_spawn_id from the indirect list.
6599
6600 2015-04-23 Pedro Alves <palves@redhat.com>
6601
6602 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
6603
6604 2015-04-23 Pedro Alves <palves@redhat.com>
6605
6606 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
6607 on $any_spawn_id instead of only on $gdb_spawn_id.
6608
6609 2015-04-21 Pierre Muller <muller@sourceware.org>
6610
6611 PR pascal/17815
6612 * lib/pascal.exp (gpc_compile): Add new option "class".
6613 (fpc_compile): Likewise.
6614 * gdb.pascal/case-insensitive-symbols.pas: New file.
6615 * gdb.pascal/case-insensitive-symbols.exp: New file.
6616
6617 2015-04-20 Gary Benson <gbenson@redhat.com>
6618
6619 * gdb.base/attach.exp: Fix three extended remote failures.
6620
6621 2015-04-17 Gary Benson <gbenson@redhat.com>
6622
6623 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
6624 the main executable over the remote protocol.
6625
6626 2015-04-16 Pedro Alves <palves@redhat.com>
6627
6628 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
6629 a new gdbserver if gdbserver_reconnect_p is set.
6630
6631 2015-04-16 Pedro Alves <palves@redhat.com>
6632
6633 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
6634 is set, don't exit gdbserver.
6635
6636 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6637
6638 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
6639 appropriate .insn, such that an older assembler can be used.
6640 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
6641 the z/Architecture instruction set on 31-bit targets as well.
6642
6643 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6644
6645 * gdb.go/handcall.exp: Remove all logic related to the first
6646 breakpoint and rely on go_runto_main instead.
6647 * gdb.go/strings.exp: Likewise.
6648 * gdb.go/unsafe.exp: Likewise.
6649 * gdb.go/hello.exp: Likewise. Also rename the remaining
6650 breakpoint marker to "breakpoint 1".
6651 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
6652 * gdb.go/strings.go: Likewise.
6653 * gdb.go/unsafe.go: Likewise.
6654 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
6655 "set breakpoint 2 here" and rename the remaining breakpoint marker
6656 to "breakpoint 1".
6657
6658 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
6659
6660 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
6661 if itertools.imap is not present.
6662 * gdb.python/py-objfile.exp: Add parentheses.
6663 * gdb.python/py-type.exp: Same.
6664 * gdb.python/py-unwind-maint.py: Same.
6665
6666 2015-04-15 Yao Qi <yao.qi@linaro.org>
6667
6668 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
6669 of ":$ptr_size" and set its form explicitly.
6670
6671 2015-04-15 Pedro Alves <palves@redhat.com>
6672 Yao Qi <yao.qi@linaro.org>
6673
6674 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
6675 timeout by factor of 4.
6676 (test_regular_watch): Likewise.
6677 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
6678 * gdb.reverse/sigall-reverse.exp: Likewise.
6679 * gdb.reverse/until-precsave.exp: Likewise.
6680 * lib/gdb.exp (with_timeout_factor): New proc.
6681 (gdb_expect): Move some code to ...
6682 (get_largest_timeout): ... here. New procedure.
6683
6684 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
6685
6686 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
6687
6688 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
6689
6690 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
6691 to write to the .text section.
6692
6693 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
6694
6695 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
6696 Handle the case of targets that do not provide PID information.
6697
6698 2015-04-13 Yao Qi <yao.qi@linaro.org>
6699
6700 * lib/gdbserver-support.exp (gdb_exit): Catch exception
6701 and use expect instead of gdb_expect.
6702
6703 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
6704
6705 * gdb.base/coredump-filter.exp: Rename variable "addr" to
6706 "coredump_var_addr" to avoid naming conflict with other testcases.
6707
6708 2015-04-10 Pedro Alves <palves@redhat.com>
6709
6710 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
6711 gdb_test_sequence and gdb_assert.
6712
6713 2015-04-10 Pedro Alves <palves@redhat.com>
6714
6715 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
6716 test messages that don't include the breakpoint address.
6717
6718 2015-04-10 Yao Qi <yao.qi@linaro.org>
6719
6720 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
6721 false for some offset and width combinations which aren't
6722 supported by linux kernel.
6723
6724 2015-04-10 Pedro Alves <palves@redhat.com>
6725
6726 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
6727 procedure, factored out from ...
6728 (top level): ... here. Add "set displaced-stepping" testing axis.
6729 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
6730 parameter "displaced". Use it.
6731 (top level): Use foreach and add "set displaced-stepping" testing
6732 axis.
6733
6734 2015-04-10 Pedro Alves <palves@redhat.com>
6735
6736 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
6737 Remove comment.
6738 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
6739 both the address of the instruction that triggers the watchpoint
6740 and the address of the instruction immediately after, and use
6741 those addresses for the test. Fix comment.
6742
6743 2015-04-10 Pedro Alves <palves@redhat.com>
6744
6745 * gdb.base/sigstep.exp (breakpoint_to_handler)
6746 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
6747 Test "backtrace" in handler.
6748 (breakpoint_over_handler): New parameter 'displaced'. Use it.
6749 (top level): Add new "displaced" test axis to
6750 breakpoint_to_handler, breakpoint_to_handler_entry and
6751 breakpoint_over_handler.
6752
6753 2015-04-10 Pedro Alves <palves@redhat.com>
6754
6755 PR gdb/18216
6756 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
6757
6758 2015-04-10 Yao Qi <yao.qi@linaro.org>
6759
6760 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
6761 (test_add_rn_pc): New function.
6762 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
6763 (top level): Invoke test_add_rn_pc.
6764
6765 2015-04-10 Pedro Alves <palves@redhat.com>
6766
6767 PR gdb/13858
6768 * gdb.base/step-over-no-symbols.exp: New file.
6769
6770 2015-04-09 Andy Wingo <wingo@igalia.com>
6771
6772 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
6773 after the Python tests.
6774
6775 2015-04-08 Keith Seitz <keiths@redhat.com>
6776
6777 PR python/16699
6778 * gdb.python/py-completion.exp: New tests for completion.
6779 * gdb.python/py-completion.py (CompleteLimit1): New class.
6780 (CompleteLimit2): Likewise.
6781 (CompleteLimit3): Likewise.
6782 (CompleteLimit4): Likewise.
6783 (CompleteLimit5): Likewise.
6784 (CompleteLimit6): Likewise.
6785 (CompleteLimit7): Likewise.
6786
6787 2015-04-08 Pedro Alves <palves@redhat.com>
6788
6789 PR gdb/18214
6790 PR gdb/18216
6791 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
6792 function.
6793 (main): Install it as SIGUSR1 handler.
6794 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
6795 parameter. Always use "setup" as prefix. Toggle "set
6796 displaced-stepping" off/on depending on global. Don't switch to
6797 thread 1 here.
6798 (top level): Add displaced stepping "off/on" test axis. Update
6799 "setup" calls. Wrap each subtest with with_test_prefix. Test
6800 continuing with a queued signal in each thread.
6801
6802 2015-04-08 Pedro Alves <palves@redhat.com>
6803
6804 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
6805 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
6806 gdb_breakpoint instead of gdb_test that doesn't expect anything.
6807 Return early if running to main fails.
6808 * gdb.trace/while-stepping.exp: Likewise.
6809
6810 2015-04-07 Pedro Alves <palves@redhat.com>
6811
6812 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
6813 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
6814 interact with inferior program.
6815
6816 2015-04-07 Pedro Alves <palves@redhat.com>
6817
6818 * lib/gdb.exp (inferior_spawn_id): New global.
6819 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
6820 spawn id after processing the user code.
6821 (default_gdb_start): Set inferior_spawn_id.
6822 (send_inferior): New procedure.
6823 * lib/gdbserver-support.exp (gdbserver_start): Set
6824 inferior_spawn_id.
6825 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
6826
6827 2015-04-07 Pedro Alves <palves@redhat.com>
6828
6829 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
6830 * lib/gdbserver-support.exp (gdbserver_start): Make
6831 $server_spawn_id global.
6832 (gdbserver_start): Don't wait for gdbserver's spawn id with
6833 expect_background.
6834 (close_gdbserver): New procedure.
6835 (gdb_exit): Rename the default version and reimplement.
6836
6837 2015-04-07 Pedro Alves <palves@redhat.com>
6838
6839 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
6840 append the substituted item, not the original item.
6841
6842 2015-04-07 Pedro Alves <palves@redhat.com>
6843
6844 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
6845 gdb_expect.
6846
6847 2015-04-07 Pedro Alves <palves@redhat.com>
6848
6849 * gdb.base/interrupt.exp: Don't handle the case of the inferior
6850 output appearing once only.
6851
6852 2015-04-07 Pedro Alves <palves@redhat.com>
6853
6854 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
6855 that doesn't expect anything. Return early if running to main
6856 fails.
6857
6858 2015-04-07 Yao Qi <yao.qi@linaro.org>
6859
6860 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
6861 (child_function): Call alarm.
6862 (main): Move call to alarm into the loop.
6863 * gdb.threads/non-stop-fair-events.exp: Build program with
6864 -DTIMEOUT=$timeout.
6865
6866 2015-04-06 Doug Evans <xdje42@gmail.com>
6867
6868 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
6869 Fix dest parameter to board_info.
6870 (fpc_compile): Ditto.
6871 (gdb_compile_pascal): Rename dest arg to destfile.
6872
6873 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
6874
6875 * gdb.ada/funcall_ref.exp: New file.
6876 * gdb.ada/funcall_ref/foo.adb: New file.
6877
6878 2015-04-02 Yao Qi <yao.qi@linaro.org>
6879
6880 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
6881 is remote.
6882
6883 2015-04-02 Gary Benson <gbenson@redhat.com>
6884
6885 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
6886
6887 2015-04-01 Sasha Smundak <asmundak@google.com>
6888
6889 * gdb.python/py-unwind-maint.c: New file.
6890 * gdb.python/py-unwind-maint.exp: New test.
6891 * gdb.python/py-unwind-maint.py: New file.
6892 * gdb.python/py-unwind.c: New file.
6893 * gdb.python/py-unwind.exp: New test.
6894 * gdb.python/py-unwind.py: New test.
6895
6896 2015-04-01 Pedro Alves <palves@redhat.com>
6897
6898 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
6899 to fail instead of non-existent $test.
6900
6901 2015-04-01 Pedro Alves <palves@redhat.com>
6902
6903 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
6904 GDBFLAGS if not empty.
6905
6906 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
6907
6908 * gdb.ada/complete.exp: Remove "multi_line".
6909 * gdb.ada/info_exc.exp: Remove "multi_line".
6910 * gdb.ada/packed_tagged.exp: Remove "multi_line".
6911 * gdb.ada/ptype_field.exp: Remove "multi_line".
6912 * gdb.ada/sym_print_name.exp: Remove "multi_line".
6913 * gdb.ada/tagged.exp: Remove "multi_line".
6914 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
6915 [multi_line ...]
6916 * gdb.btrace/delta.exp: Likewise.
6917 * gdb.btrace/exception.exp: Likewise.
6918 * gdb.btrace/function_call_history.exp: Likewise.
6919 * gdb.btrace/instruction_history.exp: Likewise.
6920 * gdb.btrace/nohist.exp: Likewise.
6921 * gdb.btrace/record_goto.exp: Likewise.
6922 * gdb.btrace/segv.exp: Likewise.
6923 * gdb.btrace/stepi.exp: Likewise.
6924 * gdb.btrace/tailcall.exp: Likewise.
6925 * gdb.btrace/unknown_functions.exp: Likewise.
6926 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
6927 * lib/gdb.exp: Add the "multi_line" helper.
6928
6929 2015-04-01 Pedro Alves <palves@redhat.com>
6930
6931 * gdb.threads/tid-reuse.c: New file.
6932 * gdb.threads/tid-reuse.exp: New file.
6933
6934 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
6935
6936 PR corefiles/16092
6937 * gdb.base/coredump-filter.c: New file.
6938 * gdb.base/coredump-filter.exp: Likewise.
6939
6940 2015-03-27 Petr Machata <pmachata@redhat.com>
6941
6942 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
6943 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
6944 (Dwarf::assemble): Initialize them.
6945 (Dwarf::lines): New function.
6946
6947 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
6948
6949 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
6950 SYMBOL_PREFIX for x86_64-*-cygwin.
6951
6952 2015-03-26 Andy Wingo <wingo@igalia.com>
6953
6954 PR symtab/18148
6955 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
6956 const_value but not a location.
6957 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
6958 location defined in non-main CUs are visible.
6959
6960 2015-03-26 Yao Qi <yao.qi@linaro.org>
6961
6962 PR testsuite/18139
6963 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
6964 Add a line number entry for the same line.
6965 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
6966 Add a line number entry for the same line.
6967
6968 2015-03-26 Yao Qi <yao.qi@linaro.org>
6969
6970 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
6971 .int 0.
6972 (func): Likewise. Add .Lfunc_1 label.
6973 Use .Lfunc_1 label.
6974 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
6975 .int 0.
6976 (func): Likewise.
6977 Use .Lfunc_1 label.
6978
6979 2015-03-26 Yao Qi <yao.qi@linaro.org>
6980
6981 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
6982 Call gdb_compile instead to compile each .s files without debug
6983 information.
6984
6985 2015-03-26 Yao Qi <yao.qi@linaro.org>
6986
6987 * gdb.base/savedregs.exp (process_saved_regs): Make
6988 "Saved registers:" optional in the pattern.
6989
6990 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
6991
6992 * gdb.btrace/next.exp: Merged into step.exp.
6993 * gdb.btrace/finish.exp: Merged into step.exp.
6994 * gdb.btrace/nexti.exp: Merged into stepi.exp.
6995 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
6996 "record goto" and checking the exact replay position.
6997 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
6998 check for "Recording format" in "info record" output.
6999 * gdb.btrace/record_goto.exp: Choose test file based on target.
7000 * gdb.btrace/x86-record_goto.S: Renamed into ...
7001 * gdb.btrace/x86_64-record_goto.S: ... this.
7002 * gdb.btrace/i686-record_goto.S: New.
7003 * gdb.btrace/x86-tailcall.S: Renamed into ...
7004 * gdb.btrace/x86_64-tailcall.S: ... this.
7005 * gdb.btrace/i686-tailcall.S: New.
7006 * gdb.btrace/x86-tailcall.c: Renamed into ...
7007 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
7008 separate statements. Update test.
7009 * gdb.btrace/delta.exp: Use record_goto.c as test file.
7010 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7011 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7012 * gdb.btrace/tailcall.exp: Choose test file based on target.
7013 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7014
7015 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7016
7017 * gdb.btrace/exception.exp: Increase BTS buffer size.
7018
7019 2015-03-24 Pedro Alves <palves@redhat.com>
7020
7021 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7022
7023 2015-03-24 Pedro Alves <palves@redhat.com>
7024
7025 * gdb.threads/schedlock.exp (test_step): No longer expect that
7026 "set scheduler-locking step" with "next" over a function call runs
7027 threads unlocked.
7028
7029 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7030
7031 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7032
7033 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7034
7035 PR breakpoints/16466
7036 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7037 * gdb.mi/mi-pending.c (thread_func): New function.
7038 (int main): Add threading support required.
7039 * gdb.mi/mi-pending.exp: Add tests for this issue.
7040 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7041 (pendfunc2): Remove stdio dependency.
7042 * gdb.mi/mi-pendshr2.c: New file.
7043
7044 2015-03-23 Keith Seitz <keiths@redhat.com>
7045
7046 * gdb.linespec/keywords.c: New file.
7047 * gdb.linespec/keywords.exp: New file.
7048
7049 2015-03-23 Keith Seitz <keiths@redhat.com>
7050
7051 PR gdb/18021
7052 * gdb.dwarf2/staticvirtual.exp: New test.
7053
7054 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7055
7056 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7057 * README: Remove HP-UX and gdb.hp.
7058 (configuration):
7059 * configure: Regenerate.
7060 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7061 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7062 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7063 gdb.hp/gdb.defects/Makefile.
7064 * gdb.hp/Makefile.in: File deleted.
7065 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7066 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7067 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7068 * gdb.hp/gdb.aCC/run.c: File deleted.
7069 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7070 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7071 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7072 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7073 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7074 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7075 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7076 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7077 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7078 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7079 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7080 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7081 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7082 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7083 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7084 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7085 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7086 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7087 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7088 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7089 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7090 * gdb.hp/gdb.compat/average.c: File deleted.
7091 * gdb.hp/gdb.compat/sum.c: File deleted.
7092 * gdb.hp/gdb.compat/xdb.c: File deleted.
7093 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7094 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7095 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7096 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7097 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7098 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7099 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7100 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7101 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7102 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7103 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7104 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7105 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7106 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7107 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7108 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7109 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7110 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7111 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7112 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7113 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7114 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7115 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7116 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7117 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7118 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7119 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7120 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7121 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7122 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7123 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7124 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7125 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7126 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7127 * gdb.hp/tools/odump: File deleted.
7128
7129 2015-03-19 Pedro Alves <palves@redhat.com>
7130
7131 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7132 (saw_thread_3): New globals.
7133 (top level): Increment them when an event for the corresponding
7134 thread is seen.
7135 (no thread starvation): New test.
7136
7137 2015-03-19 Pedro Alves <palves@redhat.com>
7138
7139 * gdb.threads/continue-pending-status.c: New file.
7140 * gdb.threads/continue-pending-status.exp: New file.
7141
7142 2015-03-18 Pedro Alves <palves@redhat.com>
7143
7144 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7145 Use gdb_is_target_remote instead of is_remote. Use
7146 gdb_test_multiple instead of gdb_expect. Exit early if
7147 gdb_test_multiple hits its internal matches. Tighten stepi tests
7148 expected output. Fail on exit with any signal, instead of just
7149 SIGILL.
7150
7151 2015-03-18 Yao Qi <yao.qi@linaro.org>
7152
7153 PR tdep/18107
7154 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7155 variable.
7156 * gdb.base/catch-syscall.exp: Don't skip it on
7157 aarch64*-*-linux* target. Remove elements in all_syscalls.
7158 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7159 target.
7160 (setup_all_syscalls): New proc.
7161
7162 2015-03-16 Yao Qi <yao.qi@linaro.org>
7163
7164 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7165 (top level): Skip tests if valid_addr_p returns false for
7166 $cmd1 or $cmd2.
7167
7168 2015-03-11 Andy Wingo <wingo@igalia.com>
7169
7170 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7171
7172 2015-03-11 Yao Qi <yao.qi@linaro.org>
7173
7174 * gdb.base/catch-syscall.exp: Fix typo in comments.
7175
7176 2015-03-11 Yao Qi <yao.qi@linaro.org>
7177
7178 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7179
7180 2015-03-09 Pedro Alves <palves@redhat.com>
7181
7182 * dg-extract-results.py: Delete.
7183
7184 2015-03-09 Pedro Alves <palves@redhat.com>
7185
7186 Merge dg-extract-results.sh from GCC upstream (r218843).
7187
7188 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7189 * dg-extract-results.sh: Use --text with grep to avoid issues with
7190 binary files. Fall back to cat -v, if that doesn't work.
7191
7192 2015-03-05 Pedro Alves <palves@redhat.com>
7193
7194 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7195
7196 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7197
7198 * lib/mi-support.exp (mi_expect_interrupt): Accept
7199 alternative event for when in all-stop mode.
7200
7201 2015-03-04 Pedro Alves <palves@redhat.com>
7202
7203 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7204
7205 2015-03-04 Mark Kettenis <kettenis@gnu.org>
7206
7207 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7208
7209 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7210
7211 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7212 regexps for GDB's current line display, accept a hex address
7213 preceding the line number.
7214
7215 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7216
7217 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7218 the 'arch1' variable for "s390*-linux*" targets.
7219
7220 2015-03-04 Pedro Alves <palves@redhat.com>
7221
7222 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7223 (main): Pass missing retval argument to pthread_join call.
7224
7225 2015-03-02 Pedro Alves <palves@redhat.com>
7226
7227 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7228 (top level): Call do_test with non-stop as well.
7229
7230 2015-03-02 Pedro Alves <palves@redhat.com>
7231
7232 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7233 -1.
7234
7235 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7236
7237 * gdb.arch/s390-vregs.exp: New test.
7238 * gdb.arch/s390-vregs.S: New file.
7239
7240 2015-02-27 Pedro Alves <palves@redhat.com>
7241
7242 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7243 call to catch_command_errors.
7244 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7245 catch_command_errors.
7246
7247 2015-02-27 Pedro Alves <palves@redhat.com>
7248
7249 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7250 "true" for boolean result.
7251 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7252 prototype of main.
7253
7254 2015-02-27 Pedro Alves <palves@redhat.com>
7255
7256 * lib/unbuffer_output.c: New file.
7257 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7258 (main): Call gdb_unbuffer_output.
7259
7260 2015-02-27 Yao Qi <yao.qi@linaro.org>
7261
7262 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7263 target.
7264
7265 2015-02-26 Doug Evans <dje@google.com>
7266
7267 * gdb.cp/class2.cc (Dbase, D): New classes.
7268 (main): New local delta.
7269 * gdb.cp/class2.exp: Test printing delta.
7270 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7271 (dynbar): New global.
7272 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7273
7274 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7275
7276 * gdb.compile/compile-ifunc.c: New file.
7277 * gdb.compile/compile-ifunc.exp: New file.
7278
7279 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7280
7281 * gdb.base/structs.exp: Check for correct struct on finish.
7282
7283 2015-02-26 Yao Qi <yao.qi@linaro.org>
7284
7285 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7286 is zero.
7287
7288 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7289
7290 * gdb.arch/cordic.ko.bz2: New file.
7291 * gdb.arch/cordic.ko.debug.bz2: New file.
7292 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7293
7294 2015-02-25 Yao Qi <yao.qi@linaro.org>
7295
7296 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7297 aarch64*-*-* target.
7298
7299 2015-02-23 Pedro Alves <palves@redhat.com>
7300
7301 * lib/gdb.exp (delete_breakpoints): Rewrite using
7302 gdb_test_multiple.
7303
7304 2015-02-23 Pedro Alves <palves@redhat.com>
7305
7306 * gdb.base/info-os.c: Include stdlib.h.
7307
7308 2015-02-22 Doug Evans <xdje42@gmail.com>
7309
7310 PR symtab/17855
7311 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7312 is read after symbols have been re-read.
7313 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7314 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7315
7316 2015-02-21 Doug Evans <dje@google.com>
7317
7318 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7319
7320 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7321
7322 PR corefiles/17808
7323 * gdb.arch/i386-biarch-core.core.bz2: New file.
7324 * gdb.arch/i386-biarch-core.exp: New file.
7325
7326 2015-02-21 Pedro Alves <palves@redhat.com>
7327
7328 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7329 runto_main fails.
7330
7331 2015-02-20 Pedro Alves <palves@redhat.com>
7332
7333 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7334 info probes.
7335
7336 2015-02-20 Pedro Alves <palves@redhat.com>
7337
7338 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7339
7340 2015-02-20 Pedro Alves <palves@redhat.com>
7341
7342 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7343 clean_restart before gdb_target_supports_trace.
7344
7345 2015-02-20 Pedro Alves <palves@redhat.com>
7346
7347 PR threads/18006
7348 * gdb.threads/clone-thread_db.c: New file.
7349 * gdb.threads/clone-thread_db.exp: New file.
7350
7351 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7352
7353 PR breakpoints/16812
7354 * gdb.base/catch-gdb-caused-signals.c: New file.
7355 * gdb.base/catch-gdb-caused-signals.exp: New file.
7356
7357 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7358
7359 * configure: Regenerated.
7360 * configure.ac: Use GDB_AC_TRANSFORM.
7361 * aclocal.m4: sinclude ../transform.m4.
7362
7363 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7364
7365 * lib/dtrace.exp: New file.
7366 * gdb.base/dtrace-probe.exp: Likewise.
7367 * gdb.base/dtrace-probe.d: Likewise.
7368 * gdb.base/dtrace-probe.c: Likewise.
7369 * lib/pdtrace.in: Likewise.
7370 * configure.ac: Output variables with the transformed names of
7371 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
7372 * configure: Regenerated.
7373
7374 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7375
7376 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7377 expected message when trying to access $_probe_* convenience
7378 variables while not on a probe.
7379
7380 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7381
7382 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7383
7384 2015-02-11 Pedro Alves <pedro@codesourcery.com>
7385
7386 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7387 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7388
7389 2015-02-10 Doug Evans <xdje42@gmail.com>
7390
7391 * lib/gdb.exp (gdb_load): Always return a result.
7392
7393 2015-02-10 Pedro Alves <palves@redhat.com>
7394
7395 * gdb.threads/signal-sigtrap.c: New file.
7396 * gdb.threads/signal-sigtrap.exp: New file.
7397
7398 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7399
7400 * gdb.trace/no-attach-trace.c: New file.
7401 * gdb.trace/no-attach-trace.exp: New file.
7402
7403 2015-02-09 Mark Wielaard <mjw@redhat.com>
7404
7405 * gdb.dwarf2/atomic.c: New file.
7406 * gdb.dwarf2/atomic-type.exp: Likewise.
7407
7408 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7409
7410 * gdb.btrace/buffer-size.exp: Update "info record" output.
7411 * gdb.btrace/delta.exp: Update "info record" output.
7412 * gdb.btrace/enable.exp: Update "info record" output.
7413 * gdb.btrace/finish.exp: Update "info record" output.
7414 * gdb.btrace/instruction_history.exp: Update "info record" output.
7415 * gdb.btrace/next.exp: Update "info record" output.
7416 * gdb.btrace/nexti.exp: Update "info record" output.
7417 * gdb.btrace/step.exp: Update "info record" output.
7418 * gdb.btrace/stepi.exp: Update "info record" output.
7419 * gdb.btrace/nohist.exp: Update "info record" output.
7420
7421 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7422
7423 * gdb.btrace/buffer-size: New.
7424
7425 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7426
7427 * gdb.btrace/delta.exp: Update "info record" output.
7428 * gdb.btrace/enable.exp: Update "info record" output.
7429 * gdb.btrace/finish.exp: Update "info record" output.
7430 * gdb.btrace/instruction_history.exp: Update "info record" output.
7431 * gdb.btrace/next.exp: Update "info record" output.
7432 * gdb.btrace/nexti.exp: Update "info record" output.
7433 * gdb.btrace/step.exp: Update "info record" output.
7434 * gdb.btrace/stepi.exp: Update "info record" output.
7435 * gdb.btrace/nohist.exp: Update "info record" output.
7436
7437 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
7438
7439 PR gdb/15678
7440 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7441
7442 2015-02-06 Pedro Alves <palves@redhat.com>
7443
7444 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7445 macro.
7446 (seconds_left, again): New globals.
7447 (main): Wait seconds_left in a 1-second sleep loop instead of
7448 sleeping 180 seconds. If 'again' is set, reset the seconds
7449 counter.
7450 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7451 'again' in the inferior before detaching. Print the seconds left.
7452 (options): New global.
7453 (top level): Build program with -DTIMEOUT=$timeout.
7454
7455 2015-02-06 Pedro Alves <palves@redhat.com>
7456
7457 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7458 determine how many seconds to pass to 'alarm'.
7459 * gdb.base/gdb-sigterm.exp (top level): Build program with
7460 -DTIMEOUT=$timeout.
7461 (do_test): Return success/failure indication. Add more verbose
7462 logging. Don't fail if 200 single steps are seen. Instead, fail
7463 when the test times out.
7464 (passes): New global.
7465 (top level): Break the testing loop if testing fails on any
7466 iteration. Use gdb_assert.
7467
7468 2015-02-04 Don Breazeal <donb@codesourcery.com>
7469
7470 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7471 and initialize them.
7472 (ipc_cleanup): New function.
7473 (main): Don't declare shmid, semid, and msqid. Add a call to
7474 atexit so that we call ipc_cleanup on exit.
7475
7476 2015-02-04 Pedro Alves <palves@redhat.com>
7477
7478 * boards/native-extended-gdbserver.exp: Remove any target variant
7479 specifications from the board name before clearing the isremote
7480 flag from board_info.
7481
7482 2015-01-31 Doug Evans <xdje42@gmail.com>
7483
7484 * gdb.base/maint.exp <maint print type argc>: Update expected output.
7485
7486 2015-01-31 Gary Benson <gbenson@redhat.com>
7487
7488 * gdb.base/completion.exp: Disable completion limiting for
7489 existing tests. Add new tests to check completion limiting.
7490 * gdb.linespec/ls-errs.exp: Disable completion limiting.
7491
7492 2015-01-31 Doug Evans <xdje42@gmail.com>
7493
7494 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7495
7496 2015-01-31 Doug Evans <xdje42@gmail.com>
7497
7498 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7499 entries. Duplicate file section script entries.
7500 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7501 inlined entries. Add test for safe-path rejection.
7502 * gdb.python/py-section-script.c: Add duplicate inlined section script
7503 entries. Duplicate file section script entries.
7504 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7505 inlined entries. Add test for safe-path rejection.
7506
7507 2015-01-29 Joel Brobecker <brobecker@adacore.com>
7508
7509 * gdb.ada/disc_arr_bound: New testcase.
7510
7511 2015-01-29 Joel Brobecker <brobecker@adacore.com>
7512
7513 * gdb.ada/mi_var_array: New testcase.
7514
7515 2015-01-27 Doug Evans <dje@google.com>
7516
7517 * gdb.python/py-objfile.exp: Add tests for objfile.username.
7518 Add test for objfile.filename, objfile.username after objfile
7519 has been unloaded.
7520
7521 2015-01-26 Joel Brobecker <brobecker@adacore.com>
7522
7523 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7524 the second test to print the name attribute of value
7525 returned by the call to gdb.lookup_type, and adjust
7526 the expected output accordingly.
7527
7528 2015-01-25 Mark Wielaard <mjw@redhat.com>
7529
7530 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7531 * gdb.base/disp-step-fork.c: Include unistd.h.
7532 * gdb.base/siginfo-obj.c: Include stdio.h.
7533 * gdb.base/siginfo-thread.c: Likewise.
7534 * gdb.mi/non-stop.c: Include unistd.h.
7535 * gdb.mi/nsthrexec.c: Include stdio.h.
7536 * gdb.mi/pthreads.c: Include unistd.h.
7537 * gdb.modula2/unbounded1.c (main): Declare returns int.
7538 * gdb.reverse/consecutive-reverse.c: Likewise.
7539 * gdb.threads/create-fail.c: Include unistd.h.
7540 * gdb.threads/killed.c: Likewise.
7541 * gdb.threads/linux-dp.c: Likewise.
7542 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
7543 * gdb.threads/non-ldr-exc-2.c: Likewise.
7544 * gdb.threads/non-ldr-exc-3.c: Likewise.
7545 * gdb.threads/non-ldr-exc-4.c: Likewise.
7546 * gdb.threads/pthreads.c: Include unistd.h.
7547 (main): Declare returns int.
7548 * gdb.threads/tls-main.c (foo): New declaration.
7549 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
7550
7551 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
7552
7553 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
7554 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
7555
7556 2015-01-15 Mark Wielaard <mjw@redhat.com>
7557
7558 * gdb.base/noreturn-return.c: New file.
7559 * gdb.base/noreturn-return.exp: New file.
7560 * gdb.base/noreturn-finish.c: New file.
7561 * gdb.base/noreturn-finish.exp: New file.
7562
7563 2015-01-23 Pedro Alves <palves@redhat.com>
7564
7565 * gdb.threads/continue-pending-after-query.c: New file.
7566 * gdb.threads/continue-pending-after-query.exp: New file.
7567
7568 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
7569 Simon Marchi <simon.marchi@ericsson.com>
7570
7571 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
7572 * gdb.base/valgrind-db-attach.exp: Same.
7573 * gdb.base/valgrind-infcall.exp: Same.
7574 * lib/mi-support.exp (default_mi_gdb_start): Same.
7575 * lib/prompt.exp (default_prompt_gdb_start): Same.
7576 * lib/gdb.exp (default_gdb_spawn): Same.
7577 (gdb_interact): New.
7578
7579
7580 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7581
7582 * gdb.compile/compile.exp (pointer to jit function): New test.
7583
7584 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
7585
7586 * lib/gdb.exp (supports_process_record): Return true for
7587 powerpc*-*-linux*.
7588 (supports_reverse): Likewise.
7589
7590 2015-01-15 Don Breazeal <donb@codesourcery.com>
7591
7592 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
7593 instead of checking whether the target board is remote and
7594 use spawn_wait_for_attach instead of exec/sleep.
7595 * gdb.base/attach-twice.exp: Likewise.
7596
7597 2015-01-15 Joel Brobecker <brobecker@adacore.com>
7598
7599 * gdb.ada/var_arr_attrs: New testcase.
7600
7601 2015-01-14 Pedro Alves <palves@redhat.com>
7602 Joel Brobecker <brobecker@adacore.com>
7603
7604 PR gdb/17525
7605 * gdb.base/bp-cmds-execution-x-script.c: New file.
7606 * gdb.base/bp-cmds-execution-x-script.exp: New file.
7607 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
7608
7609 2015-01-14 Pedro Alves <palves@redhat.com>
7610
7611 PR cli/17828
7612 * gdb.base/batch-preserve-term-settings.c: New file.
7613 * gdb.base/batch-preserve-term-settings.exp: New file.
7614
7615 2015-01-13 Doug Evans <dje@google.com>
7616
7617 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
7618 binary.
7619
7620 2015-01-13 Joel Brobecker <brobecker@adacore.com>
7621
7622 * Makefile.in (clean mostlyclean): Do not delete *.py.
7623
7624 2015-01-13 Joel Brobecker <brobecker@adacore.com>
7625
7626 * gdb.python/py-lookup-type.exp: New file.
7627
7628 2015-01-12 Pedro Alves <palves@redhat.com>
7629
7630 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
7631 restore GDBFLAGS before returning.
7632
7633 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7634
7635 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
7636 is_amd64_regs_target and is_x86_like_target.
7637
7638 2015-01-11 Doug Evans <xdje42@gmail.com>
7639
7640 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
7641 is given without an explicit form.
7642 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
7643 attributes.
7644 * gdb.dwarf/corrupt.exp: Ditto.
7645 * gdb.dwarf2/enum-type.exp: Ditto.
7646 * gdb.trace/entry-values.exp: Ditto.
7647 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
7648
7649 2015-01-11 Doug Evans <xdje42@gmail.com>
7650
7651 PR gdb/15830
7652 * gdb.base/maint.exp: Remove references to "maint demangle".
7653 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
7654 Add tests for explicitly specifying language to demangle.
7655 * gdb.dlang/demangle.exp: Ditto.
7656
7657 2015-01-09 Pedro Alves <palves@redhat.com>
7658
7659 * gdb.threads/non-stop-fair-events.c: New file.
7660 * gdb.threads/non-stop-fair-events.exp: New file.
7661
7662 2015-01-09 Pedro Alves <palves@redhat.com>
7663
7664 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
7665 the global scope. Set a breakpoint after all threads are started
7666 rather than stepping over two source lines. Expect the prompt.
7667 * gdb.base/watch_thread_num.c (threads_started_barrier): New
7668 global.
7669 (NUM): Now 15.
7670 (main): Use threads_started_barrier to wait for all threads to
7671 start. Main thread no longer calls thread_function. Exit after
7672 180 seconds.
7673 (loop): New function.
7674 (thread_function): Wait on threads_started_barrier barrier. Call
7675 'loop' at each iteration.
7676 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
7677 threads have started, instead of hardcoding number of "next"
7678 steps. Use an access watchpoint instead of a write watchpoint.
7679
7680 2015-01-09 Pedro Alves <palves@redhat.com>
7681
7682 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
7683 (thread_func): Wait on barrier.
7684 (main): Wait for all threads to start before stopping GDB.
7685 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
7686 global.
7687 (thread1_func, thread2_func): Wait on barrier.
7688 (main): Wait for all threads to start before stopping GDB.
7689 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
7690 New global.
7691 (thread1_func, thread2_func): Wait on barrier.
7692 (main): Wait for all threads to start before stopping GDB.
7693
7694 2015-01-09 Pedro Alves <palves@redhat.com>
7695
7696 * gdb.threads/attach-many-short-lived-threads.c: New file.
7697 * gdb.threads/attach-many-short-lived-threads.exp: New file.
7698
7699 2014-01-09 Pedro Alves <palves@redhat.com>
7700
7701 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
7702 instead of to thread 2.
7703 * gdb.threads/signal-command-multiple-signals-pending.c (main):
7704 Add barrier around each pthread_create call instead of around all
7705 calls.
7706 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
7707 Set a break on thread_function and have the child threads hit it
7708 one at at a time.
7709
7710 2015-01-09 Pedro Alves <palves@redhat.com>
7711
7712 * lib/gdb.exp (can_spawn_for_attach): New procedure.
7713 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
7714 false.
7715 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
7716 checking whether the target board is remote.
7717 * gdb.multi/multi-attach.exp: Likewise.
7718 * gdb.python/py-sync-interp.exp: Likewise.
7719 * gdb.server/ext-attach.exp: Likewise.
7720 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
7721 tests that need to attach, instead of checking whether the target
7722 board is remote at the top of the file.
7723
7724 2015-01-08 Yao Qi <yao@codesourcery.com>
7725
7726 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
7727
7728 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7729
7730 Fix testcase compilation.
7731 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
7732
7733 2015-01-06 Joel Brobecker <brobecker@adacore.com>
7734
7735 * gdb.python/py-type.exp: Add a couple test about empty
7736 array creation, and negative-length array creation.
7737
7738 2015-01-02 Doug Evans <xdje42@gmail.com>
7739
7740 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
7741
7742 2015-01-02 Doug Evans <dje@google.com>
7743
7744 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
7745
7746 2014-12-29 Yao Qi <yao@codesourcery.com>
7747
7748 * gdb.trace/entry-values.exp: Update comments. Rename variable
7749 bar_call_foo to returned_from_foo.
7750
7751 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
7752
7753 PR gdb/17394
7754 * gdb.linespec/break-asm-file.c: New file.
7755 * gdb.linespec/break-asm-file.exp: New file.
7756 * gdb.linespec/break-asm-file0.s: New file.
7757 * gdb.linespec/break-asm-file1.s: New file.
7758
7759 2014-12-18 Nigel Stephens <nigel@mips.com>
7760 Maciej W. Rozycki <macro@codesourcery.com>
7761
7762 * gdb.base/float.exp: Handle the new output from "info float" on
7763 MIPS targets.
7764
7765 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7766
7767 Fix MinGW compilation.
7768 * gdb.compile/compile-ops.exp: Update untested message if
7769 !skip_compile_feature_tests.
7770 * gdb.compile/compile-setjmp.exp: Likewise.
7771 * gdb.compile/compile-tls.exp: Likewise.
7772 * gdb.compile/compile.exp: Likewise.
7773 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
7774 supported on this host".
7775
7776 2014-12-16 Doug Evans <xdje42@gmail.com>
7777
7778 * boards/stabs.exp: New file.
7779
7780 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
7781
7782 * gdb.base/completion.exp: Adjust to format changes of "maint
7783 print user-registers".
7784
7785 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
7786
7787 PR server/17457
7788 * gdb.arch/aarch64-fp.c: New file.
7789 * gdb.arch/aarch64-fp.exp: New file.
7790
7791 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7792
7793 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
7794 r210637, r210913, r211666, r215400, r215817).
7795
7796 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
7797 * dg-extract-results.py: New file.
7798 * dg-extract-results.sh: Use it if the environment seems
7799 suitable.
7800
7801 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
7802
7803 * dg-extract-results.py (parse_run): Handle warnings that
7804 are printed before a test harness is run.
7805
7806 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
7807
7808 * dg-extract-results.py (Named): Remove __cmp__ method.
7809 (output_variation): Use a key to sort variation.harnesses.
7810
7811 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
7812
7813 * dg-extract-results.py: For Python 3, force sys.stdout to
7814 handle surrogate escape sequences.
7815 (safe_open): New function.
7816 (output_segment, main): Use it.
7817
7818 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
7819
7820 * dg-extract-results.py (Prog.result_re): Include options
7821 in test name.
7822
7823 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
7824
7825 * dg-extract-results.py (output_variation): Always sort if
7826 do_sum.
7827
7828 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
7829
7830 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
7831 as long as we get pagination notifications.
7832
7833 2014-12-15 Jason Merrill <jason@redhat.com>
7834
7835 * Makefile.in (check-gdb.%): Restore.
7836 * README: Mention it.
7837
7838 2014-12-13 Joel Brobecker <brobecker@adacore.com>
7839
7840 * gdb.ada/str_uninit: New testcase.
7841
7842 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7843
7844 PR symtab/17642
7845 * gdb.base/vla-stub-define.c: New file.
7846 * gdb.base/vla-stub.c: New file.
7847 * gdb.base/vla-stub.exp: New file.
7848
7849 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
7850 Jan Kratochvil <jan.kratochvil@redhat.com>
7851 Tom Tromey <tromey@redhat.com>
7852
7853 * configure.ac: Add gdb.compile/.
7854 * configure: Regenerate.
7855 * gdb.compile/Makefile.in: New file.
7856 * gdb.compile/compile-ops.exp: New file.
7857 * gdb.compile/compile-ops.c: New file.
7858 * gdb.compile/compile-tls.c: New file.
7859 * gdb.compile/compile-tls.exp: New file.
7860 * gdb.compile/compile-constvar.S: New file.
7861 * gdb.compile/compile-constvar.c: New file.
7862 * gdb.compile/compile-mod.c: New file.
7863 * gdb.compile/compile-nodebug.c: New file.
7864 * gdb.compile/compile-setjmp-mod.c: New file.
7865 * gdb.compile/compile-setjmp.c: New file.
7866 * gdb.compile/compile-setjmp.exp: New file.
7867 * gdb.compile/compile-shlib.c: New file.
7868 * gdb.compile/compile.c: New file.
7869 * gdb.compile/compile.exp: New file.
7870 * lib/gdb.exp (skip_compile_feature_tests): New proc.
7871
7872 2014-12-12 Tom Tromey <tromey@redhat.com>
7873
7874 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
7875 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
7876
7877 2014-12-12 Doug Evans <dje@google.com>
7878
7879 * lib/gdb-python.exp (get_python_valueof): New function.
7880 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
7881
7882 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7883
7884 * gdb.base/completion.exp: Add test for completion of "info
7885 registers ".
7886
7887 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
7888
7889 * gdb.base/func-ptrs.c: New file.
7890 * gdb.base/func-ptrs.exp: New file.
7891
7892 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
7893
7894 PR breakpoints/17012
7895 * gdb.base/dprintf-detach.c: New file.
7896 * gdb.base/dprintf-detach.exp: New file.
7897
7898 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
7899
7900 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
7901 * lib/gdb.exp (target_is_gdbserver): New procedure.
7902
7903 2014-12-08 Doug Evans <dje@google.com>
7904
7905 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
7906
7907 2014-12-05 Yao Qi <yao@codesourcery.com>
7908
7909 * gdb.guile/scm-error.exp: Remove the third argument to
7910 gdb_remote_download.
7911 * gdb.guile/scm-frame-args.exp: Likewise.
7912 * gdb.guile/scm-section-script.exp: Likewise.
7913
7914 2014-12-05 Yao Qi <yao@codesourcery.com>
7915
7916 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
7917
7918 2014-12-04 Doug Evans <dje@google.com>
7919
7920 * gdb.python/py-objfile.exp: Add tests for
7921 objfile.add_separate_debug_file.
7922
7923 2014-12-04 Doug Evans <dje@google.com>
7924
7925 * lib/gdb.exp (get_build_id): New function.
7926 (build_id_debug_filename_get): Rewrite to use it.
7927 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
7928
7929 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
7930
7931 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
7932 `method(long)', not just 0x0.
7933 * gdb.cp/nsalias.exp: Align code labels to 4.
7934 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
7935 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
7936 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
7937 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
7938 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
7939 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
7940
7941 2014-12-02 Doug Evans <dje@google.com>
7942
7943 PR symtab/17602
7944 * gdb.cp/anon-ns.cc: Move guts of this file to ...
7945 * gdb.cp/anon-ns2.cc: ... here. New file.
7946 * gdb.cp/anon-ns.exp: Update.
7947
7948 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
7949
7950 * gdb.python/py-events.py (inferior_call_handler): New.
7951 (register_changed_handler, memory_changed_handler): New.
7952 (test_events.invoke): Register new handlers.
7953 * gdb.python/py-events.exp: Add tests for inferior call,
7954 memory_changed and register_changed events.
7955
7956 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7957
7958 * gdb.base/execl-update-breakpoints.exp: Specify the link address
7959 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
7960 if the linker doesn't understand this.
7961
7962 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
7963
7964 * gdb.python/python.exp: Change expected reply to help().
7965
7966 2014-12-01 Yao Qi <yao@codesourcery.com>
7967
7968 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
7969 AC_CONFIG_SUBDIRS(gdb.gdbtk).
7970 * configure: Re-generated.
7971
7972 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
7973
7974 * gdb.cp/chained-calls.cc: New file.
7975 * gdb.cp/chained-calls.exp: New file.
7976 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
7977
7978 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
7979
7980 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
7981 * gdb.dwarf2/symtab-producer.exp: Same.
7982 * gdb.gdb/python-interrupts.exp: Same.
7983 * gdb.gdb/python-selftest.exp: Same.
7984 * gdb.python/py-linetable.exp: Same.
7985 * gdb.python/py-type.exp: Same.
7986 * gdb.python/py-value-cc.exp: Same.
7987 * gdb.python/py-value.exp: Same.
7988
7989 2014-11-28 Yao Qi <yao@codesourcery.com>
7990
7991 * gdb.base/break-probes.exp: Match library name prefixed with
7992 sysroot.
7993
7994 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
7995
7996 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
7997 test expected output. Add parentheses for the call to print.
7998 Remove L suffix from integers.
7999
8000 2014-11-26 Doug Evans <dje@google.com>
8001
8002 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8003
8004 2014-11-22 Yao Qi <yao@codesourcery.com>
8005
8006 * gdb.trace/entry-values.c: Remove asms.
8007 (foo): Add foo_label.
8008 (bar): Add bar_label.
8009 * gdb.trace/entry-values.exp: Remove code computing foo's
8010 length and bar's length.
8011 (Dwarf::assemble): Invoke function_range for bar and use
8012 MACRO_AT_func for foo.
8013
8014 2014-11-22 Yao Qi <yao@codesourcery.com>
8015
8016 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8017 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
8018 Use .Lgcc43_procstart instead of gcc43.
8019
8020 2014-11-21 Joel Brobecker <brobecker@adacore.com>
8021
8022 * gdb.ada/n_arr_bound: New testcase.
8023
8024 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
8025
8026 PR breakpoints/10737
8027 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8028 test_catch_syscall_multi_arch.
8029 (test_catch_syscall_multi_arch): New function.
8030
8031 2014-11-20 Doug Evans <xdje42@gmail.com>
8032
8033 * gdb.base/maint.exp: Update expected output.
8034
8035 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8036
8037 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8038 4-byte instruction on S390.
8039
8040 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8041
8042 * gdb.ada/arr_arr: New testcase.
8043
8044 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8045
8046 * gdb.ada/pkd_arr_elem: New Testcase.
8047
8048 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
8049
8050 * gdb.reverse/break-precsave: Expect completion message for
8051 core file reads.
8052 * gdb.reverse/consecutive-precsave.exp: Likewise.
8053 * gdb.reverse/finish-precsave.exp: Likewise.
8054 * gdb.reverse/i386-precsave.exp: Likewise.
8055 * gdb.reverse/machinestate-precsave.exp: Likewise.
8056 * gdb.reverse/sigall-precsave.exp: Likewise.
8057 * gdb.reverse/solib-precsave.exp: Likewise.
8058 * gdb.reverse/step-precsave.exp: Likewise.
8059 * gdb.reverse/until-precsave.exp: Likewise.
8060 * gdb.reverse/watch-precsave.exp: Likewise.
8061
8062 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8063
8064 * gdb.base/bp-permanent.c: Include unistd.h.
8065 * gdb.python/py-framefilter-mi.c (main): Add return type.
8066 * gdb.python/py-framefilter.c (main): Likewise.
8067 * gdb.trace/actions-changed.c (main): Likewise.
8068
8069 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8070
8071 * gdb.mi/until.c: Add eye-catchers.
8072 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8073 line numbers.
8074
8075 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8076
8077 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8078 function header variants in break1.c.
8079 * gdb.base/ena-dis-br.exp: Likewise.
8080 * gdb.base/hbreak2.exp: Likewise.
8081 * gdb.reverse/until-precsave.exp: Drop references to removed
8082 non-prototype function header variants in ur1.c.
8083 * gdb.reverse/until-reverse.exp: Likewise.
8084
8085 2014-11-17 Petr Machata <pmachata@redhat.com>
8086
8087 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8088 ${_cu_offset_size} bytes abbrev offset.
8089
8090 2014-11-15 Doug Evans <xdje42@gmail.com>
8091
8092 PR symtab/17559
8093 * gdb.base/line-symtabs.exp: New file.
8094 * gdb.base/line-symtabs.c: New file.
8095 * gdb.base/line-symtabs.h: New file.
8096
8097 2014-11-14 Yao Qi <yao@codesourcery.com>
8098
8099 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8100 (func): Add label func_label.
8101 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8102 Replace low_pc and high_pc with MACRO_AT_range.
8103 Replace name, low_pc and high_pc with MACRO_AT_func.
8104
8105 2014-11-14 Yao Qi <yao@codesourcery.com>
8106
8107 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8108 Replace name, low_pc and high_pc with MACRO_AT_func.
8109
8110 2014-11-14 Yao Qi <yao@codesourcery.com>
8111
8112 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8113 produce debug information.
8114 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8115
8116 2014-11-14 Yao Qi <yao@codesourcery.com>
8117
8118 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8119 object and get function length.
8120 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8121 with MACRO_AT_func.
8122 (top-level): Replace gdb_compile and clean_restart with
8123 prepare_for_testing.
8124 * gdb.dwarf2/main.c (main): Add label main_label.
8125
8126 2014-11-14 Yao Qi <yao@codesourcery.com>
8127
8128 * lib/dwarf.exp (function_range): New procedure.
8129 (Dwarf::_handle_macro_at_func): New procedure.
8130 (Dwarf::_handle_macro_at_range): New procedure.
8131 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8132
8133 2014-11-14 Yao Qi <yao@codesourcery.com>
8134
8135 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8136 (_handle_attribute): New procedure.
8137
8138 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8139
8140 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8141 * gdb.base/call-sc.c (zed): Likewise.
8142 * gdb.base/checkpoint.c (main): Likewise.
8143 * gdb.base/dump.c (main): Likewise.
8144 * gdb.base/gcore.c (main): Likewise.
8145 * gdb.base/huge.c (main): Likewise.
8146 * gdb.base/multi-forks.c (main): Likewise.
8147 * gdb.base/pr10179-a.c (main): Likewise.
8148 * gdb.base/savedregs.c (main): Likewise.
8149 * gdb.base/sigaltstack.c (main): Likewise.
8150 * gdb.base/siginfo.c (main): Likewise.
8151 * gdb.base/structs.c (zed): Likewise.
8152 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8153 * gdb.mi/mi-syn-frame.c (main): Likewise.
8154 * gdb.mi/until.c (foo, main): Likewise.
8155 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8156 * gdb.base/solib-weak.c (foo): Declare.
8157 * gdb.base/attach-twice.c: Include stdio.h.
8158 * gdb.base/weaklib1.c: Likewise.
8159 * gdb.base/weaklib2.c: Likewise.
8160 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8161 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8162 unistd.h.
8163 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8164 * gdb.mi/mi-exit-code.c: Likewise.
8165 * gdb.base/break-interp-lib.c: Include string.h.
8166 * gdb.base/coremaker.c: Likewise.
8167 * gdb.base/testenv.c: Likewise.
8168 * gdb.python/py-finish-breakpoint.c: Likewise.
8169 * gdb.base/inferior-died.c: Include sys/wait.h.
8170 * gdb.base/fileio.c: Include time.h.
8171 * gdb.base/async-shell.c: Include unistd.h.
8172 * gdb.base/dprintf-non-stop.c: Likewise.
8173 * gdb.base/info-os.c: Likewise.
8174 * gdb.mi/mi-console.c: Likewise.
8175 * gdb.mi/watch-nonstop.c: Likewise.
8176 * gdb.python/py-events.c: Likewise.
8177 * gdb.base/async.c (baz): Move up before its invocation.
8178 * gdb.base/code_elim2.c (my_global_func): Likewise.
8179 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8180 * gdb.base/advance.c (func2): Likewise.
8181
8182 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8183
8184 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8185 variant.
8186 * gdb.base/annota3.c: Likewise.
8187 * gdb.base/async.c: Likewise.
8188 * gdb.base/average.c: Likewise.
8189 * gdb.base/call-ar-st.c: Likewise.
8190 * gdb.base/call-rt-st.c: Likewise.
8191 * gdb.base/call-sc.c: Likewise.
8192 * gdb.base/call-strs.c: Likewise.
8193 * gdb.base/ending-run.c: Likewise.
8194 * gdb.base/execd-prog.c: Likewise.
8195 * gdb.base/exprs.c: Likewise.
8196 * gdb.base/foll-exec.c: Likewise.
8197 * gdb.base/foll-fork.c: Likewise.
8198 * gdb.base/foll-vfork.c: Likewise.
8199 * gdb.base/funcargs.c: Likewise.
8200 * gdb.base/gcore.c: Likewise.
8201 * gdb.base/jump.c: Likewise.
8202 * gdb.base/langs0.c: Likewise.
8203 * gdb.base/langs1.c: Likewise.
8204 * gdb.base/langs2.c: Likewise.
8205 * gdb.base/mips_pro.c: Likewise.
8206 * gdb.base/nodebug.c: Likewise.
8207 * gdb.base/opaque0.c: Likewise.
8208 * gdb.base/opaque1.c: Likewise.
8209 * gdb.base/recurse.c: Likewise.
8210 * gdb.base/run.c: Likewise.
8211 * gdb.base/scope0.c: Likewise.
8212 * gdb.base/scope1.c: Likewise.
8213 * gdb.base/setshow.c: Likewise.
8214 * gdb.base/setvar.c: Likewise.
8215 * gdb.base/shmain.c: Likewise.
8216 * gdb.base/shr1.c: Likewise.
8217 * gdb.base/shr2.c: Likewise.
8218 * gdb.base/sigall.c: Likewise.
8219 * gdb.base/signals.c: Likewise.
8220 * gdb.base/so-indr-cl.c: Likewise.
8221 * gdb.base/solib2.c: Likewise.
8222 * gdb.base/structs.c: Likewise.
8223 * gdb.base/sum.c: Likewise.
8224 * gdb.base/vforked-prog.c: Likewise.
8225 * gdb.base/watchpoint.c: Likewise.
8226 * gdb.reverse/shr2.c: Likewise.
8227 * gdb.reverse/until-reverse.c: Likewise.
8228 * gdb.reverse/ur1.c: Likewise.
8229 * gdb.reverse/watch-reverse.c: Likewise.
8230
8231 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8232
8233 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8234 variant.
8235 * gdb.base/sepdebug.exp: Drop references to removed code.
8236
8237 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8238
8239 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8240 variant. Preserve original line numbering.
8241 * gdb.base/list1.c: Likewise.
8242
8243 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8244
8245 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8246 variant.
8247 * gdb.base/break1.c: Likewise.
8248 * gdb.base/break.exp: Drop references to removed code.
8249
8250 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8251
8252 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8253 variant.
8254
8255 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8256
8257 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8258
8259 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8260
8261 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8262 logic into perform_all_tests() and invoke it with and without
8263 function header prototypes.
8264 (do_function_calls): Remove conditional XFAIL for PR 5318.
8265 (rerun_and_prepare): Remove duplicate code.
8266 (perform_all_tests): New. Main logic moved here.
8267
8268 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8269
8270 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8271 code guarded by #ifdef NO_PROTOTYPES.
8272 (t_double_many_args): Likewise.
8273 (DEF_FUNC_MANY_ARGS_1): Likewise.
8274 (DEF_FUNC_VALUES_1): Likewise.
8275 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8276 guarded by #ifdef PROTOTYPES.
8277
8278 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8279
8280 * gdb.mi/mi-console.c: Add eye-catcher.
8281 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8282 instead of literal line number.
8283
8284 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8285
8286 * gdb.base/shr2.c: Add eye-catcher.
8287 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8288 line number.
8289
8290 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8291
8292 * gdb.base/jump.c: Add eye-catchers.
8293 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8294 numbers.
8295
8296 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8297
8298 * gdb.base/execd-prog.c: Add eye-catchers.
8299 * gdb.base/foll-exec.c: Likewise.
8300 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8301 line numbers.
8302
8303 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8304
8305 * gdb.base/ending-run.c: Add eye-catchers.
8306 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8307 literal line numbers.
8308
8309 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8310
8311 * gdb.base/call-rt-st.c: Add eye-catchers.
8312 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8313 literal line numbers.
8314
8315 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8316
8317 * gdb.base/call-ar-st.c: Add eye-catchers.
8318 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8319 literal line numbers.
8320
8321 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8322
8323 * gdb.base/average.c: Add eye-catchers.
8324 * gdb.base/sum.c: Likewise.
8325 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8326 regexps dynamically.
8327
8328 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8329
8330 * gdb.base/solib1.c: Add eye-catchers.
8331 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8332 literal line numbers.
8333
8334 2014-11-12 Pedro Alves <palves@redhat.com>
8335
8336 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8337 leader has exited.
8338
8339 2014-11-12 Pedro Alves <palves@redhat.com>
8340
8341 * gdb.arch/i386-bp_permanent.c: New file.
8342 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8343 (srcfile): Set to i386-bp_permanent.c.
8344 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8345 that stepi does not execute the 'leave' instruction, instead of
8346 testing it does execute.
8347 * gdb.base/bp-permanent.c: New file.
8348 * gdb.base/bp-permanent.exp: New file.
8349
8350 2014-11-10 Doug Evans <xdje42@gmail.com>
8351
8352 PR symtab/17564
8353 * gdb.base/symtab-search-order.exp: New file.
8354 * gdb.base/symtab-search-order.c: New file.
8355 * gdb.base/symtab-search-order-1.c: New file.
8356 * gdb.base/symtab-search-order-shlib-1.c: New file.
8357
8358 2014-11-07 Pedro Alves <palves@redhat.com>
8359
8360 PR gdb/17511
8361 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8362 i?86-*-linux*.
8363
8364 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8365
8366 PR c++/17494
8367 * gdb.cp/pr17494.cc: New file.
8368 * gdb.cp/pr17494.exp: New file.
8369
8370 2014-11-02 Yao Qi <yao@codesourcery.com>
8371
8372 * gdb.python/python.exp: Get working directory and match the
8373 output of "set extended-prompt \\w " with it.
8374
8375 2014-10-30 Doug Evans <dje@google.com>
8376
8377 * gdb.python/py-objfile.exp: Add tests for setting random attributes
8378 in objfiles.
8379 * gdb.python/py-progspace.exp: Add tests for setting random attributes
8380 in progspaces.
8381
8382 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
8383
8384 * gdb.base/fullpath-expand.exp: Skip for a remote host.
8385 * gdb.base/realname-expand.exp: Likewise.
8386 * gdb.linespec/macro-relative.exp: Likewise.
8387
8388 2014-10-29 Pedro Alves <palves@redhat.com>
8389
8390 PR gdb/17408
8391 * gdb.threads/schedlock.c (some_function): New function.
8392 (call_function): New global.
8393 (MAYBE_CALL_SOME_FUNCTION): New macro.
8394 (thread_function): Call it.
8395 * gdb.threads/schedlock.exp (get_args): Add description parameter,
8396 and use it instead of a global counter. Adjust all callers.
8397 (get_current_thread): Use "find current thread" for test message
8398 here rather than having all callers pass down the same string.
8399 (goto_loop): New procedure, factored out from ...
8400 (my_continue): ... this.
8401 (step_ten_loops): Change parameter from test message to command to
8402 use. Adjust.
8403 (list_count): Delete global.
8404 (check_result): New procedure, factored out from duplicate top
8405 level code.
8406 (continue tests): Wrap in with_test_prefix.
8407 (test_step): New procedure, factored out from duplicate top level
8408 code.
8409 (top level): Test "step" in combination with all scheduler-locking
8410 modes. Test "next" in combination with all scheduler-locking
8411 modes, and in combination with stepping over a function call or
8412 not.
8413 * gdb.threads/next-bp-other-thread.c: New file.
8414 * gdb.threads/next-bp-other-thread.exp: New file.
8415
8416 2014-10-29 Pedro Alves <palves@redhat.com>
8417
8418 PR python/17372
8419 * gdb.python/python.exp: Test a multi-line command that spawns
8420 interactive Python.
8421 * gdb.base/multi-line-starts-subshell.exp: New file.
8422
8423 2014-10-29 Yao Qi <yao@codesourcery.com>
8424
8425 * gdb.base/fileio.exp: Make directories on host.
8426
8427 2014-10-29 Yao Qi <yao@codesourcery.com>
8428
8429 * gdb.base/fileio.c (test_write): Close the file.
8430
8431 2014-10-28 Pedro Alves <palves@redhat.com>
8432
8433 PR gdb/12623
8434 * gdb.base/sigstep.c (no_handler): New global.
8435 (main): If 'no_handler is true, set the signal handlers to
8436 SIG_IGN.
8437 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8438 with_sw_watch and no_handler parameters. Handle them.
8439 (top level) <stepping over handler when stopped at a breakpoint
8440 test>: Add a test axis for testing with a software watchpoint, and
8441 another for testing with the signal handler set to SIG_IGN.
8442 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8443 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8444
8445 2014-10-28 Pedro Alves <palves@redhat.com>
8446
8447 PR gdb/17511
8448 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8449 * gdb.base/sigstep.exp (other_handler_location): New global.
8450 (advance): Support stepping into the signal handler, and running
8451 commands while in the handler.
8452 (in_handler_map): New global.
8453 (top level): In the advance test, add combinations for getting
8454 into the handler with stepping commands, and for running commands
8455 in the handler. Add comment descripting the advancei tests.
8456
8457 2014-10-28 Pedro Alves <palves@redhat.com>
8458
8459 * gdb.base/sigstep.exp: Use build_executable instead of
8460 prepare_for_testing.
8461 (top level): Move code that starts GDB, runs to main and creates a
8462 display to ...
8463 (restart): ... this new procedure.
8464 (top level): Move backtrace from signal handler test to ...
8465 (validate_backtrace): ... this new procedure.
8466 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
8467 with_test_prefix. Always restart GDB.
8468 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
8469 with_test_prefix. Always restart GDB. No need to delete
8470 breakpoints after the test.
8471 (test_skip_handler): Remove prefix parameter.
8472 (skip_over_handler, breakpoint_to_handler)
8473 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8474 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
8475 restart GDB. No need to delete breakpoints after the test.
8476 (top level): Use foreach to call the test procedures with
8477 different commands.
8478
8479 2014-10-28 Pedro Alves <palves@redhat.com>
8480
8481 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8482 instead of GNATS numbers.
8483 * gdb.base/sigbpt.exp: Likewise.
8484 * gdb.base/siginfo.exp: Likewise.
8485 * gdb.base/sigstep.exp: Likewise.
8486
8487 2014-10-27 Pedro Alves <palves@redhat.com>
8488
8489 * gdb.base/sigstep.c (dummy): New global.
8490 (main): Issue a couple writes to the new global.
8491 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8492 procedures.
8493 (skip_over_handler): Use test_skip_handler.
8494 (top level): Call skip_over_handler for stepi and nexti too.
8495 (breakpoint_over_handler): Use test_skip_handler.
8496 (top level): Call breakpoint_over_handler for stepi and nexti too.
8497
8498 2014-10-27 Yao Qi <yao@codesourcery.com>
8499
8500 * gdb.trace/tfile.c (adjust_function_address)
8501 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8502 function descriptor.
8503
8504 2014-10-24 Don Breazeal <donb@codesourcery.com>
8505
8506 * gdb.base/foll-fork.exp (test_follow_fork,
8507 catch_fork_child_follow): Check for updated fork messages emitted
8508 from infrun.c.
8509 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8510 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8511 vfork_and_exec_child_follow_through_step): Check for updated vfork
8512 messages emitted from infrun.c.
8513
8514 2014-10-24 Pedro Alves <palves@redhat.com>
8515
8516 * gdb.base/corefile.exp: Remove references to ultrix.
8517 * gdb.base/interrupt.exp: Likewise.
8518 * gdb.base/whatis.exp: Likewise.
8519 * gdb.gdb/selftest.exp: Likewise.
8520 * gdb.threads/manythreads.exp: Likewise.
8521 * gdb.threads/print-threads.exp: Likewise.
8522 * gdb.threads/pthreads.exp:: Likewise.
8523 * gdb.threads/schedlock.exp: Likewise.
8524
8525 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
8526
8527 * gdb.cp/non-trivial-retval.cc: Add a test case.
8528 * gdb.cp/non-trivial-retval.exp: Add a test.
8529
8530 2014-10-20 Yao Qi <yao@codesourcery.com>
8531
8532 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8533 * gdb.python/py-objfile-script-gdb.py: New file.
8534 * gdb.python/py-objfile-script.exp: Update reference to
8535 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
8536 of remote_download. Remove the dest file.
8537
8538 2014-10-20 Yao Qi <yao@codesourcery.com>
8539
8540 * gdb.base/checkpoint.exp: Don't remove file copied on host.
8541 * gdb.base/step-line.exp: Likewise.
8542 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8543 * gdb.dwarf2/dw2-basic.exp: Likewise.
8544 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8545 * gdb.dwarf2/dw2-filename.exp: Likewise.
8546 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8547 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8548 * gdb.dwarf2/dw2-producer.exp: Likewise.
8549 * gdb.dwarf2/mac-fileno.exp: Likewise.
8550 * gdb.python/py-frame-args.exp: Likewise.
8551 * gdb.python/py-framefilter.exp: Likewise.
8552 * gdb.python/py-mi.exp: Likewise.
8553 * gdb.python/py-objfile-script.exp: Likewise
8554 * gdb.python/py-pp-integral.exp: Likewise.
8555 * gdb.python/py-pp-re-notag.exp: Likewise.
8556 * gdb.python/py-prettyprint.exp: Likewise.
8557 * gdb.python/py-section-script.exp: Likewise.
8558 * gdb.python/py-typeprint.exp: Likewise.
8559 * gdb.python/py-xmethods.exp: Likewise.
8560 * gdb.stabs/weird.exp: Likewise.
8561 * gdb.xml/tdesc-regs.exp: Likewise.
8562
8563 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
8564
8565 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
8566 (out_cu): Use addr_len for the size of addresses.
8567 (out_line): Likewise. Size DW_LNE_set_address instruction
8568 according to addr_len.
8569 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
8570 (FUNC): Add START_INSNS to definition.
8571
8572 2014-10-18 Yao Qi <yao@codesourcery.com>
8573
8574 * gdb.base/argv0-symlink.exp: Check argv[0] value if
8575 gdb_has_argv0 return true.
8576 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
8577 check [target_info exists noargs], check [gdb_has_argv0]
8578 instead.
8579 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
8580 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
8581 procedures.
8582
8583 2014-10-17 Doug Evans <dje@google.com>
8584
8585 * gdb.python/py-events.exp: Update expected output for clear_objfiles
8586 event.
8587 * gdb.python/py-events.py: Add clear_objfiles event.
8588
8589 2014-10-17 Doug Evans <dje@google.com>
8590
8591 * gdb.python/py-objfile.exp: Test progspace attribute.
8592
8593 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
8594
8595 * gdb.guile/scm-breakpoint.exp: Do not assume any
8596 directory separators when matching source file paths.
8597 * gdb.python/py-breakpoint.exp: Likewise.
8598 * gdb.reverse/break-precsave.exp: Likewise.
8599 * gdb.reverse/break-reverse.exp: Likewise.
8600 * gdb.reverse/consecutive-precsave.exp: Likewise.
8601 * gdb.reverse/finish-precsave.exp: Likewise.
8602 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8603 * gdb.reverse/finish-reverse.exp: Likewise.
8604 * gdb.reverse/i386-precsave.exp: Likewise.
8605 * gdb.reverse/i387-env-reverse.exp: Likewise.
8606 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8607 * gdb.reverse/machinestate-precsave.exp: Likewise.
8608 * gdb.reverse/machinestate.exp: Likewise.
8609 * gdb.reverse/sigall-precsave.exp: Likewise.
8610 * gdb.reverse/solib-precsave.exp: Likewise.
8611 * gdb.reverse/step-precsave.exp: Likewise.
8612 * gdb.reverse/until-precsave.exp: Likewise.
8613 * gdb.reverse/watch-precsave.exp: Likewise.
8614 * gdb.reverse/watch-reverse.exp: Likewise.
8615
8616 2014-10-17 Yao Qi <yao@codesourcery.com>
8617
8618 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
8619 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
8620
8621 2014-10-17 Pedro Alves <palves@redhat.com>
8622
8623 PR gdb/17471
8624 * gdb.base/bg-execution-repeat.c: New file.
8625 * gdb.base/bg-execution-repeat.exp: New file.
8626
8627 2014-10-17 Pedro Alves <palves@redhat.com>
8628
8629 PR gdb/17300
8630 * gdb.base/continue-all-already-running.c: New file.
8631 * gdb.base/continue-all-already-running.exp: New file.
8632
8633 2014-10-17 Pedro Alves <palves@redhat.com>
8634
8635 PR gdb/17472
8636 * gdb.base/annota-input-while-running.c: New file.
8637 * gdb.base/annota-input-while-running.exp: New file.
8638
8639 2014-10-17 Pedro Alves <palves@redhat.com>
8640
8641 * gdb.base/callfuncs.exp: emove references to osf.
8642 * gdb.base/sigall.exp: Likewise.
8643 * gdb.gdb/selftest.exp: Likewise.
8644 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
8645 * gdb.mi/non-stop.c: Likewise.
8646 * gdb.mi/pthreads.c: Likewise.
8647 * gdb.reverse/sigall-precsave.exp: Likewise.
8648 * gdb.reverse/sigall-reverse.exp: Likewise.
8649 * gdb.threads/pthreads.c: Likewise.
8650 * gdb.threads/pthreads.exp: Likewise.
8651
8652 2014-10-17 Yao Qi <yao@codesourcery.com>
8653
8654 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
8655 check 'target_info exists noargs'.
8656 (test_command_prompt_position): Likewise.
8657 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
8658 Remove "set args".
8659 (progvar_simple_while_test): Likewise.
8660 (progvar_complex_if_while_test): Likewise.
8661 (if_while_breakpoint_command_test): Likewise.
8662 (infrun_breakpoint_command_test): Likewise.
8663 (breakpoint_command_test): Likewise.
8664 (watchpoint_command_test): Likewise.
8665 (bp_deleted_in_command_test): Likewise.
8666 (temporary_breakpoint_commands): Likewise.
8667
8668 2014-10-16 Yao Qi <yao@codesourcery.com>
8669
8670 * gdb.base/remotetimeout.exp: Remove noargs checking.
8671
8672 2014-10-15 Pedro Alves <palves@redhat.com>
8673
8674 PR breakpoints/9649
8675 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
8676 * gdb.base/breakpoint-in-ro-region.exp
8677 (probe_target_hardware_step): New procedure.
8678 (top level): Probe hardware stepping and hardware breakpoint
8679 support. Test stepping through a read-only region, with both
8680 "breakpoint auto-hw" on and off and both "always-inserted" on and
8681 off.
8682
8683 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
8684
8685 * gdb.dlang/demangle.exp: Update for demangling changes.
8686
8687 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8688
8689 * gdb.cp/non-trivial-retval.cc: Add new test cases.
8690 * gdb.cp/non-trivial-retval.exp: Add new tests.
8691
8692 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8693
8694 PR c++/13403
8695 PR c++/15154
8696 * gdb.cp/non-trivial-retval.cc: New file.
8697 * gdb.cp/non-trivial-retval.exp: New file.
8698
8699 2014-10-15 Yao Qi <yao@codesourcery.com>
8700
8701 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
8702 remote host.
8703
8704 2014-10-15 Yao Qi <yao@codesourcery.com>
8705
8706 * gdb.python/py-symbol.exp: Match file base name if host is
8707 remote, otherwise match file name with dir name.
8708 * gdb.python/py-symtab.exp: Likewise.
8709 * gdb.python/python.exp: Likewise.
8710
8711 2014-10-15 Yao Qi <yao@codesourcery.com>
8712
8713 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
8714 pattern.
8715 * gdb.python/py-symtab.exp: Likewise.
8716 * gdb.python/python.exp: Remove trailing ".*". Fix typo
8717 locationn.
8718
8719 2014-10-14 Joel Brobecker <brobecker@adacore.com>
8720
8721 * gdb.ada/addr_arith: New testcase.
8722
8723 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
8724
8725 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
8726 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
8727 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
8728 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
8729
8730 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
8731
8732 * gdb.arch/stap-eval-lang-ada.S: Likewise.
8733 * gdb.arch/stap-eval-lang-ada.c: Likewise.
8734 * gdb.arch/stap-eval-lang-ada.exp: New file.
8735
8736 2014-10-14 Yao Qi <yao@codesourcery.com>
8737
8738 * gdb.mi/mi-var-child.c (nothing1): New function.
8739 (nothing2): New function.
8740 (do_children_tests): Set function pointers by nothing1 and
8741 nothing2.
8742 * gdb.mi/mi-var-child.exp: Step over new added statements.
8743 Update test to match the new output.
8744 * gdb.mi/var-cmd.c (nothing1): New function.
8745 (nothing2): New function.
8746 (do_children_tests): Set function pointers by nothing1 and
8747 nothing2.
8748 * gdb.mi/mi-var-display.exp: Update test to match output.
8749 Step to the line specified by $line_dct_nothing.
8750 Increase the number of lines to step.
8751
8752 2014-10-14 Yao Qi <yao@codesourcery.com>
8753
8754 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
8755 tests.
8756 * gdb.mi/mi2-var-child.exp: Likewise.
8757
8758 2014-10-13 Doug Evans <dje@google.com>
8759
8760 * gdb.python/py-objfile.exp: Change name of file name test.
8761
8762 2014-10-13 Doug Evans <dje@google.com>
8763
8764 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
8765 from the start of the CU.
8766
8767 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8768 Yao Qi <yao@codesourcery.com>
8769
8770 Fix "save breakpoints" for "catch" command.
8771 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
8772 Remove -nonewline. Match also the added "main" line.
8773
8774 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8775
8776 Fix "save breakpoints" for "disable $bpnum" command.
8777 * gdb.base/save-bp.c (main): Add label.
8778 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
8779
8780 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8781
8782 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
8783
8784 2014-10-11 Yao Qi <yao@codesourcery.com>
8785
8786 * gdb.server/server-kill.exp: Execute command
8787 "set remote trace-status-packet on" before "tstatus".
8788
8789 2014-10-11 Yao Qi <yao@codesourcery.com>
8790
8791 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
8792 (main): Call getppid.
8793 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
8794 and continue to it. Read variable "server_pid".
8795
8796 2014-10-11 Yao Qi <yao@codesourcery.com>
8797
8798 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
8799
8800 2014-10-11 Yao Qi <yao@codesourcery.com>
8801
8802 * gdb.threads/thread-find.exp: Don't execute command
8803 "info threads".
8804 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
8805 * gdb.threads/linux-dp.exp: Don't check the condition
8806 $threads_created equals to zero.
8807
8808 2014-10-10 Pedro Alves <palves@redhat.com>
8809
8810 * gdb.base/bigcore.exp: Remove references to IRIX.
8811 * gdb.base/funcargs.exp: Likewise.
8812 * gdb.base/interrupt.exp: Likewise.
8813 * gdb.base/mips_pro.exp: Likewise.
8814 * gdb.base/nodebug.exp: Likewise.
8815 * gdb.base/setvar.exp: Likewise.
8816 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
8817
8818 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8819 Pedro Alves <palves@redhat.com>
8820
8821 PR symtab/14466
8822 * gdb.base/vdso-warning.c: New file.
8823 * gdb.base/vdso-warning.exp: New file.
8824
8825 2014-10-02 Doug Evans <dje@google.com>
8826
8827 * gdb.base/structs.c (main): Don't run forever.
8828
8829 2014-10-02 Pedro Alves <palves@redhat.com>
8830
8831 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
8832 (top level) <stop threads 1, stop threads 2>: Use it.
8833
8834 2014-10-02 Pedro Alves <palves@redhat.com>
8835
8836 * gdb.threads/break-while-running.exp (test): Add new
8837 'update_thread_list' argument. Skip "info threads" if false.
8838 (top level): Add new 'update_thread_list' axis.
8839
8840 2014-10-02 Pedro Alves <palves@redhat.com>
8841
8842 PR breakpoints/17431
8843 * gdb.base/execl-update-breakpoints.c: New file.
8844 * gdb.base/execl-update-breakpoints.exp: New file.
8845
8846 2014-10-01 Pedro Alves <palves@redhat.com>
8847
8848 * gdb.base/breakpoint-in-ro-region.c: New file.
8849 * gdb.base/breakpoint-in-ro-region.exp: New file.
8850
8851 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
8852
8853 * gdb.mi/mi-exit-code.exp: New file.
8854 * gdb.mi/mi-exit-code.c: New file.
8855
8856 2014-09-30 Yao Qi <yao@codesourcery.com>
8857
8858 * lib/prelink-support.exp (build_executable_own_libs): Error if
8859 the target isn't native.
8860
8861 2014-09-30 Yao Qi <yao@codesourcery.com>
8862
8863 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
8864 false.
8865
8866 2014-09-22 Pedro Alves <palves@redhat.com>
8867
8868 * gdb.threads/break-while-running.exp: New file.
8869 * gdb.threads/break-while-running.c: New file.
8870
8871 2014-09-19 Yao Qi <yao@codesourcery.com>
8872
8873 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
8874 Invoke test. Restart GDB with --readnow and invoke test again.
8875
8876 2014-09-19 Yao Qi <yao@codesourcery.com>
8877
8878 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
8879 proc set_breakpoint_on_gcd_function. Invoke
8880 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
8881 invoke set_breakpoint_on_gcd_function again.
8882
8883 2014-09-18 Doug Evans <dje@google.com>
8884
8885 * gdb.dwarf2/symtab-producer.exp: New file.
8886
8887 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
8888
8889 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
8890 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
8891 * gdb.base/global-var-nested-by-dso.c: Likewise.
8892 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8893
8894 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
8895 Pedro Alves <palves@redhat.com>
8896
8897 * gdb.base/watch-bitfields.exp: Pass string other than test file
8898 name to prepare_for_testing.
8899 (watch): New procedure.
8900 (expect_watchpoint): Use with_test_prefix.
8901 (top level): Factor out tests to ...
8902 (test_watch_location, test_regular_watch): ... these new
8903 procedures, and use with_test_prefix and gdb_continue_to_end.
8904
8905 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
8906
8907 PR breakpoints/12526
8908 * gdb.base/watch-bitfields.exp: New file.
8909 * gdb.base/watch-bitfields.c: New file.
8910
8911 2014-09-16 Pedro Alves <palves@redhat.com>
8912
8913 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
8914 software and hardware addresses, not software address against
8915 itself.
8916
8917 2014-09-16 Pedro Alves <palves@redhat.com>
8918
8919 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
8920 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
8921
8922 2014-09-16 Pedro Alves <palves@redhat.com>
8923
8924 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
8925 files.
8926 * gdb.base/a2-run.exp: Remove all code guarded by istarget
8927 "*-*-vxworks*" throughout.
8928 * gdb.base/break.exp: Likewise.
8929 * gdb.base/default.exp: Likewise.
8930 * gdb.base/scope.exp: Likewise.
8931 * gdb.base/sepdebug.exp: Likewise.
8932 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
8933 throughout.
8934 * gdb.base/run.c: Likewise.
8935 * gdb.base/sepdebug.c: Likewise.
8936 * gdb.hp/gdb.aCC/run.c: Likewise.
8937 * gdb.reverse/until-reverse.c: Likewise.
8938 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
8939
8940 2014-09-16 Yao Qi <yao@codesourcery.com>
8941
8942 * boards/local-remote-host-native.exp: New file.
8943
8944 2014-09-14 Doug Evans <xdje42@gmail.com>
8945
8946 * gdb.threads/queue-signal.c (thread_count): New variable.
8947 (thread_count_mutex, thread_count_condvar): New variables.
8948 (incr_thread_count, wait_all_threads_running): New functions.
8949 (main): Wait for all threads to be in their thread functions.
8950
8951 2014-09-13 Doug Evans <xdje42@gmail.com>
8952
8953 * gdb.threads/queue-signal.c: New file.
8954 * gdb.threads/queue-signal.exp: New file.
8955
8956 2014-09-13 Doug Evans <xdje42@gmail.com>
8957
8958 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
8959 be consistent with what default_gdb_init uses.
8960 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
8961 the plain text of the prompt. Add some logging printfs.
8962 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
8963
8964 2014-09-12 Pedro Alves <palves@redhat.com>
8965
8966 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
8967 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
8968 * gdb.arch/i386-size-overlap.exp: Likewise.
8969 * gdb.arch/i386-size.exp: Likewise.
8970 * gdb.arch/i386-unwind.exp: Likewise.
8971 * gdb.base/a2-run.exp: Likewise.
8972 * gdb.base/break.exp: Likewise.
8973 * gdb.base/charset.exp: Likewise.
8974 * gdb.base/chng-syms.exp: Likewise.
8975 * gdb.base/commands.exp: Likewise.
8976 * gdb.base/dbx.exp: Likewise.
8977 * gdb.base/find.exp: Likewise.
8978 * gdb.base/funcargs.exp: Likewise.
8979 * gdb.base/jit-simple.exp: Likewise.
8980 * gdb.base/reread.exp: Likewise.
8981 * gdb.base/sepdebug.exp: Likewise.
8982 * gdb.base/step-bt.exp: Likewise.
8983 * gdb.cp/mb-inline.exp: Likewise.
8984 * gdb.cp/mb-templates.exp: Likewise.
8985 * gdb.objc/basicclass.exp: Likewise.
8986 * gdb.threads/killed.exp: Likewise.
8987
8988 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8989
8990 PR tdep/17379
8991 * gdb.arch/powerpc-stackless.S: New file.
8992 * gdb.arch/powerpc-stackless.exp: New file.
8993
8994 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8995
8996 * gdb.base/attach.c: Include unistd.h.
8997 (main): Call alarm. Add label postloop.
8998 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
8999 gdb_breakpoint, gdb_continue_to_breakpoint.
9000 (test_command_line_attach_run): Kill ${testpid} in one exit path.
9001
9002 2014-09-11 Pedro Alves <palves@redhat.com>
9003
9004 PR gdb/17347
9005 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9006 * gdb.base/attach.exp (test_command_line_attach_run): New
9007 procedure.
9008 (top level): Call it.
9009
9010 2014-09-11 Pedro Alves <palves@redhat.com>
9011
9012 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9013 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9014 (do_command_attach_tests): Use spawn_wait_for_attach.
9015 * gdb.base/solib-overlap.exp: Likewise.
9016 * gdb.multi/multi-attach.exp: Likewise.
9017 * gdb.python/py-prompt.exp: Likewise.
9018 * gdb.python/py-sync-interp.exp: Likewise.
9019 * gdb.server/ext-attach.exp: Likewise.
9020
9021 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
9022
9023 * gdb.fortran/array-element.exp: Remove unexpected "continue"
9024 command in testcase. Simplify testcase.
9025
9026 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9027
9028 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9029
9030 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9031
9032 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9033
9034 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9035
9036 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9037
9038 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9039
9040 * gdb.dwarf2/dynarr-ptr.c: New file.
9041 * gdb.dwarf2/dynarr-ptr.exp: New file.
9042
9043 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9044
9045 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9046 of 30 rather than hardcoding 120 for a slow test case. Take the
9047 `gdb,timeout' target setting into account for this calculation.
9048 Don't extend the timeout for the test cases that don't need it.
9049
9050 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9051
9052 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9053 a factor of 2 for a slow test case. Take the `gdb,timeout'
9054 target setting into account for this calculation.
9055 * gdb.reverse/until-precsave.exp: Increase the timeout by
9056 a factor of 15 and 3 respectively rather than adding 120
9057 for a pair of slow test cases. Take the `gdb,timeout'
9058 target setting into account for this calculation.
9059
9060 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9061
9062 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9063 timeout, don't pass one down to gdb_expect.
9064 (gdb_expect): Rework timeout selection.
9065
9066 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9067
9068 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9069 exception on timeout.
9070 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9071 (gdbserver_start_extended): Catch any `gdbserver_start' error
9072 exceptions.
9073 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9074 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9075 `gdbserver_gdb_load' error exceptions.
9076
9077 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9078
9079 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9080 120 on waiting for the TCP socket to open.
9081
9082 2014-09-09 Doug Evans <xdje42@gmail.com>
9083
9084 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9085 _caller_matches, _any_caller_is, _any_caller_matches.
9086
9087 2014-09-09 Doug Evans <xdje42@gmail.com>
9088
9089 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9090
9091 2014-09-09 Yao Qi <yao@codesourcery.com>
9092
9093 * gdb.mi/mi-var-display.exp: Set print symbol off.
9094
9095 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9096
9097 PR gdb/17035
9098 * gdb.base/commands.exp: Add tests to verify user-defined
9099 commands with empty bodies.
9100 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9101 python commands in `show user command`.
9102 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9103 scheme commands in `show user command`.
9104
9105 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9106
9107 PR python/17355
9108 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9109 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9110 * gdb.python/py-framefilter-invalidarg.exp: New file.
9111 * gdb.python/py-framefilter-invalidarg.py: New file.
9112
9113 2014-09-06 Doug Evans <xdje42@gmail.com>
9114
9115 PR 15276
9116 * gdb.python/py-caller-is.c: New file.
9117 * gdb.python/py-caller-is.exp: New file.
9118
9119 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9120
9121 PR gdb/17235
9122 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9123 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9124
9125 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9126
9127 PR fortran/17237
9128 * gdb.fortran/print-formatted.exp: New file.
9129 * gdb.fortran/print-formatted.f90: Likewise.
9130
9131 2014-09-03 Sasha Smundak <asmundak@google.com>
9132
9133 * gdb.python/py-frame.exp: Test Frame.read_register.
9134
9135 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9136
9137 PR python/16699
9138 * gdb.python/py-completion.exp: New file.
9139 * gdb.python/py-completion.py: Likewise.
9140
9141 2014-08-28 Doug Evans <dje@google.com>
9142
9143 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9144 eax,etc. are live with values set by gdb and thus the compiler can't
9145 use them.
9146 * gdb.arch/i386-pseudo.c (main): Ditto.
9147
9148 2014-08-27 Doug Evans <dje@google.com>
9149
9150 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9151
9152 2014-08-25 Doug Evans <dje@google.com>
9153
9154 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9155 (main): Ditto.
9156
9157 2014-08-25 Doug Evans <dje@google.com>
9158
9159 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9160
9161 2014-08-24 Yao Qi <yao@codesourcery.com>
9162
9163 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9164 symbol off.
9165 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9166
9167 2014-08-22 Doug Evans <dje@google.com>
9168
9169 PR 17276
9170 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9171 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9172 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9173
9174 2014-08-22 Yao Qi <yao@codesourcery.com>
9175
9176 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9177 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9178 * gdb.python/python.exp: Likewise. Use .py file on the host
9179 instead of the build.
9180
9181 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9182
9183 * gdb.threads/gcore-stale-thread.c: New file.
9184 * gdb.threads/gcore-stale-thread.exp: New file.
9185
9186 2014-08-21 Pedro Alves <palves@redhat.com>
9187
9188 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9189 * gdb.base/gcore-relro-pie.exp: Likewise.
9190 * gdb.base/gcore-relro.exp: Likewise.
9191 * gdb.base/gcore.exp: Likewise.
9192 * gdb.base/print-symbol-loading.exp: Likewise.
9193 * gdb.threads/gcore-thread.exp: Likewise.
9194 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9195
9196 2014-08-20 Pedro Alves <palves@redhat.com>
9197 Jan Kratochvil <jan.kratochvil@redhat.com>
9198
9199 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9200 configure.
9201 (EXPECT): Handle READ1 being set.
9202 (all): Depend on EXTRA_RULES.
9203 (check-read1, expect-read1, read1.so, read1): New rules.
9204 * README (Testsuite Parameters): Document the READ1 make variable.
9205 (Race detection): New section.
9206 * configure: Regenerate.
9207 * configure.ac: If build==host==target, and running under a
9208 GNU/glibc system, add read1 to the extra Makefile rules.
9209 (EXTRA_RULES): AC_SUBST it.
9210 * lib/read1.c: New file.
9211
9212 2014-08-20 Joel Brobecker <brobecker@adacore.com>
9213
9214 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9215 the handling of variables declared as a typedef to an array
9216 which a DW_AT_data_location attribute.
9217
9218 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
9219 Pedro Alves <palves@redhat.com>
9220
9221 PR symtab/14604
9222 PR symtab/14605
9223 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9224 gdb_test.
9225
9226 2014-08-19 Pedro Alves <palves@redhat.com>
9227
9228 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9229
9230 2014-08-19 Yao Qi <yao@codesourcery.com>
9231
9232 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9233 right line.
9234
9235 2014-08-18 David Blaikie <dblaikie@gmail.com>
9236
9237 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9238
9239 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9240
9241 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9242 attribute in array range.
9243
9244 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9245
9246 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9247
9248 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9249
9250 PR c++/17132
9251 * gdb.cp/pr17132.cc: New file.
9252 * gdb.cp/pr17132.exp: New file.
9253
9254 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9255
9256 * gdb.python/py-xmethods.py (A_getarrayind)
9257 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9258 Use 'print' with function call syntax.
9259 (E_method_matcher.match): Fix tab vs space indentation mixup.
9260
9261 2014-08-15 Yao Qi <yao@codesourcery.com>
9262
9263 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9264 false.
9265
9266 2014-08-15 Yao Qi <yao@codesourcery.com>
9267
9268 * gdb.cp/casts.exp: Set print symbol off.
9269 * gdb.cp/class2.exp: Likewise.
9270 * gdb.cp/overload.exp: Likewise.
9271 * gdb.cp/templates.exp: Likewise.
9272
9273 2014-08-11 Doug Evans <dje@google.com>
9274
9275 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9276 (test_load_shlib): Update.
9277
9278 2014-08-09 Yao Qi <yao@codesourcery.com>
9279
9280 * gdb.base/display.exp: Invoke is_address_zero_readable.
9281 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9282 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9283 * gdb.base/hbreak-unmapped.exp: Return if
9284 is_address_zero_readable returns true.
9285 * gdb.base/signest.exp: Likewise.
9286 * gdb.base/signull.exp: Likewise.
9287 * gdb.base/sigbpt.exp: Likewise.
9288 * gdb.guile/scm-disasm.exp: Do the test if
9289 is_address_zero_readable returns false.
9290 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9291 * gdb.python/py-arch.exp: Likewise.
9292 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9293 * lib/gdb.exp (is_address_zero_readable): New proc.
9294
9295 2014-08-09 Yao Qi <yao@codesourcery.com>
9296
9297 PR testsuite/13443
9298 * gdb.mi/mi-var-display.exp: Make test messages unique.
9299
9300 2014-08-04 Tom Tromey <tromey@redhat.com>
9301
9302 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9303 target 0".
9304
9305 2014-08-04 Tom Tromey <tromey@redhat.com>
9306
9307 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9308 "target_resume".
9309
9310 2014-08-01 Joel Brobecker <brobecker@adacore.com>
9311
9312 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9313 inner_vla_struct_object_size.
9314 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9315 as xfail.
9316
9317 2014-07-30 Pedro Alves <palves@redhat.com>
9318
9319 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9320 comment.
9321
9322 2014-07-29 Yao Qi <yao@codesourcery.com>
9323
9324 PR gdb/17206
9325 * gdb.base/until-nodebug.exp: New.
9326
9327 2014-07-28 Doug Evans <xdje42@gmail.com>
9328
9329 PR guile/17203
9330 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9331 previously existing parameter, and previously ambiguously spelled
9332 parameter.
9333
9334 2014-07-28 Will Newton <will.newton@linaro.org>
9335
9336 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9337
9338 2014-07-26 Ludovic Courtès <ludo@gnu.org>
9339 Doug Evans <xdje42@gmail.com>
9340
9341 PR guile/17146
9342 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9343
9344 2014-07-25 Pedro Alves <palves@redhat.com>
9345
9346 * gdb.threads/signal-command-handle-nopass.c: New file.
9347 * gdb.threads/signal-command-handle-nopass.exp: New file.
9348 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9349 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9350 * gdb.threads/signal-delivered-right-thread.c: New file.
9351 * gdb.threads/signal-delivered-right-thread.exp: New file.
9352
9353 2014-07-25 Pedro Alves <palves@redhat.com>
9354
9355 * gdb.base/double-prompt-target-event-error.exp
9356 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9357 match.
9358 (cancel_pagination_in_target_event): Rework double prompt
9359 detection.
9360 * gdb.base/paginate-after-ctrl-c-running.exp
9361 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9362 <return>' match.
9363 * gdb.base/paginate-bg-execution.exp
9364 (test_bg_execution_pagination_return)
9365 (test_bg_execution_pagination_cancel): Remove '-notransfer
9366 <return>' matches.
9367 * gdb.base/paginate-execution-startup.exp
9368 (test_fg_execution_pagination_return)
9369 (test_fg_execution_pagination_cancel): Remove '-notransfer
9370 <return>' matches.
9371 * gdb.base/paginate-inferior-exit.exp
9372 (test_paginate_inferior_exited): Remove '-notransfer <return>'
9373 match.
9374 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9375 * lib/gdb.exp (pagination_prompt): Run text through
9376 string_to_regexp.
9377 (gdb_test_multiple): Match $pagination_prompt instead of
9378 "<return>".
9379 (string_to_regexp): Move to lib/gdb-utils.exp.
9380
9381 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9382
9383 * gdb.arch/amd64-entry-value-paramref.S: New file.
9384 * gdb.arch/amd64-entry-value-paramref.cc: New file.
9385 * gdb.arch/amd64-entry-value-paramref.exp: New file.
9386 * gdb.arch/amd64-optimout-repeat.S: New file.
9387 * gdb.arch/amd64-optimout-repeat.c: New file.
9388 * gdb.arch/amd64-optimout-repeat.exp: New file.
9389
9390 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9391
9392 PR gdb/17170
9393 * gdb.base/statistics.exp: New file.
9394
9395 2014-07-17 Doug Evans <dje@google.com>
9396
9397 PR gdb/17170
9398 * gdb.base/maint.exp: Update testing of per-command stats.
9399
9400 2014-07-16 Pedro Alves <palves@redhat.com>
9401
9402 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9403 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9404 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9405 (tfile_write_buf): New functions.
9406 (add_memory_block): Rewrite using the above.
9407 (adjust_function_address): New function.
9408 (FUNCTION_ADDRESS): New macro.
9409 (write_basic_trace_file): Remove short_x local, and use
9410 tfile_write_16. Change type of func_addr local to unsigned long
9411 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
9412 here. Cast argument of add_memory_block to char pointer.
9413 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
9414 (main): Remove parameters.
9415 * gdb.trace/tfile.exp: Remove nowarnings.
9416
9417 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
9418
9419 * gdb.base/debug-expr.exp: Test string evaluation with
9420 "debug expression" on.
9421
9422 2014-07-15 Pedro Alves <palves@redhat.com>
9423
9424 * gdb.base/reread.exp: Use clean_restart.
9425
9426 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
9427
9428 * gdb.arch/avr-flash-qualifer.c: New.
9429 * gdb.arch/avr-flash-qualifer.exp: New.
9430
9431 2014-07-14 Pedro Alves <palves@redhat.com>
9432
9433 * gdb.base/paginate-after-ctrl-c-running.c: New file.
9434 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9435
9436 2014-07-14 Pedro Alves <palves@redhat.com>
9437
9438 * gdb.base/double-prompt-target-event-error.c: New file.
9439 * gdb.base/double-prompt-target-event-error.exp: New file.
9440
9441 2014-07-14 Pedro Alves <palves@redhat.com>
9442
9443 PR gdb/17072
9444 * gdb.base/paginate-inferior-exit.c: New file.
9445 * gdb.base/paginate-inferior-exit.exp: New file.
9446
9447 2014-07-14 Pedro Alves <palves@redhat.com>
9448
9449 PR gdb/17072
9450 * gdb.base/paginate-bg-execution.c: New file.
9451 * gdb.base/paginate-bg-execution.exp: New file.
9452
9453 2014-07-14 Pedro Alves <palves@redhat.com>
9454
9455 PR gdb/17072
9456 * gdb.base/paginate-execution-startup.c: New file.
9457 * gdb.base/paginate-execution-startup.exp: New file.
9458 * lib/gdb.exp (pagination_prompt): New global.
9459 (default_gdb_spawn): New procedure, factored out from
9460 default_gdb_spawn.
9461 (default_gdb_start): Adjust to call default_gdb_spawn.
9462 (gdb_spawn): New procedure.
9463
9464 2014-07-14 Pedro Alves <palves@redhat.com>
9465
9466 * lib/gdb.exp (gdb_assert): New procedure.
9467 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9468
9469 2014-07-14 Pedro Alves <palves@redhat.com>
9470
9471 * gdb.base/execution-termios.c: New file.
9472 * gdb.base/execution-termios.exp: New file.
9473
9474 2014-07-14 Tom Tromey <tromey@redhat.com>
9475
9476 * gdb.cp/vla-cxx.cc: New file.
9477 * gdb.cp/vla-cxx.exp: New file.
9478
9479 2014-07-14 Tom Tromey <tromey@redhat.com>
9480
9481 * gdb.reverse/rerun-prec.c: New file.
9482 * gdb.reverse/rerun-prec.exp: New file.
9483
9484 2014-07-12 Maciej W. Rozycki <macro@mips.com>
9485 Maciej W. Rozycki <macro@codesourcery.com>
9486
9487 * lib/gdb-utils.exp: New file.
9488 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9489 inline `gdb_init_command' processing.
9490 (gdb_start_cmd): Likewise.
9491 * lib/mi-support.exp (mi_run_cmd): Likewise.
9492 * README: Document `gdb_init_command' and `gdb_init_commands'.
9493
9494 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9495
9496 Fix false FAIL running under a very long directory name.
9497 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9498 and "set print elements 10000". Twice.
9499
9500 2014-07-11 Yao Qi <yao@codesourcery.com>
9501
9502 * gdb.base/exprs.exp: "set print symbol off".
9503
9504 2014-07-11 Pedro Alves <palves@redhat.com>
9505
9506 * gdb.threads/kill.c: New file.
9507 * gdb.threads/kill.exp: New file.
9508
9509 2014-07-10 Yao Qi <yao@codesourcery.com>
9510
9511 * gdb.trace/tfile.c (write_basic_trace_file)
9512 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9513 address written to trace file.
9514
9515 2014-07-09 Pedro Alves <palves@redhat.com>
9516
9517 * gdb.base/attach-wait-input.exp: New file.
9518 * gdb.base/attach-wait-input.c: New file.
9519
9520 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9521
9522 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9523 setting up test structures.
9524 (main): Call new test function.
9525 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9526 test function, continue into test function and walk test
9527 structures.
9528
9529 2014-07-02 Yao Qi <yao@codesourcery.com>
9530
9531 * gdb.trace/entry-values.c: Define labels 'foo_start' and
9532 'bar_start' at the beginning of functions 'foo' and 'bar'
9533 respectively.
9534 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9535 instead of 'foo' and 'bar'.
9536
9537 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
9538
9539 * gdb.btrace/segv.exp: New.
9540 * gdb.btrace/segv.c: New.
9541
9542 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
9543
9544 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9545 instruction.
9546
9547 2014-06-30 Mark Wielaard <mjw@redhat.com>
9548
9549 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
9550 vulture, vilify, villar): New volatile array constants.
9551 (vindictive, vegetation): New const volatile array constants.
9552 * gdb.base/volatile.exp: Test volatile and const volatile array
9553 types.
9554
9555 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9556
9557 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
9558 target lacks support for awatch, rwatch, or hbreak.
9559
9560 2014-06-27 Yao Qi <yao@codesourcery.com>
9561
9562 * gdb.multi/dummy-frame-restore.exp: New.
9563 * gdb.multi/dummy-frame-restore.c: New.
9564
9565 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
9566
9567 * gdb.btrace/gcore.exp: New.
9568
9569 2014-06-23 Pedro Alves <palves@redhat.com>
9570
9571 * gdb.base/watchpoint-reuse-slot.c: New file.
9572 * gdb.base/watchpoint-reuse-slot.exp: New file.
9573
9574 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
9575
9576 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
9577 progspace's filename in 'info', 'enable' and 'disable' command
9578 tests.
9579
9580 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9581
9582 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
9583 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9584 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
9585
9586 2014-06-20 Gary Benson <gbenson@redhat.com>
9587
9588 * gdb.arch/i386-avx.exp: Fix include file location.
9589 * gdb.arch/i386-sse.exp: Likewise.
9590
9591 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
9592
9593 * gdb.dlang/expression.exp: New file.
9594
9595 2014-06-19 Pedro Alves <palves@redhat.com>
9596
9597 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
9598 out from ...
9599 (top level): ... here. Iterate running tests under different
9600 scheduler-locking settings.
9601
9602 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
9603
9604 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
9605 to DW_FORM_addr and use non-zero addresses.
9606
9607 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
9608
9609 PR gdb/17017
9610 * gdb.python/py-xmethods.cc: Add global function call counters and
9611 increment them in their respective functions. Remove "cout"
9612 statements.
9613 * gdb.python/py-xmethods.exp: Make tests check the global function
9614 call counters instead of depending on inferior IO.
9615
9616 2014-06-18 Don Breazeal <donb@codesourcery.com>
9617
9618 * gdb.base/foll-fork.exp (default_fork_parent_follow):
9619 Deleted procedure.
9620 (explicit_fork_parent_follow): Deleted procedure.
9621 (explicit_fork_child_follow): Deleted procedure.
9622 (test_follow_fork): New procedure.
9623 (do_fork_tests): Replace calls to deleted procedures with
9624 calls to test_follow_fork and reset GDB for subsequent
9625 procedure calls.
9626
9627 2014-06-17 Yao Qi <yao@codesourcery.com>
9628
9629 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
9630 CP1252.
9631
9632 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
9633
9634 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
9635 Initialize ptr and S explicitly.
9636 (skip_type_update_when_not_use_rtti_test): Likewise.
9637
9638 2014-06-16 Keith Seitz <keiths@redhat.com>
9639
9640 PR mi/15863
9641 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
9642 the inferior is started.
9643
9644 2014-06-16 Pedro Alves <palves@redhat.com>
9645
9646 * gdb.base/break-main-file-remove-fail.c: New file.
9647 * gdb.base/break-main-file-remove-fail.exp: New file.
9648 * gdb.base/break-unload-file.exp: Use build_executable instead of
9649 prepare_for_testing.
9650 (test_break): New parameter "initial_load". Handle it.
9651 (top level): Add initial_load cmdline/file axis.
9652
9653 2014-06-12 Tom Tromey <tromey@redhat.com>
9654
9655 * gdb.base/completion.exp: Don't use directory name in test.
9656
9657 2014-06-09 Gary Benson <gbenson@redhat.com>
9658
9659 * gdb.base/sigall.c [Functions to send signals]: Reorder to
9660 separate the always-available ANSI-standard signals from the
9661 signals that require checking.
9662 (main): Likewise.
9663 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
9664 Likewise.
9665 (main): Likewise.
9666
9667 2014-06-07 Keith Seitz <keiths@redhat.com>
9668
9669 Revert:
9670 PR c++/16253
9671 * gdb.cp/var-tag.cc: New file.
9672 * gdb.cp/var-tag.exp: New file.
9673 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
9674 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
9675 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9676 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9677
9678 2014-06-06 Doug Evans <xdje42@gmail.com>
9679
9680 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
9681
9682 2014-06-06 Pedro Alves <palves@redhat.com>
9683
9684 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
9685 in target debug output instead of looking at RSP packets,
9686 disabling the test on any target that uses hardware stepping.
9687 Update comments.
9688
9689 2014-06-06 Pedro Alves <palves@redhat.com>
9690
9691 * gdb.base/break-unload-file.exp: Fix typo.
9692
9693 2014-06-06 Yao Qi <yao@codesourcery.com>
9694
9695 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
9696 from "jit_function" to "^jit_function".
9697
9698 2014-06-06 Yao Qi <yao@codesourcery.com>
9699
9700 * gdb.base/async.c (foo): Add one statement.
9701 * gdb.base/async.exp: Get the next instruction address and
9702 match the output of "nexti" by instruction address. Match
9703 the hex address in the output of "finish".
9704
9705 2014-06-06 Gary Benson <gbenson@redhat.com>
9706
9707 * gdb.base/call-signals.c: Remove preprocessor conditionals
9708 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
9709 SIGSEGV and SIGTERM.
9710 * gdb.base/sigall.c: Likewise.
9711 * gdb.base/unwindonsignal.c: Likewise.
9712 * gdb.reverse/sigall-reverse.c: Likewise.
9713
9714 2014-06-06 Yao Qi <yao@codesourcery.com>
9715
9716 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
9717 readable, skip the test.
9718
9719 2014-06-06 Yao Qi <yao@codesourcery.com>
9720
9721 * gdb.threads/staticthreads.c (thread_function): Move the line
9722 setting breakpoint on forward.
9723 * gdb.threads/staticthreads.exp: Update comments.
9724
9725 2014-06-05 Ludovic Courtès <ludo@gnu.org>
9726
9727 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
9728 "history-append! type error".
9729
9730 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
9731
9732 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
9733 erroneous dprintf expected input.
9734
9735 2014-06-04 Doug Evans <xdje42@gmail.com>
9736
9737 * gdb.guile/scm-generics.exp: Delete.
9738
9739 2014-06-04 Doug Evans <xdje42@gmail.com>
9740
9741 * gdb.guile/scm-breakpoint.exp: Update.
9742 Add tests for breakpoint registration.
9743
9744 2014-06-04 Tom Tromey <tromey@redhat.com>
9745
9746 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
9747 VLA-in-union.
9748 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
9749 inner_vla_struct, vla_union types. Initialize objects of those
9750 types and compute their sizes.
9751
9752 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
9753 Hui Zhu <hui@codesourcery.com>
9754
9755 * gdb.base/fileio.exp: Add test for shell not available as well as
9756 available.
9757 * gdb.base/fileio.c (test_system): Check for shell twice.
9758
9759 2014-06-04 Yao Qi <yao@codesourcery.com>
9760
9761 * gdb.base/auto-connect-native-target.exp: Remove redundant
9762 space from the regexp pattern.
9763
9764 2014-06-04 Yao Qi <yao@codesourcery.com>
9765
9766 * gdb.base/default.exp: Replace "child" with "native" in
9767 regexp pattern.
9768
9769 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
9770
9771 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
9772 * gdb.python/py-xmethods.exp: New tests to test xmethods.
9773 * gdb.python/py-xmethods.py: Python script supporting the
9774 new testcase and tests.
9775
9776 2014-06-03 Joel Brobecker <brobecker@adacore.com>
9777 Pedro Alves <palves@redhat.com>
9778
9779 PR breakpoints/17000
9780 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
9781 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
9782
9783 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
9784
9785 * gdb.base/subst.exp: Add tests to verify partial path matching
9786 output.
9787
9788 2014-06-03 Pedro Alves <palves@redhat.com>
9789
9790 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
9791 target that doesn't use software single-stepping.
9792
9793 2014-06-03 Pedro Alves <palves@redhat.com>
9794
9795 PR breakpoints/17000
9796 * gdb.base/sss-bp-on-user-bp-2.c: New file.
9797 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
9798
9799 2014-06-02 Doug Evans <xdje42@gmail.com>
9800
9801 * gdb.guile/scm-parameter.exp: New file.
9802
9803 2014-06-02 Doug Evans <xdje42@gmail.com>
9804
9805 * gdb.guile/scm-cmd.c: New file.
9806 * gdb.guile/scm-cmd.exp: New file.
9807
9808 2014-06-02 Doug Evans <xdje42@gmail.com>
9809
9810 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
9811 pretty-printer lookup.
9812 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
9813 (make-pp_s-printer): Call it.
9814 (make-pretty-printer-from-dict): New function.
9815 (lookup-pretty-printer-maker-from-dict): New function.
9816 (*pretty-printer*): Simplify.
9817 (make-objfile-pp_s-printer): New function.
9818 (install-objfile-pretty-printers!): New function.
9819 (make-progspace-pp_s-printer): New function.
9820 (install-progspace-pretty-printers!): New function.
9821 * gdb.guile/scm-progspace.c: New file.
9822 * gdb.guile/scm-progspace.exp: New file.
9823
9824 2014-06-02 Pedro Alves <palves@redhat.com>
9825
9826 * gdb.base/dprintf-bp-same-addr.c: New file.
9827 * gdb.base/dprintf-bp-same-addr.exp: New file.
9828
9829 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9830
9831 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
9832 * gdb.arch/powerpc-power.s: Likewise.
9833
9834 2014-06-02 Joel Brobecker <brobecker@adacore.com>
9835
9836 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
9837
9838 2014-06-01 Yao Qi <yao@codesourcery.com>
9839
9840 * gdb.base/watchpoint.exp (test_watch_location): Check null
9841 pointer can be dereferenced. If not, do the test, otherwise
9842 skip it.
9843
9844 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
9845
9846 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
9847 results.
9848 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
9849
9850 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
9851
9852 * gdb.arch/amd64-invalid-stack-middle.S: New file.
9853 * gdb.arch/amd64-invalid-stack-middle.c: New file.
9854 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
9855 * gdb.arch/amd64-invalid-stack-top.c: New file.
9856 * gdb.arch/amd64-invalid-stack-top.exp: New file.
9857
9858 2014-05-30 Pedro Alves <palves@redhat.com>
9859
9860 PR breakpoints/17000
9861 * gdb.base/sss-bp-on-user-bp.c: New file.
9862 * gdb.base/sss-bp-on-user-bp.exp: New file.
9863
9864 2014-05-30 David Blaikie <dblaikie@gmail.com>
9865
9866 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
9867 gnu_inline semantics via attribute.
9868 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
9869 source explicitly specifies the required semantics.
9870
9871 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
9872
9873 * gdb.reverse/sigall-reverse.exp: Fix a typo.
9874
9875 2014-05-29 Pedro Alves <palves@redhat.com>
9876 Tom Tromey <tromey@redhat.com>
9877
9878 * gdb.base/async-shell.exp: Don't enable target-async.
9879 * gdb.base/async.exp
9880 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
9881 parameter. Adjust.
9882 (top level): Don't test with "target-async".
9883 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
9884 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
9885 * gdb.base/inferior-died.exp: Don't enable target-async.
9886 * gdb.base/interrupt-noterm.exp: Likewise.
9887 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
9888 * gdb.mi/mi-nonstop-exit.exp: Likewise.
9889 * gdb.mi/mi-nonstop.exp: Likewise.
9890 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9891 * gdb.mi/mi-nsintrall.exp: Likewise.
9892 * gdb.mi/mi-nsmoribund.exp: Likewise.
9893 * gdb.mi/mi-nsthrexec.exp: Likewise.
9894 * gdb.mi/mi-watch-nonstop.exp: Likewise.
9895 * gdb.multi/watchpoint-multi.exp: Adjust comment.
9896 * gdb.python/py-evsignal.exp: Don't enable target-async.
9897 * gdb.python/py-evthreads.exp: Likewise.
9898 * gdb.python/py-prompt.exp: Likewise.
9899 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
9900 * gdb.server/solib-list.exp: Don't enable target-async.
9901 * gdb.threads/thread-specific-bp.exp: Likewise.
9902 * lib/mi-support.exp: Adjust to use mi-async.
9903
9904 2014-05-29 Pedro Alves <palves@redhat.com>
9905
9906 PR gdb/13860
9907 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
9908 reason, even in sync mode.
9909
9910 2014-05-29 Pedro Alves <palves@redhat.com>
9911 Hui Zhu <hui@codesourcery.com>
9912
9913 PR PR15693
9914 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
9915 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
9916 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
9917 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
9918
9919 2014-05-28 Joel Brobecker <brobecker@adacore.com>
9920
9921 * config/monitor.exp (gdb_target_monitor): Replace use of
9922 "set remotebaud" by "set serial baud".
9923
9924 2014-05-26 Andy Wingo <wingo@igalia.com>
9925
9926 * gdb.guile/scm-breakpoint.exp:
9927 * gdb.guile/scm-gsmob.exp: Update to use plain old object
9928 properties instead of gdb-object-properties.
9929
9930 2014-05-26 Yao Qi <yao@codesourcery.com>
9931
9932 * gdb.server/no-thread-db.exp: Specify source file name
9933 explicitly when setting a breakpoint.
9934
9935 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9936
9937 * gdb.btrace/vdso.c: New.
9938 * gdb.btrace/vdso.exp: New.
9939
9940 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9941
9942 * gdb.base/gcore.exp (capture_command_output): Move ...
9943 * lib/gdb.exp (capture_command_output): ... here.
9944
9945 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9946
9947 * gdb.btrace/data.exp: Test memory access during btrace replay.
9948
9949 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
9950
9951 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
9952
9953 2014-05-21 Pedro Alves <palves@redhat.com>
9954
9955 PR gdb/13860
9956 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
9957 (top level): Test that output related to execution commands is
9958 sent to the console with CLI commands, but not with MI commands.
9959 Test that breakpoint events are always mirrored to the console.
9960 Also expect the new source line to be output after a "next" in
9961 async mode too. Make it a pass/fail test.
9962 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
9963 output.
9964 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
9965
9966 2014-05-21 Pedro Alves <palves@redhat.com>
9967
9968 * gdb.base/list.exp (build_pattern, test_list): New procedures.
9969 Use them to test variations of "list" after reaching a breakpoint.
9970 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
9971 Test "list" with listsize 10 after reaching a breakpoint.
9972 * gdb.python/python.exp (decode_line current location line
9973 number): Adjust expected line number.
9974
9975 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
9976
9977 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
9978 behavior for $args, pass it directly to "run".
9979
9980 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
9981
9982 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
9983 30000 to 65536.
9984
9985 2014-05-21 Pedro Alves <palves@redhat.com>
9986
9987 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
9988 auto-connect-native-target off".
9989 * gdb.base/auto-connect-native-target.c: New file.
9990 * gdb.base/auto-connect-native-target.exp: New file.
9991
9992 2014-05-21 Pedro Alves <palves@redhat.com>
9993
9994 * gdb.base/default.exp: Test "target native" instead of "target
9995 child".
9996
9997 2014-05-21 Mark Wielaard <mjw@redhat.com>
9998
9999 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10000
10001 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10002
10003 Fix TLS access for -static -pthread.
10004 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10005 <HAVE_TLS> (thread_function, main): Initialize it.
10006 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10007 Add clean_restart.
10008 <$have_tls != "">: Check TLSVAR.
10009
10010 2014-05-21 Pedro Alves <palves@redhat.com>
10011
10012 * gdb.base/dcache-line-read-error.c: New.
10013 * gdb.base/dcache-line-read-error.exp: New.
10014
10015 2014-05-20 Pedro Alves <palves@redhat.com>
10016
10017 * gdb.base/compare-sections.c: New file.
10018 * gdb.base/compare-sections.exp: New file.
10019
10020 2014-05-20 Pedro Alves <palves@redhat.com>
10021
10022 * gdb.base/break-idempotent.c: New file.
10023 * gdb.base/break-idempotent.exp: New file.
10024
10025 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
10026
10027 * gdb.btrace/nohist.exp: New.
10028
10029 2014-05-20 Yao Qi <yao@codesourcery.com>
10030
10031 * lib/gdb.exp (gdb_init): Set timeout if test file is under
10032 gdb.reverse directory and gdb_reverse_timeout exists in board
10033 setting.
10034 * README: Document gdb_reverse_timeout.
10035
10036 2014-05-20 Yao Qi <yao@codesourcery.com>
10037
10038 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10039 'test_file_name'. Treat args as a string instead of a list.
10040 (gdb_init): Rename argument 'args' by 'test_file_name'.
10041
10042 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10043
10044 * gdb.arch/powerpc-power.exp: New file.
10045 * gdb.arch/powerpc-power.s: New file.
10046
10047 2014-05-16 Doug Evans <dje@google.com>
10048
10049 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
10050 * gdb.base/completion.exp: Check that all expected files exist
10051 before doing file completion.
10052
10053 2014-05-16 Doug Evans <dje@google.com>
10054
10055 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10056 Update.
10057 (do_syscall_tests_without_xml): Update.
10058
10059 2014-05-16 Pedro Alves <palves@redhat.com>
10060
10061 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10062 instead of "unknown output after running".
10063
10064 2014-05-16 Yao Qi <yao@codesourcery.com>
10065
10066 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10067 file1.txt from host at the end.
10068 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10069
10070 2014-05-15 Doug Evans <dje@google.com>
10071
10072 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10073 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10074 loading file. Add test for TU lookup.
10075
10076 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10077
10078 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10079 calling "-exec-arguments" or "set args" before running the
10080 inferior.
10081
10082 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10083
10084 * lib/mi-support.exp (mi_expect_stop): Expect message for
10085 inferiors that exit with non-zero exit code.
10086
10087 2014-05-14 Yao Qi <yao@codesourcery.com>
10088
10089 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10090 match absolute path on remote host.
10091 (test_file_list_exec_source_files): Remove "/" from the
10092 pattern.
10093
10094 2014-05-14 Yao Qi <yao@codesourcery.com>
10095
10096 * boards/local-remote-host-notty.exp (${board}_file): New
10097 proc.
10098
10099 2014-05-07 Kyle McMartin <kyle@redhat.com>
10100
10101 Pushed by Joel Brobecker <brobecker@adacore.com>.
10102 * gdb.arch/aarch64-atomic-inst.c: New file.
10103 * gdb.arch/aarch64-atomic-inst.exp: New file.
10104
10105 2014-05-07 Yao Qi <yao@codesourcery.com>
10106
10107 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10108 in current context" too.
10109
10110 2014-05-05 Keith Seitz <keiths@redhat.com>
10111
10112 * gdb.linespec/ls-dollar.exp: Add test for linespec
10113 file:convenience_variable.
10114
10115 2014-05-05 Yao Qi <yao@codesourcery.com>
10116
10117 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10118 traceframes into tfile and ctf trace files. Read data from
10119 trace file and test collected data.
10120 (gdb_collect_locals_test): Likewise.
10121 (gdb_unavailable_registers_test): Likewise.
10122 (gdb_unavailable_floats): Likewise.
10123 (gdb_collect_globals_test): Likewise.
10124 (top-level): Append "ctf" to trace_file_targets if GDB
10125 supports.
10126
10127 2014-05-05 Yao Qi <yao@codesourcery.com>
10128
10129 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10130 code to ...
10131 (gdb_collect_args_test_1): ... it. New proc.
10132 (gdb_collect_locals_test): Move some code to ...
10133 (gdb_collect_locals_test_1): ... it. New proc.
10134 (gdb_unavailable_registers_test): Move some code to ...
10135 (gdb_unavailable_registers_test_1): ... it. New proc.
10136 (gdb_unavailable_floats): Move some code to ...
10137 (gdb_unavailable_floats_1): ... it. New proc.
10138
10139 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10140
10141 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10142 probes to test for bitness recognition.
10143 * gdb.arch/amd64-stap-optional-prefix.exp
10144 (test_probe_value_without_reg): New procedure.
10145 Add code to test for different kinds of bitness.
10146
10147 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10148
10149 PR breakpoints/16889
10150 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10151 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10152
10153 2014-05-01 Pedro Alves <palves@redhat.com>
10154
10155 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10156 gdb_file_cmd if no file is specified.
10157 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10158 last_loaded_file to set the remote exec-file.
10159
10160 2014-05-01 Pedro Alves <palves@redhat.com>
10161
10162 * boards/local-remote-host.exp: New file.
10163
10164 2014-05-01 Pedro Alves <palves@redhat.com>
10165
10166 * boards/local-remote-host.exp: Rename to ...
10167 * boards/local-remote-host-notty.exp: ... this.
10168
10169 2014-04-28 Joel Brobecker <brobecker@adacore.com>
10170
10171 * gdb.ada/dyn_arrayidx: New testcase.
10172
10173 2014-04-26 Yao Qi <yao@codesourcery.com>
10174
10175 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10176 and compute the length of function main. Save it in
10177 $main_length.
10178 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10179 (top-level): Use gdb_compile to compile objects into
10180 executable and restart GDB. Remove invocation to
10181 prepare_for_testing.
10182
10183 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10184 Pedro Alves <palves@redhat.com>
10185
10186 PR server/16255
10187 * gdb.multi/multi-attach.c: New file.
10188 * gdb.multi/multi-attach.exp: New file.
10189
10190 2014-04-25 Pedro Alves <palves@redhat.com>
10191
10192 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10193 user.
10194 (top level): Test that "set remote conditional-breakpoints-packet
10195 off" works as intended.
10196 * gdb.base/dprintf.exp: Test that "set remote
10197 breakpoint-commands-packet off" works as intended.
10198 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10199 New function.
10200 (top level): Call it.
10201 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10202 remote fast-tracepoints-packet off" works as intended.
10203 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10204 * lib/gdb.exp (gdb_is_target_remote): ... here.
10205
10206 2014-04-24 David Blaikie <dblaikie@gmail.com>
10207
10208 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10209 ensure clang would not discard them.
10210 * gdb.base/gdbvars.c: Ditto.
10211 * gdb.base/memattr.c: Ditto.
10212 * gdb.base/whatis.c: Ditto.
10213 * gdb.python/py-prettyprint.c: Ditto.
10214 * gdb.trace/actions.c: Ditto.
10215 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10216 ensure clang would not discard it.
10217
10218 2014-04-24 David Blaikie <dblaikie@gmail.com>
10219
10220 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10221 clang to emit the full definition of type required by the test
10222 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10223
10224 2014-04-24 David Blaikie <dblaikie@gmail.com>
10225
10226 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10227 coax Clang into emitting the definition of the type.
10228 * gdb.cp/pr10728-x.h (y): Ditto.
10229 * gdb.cp/pr10728-y.cc (y): Ditto.
10230
10231 2014-04-24 David Blaikie <dblaikie@gmail.com>
10232
10233 * gdb.base/label.exp: XFAIL label related tests under Clang.
10234 * gdb.cp/cplabel.exp: Ditto.
10235 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10236 under Clang those using labels.
10237
10238 2014-04-25 Yao Qi <yao@codesourcery.com>
10239
10240 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10241 double_label.
10242 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10243 partial_label and double_label.
10244
10245 2014-04-24 David Blaikie <dblaikie@gmail.com>
10246
10247 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10248
10249 2014-04-24 David Blaikie <dblaikie@gmail.com>
10250
10251 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10252 of the function to work across GCC and Clang.
10253 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10254 pointer types (const void ** const V void **).
10255
10256 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
10257 Walfred Tedeschi <walfred.tedeschi@intel.com>
10258
10259 * Makefile.in (EXECUTABLES): Added i386-avx512.
10260 * gdb.arch/i386-avx512.c: New file.
10261 * gdb.arch/i386-avx512.exp: Likewise.
10262
10263 2014-04-23 Keith Seitz <keiths@redhat.com>
10264
10265 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10266 (mi_make_breakpoint_table): New procedure.
10267 (mi_create_breakpoint): Use mi_make_breakpoint
10268 and return the result.
10269 (mi_make_breakpoint): New procedure.
10270 (mi_build_kv_pairs): New procedure.
10271
10272 * gdb.mi/mi-break.exp: Remove unused globals,
10273 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10274 All callers updated.
10275 * gdb.mi/mi-dprintf.exp: Use variable to track command
10276 number.
10277 Update all callers of mi_create_breakpoint and use
10278 mi_make_breakpoint_table.
10279 Remove any unused global variables.
10280 * gdb.mi/mi-nonstop.exp: Likewise.
10281 * gdb.mi/mi-nsintrall.exp: Likewise.
10282 * gdb.mi/mi-nsmoribund.exp: Likewise.
10283 * gdb.mi/mi-nsthrexec.exp: Likewise.
10284 * gdb.mi/mi-reverse.exp: Likewise.
10285 * gdb.mi/mi-simplerun.exp: Likewise.
10286 * gdb.mi/mi-stepn.exp: Likewise.
10287 * gdb.mi/mi-syn-frame.exp: Likewise.
10288 * gdb.mi/mi-until.exp: Likewise.
10289 * gdb.mi/mi-var-cp.exp: Likewise.
10290 * gdb.mi/mi-var-display.exp: Likewise.
10291 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10292 * gdb.mi/mi2-var-child.exp: Likewise.
10293 * gdb.mi/mi-vla-c99.exp: Likewise.
10294 * lib/mi-support.exp: Likewise.
10295
10296 From Ian Lance Taylor <iant@cygnus.com>:
10297 * lib/gdb.exp (parse_args): New procedure.
10298
10299 2014-04-23 Pedro Alves <palves@redhat.com>
10300
10301 * gdb.base/break-unload-file.c: New file.
10302 * gdb.base/break-unload-file.exp: New file.
10303 * gdb.base/sym-file-lib.c (baz): New function.
10304 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10305 field.
10306 (load): Store the segment's mapped size.
10307 (unload): New function.
10308 (unload_shlib): New function.
10309 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10310 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10311 set a breakpoint at baz, and call it.
10312 * gdb.base/sym-file.exp: New tests for stale breakpoint
10313 instructions.
10314
10315 2014-04-23 Pedro Alves <palves@redhat.com>
10316
10317 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10318 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10319 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10320 * gdb.base/hbreak-unmapped.c: New file.
10321 * gdb.base/hbreak-unmapped.exp: New file.
10322 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10323 * lib/gdb.exp (gdb_is_target_remote): ... here.
10324
10325 2014-04-22 Pedro Alves <palves@redhat.com>
10326
10327 * gdb.base/consecutive-step-over.c: New file.
10328 * gdb.base/consecutive-step-over.exp: New file.
10329
10330 2014-04-22 Pedro Alves <palves@redhat.com>
10331
10332 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10333 instead of send_gdb/gdb_expect.
10334
10335 2014-04-22 Yao Qi <yao@codesourcery.com>
10336
10337 * lib/trace-support.exp (generate_tracefile): New procedure.
10338 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10339 return 0.
10340 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10341 if generate_tracefile returns 1.
10342
10343 2014-04-18 Tom Tromey <palves@redhat.com>
10344 Pedro alves <tromey@redhat.com>
10345
10346 PR backtrace/15558
10347 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10348 with a backtrace limit.
10349 * gdb.python/py-frame-inline.exp: Test running to an inline
10350 function with a backtrace limit, and printing the newest frame.
10351 * gdb.python/py-frame-inline.c (main): Call f.
10352
10353 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10354
10355 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10356
10357 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10358
10359 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10360 Drop prefix from unsupported source file path.
10361
10362 2014-04-17 Yao Qi <yao@codesourcery.com>
10363
10364 * lib/gdb.exp (with_target_charset): New proc.
10365 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10366 with_target_charset.
10367 (test_print_strings): Likewise.
10368 (test_repeat_bytes): Likewise.
10369 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10370 for some tests.
10371
10372 2014-04-16 Keith Seitz <keiths@redhat.com>
10373
10374 PR gdb/15827
10375 * gdb.dwarf2/corrupt.c: New file.
10376 * gdb.dwarf2/corrupt.exp: New file.
10377
10378 2014-04-16 Keith Seitz <keiths@redhat.com>
10379
10380 PR c++/16597
10381 * gdb.cp/namelessclass.cc: New file.
10382 * gdb.cp/namelessclass.exp: New file.
10383 * gdb.cp/namelessclass.S: New file.
10384
10385 2014-04-16 Doug Evans <dje@google.com>
10386
10387 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10388 Add comment.
10389 (gdbserver_default_get_comm_port): New function.
10390 (gdbserver_start): Check if board file provided
10391 "gdbserver,get_comm_port" and use it if so.
10392 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10393 (gdb,socketport): Set to "stdio".
10394 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10395 (stdio_gdbserver_template): Delete.
10396 (${board}_get_remote_address): Update.
10397 (${board}_build_remote_cmd): Delete.
10398 (${board}_get_comm_port): New function.
10399 (${board}_spawn): Update.
10400 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10401 Delete.
10402 (${board}_get_remote_address): Update.
10403 (${board}_get_comm_port): New function.
10404
10405 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
10406
10407 * gdb.base/memattr.exp: Improve regexps to handle memory regions
10408 appearing in any order.
10409
10410 2014-04-15 Doug Evans <dje@google.com>
10411
10412 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10413 uninitialized value of "description".
10414
10415 2014-04-15 Keith Seitz <keiths@redhat.com>
10416
10417 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10418 Remove unused globals.
10419 (test_running_the_program): Likewise.
10420 (test_controlled_execution): Likewise.
10421 (test_controlling_breakpoints): Likewise.
10422 (test_program_termination): Likewise.
10423
10424 2014-04-15 Keith Seitz <keiths@redhat.com>
10425
10426 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10427 unused globals.
10428 (test_rbreak_creation_and_listing): Likewise.
10429 (test_ignore_count): Likewise.
10430 (test_error): Likewise.
10431
10432 2014-04-15 Pedro Alves <palves@redhat.com>
10433
10434 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10435 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10436 sym-file-loader.c.
10437 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10438 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10439 to sym-file-loader.c.
10440 (struct library): Forward declare.
10441 (load_shlib, lookup_function): Change prototypes.
10442 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10443 (translate_offset): Remove declarations.
10444 (get_text_addr): New declaration.
10445 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10446 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10447 sym-file-loader.h.
10448 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10449 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10450 here from sym-file-loader.h.
10451 (struct library): New structure.
10452 (load_shlib, lookup_function): Change prototypes and adjust to
10453 work with a struct library.
10454 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10455 (translate_offset): Make static.
10456 (get_text_addr): New function.
10457 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10458
10459 2014-04-15 Pedro Alves <palves@redhat.com>
10460
10461 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
10462
10463 2014-04-15 Pedro Alves <palves@redhat.com>
10464
10465 * gdb.base/sym-file-loader.c: Include <limits.h>.
10466 (SELF_LINK): New define.
10467 (get_origin): New function.
10468 (load_shlib): Use it.
10469 * gdb.base/sym-file.exp: Don't early return if the target is
10470 remote. Use runto_main, and issue fail is that fails. Use
10471 gdb_load_shlibs.
10472 (shlib_name): Delete.
10473 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
10474
10475 2014-04-15 Pedro Alves <palves@redhat.com>
10476
10477 * gdb.base/sym-file.exp: Remove regex characters from test
10478 message. Don't refer to breakpoint numbers in test messages.
10479
10480 2014-04-14 Keith Seitz <keiths@redhat.com>
10481
10482 PR c++/16253
10483 * gdb.cp/var-tag.cc: New file.
10484 * gdb.cp/var-tag.exp: New file.
10485 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10486 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10487 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10488 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10489
10490 2014-04-14 Tom Tromey <tromey@redhat.com>
10491
10492 * gdb.cp/classes.exp (test_enums): Handle underlying type.
10493 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10494 type.
10495 * gdb.cp/enum-class.exp: New file.
10496 * gdb.cp/enum-class.cc: New file.
10497
10498 2014-04-14 Tom Tromey <tromey@redhat.com>
10499
10500 * gdb.dwarf2/enum-type.exp: New file.
10501
10502 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10503
10504 * gdb.mi/mi-vla-c99.exp: New file.
10505 * gdb.mi/vla.c: New file.
10506
10507 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10508
10509 * gdb.base/vla-datatypes.c: New file.
10510 * gdb.base/vla-datatypes.exp: New file.
10511
10512 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10513
10514 * gdb.base/vla-ptr.c: New file.
10515 * gdb.base/vla-ptr.exp: New file.
10516
10517 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10518
10519 * gdb.dwarf2/count.exp: New file.
10520
10521 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10522
10523 * gdb.base/vla-sideeffect.c: New file.
10524 * gdb.base/vla-sideeffect.exp: New file.
10525
10526 2014-04-14 David Blaikie <dblaikie@gmail.com>
10527
10528 * gdb.mi/non-stop.c: Add return value for non-void function return
10529 statement.
10530 * gdb.threads/staticthreads.c: Ditto.
10531
10532 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
10533 Doug Evans <xdje42@gmail.com>
10534
10535 * gdb.guile/scm-value.c: Improve test case.
10536 * gdb.guile/scm-value.exp: Add new test.
10537
10538 2014-04-11 David Blaikie <dblaikie@gmail.com>
10539
10540 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
10541 override Clang's default.
10542
10543 2014-04-11 Joel Brobecker <brobecker@adacore.com>
10544
10545 Revert the following changes (regressions):
10546
10547 * gdb.base/vla-sideeffect.c: New file.
10548 * gdb.base/vla-sideeffect.exp: New file.
10549
10550 * gdb.dwarf2/count.exp: New file.
10551
10552 * gdb.base/vla-multi.c: New file.
10553 * gdb.base/vla-multi.exp: New file.
10554
10555 * gdb.base/vla-ptr.c: New file.
10556 * gdb.base/vla-ptr.exp: New file.
10557
10558 * gdb.base/vla-datatypes.c: New file.
10559 * gdb.base/vla-datatypes.exp: New file.
10560
10561 * gdb.mi/mi-vla-c99.exp: New file.
10562 * gdb.mi/vla.c: New file.
10563
10564 2014-04-11 Keith Seitz <keiths@redhat.com>
10565
10566 PR c++/16675
10567 * gdb.cp/cpsizeof.exp: New file.
10568 * gdb.cp/cpsizeof.cc: New file.
10569
10570 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10571
10572 * gdb.mi/mi-vla-c99.exp: New file.
10573 * gdb.mi/vla.c: New file.
10574
10575 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10576
10577 * gdb.base/vla-datatypes.c: New file.
10578 * gdb.base/vla-datatypes.exp: New file.
10579
10580 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10581
10582 * gdb.base/vla-ptr.c: New file.
10583 * gdb.base/vla-ptr.exp: New file.
10584
10585 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10586
10587 * gdb.base/vla-multi.c: New file.
10588 * gdb.base/vla-multi.exp: New file.
10589
10590 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10591
10592 * gdb.dwarf2/count.exp: New file.
10593
10594 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10595
10596 * gdb.base/vla-sideeffect.c: New file.
10597 * gdb.base/vla-sideeffect.exp: New file.
10598
10599 2014-04-11 Yao Qi <yao@codesourcery.com>
10600
10601 * gdb.base/completion.exp: Check file exists before running tests
10602 on file completion.
10603
10604 2014-04-10 Pedro Alves <palves@redhat.com>
10605
10606 * gdb.base/cond-eval-mode.c: New file.
10607 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
10608 prepare_for_testing to build the new file. Check result of
10609 runto_main.
10610 (test_break, test_watch): New procedures.
10611 (top level): Use them.
10612
10613 2014-04-08 Pierre Muller <muller@sourceware.org>
10614
10615 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
10616 Ctrl-V use for mingw hosts.
10617
10618 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
10619
10620 * gdb.python/py-value.c: Improve test case.
10621 * gdb.python/py-value.exp: Add new test.
10622
10623 2014-04-07 David Blaikie <dblaikie@gmail.com>
10624
10625 * lib/compiler.c: Identify the clang compiler.
10626 * lib/compiler.cc: Ditto.
10627
10628 2014-04-03 Yao Qi <yao@codesourcery.com>
10629
10630 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
10631
10632 2014-04-01 Anton Blanchard <anton@samba.org>
10633
10634 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
10635 messages unique.
10636
10637 2014-04-01 Anton Blanchard <anton@samba.org>
10638
10639 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
10640 prepare_for_testing.
10641
10642 2014-04-01 Anton Blanchard <anton@samba.org>
10643
10644 * gdb.arch/ppc64-atomic-inst.c: Remove.
10645 * gdb.arch/ppc64-atomic-inst.S: New file.
10646 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
10647
10648 2014-03-31 Doug Evans <dje@google.com>
10649
10650 * gdb.base/print-symbol-loading-lib.c: New file.
10651 * gdb.base/print-symbol-loading-main.c: New file.
10652 * gdb.base/print-symbol-loading.exp: New file.
10653
10654 2014-03-31 Yao Qi <yao@codesourcery.com>
10655
10656 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
10657
10658 2014-03-28 Joel Brobecker <brobecker@adacore.com>
10659
10660 * gdb.ada/mi_dyn_arr: New testcase.
10661
10662 2014-03-27 Doug Evans <dje@google.com>
10663
10664 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
10665
10666 2014-03-27 Yao Qi <yao@codesourcery.com>
10667
10668 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
10669 if target is nios2-*-*.
10670
10671 2014-03-26 Yao Qi <yao@codesourcery.com>
10672
10673 * lib/gdb.exp (readline_is_used): New proc.
10674 * gdb.base/completion.exp: Move tests on command complete up.
10675 Skip the rest of tests if readline is not used.
10676 * gdb.ada/complete.exp: Skp the test if readline is not
10677 used.
10678 * gdb.base/filesym.exp: Likewise.
10679 * gdb.base/macscp.exp: Likewise.
10680 * gdb.base/readline-ask.exp: Likewise.
10681 * gdb.base/readline.exp: Likewise.
10682 * gdb.python/py-cmd.exp: Likewise.
10683 * gdb.trace/tfile.exp: Likewise.
10684
10685 2014-03-26 Yao Qi <yao@codesourcery.com>
10686
10687 * gdb.base/macscp.exp: Fix code format issues.
10688
10689 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
10690
10691 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
10692 * gdb.asm/powerpc64le.inc: New file.
10693
10694 2014-03-25 Pedro Alves <palves@redhat.com>
10695 Doug Evans <dje@google.com>
10696
10697 * gdb.base/source-execution.c: New file.
10698 * gdb.base/source-execution.exp: New file.
10699 * gdb.base/source-execution.gdb: New file.
10700
10701 2014-03-24 Doug Evans <dje@google.com>
10702
10703 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
10704 using fission.
10705
10706 2014-03-24 Hui Zhu <hui@codesourcery.com>
10707 Pedro Alves <palves@redhat.com>
10708
10709 PR breakpoints/16101
10710 * gdb.base/dprintf.exp: Use unsupported rather than changing the
10711 test pass/fail messages. Detect missing support for dprintf when
10712 breakpoints are actually inserted.
10713 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
10714 breakpoints are actually inserted.
10715 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
10716 fails.
10717
10718 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10719
10720 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
10721
10722 2014-03-22 Doug Evans <xdje42@gmail.com>
10723
10724 * gdb.python/python.exp (python not supported): Verify multi-line
10725 python command issues an error.
10726 * gdb.guile/guile.exp (guile not supported): Verify multi-line
10727 guile command issues an error.
10728
10729 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
10730
10731 * gdb.threads/thread-specific.exp: Handle the lack of usable
10732 $this_breakpoint and $this_thread.
10733
10734 2014-03-21 Hui Zhu <hui@codesourcery.com>
10735
10736 * gdb.base/attach.exp (do_command_attach_tests): New.
10737
10738 2014-03-20 Tom Tromey <tromey@redhat.com>
10739 Pedro Alves <palves@redhat.com>
10740
10741 PR cli/15718
10742 * gdb.base/condbreak-call-false.c: New file.
10743 * gdb.base/condbreak-call-false.exp: New file.
10744
10745 2014-03-20 Pedro Alves <palves@redhat.com>
10746
10747 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
10748 Delete.
10749 (block_signals, unblock_signals): Delete.
10750 (child_function_2, main): Remove references to deleted variable
10751 and functions.
10752
10753 2014-03-20 Pedro Alves <palves@redhat.com>
10754
10755 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
10756 Use pthread_kill to signal thread 2.
10757 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10758 Adjust to make the test send itself a signal rather than using the
10759 host's "kill" command.
10760
10761 2014-03-20 Pedro Alves <palves@redhat.com>
10762
10763 * gdb.threads/multiple-step-overs.c: New file.
10764 * gdb.threads/multiple-step-overs.exp: New file.
10765 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10766 Adjust expected infrun debug output.
10767
10768 2014-03-20 Pedro Alves <palves@redhat.com>
10769
10770 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
10771 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
10772
10773 2014-03-20 Pedro Alves <palves@redhat.com>
10774
10775 PR breakpoints/7143
10776 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
10777 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
10778 of gdb_test_multiple.
10779 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
10780 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
10781
10782 2014-03-20 Pedro Alves <palves@redhat.com>
10783
10784 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
10785 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
10786
10787 2014-03-19 Pedro Alves <palves@redhat.com>
10788
10789 * gdb.base/async.exp: Remove early return.
10790
10791 2014-03-19 Pedro Alves <palves@redhat.com>
10792
10793 * gdb.base/async.exp (step& tests): Pass explicit test messages.
10794
10795 2014-03-19 Pedro Alves <palves@redhat.com>
10796
10797 * gdb.base/async.exp (test_background): Expect \r\n after
10798 "completed." in the fail pattern.
10799
10800 2014-03-19 Pedro Alves <palves@redhat.com>
10801
10802 * gdb.base/async.exp (test_background): New procedure.
10803 Use it for all background execution command tests.
10804
10805 2014-03-19 Pedro Alves <palves@redhat.com>
10806
10807 * gdb.base/async.exp: Use prepare_for_testing.
10808
10809 2014-03-19 Pedro Alves <palves@redhat.com>
10810
10811 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
10812 the same line.
10813
10814 2014-03-19 Pedro Alves <palves@redhat.com>
10815
10816 * gdb.base/async.c (main): Add "jump here" and "until here" line
10817 marker comments.
10818 * gdb.base/async.exp (jump_here): New global.
10819 (jump& test): Use it.
10820 (until_here): New global.
10821 (until& test): Use it.
10822
10823 2014-03-19 Pedro Alves <palves@redhat.com>
10824
10825 * gdb.base/async.exp: Don't frob gdb_protocol.
10826
10827 2014-03-18 Doug Evans <xdje42@gmail.com>
10828
10829 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
10830 Fix spelling of exec-done-display.
10831
10832 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
10833
10834 PR gdb/15358
10835 * gdb.base/gdb-sigterm.c: New file.
10836 * gdb.base/gdb-sigterm.exp: New file.
10837
10838 2014-03-18 Pedro Alves <palves@redhat.com>
10839
10840 PR gdb/13860
10841 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
10842 * lib/mi-support.exp (mi_expect_stop): Add special handling for
10843 solib-event.
10844
10845 2014-03-17 Joel Brobecker <brobecker@adacore.com>
10846
10847 * gdb.ada/pckd_arr_ren: New testcase.
10848
10849 2014-03-13 Doug Evans <xdje42@gmail.com>
10850
10851 PR guile/16612
10852 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
10853 collect after discarding symbols.
10854
10855 2014-03-13 Ludovic Courtès <ludo@gnu.org>
10856 Doug Evans <xdje42@gmail.com>
10857
10858 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
10859 to history survives a gc.
10860
10861 2014-03-13 Pedro Alves <palves@redhat.com>
10862
10863 * gdb.base/default.exp: Don't test "target procfs".
10864
10865 2014-03-13 Pedro Alves <palves@redhat.com>
10866
10867 * gdb.base/default.exp: Update "target child" and "target procfs"
10868 tests to not expect "Unix".
10869
10870 2014-03-12 Tom Tromey <tromey@redhat.com>
10871
10872 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
10873 New procs. Add target-async tests.
10874 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
10875 Add target-async tests.
10876
10877 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10878
10879 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
10880 'func_start' and 'func_end' for the beginning and end of the
10881 function code, respectively.
10882 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
10883 'func_end' instead of 'func' and 'main'.
10884
10885 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10886
10887 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
10888 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
10889 generate the debug info assembler source.
10890
10891 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10892
10893 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
10894 * gdb.dwarf2/arr-subrange.exp: Likewise.
10895 * gdb.dwarf2/dwz.exp: Likewise.
10896 * gdb.dwarf2/method-ptr.exp: Likewise.
10897 * gdb.dwarf2/missing-sig-type.exp: Likewise.
10898 * gdb.dwarf2/subrange.exp: Likewise.
10899 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
10900 * gdb.dwarf2/implptrpiece.exp: Likewise.
10901 * gdb.dwarf2/nostaticblock.exp: Likewise.
10902
10903 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10904
10905 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
10906 directory to absolute path name arguments.
10907
10908 2014-03-10 Joel Brobecker <brobecker@adacore.com>
10909
10910 * gdb.ada/tagged_access: New testcase.
10911
10912 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
10913
10914 * gdb.btrace/data.exp: Update expected output.
10915
10916 2014-03-06 Yao Qi <yao@codesourcery.com>
10917
10918 * gdb.trace/pr16508.exp: New file.
10919
10920 2014-03-05 Pedro Alves <palves@redhat.com>
10921
10922 PR gdb/16575
10923 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
10924 procedure.
10925 (top level): Adjust to use it. Add tests that exercise breakpoint
10926 interaction with the code-cache.
10927
10928 2014-02-26 Ludovic Courtès <ludo@gnu.org>
10929
10930 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
10931 test for 'history-append!'.
10932
10933 2014-02-26 Joel Brobecker <brobecker@adacore.com>
10934
10935 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
10936 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
10937 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
10938 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
10939 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
10940 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
10941
10942 2014-02-26 Joel Brobecker <brobecker@adacore.com>
10943
10944 * testsuite/gdb.python/py-pp-re-notag.c: New file.
10945 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
10946 * testsuite/gdb.python/py-pp-re-notag.p: New file.
10947
10948 2014-02-26 Joel Brobecker <brobecker@adacore.com>
10949
10950 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
10951
10952 2014-02-26 Joel Brobecker <brobecker@adacore.com>
10953
10954 * gdb.dwarf2/arr-stride.c: New file.
10955 * gdb.dwarf2/arr-stride.exp: New file.
10956
10957 2014-02-26 Pedro Alves <palves@redhat.com>
10958
10959 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
10960 that won't ever trigger. Make sure that GDB reports the correct
10961 breakpoint that caused the stop.
10962
10963 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10964
10965 PR gdb/16626
10966 * gdb.base/auto-load-script: New file.
10967 * gdb.base/auto-load.c: New file.
10968 * gdb.base/auto-load.exp: New file.
10969
10970 PR gdb/16626
10971 * gdb.base/auto-load.exp: Fix out-of-srctree run.
10972
10973 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10974
10975 Fix dw2-icycle.exp -fsanitize=address GDB crash.
10976 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
10977
10978 2014-02-24 Doug Evans <dje@google.com>
10979
10980 * lib/gdb.exp (run_on_host): Log error output if program fails.
10981
10982 2014-02-21 Pedro Alves <palves@redhat.com>
10983
10984 * gdb.threads/step-after-sr-lock.c: Rename to ...
10985 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
10986 * gdb.threads/step-after-sr-lock.exp: Rename to ...
10987 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10988 ... this.
10989
10990 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
10991
10992 PR tdep/16397
10993 * gdb.arch/amd64-stap-special-operands.exp: New file.
10994 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
10995 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
10996 * gdb.arch/amd64-stap-triplet.S: Likewise.
10997 * gdb.arch/amd64-stap-triplet.c: Likewise.
10998
10999 2014-02-20 Joel Brobecker <brobecker@adacore.com>
11000
11001 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11002 in .section pseudo-op.
11003
11004 2014-02-20 lin zuojian <manjian2006@gmail.com>
11005 Joel Brobecker <brobecker@adacore.com>
11006 Doug Evans <xdje42@gmail.com>
11007
11008 PR symtab/16581
11009 * gdb.dwarf2/dw2-icycle.S: New file.
11010 * gdb.dwarf2/dw2-icycle.c: New file.
11011 * gdb.dwarf2/dw2-icycle.exp: New file.
11012
11013 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
11014
11015 * gdb.python/py-value-cc.cc: Improve test case to enable testing
11016 operations on gdb.Value objects.
11017 * gdb.python/py-value-cc.exp: Add new test to test operations on
11018 gdb.Value objects.
11019
11020 2014-02-18 Doug Evans <dje@google.com>
11021
11022 * Makefile.in (TESTS): New variable.
11023 (expanded_tests, expanded_tests_or_none): New variables
11024 (check-single): Pass $(expanded_tests_or_none) to runtest.
11025 (check-parallel): Only run tests in $(TESTS) if non-empty.
11026 (check/no-matching-tests-found): New rule.
11027 * README: Document TESTS makefile variable.
11028
11029 2014-02-18 Doug Evans <dje@google.com>
11030
11031 * Makefile.in (check-parallel): rm -rf outputs temp.
11032
11033 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11034
11035 Fix "ERROR: no fileid for" in the testsuite.
11036 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11037
11038 2014-02-12 Doug Evans <dje@google.com>
11039
11040 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11041 (MISCELLANEOUS): New variable.
11042 (clean): rm -rf $(MISCELLANEOUS).
11043 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11044 dwp live in the same directory as symlinks, with each symlink pointed
11045 to a differently named file in a different directory.
11046
11047 2014-02-11 Doug Evans <dje@google.com>
11048
11049 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11050 of Tcl file commands.
11051
11052 2014-02-10 Mark Kettenis <kettenis@gnu.org>
11053
11054 * gdb.threads/step-after-sr-lock.exp: Avoid executing
11055 "kill -SIGUSR1 -1".
11056
11057 2014-02-10 Joel Brobecker <brobecker@adacore.com>
11058
11059 * gdb.ada/tick_length_array_enum_idx: New testcase.
11060
11061 2014-02-10 Doug Evans <xdje42@gmail.com>
11062
11063 * configure.ac (AC_OUTPUT): Add gdb.guile.
11064 * configure: Regenerate.
11065 * lib/gdb-guile.exp: New file.
11066 * lib/gdb.exp (get_target_charset): New function.
11067 * gdb.base/help.exp: Update expected output from "apropos apropos".
11068 * gdb.guile/Makefile.in: New file.
11069 * gdb.guile/guile.exp: New file.
11070 * gdb.guile/scm-arch.c: New file.
11071 * gdb.guile/scm-arch.exp: New file.
11072 * gdb.guile/scm-block.c: New file.
11073 * gdb.guile/scm-block.exp: New file.
11074 * gdb.guile/scm-breakpoint.c: New file.
11075 * gdb.guile/scm-breakpoint.exp: New file.
11076 * gdb.guile/scm-disasm.c: New file.
11077 * gdb.guile/scm-disasm.exp: New file.
11078 * gdb.guile/scm-equal.c: New file.
11079 * gdb.guile/scm-equal.exp: New file.
11080 * gdb.guile/scm-error.exp: New file.
11081 * gdb.guile/scm-error.scm: New file.
11082 * gdb.guile/scm-frame-args.c: New file.
11083 * gdb.guile/scm-frame-args.exp: New file.
11084 * gdb.guile/scm-frame-args.scm: New file.
11085 * gdb.guile/scm-frame-inline.c: New file.
11086 * gdb.guile/scm-frame-inline.exp: New file.
11087 * gdb.guile/scm-frame.c: New file.
11088 * gdb.guile/scm-frame.exp: New file.
11089 * gdb.guile/scm-generics.exp: New file.
11090 * gdb.guile/scm-gsmob.exp: New file.
11091 * gdb.guile/scm-iterator.c: New file.
11092 * gdb.guile/scm-iterator.exp: New file.
11093 * gdb.guile/scm-math.c: New file.
11094 * gdb.guile/scm-math.exp: New file.
11095 * gdb.guile/scm-objfile-script-gdb.in: New file.
11096 * gdb.guile/scm-objfile-script.c: New file.
11097 * gdb.guile/scm-objfile-script.exp: New file.
11098 * gdb.guile/scm-objfile.c: New file.
11099 * gdb.guile/scm-objfile.exp: New file.
11100 * gdb.guile/scm-ports.exp: New file.
11101 * gdb.guile/scm-pretty-print.c: New file.
11102 * gdb.guile/scm-pretty-print.exp: New file.
11103 * gdb.guile/scm-pretty-print.scm: New file.
11104 * gdb.guile/scm-section-script.c: New file.
11105 * gdb.guile/scm-section-script.exp: New file.
11106 * gdb.guile/scm-section-script.scm: New file.
11107 * gdb.guile/scm-symbol.c: New file.
11108 * gdb.guile/scm-symbol.exp: New file.
11109 * gdb.guile/scm-symtab-2.c: New file.
11110 * gdb.guile/scm-symtab.c: New file.
11111 * gdb.guile/scm-symtab.exp: New file.
11112 * gdb.guile/scm-type.c: New file.
11113 * gdb.guile/scm-type.exp: New file.
11114 * gdb.guile/scm-value-cc.cc: New file.
11115 * gdb.guile/scm-value-cc.exp: New file.
11116 * gdb.guile/scm-value.c: New file.
11117 * gdb.guile/scm-value.exp: New file.
11118 * gdb.guile/source2.scm: New file.
11119 * gdb.guile/types-module.cc: New file.
11120 * gdb.guile/types-module.exp: New file.
11121
11122 2014-02-10 Yao Qi <yao@codesourcery.com>
11123
11124 PR testsuite/16543
11125 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11126 * configure: Regenerated.
11127 * Makefile.in: New file.
11128
11129 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11130
11131 * gdb.python/py-framefilter.exp: Fix typo.
11132
11133 2014-02-08 Yao Qi <yao@codesourcery.com>
11134
11135 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11136 that no =breakpoint-modified is emitted when breakpoints are
11137 modified through MI commands.
11138
11139 2014-02-07 Pedro Alves <pedro@codesourcery.com>
11140 Pedro Alves <palves@redhat.com>
11141
11142 * gdb.threads/step-after-sr-lock.c: New file.
11143 * gdb.threads/step-after-sr-lock.exp: New file.
11144
11145 2014-02-07 Pedro Alves <palves@redhat.com>
11146
11147 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11148
11149 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11150
11151 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11152 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11153
11154 2014-02-06 Doug Evans <xdje42@gmail.com>
11155
11156 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11157 output.
11158
11159 * gdb.gdb/python-interrupts.exp: New file.
11160
11161 2014-02-05 Yao Qi <yao@codesourcery.com>
11162
11163 * gdb.trace/report.exp (use_collected_data): Test the output
11164 of "info threads" and "info inferiors".
11165
11166 2014-02-05 Yao Qi <yao@codesourcery.com>
11167
11168 Revert this patch:
11169
11170 2013-05-24 Yao Qi <yao@codesourcery.com>
11171
11172 * gdb.trace/tfile.exp: Test inferior and thread.
11173
11174 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11175
11176 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11177 on a function.
11178 * gdb.base/step-bt.c: Call hello via function pointer to make
11179 sure its first instruction is executed on powerpc64le-linux.
11180
11181 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11182
11183 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11184
11185 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11186
11187 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11188 of the test patterns for use on little-endian systems.
11189
11190 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11191
11192 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11193 (decimal_vector): Fix for little-endian.
11194
11195 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11196
11197 * gdb.arch/sparc-sysstep.exp: New file.
11198 * gdb.arch/sparc-sysstep.c: Likewise.
11199
11200 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11201
11202 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11203
11204 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11205
11206 2014-01-23 Tom Tromey <tromey@redhat.com>
11207
11208 * gdb.ada/array_char_idx: New testcase.
11209
11210 2014-01-23 Tom Tromey <tromey@redhat.com>
11211
11212 PR python/16487:
11213 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11214 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11215 classes.
11216
11217 2014-01-23 Tom Tromey <tromey@redhat.com>
11218
11219 PR python/16491:
11220 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11221 string from an inferior frame.
11222 * gdb.python/py-framefilter-mi.exp: Update.
11223
11224 2014-01-22 Doug Evans <dje@google.com>
11225
11226 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11227
11228 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11229
11230 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11231
11232 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11233
11234 * gdb.trace/entry-values.exp: Remove excess space character from
11235 regex patterns. Handle s390 call instruction.
11236
11237 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11238
11239 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11240 define "*_start" label. Make "name" static.
11241 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11242 ${name} by references to ${name}_start.
11243
11244 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11245
11246 * gdb.base/info-macros.exp: Remove "debug" from the compile
11247 options.
11248
11249 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11250
11251 * gdb.dlang/demangle.exp: New file.
11252
11253 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11254
11255 * gdb.dlang/primitive-types.exp: New file.
11256
11257 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11258
11259 * configure.ac: Create gdb.dlang/Makefile.
11260 * configure: Regenerate.
11261 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11262 * gdb.dlang/Makefile.in: New file.
11263 * lib/d-support.exp: New file.
11264 * lib/gdb.exp (skip_d_tests): New proc.
11265
11266 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11267
11268 * gdb.btrace/delta.exp: Check reverse stepi.
11269 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11270 * gdb.btrace/finish.exp: New.
11271 * gdb.btrace/next.exp: New.
11272 * gdb.btrace/nexti.exp: New.
11273 * gdb.btrace/record_goto.c: Add comments.
11274 * gdb.btrace/step.exp: New.
11275 * gdb.btrace/stepi.exp: New.
11276 * gdb.btrace/multi-thread-step.c: New.
11277 * gdb.btrace/multi-thread-step.exp: New.
11278 * gdb.btrace/rn-dl-bind.c: New.
11279 * gdb.btrace/rn-dl-bind.exp: New.
11280 * gdb.btrace/data.c: New.
11281 * gdb.btrace/data.exp: New.
11282 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11283
11284 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11285
11286 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11287 * gdb.btrace/exception.exp: Update.
11288 * gdb.btrace/instruction_history.exp: Update.
11289 * gdb.btrace/record_goto.exp: Update.
11290 * gdb.btrace/tailcall.exp: Update.
11291 * gdb.btrace/unknown_functions.exp: Update.
11292 * gdb.btrace/delta.exp: New.
11293
11294 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11295
11296 * gdb.btrace/record_goto.exp: Add backtrace test.
11297 * gdb.btrace/tailcall.exp: Add backtrace test.
11298
11299 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11300
11301 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11302 * gdb.btrace/record_goto.c: New.
11303 * gdb.btrace/record_goto.exp: New.
11304 * gdb.btrace/x86-record_goto.S: New.
11305
11306 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11307
11308 * gdb.btrace/function_call_history.exp: Update tests.
11309 * gdb.btrace/instruction_history.exp: Update tests.
11310
11311 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11312
11313 * gdb.btrace/function_call_history.exp: Fix expected field
11314 order for "record function-call-history".
11315 Add new tests for "record function-call-history /c".
11316 * gdb.btrace/exception.cc: New.
11317 * gdb.btrace/exception.exp: New.
11318 * gdb.btrace/tailcall.exp: New.
11319 * gdb.btrace/x86-tailcall.S: New.
11320 * gdb.btrace/x86-tailcall.c: New.
11321 * gdb.btrace/unknown_functions.c: New.
11322 * gdb.btrace/unknown_functions.exp: New.
11323 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11324
11325 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11326
11327 * gdb.btrace/instruction_history.exp: Update.
11328 * gdb.btrace/function_call_history.exp: Update.
11329
11330 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11331
11332 * gdb.btrace/function_call_history.exp: Fix expected function
11333 trace.
11334 * gdb.btrace/instruction_history.exp: Initialize traced.
11335 Remove traced_functions.
11336
11337 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11338
11339 * gdb.btrace/function_call_history.exp: Update
11340 * gdb.btrace/instruction_history.exp: Update.
11341
11342 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11343
11344 * gdb.btrace/enable.exp: Update expected text.
11345
11346 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11347
11348 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11349 bytes.
11350
11351 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11352
11353 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11354
11355 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
11356
11357 * lib/gdb.exp (supports_process_record): Return true for
11358 arm*-linux*. (supports_reverse): Likewise.
11359
11360 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11361
11362 PR python/15464
11363 PR python/16113
11364 * gdb.python/py-type.c: Enhance test case.
11365 * gdb.python/py-value-cc.cc: Likewise
11366 * gdb.python/py-type.exp: Add new tests.
11367 * gdb.python/py-value-cc.exp: Likewise
11368
11369 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11370 Pedro Alves <palves@redhat.com>
11371
11372 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11373 Make "name" extern.
11374 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11375 references to ${name}_start by references to ${name}.
11376
11377 2014-01-10 Joel Brobecker <brobecker@adacore.com>
11378
11379 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11380
11381 2014-01-10 Joel Brobecker <brobecker@adacore.com>
11382
11383 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11384
11385 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
11386 Pedro Alves <palves@redhat.com>
11387
11388 * gdb.mi/mi-info-os.exp: Connect to the target with
11389 mi_gdb_target_load.
11390
11391 2014-01-08 Pedro Alves <palves@redhat.com>
11392
11393 * gdb.threads/reconnect-signal.c: New file.
11394 * gdb.threads/reconnect-signal.exp: New file.
11395
11396 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11397
11398 * gdb.base/source-dir.exp: New file.
11399
11400 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11401
11402 * gdb.ada/mi_interface: New testcase.
11403
11404 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11405
11406 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11407 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11408 gdb.ada/pp-rec-component/pck.ads: New files.
11409
11410 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11411
11412 * gdb.python/py-pp-integral.c: New file.
11413 * gdb.python/py-pp-integral.py: New file.
11414 * gdb.python/py-pp-integral.exp: New file.
11415
11416 For older changes see ChangeLog-1993-2013.
11417 \f
11418 ;; Local Variables:
11419 ;; mode: change-log
11420 ;; left-margin: 8
11421 ;; fill-column: 74
11422 ;; version-control: never
11423 ;; End:
11424
11425 Copyright 2014-2017 Free Software Foundation, Inc.
11426 Copying and distribution of this file, with or without modification,
11427 are permitted provided the copyright notice and this notice are preserved.
This page took 0.259094 seconds and 5 git commands to generate.