Fix break on Python 2
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
2
3 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
4 and memory view on Python 3.
5
6 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
7 Keith Seitz <keiths@redhat.com>
8
9 PR gdb/14441
10 * gdb.cp/demangle.exp: Add rvalue reference tests.
11 * gdb.cp/rvalue-ref-casts.cc: New file.
12 * gdb.cp/rvalue-ref-casts.exp: New file.
13 * gdb.cp/rvalue-ref-overload.cc: New file.
14 * gdb.cp/rvalue-ref-overload.exp: New file.
15 * gdb.cp/rvalue-ref-params.cc: New file.
16 * gdb.cp/rvalue-ref-params.exp: New file.
17 * gdb.cp/rvalue-ref-sizeof.cc: New file.
18 * gdb.cp/rvalue-ref-sizeof.exp: New file.
19 * gdb.cp/rvalue-ref-types.cc: New file.
20 * gdb.cp/rvalue-ref-types.exp: New file.
21 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
22 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
23
24 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
25
26 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
27 New procedure.
28
29 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
30
31 * lib/mi-support.exp (mi_gdb_test): Add additional message
32 for unexpected output.
33
34 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
35
36 * gdb.base/examine-backward.c (Barrier): New character array
37 constant, to ensure that TestStrings is preceded by a string
38 terminator.
39
40 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
41
42 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
43 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
44 and implicit pointer into such a location.
45
46 2017-03-16 Doug Evans <dje@google.com>
47
48 * gdb.python/py-lazy-string (pointer): Really add new typedef.
49
50 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
51
52 * gdb.cp/m-static.exp: Fix expectation for prototype of
53 test5.single_constructor and single_constructor::single_constructor.
54
55 2017-03-16 Doug Evans <dje@google.com>
56
57 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
58 * gdb.guile/scm-lazy-string.c: New file.
59 * gdb.guile/scm-value.exp: Move lazy string tests to ...
60 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
61 for pointer, array, typedef lazy strings.
62
63 2017-03-16 Doug Evans <dje@google.com>
64
65 PR python/17728, python/18439, python/18779
66 * gdb.python/py-value.c (main) Delete locals sptr, sn.
67 * gdb.python/py-lazy-string.c (pointer): New typedef.
68 (main): New locals ptr, array, typedef_ptr.
69 * gdb.python/py-value.exp: Move lazy string tests to ...
70 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
71 array, typedef lazy strings.
72
73 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
74
75 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
76 Add optional 'test' parameter.
77
78 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
79
80 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
81 Skip for versions of DejaGnu < 1.5.
82
83 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
84
85 * lib/gdb.exp (dejagnu_version): New proc.
86 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
87 Use dejagnu_version.
88
89 2017-03-10 Keith Seitz <keiths@redhat.com>
90
91 PR c++/8128
92 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
93 type from destructor regexps.
94 Add a branch which actually passes the test.
95 Adjust "ptype t5i" test names.
96
97 2017-03-08 Pedro Alves <palves@redhat.com>
98
99 * gdb.base/step-over-exit.exp: Add explicit test message.
100
101 2017-03-08 Pedro Alves <palves@redhat.com>
102
103 PR gdb/18360
104 * gdb.threads/interrupt-while-step-over.c: New file.
105 * gdb.threads/interrupt-while-step-over.exp: New file.
106
107 2017-03-08 Pedro Alves <palves@redhat.com>
108
109 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
110 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
111
112 2017-03-08 Pedro Alves <palves@redhat.com>
113
114 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
115 PKRU as not supported as a PASS.
116
117 2017-03-08 Pedro Alves <palves@redhat.com>
118
119 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
120 prefix instead of $binfile1/$binfile2.
121 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
122 in test message.
123 * gdb.python/py-completion.exp: Use "load python file" as test
124 messages instead of unstable path names.
125
126 2017-03-08 Pedro Alves <palves@redhat.com>
127 Jan Kratochvil <jan.kratochvil@redhat.com>
128
129 PR cli/21218
130 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
131 New proc.
132 (top level): Call it.
133
134 2017-03-08 Pedro Alves <palves@redhat.com>
135
136 PR tui/21216
137 * gdb.tui/tui-nl-filtered-output.exp: New file.
138
139 2017-03-08 Pedro Alves <palves@redhat.com>
140
141 * gdb.base/completion.exp: Move TUI completion tests to ...
142 * gdb.tui/completion.exp: ... this new file.
143
144 2017-03-08 Pedro Alves <palves@redhat.com>
145
146 * gdb.base/tui-disasm-long-lines.c,
147 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
148 gdb.base/tui-layout.exp: Move to ...
149 * gdb.tui/: ... this new directory.
150
151 2017-03-07 Pedro Alves <palves@redhat.com>
152
153 * gdb.base/tui-layout.c: New file.
154 * gdb.base/tui-layout.exp: New file.
155
156 2017-03-07 Pedro Alves <palves@redhat.com>
157
158 * gdb.base/tui-layout.c: Rename to ...
159 * gdb.base/tui-disasm-long-lines.c: ... this.
160 * gdb.base/tui-layout.exp: Rename to ...
161 * gdb.base/tui-disasm-long-lines.exp: ... this.
162
163 2017-03-07 Pedro Alves <palves@redhat.com>
164
165 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
166
167 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
168
169 * i386-mpx-call.c: New file.
170 * i386-mpx-call.exp: New file.
171
172 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
173
174 * gdb.arch/powerpc-power.exp: Delete test.
175 * gdb.arch/powerpc-power.s: Likewise.
176 * gdb.disasm/disassembler-options.exp: New test.
177 * gdb.arch/powerpc-altivec.exp: Likewise.
178 * gdb.arch/powerpc-altivec.s: Likewise.
179 * gdb.arch/powerpc-altivec2.exp: Likewise.
180 * gdb.arch/powerpc-altivec2.s: Likewise.
181 * gdb.arch/powerpc-altivec3.exp: Likewise.
182 * gdb.arch/powerpc-altivec3.s: Likewise.
183 * gdb.arch/powerpc-power7.exp: Likewise.
184 * gdb.arch/powerpc-power7.s: Likewise.
185 * gdb.arch/powerpc-power8.exp: Likewise.
186 * gdb.arch/powerpc-power8.s: Likewise.
187 * gdb.arch/powerpc-power9.exp: Likewise.
188 * gdb.arch/powerpc-power9.s: Likewise.
189 * gdb.arch/powerpc-vsx.exp: Likewise.
190 * gdb.arch/powerpc-vsx.s: Likewise.
191 * gdb.arch/powerpc-vsx2.exp: Likewise.
192 * gdb.arch/powerpc-vsx2.s: Likewise.
193 * gdb.arch/powerpc-vsx3.exp: Likewise.
194 * gdb.arch/powerpc-vsx3.s: Likewise.
195 * gdb.arch/arm-disassembler-options.exp: Likewise.
196 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
197 * gdb.arch/s390-disassembler-options.exp: Likewise.
198
199 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
200
201 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
202 (check_supported_features): ... this. Changed return type to void.
203 (supports_rdseed): New static global.
204 (rdseed): Check supports_rdseed.
205 (initialize): Call check_supported_features.
206
207 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
208
209 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
210 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
211 and lqarx/stqcx.
212 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
213 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
214
215 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
216
217 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
218 uppercase.
219
220 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
221
222 * gdb.dwarf2/formdata16.c: New file.
223 * gdb.dwarf2/formdata16.exp: New file.
224 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
225
226 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
227
228 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
229 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
230 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
231 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
232 DW_AT_GNU_*.
233
234 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
235
236 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
237
238 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
239
240 PR gdb/21164
241 * gdb.base/maint.exp: Add testcases for when the commands do
242 not have arguments.
243
244 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
245
246 * gdb.cp/chained-calls.exp: Use p instead of P.
247
248 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
249
250 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
251 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
252
253 2017-02-14 Tom Tromey <tom@tromey.com>
254
255 PR python/13598:
256 * gdb.python/py-events.exp: Add before_prompt event tests.
257
258 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
259
260 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
261
262 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
263
264 * gdb.linespec/explicit.c (my_unique_function_name): New function.
265 (main): Call my_unique_function_name.
266 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
267 completion of patterns with a single match.
268 Add missing -re switches to gdb_test_multiple calls.
269
270 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
271
272 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
273 return if core file is not recognized.
274
275 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
276
277 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
278 and extra UIs.
279
280 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
281
282 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
283 proc_with_prefix.
284
285 2017-02-10 Tom Tromey <tom@tromey.com>
286
287 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
288
289 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
290
291 PR gdb/21122
292 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
293
294 2017-02-08 Jerome Guitton <guitton@adacore.com>
295
296 * gdb.base/define.exp: Add test for command abbreviations
297 in define.
298
299 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
300
301 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
302 * gdb.reverse/insn-reverse-x86.c: New file.
303
304 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
305
306 PR tdep/20936
307 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
308
309 2017-02-03 Tom Tromey <tom@tromey.com>
310
311 PR rust/21097:
312 * gdb.rust/simple.exp: Add new tests.
313
314 2017-02-02 Pedro Alves <palves@redhat.com>
315
316 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
317 tests.
318
319 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
320
321 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
322 taking a 2-byte value out of a 4-byte DWARF implicit value on
323 big-endian targets.
324 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
325 logic. Add test cases for DW_OP_implicit.
326
327 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
328
329 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
330
331 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
332
333 * gdb.btrace/enable.exp: Call gdb_exit before
334 skip_gdbserver_tests.
335
336 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
337
338 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
339 GDBFLAGS.
340
341 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
342
343 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
344 the test is skipped.
345 * gdb.btrace/data.exp: Likewise.
346 * gdb.btrace/delta.exp: Likewise.
347 * gdb.btrace/dlopen.exp: Likewise.
348 * gdb.btrace/enable-running.exp: Likewise.
349 * gdb.btrace/enable.exp: Likewise.
350 * gdb.btrace/exception.exp: Likewise.
351 * gdb.btrace/function_call_history.exp: Likewise.
352 * gdb.btrace/gcore.exp: Likewise.
353 * gdb.btrace/instruction_history.exp: Likewise.
354 * gdb.btrace/multi-thread-step.exp: Likewise.
355 * gdb.btrace/nohist.exp: Likewise.
356 * gdb.btrace/non-stop.exp: Likewise.
357 * gdb.btrace/reconnect.exp: Likewise.
358 * gdb.btrace/record_goto-step.exp: Likewise.
359 * gdb.btrace/record_goto.exp: Likewise.
360 * gdb.btrace/rn-dl-bind.exp: Likewise.
361 * gdb.btrace/segv.exp: Likewise.
362 * gdb.btrace/step.exp: Likewise.
363 * gdb.btrace/stepi.exp: Likewise.
364 * gdb.btrace/tailcall-only.exp: Likewise.
365 * gdb.btrace/tailcall.exp: Likewise.
366 * gdb.btrace/tsx.exp: Likewise.
367 * gdb.btrace/unknown_functions.exp: Likewise.
368 * gdb.btrace/vdso.exp: Likewise.
369
370 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
371
372 * gdb.btrace/enable-running.c: New.
373 * gdb.btrace/enable-running.exp: New.
374
375 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
376
377 * gdb.arch/amd64-gs_base.c: New file.
378 * gdb.arch/amd64-gs_base.exp: New file.
379
380 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
381
382 * lib/memory.exp: Remove spurious empty newlines.
383
384 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
385
386 * gdb.python/py-bad-printers.exp: Load python file using "source".
387 * gdb.python/py-events.exp: Likewise.
388 * gdb.python/py-evsignal.exp: Likewise.
389 * gdb.python/py-evthreads.exp: Likewise.
390 * gdb.python/py-frame-args.exp: Likewise.
391 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
392 * gdb.python/py-framefilter-mi.exp: Likewise.
393 * gdb.python/py-framefilter.exp: Likewise.
394 * gdb.python/py-mi.exp: Likewise.
395 * gdb.python/py-pp-maint.exp: Likewise.
396 * gdb.python/py-pp-registration.exp: Likewise.
397 * gdb.python/py-prettyprint.exp: Likewise.
398 (run_lang_tests): Likewise.
399 * gdb.python/py-typeprint.exp: Likewise.
400
401 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
402
403 * lib/memory.exp: New file.
404 * lib/gdb.exp: Load memory.exp.
405 * gdb.base/memattr.exp (delete_memory): Move proc to
406 lib/memory.exp and rename to delete_memory_regions.
407 Replace delete_memory with delete_memory_regions.
408 Cleanup memory regions before tests.
409 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
410 before tests.
411
412 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
413
414 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
415 files.
416 (initialize): New function conditionally defined.
417 (testcases): Move within conditional block.
418 (main): Call initialize.
419 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
420 of gdb.reverse/insn-reverse.c.
421 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
422 gdb.reverse/insn-reverse.c.
423
424 2017-01-26 Yao Qi <yao.qi@linaro.org>
425
426 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
427 disassemble on address 0.
428
429 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
430 Yao Qi <yao.qi@linaro.org>
431
432 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
433 * gdb.dwarf2/implptr-64bit.S: Remove.
434 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
435 variables in caller's context. Add DW_OP_implicit_value.
436
437 2017-01-25 Yao Qi <yao.qi@linaro.org>
438
439 * lib/dwarf.exp (Dwarf::_location): Handle
440 DW_OP_GNU_implicit_pointer with proper size.
441
442 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
443
444 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
445 and add untested calls.
446
447 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
448
449 * gdb.python/python.exp: Check line number against what GDB thinks
450 the line number is for func1.
451
452 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
453
454 * gdb.dlang/debug-expr.exp: New file.
455
456 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
457
458 Fix test names for the following files:
459
460 * gdb.ada/exec_changed.exp
461 * gdb.ada/info_types.exp
462 * gdb.arch/aarch64-atomic-inst.exp
463 * gdb.arch/aarch64-fp.exp
464 * gdb.arch/altivec-abi.exp
465 * gdb.arch/altivec-regs.exp
466 * gdb.arch/amd64-byte.exp
467 * gdb.arch/amd64-disp-step.exp
468 * gdb.arch/amd64-dword.exp
469 * gdb.arch/amd64-entry-value-inline.exp
470 * gdb.arch/amd64-entry-value-param.exp
471 * gdb.arch/amd64-entry-value-paramref.exp
472 * gdb.arch/amd64-entry-value.exp
473 * gdb.arch/amd64-i386-address.exp
474 * gdb.arch/amd64-invalid-stack-middle.exp
475 * gdb.arch/amd64-invalid-stack-top.exp
476 * gdb.arch/amd64-optimout-repeat.exp
477 * gdb.arch/amd64-prologue-skip.exp
478 * gdb.arch/amd64-prologue-xmm.exp
479 * gdb.arch/amd64-stap-special-operands.exp
480 * gdb.arch/amd64-stap-wrong-subexp.exp
481 * gdb.arch/amd64-tailcall-cxx.exp
482 * gdb.arch/amd64-tailcall-noret.exp
483 * gdb.arch/amd64-tailcall-ret.exp
484 * gdb.arch/amd64-tailcall-self.exp
485 * gdb.arch/amd64-word.exp
486 * gdb.arch/arm-bl-branch-dest.exp
487 * gdb.arch/arm-disp-step.exp
488 * gdb.arch/arm-neon.exp
489 * gdb.arch/arm-single-step-kernel-helper.exp
490 * gdb.arch/avr-flash-qualifier.exp
491 * gdb.arch/disp-step-insn-reloc.exp
492 * gdb.arch/e500-abi.exp
493 * gdb.arch/e500-regs.exp
494 * gdb.arch/ftrace-insn-reloc.exp
495 * gdb.arch/i386-avx512.exp
496 * gdb.arch/i386-bp_permanent.exp
497 * gdb.arch/i386-byte.exp
498 * gdb.arch/i386-cfi-notcurrent.exp
499 * gdb.arch/i386-disp-step.exp
500 * gdb.arch/i386-dr3-watch.exp
501 * gdb.arch/i386-float.exp
502 * gdb.arch/i386-gnu-cfi.exp
503 * gdb.arch/i386-mpx-map.exp
504 * gdb.arch/i386-mpx-sigsegv.exp
505 * gdb.arch/i386-mpx-simple_segv.exp
506 * gdb.arch/i386-mpx.exp
507 * gdb.arch/i386-permbkpt.exp
508 * gdb.arch/i386-prologue.exp
509 * gdb.arch/i386-signal.exp
510 * gdb.arch/i386-size-overlap.exp
511 * gdb.arch/i386-unwind.exp
512 * gdb.arch/i386-word.exp
513 * gdb.arch/mips-fcr.exp
514 * gdb.arch/powerpc-d128-regs.exp
515 * gdb.arch/powerpc-stackless.exp
516 * gdb.arch/ppc64-atomic-inst.exp
517 * gdb.arch/s390-stackless.exp
518 * gdb.arch/s390-tdbregs.exp
519 * gdb.arch/s390-vregs.exp
520 * gdb.arch/sparc-sysstep.exp
521 * gdb.arch/thumb-bx-pc.exp
522 * gdb.arch/thumb-singlestep.exp
523 * gdb.arch/thumb2-it.exp
524 * gdb.arch/vsx-regs.exp
525 * gdb.asm/asm-source.exp
526 * gdb.base/a2-run.exp
527 * gdb.base/advance.exp
528 * gdb.base/all-bin.exp
529 * gdb.base/anon.exp
530 * gdb.base/args.exp
531 * gdb.base/arithmet.exp
532 * gdb.base/async-shell.exp
533 * gdb.base/async.exp
534 * gdb.base/attach-pie-noexec.exp
535 * gdb.base/attach-twice.exp
536 * gdb.base/auto-load.exp
537 * gdb.base/bang.exp
538 * gdb.base/bitfields.exp
539 * gdb.base/break-always.exp
540 * gdb.base/break-caller-line.exp
541 * gdb.base/break-entry.exp
542 * gdb.base/break-inline.exp
543 * gdb.base/break-on-linker-gcd-function.exp
544 * gdb.base/break-probes.exp
545 * gdb.base/break.exp
546 * gdb.base/breakpoint-shadow.exp
547 * gdb.base/call-ar-st.exp
548 * gdb.base/call-sc.exp
549 * gdb.base/call-signal-resume.exp
550 * gdb.base/call-strs.exp
551 * gdb.base/callfuncs.exp
552 * gdb.base/catch-fork-static.exp
553 * gdb.base/catch-gdb-caused-signals.exp
554 * gdb.base/catch-load.exp
555 * gdb.base/catch-signal-fork.exp
556 * gdb.base/catch-signal.exp
557 * gdb.base/catch-syscall.exp
558 * gdb.base/charset.exp
559 * gdb.base/checkpoint.exp
560 * gdb.base/chng-syms.exp
561 * gdb.base/code-expr.exp
562 * gdb.base/code_elim.exp
563 * gdb.base/commands.exp
564 * gdb.base/completion.exp
565 * gdb.base/complex.exp
566 * gdb.base/cond-expr.exp
567 * gdb.base/condbreak.exp
568 * gdb.base/consecutive.exp
569 * gdb.base/continue-all-already-running.exp
570 * gdb.base/coredump-filter.exp
571 * gdb.base/corefile.exp
572 * gdb.base/dbx.exp
573 * gdb.base/debug-expr.exp
574 * gdb.base/define.exp
575 * gdb.base/del.exp
576 * gdb.base/disabled-location.exp
577 * gdb.base/disasm-end-cu.exp
578 * gdb.base/disasm-optim.exp
579 * gdb.base/display.exp
580 * gdb.base/duplicate-bp.exp
581 * gdb.base/ena-dis-br.exp
582 * gdb.base/ending-run.exp
583 * gdb.base/enumval.exp
584 * gdb.base/environ.exp
585 * gdb.base/eu-strip-infcall.exp
586 * gdb.base/eval-avoid-side-effects.exp
587 * gdb.base/eval-skip.exp
588 * gdb.base/exitsignal.exp
589 * gdb.base/expand-psymtabs.exp
590 * gdb.base/filesym.exp
591 * gdb.base/find-unmapped.exp
592 * gdb.base/finish.exp
593 * gdb.base/float.exp
594 * gdb.base/foll-exec-mode.exp
595 * gdb.base/foll-exec.exp
596 * gdb.base/foll-fork.exp
597 * gdb.base/fortran-sym-case.exp
598 * gdb.base/freebpcmd.exp
599 * gdb.base/func-ptr.exp
600 * gdb.base/func-ptrs.exp
601 * gdb.base/funcargs.exp
602 * gdb.base/gcore-buffer-overflow.exp
603 * gdb.base/gcore-relro-pie.exp
604 * gdb.base/gcore-relro.exp
605 * gdb.base/gcore.exp
606 * gdb.base/gdb1090.exp
607 * gdb.base/gdb11530.exp
608 * gdb.base/gdb11531.exp
609 * gdb.base/gdb1821.exp
610 * gdb.base/gdbindex-stabs.exp
611 * gdb.base/gdbvars.exp
612 * gdb.base/hbreak.exp
613 * gdb.base/hbreak2.exp
614 * gdb.base/included.exp
615 * gdb.base/infcall-input.exp
616 * gdb.base/inferior-died.exp
617 * gdb.base/infnan.exp
618 * gdb.base/info-macros.exp
619 * gdb.base/info-os.exp
620 * gdb.base/info-proc.exp
621 * gdb.base/info-shared.exp
622 * gdb.base/info-target.exp
623 * gdb.base/infoline.exp
624 * gdb.base/interp.exp
625 * gdb.base/interrupt.exp
626 * gdb.base/jit-reader.exp
627 * gdb.base/jit-simple.exp
628 * gdb.base/kill-after-signal.exp
629 * gdb.base/kill-detach-inferiors-cmd.exp
630 * gdb.base/label.exp
631 * gdb.base/langs.exp
632 * gdb.base/ldbl_e308.exp
633 * gdb.base/line-symtabs.exp
634 * gdb.base/linespecs.exp
635 * gdb.base/list.exp
636 * gdb.base/long_long.exp
637 * gdb.base/longest-types.exp
638 * gdb.base/maint.exp
639 * gdb.base/max-value-size.exp
640 * gdb.base/memattr.exp
641 * gdb.base/mips_pro.exp
642 * gdb.base/morestack.exp
643 * gdb.base/moribund-step.exp
644 * gdb.base/multi-forks.exp
645 * gdb.base/nested-addr.exp
646 * gdb.base/nextoverexit.exp
647 * gdb.base/noreturn-finish.exp
648 * gdb.base/noreturn-return.exp
649 * gdb.base/nostdlib.exp
650 * gdb.base/offsets.exp
651 * gdb.base/opaque.exp
652 * gdb.base/pc-fp.exp
653 * gdb.base/permissions.exp
654 * gdb.base/print-symbol-loading.exp
655 * gdb.base/prologue-include.exp
656 * gdb.base/psymtab.exp
657 * gdb.base/ptype.exp
658 * gdb.base/random-signal.exp
659 * gdb.base/randomize.exp
660 * gdb.base/range-stepping.exp
661 * gdb.base/readline-ask.exp
662 * gdb.base/recpar.exp
663 * gdb.base/recurse.exp
664 * gdb.base/relational.exp
665 * gdb.base/restore.exp
666 * gdb.base/return-nodebug.exp
667 * gdb.base/return.exp
668 * gdb.base/run-after-attach.exp
669 * gdb.base/save-bp.exp
670 * gdb.base/scope.exp
671 * gdb.base/sect-cmd.exp
672 * gdb.base/set-lang-auto.exp
673 * gdb.base/set-noassign.exp
674 * gdb.base/setvar.exp
675 * gdb.base/sigall.exp
676 * gdb.base/sigbpt.exp
677 * gdb.base/siginfo-addr.exp
678 * gdb.base/siginfo-infcall.exp
679 * gdb.base/siginfo-obj.exp
680 * gdb.base/siginfo.exp
681 * gdb.base/signals-state-child.exp
682 * gdb.base/signest.exp
683 * gdb.base/sigstep.exp
684 * gdb.base/sizeof.exp
685 * gdb.base/skip.exp
686 * gdb.base/solib-corrupted.exp
687 * gdb.base/solib-nodir.exp
688 * gdb.base/solib-search.exp
689 * gdb.base/stack-checking.exp
690 * gdb.base/stale-infcall.exp
691 * gdb.base/stap-probe.exp
692 * gdb.base/start.exp
693 * gdb.base/step-break.exp
694 * gdb.base/step-bt.exp
695 * gdb.base/step-line.exp
696 * gdb.base/step-over-exit.exp
697 * gdb.base/step-over-syscall.exp
698 * gdb.base/step-resume-infcall.exp
699 * gdb.base/step-test.exp
700 * gdb.base/store.exp
701 * gdb.base/structs3.exp
702 * gdb.base/sym-file.exp
703 * gdb.base/symbol-without-target_section.exp
704 * gdb.base/term.exp
705 * gdb.base/testenv.exp
706 * gdb.base/ui-redirect.exp
707 * gdb.base/until.exp
708 * gdb.base/unwindonsignal.exp
709 * gdb.base/value-double-free.exp
710 * gdb.base/vla-datatypes.exp
711 * gdb.base/vla-ptr.exp
712 * gdb.base/vla-sideeffect.exp
713 * gdb.base/volatile.exp
714 * gdb.base/watch-cond-infcall.exp
715 * gdb.base/watch-cond.exp
716 * gdb.base/watch-non-mem.exp
717 * gdb.base/watch-read.exp
718 * gdb.base/watch-vfork.exp
719 * gdb.base/watchpoint-cond-gone.exp
720 * gdb.base/watchpoint-delete.exp
721 * gdb.base/watchpoint-hw-hit-once.exp
722 * gdb.base/watchpoint-hw.exp
723 * gdb.base/watchpoint-stops-at-right-insn.exp
724 * gdb.base/watchpoints.exp
725 * gdb.base/wchar.exp
726 * gdb.base/whatis-exp.exp
727 * gdb.btrace/buffer-size.exp
728 * gdb.btrace/data.exp
729 * gdb.btrace/delta.exp
730 * gdb.btrace/dlopen.exp
731 * gdb.btrace/enable.exp
732 * gdb.btrace/exception.exp
733 * gdb.btrace/function_call_history.exp
734 * gdb.btrace/gcore.exp
735 * gdb.btrace/instruction_history.exp
736 * gdb.btrace/nohist.exp
737 * gdb.btrace/reconnect.exp
738 * gdb.btrace/record_goto-step.exp
739 * gdb.btrace/record_goto.exp
740 * gdb.btrace/rn-dl-bind.exp
741 * gdb.btrace/segv.exp
742 * gdb.btrace/step.exp
743 * gdb.btrace/stepi.exp
744 * gdb.btrace/tailcall-only.exp
745 * gdb.btrace/tailcall.exp
746 * gdb.btrace/tsx.exp
747 * gdb.btrace/unknown_functions.exp
748 * gdb.btrace/vdso.exp
749 * gdb.compile/compile-ifunc.exp
750 * gdb.compile/compile-ops.exp
751 * gdb.compile/compile-print.exp
752 * gdb.compile/compile-setjmp.exp
753 * gdb.cp/abstract-origin.exp
754 * gdb.cp/ambiguous.exp
755 * gdb.cp/annota2.exp
756 * gdb.cp/annota3.exp
757 * gdb.cp/anon-ns.exp
758 * gdb.cp/anon-struct.exp
759 * gdb.cp/anon-union.exp
760 * gdb.cp/arg-reference.exp
761 * gdb.cp/baseenum.exp
762 * gdb.cp/bool.exp
763 * gdb.cp/breakpoint.exp
764 * gdb.cp/bs15503.exp
765 * gdb.cp/call-c.exp
766 * gdb.cp/casts.exp
767 * gdb.cp/chained-calls.exp
768 * gdb.cp/class2.exp
769 * gdb.cp/classes.exp
770 * gdb.cp/cmpd-minsyms.exp
771 * gdb.cp/converts.exp
772 * gdb.cp/cp-relocate.exp
773 * gdb.cp/cpcompletion.exp
774 * gdb.cp/cpexprs.exp
775 * gdb.cp/cplabel.exp
776 * gdb.cp/cplusfuncs.exp
777 * gdb.cp/cpsizeof.exp
778 * gdb.cp/ctti.exp
779 * gdb.cp/derivation.exp
780 * gdb.cp/destrprint.exp
781 * gdb.cp/dispcxx.exp
782 * gdb.cp/enum-class.exp
783 * gdb.cp/exception.exp
784 * gdb.cp/exceptprint.exp
785 * gdb.cp/expand-psymtabs-cxx.exp
786 * gdb.cp/expand-sals.exp
787 * gdb.cp/extern-c.exp
788 * gdb.cp/filename.exp
789 * gdb.cp/formatted-ref.exp
790 * gdb.cp/fpointer.exp
791 * gdb.cp/gdb1355.exp
792 * gdb.cp/gdb2495.exp
793 * gdb.cp/hang.exp
794 * gdb.cp/impl-this.exp
795 * gdb.cp/infcall-dlopen.exp
796 * gdb.cp/inherit.exp
797 * gdb.cp/iostream.exp
798 * gdb.cp/koenig.exp
799 * gdb.cp/local.exp
800 * gdb.cp/m-data.exp
801 * gdb.cp/m-static.exp
802 * gdb.cp/mb-ctor.exp
803 * gdb.cp/mb-inline.exp
804 * gdb.cp/mb-templates.exp
805 * gdb.cp/member-name.exp
806 * gdb.cp/member-ptr.exp
807 * gdb.cp/meth-typedefs.exp
808 * gdb.cp/method.exp
809 * gdb.cp/method2.exp
810 * gdb.cp/minsym-fallback.exp
811 * gdb.cp/misc.exp
812 * gdb.cp/namelessclass.exp
813 * gdb.cp/namespace-enum.exp
814 * gdb.cp/namespace-nested-import.exp
815 * gdb.cp/namespace.exp
816 * gdb.cp/nextoverthrow.exp
817 * gdb.cp/no-dmgl-verbose.exp
818 * gdb.cp/non-trivial-retval.exp
819 * gdb.cp/noparam.exp
820 * gdb.cp/nsdecl.exp
821 * gdb.cp/nsimport.exp
822 * gdb.cp/nsnested.exp
823 * gdb.cp/nsnoimports.exp
824 * gdb.cp/nsrecurs.exp
825 * gdb.cp/nsstress.exp
826 * gdb.cp/nsusing.exp
827 * gdb.cp/operator.exp
828 * gdb.cp/oranking.exp
829 * gdb.cp/overload-const.exp
830 * gdb.cp/overload.exp
831 * gdb.cp/ovldbreak.exp
832 * gdb.cp/ovsrch.exp
833 * gdb.cp/paren-type.exp
834 * gdb.cp/parse-lang.exp
835 * gdb.cp/pass-by-ref.exp
836 * gdb.cp/pr-1023.exp
837 * gdb.cp/pr-1210.exp
838 * gdb.cp/pr-574.exp
839 * gdb.cp/pr10687.exp
840 * gdb.cp/pr12028.exp
841 * gdb.cp/pr17132.exp
842 * gdb.cp/pr17494.exp
843 * gdb.cp/pr9067.exp
844 * gdb.cp/pr9167.exp
845 * gdb.cp/pr9631.exp
846 * gdb.cp/printmethod.exp
847 * gdb.cp/psmang.exp
848 * gdb.cp/psymtab-parameter.exp
849 * gdb.cp/ptype-cv-cp.exp
850 * gdb.cp/ptype-flags.exp
851 * gdb.cp/re-set-overloaded.exp
852 * gdb.cp/ref-types.exp
853 * gdb.cp/rtti.exp
854 * gdb.cp/scope-err.exp
855 * gdb.cp/shadow.exp
856 * gdb.cp/smartp.exp
857 * gdb.cp/static-method.exp
858 * gdb.cp/static-print-quit.exp
859 * gdb.cp/temargs.exp
860 * gdb.cp/templates.exp
861 * gdb.cp/try_catch.exp
862 * gdb.cp/typedef-operator.exp
863 * gdb.cp/typeid.exp
864 * gdb.cp/userdef.exp
865 * gdb.cp/using-crash.exp
866 * gdb.cp/var-tag.exp
867 * gdb.cp/virtbase.exp
868 * gdb.cp/virtfunc.exp
869 * gdb.cp/virtfunc2.exp
870 * gdb.cp/vla-cxx.exp
871 * gdb.disasm/t01_mov.exp
872 * gdb.disasm/t02_mova.exp
873 * gdb.disasm/t03_add.exp
874 * gdb.disasm/t04_sub.exp
875 * gdb.disasm/t05_cmp.exp
876 * gdb.disasm/t06_ari2.exp
877 * gdb.disasm/t07_ari3.exp
878 * gdb.disasm/t08_or.exp
879 * gdb.disasm/t09_xor.exp
880 * gdb.disasm/t10_and.exp
881 * gdb.disasm/t11_logs.exp
882 * gdb.disasm/t12_bit.exp
883 * gdb.disasm/t13_otr.exp
884 * gdb.dlang/circular.exp
885 * gdb.dwarf2/arr-stride.exp
886 * gdb.dwarf2/arr-subrange.exp
887 * gdb.dwarf2/atomic-type.exp
888 * gdb.dwarf2/bad-regnum.exp
889 * gdb.dwarf2/bitfield-parent-optimized-out.exp
890 * gdb.dwarf2/callframecfa.exp
891 * gdb.dwarf2/clztest.exp
892 * gdb.dwarf2/corrupt.exp
893 * gdb.dwarf2/data-loc.exp
894 * gdb.dwarf2/dup-psym.exp
895 * gdb.dwarf2/dw2-anon-mptr.exp
896 * gdb.dwarf2/dw2-anonymous-func.exp
897 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
898 * gdb.dwarf2/dw2-bad-unresolved.exp
899 * gdb.dwarf2/dw2-basic.exp
900 * gdb.dwarf2/dw2-canonicalize-type.exp
901 * gdb.dwarf2/dw2-case-insensitive.exp
902 * gdb.dwarf2/dw2-common-block.exp
903 * gdb.dwarf2/dw2-compdir-oldgcc.exp
904 * gdb.dwarf2/dw2-compressed.exp
905 * gdb.dwarf2/dw2-const.exp
906 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
907 * gdb.dwarf2/dw2-cu-size.exp
908 * gdb.dwarf2/dw2-dup-frame.exp
909 * gdb.dwarf2/dw2-entry-value.exp
910 * gdb.dwarf2/dw2-icycle.exp
911 * gdb.dwarf2/dw2-ifort-parameter.exp
912 * gdb.dwarf2/dw2-inline-break.exp
913 * gdb.dwarf2/dw2-inline-param.exp
914 * gdb.dwarf2/dw2-intercu.exp
915 * gdb.dwarf2/dw2-intermix.exp
916 * gdb.dwarf2/dw2-lexical-block-bare.exp
917 * gdb.dwarf2/dw2-linkage-name-trust.exp
918 * gdb.dwarf2/dw2-minsym-in-cu.exp
919 * gdb.dwarf2/dw2-noloc.exp
920 * gdb.dwarf2/dw2-op-call.exp
921 * gdb.dwarf2/dw2-op-out-param.exp
922 * gdb.dwarf2/dw2-opt-structptr.exp
923 * gdb.dwarf2/dw2-param-error.exp
924 * gdb.dwarf2/dw2-producer.exp
925 * gdb.dwarf2/dw2-ranges-base.exp
926 * gdb.dwarf2/dw2-ref-missing-frame.exp
927 * gdb.dwarf2/dw2-reg-undefined.exp
928 * gdb.dwarf2/dw2-regno-invalid.exp
929 * gdb.dwarf2/dw2-restore.exp
930 * gdb.dwarf2/dw2-restrict.exp
931 * gdb.dwarf2/dw2-single-line-discriminators.exp
932 * gdb.dwarf2/dw2-strp.exp
933 * gdb.dwarf2/dw2-undefined-ret-addr.exp
934 * gdb.dwarf2/dw2-unresolved.exp
935 * gdb.dwarf2/dw2-var-zero-addr.exp
936 * gdb.dwarf2/dw4-sig-types.exp
937 * gdb.dwarf2/dwz.exp
938 * gdb.dwarf2/dynarr-ptr.exp
939 * gdb.dwarf2/enum-type.exp
940 * gdb.dwarf2/gdb-index.exp
941 * gdb.dwarf2/implptr-64bit.exp
942 * gdb.dwarf2/implptr-optimized-out.exp
943 * gdb.dwarf2/implptr.exp
944 * gdb.dwarf2/implref-array.exp
945 * gdb.dwarf2/implref-const.exp
946 * gdb.dwarf2/implref-global.exp
947 * gdb.dwarf2/implref-struct.exp
948 * gdb.dwarf2/mac-fileno.exp
949 * gdb.dwarf2/main-subprogram.exp
950 * gdb.dwarf2/member-ptr-forwardref.exp
951 * gdb.dwarf2/method-ptr.exp
952 * gdb.dwarf2/missing-sig-type.exp
953 * gdb.dwarf2/nonvar-access.exp
954 * gdb.dwarf2/opaque-type-lookup.exp
955 * gdb.dwarf2/pieces-optimized-out.exp
956 * gdb.dwarf2/pieces.exp
957 * gdb.dwarf2/pr10770.exp
958 * gdb.dwarf2/pr13961.exp
959 * gdb.dwarf2/staticvirtual.exp
960 * gdb.dwarf2/subrange.exp
961 * gdb.dwarf2/symtab-producer.exp
962 * gdb.dwarf2/trace-crash.exp
963 * gdb.dwarf2/typeddwarf.exp
964 * gdb.dwarf2/valop.exp
965 * gdb.dwarf2/watch-notconst.exp
966 * gdb.fortran/array-element.exp
967 * gdb.fortran/charset.exp
968 * gdb.fortran/common-block.exp
969 * gdb.fortran/complex.exp
970 * gdb.fortran/derived-type-function.exp
971 * gdb.fortran/derived-type.exp
972 * gdb.fortran/logical.exp
973 * gdb.fortran/module.exp
974 * gdb.fortran/multi-dim.exp
975 * gdb.fortran/nested-funcs.exp
976 * gdb.fortran/print-formatted.exp
977 * gdb.fortran/subarray.exp
978 * gdb.fortran/vla-alloc-assoc.exp
979 * gdb.fortran/vla-datatypes.exp
980 * gdb.fortran/vla-history.exp
981 * gdb.fortran/vla-ptr-info.exp
982 * gdb.fortran/vla-ptype-sub.exp
983 * gdb.fortran/vla-ptype.exp
984 * gdb.fortran/vla-sizeof.exp
985 * gdb.fortran/vla-type.exp
986 * gdb.fortran/vla-value-sub-arbitrary.exp
987 * gdb.fortran/vla-value-sub-finish.exp
988 * gdb.fortran/vla-value-sub.exp
989 * gdb.fortran/vla-value.exp
990 * gdb.fortran/whatis_type.exp
991 * gdb.go/chan.exp
992 * gdb.go/handcall.exp
993 * gdb.go/hello.exp
994 * gdb.go/integers.exp
995 * gdb.go/methods.exp
996 * gdb.go/package.exp
997 * gdb.go/strings.exp
998 * gdb.go/types.exp
999 * gdb.go/unsafe.exp
1000 * gdb.guile/scm-arch.exp
1001 * gdb.guile/scm-block.exp
1002 * gdb.guile/scm-breakpoint.exp
1003 * gdb.guile/scm-cmd.exp
1004 * gdb.guile/scm-disasm.exp
1005 * gdb.guile/scm-equal.exp
1006 * gdb.guile/scm-frame-args.exp
1007 * gdb.guile/scm-frame-inline.exp
1008 * gdb.guile/scm-frame.exp
1009 * gdb.guile/scm-iterator.exp
1010 * gdb.guile/scm-math.exp
1011 * gdb.guile/scm-objfile.exp
1012 * gdb.guile/scm-ports.exp
1013 * gdb.guile/scm-symbol.exp
1014 * gdb.guile/scm-symtab.exp
1015 * gdb.guile/scm-value-cc.exp
1016 * gdb.guile/types-module.exp
1017 * gdb.linespec/break-ask.exp
1018 * gdb.linespec/cpexplicit.exp
1019 * gdb.linespec/explicit.exp
1020 * gdb.linespec/keywords.exp
1021 * gdb.linespec/linespec.exp
1022 * gdb.linespec/ls-dollar.exp
1023 * gdb.linespec/ls-errs.exp
1024 * gdb.linespec/skip-two.exp
1025 * gdb.linespec/thread.exp
1026 * gdb.mi/mi-async.exp
1027 * gdb.mi/mi-basics.exp
1028 * gdb.mi/mi-break.exp
1029 * gdb.mi/mi-catch-load.exp
1030 * gdb.mi/mi-cli.exp
1031 * gdb.mi/mi-cmd-param-changed.exp
1032 * gdb.mi/mi-console.exp
1033 * gdb.mi/mi-detach.exp
1034 * gdb.mi/mi-disassemble.exp
1035 * gdb.mi/mi-eval.exp
1036 * gdb.mi/mi-file-transfer.exp
1037 * gdb.mi/mi-file.exp
1038 * gdb.mi/mi-fill-memory.exp
1039 * gdb.mi/mi-inheritance-syntax-error.exp
1040 * gdb.mi/mi-linespec-err-cp.exp
1041 * gdb.mi/mi-logging.exp
1042 * gdb.mi/mi-memory-changed.exp
1043 * gdb.mi/mi-read-memory.exp
1044 * gdb.mi/mi-record-changed.exp
1045 * gdb.mi/mi-reg-undefined.exp
1046 * gdb.mi/mi-regs.exp
1047 * gdb.mi/mi-return.exp
1048 * gdb.mi/mi-reverse.exp
1049 * gdb.mi/mi-simplerun.exp
1050 * gdb.mi/mi-solib.exp
1051 * gdb.mi/mi-stack.exp
1052 * gdb.mi/mi-stepi.exp
1053 * gdb.mi/mi-syn-frame.exp
1054 * gdb.mi/mi-until.exp
1055 * gdb.mi/mi-var-block.exp
1056 * gdb.mi/mi-var-child.exp
1057 * gdb.mi/mi-var-cmd.exp
1058 * gdb.mi/mi-var-cp.exp
1059 * gdb.mi/mi-var-display.exp
1060 * gdb.mi/mi-var-invalidate.exp
1061 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1062 * gdb.mi/mi-vla-fortran.exp
1063 * gdb.mi/mi-watch.exp
1064 * gdb.mi/mi2-var-child.exp
1065 * gdb.mi/user-selected-context-sync.exp
1066 * gdb.modula2/unbounded-array.exp
1067 * gdb.multi/dummy-frame-restore.exp
1068 * gdb.multi/multi-arch-exec.exp
1069 * gdb.multi/multi-arch.exp
1070 * gdb.multi/tids.exp
1071 * gdb.multi/watchpoint-multi.exp
1072 * gdb.opencl/callfuncs.exp
1073 * gdb.opencl/convs_casts.exp
1074 * gdb.opencl/datatypes.exp
1075 * gdb.opencl/operators.exp
1076 * gdb.opencl/vec_comps.exp
1077 * gdb.opt/clobbered-registers-O2.exp
1078 * gdb.opt/inline-break.exp
1079 * gdb.opt/inline-bt.exp
1080 * gdb.opt/inline-cmds.exp
1081 * gdb.opt/inline-locals.exp
1082 * gdb.pascal/case-insensitive-symbols.exp
1083 * gdb.pascal/floats.exp
1084 * gdb.pascal/gdb11492.exp
1085 * gdb.python/lib-types.exp
1086 * gdb.python/py-arch.exp
1087 * gdb.python/py-as-string.exp
1088 * gdb.python/py-bad-printers.exp
1089 * gdb.python/py-block.exp
1090 * gdb.python/py-breakpoint-create-fail.exp
1091 * gdb.python/py-breakpoint.exp
1092 * gdb.python/py-caller-is.exp
1093 * gdb.python/py-cmd.exp
1094 * gdb.python/py-explore-cc.exp
1095 * gdb.python/py-explore.exp
1096 * gdb.python/py-finish-breakpoint.exp
1097 * gdb.python/py-finish-breakpoint2.exp
1098 * gdb.python/py-frame-args.exp
1099 * gdb.python/py-frame-inline.exp
1100 * gdb.python/py-frame.exp
1101 * gdb.python/py-framefilter-mi.exp
1102 * gdb.python/py-infthread.exp
1103 * gdb.python/py-lazy-string.exp
1104 * gdb.python/py-linetable.exp
1105 * gdb.python/py-mi-events.exp
1106 * gdb.python/py-mi-objfile.exp
1107 * gdb.python/py-mi.exp
1108 * gdb.python/py-objfile.exp
1109 * gdb.python/py-pp-integral.exp
1110 * gdb.python/py-pp-maint.exp
1111 * gdb.python/py-pp-re-notag.exp
1112 * gdb.python/py-pp-registration.exp
1113 * gdb.python/py-recurse-unwind.exp
1114 * gdb.python/py-strfns.exp
1115 * gdb.python/py-symbol.exp
1116 * gdb.python/py-symtab.exp
1117 * gdb.python/py-sync-interp.exp
1118 * gdb.python/py-typeprint.exp
1119 * gdb.python/py-unwind-maint.exp
1120 * gdb.python/py-unwind.exp
1121 * gdb.python/py-value-cc.exp
1122 * gdb.python/py-xmethods.exp
1123 * gdb.reverse/amd64-tailcall-reverse.exp
1124 * gdb.reverse/break-precsave.exp
1125 * gdb.reverse/break-reverse.exp
1126 * gdb.reverse/consecutive-precsave.exp
1127 * gdb.reverse/consecutive-reverse.exp
1128 * gdb.reverse/finish-precsave.exp
1129 * gdb.reverse/finish-reverse-bkpt.exp
1130 * gdb.reverse/finish-reverse.exp
1131 * gdb.reverse/fstatat-reverse.exp
1132 * gdb.reverse/getresuid-reverse.exp
1133 * gdb.reverse/i386-precsave.exp
1134 * gdb.reverse/i386-reverse.exp
1135 * gdb.reverse/i386-sse-reverse.exp
1136 * gdb.reverse/i387-env-reverse.exp
1137 * gdb.reverse/i387-stack-reverse.exp
1138 * gdb.reverse/insn-reverse.exp
1139 * gdb.reverse/machinestate-precsave.exp
1140 * gdb.reverse/machinestate.exp
1141 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1142 * gdb.reverse/pipe-reverse.exp
1143 * gdb.reverse/readv-reverse.exp
1144 * gdb.reverse/recvmsg-reverse.exp
1145 * gdb.reverse/rerun-prec.exp
1146 * gdb.reverse/s390-mvcle.exp
1147 * gdb.reverse/step-precsave.exp
1148 * gdb.reverse/step-reverse.exp
1149 * gdb.reverse/time-reverse.exp
1150 * gdb.reverse/until-precsave.exp
1151 * gdb.reverse/until-reverse.exp
1152 * gdb.reverse/waitpid-reverse.exp
1153 * gdb.reverse/watch-precsave.exp
1154 * gdb.reverse/watch-reverse.exp
1155 * gdb.rust/generics.exp
1156 * gdb.rust/methods.exp
1157 * gdb.rust/modules.exp
1158 * gdb.rust/simple.exp
1159 * gdb.server/connect-with-no-symbol-file.exp
1160 * gdb.server/ext-attach.exp
1161 * gdb.server/ext-restart.exp
1162 * gdb.server/ext-wrapper.exp
1163 * gdb.server/file-transfer.exp
1164 * gdb.server/server-exec-info.exp
1165 * gdb.server/server-kill.exp
1166 * gdb.server/server-mon.exp
1167 * gdb.server/wrapper.exp
1168 * gdb.stabs/exclfwd.exp
1169 * gdb.stabs/gdb11479.exp
1170 * gdb.threads/clone-new-thread-event.exp
1171 * gdb.threads/corethreads.exp
1172 * gdb.threads/current-lwp-dead.exp
1173 * gdb.threads/dlopen-libpthread.exp
1174 * gdb.threads/gcore-thread.exp
1175 * gdb.threads/sigstep-threads.exp
1176 * gdb.threads/watchpoint-fork.exp
1177 * gdb.trace/actions-changed.exp
1178 * gdb.trace/backtrace.exp
1179 * gdb.trace/change-loc.exp
1180 * gdb.trace/circ.exp
1181 * gdb.trace/collection.exp
1182 * gdb.trace/disconnected-tracing.exp
1183 * gdb.trace/ftrace.exp
1184 * gdb.trace/mi-trace-frame-collected.exp
1185 * gdb.trace/mi-trace-unavailable.exp
1186 * gdb.trace/mi-traceframe-changed.exp
1187 * gdb.trace/mi-tsv-changed.exp
1188 * gdb.trace/no-attach-trace.exp
1189 * gdb.trace/passc-dyn.exp
1190 * gdb.trace/qtro.exp
1191 * gdb.trace/range-stepping.exp
1192 * gdb.trace/read-memory.exp
1193 * gdb.trace/save-trace.exp
1194 * gdb.trace/signal.exp
1195 * gdb.trace/status-stop.exp
1196 * gdb.trace/tfile.exp
1197 * gdb.trace/trace-break.exp
1198 * gdb.trace/trace-buffer-size.exp
1199 * gdb.trace/trace-condition.exp
1200 * gdb.trace/tracefile-pseudo-reg.exp
1201 * gdb.trace/tstatus.exp
1202 * gdb.trace/unavailable.exp
1203 * gdb.trace/while-dyn.exp
1204 * gdb.trace/while-stepping.exp
1205
1206 2016-12-22 Doug Evans <xdje42@gmail.com>
1207
1208 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1209 and msymbols.
1210
1211 2016-12-19 Yao Qi <yao.qi@linaro.org>
1212
1213 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1214 (test_with_self): Don't call do_steps_and_nexts, and remove
1215 code about stepping into xmalloc.
1216
1217 2016-12-09 Yao Qi <yao.qi@linaro.org>
1218
1219 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1220
1221 2016-12-09 Yao Qi <yao.qi@linaro.org>
1222
1223 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1224
1225 2016-12-09 Pedro Alves <palves@redhat.com>
1226
1227 * gdb.base/all-architectures-0.exp: New file.
1228 * gdb.base/all-architectures-1.exp: New file.
1229 * gdb.base/all-architectures-2.exp: New file.
1230 * gdb.base/all-architectures-3.exp: New file.
1231 * gdb.base/all-architectures-4.exp: New file.
1232 * gdb.base/all-architectures-5.exp: New file.
1233 * gdb.base/all-architectures-6.exp: New file.
1234 * gdb.base/all-architectures-7.exp: New file.
1235 * gdb.base/all-architectures.exp.in: New file.
1236
1237 2016-12-09 Yao Qi <yao.qi@linaro.org>
1238
1239 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1240
1241 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1242
1243 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1244 possible.
1245 Remove useless pattern-matching code.
1246
1247 2016-12-02 Pedro Alves <palves@redhat.com>
1248
1249 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1250 procedure.
1251 (top level): Call it.
1252
1253 2016-12-02 Pedro Alves <palves@redhat.com>
1254
1255 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1256 New procedure.
1257 (top level): Call it.
1258
1259 2016-12-02 Pedro Alves <palves@redhat.com>
1260
1261 PR cli/20559
1262 * gdb.base/commands.exp (user_defined_command_args_eval): New
1263 procedure.
1264 (top level): Call it.
1265
1266 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1267
1268 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1269 timeout handling.
1270
1271 2016-12-02 Tom Tromey <tom@tromey.com>
1272
1273 * gdb.dwarf2/main-subprogram.c: New file.
1274 * gdb.dwarf2/main-subprogram.exp: New file.
1275
1276 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1277
1278 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1279 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1280 gdb_test_no_output for a couple of cases.
1281 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1282
1283 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1284
1285 Fix test names and standardize compilation error messages throughout
1286 the following files:
1287
1288 * gdb.ada/start.exp
1289 * gdb.arch/alpha-step.exp
1290 * gdb.arch/e500-prologue.exp
1291 * gdb.arch/ftrace-insn-reloc.exp
1292 * gdb.arch/gdb1291.exp
1293 * gdb.arch/gdb1431.exp
1294 * gdb.arch/gdb1558.exp
1295 * gdb.arch/i386-dr3-watch.exp
1296 * gdb.arch/i386-sse-stack-align.exp
1297 * gdb.arch/ia64-breakpoint-shadow.exp
1298 * gdb.arch/pa-nullify.exp
1299 * gdb.arch/powerpc-aix-prologue.exp
1300 * gdb.arch/thumb-bx-pc.exp
1301 * gdb.base/annota1.exp
1302 * gdb.base/annota3.exp
1303 * gdb.base/arrayidx.exp
1304 * gdb.base/assign.exp
1305 * gdb.base/attach.exp
1306 * gdb.base/auxv.exp
1307 * gdb.base/bang.exp
1308 * gdb.base/bfp-test.exp
1309 * gdb.base/bigcore.exp
1310 * gdb.base/bitfields2.exp
1311 * gdb.base/break-fun-addr.exp
1312 * gdb.base/break-probes.exp
1313 * gdb.base/call-rt-st.exp
1314 * gdb.base/callexit.exp
1315 * gdb.base/catch-fork-kill.exp
1316 * gdb.base/charset.exp
1317 * gdb.base/checkpoint.exp
1318 * gdb.base/comprdebug.exp
1319 * gdb.base/constvars.exp
1320 * gdb.base/coredump-filter.exp
1321 * gdb.base/cursal.exp
1322 * gdb.base/cvexpr.exp
1323 * gdb.base/detach.exp
1324 * gdb.base/display.exp
1325 * gdb.base/dmsym.exp
1326 * gdb.base/dprintf-pending.exp
1327 * gdb.base/dso2dso.exp
1328 * gdb.base/dtrace-probe.exp
1329 * gdb.base/dump.exp
1330 * gdb.base/enum_cond.exp
1331 * gdb.base/exe-lock.exp
1332 * gdb.base/exec-invalid-sysroot.exp
1333 * gdb.base/execl-update-breakpoints.exp
1334 * gdb.base/exprs.exp
1335 * gdb.base/fileio.exp
1336 * gdb.base/find.exp
1337 * gdb.base/finish.exp
1338 * gdb.base/fixsection.exp
1339 * gdb.base/foll-vfork.exp
1340 * gdb.base/frame-args.exp
1341 * gdb.base/gcore.exp
1342 * gdb.base/gdb1250.exp
1343 * gdb.base/global-var-nested-by-dso.exp
1344 * gdb.base/gnu-ifunc.exp
1345 * gdb.base/hashline1.exp
1346 * gdb.base/hashline2.exp
1347 * gdb.base/hashline3.exp
1348 * gdb.base/hbreak-in-shr-unsupported.exp
1349 * gdb.base/huge.exp
1350 * gdb.base/infcall-input.exp
1351 * gdb.base/info-fun.exp
1352 * gdb.base/info-shared.exp
1353 * gdb.base/jit-simple.exp
1354 * gdb.base/jit-so.exp
1355 * gdb.base/jit.exp
1356 * gdb.base/jump.exp
1357 * gdb.base/label.exp
1358 * gdb.base/lineinc.exp
1359 * gdb.base/logical.exp
1360 * gdb.base/longjmp.exp
1361 * gdb.base/macscp.exp
1362 * gdb.base/miscexprs.exp
1363 * gdb.base/new-ui-echo.exp
1364 * gdb.base/new-ui-pending-input.exp
1365 * gdb.base/new-ui.exp
1366 * gdb.base/nodebug.exp
1367 * gdb.base/nofield.exp
1368 * gdb.base/offsets.exp
1369 * gdb.base/overlays.exp
1370 * gdb.base/pending.exp
1371 * gdb.base/pointers.exp
1372 * gdb.base/pr11022.exp
1373 * gdb.base/printcmds.exp
1374 * gdb.base/prologue.exp
1375 * gdb.base/ptr-typedef.exp
1376 * gdb.base/realname-expand.exp
1377 * gdb.base/relativedebug.exp
1378 * gdb.base/relocate.exp
1379 * gdb.base/remote.exp
1380 * gdb.base/reread.exp
1381 * gdb.base/return2.exp
1382 * gdb.base/savedregs.exp
1383 * gdb.base/sep.exp
1384 * gdb.base/sepdebug.exp
1385 * gdb.base/sepsymtab.exp
1386 * gdb.base/set-inferior-tty.exp
1387 * gdb.base/setshow.exp
1388 * gdb.base/shlib-call.exp
1389 * gdb.base/sigaltstack.exp
1390 * gdb.base/siginfo-addr.exp
1391 * gdb.base/signals.exp
1392 * gdb.base/signull.exp
1393 * gdb.base/sigrepeat.exp
1394 * gdb.base/so-impl-ld.exp
1395 * gdb.base/solib-display.exp
1396 * gdb.base/solib-overlap.exp
1397 * gdb.base/solib-search.exp
1398 * gdb.base/solib-symbol.exp
1399 * gdb.base/structs.exp
1400 * gdb.base/structs2.exp
1401 * gdb.base/symtab-search-order.exp
1402 * gdb.base/twice.exp
1403 * gdb.base/unload.exp
1404 * gdb.base/varargs.exp
1405 * gdb.base/watchpoint-solib.exp
1406 * gdb.base/watchpoint.exp
1407 * gdb.base/whatis.exp
1408 * gdb.base/wrong_frame_bt_full.exp
1409 * gdb.btrace/dlopen.exp
1410 * gdb.cell/ea-standalone.exp
1411 * gdb.cell/ea-test.exp
1412 * gdb.cp/dispcxx.exp
1413 * gdb.cp/gdb2384.exp
1414 * gdb.cp/method2.exp
1415 * gdb.cp/nextoverthrow.exp
1416 * gdb.cp/pr10728.exp
1417 * gdb.disasm/am33.exp
1418 * gdb.disasm/h8300s.exp
1419 * gdb.disasm/mn10300.exp
1420 * gdb.disasm/sh3.exp
1421 * gdb.dwarf2/dw2-dir-file-name.exp
1422 * gdb.fortran/complex.exp
1423 * gdb.fortran/library-module.exp
1424 * gdb.guile/scm-pretty-print.exp
1425 * gdb.guile/scm-symbol.exp
1426 * gdb.guile/scm-type.exp
1427 * gdb.guile/scm-value.exp
1428 * gdb.linespec/linespec.exp
1429 * gdb.mi/gdb701.exp
1430 * gdb.mi/gdb792.exp
1431 * gdb.mi/mi-breakpoint-changed.exp
1432 * gdb.mi/mi-dprintf-pending.exp
1433 * gdb.mi/mi-dprintf.exp
1434 * gdb.mi/mi-exit-code.exp
1435 * gdb.mi/mi-pending.exp
1436 * gdb.mi/mi-solib.exp
1437 * gdb.mi/new-ui-mi-sync.exp
1438 * gdb.mi/pr11022.exp
1439 * gdb.mi/user-selected-context-sync.exp
1440 * gdb.opt/solib-intra-step.exp
1441 * gdb.python/py-events.exp
1442 * gdb.python/py-finish-breakpoint.exp
1443 * gdb.python/py-mi.exp
1444 * gdb.python/py-prettyprint.exp
1445 * gdb.python/py-shared.exp
1446 * gdb.python/py-symbol.exp
1447 * gdb.python/py-template.exp
1448 * gdb.python/py-type.exp
1449 * gdb.python/py-value.exp
1450 * gdb.reverse/solib-precsave.exp
1451 * gdb.reverse/solib-reverse.exp
1452 * gdb.server/solib-list.exp
1453 * gdb.stabs/weird.exp
1454 * gdb.threads/reconnect-signal.exp
1455 * gdb.threads/stepi-random-signal.exp
1456 * gdb.trace/actions.exp
1457 * gdb.trace/ax.exp
1458 * gdb.trace/backtrace.exp
1459 * gdb.trace/change-loc.exp
1460 * gdb.trace/deltrace.exp
1461 * gdb.trace/ftrace-lock.exp
1462 * gdb.trace/ftrace.exp
1463 * gdb.trace/infotrace.exp
1464 * gdb.trace/mi-tracepoint-changed.exp
1465 * gdb.trace/packetlen.exp
1466 * gdb.trace/passcount.exp
1467 * gdb.trace/pending.exp
1468 * gdb.trace/range-stepping.exp
1469 * gdb.trace/report.exp
1470 * gdb.trace/stap-trace.exp
1471 * gdb.trace/tfind.exp
1472 * gdb.trace/trace-break.exp
1473 * gdb.trace/trace-condition.exp
1474 * gdb.trace/trace-enable-disable.exp
1475 * gdb.trace/trace-mt.exp
1476 * gdb.trace/tracecmd.exp
1477 * gdb.trace/tspeed.exp
1478 * gdb.trace/tsv.exp
1479 * lib/perftest.exp
1480
1481 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1482
1483 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1484 with gdb_test_no_output.
1485 Use command as test name.
1486
1487 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1488
1489 Fix test names starting with uppercase throughout the files.
1490
1491 * gdb.ada/assign_1.exp
1492 * gdb.ada/boolean_expr.exp
1493 * gdb.base/arrayidx.exp
1494 * gdb.base/del.exp
1495 * gdb.base/gcore-buffer-overflow.exp
1496 * gdb.base/testenv.exp
1497 * gdb.compile/compile.exp
1498 * gdb.python/py-framefilter-invalidarg.exp
1499 * gdb.python/py-framefilter.exp
1500
1501 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1502
1503 Fix test names starting with uppercase throughout the files.
1504
1505 * gdb.ada/array_return.exp
1506 * gdb.ada/expr_delims.exp
1507 * gdb.ada/mi_dyn_arr.exp
1508 * gdb.ada/mi_interface.exp
1509 * gdb.ada/mi_var_array.exp
1510 * gdb.ada/watch_arg.exp
1511 * gdb.arch/alpha-step.exp
1512 * gdb.arch/altivec-regs.exp
1513 * gdb.arch/e500-regs.exp
1514 * gdb.arch/powerpc-d128-regs.exp
1515 * gdb.base/arrayidx.exp
1516 * gdb.base/break.exp
1517 * gdb.base/checkpoint.exp
1518 * gdb.base/debug-expr.exp
1519 * gdb.base/dmsym.exp
1520 * gdb.base/radix.exp
1521 * gdb.base/sepdebug.exp
1522 * gdb.base/testenv.exp
1523 * gdb.base/watch_thread_num.exp
1524 * gdb.base/watchpoint-cond-gone.exp
1525 * gdb.cell/break.exp
1526 * gdb.cell/ea-cache.exp
1527 * gdb.compile/compile.exp
1528 * gdb.cp/gdb2495.exp
1529 * gdb.gdb/selftest.exp
1530 * gdb.gdb/xfullpath.exp
1531 * gdb.go/hello.exp
1532 * gdb.go/integers.exp
1533 * gdb.objc/basicclass.exp
1534 * gdb.pascal/hello.exp
1535 * gdb.pascal/integers.exp
1536 * gdb.python/py-breakpoint.exp
1537 * gdb.python/py-cmd.exp
1538 * gdb.python/py-linetable.exp
1539 * gdb.python/py-xmethods.exp
1540 * gdb.python/python.exp
1541 * gdb.reverse/consecutive-precsave.exp
1542 * gdb.reverse/finish-precsave.exp
1543 * gdb.reverse/i386-precsave.exp
1544 * gdb.reverse/machinestate-precsave.exp
1545 * gdb.reverse/sigall-precsave.exp
1546 * gdb.reverse/solib-precsave.exp
1547 * gdb.reverse/step-precsave.exp
1548 * gdb.reverse/until-precsave.exp
1549 * gdb.reverse/watch-precsave.exp
1550 * gdb.threads/leader-exit.exp
1551 * gdb.threads/pthreads.exp
1552 * gdb.threads/wp-replication.exp
1553 * gdb.trace/actions.exp
1554 * gdb.trace/mi-tsv-changed.exp
1555 * gdb.trace/tsv.exp
1556
1557 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1558
1559 Fix test names starting with uppercase throughout the files.
1560
1561 * gdb.arch/i386-bp_permanent.exp
1562 * gdb.arch/i386-gnu-cfi.exp
1563 * gdb.base/disasm-end-cu.exp
1564 * gdb.base/macscp.exp
1565 * gdb.base/pending.exp
1566 * gdb.base/watch_thread_num.exp
1567 * gdb.cp/exception.exp
1568 * gdb.cp/gdb2495.exp
1569 * gdb.cp/local.exp
1570 * gdb.python/py-evsignal.exp
1571 * gdb.python/python.exp
1572 * gdb.trace/tracecmd.exp
1573
1574 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1575
1576 Fix test names starting with uppercase throughout the files.
1577
1578 * gdb.base/charset.exp
1579 * gdb.base/eval.exp
1580 * gdb.base/multi-forks.exp
1581 * gdb.guile/scm-progspace.exp
1582 * gdb.opencl/datatypes.exp
1583 * gdb.python/py-block.exp
1584 * gdb.python/py-function.exp
1585 * gdb.python/py-symbol.exp
1586 * gdb.python/py-symtab.exp
1587 * gdb.python/py-xmethods.exp
1588 * gdb.reverse/break-precsave.exp
1589 * gdb.reverse/break-reverse.exp
1590 * gdb.reverse/consecutive-precsave.exp
1591 * gdb.reverse/consecutive-reverse.exp
1592 * gdb.reverse/finish-precsave.exp
1593 * gdb.reverse/finish-reverse-bkpt.exp
1594 * gdb.reverse/finish-reverse.exp
1595 * gdb.reverse/fstatat-reverse.exp
1596 * gdb.reverse/getresuid-reverse.exp
1597 * gdb.reverse/i386-precsave.exp
1598 * gdb.reverse/i386-reverse.exp
1599 * gdb.reverse/i386-sse-reverse.exp
1600 * gdb.reverse/i387-stack-reverse.exp
1601 * gdb.reverse/insn-reverse.exp
1602 * gdb.reverse/machinestate-precsave.exp
1603 * gdb.reverse/machinestate.exp
1604 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1605 * gdb.reverse/pipe-reverse.exp
1606 * gdb.reverse/readv-reverse.exp
1607 * gdb.reverse/recvmsg-reverse.exp
1608 * gdb.reverse/rerun-prec.exp
1609 * gdb.reverse/s390-mvcle.exp
1610 * gdb.reverse/sigall-precsave.exp
1611 * gdb.reverse/sigall-reverse.exp
1612 * gdb.reverse/solib-precsave.exp
1613 * gdb.reverse/solib-reverse.exp
1614 * gdb.reverse/step-precsave.exp
1615 * gdb.reverse/step-reverse.exp
1616 * gdb.reverse/time-reverse.exp
1617 * gdb.reverse/until-precsave.exp
1618 * gdb.reverse/until-reverse.exp
1619 * gdb.reverse/waitpid-reverse.exp
1620 * gdb.reverse/watch-precsave.exp
1621 * gdb.reverse/watch-reverse.exp
1622
1623 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1624
1625 Fix test names starting with uppercase throughout the files.
1626
1627 * gdb.arch/i386-mpx-simple_segv.exp
1628 * gdb.arch/i386-mpx.exp
1629 * gdb.arch/i386-permbkpt.exp
1630 * gdb.arch/pa-nullify.exp
1631 * gdb.arch/powerpc-d128-regs.exp
1632 * gdb.arch/vsx-regs.exp
1633 * gdb.base/bfp-test.exp
1634 * gdb.base/break.exp
1635 * gdb.base/breakpoint-shadow.exp
1636 * gdb.base/callfuncs.exp
1637 * gdb.base/charset.exp
1638 * gdb.base/commands.exp
1639 * gdb.base/completion.exp
1640 * gdb.base/dfp-test.exp
1641 * gdb.base/echo.exp
1642 * gdb.base/ending-run.exp
1643 * gdb.base/eval.exp
1644 * gdb.base/expand-psymtabs.exp
1645 * gdb.base/float128.exp
1646 * gdb.base/floatn.exp
1647 * gdb.base/foll-exec-mode.exp
1648 * gdb.base/gdb1056.exp
1649 * gdb.base/gdb11531.exp
1650 * gdb.base/kill-after-signal.exp
1651 * gdb.base/multi-forks.exp
1652 * gdb.base/overlays.exp
1653 * gdb.base/pending.exp
1654 * gdb.base/sepdebug.exp
1655 * gdb.base/testenv.exp
1656 * gdb.base/valgrind-db-attach.exp
1657 * gdb.base/watch_thread_num.exp
1658 * gdb.base/watchpoint-cond-gone.exp
1659 * gdb.base/watchpoint.exp
1660 * gdb.base/watchpoints.exp
1661 * gdb.cp/arg-reference.exp
1662 * gdb.cp/baseenum.exp
1663 * gdb.cp/operator.exp
1664 * gdb.cp/shadow.exp
1665 * gdb.dwarf2/dw2-op-out-param.exp
1666 * gdb.dwarf2/dw2-reg-undefined.exp
1667 * gdb.go/chan.exp
1668 * gdb.go/hello.exp
1669 * gdb.go/integers.exp
1670 * gdb.go/methods.exp
1671 * gdb.go/package.exp
1672 * gdb.guile/scm-parameter.exp
1673 * gdb.guile/scm-progspace.exp
1674 * gdb.guile/scm-value.exp
1675 * gdb.mi/mi-pending.exp
1676 * gdb.mi/user-selected-context-sync.exp
1677 * gdb.multi/multi-attach.exp
1678 * gdb.multi/tids.exp
1679 * gdb.opt/clobbered-registers-O2.exp
1680 * gdb.pascal/floats.exp
1681 * gdb.pascal/integers.exp
1682 * gdb.python/py-block.exp
1683 * gdb.python/py-events.exp
1684 * gdb.python/py-parameter.exp
1685 * gdb.python/py-symbol.exp
1686 * gdb.python/py-symtab.exp
1687 * gdb.python/py-type.exp
1688 * gdb.python/py-value.exp
1689 * gdb.python/py-xmethods.exp
1690 * gdb.python/python.exp
1691 * gdb.reverse/break-precsave.exp
1692 * gdb.reverse/consecutive-precsave.exp
1693 * gdb.reverse/finish-precsave.exp
1694 * gdb.reverse/i386-precsave.exp
1695 * gdb.reverse/machinestate-precsave.exp
1696 * gdb.reverse/sigall-precsave.exp
1697 * gdb.reverse/solib-precsave.exp
1698 * gdb.reverse/step-precsave.exp
1699 * gdb.reverse/until-precsave.exp
1700 * gdb.reverse/watch-precsave.exp
1701 * gdb.server/ext-attach.exp
1702 * gdb.server/ext-restart.exp
1703 * gdb.server/ext-run.exp
1704 * gdb.server/ext-wrapper.exp
1705 * gdb.stabs/gdb11479.exp
1706 * gdb.stabs/weird.exp
1707 * gdb.threads/attach-many-short-lived-threads.exp
1708 * gdb.threads/kill.exp
1709 * gdb.threads/watchpoint-fork.exp
1710
1711 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1712
1713 Fix test names starting with uppercase throughout all the files below.
1714
1715 * gdb.ada/array_return.exp
1716 * gdb.ada/catch_ex.exp
1717 * gdb.ada/info_exc.exp
1718 * gdb.ada/mi_catch_ex.exp
1719 * gdb.ada/mi_dyn_arr.exp
1720 * gdb.ada/mi_ex_cond.exp
1721 * gdb.ada/mi_exc_info.exp
1722 * gdb.ada/mi_interface.exp
1723 * gdb.ada/mi_task_arg.exp
1724 * gdb.ada/mi_task_info.exp
1725 * gdb.ada/mi_var_array.exp
1726 * gdb.arch/alpha-step.exp
1727 * gdb.arch/amd64-disp-step.exp
1728 * gdb.arch/arm-disp-step.exp
1729 * gdb.arch/disp-step-insn-reloc.exp
1730 * gdb.arch/e500-prologue.exp
1731 * gdb.arch/ftrace-insn-reloc.exp
1732 * gdb.arch/gdb1558.exp
1733 * gdb.arch/i386-bp_permanent.exp
1734 * gdb.arch/i386-disp-step.exp
1735 * gdb.arch/i386-float.exp
1736 * gdb.arch/i386-gnu-cfi.exp
1737 * gdb.arch/ia64-breakpoint-shadow.exp
1738 * gdb.arch/mips16-thunks.exp
1739 * gdb.arch/pa-nullify.exp
1740 * gdb.arch/powerpc-aix-prologue.exp
1741 * gdb.arch/powerpc-power.exp
1742 * gdb.arch/ppc-dfp.exp
1743 * gdb.arch/s390-tdbregs.exp
1744 * gdb.arch/spu-info.exp
1745 * gdb.arch/spu-ls.exp
1746 * gdb.arch/thumb-bx-pc.exp
1747 * gdb.base/advance.exp
1748 * gdb.base/annota-input-while-running.exp
1749 * gdb.base/arrayidx.exp
1750 * gdb.base/asmlabel.exp
1751 * gdb.base/async.exp
1752 * gdb.base/attach-wait-input.exp
1753 * gdb.base/auto-connect-native-target.exp
1754 * gdb.base/batch-preserve-term-settings.exp
1755 * gdb.base/bfp-test.exp
1756 * gdb.base/bigcore.exp
1757 * gdb.base/bp-permanent.exp
1758 * gdb.base/break-always.exp
1759 * gdb.base/break-fun-addr.exp
1760 * gdb.base/break-idempotent.exp
1761 * gdb.base/break-main-file-remove-fail.exp
1762 * gdb.base/break-probes.exp
1763 * gdb.base/break-unload-file.exp
1764 * gdb.base/break.exp
1765 * gdb.base/call-ar-st.exp
1766 * gdb.base/call-rt-st.exp
1767 * gdb.base/call-sc.exp
1768 * gdb.base/call-signal-resume.exp
1769 * gdb.base/call-strs.exp
1770 * gdb.base/callexit.exp
1771 * gdb.base/callfuncs.exp
1772 * gdb.base/catch-gdb-caused-signals.exp
1773 * gdb.base/catch-signal-siginfo-cond.exp
1774 * gdb.base/catch-syscall.exp
1775 * gdb.base/compare-sections.exp
1776 * gdb.base/cond-eval-mode.exp
1777 * gdb.base/condbreak-call-false.exp
1778 * gdb.base/consecutive-step-over.exp
1779 * gdb.base/cursal.exp
1780 * gdb.base/disabled-location.exp
1781 * gdb.base/disasm-end-cu.exp
1782 * gdb.base/display.exp
1783 * gdb.base/double-prompt-target-event-error.exp
1784 * gdb.base/dprintf-bp-same-addr.exp
1785 * gdb.base/dprintf-detach.exp
1786 * gdb.base/dprintf-next.exp
1787 * gdb.base/dprintf-non-stop.exp
1788 * gdb.base/dprintf-pending.exp
1789 * gdb.base/dso2dso.exp
1790 * gdb.base/ending-run.exp
1791 * gdb.base/enum_cond.exp
1792 * gdb.base/examine-backward.exp
1793 * gdb.base/exe-lock.exp
1794 * gdb.base/exec-invalid-sysroot.exp
1795 * gdb.base/execl-update-breakpoints.exp
1796 * gdb.base/execution-termios.exp
1797 * gdb.base/fileio.exp
1798 * gdb.base/fixsection.exp
1799 * gdb.base/foll-exec-mode.exp
1800 * gdb.base/foll-exec.exp
1801 * gdb.base/fork-running-state.exp
1802 * gdb.base/frame-args.exp
1803 * gdb.base/fullpath-expand.exp
1804 * gdb.base/func-ptr.exp
1805 * gdb.base/gcore-relro-pie.exp
1806 * gdb.base/gdb1090.exp
1807 * gdb.base/gdb1555.exp
1808 * gdb.base/global-var-nested-by-dso.exp
1809 * gdb.base/gnu-ifunc.exp
1810 * gdb.base/hbreak-in-shr-unsupported.exp
1811 * gdb.base/hbreak-unmapped.exp
1812 * gdb.base/hook-stop.exp
1813 * gdb.base/infcall-input.exp
1814 * gdb.base/info-fun.exp
1815 * gdb.base/info-shared.exp
1816 * gdb.base/interrupt-noterm.exp
1817 * gdb.base/jit-so.exp
1818 * gdb.base/jit.exp
1819 * gdb.base/line-symtabs.exp
1820 * gdb.base/list.exp
1821 * gdb.base/longjmp.exp
1822 * gdb.base/macscp.exp
1823 * gdb.base/max-value-size.exp
1824 * gdb.base/nodebug.exp
1825 * gdb.base/nofield.exp
1826 * gdb.base/overlays.exp
1827 * gdb.base/paginate-after-ctrl-c-running.exp
1828 * gdb.base/paginate-bg-execution.exp
1829 * gdb.base/paginate-inferior-exit.exp
1830 * gdb.base/pending.exp
1831 * gdb.base/pr11022.exp
1832 * gdb.base/printcmds.exp
1833 * gdb.base/ptr-typedef.exp
1834 * gdb.base/ptype.exp
1835 * gdb.base/randomize.exp
1836 * gdb.base/range-stepping.exp
1837 * gdb.base/realname-expand.exp
1838 * gdb.base/relativedebug.exp
1839 * gdb.base/remote.exp
1840 * gdb.base/savedregs.exp
1841 * gdb.base/sepdebug.exp
1842 * gdb.base/set-noassign.exp
1843 * gdb.base/shlib-call.exp
1844 * gdb.base/shreloc.exp
1845 * gdb.base/sigaltstack.exp
1846 * gdb.base/sigbpt.exp
1847 * gdb.base/siginfo-addr.exp
1848 * gdb.base/siginfo-obj.exp
1849 * gdb.base/siginfo-thread.exp
1850 * gdb.base/signest.exp
1851 * gdb.base/signull.exp
1852 * gdb.base/sigrepeat.exp
1853 * gdb.base/skip.exp
1854 * gdb.base/so-impl-ld.exp
1855 * gdb.base/solib-corrupted.exp
1856 * gdb.base/solib-disc.exp
1857 * gdb.base/solib-display.exp
1858 * gdb.base/solib-overlap.exp
1859 * gdb.base/solib-search.exp
1860 * gdb.base/solib-symbol.exp
1861 * gdb.base/source-execution.exp
1862 * gdb.base/sss-bp-on-user-bp-2.exp
1863 * gdb.base/sss-bp-on-user-bp.exp
1864 * gdb.base/stack-checking.exp
1865 * gdb.base/stale-infcall.exp
1866 * gdb.base/step-break.exp
1867 * gdb.base/step-line.exp
1868 * gdb.base/step-over-exit.exp
1869 * gdb.base/step-test.exp
1870 * gdb.base/structs.exp
1871 * gdb.base/sym-file.exp
1872 * gdb.base/symtab-search-order.exp
1873 * gdb.base/term.exp
1874 * gdb.base/type-opaque.exp
1875 * gdb.base/unload.exp
1876 * gdb.base/until-nodebug.exp
1877 * gdb.base/until.exp
1878 * gdb.base/unwindonsignal.exp
1879 * gdb.base/watch-cond.exp
1880 * gdb.base/watch-non-mem.exp
1881 * gdb.base/watch_thread_num.exp
1882 * gdb.base/watchpoint-reuse-slot.exp
1883 * gdb.base/watchpoint-solib.exp
1884 * gdb.base/watchpoint.exp
1885 * gdb.btrace/dlopen.exp
1886 * gdb.cell/arch.exp
1887 * gdb.cell/break.exp
1888 * gdb.cell/bt.exp
1889 * gdb.cell/core.exp
1890 * gdb.cell/data.exp
1891 * gdb.cell/dwarfaddr.exp
1892 * gdb.cell/ea-cache.exp
1893 * gdb.cell/ea-standalone.exp
1894 * gdb.cell/ea-test.exp
1895 * gdb.cell/f-regs.exp
1896 * gdb.cell/fork.exp
1897 * gdb.cell/gcore.exp
1898 * gdb.cell/mem-access.exp
1899 * gdb.cell/ptype.exp
1900 * gdb.cell/registers.exp
1901 * gdb.cell/sizeof.exp
1902 * gdb.cell/solib-symbol.exp
1903 * gdb.cell/solib.exp
1904 * gdb.compile/compile-tls.exp
1905 * gdb.cp/exception.exp
1906 * gdb.cp/gdb2495.exp
1907 * gdb.cp/local.exp
1908 * gdb.cp/mb-inline.exp
1909 * gdb.cp/mb-templates.exp
1910 * gdb.cp/pr10687.exp
1911 * gdb.cp/pr9167.exp
1912 * gdb.cp/scope-err.exp
1913 * gdb.cp/templates.exp
1914 * gdb.cp/virtfunc.exp
1915 * gdb.dwarf2/dw2-dir-file-name.exp
1916 * gdb.dwarf2/dw2-single-line-discriminators.exp
1917 * gdb.fortran/complex.exp
1918 * gdb.fortran/library-module.exp
1919 * gdb.guile/guile.exp
1920 * gdb.guile/scm-cmd.exp
1921 * gdb.guile/scm-frame-inline.exp
1922 * gdb.guile/scm-objfile.exp
1923 * gdb.guile/scm-pretty-print.exp
1924 * gdb.guile/scm-symbol.exp
1925 * gdb.guile/scm-type.exp
1926 * gdb.guile/scm-value.exp
1927 * gdb.linespec/keywords.exp
1928 * gdb.linespec/ls-errs.exp
1929 * gdb.linespec/macro-relative.exp
1930 * gdb.linespec/thread.exp
1931 * gdb.mi/mi-breakpoint-changed.exp
1932 * gdb.mi/mi-dprintf-pending.exp
1933 * gdb.mi/mi-fullname-deleted.exp
1934 * gdb.mi/mi-logging.exp
1935 * gdb.mi/mi-pending.exp
1936 * gdb.mi/mi-solib.exp
1937 * gdb.mi/new-ui-mi-sync.exp
1938 * gdb.mi/user-selected-context-sync.exp
1939 * gdb.multi/dummy-frame-restore.exp
1940 * gdb.multi/multi-arch-exec.exp
1941 * gdb.multi/remove-inferiors.exp
1942 * gdb.multi/watchpoint-multi-exit.exp
1943 * gdb.opt/solib-intra-step.exp
1944 * gdb.perf/backtrace.exp
1945 * gdb.perf/single-step.exp
1946 * gdb.perf/skip-command.exp
1947 * gdb.perf/skip-prologue.exp
1948 * gdb.perf/solib.exp
1949 * gdb.python/lib-types.exp
1950 * gdb.python/py-as-string.exp
1951 * gdb.python/py-bad-printers.exp
1952 * gdb.python/py-block.exp
1953 * gdb.python/py-breakpoint.exp
1954 * gdb.python/py-cmd.exp
1955 * gdb.python/py-events.exp
1956 * gdb.python/py-evthreads.exp
1957 * gdb.python/py-finish-breakpoint.exp
1958 * gdb.python/py-finish-breakpoint2.exp
1959 * gdb.python/py-frame-inline.exp
1960 * gdb.python/py-frame.exp
1961 * gdb.python/py-inferior.exp
1962 * gdb.python/py-infthread.exp
1963 * gdb.python/py-mi.exp
1964 * gdb.python/py-objfile.exp
1965 * gdb.python/py-pp-maint.exp
1966 * gdb.python/py-pp-registration.exp
1967 * gdb.python/py-prettyprint.exp
1968 * gdb.python/py-recurse-unwind.exp
1969 * gdb.python/py-shared.exp
1970 * gdb.python/py-symbol.exp
1971 * gdb.python/py-symtab.exp
1972 * gdb.python/py-template.exp
1973 * gdb.python/py-type.exp
1974 * gdb.python/py-unwind-maint.exp
1975 * gdb.python/py-unwind.exp
1976 * gdb.python/py-value.exp
1977 * gdb.python/python.exp
1978 * gdb.reverse/finish-reverse-bkpt.exp
1979 * gdb.reverse/insn-reverse.exp
1980 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1981 * gdb.reverse/solib-precsave.exp
1982 * gdb.reverse/solib-reverse.exp
1983 * gdb.stabs/gdb11479.exp
1984 * gdb.stabs/weird.exp
1985 * gdb.threads/fork-child-threads.exp
1986 * gdb.threads/fork-plus-threads.exp
1987 * gdb.threads/fork-thread-pending.exp
1988 * gdb.threads/forking-threads-plus-breakpoint.exp
1989 * gdb.threads/hand-call-in-threads.exp
1990 * gdb.threads/interrupted-hand-call.exp
1991 * gdb.threads/linux-dp.exp
1992 * gdb.threads/local-watch-wrong-thread.exp
1993 * gdb.threads/next-while-other-thread-longjmps.exp
1994 * gdb.threads/non-ldr-exit.exp
1995 * gdb.threads/pending-step.exp
1996 * gdb.threads/print-threads.exp
1997 * gdb.threads/process-dies-while-detaching.exp
1998 * gdb.threads/process-dies-while-handling-bp.exp
1999 * gdb.threads/pthreads.exp
2000 * gdb.threads/queue-signal.exp
2001 * gdb.threads/reconnect-signal.exp
2002 * gdb.threads/signal-command-handle-nopass.exp
2003 * gdb.threads/signal-command-multiple-signals-pending.exp
2004 * gdb.threads/signal-delivered-right-thread.exp
2005 * gdb.threads/signal-sigtrap.exp
2006 * gdb.threads/sigthread.exp
2007 * gdb.threads/staticthreads.exp
2008 * gdb.threads/stepi-random-signal.exp
2009 * gdb.threads/thread-unwindonsignal.exp
2010 * gdb.threads/thread_check.exp
2011 * gdb.threads/thread_events.exp
2012 * gdb.threads/tid-reuse.exp
2013 * gdb.threads/tls-nodebug.exp
2014 * gdb.threads/tls-shared.exp
2015 * gdb.threads/tls-so_extern.exp
2016 * gdb.threads/tls.exp
2017 * gdb.threads/wp-replication.exp
2018 * gdb.trace/actions-changed.exp
2019 * gdb.trace/actions.exp
2020 * gdb.trace/backtrace.exp
2021 * gdb.trace/change-loc.exp
2022 * gdb.trace/collection.exp
2023 * gdb.trace/deltrace.exp
2024 * gdb.trace/disconnected-tracing.exp
2025 * gdb.trace/entry-values.exp
2026 * gdb.trace/ftrace-lock.exp
2027 * gdb.trace/ftrace.exp
2028 * gdb.trace/infotrace.exp
2029 * gdb.trace/mi-trace-frame-collected.exp
2030 * gdb.trace/mi-trace-unavailable.exp
2031 * gdb.trace/mi-traceframe-changed.exp
2032 * gdb.trace/mi-tracepoint-changed.exp
2033 * gdb.trace/mi-tsv-changed.exp
2034 * gdb.trace/no-attach-trace.exp
2035 * gdb.trace/packetlen.exp
2036 * gdb.trace/passc-dyn.exp
2037 * gdb.trace/passcount.exp
2038 * gdb.trace/pending.exp
2039 * gdb.trace/pr16508.exp
2040 * gdb.trace/qtro.exp
2041 * gdb.trace/range-stepping.exp
2042 * gdb.trace/read-memory.exp
2043 * gdb.trace/report.exp
2044 * gdb.trace/save-trace.exp
2045 * gdb.trace/signal.exp
2046 * gdb.trace/stap-trace.exp
2047 * gdb.trace/status-stop.exp
2048 * gdb.trace/strace.exp
2049 * gdb.trace/tfile.exp
2050 * gdb.trace/tfind.exp
2051 * gdb.trace/trace-break.exp
2052 * gdb.trace/trace-condition.exp
2053 * gdb.trace/trace-enable-disable.exp
2054 * gdb.trace/trace-mt.exp
2055 * gdb.trace/tracecmd.exp
2056 * gdb.trace/tracefile-pseudo-reg.exp
2057 * gdb.trace/tspeed.exp
2058 * gdb.trace/tstatus.exp
2059 * gdb.trace/tsv.exp
2060 * gdb.trace/unavailable.exp
2061 * gdb.trace/while-dyn.exp
2062 * gdb.trace/while-stepping.exp
2063 * lib/gdb-guile.exp
2064 * lib/gdb.exp
2065 * lib/mi-support.exp
2066 * lib/pascal.exp
2067 * lib/perftest.exp
2068 * lib/prelink-support.exp
2069 * lib/selftest-support.exp
2070
2071 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2072
2073 * Makefile.in: Include disable-implicit-rules.mk.
2074
2075 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2076
2077 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2078 non-byte-aligned bit fields.
2079
2080 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2081
2082 PR gdb/12616
2083 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
2084 respects the DW_AT_data_bit_offset attribute.
2085
2086 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2087
2088 * gdb.base/default.exp: Fix output of "set language".
2089
2090 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2091
2092 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2093 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
2094 make.
2095 * configure.ac: Remove checks for the make program.
2096 * configure: Re-generate.
2097
2098 2016-11-16 Kevin Buettner <kevinb@redhat.com>
2099
2100 * gdb.python/py-recurse-unwind.c (main): Add loop.
2101 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2102 to read_register() and gdb.parse_and_eval(). Make each code
2103 call a separate case that can be individually tested.
2104 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2105 proc. Call cont_and_backtrace for each of the code paths that
2106 we want to test in the unwinder.
2107
2108 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2109
2110 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2111 the definition of struct S.
2112
2113 2016-11-11 Catherine Moore <clm@codesourcery.com>
2114
2115 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2116
2117 2016-11-09 Pedro Alves <palves@redhat.com>
2118
2119 * gdb.base/commands.exp (runto_or_return): New procedure.
2120 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2121 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2122 (progvar_simple_while_test, progvar_complex_if_while_test)
2123 (if_while_breakpoint_command_test)
2124 (infrun_breakpoint_command_test, breakpoint_command_test)
2125 (user_defined_command_test, watchpoint_command_test)
2126 (test_command_prompt_position, redefine_hook_test)
2127 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2128 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2129 multi_line_input and multi_line. Remove gdb_expect and
2130 gdb_stop_suppressing_tests uses.
2131 * lib/gdb.exp (valnum_re): New global.
2132 (multi_line_input): New procedure.
2133
2134 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2135
2136 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2137 Remove.
2138 (test_setup): Define with proc_with_prefix.
2139 (test_cli_inferior): Likewise.
2140 (test_cli_thread): Likewise.
2141 (test_cli_frame): Likewise.
2142 (test_cli_select_frame): Likewise.
2143 (test_cli_up_down): Likewise.
2144 (test_mi_thread_select): Likewise.
2145 (test_mi_stack_select_frame): Likewise.
2146 (test_cli_in_mi_inferior): Likewise.
2147 (test_cli_in_mi_thread): Likewise.
2148 (test_cli_in_mi_frame): Likewise.
2149 (top level): Do not use with_test_prefix_procname.
2150
2151 2016-11-09 Pedro Alves <palves@redhat.com>
2152
2153 * gdb.base/commands.exp (gdbvar_simple_if_test)
2154 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2155 (progvar_simple_if_test, progvar_simple_while_test)
2156 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2157 (infrun_breakpoint_command_test, breakpoint_command_test)
2158 (user_defined_command_test, watchpoint_command_test)
2159 (test_command_prompt_position, deprecated_command_test)
2160 (bp_deleted_in_command, temporary_breakpoint_commands)
2161 (stray_arg0_test, source_file_with_indented_comment)
2162 (recursive_source_test, if_commands_test)
2163 (error_clears_commands_left, redefine_hook_test)
2164 (redefine_backtrace_test): Use proc_with_prefix.
2165 * lib/gdb.exp (proc_with_prefix): New proc.
2166
2167 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2168
2169 * gdb.base/tui-layout.c: New file.
2170 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2171 disassembly window contains very long lines.
2172
2173 2016-11-08 Tom Tromey <tom@tromey.com>
2174
2175 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2176 depend on Python 2.
2177
2178 2016-11-08 Tom Tromey <tom@tromey.com>
2179
2180 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2181 New method.
2182
2183 2016-10-29 Manish Goregaokar <manish@mozilla.com>
2184
2185 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
2186
2187 2016-10-27 Manish Goregaokar <manish@mozilla.com>
2188
2189 * gdb.rust/simple.rs: Add test for univariant enums without
2190 discriminants and for encoded struct-like enums.
2191
2192 2016-10-28 Pedro Alves <palves@redhat.com>
2193
2194 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2195 gdb_test_multiple, tighten regexps and match symtabs and line
2196 tables incrementally.
2197
2198 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
2199
2200 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2201 general.
2202
2203 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
2204
2205 * gdb.base/exec-invalid-sysroot.exp: New file.
2206
2207 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2208
2209 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2210
2211 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2212
2213 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2214
2215 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2216
2217 * gdb.base/killed-outside.exp: Remove $options from a call to
2218 `prepare_for_testing'.
2219
2220 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2221
2222 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2223 Change test message.
2224
2225 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2226
2227 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2228 Update comment.
2229
2230 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2231
2232 * gdb.trace/mi-trace-save.exp: New file.
2233
2234 2016-10-13 Yao Qi <yao.qi@linaro.org>
2235
2236 * gdb.base/code_elim.exp (get_var_address): Remove.
2237 * gdb.base/relocate.exp: Likewise.
2238 * gdb.base/shreloc.exp: Likewise.
2239 * lib/gdb.exp (get_var_address): New.
2240
2241 2016-10-13 Yao Qi <yao.qi@linaro.org>
2242
2243 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2244 floating point tests if $skip_float_test is false.
2245
2246 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
2247
2248 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2249 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2250 argc values.
2251 Add 1 to argc so we guarantee distinct initial/modified argc values.
2252
2253 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2254
2255 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2256
2257 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2258
2259 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2260 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2261 * gdb.arch/vsx-regs.exp: Likewise.
2262
2263 2016-10-07 Yao Qi <yao.qi@linaro.org>
2264
2265 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2266
2267 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2268
2269 * gdb.python/python.exp: Test decode_line("*0").
2270
2271 2016-10-06 Doug Evans <dje@google.com>
2272
2273 * gdb.python/py-value.exp (test_value_creation): Add test for large
2274 unsigned 64-bit value.
2275
2276 2016-10-06 Tom Tromey <tom@tromey.com>
2277
2278 * gdb.compile/compile.exp: Change java tests to rust.
2279 * gdb.base/setshow.exp: Change java tests to rust.
2280 * gdb.base/default.exp: Remove java from language list.
2281 * README (Examples): Update language example.
2282 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2283 test.
2284 * lib/gdb.exp (skip_java_tests): Remove.
2285 * lib/java.exp: Remove.
2286 * gdb.java: Remove.
2287
2288 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2289
2290 * gdb.arch/mips-fcr.exp: New test.
2291 * gdb.arch/mips-fcr.c: Source for the new test.
2292
2293 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2294
2295 * gdb.base/solib-disc.exp: Use `standard_output_file'
2296 throughout.
2297
2298 2016-10-06 Pedro Alves <palves@redhat.com>
2299
2300 * gdb.base/jit-simple-dl.c: New file.
2301 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2302 * gdb.base/jit-simple.c: ... this.
2303 * gdb.base/jit-simple.exp (jit_run): Delete.
2304 (build_jit): New proc.
2305 (jit_test_reread): Recompile either the main program or the shared
2306 library, depending on what is being tested. Skip changing address
2307 if caller wants to. Compare before/after addresses. If testing
2308 standalone, explicitly load the binary. Test "maint info
2309 breakpoints".
2310 (top level): Add "standalone vs shared lib" and "change address"
2311 vs "same address" axes.
2312
2313 2016-10-06 Pedro Alves <palves@redhat.com>
2314
2315 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2316 call.
2317 (jit_run): Delete.
2318 (jit_test_reread): Use with_test_prefix. Reload the main binary
2319 explicitly. Compare the before/after addresses of the JIT
2320 descriptor.
2321
2322 2016-08-15 Doug Evans <dje@google.com>
2323
2324 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2325 for single bitfields is bool.
2326 * gdb.xml/tdesc-regs.exp: Ditto.
2327
2328 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2329
2330 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2331
2332 2016-10-05 Yao Qi <yao.qi@linaro.org>
2333
2334 * lib/gdb.exp (support_complex_tests): Return zero if
2335 gdb_skip_float_test return true.
2336
2337 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2338 Simon Marchi <simon.marchi@ericsson.com>
2339
2340 PR gdb/20487
2341 * gdb.mi/user-selected-context-sync.exp: New file.
2342 * gdb.mi/user-selected-context-sync.c: New file.
2343
2344 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2345 Simon Marchi <simon.marchi@ericsson.com>
2346
2347 PR gdb/20487
2348 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2349 =thread-select-event check.
2350
2351 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2352
2353 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2354 the compulsory L operand changes.
2355 * gdb.arch/powerpc-power.s: Likewise.
2356
2357 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2358
2359 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2360 * gdb.base/jit-attach-pie.c: New file.
2361 * gdb.base/jit-attach-pie.exp: New file.
2362
2363 2016-09-28 Pedro Alves <palves@redhat.com>
2364
2365 * gdb.base/infcall-input.c: New file.
2366 * gdb.base/infcall-input.exp: New file.
2367
2368 2016-09-22 Yao Qi <yao.qi@linaro.org>
2369
2370 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2371 (gdb_exit): Rename it to ...
2372 (gdbserver_gdb_exit): ... Close GDBserver.
2373 (gdb_exit): New proc, call gdbserver_gdb_exit.
2374 (mi_gdb_exit): Likewise.
2375
2376 2016-09-22 Yao Qi <yao.qi@linaro.org>
2377
2378 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2379 path.
2380 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2381 Remove duplication.
2382
2383 2016-09-22 Yao Qi <yao.qi@linaro.org>
2384
2385 * lib/gdbserver-support.exp: Check the existence of
2386 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2387
2388 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2389
2390 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2391
2392 2016-09-21 Tom Tromey <tom@tromey.com>
2393
2394 PR gdb/20604:
2395 * gdb.base/quit.exp: New file.
2396
2397 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2398
2399 * .gitignore: New file.
2400
2401 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2402
2403 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2404 throughout.
2405
2406 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2407
2408 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2409
2410 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2411
2412 * gdb.cp/casts.cc (decltype): Move it ...
2413 (main): ... with its call to ...
2414 * gdb.cp/casts03.cc: ... a new file.
2415 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2416
2417 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2418
2419 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2420
2421 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
2422
2423 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2424 and sync up the test with tests in gas/testsuite/gas/ppc.
2425 * gdb.arch/powerpc-power.exp: Likewise.
2426
2427 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2428
2429 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2430
2431 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
2432 Jan Kratochvil <jan.kratochvil@redhat.com>
2433
2434 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2435 make m1's definition to be different from m2's. Use 'dummy' as an
2436 argument for probe 'two'.
2437
2438 2016-09-10 Jon Beniston <jon@beniston.com>
2439
2440 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2441 for sim target.
2442
2443 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2444
2445 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2446 variable declaration.
2447 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
2448 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2449 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2450 received HWCAP as its argument.
2451
2452 2016-09-06 Pedro Alves <palves@redhat.com>
2453
2454 * gdb.base/new-ui-pending-input.c: New file.
2455 * gdb.base/new-ui-pending-input.exp: New file.
2456 * gdb.exp (clear_gdb_spawn_id): New procedure.
2457 (with_spawn_id): Check whether gdb_spawn_id exists before
2458 referencing it. If gdb_spawn_id didn't exist on entry, clear it
2459 on exit.
2460
2461 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2462
2463 * gdb.base/float128.c: New file.
2464 * gdb.base/float128.exp: Likewise.
2465 * gdb.base/floatn.c: Likewise.
2466 * gdb.base/floatn.exp: Likewise.
2467
2468 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2469
2470 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2471
2472 2016-09-05 Pedro Alves <palves@redhat.com>
2473
2474 PR backtrace/19927
2475 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2476 unwinders are immediately called as side effect of "source" or
2477 "disable unwinder" commands.
2478 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2479
2480 2016-09-02 Yao Qi <yao.qi@linaro.org>
2481
2482 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2483 is true and $type is "float" or "double".
2484
2485 2016-09-02 Yao Qi <yao.qi@linaro.org>
2486
2487 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2488 true.
2489 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2490 * gdb.base/call-rt-st.exp: Likewise.
2491 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2492 return value instead of gdb,skip_float_test.
2493 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2494 (do_function_calls): Use its return value instead of
2495 gdb,skip_float_test.
2496 * gdb.base/finish.exp: Likewise.
2497 * gdb.base/funcargs.exp: Likewise.
2498 * gdb.base/return.exp: Likewise.
2499 * gdb.base/return2.exp: Likewise.
2500 * gdb.base/varargs.exp: Likewise.
2501 * lib/gdb.exp (gdb_skip_float_test): Change it to
2502 gdb_caching_proc. Detect the broken ptrace on arm-linux.
2503
2504 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2505
2506 * gdb.multi/tids.exp: Test "thread apply all".
2507
2508 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2509
2510 * gdb.base/default.exp (tty): Remove.
2511
2512 2016-08-24 Kevin Buettner <kevinb@redhat.com>
2513
2514 * gdb.python/py-recurse-unwind.c: New file.
2515 * gdb.python/py-recurse-unwind.py: New file.
2516 * gdb.python/py-recurse-unwind.exp: New file.
2517
2518 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2519
2520 * gdb.base/set-inferior-tty.exp: New file.
2521 * gdb.base/set-inferior-tty.c: New file.
2522
2523 2016-08-23 Pedro Alves <palves@redhat.com>
2524
2525 PR gdb/20494
2526 * gdb.base/new-ui-echo.c: New file.
2527 * gdb.base/new-ui-echo.exp: New file.
2528
2529 2016-08-23 Yao Qi <yao.qi@linaro.org>
2530
2531 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2532 gdbserver_spawn.
2533 * gdb.server/connect-without-multi-process.exp (do_test):
2534 Likewise.
2535
2536 2016-08-23 Yao Qi <yao.qi@linaro.org>
2537
2538 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2539 standalone_txt. Delete gdb_txt and standalone_txt on host
2540 and target. Spawn the binary on target. Copy files from
2541 target to host.
2542
2543 2016-08-22 Pedro Alves <palves@redhat.com>
2544
2545 PR gdb/20505
2546 * gdb.base/vdso-warning.exp: Test core dumps too. Use
2547 with_test_prefix. Factor out bits to ...
2548 (test_no_vdso): ... this new procedure.
2549
2550 2016-08-19 Carl Love <cel@us.ibm.com>
2551
2552 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2553 maintaining separate logic for constructing the output path.
2554 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2555 * gdb.arch/ppc-dfp.exp: Likewise.
2556 * gdb.arch/ppc-fp.exp: Likewise.
2557 * gdb.arch/vsx-regs.exp: Likewise.
2558 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2559 binprefix for generating the additional binary files.
2560
2561 2016-08-19 Pedro Alves <palves@redhat.com>
2562
2563 * gdb.trace/mi-trace-frame-collected.exp
2564 (test_trace_frame_collected): On x32, expect two registers.
2565
2566 2016-08-18 Carl Love <cel@us.ibm.com>
2567
2568 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2569 and sync up the test with tests in gas/testsuite/gas/ppc.
2570 * gdb.arch/powerpc-power.exp: Likewise.
2571
2572 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2573
2574 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2575 expected error message.
2576
2577 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2578
2579 * gdb.multi/remove-inferiors.exp: New file.
2580 * gdb.multi/remove-inferiors.c: New file.
2581
2582 2016-08-12 Yao Qi <yao.qi@linaro.org>
2583
2584 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
2585 argument list.
2586
2587 2016-08-10 Pedro Alves <palves@redhat.com>
2588
2589 PR gdb/19187
2590 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
2591 setup_kfails.
2592
2593 2016-08-09 Pedro Alves <palves@redhat.com>
2594 Simon Marchi <simon.marchi@ericsson.com>
2595
2596 PR gdb/20418
2597 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
2598 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
2599
2600 2016-08-09 Pedro Alves <palves@redhat.com>
2601
2602 PR mi/20431
2603 * gdb.mi/mi-cmd-error.exp: New file.
2604
2605 2016-08-09 Pedro Alves <palves@redhat.com>
2606
2607 PR gdb/18653
2608 * gdb.base/signals-state-child.c: New file.
2609 * gdb.base/signals-state-child.exp: New file.
2610 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
2611
2612 2016-08-09 Pedro Alves <palves@redhat.com>
2613
2614 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
2615
2616 2016-08-03 Tom Tromey <tom@tromey.com>
2617
2618 PR python/18565:
2619 * gdb.python/py-frame-inline.exp: Add Frame.function test.
2620
2621 2016-08-01 Yao Qi <yao.qi@linaro.org>
2622
2623 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
2624 variable mode to "multi-process" if $multi_process is 1, otherwise
2625 set it to "single-process".
2626
2627 2016-08-01 Yao Qi <yao.qi@linaro.org>
2628
2629 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
2630 * gdb.cp/cpexprs.exp: Likewise.
2631 * gdb.cp/m-static.exp: Likewise.
2632
2633 2016-07-26 Tom Tromey <tom@tromey.com>
2634
2635 PR python/20190:
2636 * gdb.threads/tls.exp (check_thread_local): Add python symbol
2637 test.
2638
2639 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
2640
2641 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
2642 selecting assembly source files.
2643 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
2644 assembly source files.
2645 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
2646 assembly source files.
2647 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
2648 selecting assembly source files.
2649
2650 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
2651
2652 * gdb.base/new-ui.exp (do_test_invalid_args): New
2653 procedure.
2654
2655 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
2656
2657 * gdb.btrace/reconnect.c: New file.
2658 * gdb.btrace/reconnect.exp: New file.
2659
2660 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
2661
2662 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
2663 to test_catch_syscall_group.
2664 (test_catch_syscall_group): New.
2665
2666 2016-07-21 Tom Tromey <tom@tromey.com>
2667
2668 * gdb.rust/simple.rs (main): Use empty struct expression.
2669 * gdb.rust/simple.exp: Add tests for empty struct expression.
2670
2671 2016-07-21 Yao Qi <yao.qi@linaro.org>
2672
2673 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
2674 if gdb_skip_xml_test is true on some targets.
2675
2676 2016-07-21 Yao Qi <yao.qi@linaro.org>
2677
2678 * gdb.server/solib-list.exp: Unset last_loaded_file.
2679
2680 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2681
2682 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
2683 "step into captured_main (args)".
2684
2685 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2686
2687 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
2688
2689 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2690
2691 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
2692
2693 2016-07-19 Pedro Alves <palves@redhat.com>
2694
2695 * gdb.opt/inline-break.exp: Remove optimize=-O2.
2696 * gdb.opt/inline-bt.exp: Likewise.
2697 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
2698 additional_flags=-Winline.
2699 * gdb.opt/inline-locals.exp: Likewise.
2700 * gdb.opt/inline-markers.c (ATTR): Define.
2701 (inlined_fn): Use it.
2702
2703 2016-07-19 Yao Qi <yao.qi@linaro.org>
2704
2705 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
2706 (test_with_self): Remove some code. Remove argument executable.
2707 (top-level): Use do_self_tests.
2708
2709 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
2710 Don Breazeal <donb@codesourcery.com>
2711
2712 * gdb.base/maint.exp: Escape paths used in regular expressions.
2713 * gdb.stabs/weird.exp: Likewise.
2714
2715 2016-07-13 Tom Tromey <tom@tromey.com>
2716
2717 PR python/15620, PR python/18620:
2718 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
2719 (test_bkpt_events): New procs.
2720
2721 2016-07-13 Tom Tromey <tom@tromey.com>
2722
2723 PR python/17698:
2724 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
2725 test.
2726 (test_watchpoints): Likewise.
2727 (test_bkpt_pending): New proc.
2728
2729 2016-07-13 Tom Tromey <tom@tromey.com>
2730
2731 PR cli/18053:
2732 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
2733 completion test.
2734
2735 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2736
2737 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
2738 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
2739 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
2740 f_label.
2741 (g): Rename g_end_lbl to g_label.
2742 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
2743 low_pc and high_pc.
2744 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
2745
2746 2016-07-12 Tom Tromey <tom@tromey.com>
2747
2748 PR python/19293:
2749 * gdb.python/py-unwind-maint.exp: Update tests.
2750
2751 2016-07-12 Yao Qi <yao.qi@linaro.org>
2752
2753 * lib/selftest-support.exp (selftest_setup): Match the output
2754 when captured_main is inlined.
2755
2756 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
2757
2758 * gdb.fortran/derived-types.exp (result_line, result_line_2):
2759 New variables.
2760 (print this%a, print this%b, print this): New tests.
2761 * gdb.fortran/derived-types.f90 (this): New object and
2762 initialization.
2763
2764 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2765
2766 * gdb.ada/arraydim.exp: Remove extra directory level in build
2767 directory.
2768
2769 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2770
2771 * lib/ada.exp: Remove extra directory level in build directory.
2772 * gdb.ada/cond_lang.exp: Likewise.
2773 * gdb.ada/exec_changed.exp: Likewise.
2774 * gdb.ada/lang_switch.exp: Likewise.
2775
2776 2016-07-06 Manish Goregaokar <manish@mozilla.com>
2777
2778 * simple.rs: Add test for raw pointer subscripting.
2779 * simple.exp: Add test expectations.
2780
2781 2016-07-05 Yao Qi <yao.qi@linaro.org>
2782
2783 * gdb.mi/mi-reverse.exp: Match =record-started output.
2784
2785 2016-07-01 Pedro Alves <palves@redhat.com>
2786
2787 * gdb.base/jit-reader.exp (info_registers_current_frame): New
2788 procedure.
2789 (jit_reader_test): Test the jit reader's unwinder.
2790 * gdb.base/jithost.c (jit_function_00_code): New global.
2791 (main): Use memcpy to fill in the mmapped code, instead of poking
2792 bytes manually here.
2793 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
2794 value.
2795 (read_debug_info): Save the function's range.
2796 (read_sp): New function.
2797 (unwind_frame): Use it. Also unwind RBP.
2798 (get_frame_id): Use read_sp.
2799 (gdb_init_reader): Use calloc instead of malloc.
2800 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
2801 parameter. Use gdb_test_multiple.
2802
2803 2016-07-01 Pedro Alves <palves@redhat.com>
2804 Antoine Tremblay <antoine.tremblay@ericsson.com>
2805
2806 * gdb.threads/process-dies-while-detaching.c: New file.
2807 * gdb.threads/process-dies-while-detaching.exp: New file.
2808
2809 2016-07-01 Pedro Alves <palves@redhat.com>
2810
2811 * gdb.multi/watchpoint-multi-exit.c: New file.
2812 * gdb.multi/watchpoint-multi-exit.exp: New file.
2813
2814 2016-06-30 Pedro Alves <palves@redhat.com>
2815
2816 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
2817 unset inferior_spawn_id.
2818
2819 2016-06-30 Pedro Alves <palves@redhat.com>
2820
2821 * lib/mi-support.exp (default_mi_gdb_start): Declare global
2822 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
2823
2824 2016-06-29 Yao Qi <yao.qi@linaro.org>
2825
2826 * gdb.base/return.c: Add copyright header.
2827
2828 2016-06-29 Tom Tromey <tom@tromey.com>
2829
2830 PR python/20129:
2831 * gdb.python/py-framefilter.exp: Add tests for setting priority
2832 and disabling of non-existent frame filter.
2833
2834 2016-06-29 Yao Qi <yao.qi@linaro.org>
2835
2836 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
2837 0x0f07ff.
2838
2839 2016-06-28 Yao Qi <yao.qi@linaro.org>
2840
2841 * gdb.base/catch-syscall.exp: Remove check on isnative and target
2842 triplets. Start gdb, execute catch syscall, and continue. Check
2843 gdb's output to determine catch syscall is supported.
2844
2845 2016-06-27 Manish Goregaokar <manish@mozilla.com>
2846
2847 * gdb.rust/simple.rs: Add test for returning unit in a function.
2848 * gdb.rust/simple.exp: Add expectation for functions returning
2849 unit.
2850
2851 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
2852
2853 * gdb.python/py-breakpoint-create-fail.c,
2854 gdb.python/py-breakpoint-create-fail.exp,
2855 gdb.python/py-breakpoint-create-fail.py: New testcase.
2856
2857 2016-06-25 Manish Goregaokar <manish@mozilla.com>
2858
2859 PR gdb/20239
2860 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
2861 * gdb.rust/simple.exp: Add test expectations for new NonZero
2862 tests.
2863
2864 2016-06-24 David Taylor <dtaylor@emc.com>
2865
2866 * gdb.base/offsets.exp: New file.
2867 * gdb.base/offsets.c: New file.
2868
2869 2016-06-23 Tom Tromey <tom@tromey.com>
2870
2871 PR gdb/16483:
2872 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
2873 before any filters are loaded.
2874
2875 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
2876
2877 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
2878 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
2879 structs.
2880 * gdb.fortran/derived-type-function.exp: New file.
2881 * gdb.fortran/derived-type-function.f90: New file.
2882
2883
2884 2016-06-21 Pedro Alves <palves@redhat.com>
2885
2886 * gdb.base/new-ui.exp: New file.
2887 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
2888 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
2889 (with_spawn_id): New procedure.
2890
2891 2016-06-21 Pedro Alves <palves@redhat.com>
2892
2893 * gdb.mi/mi-exec-run.exp: New file.
2894
2895 2016-06-21 Pedro Alves <palves@redhat.com>
2896
2897 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
2898 breakpoint command's output on the main UI.
2899 (test_break): New procedure, factored out from calls in the top
2900 level.
2901 (top level): Use foreach_with_prefix to test MI as main UI and as
2902 separate UI.
2903
2904 2016-06-21 Pedro Alves <palves@redhat.com>
2905
2906 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
2907 (test_awatch_creation_and_listing)
2908 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
2909 Remove 'type' parameter.
2910 (test_watchpoint_all): New parameter mi_mode. Remove
2911 with_test_prefix.
2912 (top level): Use foreach_with_prefix, and add main/separate UI MI
2913 testing axis.
2914
2915 2016-06-21 Pedro Alves <palves@redhat.com>
2916
2917 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
2918 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
2919 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
2920 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
2921 (gdb_main_spawn_id, mi_spawn_id): Declare and
2922 comment.
2923 (mi_create_inferior_pty): New procedure,
2924 factored out from default_mi_gdb_start.
2925 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
2926 procedures.
2927 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
2928 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
2929 Use mi_create_inferior_pty.
2930 (mi_gdb_start): Use eval to pass down args list.
2931
2932 2016-06-21 Pedro Alves <palves@redhat.com>
2933
2934 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
2935 * gdb.opt/inline-cmds.exp: Add MI tests.
2936
2937 2016-06-21 Pedro Alves <palves@redhat.com>
2938
2939 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
2940
2941 2016-06-21 Pedro Alves <palves@redhat.com>
2942
2943 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
2944 (top level): Use it instead of mi_execute_to.
2945
2946 2016-06-21 Pedro Alves <palves@redhat.com>
2947
2948 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
2949 (cont_handler_str): New.
2950 (signal_stop_handler): Set stop_handler_str instead of printing to
2951 stdout.
2952 (continue_handler): Set cont_handler_str instead of printing to
2953 stdout.
2954 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
2955 mi_send_resuming_command. Print stop_handler_str and
2956 cont_handler_str instead of expecting the python events print
2957 directly.
2958
2959 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2960
2961 * gdb.base/jit-reader.exp: New file.
2962 * gdb.base/jithost.c: New file.
2963 * gdb.base/jithost.h: New file.
2964 * gdb.base/jitreader.c : New file.
2965 * gdb.base/jit-protocol.h: New file.
2966
2967 2016-06-17 Yao Qi <yao.qi@linaro.org>
2968
2969 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
2970 parameters follow_fork and detach_on_fork. Set follow-fork-mode
2971 and detach-on-fork. Adjust tests.
2972 (top level): Invoke break_cond_on_syscall with combinations of
2973 syscall, follow-fork-mode and detach-on-fork.
2974
2975 2016-06-17 Yao Qi <yao.qi@linaro.org>
2976
2977 * gdb.base/step-over-exit.c: New.
2978 * gdb.base/step-over-exit.exp: New.
2979
2980 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
2981
2982 * gdb.base/float.exp: Add target check for nds32*-*-*.
2983 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
2984
2985 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
2986
2987 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
2988 for unsupported target features.
2989 * gdb.base/call-rt-st.exp: Likewise.
2990 * gdb.base/call-sc.exp: Likewise.
2991 * gdb.base/call-signal-resume.exp: Likewise.
2992 * gdb.base/call-strs.exp: Likewise.
2993 * gdb.base/callexit.exp: Likewise.
2994 * gdb.base/callfuncs.exp: Likewise.
2995 * gdb.base/nodebug.exp: Likewise.
2996 * gdb.base/printcmds.exp: Likewise.
2997 * gdb.base/ptype.exp: Likewise.
2998 * gdb.base/structs.exp: Likewise.
2999 * gdb.base/unwindonsignal.exp: Likewise.
3000 * gdb.cp/gdb2495.exp: Likewise.
3001 * gdb.cp/templates.exp: Likewise.
3002 * gdb.cp/virtfunc.exp: Likewise.
3003 * gdb.threads/hand-call-in-threads.exp: Likewise.
3004 * gdb.threads/interrupted-hand-call.exp: Likewise.
3005 * gdb.threads/thread-unwindonsignal.exp: Likewise.
3006
3007 2016-06-10 Tom Tromey <tom@tromey.com>
3008
3009 PR rust/20110:
3010 * gdb.rust/expr.exp: Add test for integer constant larger than
3011 i32.
3012
3013 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
3014
3015 * gdb.fortran/nested-funcs.exp: New.
3016 * gdb.fortran/nested-funcs.f90: New.
3017
3018 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
3019
3020 * gdb.base/examine-backward.c: New file.
3021 * gdb.base/examine-backward.exp: New file.
3022
3023 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
3024
3025 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3026 matching.
3027
3028 2016-06-02 Tom Tromey <tom@tromey.com>
3029
3030 PR python/18984:
3031 * gdb.python/py-shared.exp: Add solib_name test.
3032
3033 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
3034
3035 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
3036
3037 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
3038
3039 PR c++/19893
3040 * gdb.dwarf2/implref.exp: Rename to...
3041 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
3042 * gdb.dwarf2/implref-array.c: New file.
3043 * gdb.dwarf2/implref-array.exp: Likewise.
3044 * gdb.dwarf2/implref-global.c: Likewise.
3045 * gdb.dwarf2/implref-global.exp: Likewise.
3046 * gdb.dwarf2/implref-struct.c: Likewise.
3047 * gdb.dwarf2/implref-struct.exp: Likewise.
3048
3049 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3050
3051 * gdb.trace/trace-condition.exp: Add 64bit tests.
3052
3053 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3054
3055 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3056 bits types.
3057 (main): Adapt to 8 to 64 bits types.
3058 * gdb.trace/trace-condition.exp: Add new tests.
3059
3060 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3061
3062 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3063
3064 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3065
3066 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3067 Move condition tests...
3068 * gdb.trace/trace-condition.exp: Here.
3069
3070 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3071
3072 * gdb.trace/trace-condition.exp: Add counter-case tests.
3073
3074 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3075
3076 PR c++/15231
3077 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3078 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3079
3080 2016-05-27 Pedro Alves <palves@redhat.com>
3081
3082 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3083 New procedure.
3084 (top level): Call it, and bail out of DejaGnu is known to be bad.
3085
3086 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
3087
3088 * gdb.base/whatis.c: Extend the test case.
3089 * gdb.base/whatis.exp: Add additional tests.
3090
3091 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3092
3093 * gdb.fortran/type.f90: Add pointer variable.
3094 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3095
3096 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3097
3098 * gdb.fortran/vla-type.exp: Fix testcase name.
3099
3100 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3101
3102 * gdb.fortran/vla-type.exp: Access elements in nested structs.
3103
3104 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3105
3106 * gdb.fortran/type.f90: Add nested structures.
3107 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3108 * gdb.fortran/derived-type.exp: Adapt expected output.
3109 * gdb.fortran/vla-type.exp: Adapt expected output.
3110
3111 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3112
3113 * gdb.fortran/whatis_type.exp: Adapt expected output.
3114
3115 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3116
3117 * gdb.fortran/print_type.exp: Fix expected output.
3118 * gdb.fortran/whatis_type.exp: Fix expected output.
3119
3120 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3121
3122 * gdb.fortran/whatis_type.exp: Use multi_line.
3123
3124 2016-05-24 Tom Tromey <tom@tromey.com>
3125
3126 PR python/17386:
3127 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3128 use value as an index.
3129
3130 2016-05-23 Tom Tromey <tom@tromey.com>
3131
3132 PR python/17981:
3133 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3134 no-breakpoint case.
3135
3136 2016-05-24 Pedro Alves <palves@redhat.com>
3137
3138 PR gdb/19828
3139 * gdb.threads/clone-attach-detach.c: New file.
3140 * gdb.threads/clone-attach-detach.exp: New file.
3141
3142 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3143
3144 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3145
3146 2016-05-23 Tom Tromey <tom@tromey.com>
3147
3148 PR python/19438, PR python/18393:
3149 * gdb.python/py-progspace.exp: Add "dir" test.
3150 * gdb.python/py-objfile.exp: Add "dir" test.
3151
3152 2016-05-23 Yao Qi <yao.qi@linaro.org>
3153
3154 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3155 * gdb.arch/thumb2-it.exp: Likewise.
3156
3157 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3158
3159 * gdb.mi/mi-threads-interrupt.c: New file.
3160 * gdb.mi/mi-threads-interrupt.exp: New file.
3161
3162 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3163
3164 PR gdb/18077
3165 * gdb.mi/mi-async-run.exp: New file.
3166 * gdb.mi/mi-async-run.c: New file.
3167
3168 2016-05-17 Tom Tromey <tom@tromey.com>
3169 Manish Goregaokar <manishsmail@gmail.com>
3170
3171 * lib/rust-support.exp: New file.
3172 * lib/gdb.exp (skip_rust_tests): New proc.
3173 (build_executable_from_specs): Handle rust.
3174 * lib/future.exp (gdb_find_rustc): New proc.
3175 (gdb_default_target_compile): Handle rust.
3176 * gdb.rust/expr.exp: New file.
3177 * gdb.rust/generics.exp: New file.
3178 * gdb.rust/generics.rs: New file.
3179 * gdb.rust/methods.exp: New file.
3180 * gdb.rust/methods.rs: New file.
3181 * gdb.rust/modules.exp: New file.
3182 * gdb.rust/modules.rs: New file.
3183 * gdb.rust/simple.exp: New file.
3184 * gdb.rust/simple.rs: New file.
3185
3186 2016-05-17 Tom Tromey <tom@tromey.com>
3187
3188 * gdb.base/default.exp (set language): Add rust.
3189
3190 2016-05-17 Tom Tromey <tom@tromey.com>
3191
3192 * gdb.gdb/unittest.exp: New file.
3193
3194 2016-05-16 Yao Qi <yao.qi@linaro.org>
3195
3196 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3197 shell_prompt. Update shell_prompt_re.
3198
3199 2016-05-12 Doug Evans <dje@google.com>
3200
3201 PR symtab/19999
3202 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3203 $options when building executable.
3204 * gdb.dwarf2/fission-loclists-pie.S: New file.
3205 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3206
3207 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3208
3209 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3210 of [is_remote target],
3211
3212 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3213
3214 * lib/gdb.exp (use_gdb_stub): New procedure.
3215
3216 2016-05-03 Yunlian Jiang <yunlian@google.com>
3217 Doug Evans <dje@google.com>
3218
3219 PR symtab/19914
3220 * gdb.dwarf2/dwp-sepdebug.c: New file.
3221 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3222
3223 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3224
3225 * gdb.base/detach.exp: Remove is_remote check.
3226
3227 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3228
3229 * gdb.base/annota-input-while-running.exp: Don't check for
3230 [is_remote target]. Enable annotations after running to main.
3231 Remove unused "set test..." line.
3232
3233 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3234
3235 * gdb.trace/trace-enable-disable.exp: New file.
3236 * gdb.trace/trace-enable-disable.c: New file.
3237
3238 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3239
3240 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3241 use it in info sharedlibrary test.
3242 * gdb.trace/ftrace-lock.exp: Likewise.
3243 * gdb.trace/ftrace.exp: Likewise.
3244 * gdb.trace/range-stepping.exp: Likewise.
3245 * gdb.trace/trace-break.exp: Likewise.
3246 * gdb.trace/trace-condition.exp: Likewise.
3247 * gdb.trace/trace-mt.exp: Likewise.
3248
3249 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3250
3251 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3252 (gdb_load_shlib): ... this.
3253 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3254 gdb_load_shlib.
3255 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3256 * gdb.base/ctxobj.exp: Likewise.
3257 * gdb.base/dprintf-pending.exp: Likewise.
3258 * gdb.base/dso2dso.exp: Likewise.
3259 * gdb.base/fixsection.exp: Likewise.
3260 * gdb.base/gcore-relro.exp: Likewise.
3261 * gdb.base/gdb1555.exp: Likewise.
3262 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3263 * gdb.base/gnu-ifunc.exp: Likewise.
3264 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3265 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3266 * gdb.base/pending.exp: Likewise.
3267 * gdb.base/print-file-var.exp: Likewise.
3268 * gdb.base/print-symbol-loading.exp: Likewise.
3269 * gdb.base/shlib-call.exp: Likewise.
3270 * gdb.base/shreloc.exp: Likewise.
3271 * gdb.base/so-impl-ld.exp: Likewise.
3272 * gdb.base/solib-disc.exp: Likewise.
3273 * gdb.base/solib-nodir.exp: Likewise.
3274 * gdb.base/solib-overlap.exp: Likewise.
3275 * gdb.base/solib-symbol.exp: Likewise.
3276 * gdb.base/solib-weak.exp (do_test): Likewise.
3277 * gdb.base/sym-file.exp: Likewise.
3278 * gdb.base/symtab-search-order.exp: Likewise.
3279 * gdb.base/type-opaque.exp: Likewise.
3280 * gdb.base/unload.exp: Likewise.
3281 * gdb.base/watchpoint-solib.exp: Likewise.
3282 * gdb.compile/compile.exp: Likewise.
3283 * gdb.cp/gdb2384.exp: Likewise.
3284 * gdb.cp/infcall-dlopen.exp: Likewise.
3285 * gdb.cp/re-set-overloaded.exp: Likewise.
3286 * gdb.fortran/library-module.exp: Likewise.
3287 * gdb.opt/solib-intra-step.exp: Likewise.
3288 * gdb.python/py-finish-breakpoint.exp: Likewise.
3289 * gdb.python/py-shared.exp: Likewise.
3290 * gdb.reverse/solib-precsave.exp: Likewise.
3291 * gdb.reverse/solib-reverse.exp: Likewise.
3292 * gdb.server/solib-list.exp: Likewise.
3293 * gdb.threads/dlopen-libpthread.exp: Likewise.
3294 * gdb.threads/tls-shared.exp: Likewise.
3295 * gdb.threads/tls-so_extern.exp: Likewise.
3296 * gdb.trace/change-loc.exp: Likewise.
3297 * gdb.trace/ftrace-lock.exp: Likewise.
3298 * gdb.trace/ftrace.exp: Likewise.
3299 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3300 * gdb.trace/pending.exp: Likewise.
3301 * gdb.trace/range-stepping.exp: Likewise.
3302 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3303 (strace_info_marker): Likewise.
3304 (strace_probe_marker): Likewise.
3305 (strace_trace_on_same_addr): Likewise.
3306 (strace_trace_on_diff_addr): Likewise.
3307 * gdb.trace/trace-break.exp: Likewise.
3308 * gdb.trace/trace-condition.exp: Likewise.
3309 * gdb.trace/trace-mt.exp: Likewise.
3310
3311 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3312
3313 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3314 result of gdb_remote_download.
3315 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3316 * gdb.base/dso2dso.exp: Likewise.
3317 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3318 * gdb.base/print-file-var.exp: Likewise.
3319 * gdb.base/shlib-call.exp: Likewise.
3320 * gdb.base/shreloc.exp: Likewise.
3321 * gdb.base/solib-overlap.exp: Likewise.
3322 * gdb.base/solib-weak.exp (do_test): Likewise.
3323 * gdb.base/unload.exp: Likewise.
3324
3325 2016-04-27 Yao Qi <yao.qi@linaro.org>
3326
3327 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3328 exists.
3329
3330 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3331
3332 * vla-type.exp: Print structure from toplevel.
3333
3334 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3335
3336 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3337 of dynamic types.
3338 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3339 of dynamic types.
3340
3341 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3342
3343 * gdb.fortran/vla-type.f90: New file.
3344 * gdb.fortran/vla-type.exp: New file.
3345
3346 2016-04-25 Yao Qi <yao.qi@linaro.org>
3347
3348 * gdb.base/branch-to-self.c: New file.
3349 * gdb.base/branch-to-self.exp: New file.
3350
3351 2016-04-22 Yao Qi <yao.qi@linaro.org>
3352
3353 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3354 more after $hex.
3355
3356 2016-04-22 Yao Qi <yao.qi@linaro.org>
3357
3358 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3359 * gdb.base/annota3.exp: Likewise.
3360
3361 2016-04-22 Yao Qi <yao.qi@linaro.org>
3362
3363 * gdb.reverse/step-precsave.exp: Do one step and test program
3364 stops in "callee" and do multiple steps until program goes out
3365 of "callee".
3366 * gdb.reverse/step-reverse.exp: Likewise.
3367
3368 2016-04-22 Yao Qi <yao.qi@linaro.org>
3369
3370 * gdb.trace/signal.exp: Also pass if
3371 $tracepoint_hits($i) > $iterations.
3372
3373 2016-04-22 Yao Qi <yao.qi@linaro.org>
3374
3375 * gdb.trace/signal.c: New file.
3376 * gdb.trace/signal.exp: New file.
3377
3378 2016-04-19 Doug Evans <xdje42@gmail.com>
3379
3380 * gdb.base/bad-file.exp: New file.
3381
3382 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3383
3384 * gdb.dwarf2/implref.exp: New file.
3385
3386 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3387
3388 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3389 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3390 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3391 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3392 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3393 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3394 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3395 * lib/fortran.exp (fortran_int4): New procedure.
3396 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3397 (fortran_logical4): Likewise.
3398
3399 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3400
3401 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3402
3403 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3404
3405 * lib/compiler.c: Add Intel specific preprocessor macros.
3406 * lib/compiler.cc: Likewise.
3407
3408 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
3409
3410 * gdb.server/connect-with-no-symbol-file.c: New file.
3411 * gdb.server/connect-with-no-symbol-file.exp: New file.
3412
3413 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3414
3415 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3416
3417 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3418
3419 * boards/gdbserver-base.exp (${board}_download): Copy source file to
3420 standard output directory.
3421
3422 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
3423
3424 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3425
3426 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
3427
3428 * gdb.btrace/instruction_history.c (loop): Add declaration.
3429
3430 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3431
3432 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3433
3434 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
3435
3436 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3437 parentheses to print.
3438 (continue_handler): Likewise.
3439
3440 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
3441
3442 * gdb.server/solib-list.exp: Remove is_remote check.
3443 Pass shlib= to gdb_compile. Don't link shared library with
3444 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
3445 Run binary filename through "readlink -f" on the target.
3446
3447 2016-04-08 Pedro Alves <palves@redhat.com>
3448
3449 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
3450 interpreter filename as argument to gdbserver_spawn.
3451 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3452 Return empty if $last_loaded_file does not exist.
3453
3454 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3455
3456 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3457 * gdb.base/jit-main.c: Use exit after usage.
3458
3459 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3460
3461 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3462 GDBHISTSIZE prior to the tests.
3463 * gdb.base/gdbinit-history.exp: Likewise.
3464
3465 2016-04-07 Pedro Alves <palves@redhat.com>
3466
3467 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3468 instead of build_executable. Use gdb_load_shlibs.
3469
3470 2016-04-07 Yao Qi <yao.qi@linaro.org>
3471
3472 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3473 Execute "si" command.
3474
3475 2016-04-07 Yao Qi <yao.qi@linaro.org>
3476
3477 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3478 number instead of the comments on some line.
3479
3480 2016-04-06 Don Breazeal <donb@codesourcery.com>
3481
3482 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3483 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3484
3485 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
3486
3487 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3488 standard_output_file. Remove unused binfile variable.
3489
3490 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
3491
3492 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3493 * gdb.python/py-mi-objfile.exp: Match "list main" output
3494 in console format.
3495
3496 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
3497
3498 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3499 absolute.
3500
3501 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3502
3503 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3504 absolute.
3505 * gdb.trace/ftrace.exp: Likewise.
3506 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3507 targets as well.
3508 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3509 (gdb_load_shlibs): Copy libraries to test directory when testing
3510 natively. Only set solib-search-path if testing remotely.
3511 * lib/mi-support.exp (mi_load_shlibs): Likewise.
3512
3513 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3514
3515 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3516 gdb_download. Use it even if the target is not remote.
3517 * gdb.base/jit.exp (compile_jit_test): Likewise.
3518 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3519 output directory if the destination board is local, otherwise use
3520 the standard remote_download from DejaGnu.
3521 (gdb_download): Remove.
3522 (gdb_load_shlibs): Use gdb_remote_download instead of
3523 gdb_download.
3524 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3525 Use gdb_remote_download instead of gdb_download. Use it even if
3526 the target is not remote.
3527 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3528 instead of gdb_download.
3529
3530 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
3531
3532 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3533 (test_insert_delete_modify): Call mi_load_shlibs before trying to
3534 run.
3535
3536 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
3537
3538 PR gdb/19820
3539 * gdb.base/printcmds.exp: Add artificial arrays tests.
3540
3541 2016-03-31 Pedro Alves <palves@redhat.com>
3542
3543 PR gdb/19858
3544 * gdb.base/jit-main.c: Include unistd.h.
3545 (ATTACH): Define to 0 if not already defined.
3546 (wait_for_gdb, mypid): New globals.
3547 (WAIT_FOR_GDB): New macro.
3548 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
3549 some breakpoint locations.
3550 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3551 New procedures.
3552 (one_jit_test): Add REATTACH parameter, and handle it. Use
3553 continue_to_test_location.
3554 (top level): Test attach, and adjusts calls to one_jit_test.
3555
3556 2016-03-31 Pedro Alves <palves@redhat.com>
3557
3558 PR gdb/19858
3559 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
3560 BINSUFFIX parameter, and handle it.
3561 (top level): Adjust calls compile_jit_test.
3562
3563 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
3564
3565 PR python/19743
3566 * gdb.python/py-mi-events-gdb.py: New file.
3567 * gdb.python/py-mi-events.c: New file.
3568 * gdb.python/py-mi-events.exp: New file.
3569
3570 2016-03-30 Yao Qi <yao.qi@linaro.org>
3571
3572 * gdb.reverse/until-precsave.exp: Match function name only.
3573 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3574 Move malloc to a condition block.
3575 * gdb.reverse/until-reverse.exp: Match function name only.
3576
3577 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
3578
3579 * gdb.trace/ftrace.exp: Set arg0exp for s390.
3580 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3581 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3582 variable for GPR 0 instead of assuming it is register 0.
3583 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
3584 * lib/trace-support.exp: Add s390 registers.
3585
3586 2016-03-29 Yao Qi <yao.qi@linaro.org>
3587
3588 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
3589
3590 2016-03-24 Yao Qi <yao.qi@linaro.org>
3591
3592 * gdb.reverse/break-reverse.exp: Add quotation mark in the
3593 test message.
3594
3595 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3596
3597 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
3598 maintaining separate logic for constructing the output path.
3599
3600 2016-03-16 Don Breazeal <donb@codesourcery.com>
3601
3602 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3603 Retry fork and waitpid on interrupted system call errors.
3604 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3605 Use with_timeout_factor to increase timeout by factor of 10.
3606
3607 2016-03-15 Don Breazeal <donb@codesourcery.com>
3608
3609 * gdb.cp/scope-err.cc: New test program.
3610 * gdb.cp/scope-err.exp: New test script.
3611 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
3612 lines and "set breakpoint here" comment.
3613 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
3614 Fixed some whitespace and format issues.
3615 * gdb.mi/mi-linespec-err-cp.cc: New test program.
3616 * gdb.mi/mi-linespec-err-cp.exp: New test script.
3617
3618 2016-03-15 Doug Evans <dje@google.com>
3619
3620 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
3621 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
3622 All callers updated. Add tests for enums, mixed flags register.
3623
3624 2016-03-15 Doug Evans <dje@google.com>
3625
3626 * gdb.base/skip.c (main): Call test_skip_file_and_function.
3627 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
3628
3629 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
3630
3631 * gdb.base/default.exp: Add $_as_string to the list of expected
3632 convenience functions.
3633
3634 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
3635
3636 * gdb.base/maint.exp: New tests for 'maint info line-table'.
3637
3638 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
3639
3640 * gdb.python/py-as-string.exp: New file.
3641 * gdb.python/py-as-string.c: New file.
3642
3643 2016-03-09 Pedro Alves <palves@redhat.com>
3644
3645 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
3646 signal" -> "Thread NN received signal" output change.
3647 * gdb.threads/ia64-sigill.exp: Likewise.
3648 * gdb.threads/linux-dp.exp: Likewise.
3649 * gdb.threads/manythreads.exp: Likewise.
3650 * gdb.threads/pending-step.exp: Likewise.
3651 * gdb.threads/print-threads.exp: Likewise.
3652 * gdb.threads/sigstep-threads.exp: Likewise.
3653 * gdb.threads/staticthreads.exp: Likewise.
3654 * gdb.threads/tls.exp: Likewise.
3655
3656 2016-03-09 Pedro Alves <palves@redhat.com>
3657
3658 * gdb.base/command-line-input.exp: New file.
3659
3660 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3661
3662 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
3663 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
3664 * gdb.trace/pending.exp: Accept leading dot before function name.
3665 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
3666 * lib/trace-support.exp: Set registers for ppc.
3667
3668 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3669
3670 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
3671 use it for disassembly; accept .main in addition to main in backtrace.
3672
3673 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
3674 Marcin Kościelnicki <koriakin@0x04.net>
3675
3676 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
3677 (gdb_recursion_test_ptr): New global variable.
3678 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
3679 gdb_recursion_test.
3680 (gdb_c_test): Ditto.
3681
3682 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3683
3684 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
3685 ordering.
3686
3687 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3688
3689 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
3690 (bar): Add bar_start_lbl label.
3691 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
3692 of foo/bar for emitting DWARF and tracing.
3693
3694 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
3695
3696 * analyze-racy-logs.py: Set executable bit.
3697
3698 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
3699
3700 * Makefile.in (DEFAULT_RACY_ITER): New variable.
3701 (CHECK_TARGET_TMP): Likewise.
3702 (check-single-racy): New rule.
3703 (check-parallel-racy): Likewise.
3704 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
3705 (do-check-parallel-racy): New rule.
3706 (check-racy/%.exp): Likewise.
3707 * README (Racy testcases): New section.
3708 * analyze-racy-logs.py: New file.
3709
3710 2016-03-03 Doug Evans <dje@google.com>
3711
3712 * gdb.base/skip.exp: Use with_test_prefix.
3713
3714 2016-03-03 Yao Qi <yao.qi@linaro.org>
3715
3716 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
3717 Invoke step_over_syscall "clone" and break_cond_on_syscall
3718 "clone".
3719 * gdb.base/step-over-clone.c: New file.
3720
3721 2016-03-03 Yao Qi <yao.qi@linaro.org>
3722
3723 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
3724 code format.
3725
3726 2016-03-03 Yao Qi <yao.qi@linaro.org>
3727
3728 * gdb.base/disp-step-fork.c: Rename to ...
3729 * gdb.base/step-over-fork.c: ... it. New file.
3730 * gdb.base/disp-step-vfork.c: Rename to ...
3731 * gdb.base/step-over-vfork.c: ... it. New file.
3732 * gdb.base/disp-step-syscall.exp: Rename to ...
3733 * gdb.base/step-over-syscall.exp: ... it. New file.
3734 (disp_step_cross_syscall): Rename to ...
3735 (step_over_syscall): ... it.
3736
3737 2016-03-03 Yao Qi <yao.qi@linaro.org>
3738
3739 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
3740 If target supports condition evaluation on target, invoke
3741 break_cond_on_syscall for fork and vfork.
3742
3743 2016-03-03 Yao Qi <yao.qi@linaro.org>
3744
3745 * gdb.base/disp-step-syscall.exp: Don't invoke
3746 support_displaced_stepping.
3747 (disp_step_cross_syscall): Test with displaced stepping off and
3748 on if supported.
3749
3750 2016-03-03 Yao Qi <yao.qi@linaro.org>
3751
3752 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
3753 proc.
3754 (setup): New proc.
3755 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
3756 and setup.
3757
3758 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3759
3760 * gdb.fortran/vla-history.exp: Remove breakpoint.
3761
3762 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3763
3764 * gdb.fortran/vla-history.exp: Lookup array elements and printing
3765 exceeds timeout.
3766
3767 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3768
3769 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
3770 breakpoint.
3771
3772 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3773
3774 * gdb.mi/vla.f90: Nullify pointer after declaration.
3775
3776 2016-03-01 Pedro Alves <palves@redhat.com>
3777
3778 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
3779
3780 2016-03-01 Pedro Alves <palves@redhat.com>
3781
3782 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
3783 before anything else.
3784 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
3785 _GNU_SOURCE here.
3786 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
3787 before anything else.
3788 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
3789
3790 2016-03-01 Pedro Alves <palves@redhat.com>
3791
3792 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
3793
3794 2016-03-01 Yao Qi <yao.qi@linaro.org>
3795
3796 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
3797 prepare_for_testing.
3798
3799 2016-03-01 Yao Qi <yao.qi@linaro.org>
3800
3801 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
3802
3803 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3804
3805 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
3806 manually constructing the output path.
3807
3808 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3809
3810 * gdb.arch/s390-stackless.S: New.
3811 * gdb.arch/s390-stackless.exp: New.
3812
3813 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
3814
3815 * gdb.dlang/circular.c: New file.
3816 * gdb.dlang/circular.exp: New file.
3817
3818 2016-02-26 Yao Qi <yao.qi@linaro.org>
3819
3820 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
3821 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
3822 (testcases): Update.
3823
3824 2016-02-26 Yao Qi <yao.qi@linaro.org>
3825
3826 * gdb.reverse/aarch64.c: Rename to ...
3827 * gdb.reverse/insn-reverse.c: ... it.
3828 * gdb.reverse/aarch64.exp: Rename to ...
3829 * gdb.reverse/insn-reverse.exp: ... it.
3830
3831 2016-02-26 Yao Qi <yao.qi@linaro.org>
3832
3833 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
3834 (testcase_ftype): New.
3835 (testcases): New array.
3836 (n_testcases): New.
3837 (main): Call each element in testcases.
3838 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
3839 (read_testcase): New.
3840 Do the tests in a loop.
3841
3842 2016-02-25 Yao Qi <yao.qi@linaro.org>
3843
3844 * gdb.base/branches.c: Remove.
3845
3846 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3847
3848 PR gdb/13808
3849 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
3850
3851 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3852
3853 * gdb.trace/ftrace.exp: Remove unnecessary target check.
3854
3855 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3856
3857 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
3858 change x86_64 call_insn to 'callq'.
3859
3860 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3861
3862 * gdb.trace/tfile-avx.c: Move to...
3863 * gdb.trace/tracefile-pseudo-reg.c: Here.
3864 * gdb.trace/tfile-avx.exp: Move to...
3865 * gdb.trace/tracefile-pseudo-reg.exp: Here.
3866
3867 2016-02-24 Gary Benson <gbenson@redhat.com>
3868
3869 * gdb.base/attach-pie-noexec.exp: Do not expect an error
3870 message on attach.
3871
3872 2016-02-23 Doug Evans <dje@google.com>
3873
3874 * gdb.base/skip.c (test_skip): New function.
3875 (end_test_skip_file_and_function): New function.
3876 (test_skip_file_and_function): New function.
3877 * gdb.base/skip1.c (test_skip): New function.
3878 (skip1_test_skip_file_and_function): New function.
3879 * gdb.base/skip.exp: Add tests for new skip options.
3880 * gdb.base/skip-solib.exp: Update expected output.
3881 * gdb.perf/skip-command.cc: New file.
3882 * gdb.perf/skip-command.exp: New file.
3883 * gdb.perf/skip-command.py: New file.
3884
3885 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
3886
3887 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
3888 info registers pattern.
3889
3890 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
3891
3892 * lib/future.exp: Add D support.
3893 (gdb_find_gdc): New proc.
3894 (gdb_default_target_compile): Add D support.
3895
3896 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
3897
3898 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
3899 user+system time.
3900 (trace_speed_test): Determine the iteration count for a time
3901 between 15..30 seconds.
3902
3903 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
3904
3905 * gdb.arch/i386-mpx-sigsegv.c: New file.
3906 * gdb.arch/i386-mpx-sigsegv.exp: New file.
3907 * gdb.arch/i386-mpx-simple_segv.c: New file.
3908 * gdb.arch/i386-mpx-simple_segv.exp: New file.
3909
3910 2016-02-18 Yao Qi <yao.qi@linaro.org>
3911
3912 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3913 Don't call setup_kfail.
3914
3915 2016-02-18 Yao Qi <yao.qi@linaro.org>
3916
3917 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3918 Set "set breakpoint condition-evaluation" per $cond_bp_target.
3919
3920 2016-02-16 Doug Evans <dje@google.com>
3921
3922 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
3923 * gdb.base/skip1.c: Ditto.
3924 * gdb.base/skip.exp: Whitespace cleanup.
3925
3926 2016-02-16 Don Breazeal <donb@codesourcery.com>
3927
3928 PR remote/19496
3929 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3930 Remove kfail for PR remote/19496.
3931
3932 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
3933
3934 * lib/gdb.exp (standard_temp_file): Return a path specific to
3935 the runtest invocation.
3936
3937 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
3938
3939 * gdb.trace/save-trace.exp: Change relative path to be in the
3940 standard output directory.
3941
3942 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3943
3944 * gdb.arch/i386-prologue.c: Add missing prototypes.
3945
3946 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3947
3948 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
3949 * gdb.arch/i386-prologue.exp: Likewise.
3950 * gdb.arch/i386-size.exp: Likewise.
3951
3952 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
3953
3954 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
3955 define object file path.
3956 * gdb.btrace/gcore.exp: Use standard_output_file to define core
3957 file path.
3958 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
3959 standard_output_file to define binfile.
3960
3961 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3962
3963 Fix compatibility with recent gfortran-5.3.1.
3964 * gdb.fortran/vla-history.exp (print vla1 allocated)
3965 (print vla2 allocated, print $2, print $3): Remove
3966 (print $4): Rename to ...
3967 (print $2): ... here.
3968 (print $9): Rename to ...
3969 (print $5): ... here.
3970 (print $10): Rename to ...
3971 (print $6): ... here.
3972 * gdb.fortran/vla.f90: Add pvla initialization.
3973
3974 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3975
3976 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
3977 New test.
3978 * gdb.fortran/vla-value-sub.exp: Likewise.
3979
3980 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
3981
3982 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
3983
3984 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
3985
3986 * i386-biarch-core.exp: Define corefile using
3987 standard_output_file.
3988
3989 2016-02-12 Yao Qi <yao.qi@linaro.org>
3990
3991 * gdb.arch/arm-single-step-kernel-helper.c: New.
3992 * gdb.arch/arm-single-step-kernel-helper.exp: New.
3993
3994 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
3995
3996 * gdb.btrace/tailcall-only.exp: New.
3997 * gdb.btrace/tailcall-only.c: New.
3998 * gdb.btrace/x86_64-tailcall-only.S: New.
3999 * gdb.btrace/i686-tailcall-only.S: New.
4000
4001 2016-02-11 Pedro Alves <palves@redhat.com>
4002
4003 * README (Parallel testing): Add missing double quotes.
4004
4005 2016-02-11 Pedro Alves <palves@redhat.com>
4006
4007 * README (Parallel testing): New section.
4008 (GDB_PARALLEL): Rewrite.
4009 (FORCE_PARALLEL): Document.
4010
4011 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
4012
4013 * gdb.trace/tfile-avx.c: New test.
4014 * gdb.trace/tfile-avx.exp: New test.
4015
4016 2016-02-09 Keith Seitz <keiths@redhat.com>
4017
4018 PR breakpoints/19546
4019 * gdb.base/infcall-exec.c: New file.
4020 * gdb.base/infcall-exec2.c: New file.
4021 * gdb.base/infcall-exec.exp: New file.
4022
4023 2016-02-09 Keith Seitz <keiths@redhat.com>
4024
4025 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4026 (toplevel): Call test_bkpt_address.
4027
4028 2016-02-09 Keith Seitz <keiths@redhat.com>
4029
4030 PR python/19506
4031 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
4032 (toplevel): Call test_bkpt_address.
4033
4034 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
4035
4036 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4037 to AC_OUTPUT.
4038 * configure: Regenerate.
4039
4040 2016-02-09 Pedro Alves <palves@redhat.com>
4041
4042 PR breakpoints/19548
4043 * gdb.base/execl-update-breakpoints.c (some_function): New
4044 function.
4045 (main): Call it.
4046 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4047 Tighten expected GDB output.
4048
4049 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4050
4051 * Makefile.in (ALL_SUBDIRS): Remove.
4052 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4053 (distclean maintainer-clean realclean): Likewise.
4054 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4055 * configure: Regenerate.
4056 * gdb.ada/Makefile.in: Delete.
4057 * gdb.arch/Makefile.in: Likewise.
4058 * gdb.asm/Makefile.in: Likewise.
4059 * gdb.base/Makefile.in: Likewise.
4060 * gdb.btrace/Makefile.in: Likewise.
4061 * gdb.cell/Makefile.in: Likewise.
4062 * gdb.compile/Makefile.in: Likewise.
4063 * gdb.cp/Makefile.in: Likewise.
4064 * gdb.disasm/Makefile.in: Likewise.
4065 * gdb.dlang/Makefile.in: Likewise.
4066 * gdb.dwarf2/Makefile.in: Likewise.
4067 * gdb.fortran/Makefile.in: Likewise.
4068 * gdb.gdb/Makefile.in: Likewise.
4069 * gdb.go/Makefile.in: Likewise.
4070 * gdb.guile/Makefile.in: Likewise.
4071 * gdb.java/Makefile.in: Likewise.
4072 * gdb.linespec/Makefile.in: Likewise.
4073 * gdb.mi/Makefile.in: Likewise.
4074 * gdb.modula2/Makefile.in: Likewise.
4075 * gdb.multi/Makefile.in: Likewise.
4076 * gdb.objc/Makefile.in: Likewise.
4077 * gdb.opencl/Makefile.in: Likewise.
4078 * gdb.opt/Makefile.in: Likewise.
4079 * gdb.pascal/Makefile.in: Likewise.
4080 * gdb.perf/Makefile.in: Likewise.
4081 * gdb.python/Makefile.in: Likewise.
4082 * gdb.reverse/Makefile.in: Likewise.
4083 * gdb.server/Makefile.in: Likewise.
4084 * gdb.stabs/Makefile.in: Likewise.
4085 * gdb.threads/Makefile.in: Likewise.
4086 * gdb.trace/Makefile.in: Likewise.
4087 * gdb.xml/Makefile.in: Likewise.
4088 * lib/gdb.exp (make_gdb_parallel_path): Add check for
4089 GDB_PARALLEL.
4090 (standard_output_file): Remove check for GDB_PARALLEL, always
4091 return path in outputs/$subdir/$testname.
4092
4093 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4094
4095 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4096 (site.exp): Assign abs_srcdir to tcl's srcdir.
4097
4098 2016-02-04 Yao Qi <yao.qi@linaro.org>
4099
4100 * gdb.base/foll-exec-mode.c: Include limits.h.
4101 (main): Add parameters argc and argv. Get directory from
4102 argv[0].
4103 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4104 compilation.
4105 * gdb.base/foll-exec.c: Include limits.h.
4106 (main): Add parameters argc and argv.
4107 Get directory from argv[0].
4108 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4109 Adjust tests on the number of lines as source code changed.
4110 * gdb.base/foll-vfork-exit.c: Include limits.h.
4111 (main): Add one line of statement before vfork.
4112 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4113 (main): Add parameters argc and argv. Get directory from
4114 argv[0].
4115 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4116 (setup_gdb): Set tbreak to skip some source lines.
4117 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4118 (main): Add parameters argc and argv. Get directory from
4119 argv[0].
4120 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4121 compilation.
4122 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4123 (main): Add parameters argc and argv. Get directory from
4124 argv[0].
4125 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4126 compilation.
4127
4128 2016-02-01 Doug Evans <dje@google.com>
4129
4130 * gdb.base/skip.exp: Clean up multiple references to same test name.
4131
4132 2016-02-01 Pedro Alves <palves@redhat.com>
4133
4134 PR remote/19496
4135 * gdb.threads/forking-threads-plus-breakpoint.exp
4136 (displaced_stepping_supported): New global.
4137 (probe_displaced_stepping_support): New procedure.
4138 (do_test): Add 'displaced' parameter, and use it.
4139 (top level): Check for displaced stepping support. Add displaced
4140 stepping on/off testing axis.
4141
4142 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4143
4144 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4145 pointer. Don't perform further tests on the unassociated pointer
4146 if the first test fails.
4147
4148 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4149
4150 * gdb.base/max-value-size.c: New file.
4151 * gdb.base/max-value-size.exp: New file.
4152 * gdb.base/huge.exp: Disable max-value-size for this test.
4153
4154 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4155
4156 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4157
4158 2016-01-28 Yao Qi <yao.qi@linaro.org>
4159
4160 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4161
4162 2016-01-25 Pedro Alves <palves@redhat.com>
4163
4164 PR threads/19461
4165 * gdb.base/fork-running-state.c: New file.
4166 * gdb.base/fork-running-state.exp: New file.
4167
4168 2016-01-25 Pedro Alves <palves@redhat.com>
4169
4170 PR gdb/19494
4171 * gdb.base/catch-fork-kill.c: New file.
4172 * gdb.base/catch-fork-kill.exp: New file.
4173
4174 2016-01-25 Pedro Alves <palves@redhat.com>
4175
4176 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4177 Delete, moved to lib/gdb.exp.
4178 * gdb.threads/forking-threads-plus-breakpoint.exp
4179 (foreach_with_prefix): Likewise.
4180 * gdb.threads/process-dies-while-handling-bp.exp
4181 (foreach_with_prefix): Likewise.
4182 * lib/gdb.exp (foreach_with_prefix): New procedure.
4183
4184 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4185
4186 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4187 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4188
4189 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4190
4191 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4192 endian targets.
4193
4194 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4195 Pedro Alves <palves@redhat.com>
4196
4197 Fix testsuite compatibility with Guile.
4198 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4199 number.
4200
4201 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4202
4203 Fix testsuite compatibility with Guile.
4204 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4205 (thread 1): New test for backtrace through signal handler.
4206
4207 2016-01-22 Yao Qi <yao.qi@linaro.org>
4208
4209 PR testsuite/19491
4210 * gdb.base/multi-forks.c: Include
4211 ../lib/unbuffer_output.c
4212 (main): Call gdb_unbuffer_output.
4213
4214 2016-01-21 Doug Evans <dje@google.com>
4215
4216 * lib/ada.exp (gdb_compile_ada): Fix typo.
4217
4218 2016-01-21 Joel Brobecker <brobecker@adacore.com>
4219
4220 * gdb.base/break-fun-addr.exp: New file.
4221 * gdb.base/break-fun-addr1.c: New file.
4222 * gdb.base/break-fun-addr2.c: New file.
4223
4224 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4225
4226 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4227 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4228 enum flag values.
4229
4230 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4231
4232 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4233 when GDB can not set the vector return value. Add more comments
4234 for clarification.
4235
4236 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4237
4238 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4239 command.
4240
4241 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4242
4243 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4244
4245 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4246
4247 * Makefile.in (check-single): Pass --status to runtest.
4248 (check/%.exp): Likewise.
4249
4250 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4251
4252 * Makefile.in (check-parallel): Propagate return code from make
4253 do-check-parallel.
4254
4255 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4256
4257 * gdb.trace/ftrace.exp: Fix expected message on continue.
4258 * gdb.trace/pending.exp: Fix expected message on continue.
4259 * gdb.trace/trace-break.exp: Fix expected message on continue.
4260
4261 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4262
4263 * lib/gdb.exp (gdb_test): Remove unused global references.
4264
4265 2016-01-18 Pedro Alves <palves@redhat.com>
4266
4267 * gdb.base/async-shell.exp: Adjust expected output.
4268 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4269 * gdb.base/siginfo-thread.exp: Adjust expected output.
4270 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4271 * gdb.java/jnpe.exp: Adjust expected output.
4272 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4273 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4274 * gdb.threads/leader-exit.exp: Adjust expected output.
4275 * gdb.threads/manythreads.exp: Adjust expected output.
4276 * gdb.threads/pthreads.exp: Adjust expected output.
4277 * gdb.threads/schedlock.exp: Adjust expected output.
4278 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4279 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4280 expected output.
4281 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4282 output.
4283 * gdb.threads/sigthread.exp: Adjust expected output.
4284 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4285
4286 2016-01-18 Yao Qi <yao.qi@linaro.org>
4287
4288 * gdb.guile/scm-section-script.c: Replace @progbits with
4289 %progbits.
4290 * gdb.python/py-section-script.c: Likewise.
4291
4292 2016-01-15 Pedro Alves <palves@redhat.com>
4293
4294 * gdb.multi/tids.exp: Test star wildcard ranges.
4295
4296 2016-01-15 Pedro Alves <palves@redhat.com>
4297
4298 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4299 command from "thread apply" invocation.
4300 (thr_apply_info_thr_invalid): Default the expected output to the
4301 input tid list.
4302 (top level): Add tests that use convenience variables. Add tests
4303 for "thread apply" with a valid TID list, but missing the command.
4304
4305 2016-01-13 Pedro Alves <palves@redhat.com>
4306
4307 * gdb.base/default.exp: Expect $_gthread as well.
4308 * gdb.multi/tids.exp: Test $_gthread.
4309 * gdb.threads/thread-specific.exp: Test $_gthread.
4310
4311 2016-01-13 Pedro Alves <palves@redhat.com>
4312
4313 * gdb.multi/tids.exp: Test "info threads -gid".
4314
4315 2016-01-13 Pedro Alves <palves@redhat.com>
4316
4317 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4318 Breakpoint.thread.
4319 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4320
4321 2016-01-07 Pedro Alves <palves@redhat.com>
4322
4323 * gdb.base/break.exp: Adjust to output changes.
4324 * gdb.base/hbreak2.exp: Likewise.
4325 * gdb.base/sepdebug.exp: Likewise.
4326 * gdb.base/watch_thread_num.exp: Likewise.
4327 * gdb.linespec/keywords.exp: Likewise.
4328 * gdb.multi/info-threads.exp: Likewise.
4329 * gdb.threads/thread-find.exp: Likewise.
4330 * gdb.multi/tids.c: New file.
4331 * gdb.multi/tids.exp: New file.
4332
4333 2016-01-13 Pedro Alves <palves@redhat.com>
4334
4335 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4336
4337 2016-01-13 Pedro Alves <palves@redhat.com>
4338
4339 * gdb.base/default.exp: Expect $_inferior as well.
4340 * gdb.multi/base.exp: Test $_inferior.
4341
4342 2016-01-13 Pedro Alves <palves@redhat.com>
4343
4344 PR breakpoints/19388
4345 * gdb.base/catch-signal-siginfo-cond.c: New file.
4346 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4347
4348 2016-01-12 Josh Stone <jistone@redhat.com>
4349 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4350
4351 * gdb.base/catch-syscall.c (do_execve): New variable.
4352 (main): Conditionally trigger an execve.
4353 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4354 (test_catch_syscall_execve): New, check entry/return across execve.
4355 (do_syscall_tests): Call test_catch_syscall_execve.
4356
4357 2016-01-12 Pedro Alves <palves@redhat.com>
4358
4359 * gdb.base/random-signal.exp (do_test): New procedure, with body
4360 of testcase moved in.
4361
4362 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4363 Pedro Alves <palves@redhat.com>
4364
4365 * gdb.base/funcargs.exp (finish from indirectly called function):
4366 Reintroduce the case for 'First'.
4367
4368 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4369 Pedro Alves <palves@redhat.com>
4370
4371 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4372 (tcatch_vfork_then_child_follow_exec)
4373 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4374 identification.
4375
4376 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4377
4378 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4379 and repeats to unlimited.
4380 * gdb.python/py-value.exp: Likewise.
4381 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4382 and repeats to unlimited.
4383
4384 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4385
4386 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4387 and reordering the functions.
4388 * gdb.multi/hangout.c: Likewise.
4389 * gdb.multi/hello.c: Likewise.
4390
4391 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4392
4393 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4394 absolute.
4395 (SingleStatisticTestResult.report): Use dict.keys instead of
4396 dict.iterkeys.
4397
4398 2016-01-06 Pedro Alves <palves@redhat.com>
4399
4400 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4401
4402 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4403
4404 * gdb.btrace/dlopen.exp: New.
4405 * gdb.btrace/dlopen.c: New.
4406 * gdb.btrace/dlopen-dso.c: New.
4407
4408 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4409
4410 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4411 PATTERN argument is optional.
4412
4413 2015-12-24 Joel Brobecker <brobecker@adacore.com>
4414
4415 * lib/ada.exp (target_compile_ada_from_dir): New function.
4416 (gdb_compile_ada): Reimplement avoiding the use of project files.
4417 * gdb.ada/gnat_ada.gpr: Delete.
4418 * gdb.ada/cond_lang.exp: Adjust test to make path before
4419 filename optional.
4420 * gdb.ada/small_reg_param.exp: Likewise.
4421
4422 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
4423
4424 * gdb.base/foll-vork.exp: Remove HP-UX special case.
4425
4426 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
4427
4428 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4429 case.
4430
4431 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
4432
4433 * gdb.base/break.exp: Remove dead code.
4434 * gdb.base/sepdebug.exp: Likewise.
4435
4436 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4437
4438 * gdb.asm/asm-source.exp: Remove HP-UX references.
4439 * gdb.base/annota1.exp: Likewise.
4440 * gdb.base/annota3.exp: Likewise.
4441 * gdb.base/attach.exp: Likewise.
4442 * gdb.base/bigcore.exp: Likewise.
4443 * gdb.base/break.exp: Likewise.
4444 * gdb.base/call-ar-st.exp: Likewise.
4445 * gdb.base/callfuncs.exp: Likewise.
4446 * gdb.base/catch-fork-static.exp: Likewise.
4447 * gdb.base/display.exp: Likewise.
4448 * gdb.base/foll-exec-mode.exp: Likewise.
4449 * gdb.base/foll-exec.exp: Likewise.
4450 * gdb.base/foll-fork.exp: Likewise.
4451 * gdb.base/foll-vfork.exp: Likewise.
4452 * gdb.base/funcargs.exp: Likewise.
4453 * gdb.base/hbreak2.exp: Likewise.
4454 * gdb.base/inferior-died.exp: Likewise.
4455 * gdb.base/interrupt.exp: Likewise.
4456 * gdb.base/multi-forks.exp: Likewise.
4457 * gdb.base/nodebug.exp: Likewise.
4458 * gdb.base/sepdebug.exp: Likewise.
4459 * gdb.base/solib1.c: Likewise.
4460 * gdb.base/step-test.exp: Likewise.
4461 * gdb.mi/non-stop.c: Likewise.
4462 * gdb.mi/pthreads.c: Likewise.
4463 * gdb.multi/bkpt-multi-exec.ex: Likewise.
4464 * gdb.threads/pthreads.c: Likewise.
4465 * gdb.threads/staticthreads.exp: Likewise.
4466 * lib/future.exp: Likewise.
4467 * lib/gdb.exp: Likewise.
4468 * gdb.base/so-indr-cl.c: Remove.
4469 * gdb.base/so-indr-cl.exp: Likewise.
4470 * gdb.base/solib.c: Likewise.
4471 * gdb.base/solib.exp: Likewise.
4472 * gdb.base/solib2.c: Likewise.
4473
4474 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4475
4476 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4477 * gdb.base/call-ar-st.exp: Likewise.
4478 * gdb.base/callfuncs.exp: Likewise.
4479 * gdb.base/condbreak.exp: Likewise.
4480 * gdb.base/constvars.exp: Likewise.
4481 * gdb.base/hbreak2.exp: Likewise.
4482 * gdb.base/langs.exp: Likewise.
4483 * gdb.base/list.exp: Likewise.
4484 * gdb.base/long_long.exp: Likewise.
4485 * gdb.base/ptype.exp: Likewise.
4486 * gdb.base/scope.exp: Likewise.
4487 * gdb.base/signals.exp: Likewise.
4488 * gdb.base/so-impl-ld.exp: Likewise.
4489 * gdb.base/varargs.exp: Likewise.
4490 * gdb.base/volatile.exp: Likewise.
4491 * gdb.base/whatis.exp: Likewise.
4492 * gdb.cp/cplusfuncs.exp: Likewise.
4493 * gdb.cp/inherit.exp: Likewise.
4494 * gdb.cp/local.exp: Likewise.
4495 * gdb.cp/member-ptr.exp: Likewise.
4496 * gdb.cp/method.exp: Likewise.
4497 * gdb.cp/overload.exp: Likewise.
4498 * gdb.cp/templates.exp: Likewise.
4499 * gdb.stabs/weird.exp: Likewise.
4500 * lib/compiler.c: Likewise.
4501 * lib/compiler.cc: Likewise.
4502 * lib/cp-support.exp: Likewise.
4503 * lib/gdb.exp: Likewise.
4504
4505 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
4506
4507 * configure.ac: Remove HP-UX case.
4508 * configure: Regenerate.
4509
4510 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
4511
4512 * lib/gdb.exp (gdb_compile): Add function doc.
4513
4514 2015-12-17 Pedro Alves <palves@redhat.com>
4515
4516 PR threads/19354
4517 * gdb.multi/info-threads.exp: New file.
4518
4519 2015-12-15 Yao Qi <yao.qi@linaro.org>
4520
4521 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4522 is aarch64*-*-*.
4523
4524 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4525
4526 * gdb.base/history-duplicates.exp: Skip if no readline support.
4527
4528 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4529
4530 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4531
4532 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4533
4534 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4535
4536 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4537
4538 * gdb.base/completion.exp: Skip tests that interrupt GDB with
4539 ctrl-C if nointerrupts target property is set.
4540 * gdb.base/double-prompt-target-event-error.exp: Likewise.
4541 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4542 * gdb.base/paginate-bg-execution.exp: Likewise.
4543 * gdb.base/paginate-execution-startup.exp: Likewise.
4544 * gdb.base/random-signal.exp: Likewise.
4545 * gdb.base/range-stepping.exp: Likewise.
4546 * gdb.cp/annota2.exp: Likewise.
4547 * gdb.cp/annota3.exp: Likewise.
4548 * gdb.gdb/selftest.exp: Likewise.
4549 * gdb.threads/continue-pending-status.exp: Likewise.
4550 * gdb.threads/leader-exit.exp: Likewise.
4551 * gdb.threads/manythreads.exp: Likewise.
4552 * gdb.threads/pthreads.exp: Likewise.
4553 * gdb.threads/schedlock.exp: Likewise.
4554 * gdb.threads/sigthread.exp: Likewise.
4555
4556 2015-12-11 Don Breazeal <donb@codesourcery.com>
4557
4558 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4559 remote.
4560 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4561 * gdb.base/foll-exec.exp (main): Enable for target remote.
4562 * gdb.base/foll-fork.exp (main): Likewise.
4563 * gdb.base/foll-vfork.exp (main): Likewise.
4564 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4565 (proc continue_to_exit_bp_loc): Use clean_restart.
4566 * gdb.base/pie-execl.exp (main): Disable for target remote.
4567 * gdb.base/watch-vfork.exp (main): Enable for target remote.
4568 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4569 * gdb.threads/execl.exp (main): Likewise.
4570 * gdb.threads/fork-child-threads.exp (main): Likewise.
4571 * gdb.threads/fork-plus-threads.exp (main): Disable for target
4572 remote.
4573 * gdb.threads/fork-thread-pending.exp (main): Enable for target
4574 remote.
4575 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4576 pid.tid style ptids, instead of just tid.
4577 * gdb.threads/thread-execl.exp (main): Enable for target remote.
4578 * gdb.threads/watchpoint-fork.exp (main): Likewise.
4579 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4580 ptids, instead of just tid.
4581
4582 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4583
4584 * gdb.base/list.exp (test_list_forward): Add end of file error
4585 test.
4586 (test_repeat_list_command): Add end of file error test.
4587 (test_list_backwards): Add beginning of file error test.
4588
4589 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4590
4591 * gdb.base/list.exp (test_list_invalid_args): New function,
4592 defined, and called.
4593
4594 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4595
4596 * gdb.base/list.exp (test_list): Make test names unique.
4597
4598 2015-12-11 Yao Qi <yao.qi@linaro.org>
4599
4600 * gdb.base/coremaker2.c: Remove.
4601
4602 2015-12-10 Pedro Alves <palves@redhat.com>
4603
4604 * gdb.multi/base.exp: Remove stale "spaces" references.
4605
4606 2015-12-10 Pedro Alves <palves@redhat.com>
4607
4608 * gdb.multi/base.exp: Don't use nowarnings.
4609 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
4610 * gdb.multi/hangout.c: Include stdio.h.
4611 * gdb.multi/hello.c: Include stdlib.h.
4612 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
4613 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
4614 * gdb.multi/multi-arch.exp: Don't use nowarnings.
4615
4616 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
4617
4618 * gdb.dwarf2/dw2-ranges-base.c: New file.
4619 * gdb.dwarf2/dw2-ranges-base.exp: New file.
4620 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
4621 support additional line table, and debug ranges generation.
4622 (Dwarf::ranges): New function, generate .debug_ranges.
4623 (Dwarf::lines): Support generating simple line table programs.
4624 (Dwarf::assemble): Initialise new namespace variables.
4625
4626 2015-12-09 Kevin Buettner <kevinb@redhat.com>
4627
4628 * gdb.base/async.exp (proc test_background): Add case for
4629 asynchronous execution not supported.
4630
4631 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
4632
4633 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
4634 format and change test names to make them unique.
4635
4636 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
4637 Pedro Alves <pedro@redhat.com>
4638
4639 PR gdb/18702
4640 Add checking of floatformats setup on x86_64 hosts.
4641 * gdb.arch/i386-float.S (main): Load bigval and smallval.
4642 (smallval, bigval): New labels/constants.
4643 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
4644 float" after loading bigval and smallval.
4645
4646 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
4647
4648 * gdb.ada/fun_overload_menu.exp: New testcase.
4649 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
4650
4651 2015-12-04 Josh Stone <jistone@redhat.com>
4652
4653 * gdb.base/catch-fork-static.exp: New.
4654
4655 2015-12-03 Yao Qi <yao.qi@linaro.org>
4656
4657 * gdb.base/sizeof.c: Don't include stdio.h and
4658 ../lib/unbuffer_output.c.
4659 (main): New variable 'size' and 'value'. Remove printf and
4660 gdb_unbuffer_output. Assign return value to size and value.
4661 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
4662 at the beginning.
4663 (check_sizeof): Check the result by printing variable 'size'.
4664 (check_valueof): Check the result by printing variable 'value'.
4665
4666 2015-12-01 Yao Qi <yao.qi@linaro.org>
4667
4668 * gdb.base/disp-step-syscall.exp: Define syscall instruction
4669 for aarch64*-*-linux* target.
4670
4671 2015-11-30 Pedro Alves <palves@redhat.com>
4672
4673 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
4674
4675 2015-11-30 Pedro Alves <palves@redhat.com>
4676
4677 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
4678 Handle non-stop mode vCont replies.
4679
4680 2015-11-30 Pedro Alves <palves@redhat.com>
4681
4682 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
4683 prepare_for_testing. Start gdb with "set non-stop on" appended to
4684 GDBFLAGS. Lax expected stop output.
4685
4686 2015-11-27 Yao Qi <yao.qi@linaro.org>
4687
4688 * gdb.arch/arm-neon.exp: New.
4689 * gdb.arch/arm-neon.c: New.
4690
4691 2015-11-27 Yao Qi <yao.qi@linaro.org>
4692
4693 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
4694
4695 2015-11-27 Yao Qi <yao.qi@linaro.org>
4696
4697 * gdb.cp/annota2.exp: Allow multiple occurrences of the
4698 frames-invalid annotation.
4699
4700 2015-11-27 Yao Qi <yao.qi@linaro.org>
4701
4702 * gdb.cp/annota2.exp: Use ${frames_invalid}.
4703
4704 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
4705
4706 * gdb.threads/names.exp: New file.
4707 * gdb.threads/names.c: New file.
4708 * README: Mention gdb,no_thread_names.
4709
4710 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
4711
4712 PR 19297
4713 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
4714 support" error.
4715
4716 2015-11-24 Pedro Alves <palves@redhat.com>
4717
4718 PR 17539
4719 * gdb.base/display.exp: Expect displays to be sorted in ascending
4720 order. Use multi_line.
4721 * gdb.base/solib-display.exp: Likewise.
4722
4723 2015-11-24 Pedro Alves <palves@redhat.com>
4724
4725 PR 17539
4726 * gdb.base/display.exp: Expect displays to be sorted in ascending
4727 order. Use multi_line.
4728 * gdb.base/solib-display.exp: Likewise.
4729
4730 2015-11-24 Pedro Alves <palves@redhat.com>
4731
4732 PR 17539
4733 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
4734 threads in ascending order.
4735 * gdb.base/foll-fork.exp: Likewise.
4736 * gdb.base/foll-vfork.exp: Likewise.
4737 * gdb.base/multi-forks.exp: Likewise.
4738 * gdb.mi/mi-nonstop.exp: Likewise.
4739 * gdb.mi/mi-nsintrall.exp: Likewise.
4740 * gdb.multi/base.exp: Likewise.
4741 * gdb.multi/multi-arch.exp: Likewise.
4742 * gdb.python/py-inferior.exp: Likewise.
4743 * gdb.threads/break-while-running.exp: Likewise.
4744 * gdb.threads/execl.exp: Likewise.
4745 * gdb.threads/gcore-thread.exp: Likewise.
4746 * gdb.threads/info-threads-cur-sal.exp: Likewise.
4747 * gdb.threads/kill.exp: Likewise.
4748 * gdb.threads/linux-dp.exp: Likewise.
4749 * gdb.threads/multiple-step-overs.exp: Likewise.
4750 * gdb.threads/next-bp-other-thread.exp: Likewise.
4751 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
4752 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
4753 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
4754 * gdb.threads/thread-find.exp: Likewise.
4755 * gdb.threads/tls.exp: Likewise.
4756 * lib/mi-support.exp (mi_reverse_list): Delete.
4757 (mi_check_thread_states): No longer reverse list.
4758
4759 2015-11-24 Pedro Alves <palves@redhat.com>
4760
4761 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
4762 use lowercase.
4763
4764 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4765
4766 * gdb.trace/actions.c: Include trace-common.h.
4767 (main): Add a location for a fast tracepoint.
4768 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
4769 the normal tracepoints.
4770 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
4771
4772 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4773
4774 * save-trace.exp: Factor out code to these...
4775 (gdb_save_tracepoints): New.
4776 (gdb_load_tracepoints): New.
4777 (do_save_load_test): New.
4778
4779 2015-11-23 Kevin Buettner <kevinb@redhat.com>
4780
4781 * gdb.base/asmlabel.exp: New test.
4782 * gdb.base/asmlabel.c: New test case.
4783
4784 2015-11-23 Joel Brobecker <brobecker@adacore.com>
4785
4786 * gdb.base/wrong_frame_bt_full-main.c: New file.
4787 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
4788 * gdb.base/wrong_frame_bt_full.exp: New file.
4789
4790 2015-11-23 Joel Brobecker <brobecker@adacore.com>
4791
4792 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
4793
4794 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4795
4796 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
4797 pstate register when comparing registers values in
4798 sparc64-*-linux-gnu targets to avoid spurious differences.
4799
4800 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4801
4802 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
4803
4804 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
4805
4806 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
4807 as type argument to gdb_compile.
4808 * gdb.base/nested-subp2.exp: Likewise.
4809 * gdb.base/nested-subp3.exp: Likewise.
4810
4811 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
4812
4813 * lib/dwarf.exp (_note): Fix left shift of negative value.
4814 * gdb.trace/trace-condition.exp: Likewise.
4815
4816 2015-11-13 Yao Qi <yao.qi@linaro.org>
4817
4818 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
4819 comments about d10v.
4820 (test_scalar_returns): Likewise.
4821 * gdb.base/d10v.ld: Remove.
4822 * gdb.base/overlays.exp: Remove the target triplet checking for
4823 d10v-*-*.
4824 * gdb.base/structs.exp (test_struct_returns): Remove the
4825 comments about d10v.
4826 (test_struct_calls): Likewise.
4827
4828 2015-11-13 Yao Qi <yao.qi@linaro.org>
4829
4830 * gdb.base/gnu_vector.exp: Check the return value by "p res".
4831 * gdb.base/gnu_vector.c: Don't include stdio.h.
4832 (main): Don't print res and call add_some_intvecs.
4833
4834 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
4835
4836 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
4837 macro.
4838 (func5): Removed.
4839 (func4): Use FAST_TRACEPOINT_LABEL.
4840 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
4841 macro.
4842 (func): Removed.
4843 (thread_function): Use FAST_TRACEPOINT_LABEL.
4844 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
4845 (func): Remove.
4846 (marker): Use FAST_TRACEPOINT_LABEL.
4847 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
4848 (pendfunc1): Remove.
4849 (pendfunc): Use FAST_TRACEPOINT_LABEL.
4850 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
4851 (foo): Remove.
4852 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
4853 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
4854 macro.
4855 (func): Remove.
4856 (marker): Use FAST_TRACEPOINT_LABEL.
4857 * gdb.trace/trace-common.h: New header.
4858 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
4859 macro.
4860 (func): Remove.
4861 (marker): Use FAST_TRACEPOINT_LABEL.
4862 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
4863 (func): Remove.
4864 (thread_function): Use FAST_TRACEPOINT_LABEL.
4865
4866 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
4867
4868 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
4869 in front.
4870 * gdb.trace/change-loc.exp: Use global pcreg definition.
4871 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
4872 * gdb.trace/entry-values.exp: Use global spreg definition, add $
4873 in front.
4874 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
4875 * gdb.trace/pending.exp: Likewise.
4876 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
4877 * gdb.trace/trace-break.exp: Likewise.
4878 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
4879 in front.
4880 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
4881 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
4882 in front.
4883 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
4884
4885 2015-11-09 Joel Brobecker <brobecker@adacore.com>
4886
4887 * gdb.ada/fin_fun_out: New testcase.
4888
4889 2015-11-07 Kevin Buettner <kevinb@redhat.com>
4890
4891 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
4892 value associated with DW_AT_byte_size.
4893 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
4894 constants for DW_AT_byte_size, DW_AT_lower_bound, and
4895 DW_AT_upper_bound.
4896
4897 2015-11-07 Kevin Buettner <kevinb@redhat.com>
4898
4899 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
4900 (gdb_target_symbol_prefix_flags): Define in terms of _asm
4901 version.
4902 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
4903 gdb.dwarf2/dw2-canonicalize-type.exp,
4904 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
4905 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
4906 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
4907 provided by gdb_target_symbol_prefix_flags_asm.
4908 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
4909 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
4910 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
4911 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
4912 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
4913 macros where needed). Use this macro for symbols which require
4914 the prefix provided by SYMBOL_PREFIX.
4915
4916 2015-11-05 Kevin Buettner <kevinb@redhat.com>
4917
4918 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
4919 New procs.
4920 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
4921 representing expressions, of more than one list element.
4922 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
4923 to prepend linker symbol prefix to f.
4924 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
4925 table_1 and table_2.
4926 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
4927 Likewise, for f and g.
4928 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
4929 for ptr.
4930 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
4931 for main.
4932 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
4933 table_1_ptr and table_2_ptr.
4934
4935 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4936 Joel Brobecker <brobecker@adacore.com>
4937
4938 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
4939
4940 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
4941
4942 * gdb.reverse/s390-mvcle.c: New test.
4943 * gdb.reverse/s390-mvcle.exp: New file.
4944 * lib/gdb.exp: Enable reverse tests on s390*-linux.
4945
4946 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
4947
4948 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
4949
4950 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
4951
4952 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
4953 reaching marker2.
4954 * gdb.reverse/getresuid-reverse.exp: Likewise.
4955 * gdb.reverse/pipe-reverse.exp: Likewise.
4956 * gdb.reverse/readv-reverse.exp: Likewise.
4957 * gdb.reverse/recvmsg-reverse.exp: Likewise.
4958 * gdb.reverse/time-reverse.exp: Likewise.
4959 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
4960
4961 2015-10-30 Yao Qi <yao.qi@linaro.org>
4962
4963 * gdb.threads/wp-replication.c (watch_count_done): Remove.
4964 (empty_cycle): Remove.
4965 (main): Don't call empty_cycle. Don't use watch_count_done.
4966 * gdb.threads/wp-replication.exp: Don't set breakpoint on
4967 empty_cycle. Rewrite the code counting HW watchpoints.
4968
4969 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
4970
4971 * gdb.reverse/fstatat-reverse.c: New test.
4972 * gdb.reverse/fstatat-reverse.exp: New file.
4973 * gdb.reverse/getresuid-reverse.c: New test.
4974 * gdb.reverse/getresuid-reverse.exp: New file.
4975 * gdb.reverse/pipe-reverse.c: New test.
4976 * gdb.reverse/pipe-reverse.exp: New file.
4977 * gdb.reverse/readv-reverse.c: New test.
4978 * gdb.reverse/readv-reverse.exp: New file.
4979 * gdb.reverse/recvmsg-reverse.c: New test.
4980 * gdb.reverse/recvmsg-reverse.exp: New file.
4981 * gdb.reverse/time-reverse.c: New test.
4982 * gdb.reverse/time-reverse.exp: New file.
4983 * gdb.reverse/waitpid-reverse.c: New test.
4984 * gdb.reverse/waitpid-reverse.exp: New file.
4985
4986 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4987
4988 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
4989
4990 2015-10-26 Doug Evans <dje@google.com>
4991
4992 PR symtab/17391
4993 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
4994 * gdb.dwarf2/bad-regnum.c: New file.
4995 * gdb.dwarf2/bad-regnum.exp: New file.
4996
4997 2015-10-26 Doug Evans <dje@google.com>
4998
4999 PR python/18938
5000 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5001 file.
5002
5003 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5004
5005 * gdb.compile/compile.exp (compile code globalvar): Update expectation
5006 for a change by "Mention language in compile error message".
5007
5008 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
5009
5010 PR python/18073
5011 * gdb.python/py-type.c (C::a_method): New.
5012 (C::a_const_method): New.
5013 (C::a_static_method): New.
5014 (a_function): New.
5015 * gdb.python/py-type.exp (test_fields): Test getting fields
5016 from function and method.
5017
5018 2015-10-21 Keven Boell <keven.boell@intel.com>
5019
5020 * gdb.fortran/vla-alloc-assoc.exp: New file.
5021 * gdb.fortran/vla-datatypes.exp: New file.
5022 * gdb.fortran/vla-datatypes.f90: New file.
5023 * gdb.fortran/vla-history.exp: New file.
5024 * gdb.fortran/vla-ptype-sub.exp: New file.
5025 * gdb.fortran/vla-ptype.exp: New file.
5026 * gdb.fortran/vla-sizeof.exp: New file.
5027 * gdb.fortran/vla-sub.f90: New file.
5028 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
5029 * gdb.fortran/vla-value-sub-finish.exp: New file.
5030 * gdb.fortran/vla-value-sub.exp: New file.
5031 * gdb.fortran/vla-value.exp: New file.
5032 * gdb.fortran/vla-ptr-info.exp: New file.
5033 * gdb.mi/mi-vla-fortran.exp: New file.
5034 * gdb.mi/vla.f90: New file.
5035
5036 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
5037
5038 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
5039 of hardwired timeout value.
5040
5041 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5042 Pedro Alves <palves@redhat.com>
5043
5044 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5045 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
5046
5047 2015-10-19 Josh Stone <jistone@redhat.com>
5048
5049 * gdb.base/catch-syscall.c: Include <sched.h>.
5050 (unknown_syscall): New variable.
5051 (main): Trigger a vfork and an unknown syscall.
5052 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5053 (unknown_syscall_number): Likewise.
5054 (check_call_to_syscall): Accept an optional syscall pattern.
5055 (check_return_from_syscall): Likewise.
5056 (check_continue): Likewise.
5057 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5058 (test_catch_syscall_skipping_return): New test toggling off 'catch
5059 syscall' to step over the syscall return, then toggling back on.
5060 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5061 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5062 (do_syscall_tests): Call test_catch_syscall_without_args and
5063 test_catch_syscall_mid_vfork.
5064 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5065 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5066
5067 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
5068
5069 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5070 print g_vE): Add new pass patterns.
5071 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5072 print various symbol names for vptr fields.
5073
5074 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
5075
5076 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5077 results.
5078
5079 2015-10-12 Yao Qi <yao.qi@linaro.org>
5080
5081 * gdb.arch/disp-step-insn-reloc.exp: New test case.
5082
5083 2015-10-12 Yao Qi <yao.qi@linaro.org>
5084
5085 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5086 is aarch64*-*-linux*.
5087
5088 2015-10-12 Yao Qi <yao.qi@linaro.org>
5089
5090 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5091 (can_relocate_bcond_true): ... it.
5092 (can_relocate_bcond_false): New function.
5093 (foo): Likewise.
5094 (can_relocate_bl): Likewise.
5095 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5096 can_relocate_bl.
5097
5098 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
5099
5100 * gdb.base/nested-addr.c: New file.
5101 * gdb.base/nested-addr.exp: New testcase.
5102
5103 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
5104
5105 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5106 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5107 its output. Ignore the output of "record goto begin" and instead
5108 check that GDB is replaying.
5109
5110 2015-10-09 Pedro Alves <palves@redhat.com>
5111
5112 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5113 (top level): Use it in the run with no args test.
5114
5115 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5116
5117 * gdb.dlang/properties.exp: New file.
5118
5119 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5120
5121 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5122 whether or not address 0x1000 is mapped on the target.
5123
5124 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5125
5126 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5127 build.
5128
5129 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5130
5131 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5132 instruction-history test.
5133
5134 2015-09-28 Doug Evans <dje@google.com>
5135
5136 * gdb.base/gcore.c (array_func): Add reference to static_array.
5137
5138 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5139
5140 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5141 source line.
5142
5143 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5144
5145 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5146 short or char as base type.
5147
5148 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5149
5150 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5151 to allow any size enum.
5152
5153 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5154
5155 * gdb.ada/array_ptr_renaming.exp: New testcase.
5156 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5157 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5158
5159 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5160
5161 * gdb.trace/ftrace-lock.c: New file.
5162 * gdb.trace/ftrace-lock.exp: New file.
5163
5164 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5165
5166 * gdb.arch/insn-reloc.c: New file.
5167 * gdb.arch/ftrace-insn-reloc.exp: New file.
5168
5169 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5170
5171 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5172 instruction.
5173 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5174 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5175 * gdb.trace/range-stepping.c: Likewise.
5176 * gdb.trace/trace-break.c: Likewise.
5177 * gdb.trace/trace-mt.c (thread_function): Likewise.
5178 * gdb.trace/ftrace.c (marker): Likewise.
5179 * gdb.trace/trace-condition.c (marker): Likewise.
5180 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5181 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5182 is_aarch64_target.
5183
5184 2015-09-18 Doug Evans <xdje42@gmail.com>
5185
5186 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5187 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5188
5189 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5190
5191 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5192 the breakpoint.
5193
5194 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5195
5196 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5197 the pending breakpoint. Remove timeout override for "Run till
5198 MI pending breakpoint on pendfunc3 on thread 2" test.
5199
5200 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5201
5202 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5203 filename pattern.
5204
5205 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5206
5207 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5208 in breakpoint filename pattern.
5209
5210 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5211
5212 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5213
5214 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5215
5216 * gdb.linespec/explicit.exp: Check for readline support for
5217 tab-completion tests. Fix obvious typo.
5218
5219 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5220
5221 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5222 and replay.
5223
5224 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5225
5226 * gdb.btrace/non-stop.c: New.
5227 * gdb.btrace/non-stop.exp: New.
5228
5229 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5230 Yao Qi <yao.qi@linaro.org>
5231
5232 * gdb.trace/trace-condition.c: New file.
5233 * gdb.trace/trace-condition.exp: New file.
5234
5235 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
5236
5237 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5238 for testing bytecode compilation.
5239
5240 2015-09-16 Pedro Alves <palves@redhat.com>
5241 Sandra Loosemore <sandra@codesourcery.com>
5242
5243 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5244 (SECONDS): Redefine.
5245 (main): Call pthread_kill and alarm early.
5246 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5247 support.
5248 (test): If the target can't hardware step and doesn't support
5249 displaced stepping, increase the timeout.
5250
5251 2015-09-16 Pedro Alves <palves@redhat.com>
5252
5253 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5254 (enable_debug): New procedures.
5255 (test): Use them. Bail out if waiting for threads fails.
5256 (top level): Bail out if a test fails.
5257
5258 2015-09-16 Yao Qi <yao.qi@linaro.org>
5259
5260 * gdb.asm/asm-source.exp: Set asm-arch for
5261 aarch64*-*-* target.
5262 * gdb.asm/aarch64.inc: New file.
5263
5264 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5265
5266 * gdb.ada/array_of_variable_length.exp: New testcase.
5267 * gdb.ada/array_of_variable_length/foo.adb: New file.
5268 * gdb.ada/array_of_variable_length/pck.adb: New file.
5269 * gdb.ada/array_of_variable_length/pck.ads: New file.
5270
5271 2015-09-15 Doug Evans <dje@google.com>
5272
5273 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5274 of function static local variable.
5275
5276 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5277
5278 * gdb.threads/tls-so_extern.exp: New test file.
5279 * gdb.threads/tls-so_extern.c: New test file.
5280 * gdb.threads/tls-so_extern_main.c: New test file.
5281
5282 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5283
5284 * gdb.opt/solib-intra-step-lib.c: New file.
5285 * gdb.opt/solib-intra-step-main.c: New file.
5286 * gdb.opt/solib-intra-step.exp: New file.
5287
5288 2015-09-15 Pedro Alves <palves@redhat.com>
5289
5290 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5291 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5292
5293 2015-09-14 Pedro Alves <palves@redhat.com>
5294
5295 * gdb.base/hook-stop-continue.c: Delete.
5296 * gdb.base/hook-stop-continue.exp: Delete.
5297 * gdb.base/hook-stop-frame.c: Delete.
5298 * gdb.base/hook-stop-frame.exp: Delete.
5299 * gdb.base/hook-stop.c: New file.
5300 * gdb.base/hook-stop.exp: New file.
5301
5302 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5303
5304 * gdb.ada/access_to_packed_array.exp: New testcase.
5305 * gdb.ada/access_to_packed_array/foo.adb: New file.
5306 * gdb.ada/access_to_packed_array/pack.adb: New file.
5307 * gdb.ada/access_to_packed_array/pack.ads: New file.
5308
5309 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5310
5311 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5312 buffer size test.
5313
5314 2015-09-11 Don Breazeal <donb@codesourcery.com>
5315
5316 * gdb.base/foll-exec.c: Add copyright header. Fix
5317 formatting issues.
5318 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5319 (do_exec_tests): Use clean_restart in place of zap_session,
5320 and for test initialization. Fix formatting issues. Use
5321 fail in place of perror.
5322 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5323 an expect statement to match an expression with output from
5324 the program under debug.
5325 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5326 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5327 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5328 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5329 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5330
5331 2015-09-09 Doug Evans <dje@google.com>
5332
5333 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5334
5335 2015-09-09 Doug Evans <dje@google.com>
5336
5337 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5338
5339 2015-09-09 Doug Evans <dje@google.com>
5340
5341 * gdb.base/savedregs.exp: Fix typo.
5342
5343 2015-09-09 Pedro Alves <palves@redhat.com>
5344
5345 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5346
5347 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5348
5349 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5350 command actually switches threads. Give up on remaining
5351 tests if target fails to stop at breakpoint.
5352
5353 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5354
5355 * gdb.ada/funcall_char.exp: New testcase.
5356 * gdb.ada/funcall_char/foo.adb: New file.
5357
5358 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5359
5360 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5361 expected outputs. Add two testcases for completing ambiguous
5362 functions.
5363 * gdb.ada/complete/aux_pck.adb: New file.
5364 * gdb.ada/complete/aux_pck.ads: New file.
5365 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5366 Ambiguous_Func functions.
5367 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5368 * gdb.ada/complete/pck.adb: Likewise.
5369
5370 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5371
5372 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5373 failures to run the test program under GDB.
5374
5375 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
5376
5377 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5378 to C.
5379
5380 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5381
5382 * gdb.base/run-after-attach.exp: New test file.
5383 * gdb.base/run-after-attach.c: New test file.
5384
5385 2015-08-26 Don Breazeal <donb@codesourcery.com>
5386
5387 * gdb.base/foll-exec-2.c: New test program.
5388 * gdb.base/foll-exec-2.exp: New test.
5389
5390 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5391
5392 * gdb.base/nested-subp1.exp: New file.
5393 * gdb.base/nested-subp1.c: New file.
5394 * gdb.base/nested-subp2.exp: New file.
5395 * gdb.base/nested-subp2.c: New file.
5396 * gdb.base/nested-subp3.exp: New file.
5397 * gdb.base/nested-subp3.c: New file.
5398
5399 2015-08-24 Pedro Alves <palves@redhat.com>
5400
5401 * gdb.server/connect-without-multi-process.c: New file.
5402 * gdb.server/connect-without-multi-process.exp: New file.
5403
5404 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5405
5406 * gdb.opt/inline-markers.c: Make z int.
5407
5408 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5409
5410 * gdb.opt/inline-markers.c: Make z volatile.
5411
5412 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5413
5414 * gdb.opt/inline-bt.c: New volatile global z.
5415 * gdb.opt/inline-cmds.c: Likewise.
5416 * gdb.opt/inline-locals.c: Likewise.
5417 * gdb.opt/inline-markers.c: New extern global z.
5418 (marker): Use z.
5419 (inline_fn): Likewise.
5420
5421 2015-08-24 Pedro Alves <palves@redhat.com>
5422
5423 * config/m32r-stub.exp: Remove file.
5424 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5425 * gdb.base/call-rt-st.exp: Likewise.
5426 * gdb.base/call-strs.exp: Likewise.
5427 * gdb.base/default.exp: Remove references to h8300-*-hms and
5428 *-*-udi*.
5429 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5430
5431 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5432
5433 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5434 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
5435 and "return" use KFAIL when GDB can not read/write the vector
5436 return value.
5437
5438 2015-08-21 Gary Benson <gbenson@redhat.com>
5439
5440 * gdb.trace/pending.exp: Cope with remote transfer warnings.
5441
5442 2015-08-20 Pedro Alves <palves@redhat.com>
5443
5444 * gdb.server/solib-list.exp: No longer expect an interior stop in
5445 non-stop mode.
5446
5447 2015-08-20 Pedro Alves <palves@redhat.com>
5448
5449 * gdb.server/connect-stopped-target.c: New file.
5450 * gdb.server/connect-stopped-target.exp: New file.
5451
5452 2015-08-20 Pedro Alves <palves@redhat.com>
5453
5454 * gdb.dwarf2/comp-unit-lang.exp: New file.
5455 * gdb.dwarf2/comp-unit-lang.c: New file.
5456
5457 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
5458
5459 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5460 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5461
5462 2015-08-19 Kevin Buettner <kevinb@redhat.com>
5463
5464 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5465 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5466
5467 2015-08-18 Doug Evans <dje@google.com>
5468 Adrian Sendroiu <adrian.sendroiu@freescale.com>
5469
5470 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5471 skip_python_tests. New arg prompt_regexp.
5472 (skip_python_tests): New function.
5473 * lib/mi-support.exp (mi_skip_python_tests): New function.
5474 * gdb.python/py-mi-objfile-gdb.py: New file.
5475 * gdb.python/py-mi-objfile.c: New file.
5476 * gdb.python/py-mi-objfile.exp: New file.
5477
5478 2015-08-17 Keith Seitz <keiths@redhat.com>
5479
5480 * gdb.linespec/explicit.exp: Move strace test from here ...
5481 * gdb.trace/strace.exp: ... to here.
5482
5483 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
5484
5485 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5486 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5487
5488 2015-08-14 Doug Evans <xdje42@gmail.com>
5489
5490 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5491 inferior before selecting a new file.
5492
5493 2015-08-14 Doug Evans <xdje42@gmail.com>
5494
5495 * gdb.mi/mi-disassemble.exp: Update.
5496 * gdb.base/disasm-optim.S: New file.
5497 * gdb.base/disasm-optim.c: New file.
5498 * gdb.base/disasm-optim.h: New file.
5499 * gdb.base/disasm-optim.exp: New file.
5500
5501 2015-08-14 Keith Seitz <keiths@redhat.com>
5502
5503 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5504 "evaluated-by".
5505
5506 2015-08-13 Joel Brobecker <brobecker@adacore.com>
5507
5508 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5509
5510 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
5511
5512 * gdb.ada/fun_renaming.exp: New testcase.
5513 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5514 * gdb.ada/fun_renaming/pack.adb: New file.
5515 * gdb.ada/fun_renaming/pack.ads: New file.
5516
5517 2015-08-12 Keith Seitz <keiths@redhat.com>
5518
5519 * gdb.base/dso2dso.exp: Pass basename of source file in call to
5520 gdb_get_line_number.
5521
5522 2015-08-12 Joel Brobecker <brobecker@adacore.com>
5523
5524 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5525 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5526 gdb.base/dso2dso.exp: New files.
5527
5528 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
5529 Pedro Alves <palves@redhat.com>
5530 Keith Seitz <keiths@redhat.com>
5531
5532 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5533 GDBFLAGS.
5534
5535 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5536
5537 * gdb.base/gdbhistsize-history.exp
5538 (test_histsize_history_setting): Use save_vars.
5539 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5540 Use save_vars.
5541 (test_no_truncation_of_unlimited_history_file): Use save_vars.
5542 * gdb.base/readline.exp: Use save_vars.
5543
5544 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5545
5546 * lib/gdb.exp (save_vars): New proc.
5547
5548 2015-08-11 Keith Seitz <keiths@redhat.com>
5549
5550 * gdb.base/help.exp: Update help_breakpoint_text.
5551
5552 2015-08-11 Keith Seitz <keiths@redhat.com>
5553
5554 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5555 (at toplevel): Call test_explicit_breakpoints.
5556 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5557 breakpoints.
5558 * lib/mi-support.exp (mi_make_breakpoint): Add support for
5559 breakpoint conditions, "-cond".
5560
5561 2015-08-11 Keith Seitz <keiths@redhat.com>
5562
5563 * gdb.linespec/3explicit.c: New file.
5564 * gdb.linespec/cpexplicit.cc: New file.
5565 * gdb.linespec/cpexplicit.exp: New file.
5566 * gdb.linespec/explicit.c: New file.
5567 * gdb.linespec/explicit.exp: New file.
5568 * gdb.linespec/explicit2.c: New file.
5569 * gdb.linespec/ls-errs.exp: Add explicit location tests.
5570 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5571 before using in the matching pattern.
5572 Clarify that `prefix' is a regular expression.
5573
5574 2015-08-11 Keith Seitz <keiths@redhat.com>
5575
5576 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5577 test.
5578 Add tests for missing ",FMT" and ",".
5579
5580 2015-08-10 Doug Evans <dje@google.com>
5581 Keith Seitz <keiths@redhat.com>
5582
5583 PR gdb/17960
5584 * gdb.base/completion.exp: Add location completer tests.
5585
5586 2015-08-07 Pedro Alves <palves@redhat.com>
5587
5588 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
5589 tests here.
5590 (top level): Run do_test with and without displaced stepping.
5591
5592 2015-08-07 Pedro Alves <palves@redhat.com>
5593
5594 * gdb.base/valgrind-disp-step.c: New file.
5595 * gdb.base/valgrind-disp-step.exp: New file.
5596
5597 2015-08-07 Pedro Alves <palves@redhat.com>
5598
5599 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
5600 Delete function.
5601 (main): Add alarm. Run an infinite loop instead of calling
5602 wait_threads.
5603 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
5604 comment.
5605 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
5606 Delete function.
5607 (main): Add alarm. Run an infinite loop instead of calling
5608 wait_threads.
5609 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
5610 comment.
5611
5612 2015-08-07 Pedro Alves <palves@redhat.com>
5613
5614 * gdb.base/checkpoint-ns.exp: New file.
5615 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
5616 standard_testfile.
5617
5618 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5619
5620 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
5621 * gdb.btrace/instruction_history.exp: Update.
5622 * gdb.btrace/tsx.exp: New.
5623 * gdb.btrace/tsx.c: New.
5624
5625 2015-08-06 Pedro Alves <palves@redhat.com>
5626
5627 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
5628 increase timeout.
5629 * gdb.reverse/until-precsave.exp: Bump timeouts.
5630
5631 2015-08-06 Pedro Alves <palves@redhat.com>
5632
5633 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
5634
5635 2015-08-06 Pedro Alves <palves@redhat.com>
5636
5637 PR gdb/18749
5638 * gdb.threads/process-dies-while-handling-bp.c: New file.
5639 * gdb.threads/process-dies-while-handling-bp.exp: New file.
5640
5641 2015-08-06 Pedro Alves <palves@redhat.com>
5642
5643 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
5644 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
5645
5646 2015-08-05 Pedro Alves <palves@redhat.com>
5647
5648 * gdb.threads/next-while-other-thread-longjmps.c: New file.
5649 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
5650
5651 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5652
5653 * gdb.base/bp-permanent.exp: Report test as unsupported if
5654 the target cannot stop at the permanent breakpoint.
5655
5656 2015-08-03 Doug Evans <dje@google.com>
5657
5658 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
5659 10000.
5660
5661 2015-08-03 Doug Evans <dje@google.com>
5662
5663 * Makefile.in (workers/%.worker, build-perf): New rule.
5664 (GDB_PERFTEST_MODE): New variable.
5665 (check-perf): Use it.
5666 (clean): Clean up gdb.perf parallel build subdirs.
5667 * lib/build-piece.exp: New file.
5668 * lib/gdb.exp (make_gdb_parallel_path): New function
5669 (standard_output_file, standard_temp_file): Call it.
5670 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5671 of $GDB_PARALLEL.
5672 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
5673
5674 2015-08-03 Doug Evans <dje@google.com>
5675
5676 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
5677 (LOG_FILE_NAME): New global.
5678 (TextReporter.__init__): Initialize self.txt_sum.
5679 (TextReporter.report): Add support for multiple data-points.
5680 Move report to perftest.sum, put raw data in perftest.log.
5681 (TextReporter.start): Open sum and log files.
5682 (TextReporter.end): Close sum and log files.
5683 * gdb.perf/lib/perftest/testresult.py
5684 (SingleStatisticTestResult.record): Handle multiple data-points.
5685
5686 2015-07-31 Pedro Alves <palves@redhat.com>
5687
5688 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
5689 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5690 kill_wait_spawned_process instead of explicit "kill -9".
5691 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
5692 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5693 kill_wait_spawned_process.
5694 * gdb.base/attach-twice.exp: Likewise.
5695 * gdb.base/attach.exp: Likewise.
5696 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
5697 gdb_test_multiple.
5698 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
5699 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5700 kill_wait_spawned_process.
5701 * gdb.base/valgrind-infcall.exp: Likewise.
5702 * gdb.multi/multi-attach.exp: Likewise.
5703 * gdb.python/py-prompt.exp: Likewise.
5704 * gdb.python/py-sync-interp.exp: Likewise.
5705 * gdb.server/ext-attach.exp: Likewise.
5706 * gdb.threads/attach-into-signal.exp (corefunc): Use
5707 spawn_wait_for_attach, spawn_id_get_pid and
5708 kill_wait_spawned_process.
5709 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
5710 spawn_wait_for_attach returning a spawn id instead of a pid. Use
5711 spawn_id_get_pid and kill_wait_spawned_process.
5712 * gdb.threads/attach-stopped.exp (corefunc): Use
5713 spawn_wait_for_attach, spawn_id_get_pid and
5714 kill_wait_spawned_process.
5715 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
5716 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5717 kill_wait_spawned_process instead of explicit "kill -9".
5718 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
5719 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
5720 (spawn_wait_for_attach): Use spawn instead of exec to spawn
5721 processes. Don't map cygwin/windows pids here. Now returns a
5722 spawn id list.
5723
5724 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5725
5726 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
5727 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
5728 correct patch.
5729
5730 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5731
5732 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
5733
5734 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5735
5736 Reapply:
5737 2014-05-21 Mark Wielaard <mjw@redhat.com>
5738
5739 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5740
5741 2015-07-30 Pedro Alves <palves@redhat.com>
5742
5743 * linux-low.c (handle_extended_wait): Set the child's last
5744 reported status to TARGET_WAITKIND_STOPPED.
5745
5746 2015-07-30 Pedro Alves <palves@redhat.com>
5747
5748 PR threads/18600
5749 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
5750 only shows inferior 1.
5751
5752 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
5753 Pedro Alves <palves@redhat.com>
5754
5755 PR threads/18600
5756 * gdb.threads/fork-plus-threads.c: New file.
5757 * gdb.threads/fork-plus-threads.exp: New file.
5758
5759 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5760
5761 * gdb.base/batch-preserve-term-settings.exp
5762 (test_terminal_settings_preserved_after_cli_exit): Use
5763 send_quit_command.
5764
5765 2015-07-29 Pedro Alves <palves@redhat.com>
5766 Don Breazeal <donb@codesourcery.com>
5767
5768 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
5769 output from both inferior_spawn_id and gdb_spawn_id.
5770
5771 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5772
5773 * gdb.threads/attach-into-signal.exp (corefunc): Use
5774 with_test_prefix on nested loops, uniquefying the test messages.
5775
5776 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5777
5778 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
5779 commit.
5780
5781 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5782
5783 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
5784 New proc.
5785 (test_terminal_settings_preserved_after_sigterm): New test.
5786
5787 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5788
5789 * gdb.base/batch-preserve-term-settings.exp
5790 (test_terminal_settings_preserved_after_cli_exit): New test.
5791
5792 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5793
5794 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
5795 manipulation of saved_gdbflags.
5796 (test_terminal_settings_preserved): Remove global declaration of
5797 the unused variable pagination_prompt. Remove manipulation of
5798 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
5799 GDBFLAGS.
5800
5801 2015-07-29 Pedro Alves <palves@redhat.com>
5802
5803 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
5804
5805 2015-07-29 Pedro Alves <palves@redhat.com>
5806
5807 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
5808 at the top.
5809
5810 2015-07-29 Pedro Alves <palves@redhat.com>
5811
5812 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
5813 (main): Call gdb_unbuffer_output.
5814 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
5815 (main): Call gdb_unbuffer_output.
5816 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
5817 (main): Call gdb_unbuffer_output.
5818 * gdb.base/call-strs.exp: Adjust to step over the
5819 gdb_unbuffer_output call.
5820 * gdb.base/catch-gdb-caused-signals.c: Include
5821 "../lib/unbuffer_output.c".
5822 (main): Call gdb_unbuffer_output.
5823 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
5824 (main): Call gdb_unbuffer_output.
5825 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
5826 (main): Call gdb_unbuffer_output.
5827 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
5828 (main): Call gdb_unbuffer_output.
5829 * gdb.base/shlib-call.exp: Adjust to step over the
5830 gdb_unbuffer_output call.
5831 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
5832 (main): Call gdb_unbuffer_output.
5833 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
5834 (main): Call gdb_unbuffer_output.
5835 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
5836 (main): Rename to ...
5837 (test): ... this.
5838 (main): Reimplement.
5839 * gdb.base/varargs.exp: Run to test instead of to main.
5840 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5841 (main): Call gdb_unbuffer_output.
5842
5843 2015-07-29 Pedro Alves <palves@redhat.com>
5844
5845 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
5846 factore out from mi_continue_dprintf. For call-style dprintfs,
5847 expect dprintf output out of $inferior_spawn_id.
5848 (mi_continue_dprintf): Use mi_expect_dprintf.
5849 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5850 (main): Call gdb_unbuffer_output.
5851
5852 2015-07-29 Pedro Alves <palves@redhat.com>
5853
5854 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
5855 (default_mi_gdb_start): Set inferior_spawn_id instead of
5856 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
5857 gdb_spawn_id.
5858 (mi_gdb_test): Always expect inferior output from both
5859 $inferior_spawn_id and $gdb_spawn_id.
5860
5861 2015-07-29 Pedro Alves <palves@redhat.com>
5862
5863 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
5864 send_inferior and $inferior_spawn_id.
5865
5866 2015-07-29 Pedro Alves <palves@redhat.com>
5867
5868 * gdb.gdb/complaints.exp (test_initial_complaints)
5869 (test_serial_complaints, test_short_complaints): Use
5870 gdb_test_stdio.
5871 (test_empty_complaint): Handle $inferior_spawn_id !=
5872 $gdb_spawn_id.
5873
5874 2015-07-29 Pedro Alves <palves@redhat.com>
5875
5876 * gdb.base/varargs.exp: Use gdb_test_stdio.
5877
5878 2015-07-29 Pedro Alves <palves@redhat.com>
5879
5880 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
5881
5882 2015-07-29 Pedro Alves <palves@redhat.com>
5883
5884 * gdb.base/ending-run.exp: Use gdb_test_stdio.
5885
5886 2015-07-29 Pedro Alves <palves@redhat.com>
5887
5888 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
5889 parameter into two new parameters, "inf_result" and "gdb_result".
5890 Expect inferior output and gdb output from $inferior_spawn_id and
5891 $gdb_spawn_id, respectively. Adjust all callers.
5892
5893 2015-07-29 Pedro Alves <palves@redhat.com>
5894
5895 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
5896 of gdb_test_sequence.
5897
5898 2015-07-29 Pedro Alves <palves@redhat.com>
5899
5900 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
5901 (saw_spurious_output): Expect inferior output from
5902 $inferior_spawn_id. Use gdb_test_stdio.
5903
5904 2015-07-29 Pedro Alves <palves@redhat.com>
5905
5906 * gdb.base/dprintf.exp: Use standard_testfile. Change
5907 prepare_for_testing call.
5908 (srcfile): Don't set.
5909 (restart): New procedure.
5910 (test_dprintf): New procecure, use to continue over dprintfs.
5911 (test_call, test_agent): New procedures, tests moved here.
5912 Restart gdb and recreate dprintfs. Adjust expected output.
5913
5914 2015-07-29 Pedro Alves <palves@redhat.com>
5915
5916 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
5917
5918 2015-07-29 Pedro Alves <palves@redhat.com>
5919
5920 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
5921
5922 2015-07-29 Pedro Alves <palves@redhat.com>
5923
5924 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
5925 gdb_test_stdio.
5926
5927 2015-07-29 Pedro Alves <palves@redhat.com>
5928
5929 * lib/gdb.exp (gdb_test_stdio): New procedure.
5930
5931 2015-07-29 Pedro Alves <palves@redhat.com>
5932
5933 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
5934
5935 2015-07-29 Pedro Alves <palves@redhat.com>
5936
5937 * gdb.base/call-signal-resume.exp: Remove check for
5938 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
5939 * gdb.base/unwindonsignal.exp: Likewise.
5940 * gdb.base/call-signals.c (gen_signal): Remove printf call.
5941 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
5942
5943 2015-07-29 Pedro Alves <palves@redhat.com>
5944
5945 * gdb.base/siginfo-addr.c (pass): New function.
5946 (handler): Call it iff si_addr is correct.
5947 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
5948 Set a breakpoint at "pass" and continue to it.
5949
5950 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
5951
5952 * gdb.python/py-objfile.exp: Make some tests have unique names.
5953 * gdb.python/py-pp-registration.exp: Likewise.
5954
5955 2015-07-28 Pedro Alves <palves@redhat.com>
5956
5957 * gdb.server/server-exec-info.exp: Issue a "disconnect".
5958
5959 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5960
5961 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
5962
5963 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5964
5965 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
5966
5967 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
5968
5969 * gdb.base/gdb-sigterm-2.exp: New test.
5970
5971 2015-07-25 Doug Evans <xdje42@gmail.com>
5972
5973 Revert:
5974 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
5975 (workers/%.worker, build-perf): New rule.
5976 (GDB_PERFTEST_MODE): New variable.
5977 (check-perf): Use it.
5978 (clean): Clean up gdb.perf parallel build subdirs.
5979 * lib/build-piece.exp: New file.
5980 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
5981 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
5982 name.
5983 (standard_temp_file): Ditto.
5984 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5985 of $GDB_PARALLEL.
5986
5987 2015-07-24 Doug Evans <dje@google.com>
5988
5989 * gdb.perf/lib/perftest/utils.py: New file.
5990 * gdb.perf/gm-hello.cc: New file.
5991 * gdb.perf/gm-pervasive-typedef.cc: New file.
5992 * gdb.perf/gm-pervasive-typedef.h: New file.
5993 * gdb.perf/gm-std.cc: New file.
5994 * gdb.perf/gm-std.h: New file.
5995 * gdb.perf/gm-use-cerr.cc: New file.
5996 * gdb.perf/gm-utils.h: New file.
5997 * gdb.perf/gmonster-null-lookup.py: New file.
5998 * gdb.perf/gmonster-pervasive-typedef.py: New file.
5999 * gdb.perf/gmonster-print-cerr.py: New file.
6000 * gdb.perf/gmonster-ptype-string.py: New file.
6001 * gdb.perf/gmonster-runto-main.py: New file.
6002 * gdb.perf/gmonster-select-file.py: New file.
6003 * gdb.perf/gmonster1-null-lookup.exp: New file.
6004 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6005 * gdb.perf/gmonster1-print-cerr.exp: New file.
6006 * gdb.perf/gmonster1-ptype-string.exp: New file.
6007 * gdb.perf/gmonster1-runto-main.exp: New file.
6008 * gdb.perf/gmonster1-select-file.exp: New file.
6009 * gdb.perf/gmonster1.cc: New file.
6010 * gdb.perf/gmonster1.exp: New file.
6011 * gdb.perf/gmonster2-null-lookup.exp: New file.
6012 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6013 * gdb.perf/gmonster2-print-cerr.exp: New file.
6014 * gdb.perf/gmonster2-ptype-string.exp: New file.
6015 * gdb.perf/gmonster2-runto-main.exp: New file.
6016 * gdb.perf/gmonster2-select-file.exp: New file.
6017 * gdb.perf/gmonster2.cc: New file.
6018 * gdb.perf/gmonster2.exp: New file.
6019
6020 2015-07-24 Doug Evans <dje@google.com>
6021
6022 * gdb.perf/README: New file.
6023 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6024 * lib/gen-perf-test.exp: New file.
6025
6026 2015-07-24 Doug Evans <dje@google.com>
6027
6028 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
6029 (PerfTest::startup): New function.
6030 (PerfTest::run): Return result of calling body.
6031 (PerfTest::assemble): Rewrite.
6032 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
6033 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
6034 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
6035 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
6036 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
6037
6038 2015-07-24 Doug Evans <dje@google.com>
6039
6040 * lib/gdb.exp (clean_restart): Make executable optional.
6041
6042 2015-07-24 Doug Evans <dje@google.com>
6043
6044 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
6045 compiler_info references.
6046 * gdb.cp/temargs.exp: Ditto.
6047 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6048 (get_compiler_info): Early exit if already computed. Set compiler_info
6049 to "unknown" if there was a problem.
6050 (test_compiler_info): Add function comment. Call get_compiler_info.
6051
6052 2015-07-24 Doug Evans <dje@google.com>
6053
6054 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6055 (workers/%.worker, build-perf): New rule.
6056 (GDB_PERFTEST_MODE): New variable.
6057 (check-perf): Use it.
6058 (clean): Clean up gdb.perf parallel build subdirs.
6059 * lib/build-piece.exp: New file.
6060 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6061 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6062 name.
6063 (standard_temp_file): Ditto.
6064 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6065 of $GDB_PARALLEL.
6066
6067 2015-07-24 Doug Evans <dje@google.com>
6068
6069 * lib/future.exp (gdb_default_target_compile): New option
6070 "early_flags".
6071 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6072 --as-needed.
6073
6074 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
6075
6076 * gdb.base/catch-syscall.exp: Call gdb_exit before
6077 gdb_skip_xml_test.
6078
6079 2015-07-24 Pedro Alves <palves@redhat.com>
6080
6081 * gdb.python/py-events.exp: Accept output between the stop event
6082 and the prompt.
6083 * gdb.python/py-evsignal.exp: Likewise.
6084 * gdb.python/py-evthreads.exp: Likewise.
6085
6086 2015-07-24 Pedro Alves <palves@redhat.com>
6087
6088 PR gdb/18717
6089 * gdb.threads/non-ldr-exit.c: New file.
6090 * gdb.threads/non-ldr-exit.exp: New file.
6091
6092 2015-07-24 Yao Qi <yao.qi@linaro.org>
6093
6094 * gdb.server/ext-wrapper.exp: Test --wrapper option when
6095 restarting process.
6096
6097 2015-07-24 Yao Qi <yao.qi@linaro.org>
6098
6099 * gdb.server/ext-restart.exp: New file.
6100
6101 2015-07-24 Yao Qi <yao.qi@linaro.org>
6102
6103 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6104 argument options.
6105 * gdb.server/ext-wrapper.exp: New file.
6106
6107 2015-07-23 Doug Evans <dje@google.com>
6108
6109 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6110 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6111
6112 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6113
6114 * gdb.ada/var_arr_typedef.exp: New testcase.
6115 * gdb.ada/var_arr_typedef/pack.adb: New file.
6116 * gdb.ada/var_arr_typedef/pack.ads: New file.
6117 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6118
6119 2015-07-20 Joel Brobecker <brobecker@adacore.com>
6120
6121 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6122
6123 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6124
6125 * gdb.arch/i386-biarch-core.exp: Replace istarget
6126 by "complete set gnutarget". Remove expectation for the "core-file"
6127 command.
6128
6129 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6130
6131 Revert the previous commit:
6132 Tests for validate symbol file using build-id.
6133
6134 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6135
6136 Tests for validate symbol file using build-id.
6137 * gdb.base/solib-mismatch-lib.c: New file.
6138 * gdb.base/solib-mismatch-libmod.c: New file.
6139 * gdb.base/solib-mismatch.c: New file.
6140 * gdb.base/solib-mismatch.exp: New file.
6141
6142 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6143
6144 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6145 nios2-*-linux*.
6146 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6147 * gdb.base/siginfo.exp: Likewise.
6148 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6149
6150 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6151
6152 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6153 Move it to ...
6154 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6155 ... here.
6156 * gdb.trace/range-stepping.exp: Check that the target supports
6157 range stepping.
6158
6159 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6160
6161 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6162
6163 2015-07-14 Pedro Alves <palves@redhat.com>
6164
6165 * gdb.base/killed-outside.exp: New file.
6166 * gdb.base/killed-outside.c: New file.
6167
6168 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6169
6170 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6171 (n at main): New.
6172 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6173
6174 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6175
6176 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6177 infcall tests instead of setting up for KFAIL.
6178
6179 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6180
6181 * gdb.btrace/record_goto-step.exp: New.
6182
6183 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6184
6185 PR compile/18484
6186 * gdb.compile/compile.c (struct struct_type): Add volatile to
6187 selffield's type.
6188 * gdb.compile/compile.exp
6189 (compile code struct_object.selffield = &struct_object): Skip further
6190 struct_object tests if this one xfails.
6191
6192 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
6193
6194 PR exp/18617
6195 * gdb.trace/ax.exp: Add test.
6196
6197 2015-07-07 Yao Qi <yao.qi@linaro.org>
6198
6199 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6200 instead of istarget "aarch64*-*-*".
6201 * gdb.arch/aarch64-fp.exp: Likewise.
6202 * gdb.base/float.exp: Likewise.
6203 * gdb.reverse/aarch64.exp: Likewise.
6204 * lib/gdb.exp (is_aarch64_target): New proc.
6205
6206 2015-07-07 Yao Qi <yao.qi@linaro.org>
6207
6208 * lib/gdb.exp (is_aarch32_target): New proc.
6209 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6210 instead of "istarget "arm*-*-*"".
6211 * gdb.arch/arm-disp-step.exp: Likewise.
6212 * gdb.arch/thumb-bx-pc.exp: Likewise.
6213 * gdb.arch/thumb-prologue.exp: Likewise.
6214 * gdb.arch/thumb-singlestep.exp: Likewise.
6215 * gdb.base/disp-step-syscall.exp: Likewise.
6216 * gdb.base/float.exp: Likewise.
6217
6218 2015-07-07 Yao Qi <yao.qi@linaro.org>
6219
6220 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6221 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6222
6223 2015-07-07 Yao Qi <yao.qi@linaro.org>
6224
6225 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6226 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6227 if it exists.
6228 * gdb.multi/multi-arch.exp: Likewise.
6229
6230 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6231
6232 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6233 print.
6234
6235 2015-07-07 Yao Qi <yao.qi@linaro.org>
6236
6237 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6238
6239 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6240
6241 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6242 '[' and ']' characters.
6243
6244 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6245
6246 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6247
6248 2015-06-29 Pedro Alves <palves@redhat.com>
6249
6250 PR threads/18127
6251 * gdb.threads/hand-call-new-thread.c: New file.
6252 * gdb.threads/hand-call-new-thread.c: New file.
6253
6254 2015-06-26 Keith Seitz <keiths@redhat.com>
6255 Doug Evans <dje@google.com>
6256
6257 PR 16253
6258 * gdb.cp/var-tag-2.cc: New file.
6259 * gdb.cp/var-tag-3.cc: New file.
6260 * gdb.cp/var-tag-4.cc: New file.
6261 * gdb.cp/var-tag.cc: New file.
6262 * gdb.cp/var-tag.exp: New file.
6263
6264 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6265
6266 * gdb.base/history-duplicates.exp: New test.
6267
6268 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6269
6270 * gdb.base/completion.exp: Test the completion of the "focus"
6271 command.
6272
6273 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6274
6275 * gdb.arch/amd64-prologue-skip.S: New file.
6276 * gdb.arch/amd64-prologue-skip.exp: New file.
6277
6278 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6279
6280 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6281 is_address_zero_readable check.
6282
6283 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6284
6285 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6286 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6287
6288 2015-06-24 Yao Qi <yao.qi@linaro.org>
6289
6290 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6291 linux targets.
6292
6293 2015-06-24 Yao Qi <yao.qi@linaro.org>
6294
6295 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6296 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6297 * gdb.base/siginfo-thread.exp: Likewise.
6298
6299 2015-06-22 Yao Qi <yao.qi@linaro.org>
6300
6301 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6302
6303 2015-06-22 Yao Qi <yao.qi@linaro.org>
6304
6305 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6306 aarch64*-*-*.
6307 (skip_hw_watchpoint_tests): Likewise.
6308
6309 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6310
6311 * gdb.base/gdbinit-history.exp: Test the interaction between
6312 setting GDBHISTSIZE and setting the history size via .gdbinit.
6313
6314 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6315
6316 PR gdb/16999
6317 * gdb.base/gdbhistsize-history.exp: New test.
6318
6319 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6320
6321 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6322 with GDBHISTSIZE.
6323 * gdb.base/readline.exp: Likewise.
6324
6325 2015-06-17 Yao Qi <yao.qi@linaro.org>
6326
6327 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6328 line.
6329
6330 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6331
6332 * gdb.base/gdbinit-history.exp: Add test case to check that
6333 an unlimited history file does not get truncated on exit.
6334
6335 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6336
6337 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6338 (VECTOR): New macro. Use it...
6339 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6340 ...for these typedefs.
6341 (int8, char1, int1, double1): New typedefs.
6342 (struct just_int2, struct two_int2): New structures.
6343 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6344 (add_structvecs, add_singlevecs): New functions.
6345 (main): Call add_some_intvecs twice.
6346 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6347 the compile and exit upon failure. Try compiling for the "native"
6348 architecture. Test inferior function calls with vector arguments
6349 and vector return value handling with "finish" and "return".
6350
6351 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6352
6353 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6354 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6355 PE file.
6356 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6357
6358 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6359
6360 PR breakpoints/16465
6361 * gdb.mi/mi-dprintf-pending.c: New file.
6362 * gdb.mi/mi-dprintf-pending.exp: New test.
6363 * gdb.mi/mi-dprintf-pendshr.c: New file.
6364
6365 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6366 Mircea Gherzan <mircea.gherzan@intel.com>
6367
6368 * gdb.arch/i386-mpx-map.c: New file.
6369 * gdb.arch/i386-mpx-map.exp: New File.
6370
6371 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6372
6373 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6374 * gdb.arch/i386-mpx.exp: Indentation fixed.
6375
6376 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6377
6378 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6379 function and improved indentation.
6380 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6381 gdb_test_multiple. Added additional tests to skip the test.
6382
6383 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6384
6385 * gdb.arch/i386-avx512.c: Change path in include file.
6386 * gdb.arch/i386-avx512.exp: Change include dir path
6387 compilation flag.
6388 * gdb.arch/i386-mpx.c: Change path in include file.
6389 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6390 flag.
6391
6392 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6393
6394 * gdb.compile/compile-print.exp (compile print *vararray@3)
6395 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6396
6397 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6398
6399 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6400 (do not keep jit in memory): ... this.
6401 (expect 5): Change it to ...
6402 (expect no 5): ... this.
6403
6404 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6405
6406 PR gdb/15564
6407 * gdb.mi/mi-detach.exp: New file.
6408
6409 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6410
6411 PR symtab/18392
6412 * gdb.arch/amd64-tailcall-self.S: New file.
6413 * gdb.arch/amd64-tailcall-self.c: New file.
6414 * gdb.arch/amd64-tailcall-self.exp: New file.
6415
6416 2015-05-28 Don Breazeal <donb@codesourcery.com>
6417
6418 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6419 tests for remote targets by checking is_target_gdbserver.
6420
6421 2015-05-27 Doug Evans <dje@google.com>
6422
6423 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6424 * gdb.dwarf2/opaque-type-lookup.c: New file.
6425 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6426
6427 2015-05-26 Doug Evans <dje@google.com>
6428
6429 * gdb.cp/iostream.cc: New file.
6430 * gdb.cp/iostream.exp: New file.
6431
6432 2015-05-26 Doug Evans <dje@google.com>
6433
6434 * gdb.dwarf2/dw2-op-call.exp: Update.
6435 * gdb.dwarf2/dw4-sig-types.exp: Update.
6436 * gdb.dwarf2/implptr.exp: Update.
6437 * gdb.mi/mi-cmd-param-changed.exp: Update.
6438
6439 2015-05-26 Doug Evans <dje@google.com>
6440
6441 * gdb.python/py-lazy-string.c: New file.
6442 * gdb.python/py-lazy-string.exp: New file.
6443 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6444 (main): Update. Add estring3.
6445 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6446 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6447
6448 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
6449 Yao Qi <yao.qi@linaro.org>
6450
6451 * gdb.reverse/aarch64.c: New.
6452 * gdb.reverse/aarch64.exp: New.
6453
6454 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
6455
6456 * lib/gdb.exp (supports_process_record): Return true for
6457 aarch64*-linux*.
6458 (supports_reverse): Likewise.
6459
6460 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
6461
6462 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6463 Use with_test_prefix.
6464
6465 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6466
6467 * gdb.base/completion.exp: Add test for completion of layout
6468 names.
6469
6470 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
6471
6472 * lib/gdb.exp (skip_tui_tests): New proc.
6473 * gdb.base/tui-layout.exp: Check skip_tui_tests.
6474
6475 2015-05-19 Pedro Alves <palves@redhat.com>
6476
6477 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6478 Save the whole env array instead of just HOME. Unset HISTSIZE in
6479 the environment while testing. Restore whole environment
6480 afterwards.
6481
6482 2015-05-16 Doug Evans <xdje42@gmail.com>
6483
6484 * gdb.guile/scm-ports.c: New file.
6485 * gdb.guile/scm-ports.exp: Add memory port tests.
6486
6487 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6488
6489 * gdb.compile/compile-print.c: New file.
6490 * gdb.compile/compile-print.exp: New file.
6491
6492 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6493
6494 * gdb.compile/compile-ops.exp: Cast param to void.
6495 * gdb.compile/compile.exp: Complete type for _gdb_expr.
6496 (compile code struct_object.selffield = &struct_object): Add xfail.
6497
6498 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6499
6500 * gdb.ada/arr_enum_with_gap: New testcase.
6501
6502 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6503
6504 * gdb.ada/byte_packed_arr: New testcase.
6505
6506 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6507
6508 * gdb.ada/pckd_neg: New testcase.
6509
6510 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
6511
6512 PR gdb/17820
6513 * gdb.base/gdbinit-history.exp: New test.
6514 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6515 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6516
6517 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
6518
6519 * gdb.python/py-xmethods.cc: Enhance test case.
6520 * gdb.python/py-xmethods.exp: New tests.
6521 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6522 function.
6523 (B_indexoper): Likewise.
6524 (global_dm_list) : Add new xmethod worker functions.
6525
6526 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
6527
6528 * gdb.base/coredump-filter.exp: Correctly unset
6529 "coredump_var_addr" array.
6530
6531 2015-05-08 Pedro Alves <palves@redhat.com>
6532
6533 * gdb.server/non-existing-program.exp: Unset spawn_id.
6534
6535 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
6536
6537 PR python/18291
6538 * gdb.python/py-xmethods.exp: Add tests.
6539
6540 2015-05-08 Yao Qi <yao.qi@linaro.org>
6541
6542 PR gdb/18208
6543 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6544 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6545 function set_coredump_filter, and remove remote_exec call.
6546 Remove argument ipid. Callers update.
6547 (top level): Don't get inferior's PID.
6548
6549 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
6550
6551 * gdb.base/watch_thread_num.exp: Skip test on targets without
6552 access watchpoints.
6553
6554 2015-05-06 Pedro Alves <palves@redhat.com>
6555
6556 PR server/18081
6557 * gdb.server/non-existing-program.exp: New file.
6558
6559 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6560
6561 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6562
6563 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6564
6565 * gdb.ada/out_of_line_in_inlined: New testcase.
6566
6567 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6568
6569 * gdb.ada/var_rec_arr: New testcase.
6570
6571 2015-04-30 Yao Qi <yao.qi@linaro.org>
6572
6573 * gdb.base/break-idempotent.exp: If
6574 skip_hw_watchpoint_multi_tests returns true, skip the tests
6575 on "rwatch" and "awatch".
6576
6577 2015-04-30 Yao Qi <yao.qi@linaro.org>
6578
6579 * gdb.base/relativedebug.exp: Invoke gdb command
6580 "info sharedlibrary", and if libc.so doesn't have debug info,
6581 skip the test.
6582
6583 2015-04-29 Doug Evans <dje@google.com>
6584
6585 * gdb.python/py-xmethods.exp: Add ptype tests.
6586 * gdb.python/py-xmethods.py (E_method_char_worker): Add
6587 get_result_type method.
6588
6589 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
6590
6591 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
6592 the target does not support hardware watchpoints.
6593
6594 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
6595
6596 * gdb.base/break-always.exp: Abort testing if writing to memory
6597 causes an error.
6598
6599 2015-04-28 Doug Evans <dje@google.com>
6600
6601 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
6602 * gdb.python/py-pp-registration.exp: ... here. New file.
6603 * gdb.python/py-pp-registration.c: New file.
6604 * gdb.python/py-pp-registration.py: New file.
6605
6606 2015-04-28 Doug Evans <dje@google.com>
6607
6608 * gdb.python/py-bad-printers.c: New file.
6609 * gdb.python/py-bad-printers.py: New file.
6610 * gdb.python/py-bad-printers.exp: New file.
6611
6612 2015-04-28 Sasha Smundak <asmundak@google.com>
6613
6614 * gdb.python/py-type.exp: New test.
6615
6616 2015-04-28 Andy Wingo <wingo@igalia.com>
6617
6618 * gdb.python/py-parameter.exp:
6619 * gdb.guile/scm-parameter.exp: Escape the path that we are
6620 matching against, as it might contain characters that are special
6621 to regular expressions.
6622
6623 2015-04-27 Joel Brobecker <brobecker@adacore.com>
6624
6625 * gdb.ada/rec_comp: New testcase.
6626
6627 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
6628
6629 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
6630 before using it.
6631
6632 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
6633
6634 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
6635 new tests for verilog output.
6636
6637 2015-04-24 Yao Qi <yao.qi@linaro.org>
6638
6639 * boards/remote-gdbserver-on-localhost.exp: New file.
6640
6641 2015-04-23 Pedro Alves <palves@redhat.com>
6642
6643 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
6644 $inferior_spawn_id instead of $inferior_spawn_id directly. On
6645 "end of file", remove $inferior_spawn_id from the indirect list.
6646
6647 2015-04-23 Pedro Alves <palves@redhat.com>
6648
6649 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
6650
6651 2015-04-23 Pedro Alves <palves@redhat.com>
6652
6653 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
6654 on $any_spawn_id instead of only on $gdb_spawn_id.
6655
6656 2015-04-21 Pierre Muller <muller@sourceware.org>
6657
6658 PR pascal/17815
6659 * lib/pascal.exp (gpc_compile): Add new option "class".
6660 (fpc_compile): Likewise.
6661 * gdb.pascal/case-insensitive-symbols.pas: New file.
6662 * gdb.pascal/case-insensitive-symbols.exp: New file.
6663
6664 2015-04-20 Gary Benson <gbenson@redhat.com>
6665
6666 * gdb.base/attach.exp: Fix three extended remote failures.
6667
6668 2015-04-17 Gary Benson <gbenson@redhat.com>
6669
6670 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
6671 the main executable over the remote protocol.
6672
6673 2015-04-16 Pedro Alves <palves@redhat.com>
6674
6675 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
6676 a new gdbserver if gdbserver_reconnect_p is set.
6677
6678 2015-04-16 Pedro Alves <palves@redhat.com>
6679
6680 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
6681 is set, don't exit gdbserver.
6682
6683 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6684
6685 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
6686 appropriate .insn, such that an older assembler can be used.
6687 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
6688 the z/Architecture instruction set on 31-bit targets as well.
6689
6690 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6691
6692 * gdb.go/handcall.exp: Remove all logic related to the first
6693 breakpoint and rely on go_runto_main instead.
6694 * gdb.go/strings.exp: Likewise.
6695 * gdb.go/unsafe.exp: Likewise.
6696 * gdb.go/hello.exp: Likewise. Also rename the remaining
6697 breakpoint marker to "breakpoint 1".
6698 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
6699 * gdb.go/strings.go: Likewise.
6700 * gdb.go/unsafe.go: Likewise.
6701 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
6702 "set breakpoint 2 here" and rename the remaining breakpoint marker
6703 to "breakpoint 1".
6704
6705 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
6706
6707 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
6708 if itertools.imap is not present.
6709 * gdb.python/py-objfile.exp: Add parentheses.
6710 * gdb.python/py-type.exp: Same.
6711 * gdb.python/py-unwind-maint.py: Same.
6712
6713 2015-04-15 Yao Qi <yao.qi@linaro.org>
6714
6715 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
6716 of ":$ptr_size" and set its form explicitly.
6717
6718 2015-04-15 Pedro Alves <palves@redhat.com>
6719 Yao Qi <yao.qi@linaro.org>
6720
6721 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
6722 timeout by factor of 4.
6723 (test_regular_watch): Likewise.
6724 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
6725 * gdb.reverse/sigall-reverse.exp: Likewise.
6726 * gdb.reverse/until-precsave.exp: Likewise.
6727 * lib/gdb.exp (with_timeout_factor): New proc.
6728 (gdb_expect): Move some code to ...
6729 (get_largest_timeout): ... here. New procedure.
6730
6731 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
6732
6733 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
6734
6735 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
6736
6737 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
6738 to write to the .text section.
6739
6740 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
6741
6742 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
6743 Handle the case of targets that do not provide PID information.
6744
6745 2015-04-13 Yao Qi <yao.qi@linaro.org>
6746
6747 * lib/gdbserver-support.exp (gdb_exit): Catch exception
6748 and use expect instead of gdb_expect.
6749
6750 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
6751
6752 * gdb.base/coredump-filter.exp: Rename variable "addr" to
6753 "coredump_var_addr" to avoid naming conflict with other testcases.
6754
6755 2015-04-10 Pedro Alves <palves@redhat.com>
6756
6757 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
6758 gdb_test_sequence and gdb_assert.
6759
6760 2015-04-10 Pedro Alves <palves@redhat.com>
6761
6762 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
6763 test messages that don't include the breakpoint address.
6764
6765 2015-04-10 Yao Qi <yao.qi@linaro.org>
6766
6767 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
6768 false for some offset and width combinations which aren't
6769 supported by linux kernel.
6770
6771 2015-04-10 Pedro Alves <palves@redhat.com>
6772
6773 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
6774 procedure, factored out from ...
6775 (top level): ... here. Add "set displaced-stepping" testing axis.
6776 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
6777 parameter "displaced". Use it.
6778 (top level): Use foreach and add "set displaced-stepping" testing
6779 axis.
6780
6781 2015-04-10 Pedro Alves <palves@redhat.com>
6782
6783 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
6784 Remove comment.
6785 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
6786 both the address of the instruction that triggers the watchpoint
6787 and the address of the instruction immediately after, and use
6788 those addresses for the test. Fix comment.
6789
6790 2015-04-10 Pedro Alves <palves@redhat.com>
6791
6792 * gdb.base/sigstep.exp (breakpoint_to_handler)
6793 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
6794 Test "backtrace" in handler.
6795 (breakpoint_over_handler): New parameter 'displaced'. Use it.
6796 (top level): Add new "displaced" test axis to
6797 breakpoint_to_handler, breakpoint_to_handler_entry and
6798 breakpoint_over_handler.
6799
6800 2015-04-10 Pedro Alves <palves@redhat.com>
6801
6802 PR gdb/18216
6803 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
6804
6805 2015-04-10 Yao Qi <yao.qi@linaro.org>
6806
6807 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
6808 (test_add_rn_pc): New function.
6809 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
6810 (top level): Invoke test_add_rn_pc.
6811
6812 2015-04-10 Pedro Alves <palves@redhat.com>
6813
6814 PR gdb/13858
6815 * gdb.base/step-over-no-symbols.exp: New file.
6816
6817 2015-04-09 Andy Wingo <wingo@igalia.com>
6818
6819 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
6820 after the Python tests.
6821
6822 2015-04-08 Keith Seitz <keiths@redhat.com>
6823
6824 PR python/16699
6825 * gdb.python/py-completion.exp: New tests for completion.
6826 * gdb.python/py-completion.py (CompleteLimit1): New class.
6827 (CompleteLimit2): Likewise.
6828 (CompleteLimit3): Likewise.
6829 (CompleteLimit4): Likewise.
6830 (CompleteLimit5): Likewise.
6831 (CompleteLimit6): Likewise.
6832 (CompleteLimit7): Likewise.
6833
6834 2015-04-08 Pedro Alves <palves@redhat.com>
6835
6836 PR gdb/18214
6837 PR gdb/18216
6838 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
6839 function.
6840 (main): Install it as SIGUSR1 handler.
6841 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
6842 parameter. Always use "setup" as prefix. Toggle "set
6843 displaced-stepping" off/on depending on global. Don't switch to
6844 thread 1 here.
6845 (top level): Add displaced stepping "off/on" test axis. Update
6846 "setup" calls. Wrap each subtest with with_test_prefix. Test
6847 continuing with a queued signal in each thread.
6848
6849 2015-04-08 Pedro Alves <palves@redhat.com>
6850
6851 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
6852 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
6853 gdb_breakpoint instead of gdb_test that doesn't expect anything.
6854 Return early if running to main fails.
6855 * gdb.trace/while-stepping.exp: Likewise.
6856
6857 2015-04-07 Pedro Alves <palves@redhat.com>
6858
6859 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
6860 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
6861 interact with inferior program.
6862
6863 2015-04-07 Pedro Alves <palves@redhat.com>
6864
6865 * lib/gdb.exp (inferior_spawn_id): New global.
6866 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
6867 spawn id after processing the user code.
6868 (default_gdb_start): Set inferior_spawn_id.
6869 (send_inferior): New procedure.
6870 * lib/gdbserver-support.exp (gdbserver_start): Set
6871 inferior_spawn_id.
6872 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
6873
6874 2015-04-07 Pedro Alves <palves@redhat.com>
6875
6876 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
6877 * lib/gdbserver-support.exp (gdbserver_start): Make
6878 $server_spawn_id global.
6879 (gdbserver_start): Don't wait for gdbserver's spawn id with
6880 expect_background.
6881 (close_gdbserver): New procedure.
6882 (gdb_exit): Rename the default version and reimplement.
6883
6884 2015-04-07 Pedro Alves <palves@redhat.com>
6885
6886 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
6887 append the substituted item, not the original item.
6888
6889 2015-04-07 Pedro Alves <palves@redhat.com>
6890
6891 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
6892 gdb_expect.
6893
6894 2015-04-07 Pedro Alves <palves@redhat.com>
6895
6896 * gdb.base/interrupt.exp: Don't handle the case of the inferior
6897 output appearing once only.
6898
6899 2015-04-07 Pedro Alves <palves@redhat.com>
6900
6901 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
6902 that doesn't expect anything. Return early if running to main
6903 fails.
6904
6905 2015-04-07 Yao Qi <yao.qi@linaro.org>
6906
6907 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
6908 (child_function): Call alarm.
6909 (main): Move call to alarm into the loop.
6910 * gdb.threads/non-stop-fair-events.exp: Build program with
6911 -DTIMEOUT=$timeout.
6912
6913 2015-04-06 Doug Evans <xdje42@gmail.com>
6914
6915 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
6916 Fix dest parameter to board_info.
6917 (fpc_compile): Ditto.
6918 (gdb_compile_pascal): Rename dest arg to destfile.
6919
6920 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
6921
6922 * gdb.ada/funcall_ref.exp: New file.
6923 * gdb.ada/funcall_ref/foo.adb: New file.
6924
6925 2015-04-02 Yao Qi <yao.qi@linaro.org>
6926
6927 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
6928 is remote.
6929
6930 2015-04-02 Gary Benson <gbenson@redhat.com>
6931
6932 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
6933
6934 2015-04-01 Sasha Smundak <asmundak@google.com>
6935
6936 * gdb.python/py-unwind-maint.c: New file.
6937 * gdb.python/py-unwind-maint.exp: New test.
6938 * gdb.python/py-unwind-maint.py: New file.
6939 * gdb.python/py-unwind.c: New file.
6940 * gdb.python/py-unwind.exp: New test.
6941 * gdb.python/py-unwind.py: New test.
6942
6943 2015-04-01 Pedro Alves <palves@redhat.com>
6944
6945 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
6946 to fail instead of non-existent $test.
6947
6948 2015-04-01 Pedro Alves <palves@redhat.com>
6949
6950 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
6951 GDBFLAGS if not empty.
6952
6953 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
6954
6955 * gdb.ada/complete.exp: Remove "multi_line".
6956 * gdb.ada/info_exc.exp: Remove "multi_line".
6957 * gdb.ada/packed_tagged.exp: Remove "multi_line".
6958 * gdb.ada/ptype_field.exp: Remove "multi_line".
6959 * gdb.ada/sym_print_name.exp: Remove "multi_line".
6960 * gdb.ada/tagged.exp: Remove "multi_line".
6961 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
6962 [multi_line ...]
6963 * gdb.btrace/delta.exp: Likewise.
6964 * gdb.btrace/exception.exp: Likewise.
6965 * gdb.btrace/function_call_history.exp: Likewise.
6966 * gdb.btrace/instruction_history.exp: Likewise.
6967 * gdb.btrace/nohist.exp: Likewise.
6968 * gdb.btrace/record_goto.exp: Likewise.
6969 * gdb.btrace/segv.exp: Likewise.
6970 * gdb.btrace/stepi.exp: Likewise.
6971 * gdb.btrace/tailcall.exp: Likewise.
6972 * gdb.btrace/unknown_functions.exp: Likewise.
6973 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
6974 * lib/gdb.exp: Add the "multi_line" helper.
6975
6976 2015-04-01 Pedro Alves <palves@redhat.com>
6977
6978 * gdb.threads/tid-reuse.c: New file.
6979 * gdb.threads/tid-reuse.exp: New file.
6980
6981 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
6982
6983 PR corefiles/16092
6984 * gdb.base/coredump-filter.c: New file.
6985 * gdb.base/coredump-filter.exp: Likewise.
6986
6987 2015-03-27 Petr Machata <pmachata@redhat.com>
6988
6989 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
6990 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
6991 (Dwarf::assemble): Initialize them.
6992 (Dwarf::lines): New function.
6993
6994 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
6995
6996 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
6997 SYMBOL_PREFIX for x86_64-*-cygwin.
6998
6999 2015-03-26 Andy Wingo <wingo@igalia.com>
7000
7001 PR symtab/18148
7002 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
7003 const_value but not a location.
7004 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7005 location defined in non-main CUs are visible.
7006
7007 2015-03-26 Yao Qi <yao.qi@linaro.org>
7008
7009 PR testsuite/18139
7010 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7011 Add a line number entry for the same line.
7012 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7013 Add a line number entry for the same line.
7014
7015 2015-03-26 Yao Qi <yao.qi@linaro.org>
7016
7017 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7018 .int 0.
7019 (func): Likewise. Add .Lfunc_1 label.
7020 Use .Lfunc_1 label.
7021 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7022 .int 0.
7023 (func): Likewise.
7024 Use .Lfunc_1 label.
7025
7026 2015-03-26 Yao Qi <yao.qi@linaro.org>
7027
7028 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
7029 Call gdb_compile instead to compile each .s files without debug
7030 information.
7031
7032 2015-03-26 Yao Qi <yao.qi@linaro.org>
7033
7034 * gdb.base/savedregs.exp (process_saved_regs): Make
7035 "Saved registers:" optional in the pattern.
7036
7037 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7038
7039 * gdb.btrace/next.exp: Merged into step.exp.
7040 * gdb.btrace/finish.exp: Merged into step.exp.
7041 * gdb.btrace/nexti.exp: Merged into stepi.exp.
7042 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
7043 "record goto" and checking the exact replay position.
7044 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
7045 check for "Recording format" in "info record" output.
7046 * gdb.btrace/record_goto.exp: Choose test file based on target.
7047 * gdb.btrace/x86-record_goto.S: Renamed into ...
7048 * gdb.btrace/x86_64-record_goto.S: ... this.
7049 * gdb.btrace/i686-record_goto.S: New.
7050 * gdb.btrace/x86-tailcall.S: Renamed into ...
7051 * gdb.btrace/x86_64-tailcall.S: ... this.
7052 * gdb.btrace/i686-tailcall.S: New.
7053 * gdb.btrace/x86-tailcall.c: Renamed into ...
7054 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
7055 separate statements. Update test.
7056 * gdb.btrace/delta.exp: Use record_goto.c as test file.
7057 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7058 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7059 * gdb.btrace/tailcall.exp: Choose test file based on target.
7060 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7061
7062 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7063
7064 * gdb.btrace/exception.exp: Increase BTS buffer size.
7065
7066 2015-03-24 Pedro Alves <palves@redhat.com>
7067
7068 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7069
7070 2015-03-24 Pedro Alves <palves@redhat.com>
7071
7072 * gdb.threads/schedlock.exp (test_step): No longer expect that
7073 "set scheduler-locking step" with "next" over a function call runs
7074 threads unlocked.
7075
7076 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7077
7078 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7079
7080 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7081
7082 PR breakpoints/16466
7083 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7084 * gdb.mi/mi-pending.c (thread_func): New function.
7085 (int main): Add threading support required.
7086 * gdb.mi/mi-pending.exp: Add tests for this issue.
7087 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7088 (pendfunc2): Remove stdio dependency.
7089 * gdb.mi/mi-pendshr2.c: New file.
7090
7091 2015-03-23 Keith Seitz <keiths@redhat.com>
7092
7093 * gdb.linespec/keywords.c: New file.
7094 * gdb.linespec/keywords.exp: New file.
7095
7096 2015-03-23 Keith Seitz <keiths@redhat.com>
7097
7098 PR gdb/18021
7099 * gdb.dwarf2/staticvirtual.exp: New test.
7100
7101 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7102
7103 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7104 * README: Remove HP-UX and gdb.hp.
7105 (configuration):
7106 * configure: Regenerate.
7107 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7108 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7109 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7110 gdb.hp/gdb.defects/Makefile.
7111 * gdb.hp/Makefile.in: File deleted.
7112 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7113 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7114 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7115 * gdb.hp/gdb.aCC/run.c: File deleted.
7116 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7117 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7118 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7119 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7120 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7121 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7122 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7123 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7124 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7125 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7126 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7127 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7128 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7129 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7130 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7131 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7132 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7133 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7134 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7135 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7136 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7137 * gdb.hp/gdb.compat/average.c: File deleted.
7138 * gdb.hp/gdb.compat/sum.c: File deleted.
7139 * gdb.hp/gdb.compat/xdb.c: File deleted.
7140 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7141 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7142 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7143 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7144 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7145 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7146 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7147 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7148 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7149 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7150 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7151 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7152 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7153 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7154 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7155 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7156 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7157 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7158 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7159 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7160 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7161 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7162 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7163 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7164 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7165 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7166 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7167 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7168 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7169 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7170 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7171 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7172 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7173 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7174 * gdb.hp/tools/odump: File deleted.
7175
7176 2015-03-19 Pedro Alves <palves@redhat.com>
7177
7178 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7179 (saw_thread_3): New globals.
7180 (top level): Increment them when an event for the corresponding
7181 thread is seen.
7182 (no thread starvation): New test.
7183
7184 2015-03-19 Pedro Alves <palves@redhat.com>
7185
7186 * gdb.threads/continue-pending-status.c: New file.
7187 * gdb.threads/continue-pending-status.exp: New file.
7188
7189 2015-03-18 Pedro Alves <palves@redhat.com>
7190
7191 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7192 Use gdb_is_target_remote instead of is_remote. Use
7193 gdb_test_multiple instead of gdb_expect. Exit early if
7194 gdb_test_multiple hits its internal matches. Tighten stepi tests
7195 expected output. Fail on exit with any signal, instead of just
7196 SIGILL.
7197
7198 2015-03-18 Yao Qi <yao.qi@linaro.org>
7199
7200 PR tdep/18107
7201 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7202 variable.
7203 * gdb.base/catch-syscall.exp: Don't skip it on
7204 aarch64*-*-linux* target. Remove elements in all_syscalls.
7205 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7206 target.
7207 (setup_all_syscalls): New proc.
7208
7209 2015-03-16 Yao Qi <yao.qi@linaro.org>
7210
7211 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7212 (top level): Skip tests if valid_addr_p returns false for
7213 $cmd1 or $cmd2.
7214
7215 2015-03-11 Andy Wingo <wingo@igalia.com>
7216
7217 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7218
7219 2015-03-11 Yao Qi <yao.qi@linaro.org>
7220
7221 * gdb.base/catch-syscall.exp: Fix typo in comments.
7222
7223 2015-03-11 Yao Qi <yao.qi@linaro.org>
7224
7225 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7226
7227 2015-03-09 Pedro Alves <palves@redhat.com>
7228
7229 * dg-extract-results.py: Delete.
7230
7231 2015-03-09 Pedro Alves <palves@redhat.com>
7232
7233 Merge dg-extract-results.sh from GCC upstream (r218843).
7234
7235 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7236 * dg-extract-results.sh: Use --text with grep to avoid issues with
7237 binary files. Fall back to cat -v, if that doesn't work.
7238
7239 2015-03-05 Pedro Alves <palves@redhat.com>
7240
7241 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7242
7243 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7244
7245 * lib/mi-support.exp (mi_expect_interrupt): Accept
7246 alternative event for when in all-stop mode.
7247
7248 2015-03-04 Pedro Alves <palves@redhat.com>
7249
7250 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7251
7252 2015-03-04 Mark Kettenis <kettenis@gnu.org>
7253
7254 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7255
7256 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7257
7258 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7259 regexps for GDB's current line display, accept a hex address
7260 preceding the line number.
7261
7262 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7263
7264 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7265 the 'arch1' variable for "s390*-linux*" targets.
7266
7267 2015-03-04 Pedro Alves <palves@redhat.com>
7268
7269 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7270 (main): Pass missing retval argument to pthread_join call.
7271
7272 2015-03-02 Pedro Alves <palves@redhat.com>
7273
7274 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7275 (top level): Call do_test with non-stop as well.
7276
7277 2015-03-02 Pedro Alves <palves@redhat.com>
7278
7279 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7280 -1.
7281
7282 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7283
7284 * gdb.arch/s390-vregs.exp: New test.
7285 * gdb.arch/s390-vregs.S: New file.
7286
7287 2015-02-27 Pedro Alves <palves@redhat.com>
7288
7289 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7290 call to catch_command_errors.
7291 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7292 catch_command_errors.
7293
7294 2015-02-27 Pedro Alves <palves@redhat.com>
7295
7296 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7297 "true" for boolean result.
7298 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7299 prototype of main.
7300
7301 2015-02-27 Pedro Alves <palves@redhat.com>
7302
7303 * lib/unbuffer_output.c: New file.
7304 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7305 (main): Call gdb_unbuffer_output.
7306
7307 2015-02-27 Yao Qi <yao.qi@linaro.org>
7308
7309 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7310 target.
7311
7312 2015-02-26 Doug Evans <dje@google.com>
7313
7314 * gdb.cp/class2.cc (Dbase, D): New classes.
7315 (main): New local delta.
7316 * gdb.cp/class2.exp: Test printing delta.
7317 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7318 (dynbar): New global.
7319 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7320
7321 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7322
7323 * gdb.compile/compile-ifunc.c: New file.
7324 * gdb.compile/compile-ifunc.exp: New file.
7325
7326 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7327
7328 * gdb.base/structs.exp: Check for correct struct on finish.
7329
7330 2015-02-26 Yao Qi <yao.qi@linaro.org>
7331
7332 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7333 is zero.
7334
7335 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7336
7337 * gdb.arch/cordic.ko.bz2: New file.
7338 * gdb.arch/cordic.ko.debug.bz2: New file.
7339 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7340
7341 2015-02-25 Yao Qi <yao.qi@linaro.org>
7342
7343 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7344 aarch64*-*-* target.
7345
7346 2015-02-23 Pedro Alves <palves@redhat.com>
7347
7348 * lib/gdb.exp (delete_breakpoints): Rewrite using
7349 gdb_test_multiple.
7350
7351 2015-02-23 Pedro Alves <palves@redhat.com>
7352
7353 * gdb.base/info-os.c: Include stdlib.h.
7354
7355 2015-02-22 Doug Evans <xdje42@gmail.com>
7356
7357 PR symtab/17855
7358 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7359 is read after symbols have been re-read.
7360 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7361 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7362
7363 2015-02-21 Doug Evans <dje@google.com>
7364
7365 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7366
7367 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7368
7369 PR corefiles/17808
7370 * gdb.arch/i386-biarch-core.core.bz2: New file.
7371 * gdb.arch/i386-biarch-core.exp: New file.
7372
7373 2015-02-21 Pedro Alves <palves@redhat.com>
7374
7375 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7376 runto_main fails.
7377
7378 2015-02-20 Pedro Alves <palves@redhat.com>
7379
7380 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7381 info probes.
7382
7383 2015-02-20 Pedro Alves <palves@redhat.com>
7384
7385 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7386
7387 2015-02-20 Pedro Alves <palves@redhat.com>
7388
7389 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7390 clean_restart before gdb_target_supports_trace.
7391
7392 2015-02-20 Pedro Alves <palves@redhat.com>
7393
7394 PR threads/18006
7395 * gdb.threads/clone-thread_db.c: New file.
7396 * gdb.threads/clone-thread_db.exp: New file.
7397
7398 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7399
7400 PR breakpoints/16812
7401 * gdb.base/catch-gdb-caused-signals.c: New file.
7402 * gdb.base/catch-gdb-caused-signals.exp: New file.
7403
7404 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7405
7406 * configure: Regenerated.
7407 * configure.ac: Use GDB_AC_TRANSFORM.
7408 * aclocal.m4: sinclude ../transform.m4.
7409
7410 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7411
7412 * lib/dtrace.exp: New file.
7413 * gdb.base/dtrace-probe.exp: Likewise.
7414 * gdb.base/dtrace-probe.d: Likewise.
7415 * gdb.base/dtrace-probe.c: Likewise.
7416 * lib/pdtrace.in: Likewise.
7417 * configure.ac: Output variables with the transformed names of
7418 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
7419 * configure: Regenerated.
7420
7421 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7422
7423 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7424 expected message when trying to access $_probe_* convenience
7425 variables while not on a probe.
7426
7427 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7428
7429 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7430
7431 2015-02-11 Pedro Alves <pedro@codesourcery.com>
7432
7433 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7434 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7435
7436 2015-02-10 Doug Evans <xdje42@gmail.com>
7437
7438 * lib/gdb.exp (gdb_load): Always return a result.
7439
7440 2015-02-10 Pedro Alves <palves@redhat.com>
7441
7442 * gdb.threads/signal-sigtrap.c: New file.
7443 * gdb.threads/signal-sigtrap.exp: New file.
7444
7445 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7446
7447 * gdb.trace/no-attach-trace.c: New file.
7448 * gdb.trace/no-attach-trace.exp: New file.
7449
7450 2015-02-09 Mark Wielaard <mjw@redhat.com>
7451
7452 * gdb.dwarf2/atomic.c: New file.
7453 * gdb.dwarf2/atomic-type.exp: Likewise.
7454
7455 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7456
7457 * gdb.btrace/buffer-size.exp: Update "info record" output.
7458 * gdb.btrace/delta.exp: Update "info record" output.
7459 * gdb.btrace/enable.exp: Update "info record" output.
7460 * gdb.btrace/finish.exp: Update "info record" output.
7461 * gdb.btrace/instruction_history.exp: Update "info record" output.
7462 * gdb.btrace/next.exp: Update "info record" output.
7463 * gdb.btrace/nexti.exp: Update "info record" output.
7464 * gdb.btrace/step.exp: Update "info record" output.
7465 * gdb.btrace/stepi.exp: Update "info record" output.
7466 * gdb.btrace/nohist.exp: Update "info record" output.
7467
7468 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7469
7470 * gdb.btrace/buffer-size: New.
7471
7472 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7473
7474 * gdb.btrace/delta.exp: Update "info record" output.
7475 * gdb.btrace/enable.exp: Update "info record" output.
7476 * gdb.btrace/finish.exp: Update "info record" output.
7477 * gdb.btrace/instruction_history.exp: Update "info record" output.
7478 * gdb.btrace/next.exp: Update "info record" output.
7479 * gdb.btrace/nexti.exp: Update "info record" output.
7480 * gdb.btrace/step.exp: Update "info record" output.
7481 * gdb.btrace/stepi.exp: Update "info record" output.
7482 * gdb.btrace/nohist.exp: Update "info record" output.
7483
7484 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
7485
7486 PR gdb/15678
7487 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7488
7489 2015-02-06 Pedro Alves <palves@redhat.com>
7490
7491 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7492 macro.
7493 (seconds_left, again): New globals.
7494 (main): Wait seconds_left in a 1-second sleep loop instead of
7495 sleeping 180 seconds. If 'again' is set, reset the seconds
7496 counter.
7497 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7498 'again' in the inferior before detaching. Print the seconds left.
7499 (options): New global.
7500 (top level): Build program with -DTIMEOUT=$timeout.
7501
7502 2015-02-06 Pedro Alves <palves@redhat.com>
7503
7504 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7505 determine how many seconds to pass to 'alarm'.
7506 * gdb.base/gdb-sigterm.exp (top level): Build program with
7507 -DTIMEOUT=$timeout.
7508 (do_test): Return success/failure indication. Add more verbose
7509 logging. Don't fail if 200 single steps are seen. Instead, fail
7510 when the test times out.
7511 (passes): New global.
7512 (top level): Break the testing loop if testing fails on any
7513 iteration. Use gdb_assert.
7514
7515 2015-02-04 Don Breazeal <donb@codesourcery.com>
7516
7517 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7518 and initialize them.
7519 (ipc_cleanup): New function.
7520 (main): Don't declare shmid, semid, and msqid. Add a call to
7521 atexit so that we call ipc_cleanup on exit.
7522
7523 2015-02-04 Pedro Alves <palves@redhat.com>
7524
7525 * boards/native-extended-gdbserver.exp: Remove any target variant
7526 specifications from the board name before clearing the isremote
7527 flag from board_info.
7528
7529 2015-01-31 Doug Evans <xdje42@gmail.com>
7530
7531 * gdb.base/maint.exp <maint print type argc>: Update expected output.
7532
7533 2015-01-31 Gary Benson <gbenson@redhat.com>
7534
7535 * gdb.base/completion.exp: Disable completion limiting for
7536 existing tests. Add new tests to check completion limiting.
7537 * gdb.linespec/ls-errs.exp: Disable completion limiting.
7538
7539 2015-01-31 Doug Evans <xdje42@gmail.com>
7540
7541 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7542
7543 2015-01-31 Doug Evans <xdje42@gmail.com>
7544
7545 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7546 entries. Duplicate file section script entries.
7547 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7548 inlined entries. Add test for safe-path rejection.
7549 * gdb.python/py-section-script.c: Add duplicate inlined section script
7550 entries. Duplicate file section script entries.
7551 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7552 inlined entries. Add test for safe-path rejection.
7553
7554 2015-01-29 Joel Brobecker <brobecker@adacore.com>
7555
7556 * gdb.ada/disc_arr_bound: New testcase.
7557
7558 2015-01-29 Joel Brobecker <brobecker@adacore.com>
7559
7560 * gdb.ada/mi_var_array: New testcase.
7561
7562 2015-01-27 Doug Evans <dje@google.com>
7563
7564 * gdb.python/py-objfile.exp: Add tests for objfile.username.
7565 Add test for objfile.filename, objfile.username after objfile
7566 has been unloaded.
7567
7568 2015-01-26 Joel Brobecker <brobecker@adacore.com>
7569
7570 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7571 the second test to print the name attribute of value
7572 returned by the call to gdb.lookup_type, and adjust
7573 the expected output accordingly.
7574
7575 2015-01-25 Mark Wielaard <mjw@redhat.com>
7576
7577 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7578 * gdb.base/disp-step-fork.c: Include unistd.h.
7579 * gdb.base/siginfo-obj.c: Include stdio.h.
7580 * gdb.base/siginfo-thread.c: Likewise.
7581 * gdb.mi/non-stop.c: Include unistd.h.
7582 * gdb.mi/nsthrexec.c: Include stdio.h.
7583 * gdb.mi/pthreads.c: Include unistd.h.
7584 * gdb.modula2/unbounded1.c (main): Declare returns int.
7585 * gdb.reverse/consecutive-reverse.c: Likewise.
7586 * gdb.threads/create-fail.c: Include unistd.h.
7587 * gdb.threads/killed.c: Likewise.
7588 * gdb.threads/linux-dp.c: Likewise.
7589 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
7590 * gdb.threads/non-ldr-exc-2.c: Likewise.
7591 * gdb.threads/non-ldr-exc-3.c: Likewise.
7592 * gdb.threads/non-ldr-exc-4.c: Likewise.
7593 * gdb.threads/pthreads.c: Include unistd.h.
7594 (main): Declare returns int.
7595 * gdb.threads/tls-main.c (foo): New declaration.
7596 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
7597
7598 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
7599
7600 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
7601 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
7602
7603 2015-01-15 Mark Wielaard <mjw@redhat.com>
7604
7605 * gdb.base/noreturn-return.c: New file.
7606 * gdb.base/noreturn-return.exp: New file.
7607 * gdb.base/noreturn-finish.c: New file.
7608 * gdb.base/noreturn-finish.exp: New file.
7609
7610 2015-01-23 Pedro Alves <palves@redhat.com>
7611
7612 * gdb.threads/continue-pending-after-query.c: New file.
7613 * gdb.threads/continue-pending-after-query.exp: New file.
7614
7615 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
7616 Simon Marchi <simon.marchi@ericsson.com>
7617
7618 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
7619 * gdb.base/valgrind-db-attach.exp: Same.
7620 * gdb.base/valgrind-infcall.exp: Same.
7621 * lib/mi-support.exp (default_mi_gdb_start): Same.
7622 * lib/prompt.exp (default_prompt_gdb_start): Same.
7623 * lib/gdb.exp (default_gdb_spawn): Same.
7624 (gdb_interact): New.
7625
7626
7627 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7628
7629 * gdb.compile/compile.exp (pointer to jit function): New test.
7630
7631 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
7632
7633 * lib/gdb.exp (supports_process_record): Return true for
7634 powerpc*-*-linux*.
7635 (supports_reverse): Likewise.
7636
7637 2015-01-15 Don Breazeal <donb@codesourcery.com>
7638
7639 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
7640 instead of checking whether the target board is remote and
7641 use spawn_wait_for_attach instead of exec/sleep.
7642 * gdb.base/attach-twice.exp: Likewise.
7643
7644 2015-01-15 Joel Brobecker <brobecker@adacore.com>
7645
7646 * gdb.ada/var_arr_attrs: New testcase.
7647
7648 2015-01-14 Pedro Alves <palves@redhat.com>
7649 Joel Brobecker <brobecker@adacore.com>
7650
7651 PR gdb/17525
7652 * gdb.base/bp-cmds-execution-x-script.c: New file.
7653 * gdb.base/bp-cmds-execution-x-script.exp: New file.
7654 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
7655
7656 2015-01-14 Pedro Alves <palves@redhat.com>
7657
7658 PR cli/17828
7659 * gdb.base/batch-preserve-term-settings.c: New file.
7660 * gdb.base/batch-preserve-term-settings.exp: New file.
7661
7662 2015-01-13 Doug Evans <dje@google.com>
7663
7664 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
7665 binary.
7666
7667 2015-01-13 Joel Brobecker <brobecker@adacore.com>
7668
7669 * Makefile.in (clean mostlyclean): Do not delete *.py.
7670
7671 2015-01-13 Joel Brobecker <brobecker@adacore.com>
7672
7673 * gdb.python/py-lookup-type.exp: New file.
7674
7675 2015-01-12 Pedro Alves <palves@redhat.com>
7676
7677 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
7678 restore GDBFLAGS before returning.
7679
7680 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7681
7682 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
7683 is_amd64_regs_target and is_x86_like_target.
7684
7685 2015-01-11 Doug Evans <xdje42@gmail.com>
7686
7687 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
7688 is given without an explicit form.
7689 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
7690 attributes.
7691 * gdb.dwarf/corrupt.exp: Ditto.
7692 * gdb.dwarf2/enum-type.exp: Ditto.
7693 * gdb.trace/entry-values.exp: Ditto.
7694 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
7695
7696 2015-01-11 Doug Evans <xdje42@gmail.com>
7697
7698 PR gdb/15830
7699 * gdb.base/maint.exp: Remove references to "maint demangle".
7700 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
7701 Add tests for explicitly specifying language to demangle.
7702 * gdb.dlang/demangle.exp: Ditto.
7703
7704 2015-01-09 Pedro Alves <palves@redhat.com>
7705
7706 * gdb.threads/non-stop-fair-events.c: New file.
7707 * gdb.threads/non-stop-fair-events.exp: New file.
7708
7709 2015-01-09 Pedro Alves <palves@redhat.com>
7710
7711 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
7712 the global scope. Set a breakpoint after all threads are started
7713 rather than stepping over two source lines. Expect the prompt.
7714 * gdb.base/watch_thread_num.c (threads_started_barrier): New
7715 global.
7716 (NUM): Now 15.
7717 (main): Use threads_started_barrier to wait for all threads to
7718 start. Main thread no longer calls thread_function. Exit after
7719 180 seconds.
7720 (loop): New function.
7721 (thread_function): Wait on threads_started_barrier barrier. Call
7722 'loop' at each iteration.
7723 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
7724 threads have started, instead of hardcoding number of "next"
7725 steps. Use an access watchpoint instead of a write watchpoint.
7726
7727 2015-01-09 Pedro Alves <palves@redhat.com>
7728
7729 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
7730 (thread_func): Wait on barrier.
7731 (main): Wait for all threads to start before stopping GDB.
7732 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
7733 global.
7734 (thread1_func, thread2_func): Wait on barrier.
7735 (main): Wait for all threads to start before stopping GDB.
7736 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
7737 New global.
7738 (thread1_func, thread2_func): Wait on barrier.
7739 (main): Wait for all threads to start before stopping GDB.
7740
7741 2015-01-09 Pedro Alves <palves@redhat.com>
7742
7743 * gdb.threads/attach-many-short-lived-threads.c: New file.
7744 * gdb.threads/attach-many-short-lived-threads.exp: New file.
7745
7746 2014-01-09 Pedro Alves <palves@redhat.com>
7747
7748 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
7749 instead of to thread 2.
7750 * gdb.threads/signal-command-multiple-signals-pending.c (main):
7751 Add barrier around each pthread_create call instead of around all
7752 calls.
7753 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
7754 Set a break on thread_function and have the child threads hit it
7755 one at at a time.
7756
7757 2015-01-09 Pedro Alves <palves@redhat.com>
7758
7759 * lib/gdb.exp (can_spawn_for_attach): New procedure.
7760 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
7761 false.
7762 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
7763 checking whether the target board is remote.
7764 * gdb.multi/multi-attach.exp: Likewise.
7765 * gdb.python/py-sync-interp.exp: Likewise.
7766 * gdb.server/ext-attach.exp: Likewise.
7767 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
7768 tests that need to attach, instead of checking whether the target
7769 board is remote at the top of the file.
7770
7771 2015-01-08 Yao Qi <yao@codesourcery.com>
7772
7773 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
7774
7775 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7776
7777 Fix testcase compilation.
7778 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
7779
7780 2015-01-06 Joel Brobecker <brobecker@adacore.com>
7781
7782 * gdb.python/py-type.exp: Add a couple test about empty
7783 array creation, and negative-length array creation.
7784
7785 2015-01-02 Doug Evans <xdje42@gmail.com>
7786
7787 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
7788
7789 2015-01-02 Doug Evans <dje@google.com>
7790
7791 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
7792
7793 2014-12-29 Yao Qi <yao@codesourcery.com>
7794
7795 * gdb.trace/entry-values.exp: Update comments. Rename variable
7796 bar_call_foo to returned_from_foo.
7797
7798 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
7799
7800 PR gdb/17394
7801 * gdb.linespec/break-asm-file.c: New file.
7802 * gdb.linespec/break-asm-file.exp: New file.
7803 * gdb.linespec/break-asm-file0.s: New file.
7804 * gdb.linespec/break-asm-file1.s: New file.
7805
7806 2014-12-18 Nigel Stephens <nigel@mips.com>
7807 Maciej W. Rozycki <macro@codesourcery.com>
7808
7809 * gdb.base/float.exp: Handle the new output from "info float" on
7810 MIPS targets.
7811
7812 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7813
7814 Fix MinGW compilation.
7815 * gdb.compile/compile-ops.exp: Update untested message if
7816 !skip_compile_feature_tests.
7817 * gdb.compile/compile-setjmp.exp: Likewise.
7818 * gdb.compile/compile-tls.exp: Likewise.
7819 * gdb.compile/compile.exp: Likewise.
7820 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
7821 supported on this host".
7822
7823 2014-12-16 Doug Evans <xdje42@gmail.com>
7824
7825 * boards/stabs.exp: New file.
7826
7827 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
7828
7829 * gdb.base/completion.exp: Adjust to format changes of "maint
7830 print user-registers".
7831
7832 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
7833
7834 PR server/17457
7835 * gdb.arch/aarch64-fp.c: New file.
7836 * gdb.arch/aarch64-fp.exp: New file.
7837
7838 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7839
7840 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
7841 r210637, r210913, r211666, r215400, r215817).
7842
7843 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
7844 * dg-extract-results.py: New file.
7845 * dg-extract-results.sh: Use it if the environment seems
7846 suitable.
7847
7848 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
7849
7850 * dg-extract-results.py (parse_run): Handle warnings that
7851 are printed before a test harness is run.
7852
7853 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
7854
7855 * dg-extract-results.py (Named): Remove __cmp__ method.
7856 (output_variation): Use a key to sort variation.harnesses.
7857
7858 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
7859
7860 * dg-extract-results.py: For Python 3, force sys.stdout to
7861 handle surrogate escape sequences.
7862 (safe_open): New function.
7863 (output_segment, main): Use it.
7864
7865 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
7866
7867 * dg-extract-results.py (Prog.result_re): Include options
7868 in test name.
7869
7870 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
7871
7872 * dg-extract-results.py (output_variation): Always sort if
7873 do_sum.
7874
7875 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
7876
7877 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
7878 as long as we get pagination notifications.
7879
7880 2014-12-15 Jason Merrill <jason@redhat.com>
7881
7882 * Makefile.in (check-gdb.%): Restore.
7883 * README: Mention it.
7884
7885 2014-12-13 Joel Brobecker <brobecker@adacore.com>
7886
7887 * gdb.ada/str_uninit: New testcase.
7888
7889 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7890
7891 PR symtab/17642
7892 * gdb.base/vla-stub-define.c: New file.
7893 * gdb.base/vla-stub.c: New file.
7894 * gdb.base/vla-stub.exp: New file.
7895
7896 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
7897 Jan Kratochvil <jan.kratochvil@redhat.com>
7898 Tom Tromey <tromey@redhat.com>
7899
7900 * configure.ac: Add gdb.compile/.
7901 * configure: Regenerate.
7902 * gdb.compile/Makefile.in: New file.
7903 * gdb.compile/compile-ops.exp: New file.
7904 * gdb.compile/compile-ops.c: New file.
7905 * gdb.compile/compile-tls.c: New file.
7906 * gdb.compile/compile-tls.exp: New file.
7907 * gdb.compile/compile-constvar.S: New file.
7908 * gdb.compile/compile-constvar.c: New file.
7909 * gdb.compile/compile-mod.c: New file.
7910 * gdb.compile/compile-nodebug.c: New file.
7911 * gdb.compile/compile-setjmp-mod.c: New file.
7912 * gdb.compile/compile-setjmp.c: New file.
7913 * gdb.compile/compile-setjmp.exp: New file.
7914 * gdb.compile/compile-shlib.c: New file.
7915 * gdb.compile/compile.c: New file.
7916 * gdb.compile/compile.exp: New file.
7917 * lib/gdb.exp (skip_compile_feature_tests): New proc.
7918
7919 2014-12-12 Tom Tromey <tromey@redhat.com>
7920
7921 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
7922 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
7923
7924 2014-12-12 Doug Evans <dje@google.com>
7925
7926 * lib/gdb-python.exp (get_python_valueof): New function.
7927 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
7928
7929 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7930
7931 * gdb.base/completion.exp: Add test for completion of "info
7932 registers ".
7933
7934 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
7935
7936 * gdb.base/func-ptrs.c: New file.
7937 * gdb.base/func-ptrs.exp: New file.
7938
7939 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
7940
7941 PR breakpoints/17012
7942 * gdb.base/dprintf-detach.c: New file.
7943 * gdb.base/dprintf-detach.exp: New file.
7944
7945 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
7946
7947 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
7948 * lib/gdb.exp (target_is_gdbserver): New procedure.
7949
7950 2014-12-08 Doug Evans <dje@google.com>
7951
7952 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
7953
7954 2014-12-05 Yao Qi <yao@codesourcery.com>
7955
7956 * gdb.guile/scm-error.exp: Remove the third argument to
7957 gdb_remote_download.
7958 * gdb.guile/scm-frame-args.exp: Likewise.
7959 * gdb.guile/scm-section-script.exp: Likewise.
7960
7961 2014-12-05 Yao Qi <yao@codesourcery.com>
7962
7963 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
7964
7965 2014-12-04 Doug Evans <dje@google.com>
7966
7967 * gdb.python/py-objfile.exp: Add tests for
7968 objfile.add_separate_debug_file.
7969
7970 2014-12-04 Doug Evans <dje@google.com>
7971
7972 * lib/gdb.exp (get_build_id): New function.
7973 (build_id_debug_filename_get): Rewrite to use it.
7974 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
7975
7976 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
7977
7978 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
7979 `method(long)', not just 0x0.
7980 * gdb.cp/nsalias.exp: Align code labels to 4.
7981 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
7982 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
7983 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
7984 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
7985 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
7986 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
7987
7988 2014-12-02 Doug Evans <dje@google.com>
7989
7990 PR symtab/17602
7991 * gdb.cp/anon-ns.cc: Move guts of this file to ...
7992 * gdb.cp/anon-ns2.cc: ... here. New file.
7993 * gdb.cp/anon-ns.exp: Update.
7994
7995 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
7996
7997 * gdb.python/py-events.py (inferior_call_handler): New.
7998 (register_changed_handler, memory_changed_handler): New.
7999 (test_events.invoke): Register new handlers.
8000 * gdb.python/py-events.exp: Add tests for inferior call,
8001 memory_changed and register_changed events.
8002
8003 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8004
8005 * gdb.base/execl-update-breakpoints.exp: Specify the link address
8006 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
8007 if the linker doesn't understand this.
8008
8009 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
8010
8011 * gdb.python/python.exp: Change expected reply to help().
8012
8013 2014-12-01 Yao Qi <yao@codesourcery.com>
8014
8015 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
8016 AC_CONFIG_SUBDIRS(gdb.gdbtk).
8017 * configure: Re-generated.
8018
8019 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
8020
8021 * gdb.cp/chained-calls.cc: New file.
8022 * gdb.cp/chained-calls.exp: New file.
8023 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8024
8025 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
8026
8027 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8028 * gdb.dwarf2/symtab-producer.exp: Same.
8029 * gdb.gdb/python-interrupts.exp: Same.
8030 * gdb.gdb/python-selftest.exp: Same.
8031 * gdb.python/py-linetable.exp: Same.
8032 * gdb.python/py-type.exp: Same.
8033 * gdb.python/py-value-cc.exp: Same.
8034 * gdb.python/py-value.exp: Same.
8035
8036 2014-11-28 Yao Qi <yao@codesourcery.com>
8037
8038 * gdb.base/break-probes.exp: Match library name prefixed with
8039 sysroot.
8040
8041 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
8042
8043 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
8044 test expected output. Add parentheses for the call to print.
8045 Remove L suffix from integers.
8046
8047 2014-11-26 Doug Evans <dje@google.com>
8048
8049 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8050
8051 2014-11-22 Yao Qi <yao@codesourcery.com>
8052
8053 * gdb.trace/entry-values.c: Remove asms.
8054 (foo): Add foo_label.
8055 (bar): Add bar_label.
8056 * gdb.trace/entry-values.exp: Remove code computing foo's
8057 length and bar's length.
8058 (Dwarf::assemble): Invoke function_range for bar and use
8059 MACRO_AT_func for foo.
8060
8061 2014-11-22 Yao Qi <yao@codesourcery.com>
8062
8063 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8064 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
8065 Use .Lgcc43_procstart instead of gcc43.
8066
8067 2014-11-21 Joel Brobecker <brobecker@adacore.com>
8068
8069 * gdb.ada/n_arr_bound: New testcase.
8070
8071 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
8072
8073 PR breakpoints/10737
8074 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8075 test_catch_syscall_multi_arch.
8076 (test_catch_syscall_multi_arch): New function.
8077
8078 2014-11-20 Doug Evans <xdje42@gmail.com>
8079
8080 * gdb.base/maint.exp: Update expected output.
8081
8082 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8083
8084 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8085 4-byte instruction on S390.
8086
8087 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8088
8089 * gdb.ada/arr_arr: New testcase.
8090
8091 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8092
8093 * gdb.ada/pkd_arr_elem: New Testcase.
8094
8095 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
8096
8097 * gdb.reverse/break-precsave: Expect completion message for
8098 core file reads.
8099 * gdb.reverse/consecutive-precsave.exp: Likewise.
8100 * gdb.reverse/finish-precsave.exp: Likewise.
8101 * gdb.reverse/i386-precsave.exp: Likewise.
8102 * gdb.reverse/machinestate-precsave.exp: Likewise.
8103 * gdb.reverse/sigall-precsave.exp: Likewise.
8104 * gdb.reverse/solib-precsave.exp: Likewise.
8105 * gdb.reverse/step-precsave.exp: Likewise.
8106 * gdb.reverse/until-precsave.exp: Likewise.
8107 * gdb.reverse/watch-precsave.exp: Likewise.
8108
8109 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8110
8111 * gdb.base/bp-permanent.c: Include unistd.h.
8112 * gdb.python/py-framefilter-mi.c (main): Add return type.
8113 * gdb.python/py-framefilter.c (main): Likewise.
8114 * gdb.trace/actions-changed.c (main): Likewise.
8115
8116 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8117
8118 * gdb.mi/until.c: Add eye-catchers.
8119 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8120 line numbers.
8121
8122 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8123
8124 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8125 function header variants in break1.c.
8126 * gdb.base/ena-dis-br.exp: Likewise.
8127 * gdb.base/hbreak2.exp: Likewise.
8128 * gdb.reverse/until-precsave.exp: Drop references to removed
8129 non-prototype function header variants in ur1.c.
8130 * gdb.reverse/until-reverse.exp: Likewise.
8131
8132 2014-11-17 Petr Machata <pmachata@redhat.com>
8133
8134 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8135 ${_cu_offset_size} bytes abbrev offset.
8136
8137 2014-11-15 Doug Evans <xdje42@gmail.com>
8138
8139 PR symtab/17559
8140 * gdb.base/line-symtabs.exp: New file.
8141 * gdb.base/line-symtabs.c: New file.
8142 * gdb.base/line-symtabs.h: New file.
8143
8144 2014-11-14 Yao Qi <yao@codesourcery.com>
8145
8146 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8147 (func): Add label func_label.
8148 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8149 Replace low_pc and high_pc with MACRO_AT_range.
8150 Replace name, low_pc and high_pc with MACRO_AT_func.
8151
8152 2014-11-14 Yao Qi <yao@codesourcery.com>
8153
8154 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8155 Replace name, low_pc and high_pc with MACRO_AT_func.
8156
8157 2014-11-14 Yao Qi <yao@codesourcery.com>
8158
8159 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8160 produce debug information.
8161 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8162
8163 2014-11-14 Yao Qi <yao@codesourcery.com>
8164
8165 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8166 object and get function length.
8167 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8168 with MACRO_AT_func.
8169 (top-level): Replace gdb_compile and clean_restart with
8170 prepare_for_testing.
8171 * gdb.dwarf2/main.c (main): Add label main_label.
8172
8173 2014-11-14 Yao Qi <yao@codesourcery.com>
8174
8175 * lib/dwarf.exp (function_range): New procedure.
8176 (Dwarf::_handle_macro_at_func): New procedure.
8177 (Dwarf::_handle_macro_at_range): New procedure.
8178 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8179
8180 2014-11-14 Yao Qi <yao@codesourcery.com>
8181
8182 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8183 (_handle_attribute): New procedure.
8184
8185 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8186
8187 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8188 * gdb.base/call-sc.c (zed): Likewise.
8189 * gdb.base/checkpoint.c (main): Likewise.
8190 * gdb.base/dump.c (main): Likewise.
8191 * gdb.base/gcore.c (main): Likewise.
8192 * gdb.base/huge.c (main): Likewise.
8193 * gdb.base/multi-forks.c (main): Likewise.
8194 * gdb.base/pr10179-a.c (main): Likewise.
8195 * gdb.base/savedregs.c (main): Likewise.
8196 * gdb.base/sigaltstack.c (main): Likewise.
8197 * gdb.base/siginfo.c (main): Likewise.
8198 * gdb.base/structs.c (zed): Likewise.
8199 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8200 * gdb.mi/mi-syn-frame.c (main): Likewise.
8201 * gdb.mi/until.c (foo, main): Likewise.
8202 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8203 * gdb.base/solib-weak.c (foo): Declare.
8204 * gdb.base/attach-twice.c: Include stdio.h.
8205 * gdb.base/weaklib1.c: Likewise.
8206 * gdb.base/weaklib2.c: Likewise.
8207 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8208 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8209 unistd.h.
8210 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8211 * gdb.mi/mi-exit-code.c: Likewise.
8212 * gdb.base/break-interp-lib.c: Include string.h.
8213 * gdb.base/coremaker.c: Likewise.
8214 * gdb.base/testenv.c: Likewise.
8215 * gdb.python/py-finish-breakpoint.c: Likewise.
8216 * gdb.base/inferior-died.c: Include sys/wait.h.
8217 * gdb.base/fileio.c: Include time.h.
8218 * gdb.base/async-shell.c: Include unistd.h.
8219 * gdb.base/dprintf-non-stop.c: Likewise.
8220 * gdb.base/info-os.c: Likewise.
8221 * gdb.mi/mi-console.c: Likewise.
8222 * gdb.mi/watch-nonstop.c: Likewise.
8223 * gdb.python/py-events.c: Likewise.
8224 * gdb.base/async.c (baz): Move up before its invocation.
8225 * gdb.base/code_elim2.c (my_global_func): Likewise.
8226 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8227 * gdb.base/advance.c (func2): Likewise.
8228
8229 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8230
8231 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8232 variant.
8233 * gdb.base/annota3.c: Likewise.
8234 * gdb.base/async.c: Likewise.
8235 * gdb.base/average.c: Likewise.
8236 * gdb.base/call-ar-st.c: Likewise.
8237 * gdb.base/call-rt-st.c: Likewise.
8238 * gdb.base/call-sc.c: Likewise.
8239 * gdb.base/call-strs.c: Likewise.
8240 * gdb.base/ending-run.c: Likewise.
8241 * gdb.base/execd-prog.c: Likewise.
8242 * gdb.base/exprs.c: Likewise.
8243 * gdb.base/foll-exec.c: Likewise.
8244 * gdb.base/foll-fork.c: Likewise.
8245 * gdb.base/foll-vfork.c: Likewise.
8246 * gdb.base/funcargs.c: Likewise.
8247 * gdb.base/gcore.c: Likewise.
8248 * gdb.base/jump.c: Likewise.
8249 * gdb.base/langs0.c: Likewise.
8250 * gdb.base/langs1.c: Likewise.
8251 * gdb.base/langs2.c: Likewise.
8252 * gdb.base/mips_pro.c: Likewise.
8253 * gdb.base/nodebug.c: Likewise.
8254 * gdb.base/opaque0.c: Likewise.
8255 * gdb.base/opaque1.c: Likewise.
8256 * gdb.base/recurse.c: Likewise.
8257 * gdb.base/run.c: Likewise.
8258 * gdb.base/scope0.c: Likewise.
8259 * gdb.base/scope1.c: Likewise.
8260 * gdb.base/setshow.c: Likewise.
8261 * gdb.base/setvar.c: Likewise.
8262 * gdb.base/shmain.c: Likewise.
8263 * gdb.base/shr1.c: Likewise.
8264 * gdb.base/shr2.c: Likewise.
8265 * gdb.base/sigall.c: Likewise.
8266 * gdb.base/signals.c: Likewise.
8267 * gdb.base/so-indr-cl.c: Likewise.
8268 * gdb.base/solib2.c: Likewise.
8269 * gdb.base/structs.c: Likewise.
8270 * gdb.base/sum.c: Likewise.
8271 * gdb.base/vforked-prog.c: Likewise.
8272 * gdb.base/watchpoint.c: Likewise.
8273 * gdb.reverse/shr2.c: Likewise.
8274 * gdb.reverse/until-reverse.c: Likewise.
8275 * gdb.reverse/ur1.c: Likewise.
8276 * gdb.reverse/watch-reverse.c: Likewise.
8277
8278 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8279
8280 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8281 variant.
8282 * gdb.base/sepdebug.exp: Drop references to removed code.
8283
8284 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8285
8286 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8287 variant. Preserve original line numbering.
8288 * gdb.base/list1.c: Likewise.
8289
8290 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8291
8292 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8293 variant.
8294 * gdb.base/break1.c: Likewise.
8295 * gdb.base/break.exp: Drop references to removed code.
8296
8297 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8298
8299 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8300 variant.
8301
8302 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8303
8304 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8305
8306 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8307
8308 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8309 logic into perform_all_tests() and invoke it with and without
8310 function header prototypes.
8311 (do_function_calls): Remove conditional XFAIL for PR 5318.
8312 (rerun_and_prepare): Remove duplicate code.
8313 (perform_all_tests): New. Main logic moved here.
8314
8315 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8316
8317 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8318 code guarded by #ifdef NO_PROTOTYPES.
8319 (t_double_many_args): Likewise.
8320 (DEF_FUNC_MANY_ARGS_1): Likewise.
8321 (DEF_FUNC_VALUES_1): Likewise.
8322 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8323 guarded by #ifdef PROTOTYPES.
8324
8325 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8326
8327 * gdb.mi/mi-console.c: Add eye-catcher.
8328 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8329 instead of literal line number.
8330
8331 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8332
8333 * gdb.base/shr2.c: Add eye-catcher.
8334 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8335 line number.
8336
8337 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8338
8339 * gdb.base/jump.c: Add eye-catchers.
8340 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8341 numbers.
8342
8343 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8344
8345 * gdb.base/execd-prog.c: Add eye-catchers.
8346 * gdb.base/foll-exec.c: Likewise.
8347 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8348 line numbers.
8349
8350 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8351
8352 * gdb.base/ending-run.c: Add eye-catchers.
8353 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8354 literal line numbers.
8355
8356 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8357
8358 * gdb.base/call-rt-st.c: Add eye-catchers.
8359 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8360 literal line numbers.
8361
8362 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8363
8364 * gdb.base/call-ar-st.c: Add eye-catchers.
8365 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8366 literal line numbers.
8367
8368 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8369
8370 * gdb.base/average.c: Add eye-catchers.
8371 * gdb.base/sum.c: Likewise.
8372 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8373 regexps dynamically.
8374
8375 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8376
8377 * gdb.base/solib1.c: Add eye-catchers.
8378 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8379 literal line numbers.
8380
8381 2014-11-12 Pedro Alves <palves@redhat.com>
8382
8383 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8384 leader has exited.
8385
8386 2014-11-12 Pedro Alves <palves@redhat.com>
8387
8388 * gdb.arch/i386-bp_permanent.c: New file.
8389 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8390 (srcfile): Set to i386-bp_permanent.c.
8391 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8392 that stepi does not execute the 'leave' instruction, instead of
8393 testing it does execute.
8394 * gdb.base/bp-permanent.c: New file.
8395 * gdb.base/bp-permanent.exp: New file.
8396
8397 2014-11-10 Doug Evans <xdje42@gmail.com>
8398
8399 PR symtab/17564
8400 * gdb.base/symtab-search-order.exp: New file.
8401 * gdb.base/symtab-search-order.c: New file.
8402 * gdb.base/symtab-search-order-1.c: New file.
8403 * gdb.base/symtab-search-order-shlib-1.c: New file.
8404
8405 2014-11-07 Pedro Alves <palves@redhat.com>
8406
8407 PR gdb/17511
8408 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8409 i?86-*-linux*.
8410
8411 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8412
8413 PR c++/17494
8414 * gdb.cp/pr17494.cc: New file.
8415 * gdb.cp/pr17494.exp: New file.
8416
8417 2014-11-02 Yao Qi <yao@codesourcery.com>
8418
8419 * gdb.python/python.exp: Get working directory and match the
8420 output of "set extended-prompt \\w " with it.
8421
8422 2014-10-30 Doug Evans <dje@google.com>
8423
8424 * gdb.python/py-objfile.exp: Add tests for setting random attributes
8425 in objfiles.
8426 * gdb.python/py-progspace.exp: Add tests for setting random attributes
8427 in progspaces.
8428
8429 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
8430
8431 * gdb.base/fullpath-expand.exp: Skip for a remote host.
8432 * gdb.base/realname-expand.exp: Likewise.
8433 * gdb.linespec/macro-relative.exp: Likewise.
8434
8435 2014-10-29 Pedro Alves <palves@redhat.com>
8436
8437 PR gdb/17408
8438 * gdb.threads/schedlock.c (some_function): New function.
8439 (call_function): New global.
8440 (MAYBE_CALL_SOME_FUNCTION): New macro.
8441 (thread_function): Call it.
8442 * gdb.threads/schedlock.exp (get_args): Add description parameter,
8443 and use it instead of a global counter. Adjust all callers.
8444 (get_current_thread): Use "find current thread" for test message
8445 here rather than having all callers pass down the same string.
8446 (goto_loop): New procedure, factored out from ...
8447 (my_continue): ... this.
8448 (step_ten_loops): Change parameter from test message to command to
8449 use. Adjust.
8450 (list_count): Delete global.
8451 (check_result): New procedure, factored out from duplicate top
8452 level code.
8453 (continue tests): Wrap in with_test_prefix.
8454 (test_step): New procedure, factored out from duplicate top level
8455 code.
8456 (top level): Test "step" in combination with all scheduler-locking
8457 modes. Test "next" in combination with all scheduler-locking
8458 modes, and in combination with stepping over a function call or
8459 not.
8460 * gdb.threads/next-bp-other-thread.c: New file.
8461 * gdb.threads/next-bp-other-thread.exp: New file.
8462
8463 2014-10-29 Pedro Alves <palves@redhat.com>
8464
8465 PR python/17372
8466 * gdb.python/python.exp: Test a multi-line command that spawns
8467 interactive Python.
8468 * gdb.base/multi-line-starts-subshell.exp: New file.
8469
8470 2014-10-29 Yao Qi <yao@codesourcery.com>
8471
8472 * gdb.base/fileio.exp: Make directories on host.
8473
8474 2014-10-29 Yao Qi <yao@codesourcery.com>
8475
8476 * gdb.base/fileio.c (test_write): Close the file.
8477
8478 2014-10-28 Pedro Alves <palves@redhat.com>
8479
8480 PR gdb/12623
8481 * gdb.base/sigstep.c (no_handler): New global.
8482 (main): If 'no_handler is true, set the signal handlers to
8483 SIG_IGN.
8484 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8485 with_sw_watch and no_handler parameters. Handle them.
8486 (top level) <stepping over handler when stopped at a breakpoint
8487 test>: Add a test axis for testing with a software watchpoint, and
8488 another for testing with the signal handler set to SIG_IGN.
8489 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8490 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8491
8492 2014-10-28 Pedro Alves <palves@redhat.com>
8493
8494 PR gdb/17511
8495 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8496 * gdb.base/sigstep.exp (other_handler_location): New global.
8497 (advance): Support stepping into the signal handler, and running
8498 commands while in the handler.
8499 (in_handler_map): New global.
8500 (top level): In the advance test, add combinations for getting
8501 into the handler with stepping commands, and for running commands
8502 in the handler. Add comment descripting the advancei tests.
8503
8504 2014-10-28 Pedro Alves <palves@redhat.com>
8505
8506 * gdb.base/sigstep.exp: Use build_executable instead of
8507 prepare_for_testing.
8508 (top level): Move code that starts GDB, runs to main and creates a
8509 display to ...
8510 (restart): ... this new procedure.
8511 (top level): Move backtrace from signal handler test to ...
8512 (validate_backtrace): ... this new procedure.
8513 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
8514 with_test_prefix. Always restart GDB.
8515 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
8516 with_test_prefix. Always restart GDB. No need to delete
8517 breakpoints after the test.
8518 (test_skip_handler): Remove prefix parameter.
8519 (skip_over_handler, breakpoint_to_handler)
8520 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8521 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
8522 restart GDB. No need to delete breakpoints after the test.
8523 (top level): Use foreach to call the test procedures with
8524 different commands.
8525
8526 2014-10-28 Pedro Alves <palves@redhat.com>
8527
8528 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8529 instead of GNATS numbers.
8530 * gdb.base/sigbpt.exp: Likewise.
8531 * gdb.base/siginfo.exp: Likewise.
8532 * gdb.base/sigstep.exp: Likewise.
8533
8534 2014-10-27 Pedro Alves <palves@redhat.com>
8535
8536 * gdb.base/sigstep.c (dummy): New global.
8537 (main): Issue a couple writes to the new global.
8538 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8539 procedures.
8540 (skip_over_handler): Use test_skip_handler.
8541 (top level): Call skip_over_handler for stepi and nexti too.
8542 (breakpoint_over_handler): Use test_skip_handler.
8543 (top level): Call breakpoint_over_handler for stepi and nexti too.
8544
8545 2014-10-27 Yao Qi <yao@codesourcery.com>
8546
8547 * gdb.trace/tfile.c (adjust_function_address)
8548 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8549 function descriptor.
8550
8551 2014-10-24 Don Breazeal <donb@codesourcery.com>
8552
8553 * gdb.base/foll-fork.exp (test_follow_fork,
8554 catch_fork_child_follow): Check for updated fork messages emitted
8555 from infrun.c.
8556 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8557 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8558 vfork_and_exec_child_follow_through_step): Check for updated vfork
8559 messages emitted from infrun.c.
8560
8561 2014-10-24 Pedro Alves <palves@redhat.com>
8562
8563 * gdb.base/corefile.exp: Remove references to ultrix.
8564 * gdb.base/interrupt.exp: Likewise.
8565 * gdb.base/whatis.exp: Likewise.
8566 * gdb.gdb/selftest.exp: Likewise.
8567 * gdb.threads/manythreads.exp: Likewise.
8568 * gdb.threads/print-threads.exp: Likewise.
8569 * gdb.threads/pthreads.exp:: Likewise.
8570 * gdb.threads/schedlock.exp: Likewise.
8571
8572 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
8573
8574 * gdb.cp/non-trivial-retval.cc: Add a test case.
8575 * gdb.cp/non-trivial-retval.exp: Add a test.
8576
8577 2014-10-20 Yao Qi <yao@codesourcery.com>
8578
8579 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8580 * gdb.python/py-objfile-script-gdb.py: New file.
8581 * gdb.python/py-objfile-script.exp: Update reference to
8582 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
8583 of remote_download. Remove the dest file.
8584
8585 2014-10-20 Yao Qi <yao@codesourcery.com>
8586
8587 * gdb.base/checkpoint.exp: Don't remove file copied on host.
8588 * gdb.base/step-line.exp: Likewise.
8589 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8590 * gdb.dwarf2/dw2-basic.exp: Likewise.
8591 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8592 * gdb.dwarf2/dw2-filename.exp: Likewise.
8593 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8594 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8595 * gdb.dwarf2/dw2-producer.exp: Likewise.
8596 * gdb.dwarf2/mac-fileno.exp: Likewise.
8597 * gdb.python/py-frame-args.exp: Likewise.
8598 * gdb.python/py-framefilter.exp: Likewise.
8599 * gdb.python/py-mi.exp: Likewise.
8600 * gdb.python/py-objfile-script.exp: Likewise
8601 * gdb.python/py-pp-integral.exp: Likewise.
8602 * gdb.python/py-pp-re-notag.exp: Likewise.
8603 * gdb.python/py-prettyprint.exp: Likewise.
8604 * gdb.python/py-section-script.exp: Likewise.
8605 * gdb.python/py-typeprint.exp: Likewise.
8606 * gdb.python/py-xmethods.exp: Likewise.
8607 * gdb.stabs/weird.exp: Likewise.
8608 * gdb.xml/tdesc-regs.exp: Likewise.
8609
8610 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
8611
8612 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
8613 (out_cu): Use addr_len for the size of addresses.
8614 (out_line): Likewise. Size DW_LNE_set_address instruction
8615 according to addr_len.
8616 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
8617 (FUNC): Add START_INSNS to definition.
8618
8619 2014-10-18 Yao Qi <yao@codesourcery.com>
8620
8621 * gdb.base/argv0-symlink.exp: Check argv[0] value if
8622 gdb_has_argv0 return true.
8623 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
8624 check [target_info exists noargs], check [gdb_has_argv0]
8625 instead.
8626 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
8627 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
8628 procedures.
8629
8630 2014-10-17 Doug Evans <dje@google.com>
8631
8632 * gdb.python/py-events.exp: Update expected output for clear_objfiles
8633 event.
8634 * gdb.python/py-events.py: Add clear_objfiles event.
8635
8636 2014-10-17 Doug Evans <dje@google.com>
8637
8638 * gdb.python/py-objfile.exp: Test progspace attribute.
8639
8640 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
8641
8642 * gdb.guile/scm-breakpoint.exp: Do not assume any
8643 directory separators when matching source file paths.
8644 * gdb.python/py-breakpoint.exp: Likewise.
8645 * gdb.reverse/break-precsave.exp: Likewise.
8646 * gdb.reverse/break-reverse.exp: Likewise.
8647 * gdb.reverse/consecutive-precsave.exp: Likewise.
8648 * gdb.reverse/finish-precsave.exp: Likewise.
8649 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8650 * gdb.reverse/finish-reverse.exp: Likewise.
8651 * gdb.reverse/i386-precsave.exp: Likewise.
8652 * gdb.reverse/i387-env-reverse.exp: Likewise.
8653 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8654 * gdb.reverse/machinestate-precsave.exp: Likewise.
8655 * gdb.reverse/machinestate.exp: Likewise.
8656 * gdb.reverse/sigall-precsave.exp: Likewise.
8657 * gdb.reverse/solib-precsave.exp: Likewise.
8658 * gdb.reverse/step-precsave.exp: Likewise.
8659 * gdb.reverse/until-precsave.exp: Likewise.
8660 * gdb.reverse/watch-precsave.exp: Likewise.
8661 * gdb.reverse/watch-reverse.exp: Likewise.
8662
8663 2014-10-17 Yao Qi <yao@codesourcery.com>
8664
8665 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
8666 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
8667
8668 2014-10-17 Pedro Alves <palves@redhat.com>
8669
8670 PR gdb/17471
8671 * gdb.base/bg-execution-repeat.c: New file.
8672 * gdb.base/bg-execution-repeat.exp: New file.
8673
8674 2014-10-17 Pedro Alves <palves@redhat.com>
8675
8676 PR gdb/17300
8677 * gdb.base/continue-all-already-running.c: New file.
8678 * gdb.base/continue-all-already-running.exp: New file.
8679
8680 2014-10-17 Pedro Alves <palves@redhat.com>
8681
8682 PR gdb/17472
8683 * gdb.base/annota-input-while-running.c: New file.
8684 * gdb.base/annota-input-while-running.exp: New file.
8685
8686 2014-10-17 Pedro Alves <palves@redhat.com>
8687
8688 * gdb.base/callfuncs.exp: emove references to osf.
8689 * gdb.base/sigall.exp: Likewise.
8690 * gdb.gdb/selftest.exp: Likewise.
8691 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
8692 * gdb.mi/non-stop.c: Likewise.
8693 * gdb.mi/pthreads.c: Likewise.
8694 * gdb.reverse/sigall-precsave.exp: Likewise.
8695 * gdb.reverse/sigall-reverse.exp: Likewise.
8696 * gdb.threads/pthreads.c: Likewise.
8697 * gdb.threads/pthreads.exp: Likewise.
8698
8699 2014-10-17 Yao Qi <yao@codesourcery.com>
8700
8701 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
8702 check 'target_info exists noargs'.
8703 (test_command_prompt_position): Likewise.
8704 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
8705 Remove "set args".
8706 (progvar_simple_while_test): Likewise.
8707 (progvar_complex_if_while_test): Likewise.
8708 (if_while_breakpoint_command_test): Likewise.
8709 (infrun_breakpoint_command_test): Likewise.
8710 (breakpoint_command_test): Likewise.
8711 (watchpoint_command_test): Likewise.
8712 (bp_deleted_in_command_test): Likewise.
8713 (temporary_breakpoint_commands): Likewise.
8714
8715 2014-10-16 Yao Qi <yao@codesourcery.com>
8716
8717 * gdb.base/remotetimeout.exp: Remove noargs checking.
8718
8719 2014-10-15 Pedro Alves <palves@redhat.com>
8720
8721 PR breakpoints/9649
8722 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
8723 * gdb.base/breakpoint-in-ro-region.exp
8724 (probe_target_hardware_step): New procedure.
8725 (top level): Probe hardware stepping and hardware breakpoint
8726 support. Test stepping through a read-only region, with both
8727 "breakpoint auto-hw" on and off and both "always-inserted" on and
8728 off.
8729
8730 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
8731
8732 * gdb.dlang/demangle.exp: Update for demangling changes.
8733
8734 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8735
8736 * gdb.cp/non-trivial-retval.cc: Add new test cases.
8737 * gdb.cp/non-trivial-retval.exp: Add new tests.
8738
8739 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8740
8741 PR c++/13403
8742 PR c++/15154
8743 * gdb.cp/non-trivial-retval.cc: New file.
8744 * gdb.cp/non-trivial-retval.exp: New file.
8745
8746 2014-10-15 Yao Qi <yao@codesourcery.com>
8747
8748 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
8749 remote host.
8750
8751 2014-10-15 Yao Qi <yao@codesourcery.com>
8752
8753 * gdb.python/py-symbol.exp: Match file base name if host is
8754 remote, otherwise match file name with dir name.
8755 * gdb.python/py-symtab.exp: Likewise.
8756 * gdb.python/python.exp: Likewise.
8757
8758 2014-10-15 Yao Qi <yao@codesourcery.com>
8759
8760 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
8761 pattern.
8762 * gdb.python/py-symtab.exp: Likewise.
8763 * gdb.python/python.exp: Remove trailing ".*". Fix typo
8764 locationn.
8765
8766 2014-10-14 Joel Brobecker <brobecker@adacore.com>
8767
8768 * gdb.ada/addr_arith: New testcase.
8769
8770 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
8771
8772 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
8773 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
8774 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
8775 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
8776
8777 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
8778
8779 * gdb.arch/stap-eval-lang-ada.S: Likewise.
8780 * gdb.arch/stap-eval-lang-ada.c: Likewise.
8781 * gdb.arch/stap-eval-lang-ada.exp: New file.
8782
8783 2014-10-14 Yao Qi <yao@codesourcery.com>
8784
8785 * gdb.mi/mi-var-child.c (nothing1): New function.
8786 (nothing2): New function.
8787 (do_children_tests): Set function pointers by nothing1 and
8788 nothing2.
8789 * gdb.mi/mi-var-child.exp: Step over new added statements.
8790 Update test to match the new output.
8791 * gdb.mi/var-cmd.c (nothing1): New function.
8792 (nothing2): New function.
8793 (do_children_tests): Set function pointers by nothing1 and
8794 nothing2.
8795 * gdb.mi/mi-var-display.exp: Update test to match output.
8796 Step to the line specified by $line_dct_nothing.
8797 Increase the number of lines to step.
8798
8799 2014-10-14 Yao Qi <yao@codesourcery.com>
8800
8801 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
8802 tests.
8803 * gdb.mi/mi2-var-child.exp: Likewise.
8804
8805 2014-10-13 Doug Evans <dje@google.com>
8806
8807 * gdb.python/py-objfile.exp: Change name of file name test.
8808
8809 2014-10-13 Doug Evans <dje@google.com>
8810
8811 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
8812 from the start of the CU.
8813
8814 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8815 Yao Qi <yao@codesourcery.com>
8816
8817 Fix "save breakpoints" for "catch" command.
8818 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
8819 Remove -nonewline. Match also the added "main" line.
8820
8821 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8822
8823 Fix "save breakpoints" for "disable $bpnum" command.
8824 * gdb.base/save-bp.c (main): Add label.
8825 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
8826
8827 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8828
8829 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
8830
8831 2014-10-11 Yao Qi <yao@codesourcery.com>
8832
8833 * gdb.server/server-kill.exp: Execute command
8834 "set remote trace-status-packet on" before "tstatus".
8835
8836 2014-10-11 Yao Qi <yao@codesourcery.com>
8837
8838 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
8839 (main): Call getppid.
8840 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
8841 and continue to it. Read variable "server_pid".
8842
8843 2014-10-11 Yao Qi <yao@codesourcery.com>
8844
8845 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
8846
8847 2014-10-11 Yao Qi <yao@codesourcery.com>
8848
8849 * gdb.threads/thread-find.exp: Don't execute command
8850 "info threads".
8851 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
8852 * gdb.threads/linux-dp.exp: Don't check the condition
8853 $threads_created equals to zero.
8854
8855 2014-10-10 Pedro Alves <palves@redhat.com>
8856
8857 * gdb.base/bigcore.exp: Remove references to IRIX.
8858 * gdb.base/funcargs.exp: Likewise.
8859 * gdb.base/interrupt.exp: Likewise.
8860 * gdb.base/mips_pro.exp: Likewise.
8861 * gdb.base/nodebug.exp: Likewise.
8862 * gdb.base/setvar.exp: Likewise.
8863 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
8864
8865 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8866 Pedro Alves <palves@redhat.com>
8867
8868 PR symtab/14466
8869 * gdb.base/vdso-warning.c: New file.
8870 * gdb.base/vdso-warning.exp: New file.
8871
8872 2014-10-02 Doug Evans <dje@google.com>
8873
8874 * gdb.base/structs.c (main): Don't run forever.
8875
8876 2014-10-02 Pedro Alves <palves@redhat.com>
8877
8878 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
8879 (top level) <stop threads 1, stop threads 2>: Use it.
8880
8881 2014-10-02 Pedro Alves <palves@redhat.com>
8882
8883 * gdb.threads/break-while-running.exp (test): Add new
8884 'update_thread_list' argument. Skip "info threads" if false.
8885 (top level): Add new 'update_thread_list' axis.
8886
8887 2014-10-02 Pedro Alves <palves@redhat.com>
8888
8889 PR breakpoints/17431
8890 * gdb.base/execl-update-breakpoints.c: New file.
8891 * gdb.base/execl-update-breakpoints.exp: New file.
8892
8893 2014-10-01 Pedro Alves <palves@redhat.com>
8894
8895 * gdb.base/breakpoint-in-ro-region.c: New file.
8896 * gdb.base/breakpoint-in-ro-region.exp: New file.
8897
8898 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
8899
8900 * gdb.mi/mi-exit-code.exp: New file.
8901 * gdb.mi/mi-exit-code.c: New file.
8902
8903 2014-09-30 Yao Qi <yao@codesourcery.com>
8904
8905 * lib/prelink-support.exp (build_executable_own_libs): Error if
8906 the target isn't native.
8907
8908 2014-09-30 Yao Qi <yao@codesourcery.com>
8909
8910 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
8911 false.
8912
8913 2014-09-22 Pedro Alves <palves@redhat.com>
8914
8915 * gdb.threads/break-while-running.exp: New file.
8916 * gdb.threads/break-while-running.c: New file.
8917
8918 2014-09-19 Yao Qi <yao@codesourcery.com>
8919
8920 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
8921 Invoke test. Restart GDB with --readnow and invoke test again.
8922
8923 2014-09-19 Yao Qi <yao@codesourcery.com>
8924
8925 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
8926 proc set_breakpoint_on_gcd_function. Invoke
8927 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
8928 invoke set_breakpoint_on_gcd_function again.
8929
8930 2014-09-18 Doug Evans <dje@google.com>
8931
8932 * gdb.dwarf2/symtab-producer.exp: New file.
8933
8934 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
8935
8936 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
8937 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
8938 * gdb.base/global-var-nested-by-dso.c: Likewise.
8939 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8940
8941 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
8942 Pedro Alves <palves@redhat.com>
8943
8944 * gdb.base/watch-bitfields.exp: Pass string other than test file
8945 name to prepare_for_testing.
8946 (watch): New procedure.
8947 (expect_watchpoint): Use with_test_prefix.
8948 (top level): Factor out tests to ...
8949 (test_watch_location, test_regular_watch): ... these new
8950 procedures, and use with_test_prefix and gdb_continue_to_end.
8951
8952 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
8953
8954 PR breakpoints/12526
8955 * gdb.base/watch-bitfields.exp: New file.
8956 * gdb.base/watch-bitfields.c: New file.
8957
8958 2014-09-16 Pedro Alves <palves@redhat.com>
8959
8960 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
8961 software and hardware addresses, not software address against
8962 itself.
8963
8964 2014-09-16 Pedro Alves <palves@redhat.com>
8965
8966 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
8967 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
8968
8969 2014-09-16 Pedro Alves <palves@redhat.com>
8970
8971 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
8972 files.
8973 * gdb.base/a2-run.exp: Remove all code guarded by istarget
8974 "*-*-vxworks*" throughout.
8975 * gdb.base/break.exp: Likewise.
8976 * gdb.base/default.exp: Likewise.
8977 * gdb.base/scope.exp: Likewise.
8978 * gdb.base/sepdebug.exp: Likewise.
8979 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
8980 throughout.
8981 * gdb.base/run.c: Likewise.
8982 * gdb.base/sepdebug.c: Likewise.
8983 * gdb.hp/gdb.aCC/run.c: Likewise.
8984 * gdb.reverse/until-reverse.c: Likewise.
8985 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
8986
8987 2014-09-16 Yao Qi <yao@codesourcery.com>
8988
8989 * boards/local-remote-host-native.exp: New file.
8990
8991 2014-09-14 Doug Evans <xdje42@gmail.com>
8992
8993 * gdb.threads/queue-signal.c (thread_count): New variable.
8994 (thread_count_mutex, thread_count_condvar): New variables.
8995 (incr_thread_count, wait_all_threads_running): New functions.
8996 (main): Wait for all threads to be in their thread functions.
8997
8998 2014-09-13 Doug Evans <xdje42@gmail.com>
8999
9000 * gdb.threads/queue-signal.c: New file.
9001 * gdb.threads/queue-signal.exp: New file.
9002
9003 2014-09-13 Doug Evans <xdje42@gmail.com>
9004
9005 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9006 be consistent with what default_gdb_init uses.
9007 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9008 the plain text of the prompt. Add some logging printfs.
9009 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9010
9011 2014-09-12 Pedro Alves <palves@redhat.com>
9012
9013 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9014 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9015 * gdb.arch/i386-size-overlap.exp: Likewise.
9016 * gdb.arch/i386-size.exp: Likewise.
9017 * gdb.arch/i386-unwind.exp: Likewise.
9018 * gdb.base/a2-run.exp: Likewise.
9019 * gdb.base/break.exp: Likewise.
9020 * gdb.base/charset.exp: Likewise.
9021 * gdb.base/chng-syms.exp: Likewise.
9022 * gdb.base/commands.exp: Likewise.
9023 * gdb.base/dbx.exp: Likewise.
9024 * gdb.base/find.exp: Likewise.
9025 * gdb.base/funcargs.exp: Likewise.
9026 * gdb.base/jit-simple.exp: Likewise.
9027 * gdb.base/reread.exp: Likewise.
9028 * gdb.base/sepdebug.exp: Likewise.
9029 * gdb.base/step-bt.exp: Likewise.
9030 * gdb.cp/mb-inline.exp: Likewise.
9031 * gdb.cp/mb-templates.exp: Likewise.
9032 * gdb.objc/basicclass.exp: Likewise.
9033 * gdb.threads/killed.exp: Likewise.
9034
9035 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9036
9037 PR tdep/17379
9038 * gdb.arch/powerpc-stackless.S: New file.
9039 * gdb.arch/powerpc-stackless.exp: New file.
9040
9041 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9042
9043 * gdb.base/attach.c: Include unistd.h.
9044 (main): Call alarm. Add label postloop.
9045 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
9046 gdb_breakpoint, gdb_continue_to_breakpoint.
9047 (test_command_line_attach_run): Kill ${testpid} in one exit path.
9048
9049 2014-09-11 Pedro Alves <palves@redhat.com>
9050
9051 PR gdb/17347
9052 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9053 * gdb.base/attach.exp (test_command_line_attach_run): New
9054 procedure.
9055 (top level): Call it.
9056
9057 2014-09-11 Pedro Alves <palves@redhat.com>
9058
9059 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9060 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9061 (do_command_attach_tests): Use spawn_wait_for_attach.
9062 * gdb.base/solib-overlap.exp: Likewise.
9063 * gdb.multi/multi-attach.exp: Likewise.
9064 * gdb.python/py-prompt.exp: Likewise.
9065 * gdb.python/py-sync-interp.exp: Likewise.
9066 * gdb.server/ext-attach.exp: Likewise.
9067
9068 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
9069
9070 * gdb.fortran/array-element.exp: Remove unexpected "continue"
9071 command in testcase. Simplify testcase.
9072
9073 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9074
9075 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9076
9077 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9078
9079 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9080
9081 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9082
9083 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9084
9085 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9086
9087 * gdb.dwarf2/dynarr-ptr.c: New file.
9088 * gdb.dwarf2/dynarr-ptr.exp: New file.
9089
9090 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9091
9092 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9093 of 30 rather than hardcoding 120 for a slow test case. Take the
9094 `gdb,timeout' target setting into account for this calculation.
9095 Don't extend the timeout for the test cases that don't need it.
9096
9097 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9098
9099 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9100 a factor of 2 for a slow test case. Take the `gdb,timeout'
9101 target setting into account for this calculation.
9102 * gdb.reverse/until-precsave.exp: Increase the timeout by
9103 a factor of 15 and 3 respectively rather than adding 120
9104 for a pair of slow test cases. Take the `gdb,timeout'
9105 target setting into account for this calculation.
9106
9107 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9108
9109 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9110 timeout, don't pass one down to gdb_expect.
9111 (gdb_expect): Rework timeout selection.
9112
9113 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9114
9115 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9116 exception on timeout.
9117 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9118 (gdbserver_start_extended): Catch any `gdbserver_start' error
9119 exceptions.
9120 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9121 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9122 `gdbserver_gdb_load' error exceptions.
9123
9124 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9125
9126 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9127 120 on waiting for the TCP socket to open.
9128
9129 2014-09-09 Doug Evans <xdje42@gmail.com>
9130
9131 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9132 _caller_matches, _any_caller_is, _any_caller_matches.
9133
9134 2014-09-09 Doug Evans <xdje42@gmail.com>
9135
9136 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9137
9138 2014-09-09 Yao Qi <yao@codesourcery.com>
9139
9140 * gdb.mi/mi-var-display.exp: Set print symbol off.
9141
9142 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9143
9144 PR gdb/17035
9145 * gdb.base/commands.exp: Add tests to verify user-defined
9146 commands with empty bodies.
9147 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9148 python commands in `show user command`.
9149 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9150 scheme commands in `show user command`.
9151
9152 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9153
9154 PR python/17355
9155 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9156 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9157 * gdb.python/py-framefilter-invalidarg.exp: New file.
9158 * gdb.python/py-framefilter-invalidarg.py: New file.
9159
9160 2014-09-06 Doug Evans <xdje42@gmail.com>
9161
9162 PR 15276
9163 * gdb.python/py-caller-is.c: New file.
9164 * gdb.python/py-caller-is.exp: New file.
9165
9166 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9167
9168 PR gdb/17235
9169 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9170 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9171
9172 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9173
9174 PR fortran/17237
9175 * gdb.fortran/print-formatted.exp: New file.
9176 * gdb.fortran/print-formatted.f90: Likewise.
9177
9178 2014-09-03 Sasha Smundak <asmundak@google.com>
9179
9180 * gdb.python/py-frame.exp: Test Frame.read_register.
9181
9182 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9183
9184 PR python/16699
9185 * gdb.python/py-completion.exp: New file.
9186 * gdb.python/py-completion.py: Likewise.
9187
9188 2014-08-28 Doug Evans <dje@google.com>
9189
9190 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9191 eax,etc. are live with values set by gdb and thus the compiler can't
9192 use them.
9193 * gdb.arch/i386-pseudo.c (main): Ditto.
9194
9195 2014-08-27 Doug Evans <dje@google.com>
9196
9197 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9198
9199 2014-08-25 Doug Evans <dje@google.com>
9200
9201 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9202 (main): Ditto.
9203
9204 2014-08-25 Doug Evans <dje@google.com>
9205
9206 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9207
9208 2014-08-24 Yao Qi <yao@codesourcery.com>
9209
9210 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9211 symbol off.
9212 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9213
9214 2014-08-22 Doug Evans <dje@google.com>
9215
9216 PR 17276
9217 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9218 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9219 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9220
9221 2014-08-22 Yao Qi <yao@codesourcery.com>
9222
9223 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9224 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9225 * gdb.python/python.exp: Likewise. Use .py file on the host
9226 instead of the build.
9227
9228 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9229
9230 * gdb.threads/gcore-stale-thread.c: New file.
9231 * gdb.threads/gcore-stale-thread.exp: New file.
9232
9233 2014-08-21 Pedro Alves <palves@redhat.com>
9234
9235 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9236 * gdb.base/gcore-relro-pie.exp: Likewise.
9237 * gdb.base/gcore-relro.exp: Likewise.
9238 * gdb.base/gcore.exp: Likewise.
9239 * gdb.base/print-symbol-loading.exp: Likewise.
9240 * gdb.threads/gcore-thread.exp: Likewise.
9241 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9242
9243 2014-08-20 Pedro Alves <palves@redhat.com>
9244 Jan Kratochvil <jan.kratochvil@redhat.com>
9245
9246 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9247 configure.
9248 (EXPECT): Handle READ1 being set.
9249 (all): Depend on EXTRA_RULES.
9250 (check-read1, expect-read1, read1.so, read1): New rules.
9251 * README (Testsuite Parameters): Document the READ1 make variable.
9252 (Race detection): New section.
9253 * configure: Regenerate.
9254 * configure.ac: If build==host==target, and running under a
9255 GNU/glibc system, add read1 to the extra Makefile rules.
9256 (EXTRA_RULES): AC_SUBST it.
9257 * lib/read1.c: New file.
9258
9259 2014-08-20 Joel Brobecker <brobecker@adacore.com>
9260
9261 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9262 the handling of variables declared as a typedef to an array
9263 which a DW_AT_data_location attribute.
9264
9265 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
9266 Pedro Alves <palves@redhat.com>
9267
9268 PR symtab/14604
9269 PR symtab/14605
9270 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9271 gdb_test.
9272
9273 2014-08-19 Pedro Alves <palves@redhat.com>
9274
9275 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9276
9277 2014-08-19 Yao Qi <yao@codesourcery.com>
9278
9279 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9280 right line.
9281
9282 2014-08-18 David Blaikie <dblaikie@gmail.com>
9283
9284 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9285
9286 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9287
9288 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9289 attribute in array range.
9290
9291 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9292
9293 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9294
9295 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9296
9297 PR c++/17132
9298 * gdb.cp/pr17132.cc: New file.
9299 * gdb.cp/pr17132.exp: New file.
9300
9301 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9302
9303 * gdb.python/py-xmethods.py (A_getarrayind)
9304 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9305 Use 'print' with function call syntax.
9306 (E_method_matcher.match): Fix tab vs space indentation mixup.
9307
9308 2014-08-15 Yao Qi <yao@codesourcery.com>
9309
9310 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9311 false.
9312
9313 2014-08-15 Yao Qi <yao@codesourcery.com>
9314
9315 * gdb.cp/casts.exp: Set print symbol off.
9316 * gdb.cp/class2.exp: Likewise.
9317 * gdb.cp/overload.exp: Likewise.
9318 * gdb.cp/templates.exp: Likewise.
9319
9320 2014-08-11 Doug Evans <dje@google.com>
9321
9322 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9323 (test_load_shlib): Update.
9324
9325 2014-08-09 Yao Qi <yao@codesourcery.com>
9326
9327 * gdb.base/display.exp: Invoke is_address_zero_readable.
9328 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9329 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9330 * gdb.base/hbreak-unmapped.exp: Return if
9331 is_address_zero_readable returns true.
9332 * gdb.base/signest.exp: Likewise.
9333 * gdb.base/signull.exp: Likewise.
9334 * gdb.base/sigbpt.exp: Likewise.
9335 * gdb.guile/scm-disasm.exp: Do the test if
9336 is_address_zero_readable returns false.
9337 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9338 * gdb.python/py-arch.exp: Likewise.
9339 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9340 * lib/gdb.exp (is_address_zero_readable): New proc.
9341
9342 2014-08-09 Yao Qi <yao@codesourcery.com>
9343
9344 PR testsuite/13443
9345 * gdb.mi/mi-var-display.exp: Make test messages unique.
9346
9347 2014-08-04 Tom Tromey <tromey@redhat.com>
9348
9349 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9350 target 0".
9351
9352 2014-08-04 Tom Tromey <tromey@redhat.com>
9353
9354 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9355 "target_resume".
9356
9357 2014-08-01 Joel Brobecker <brobecker@adacore.com>
9358
9359 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9360 inner_vla_struct_object_size.
9361 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9362 as xfail.
9363
9364 2014-07-30 Pedro Alves <palves@redhat.com>
9365
9366 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9367 comment.
9368
9369 2014-07-29 Yao Qi <yao@codesourcery.com>
9370
9371 PR gdb/17206
9372 * gdb.base/until-nodebug.exp: New.
9373
9374 2014-07-28 Doug Evans <xdje42@gmail.com>
9375
9376 PR guile/17203
9377 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9378 previously existing parameter, and previously ambiguously spelled
9379 parameter.
9380
9381 2014-07-28 Will Newton <will.newton@linaro.org>
9382
9383 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9384
9385 2014-07-26 Ludovic Courtès <ludo@gnu.org>
9386 Doug Evans <xdje42@gmail.com>
9387
9388 PR guile/17146
9389 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9390
9391 2014-07-25 Pedro Alves <palves@redhat.com>
9392
9393 * gdb.threads/signal-command-handle-nopass.c: New file.
9394 * gdb.threads/signal-command-handle-nopass.exp: New file.
9395 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9396 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9397 * gdb.threads/signal-delivered-right-thread.c: New file.
9398 * gdb.threads/signal-delivered-right-thread.exp: New file.
9399
9400 2014-07-25 Pedro Alves <palves@redhat.com>
9401
9402 * gdb.base/double-prompt-target-event-error.exp
9403 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9404 match.
9405 (cancel_pagination_in_target_event): Rework double prompt
9406 detection.
9407 * gdb.base/paginate-after-ctrl-c-running.exp
9408 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9409 <return>' match.
9410 * gdb.base/paginate-bg-execution.exp
9411 (test_bg_execution_pagination_return)
9412 (test_bg_execution_pagination_cancel): Remove '-notransfer
9413 <return>' matches.
9414 * gdb.base/paginate-execution-startup.exp
9415 (test_fg_execution_pagination_return)
9416 (test_fg_execution_pagination_cancel): Remove '-notransfer
9417 <return>' matches.
9418 * gdb.base/paginate-inferior-exit.exp
9419 (test_paginate_inferior_exited): Remove '-notransfer <return>'
9420 match.
9421 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9422 * lib/gdb.exp (pagination_prompt): Run text through
9423 string_to_regexp.
9424 (gdb_test_multiple): Match $pagination_prompt instead of
9425 "<return>".
9426 (string_to_regexp): Move to lib/gdb-utils.exp.
9427
9428 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9429
9430 * gdb.arch/amd64-entry-value-paramref.S: New file.
9431 * gdb.arch/amd64-entry-value-paramref.cc: New file.
9432 * gdb.arch/amd64-entry-value-paramref.exp: New file.
9433 * gdb.arch/amd64-optimout-repeat.S: New file.
9434 * gdb.arch/amd64-optimout-repeat.c: New file.
9435 * gdb.arch/amd64-optimout-repeat.exp: New file.
9436
9437 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9438
9439 PR gdb/17170
9440 * gdb.base/statistics.exp: New file.
9441
9442 2014-07-17 Doug Evans <dje@google.com>
9443
9444 PR gdb/17170
9445 * gdb.base/maint.exp: Update testing of per-command stats.
9446
9447 2014-07-16 Pedro Alves <palves@redhat.com>
9448
9449 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9450 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9451 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9452 (tfile_write_buf): New functions.
9453 (add_memory_block): Rewrite using the above.
9454 (adjust_function_address): New function.
9455 (FUNCTION_ADDRESS): New macro.
9456 (write_basic_trace_file): Remove short_x local, and use
9457 tfile_write_16. Change type of func_addr local to unsigned long
9458 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
9459 here. Cast argument of add_memory_block to char pointer.
9460 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
9461 (main): Remove parameters.
9462 * gdb.trace/tfile.exp: Remove nowarnings.
9463
9464 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
9465
9466 * gdb.base/debug-expr.exp: Test string evaluation with
9467 "debug expression" on.
9468
9469 2014-07-15 Pedro Alves <palves@redhat.com>
9470
9471 * gdb.base/reread.exp: Use clean_restart.
9472
9473 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
9474
9475 * gdb.arch/avr-flash-qualifer.c: New.
9476 * gdb.arch/avr-flash-qualifer.exp: New.
9477
9478 2014-07-14 Pedro Alves <palves@redhat.com>
9479
9480 * gdb.base/paginate-after-ctrl-c-running.c: New file.
9481 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9482
9483 2014-07-14 Pedro Alves <palves@redhat.com>
9484
9485 * gdb.base/double-prompt-target-event-error.c: New file.
9486 * gdb.base/double-prompt-target-event-error.exp: New file.
9487
9488 2014-07-14 Pedro Alves <palves@redhat.com>
9489
9490 PR gdb/17072
9491 * gdb.base/paginate-inferior-exit.c: New file.
9492 * gdb.base/paginate-inferior-exit.exp: New file.
9493
9494 2014-07-14 Pedro Alves <palves@redhat.com>
9495
9496 PR gdb/17072
9497 * gdb.base/paginate-bg-execution.c: New file.
9498 * gdb.base/paginate-bg-execution.exp: New file.
9499
9500 2014-07-14 Pedro Alves <palves@redhat.com>
9501
9502 PR gdb/17072
9503 * gdb.base/paginate-execution-startup.c: New file.
9504 * gdb.base/paginate-execution-startup.exp: New file.
9505 * lib/gdb.exp (pagination_prompt): New global.
9506 (default_gdb_spawn): New procedure, factored out from
9507 default_gdb_spawn.
9508 (default_gdb_start): Adjust to call default_gdb_spawn.
9509 (gdb_spawn): New procedure.
9510
9511 2014-07-14 Pedro Alves <palves@redhat.com>
9512
9513 * lib/gdb.exp (gdb_assert): New procedure.
9514 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9515
9516 2014-07-14 Pedro Alves <palves@redhat.com>
9517
9518 * gdb.base/execution-termios.c: New file.
9519 * gdb.base/execution-termios.exp: New file.
9520
9521 2014-07-14 Tom Tromey <tromey@redhat.com>
9522
9523 * gdb.cp/vla-cxx.cc: New file.
9524 * gdb.cp/vla-cxx.exp: New file.
9525
9526 2014-07-14 Tom Tromey <tromey@redhat.com>
9527
9528 * gdb.reverse/rerun-prec.c: New file.
9529 * gdb.reverse/rerun-prec.exp: New file.
9530
9531 2014-07-12 Maciej W. Rozycki <macro@mips.com>
9532 Maciej W. Rozycki <macro@codesourcery.com>
9533
9534 * lib/gdb-utils.exp: New file.
9535 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9536 inline `gdb_init_command' processing.
9537 (gdb_start_cmd): Likewise.
9538 * lib/mi-support.exp (mi_run_cmd): Likewise.
9539 * README: Document `gdb_init_command' and `gdb_init_commands'.
9540
9541 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9542
9543 Fix false FAIL running under a very long directory name.
9544 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9545 and "set print elements 10000". Twice.
9546
9547 2014-07-11 Yao Qi <yao@codesourcery.com>
9548
9549 * gdb.base/exprs.exp: "set print symbol off".
9550
9551 2014-07-11 Pedro Alves <palves@redhat.com>
9552
9553 * gdb.threads/kill.c: New file.
9554 * gdb.threads/kill.exp: New file.
9555
9556 2014-07-10 Yao Qi <yao@codesourcery.com>
9557
9558 * gdb.trace/tfile.c (write_basic_trace_file)
9559 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9560 address written to trace file.
9561
9562 2014-07-09 Pedro Alves <palves@redhat.com>
9563
9564 * gdb.base/attach-wait-input.exp: New file.
9565 * gdb.base/attach-wait-input.c: New file.
9566
9567 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9568
9569 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9570 setting up test structures.
9571 (main): Call new test function.
9572 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9573 test function, continue into test function and walk test
9574 structures.
9575
9576 2014-07-02 Yao Qi <yao@codesourcery.com>
9577
9578 * gdb.trace/entry-values.c: Define labels 'foo_start' and
9579 'bar_start' at the beginning of functions 'foo' and 'bar'
9580 respectively.
9581 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9582 instead of 'foo' and 'bar'.
9583
9584 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
9585
9586 * gdb.btrace/segv.exp: New.
9587 * gdb.btrace/segv.c: New.
9588
9589 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
9590
9591 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9592 instruction.
9593
9594 2014-06-30 Mark Wielaard <mjw@redhat.com>
9595
9596 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
9597 vulture, vilify, villar): New volatile array constants.
9598 (vindictive, vegetation): New const volatile array constants.
9599 * gdb.base/volatile.exp: Test volatile and const volatile array
9600 types.
9601
9602 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9603
9604 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
9605 target lacks support for awatch, rwatch, or hbreak.
9606
9607 2014-06-27 Yao Qi <yao@codesourcery.com>
9608
9609 * gdb.multi/dummy-frame-restore.exp: New.
9610 * gdb.multi/dummy-frame-restore.c: New.
9611
9612 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
9613
9614 * gdb.btrace/gcore.exp: New.
9615
9616 2014-06-23 Pedro Alves <palves@redhat.com>
9617
9618 * gdb.base/watchpoint-reuse-slot.c: New file.
9619 * gdb.base/watchpoint-reuse-slot.exp: New file.
9620
9621 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
9622
9623 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
9624 progspace's filename in 'info', 'enable' and 'disable' command
9625 tests.
9626
9627 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9628
9629 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
9630 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9631 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
9632
9633 2014-06-20 Gary Benson <gbenson@redhat.com>
9634
9635 * gdb.arch/i386-avx.exp: Fix include file location.
9636 * gdb.arch/i386-sse.exp: Likewise.
9637
9638 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
9639
9640 * gdb.dlang/expression.exp: New file.
9641
9642 2014-06-19 Pedro Alves <palves@redhat.com>
9643
9644 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
9645 out from ...
9646 (top level): ... here. Iterate running tests under different
9647 scheduler-locking settings.
9648
9649 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
9650
9651 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
9652 to DW_FORM_addr and use non-zero addresses.
9653
9654 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
9655
9656 PR gdb/17017
9657 * gdb.python/py-xmethods.cc: Add global function call counters and
9658 increment them in their respective functions. Remove "cout"
9659 statements.
9660 * gdb.python/py-xmethods.exp: Make tests check the global function
9661 call counters instead of depending on inferior IO.
9662
9663 2014-06-18 Don Breazeal <donb@codesourcery.com>
9664
9665 * gdb.base/foll-fork.exp (default_fork_parent_follow):
9666 Deleted procedure.
9667 (explicit_fork_parent_follow): Deleted procedure.
9668 (explicit_fork_child_follow): Deleted procedure.
9669 (test_follow_fork): New procedure.
9670 (do_fork_tests): Replace calls to deleted procedures with
9671 calls to test_follow_fork and reset GDB for subsequent
9672 procedure calls.
9673
9674 2014-06-17 Yao Qi <yao@codesourcery.com>
9675
9676 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
9677 CP1252.
9678
9679 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
9680
9681 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
9682 Initialize ptr and S explicitly.
9683 (skip_type_update_when_not_use_rtti_test): Likewise.
9684
9685 2014-06-16 Keith Seitz <keiths@redhat.com>
9686
9687 PR mi/15863
9688 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
9689 the inferior is started.
9690
9691 2014-06-16 Pedro Alves <palves@redhat.com>
9692
9693 * gdb.base/break-main-file-remove-fail.c: New file.
9694 * gdb.base/break-main-file-remove-fail.exp: New file.
9695 * gdb.base/break-unload-file.exp: Use build_executable instead of
9696 prepare_for_testing.
9697 (test_break): New parameter "initial_load". Handle it.
9698 (top level): Add initial_load cmdline/file axis.
9699
9700 2014-06-12 Tom Tromey <tromey@redhat.com>
9701
9702 * gdb.base/completion.exp: Don't use directory name in test.
9703
9704 2014-06-09 Gary Benson <gbenson@redhat.com>
9705
9706 * gdb.base/sigall.c [Functions to send signals]: Reorder to
9707 separate the always-available ANSI-standard signals from the
9708 signals that require checking.
9709 (main): Likewise.
9710 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
9711 Likewise.
9712 (main): Likewise.
9713
9714 2014-06-07 Keith Seitz <keiths@redhat.com>
9715
9716 Revert:
9717 PR c++/16253
9718 * gdb.cp/var-tag.cc: New file.
9719 * gdb.cp/var-tag.exp: New file.
9720 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
9721 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
9722 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9723 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9724
9725 2014-06-06 Doug Evans <xdje42@gmail.com>
9726
9727 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
9728
9729 2014-06-06 Pedro Alves <palves@redhat.com>
9730
9731 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
9732 in target debug output instead of looking at RSP packets,
9733 disabling the test on any target that uses hardware stepping.
9734 Update comments.
9735
9736 2014-06-06 Pedro Alves <palves@redhat.com>
9737
9738 * gdb.base/break-unload-file.exp: Fix typo.
9739
9740 2014-06-06 Yao Qi <yao@codesourcery.com>
9741
9742 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
9743 from "jit_function" to "^jit_function".
9744
9745 2014-06-06 Yao Qi <yao@codesourcery.com>
9746
9747 * gdb.base/async.c (foo): Add one statement.
9748 * gdb.base/async.exp: Get the next instruction address and
9749 match the output of "nexti" by instruction address. Match
9750 the hex address in the output of "finish".
9751
9752 2014-06-06 Gary Benson <gbenson@redhat.com>
9753
9754 * gdb.base/call-signals.c: Remove preprocessor conditionals
9755 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
9756 SIGSEGV and SIGTERM.
9757 * gdb.base/sigall.c: Likewise.
9758 * gdb.base/unwindonsignal.c: Likewise.
9759 * gdb.reverse/sigall-reverse.c: Likewise.
9760
9761 2014-06-06 Yao Qi <yao@codesourcery.com>
9762
9763 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
9764 readable, skip the test.
9765
9766 2014-06-06 Yao Qi <yao@codesourcery.com>
9767
9768 * gdb.threads/staticthreads.c (thread_function): Move the line
9769 setting breakpoint on forward.
9770 * gdb.threads/staticthreads.exp: Update comments.
9771
9772 2014-06-05 Ludovic Courtès <ludo@gnu.org>
9773
9774 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
9775 "history-append! type error".
9776
9777 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
9778
9779 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
9780 erroneous dprintf expected input.
9781
9782 2014-06-04 Doug Evans <xdje42@gmail.com>
9783
9784 * gdb.guile/scm-generics.exp: Delete.
9785
9786 2014-06-04 Doug Evans <xdje42@gmail.com>
9787
9788 * gdb.guile/scm-breakpoint.exp: Update.
9789 Add tests for breakpoint registration.
9790
9791 2014-06-04 Tom Tromey <tromey@redhat.com>
9792
9793 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
9794 VLA-in-union.
9795 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
9796 inner_vla_struct, vla_union types. Initialize objects of those
9797 types and compute their sizes.
9798
9799 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
9800 Hui Zhu <hui@codesourcery.com>
9801
9802 * gdb.base/fileio.exp: Add test for shell not available as well as
9803 available.
9804 * gdb.base/fileio.c (test_system): Check for shell twice.
9805
9806 2014-06-04 Yao Qi <yao@codesourcery.com>
9807
9808 * gdb.base/auto-connect-native-target.exp: Remove redundant
9809 space from the regexp pattern.
9810
9811 2014-06-04 Yao Qi <yao@codesourcery.com>
9812
9813 * gdb.base/default.exp: Replace "child" with "native" in
9814 regexp pattern.
9815
9816 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
9817
9818 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
9819 * gdb.python/py-xmethods.exp: New tests to test xmethods.
9820 * gdb.python/py-xmethods.py: Python script supporting the
9821 new testcase and tests.
9822
9823 2014-06-03 Joel Brobecker <brobecker@adacore.com>
9824 Pedro Alves <palves@redhat.com>
9825
9826 PR breakpoints/17000
9827 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
9828 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
9829
9830 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
9831
9832 * gdb.base/subst.exp: Add tests to verify partial path matching
9833 output.
9834
9835 2014-06-03 Pedro Alves <palves@redhat.com>
9836
9837 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
9838 target that doesn't use software single-stepping.
9839
9840 2014-06-03 Pedro Alves <palves@redhat.com>
9841
9842 PR breakpoints/17000
9843 * gdb.base/sss-bp-on-user-bp-2.c: New file.
9844 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
9845
9846 2014-06-02 Doug Evans <xdje42@gmail.com>
9847
9848 * gdb.guile/scm-parameter.exp: New file.
9849
9850 2014-06-02 Doug Evans <xdje42@gmail.com>
9851
9852 * gdb.guile/scm-cmd.c: New file.
9853 * gdb.guile/scm-cmd.exp: New file.
9854
9855 2014-06-02 Doug Evans <xdje42@gmail.com>
9856
9857 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
9858 pretty-printer lookup.
9859 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
9860 (make-pp_s-printer): Call it.
9861 (make-pretty-printer-from-dict): New function.
9862 (lookup-pretty-printer-maker-from-dict): New function.
9863 (*pretty-printer*): Simplify.
9864 (make-objfile-pp_s-printer): New function.
9865 (install-objfile-pretty-printers!): New function.
9866 (make-progspace-pp_s-printer): New function.
9867 (install-progspace-pretty-printers!): New function.
9868 * gdb.guile/scm-progspace.c: New file.
9869 * gdb.guile/scm-progspace.exp: New file.
9870
9871 2014-06-02 Pedro Alves <palves@redhat.com>
9872
9873 * gdb.base/dprintf-bp-same-addr.c: New file.
9874 * gdb.base/dprintf-bp-same-addr.exp: New file.
9875
9876 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9877
9878 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
9879 * gdb.arch/powerpc-power.s: Likewise.
9880
9881 2014-06-02 Joel Brobecker <brobecker@adacore.com>
9882
9883 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
9884
9885 2014-06-01 Yao Qi <yao@codesourcery.com>
9886
9887 * gdb.base/watchpoint.exp (test_watch_location): Check null
9888 pointer can be dereferenced. If not, do the test, otherwise
9889 skip it.
9890
9891 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
9892
9893 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
9894 results.
9895 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
9896
9897 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
9898
9899 * gdb.arch/amd64-invalid-stack-middle.S: New file.
9900 * gdb.arch/amd64-invalid-stack-middle.c: New file.
9901 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
9902 * gdb.arch/amd64-invalid-stack-top.c: New file.
9903 * gdb.arch/amd64-invalid-stack-top.exp: New file.
9904
9905 2014-05-30 Pedro Alves <palves@redhat.com>
9906
9907 PR breakpoints/17000
9908 * gdb.base/sss-bp-on-user-bp.c: New file.
9909 * gdb.base/sss-bp-on-user-bp.exp: New file.
9910
9911 2014-05-30 David Blaikie <dblaikie@gmail.com>
9912
9913 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
9914 gnu_inline semantics via attribute.
9915 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
9916 source explicitly specifies the required semantics.
9917
9918 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
9919
9920 * gdb.reverse/sigall-reverse.exp: Fix a typo.
9921
9922 2014-05-29 Pedro Alves <palves@redhat.com>
9923 Tom Tromey <tromey@redhat.com>
9924
9925 * gdb.base/async-shell.exp: Don't enable target-async.
9926 * gdb.base/async.exp
9927 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
9928 parameter. Adjust.
9929 (top level): Don't test with "target-async".
9930 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
9931 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
9932 * gdb.base/inferior-died.exp: Don't enable target-async.
9933 * gdb.base/interrupt-noterm.exp: Likewise.
9934 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
9935 * gdb.mi/mi-nonstop-exit.exp: Likewise.
9936 * gdb.mi/mi-nonstop.exp: Likewise.
9937 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9938 * gdb.mi/mi-nsintrall.exp: Likewise.
9939 * gdb.mi/mi-nsmoribund.exp: Likewise.
9940 * gdb.mi/mi-nsthrexec.exp: Likewise.
9941 * gdb.mi/mi-watch-nonstop.exp: Likewise.
9942 * gdb.multi/watchpoint-multi.exp: Adjust comment.
9943 * gdb.python/py-evsignal.exp: Don't enable target-async.
9944 * gdb.python/py-evthreads.exp: Likewise.
9945 * gdb.python/py-prompt.exp: Likewise.
9946 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
9947 * gdb.server/solib-list.exp: Don't enable target-async.
9948 * gdb.threads/thread-specific-bp.exp: Likewise.
9949 * lib/mi-support.exp: Adjust to use mi-async.
9950
9951 2014-05-29 Pedro Alves <palves@redhat.com>
9952
9953 PR gdb/13860
9954 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
9955 reason, even in sync mode.
9956
9957 2014-05-29 Pedro Alves <palves@redhat.com>
9958 Hui Zhu <hui@codesourcery.com>
9959
9960 PR PR15693
9961 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
9962 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
9963 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
9964 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
9965
9966 2014-05-28 Joel Brobecker <brobecker@adacore.com>
9967
9968 * config/monitor.exp (gdb_target_monitor): Replace use of
9969 "set remotebaud" by "set serial baud".
9970
9971 2014-05-26 Andy Wingo <wingo@igalia.com>
9972
9973 * gdb.guile/scm-breakpoint.exp:
9974 * gdb.guile/scm-gsmob.exp: Update to use plain old object
9975 properties instead of gdb-object-properties.
9976
9977 2014-05-26 Yao Qi <yao@codesourcery.com>
9978
9979 * gdb.server/no-thread-db.exp: Specify source file name
9980 explicitly when setting a breakpoint.
9981
9982 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9983
9984 * gdb.btrace/vdso.c: New.
9985 * gdb.btrace/vdso.exp: New.
9986
9987 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9988
9989 * gdb.base/gcore.exp (capture_command_output): Move ...
9990 * lib/gdb.exp (capture_command_output): ... here.
9991
9992 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9993
9994 * gdb.btrace/data.exp: Test memory access during btrace replay.
9995
9996 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
9997
9998 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
9999
10000 2014-05-21 Pedro Alves <palves@redhat.com>
10001
10002 PR gdb/13860
10003 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
10004 (top level): Test that output related to execution commands is
10005 sent to the console with CLI commands, but not with MI commands.
10006 Test that breakpoint events are always mirrored to the console.
10007 Also expect the new source line to be output after a "next" in
10008 async mode too. Make it a pass/fail test.
10009 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10010 output.
10011 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10012
10013 2014-05-21 Pedro Alves <palves@redhat.com>
10014
10015 * gdb.base/list.exp (build_pattern, test_list): New procedures.
10016 Use them to test variations of "list" after reaching a breakpoint.
10017 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10018 Test "list" with listsize 10 after reaching a breakpoint.
10019 * gdb.python/python.exp (decode_line current location line
10020 number): Adjust expected line number.
10021
10022 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
10023
10024 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10025 behavior for $args, pass it directly to "run".
10026
10027 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
10028
10029 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
10030 30000 to 65536.
10031
10032 2014-05-21 Pedro Alves <palves@redhat.com>
10033
10034 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
10035 auto-connect-native-target off".
10036 * gdb.base/auto-connect-native-target.c: New file.
10037 * gdb.base/auto-connect-native-target.exp: New file.
10038
10039 2014-05-21 Pedro Alves <palves@redhat.com>
10040
10041 * gdb.base/default.exp: Test "target native" instead of "target
10042 child".
10043
10044 2014-05-21 Mark Wielaard <mjw@redhat.com>
10045
10046 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10047
10048 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10049
10050 Fix TLS access for -static -pthread.
10051 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10052 <HAVE_TLS> (thread_function, main): Initialize it.
10053 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10054 Add clean_restart.
10055 <$have_tls != "">: Check TLSVAR.
10056
10057 2014-05-21 Pedro Alves <palves@redhat.com>
10058
10059 * gdb.base/dcache-line-read-error.c: New.
10060 * gdb.base/dcache-line-read-error.exp: New.
10061
10062 2014-05-20 Pedro Alves <palves@redhat.com>
10063
10064 * gdb.base/compare-sections.c: New file.
10065 * gdb.base/compare-sections.exp: New file.
10066
10067 2014-05-20 Pedro Alves <palves@redhat.com>
10068
10069 * gdb.base/break-idempotent.c: New file.
10070 * gdb.base/break-idempotent.exp: New file.
10071
10072 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
10073
10074 * gdb.btrace/nohist.exp: New.
10075
10076 2014-05-20 Yao Qi <yao@codesourcery.com>
10077
10078 * lib/gdb.exp (gdb_init): Set timeout if test file is under
10079 gdb.reverse directory and gdb_reverse_timeout exists in board
10080 setting.
10081 * README: Document gdb_reverse_timeout.
10082
10083 2014-05-20 Yao Qi <yao@codesourcery.com>
10084
10085 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10086 'test_file_name'. Treat args as a string instead of a list.
10087 (gdb_init): Rename argument 'args' by 'test_file_name'.
10088
10089 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10090
10091 * gdb.arch/powerpc-power.exp: New file.
10092 * gdb.arch/powerpc-power.s: New file.
10093
10094 2014-05-16 Doug Evans <dje@google.com>
10095
10096 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
10097 * gdb.base/completion.exp: Check that all expected files exist
10098 before doing file completion.
10099
10100 2014-05-16 Doug Evans <dje@google.com>
10101
10102 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10103 Update.
10104 (do_syscall_tests_without_xml): Update.
10105
10106 2014-05-16 Pedro Alves <palves@redhat.com>
10107
10108 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10109 instead of "unknown output after running".
10110
10111 2014-05-16 Yao Qi <yao@codesourcery.com>
10112
10113 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10114 file1.txt from host at the end.
10115 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10116
10117 2014-05-15 Doug Evans <dje@google.com>
10118
10119 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10120 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10121 loading file. Add test for TU lookup.
10122
10123 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10124
10125 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10126 calling "-exec-arguments" or "set args" before running the
10127 inferior.
10128
10129 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10130
10131 * lib/mi-support.exp (mi_expect_stop): Expect message for
10132 inferiors that exit with non-zero exit code.
10133
10134 2014-05-14 Yao Qi <yao@codesourcery.com>
10135
10136 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10137 match absolute path on remote host.
10138 (test_file_list_exec_source_files): Remove "/" from the
10139 pattern.
10140
10141 2014-05-14 Yao Qi <yao@codesourcery.com>
10142
10143 * boards/local-remote-host-notty.exp (${board}_file): New
10144 proc.
10145
10146 2014-05-07 Kyle McMartin <kyle@redhat.com>
10147
10148 Pushed by Joel Brobecker <brobecker@adacore.com>.
10149 * gdb.arch/aarch64-atomic-inst.c: New file.
10150 * gdb.arch/aarch64-atomic-inst.exp: New file.
10151
10152 2014-05-07 Yao Qi <yao@codesourcery.com>
10153
10154 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10155 in current context" too.
10156
10157 2014-05-05 Keith Seitz <keiths@redhat.com>
10158
10159 * gdb.linespec/ls-dollar.exp: Add test for linespec
10160 file:convenience_variable.
10161
10162 2014-05-05 Yao Qi <yao@codesourcery.com>
10163
10164 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10165 traceframes into tfile and ctf trace files. Read data from
10166 trace file and test collected data.
10167 (gdb_collect_locals_test): Likewise.
10168 (gdb_unavailable_registers_test): Likewise.
10169 (gdb_unavailable_floats): Likewise.
10170 (gdb_collect_globals_test): Likewise.
10171 (top-level): Append "ctf" to trace_file_targets if GDB
10172 supports.
10173
10174 2014-05-05 Yao Qi <yao@codesourcery.com>
10175
10176 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10177 code to ...
10178 (gdb_collect_args_test_1): ... it. New proc.
10179 (gdb_collect_locals_test): Move some code to ...
10180 (gdb_collect_locals_test_1): ... it. New proc.
10181 (gdb_unavailable_registers_test): Move some code to ...
10182 (gdb_unavailable_registers_test_1): ... it. New proc.
10183 (gdb_unavailable_floats): Move some code to ...
10184 (gdb_unavailable_floats_1): ... it. New proc.
10185
10186 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10187
10188 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10189 probes to test for bitness recognition.
10190 * gdb.arch/amd64-stap-optional-prefix.exp
10191 (test_probe_value_without_reg): New procedure.
10192 Add code to test for different kinds of bitness.
10193
10194 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10195
10196 PR breakpoints/16889
10197 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10198 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10199
10200 2014-05-01 Pedro Alves <palves@redhat.com>
10201
10202 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10203 gdb_file_cmd if no file is specified.
10204 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10205 last_loaded_file to set the remote exec-file.
10206
10207 2014-05-01 Pedro Alves <palves@redhat.com>
10208
10209 * boards/local-remote-host.exp: New file.
10210
10211 2014-05-01 Pedro Alves <palves@redhat.com>
10212
10213 * boards/local-remote-host.exp: Rename to ...
10214 * boards/local-remote-host-notty.exp: ... this.
10215
10216 2014-04-28 Joel Brobecker <brobecker@adacore.com>
10217
10218 * gdb.ada/dyn_arrayidx: New testcase.
10219
10220 2014-04-26 Yao Qi <yao@codesourcery.com>
10221
10222 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10223 and compute the length of function main. Save it in
10224 $main_length.
10225 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10226 (top-level): Use gdb_compile to compile objects into
10227 executable and restart GDB. Remove invocation to
10228 prepare_for_testing.
10229
10230 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10231 Pedro Alves <palves@redhat.com>
10232
10233 PR server/16255
10234 * gdb.multi/multi-attach.c: New file.
10235 * gdb.multi/multi-attach.exp: New file.
10236
10237 2014-04-25 Pedro Alves <palves@redhat.com>
10238
10239 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10240 user.
10241 (top level): Test that "set remote conditional-breakpoints-packet
10242 off" works as intended.
10243 * gdb.base/dprintf.exp: Test that "set remote
10244 breakpoint-commands-packet off" works as intended.
10245 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10246 New function.
10247 (top level): Call it.
10248 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10249 remote fast-tracepoints-packet off" works as intended.
10250 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10251 * lib/gdb.exp (gdb_is_target_remote): ... here.
10252
10253 2014-04-24 David Blaikie <dblaikie@gmail.com>
10254
10255 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10256 ensure clang would not discard them.
10257 * gdb.base/gdbvars.c: Ditto.
10258 * gdb.base/memattr.c: Ditto.
10259 * gdb.base/whatis.c: Ditto.
10260 * gdb.python/py-prettyprint.c: Ditto.
10261 * gdb.trace/actions.c: Ditto.
10262 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10263 ensure clang would not discard it.
10264
10265 2014-04-24 David Blaikie <dblaikie@gmail.com>
10266
10267 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10268 clang to emit the full definition of type required by the test
10269 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10270
10271 2014-04-24 David Blaikie <dblaikie@gmail.com>
10272
10273 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10274 coax Clang into emitting the definition of the type.
10275 * gdb.cp/pr10728-x.h (y): Ditto.
10276 * gdb.cp/pr10728-y.cc (y): Ditto.
10277
10278 2014-04-24 David Blaikie <dblaikie@gmail.com>
10279
10280 * gdb.base/label.exp: XFAIL label related tests under Clang.
10281 * gdb.cp/cplabel.exp: Ditto.
10282 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10283 under Clang those using labels.
10284
10285 2014-04-25 Yao Qi <yao@codesourcery.com>
10286
10287 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10288 double_label.
10289 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10290 partial_label and double_label.
10291
10292 2014-04-24 David Blaikie <dblaikie@gmail.com>
10293
10294 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10295
10296 2014-04-24 David Blaikie <dblaikie@gmail.com>
10297
10298 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10299 of the function to work across GCC and Clang.
10300 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10301 pointer types (const void ** const V void **).
10302
10303 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
10304 Walfred Tedeschi <walfred.tedeschi@intel.com>
10305
10306 * Makefile.in (EXECUTABLES): Added i386-avx512.
10307 * gdb.arch/i386-avx512.c: New file.
10308 * gdb.arch/i386-avx512.exp: Likewise.
10309
10310 2014-04-23 Keith Seitz <keiths@redhat.com>
10311
10312 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10313 (mi_make_breakpoint_table): New procedure.
10314 (mi_create_breakpoint): Use mi_make_breakpoint
10315 and return the result.
10316 (mi_make_breakpoint): New procedure.
10317 (mi_build_kv_pairs): New procedure.
10318
10319 * gdb.mi/mi-break.exp: Remove unused globals,
10320 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10321 All callers updated.
10322 * gdb.mi/mi-dprintf.exp: Use variable to track command
10323 number.
10324 Update all callers of mi_create_breakpoint and use
10325 mi_make_breakpoint_table.
10326 Remove any unused global variables.
10327 * gdb.mi/mi-nonstop.exp: Likewise.
10328 * gdb.mi/mi-nsintrall.exp: Likewise.
10329 * gdb.mi/mi-nsmoribund.exp: Likewise.
10330 * gdb.mi/mi-nsthrexec.exp: Likewise.
10331 * gdb.mi/mi-reverse.exp: Likewise.
10332 * gdb.mi/mi-simplerun.exp: Likewise.
10333 * gdb.mi/mi-stepn.exp: Likewise.
10334 * gdb.mi/mi-syn-frame.exp: Likewise.
10335 * gdb.mi/mi-until.exp: Likewise.
10336 * gdb.mi/mi-var-cp.exp: Likewise.
10337 * gdb.mi/mi-var-display.exp: Likewise.
10338 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10339 * gdb.mi/mi2-var-child.exp: Likewise.
10340 * gdb.mi/mi-vla-c99.exp: Likewise.
10341 * lib/mi-support.exp: Likewise.
10342
10343 From Ian Lance Taylor <iant@cygnus.com>:
10344 * lib/gdb.exp (parse_args): New procedure.
10345
10346 2014-04-23 Pedro Alves <palves@redhat.com>
10347
10348 * gdb.base/break-unload-file.c: New file.
10349 * gdb.base/break-unload-file.exp: New file.
10350 * gdb.base/sym-file-lib.c (baz): New function.
10351 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10352 field.
10353 (load): Store the segment's mapped size.
10354 (unload): New function.
10355 (unload_shlib): New function.
10356 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10357 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10358 set a breakpoint at baz, and call it.
10359 * gdb.base/sym-file.exp: New tests for stale breakpoint
10360 instructions.
10361
10362 2014-04-23 Pedro Alves <palves@redhat.com>
10363
10364 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10365 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10366 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10367 * gdb.base/hbreak-unmapped.c: New file.
10368 * gdb.base/hbreak-unmapped.exp: New file.
10369 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10370 * lib/gdb.exp (gdb_is_target_remote): ... here.
10371
10372 2014-04-22 Pedro Alves <palves@redhat.com>
10373
10374 * gdb.base/consecutive-step-over.c: New file.
10375 * gdb.base/consecutive-step-over.exp: New file.
10376
10377 2014-04-22 Pedro Alves <palves@redhat.com>
10378
10379 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10380 instead of send_gdb/gdb_expect.
10381
10382 2014-04-22 Yao Qi <yao@codesourcery.com>
10383
10384 * lib/trace-support.exp (generate_tracefile): New procedure.
10385 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10386 return 0.
10387 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10388 if generate_tracefile returns 1.
10389
10390 2014-04-18 Tom Tromey <palves@redhat.com>
10391 Pedro alves <tromey@redhat.com>
10392
10393 PR backtrace/15558
10394 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10395 with a backtrace limit.
10396 * gdb.python/py-frame-inline.exp: Test running to an inline
10397 function with a backtrace limit, and printing the newest frame.
10398 * gdb.python/py-frame-inline.c (main): Call f.
10399
10400 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10401
10402 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10403
10404 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10405
10406 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10407 Drop prefix from unsupported source file path.
10408
10409 2014-04-17 Yao Qi <yao@codesourcery.com>
10410
10411 * lib/gdb.exp (with_target_charset): New proc.
10412 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10413 with_target_charset.
10414 (test_print_strings): Likewise.
10415 (test_repeat_bytes): Likewise.
10416 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10417 for some tests.
10418
10419 2014-04-16 Keith Seitz <keiths@redhat.com>
10420
10421 PR gdb/15827
10422 * gdb.dwarf2/corrupt.c: New file.
10423 * gdb.dwarf2/corrupt.exp: New file.
10424
10425 2014-04-16 Keith Seitz <keiths@redhat.com>
10426
10427 PR c++/16597
10428 * gdb.cp/namelessclass.cc: New file.
10429 * gdb.cp/namelessclass.exp: New file.
10430 * gdb.cp/namelessclass.S: New file.
10431
10432 2014-04-16 Doug Evans <dje@google.com>
10433
10434 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10435 Add comment.
10436 (gdbserver_default_get_comm_port): New function.
10437 (gdbserver_start): Check if board file provided
10438 "gdbserver,get_comm_port" and use it if so.
10439 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10440 (gdb,socketport): Set to "stdio".
10441 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10442 (stdio_gdbserver_template): Delete.
10443 (${board}_get_remote_address): Update.
10444 (${board}_build_remote_cmd): Delete.
10445 (${board}_get_comm_port): New function.
10446 (${board}_spawn): Update.
10447 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10448 Delete.
10449 (${board}_get_remote_address): Update.
10450 (${board}_get_comm_port): New function.
10451
10452 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
10453
10454 * gdb.base/memattr.exp: Improve regexps to handle memory regions
10455 appearing in any order.
10456
10457 2014-04-15 Doug Evans <dje@google.com>
10458
10459 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10460 uninitialized value of "description".
10461
10462 2014-04-15 Keith Seitz <keiths@redhat.com>
10463
10464 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10465 Remove unused globals.
10466 (test_running_the_program): Likewise.
10467 (test_controlled_execution): Likewise.
10468 (test_controlling_breakpoints): Likewise.
10469 (test_program_termination): Likewise.
10470
10471 2014-04-15 Keith Seitz <keiths@redhat.com>
10472
10473 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10474 unused globals.
10475 (test_rbreak_creation_and_listing): Likewise.
10476 (test_ignore_count): Likewise.
10477 (test_error): Likewise.
10478
10479 2014-04-15 Pedro Alves <palves@redhat.com>
10480
10481 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10482 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10483 sym-file-loader.c.
10484 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10485 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10486 to sym-file-loader.c.
10487 (struct library): Forward declare.
10488 (load_shlib, lookup_function): Change prototypes.
10489 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10490 (translate_offset): Remove declarations.
10491 (get_text_addr): New declaration.
10492 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10493 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10494 sym-file-loader.h.
10495 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10496 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10497 here from sym-file-loader.h.
10498 (struct library): New structure.
10499 (load_shlib, lookup_function): Change prototypes and adjust to
10500 work with a struct library.
10501 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10502 (translate_offset): Make static.
10503 (get_text_addr): New function.
10504 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10505
10506 2014-04-15 Pedro Alves <palves@redhat.com>
10507
10508 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
10509
10510 2014-04-15 Pedro Alves <palves@redhat.com>
10511
10512 * gdb.base/sym-file-loader.c: Include <limits.h>.
10513 (SELF_LINK): New define.
10514 (get_origin): New function.
10515 (load_shlib): Use it.
10516 * gdb.base/sym-file.exp: Don't early return if the target is
10517 remote. Use runto_main, and issue fail is that fails. Use
10518 gdb_load_shlibs.
10519 (shlib_name): Delete.
10520 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
10521
10522 2014-04-15 Pedro Alves <palves@redhat.com>
10523
10524 * gdb.base/sym-file.exp: Remove regex characters from test
10525 message. Don't refer to breakpoint numbers in test messages.
10526
10527 2014-04-14 Keith Seitz <keiths@redhat.com>
10528
10529 PR c++/16253
10530 * gdb.cp/var-tag.cc: New file.
10531 * gdb.cp/var-tag.exp: New file.
10532 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10533 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10534 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10535 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10536
10537 2014-04-14 Tom Tromey <tromey@redhat.com>
10538
10539 * gdb.cp/classes.exp (test_enums): Handle underlying type.
10540 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10541 type.
10542 * gdb.cp/enum-class.exp: New file.
10543 * gdb.cp/enum-class.cc: New file.
10544
10545 2014-04-14 Tom Tromey <tromey@redhat.com>
10546
10547 * gdb.dwarf2/enum-type.exp: New file.
10548
10549 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10550
10551 * gdb.mi/mi-vla-c99.exp: New file.
10552 * gdb.mi/vla.c: New file.
10553
10554 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10555
10556 * gdb.base/vla-datatypes.c: New file.
10557 * gdb.base/vla-datatypes.exp: New file.
10558
10559 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10560
10561 * gdb.base/vla-ptr.c: New file.
10562 * gdb.base/vla-ptr.exp: New file.
10563
10564 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10565
10566 * gdb.dwarf2/count.exp: New file.
10567
10568 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10569
10570 * gdb.base/vla-sideeffect.c: New file.
10571 * gdb.base/vla-sideeffect.exp: New file.
10572
10573 2014-04-14 David Blaikie <dblaikie@gmail.com>
10574
10575 * gdb.mi/non-stop.c: Add return value for non-void function return
10576 statement.
10577 * gdb.threads/staticthreads.c: Ditto.
10578
10579 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
10580 Doug Evans <xdje42@gmail.com>
10581
10582 * gdb.guile/scm-value.c: Improve test case.
10583 * gdb.guile/scm-value.exp: Add new test.
10584
10585 2014-04-11 David Blaikie <dblaikie@gmail.com>
10586
10587 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
10588 override Clang's default.
10589
10590 2014-04-11 Joel Brobecker <brobecker@adacore.com>
10591
10592 Revert the following changes (regressions):
10593
10594 * gdb.base/vla-sideeffect.c: New file.
10595 * gdb.base/vla-sideeffect.exp: New file.
10596
10597 * gdb.dwarf2/count.exp: New file.
10598
10599 * gdb.base/vla-multi.c: New file.
10600 * gdb.base/vla-multi.exp: New file.
10601
10602 * gdb.base/vla-ptr.c: New file.
10603 * gdb.base/vla-ptr.exp: New file.
10604
10605 * gdb.base/vla-datatypes.c: New file.
10606 * gdb.base/vla-datatypes.exp: New file.
10607
10608 * gdb.mi/mi-vla-c99.exp: New file.
10609 * gdb.mi/vla.c: New file.
10610
10611 2014-04-11 Keith Seitz <keiths@redhat.com>
10612
10613 PR c++/16675
10614 * gdb.cp/cpsizeof.exp: New file.
10615 * gdb.cp/cpsizeof.cc: New file.
10616
10617 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10618
10619 * gdb.mi/mi-vla-c99.exp: New file.
10620 * gdb.mi/vla.c: New file.
10621
10622 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10623
10624 * gdb.base/vla-datatypes.c: New file.
10625 * gdb.base/vla-datatypes.exp: New file.
10626
10627 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10628
10629 * gdb.base/vla-ptr.c: New file.
10630 * gdb.base/vla-ptr.exp: New file.
10631
10632 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10633
10634 * gdb.base/vla-multi.c: New file.
10635 * gdb.base/vla-multi.exp: New file.
10636
10637 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10638
10639 * gdb.dwarf2/count.exp: New file.
10640
10641 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10642
10643 * gdb.base/vla-sideeffect.c: New file.
10644 * gdb.base/vla-sideeffect.exp: New file.
10645
10646 2014-04-11 Yao Qi <yao@codesourcery.com>
10647
10648 * gdb.base/completion.exp: Check file exists before running tests
10649 on file completion.
10650
10651 2014-04-10 Pedro Alves <palves@redhat.com>
10652
10653 * gdb.base/cond-eval-mode.c: New file.
10654 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
10655 prepare_for_testing to build the new file. Check result of
10656 runto_main.
10657 (test_break, test_watch): New procedures.
10658 (top level): Use them.
10659
10660 2014-04-08 Pierre Muller <muller@sourceware.org>
10661
10662 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
10663 Ctrl-V use for mingw hosts.
10664
10665 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
10666
10667 * gdb.python/py-value.c: Improve test case.
10668 * gdb.python/py-value.exp: Add new test.
10669
10670 2014-04-07 David Blaikie <dblaikie@gmail.com>
10671
10672 * lib/compiler.c: Identify the clang compiler.
10673 * lib/compiler.cc: Ditto.
10674
10675 2014-04-03 Yao Qi <yao@codesourcery.com>
10676
10677 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
10678
10679 2014-04-01 Anton Blanchard <anton@samba.org>
10680
10681 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
10682 messages unique.
10683
10684 2014-04-01 Anton Blanchard <anton@samba.org>
10685
10686 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
10687 prepare_for_testing.
10688
10689 2014-04-01 Anton Blanchard <anton@samba.org>
10690
10691 * gdb.arch/ppc64-atomic-inst.c: Remove.
10692 * gdb.arch/ppc64-atomic-inst.S: New file.
10693 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
10694
10695 2014-03-31 Doug Evans <dje@google.com>
10696
10697 * gdb.base/print-symbol-loading-lib.c: New file.
10698 * gdb.base/print-symbol-loading-main.c: New file.
10699 * gdb.base/print-symbol-loading.exp: New file.
10700
10701 2014-03-31 Yao Qi <yao@codesourcery.com>
10702
10703 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
10704
10705 2014-03-28 Joel Brobecker <brobecker@adacore.com>
10706
10707 * gdb.ada/mi_dyn_arr: New testcase.
10708
10709 2014-03-27 Doug Evans <dje@google.com>
10710
10711 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
10712
10713 2014-03-27 Yao Qi <yao@codesourcery.com>
10714
10715 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
10716 if target is nios2-*-*.
10717
10718 2014-03-26 Yao Qi <yao@codesourcery.com>
10719
10720 * lib/gdb.exp (readline_is_used): New proc.
10721 * gdb.base/completion.exp: Move tests on command complete up.
10722 Skip the rest of tests if readline is not used.
10723 * gdb.ada/complete.exp: Skp the test if readline is not
10724 used.
10725 * gdb.base/filesym.exp: Likewise.
10726 * gdb.base/macscp.exp: Likewise.
10727 * gdb.base/readline-ask.exp: Likewise.
10728 * gdb.base/readline.exp: Likewise.
10729 * gdb.python/py-cmd.exp: Likewise.
10730 * gdb.trace/tfile.exp: Likewise.
10731
10732 2014-03-26 Yao Qi <yao@codesourcery.com>
10733
10734 * gdb.base/macscp.exp: Fix code format issues.
10735
10736 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
10737
10738 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
10739 * gdb.asm/powerpc64le.inc: New file.
10740
10741 2014-03-25 Pedro Alves <palves@redhat.com>
10742 Doug Evans <dje@google.com>
10743
10744 * gdb.base/source-execution.c: New file.
10745 * gdb.base/source-execution.exp: New file.
10746 * gdb.base/source-execution.gdb: New file.
10747
10748 2014-03-24 Doug Evans <dje@google.com>
10749
10750 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
10751 using fission.
10752
10753 2014-03-24 Hui Zhu <hui@codesourcery.com>
10754 Pedro Alves <palves@redhat.com>
10755
10756 PR breakpoints/16101
10757 * gdb.base/dprintf.exp: Use unsupported rather than changing the
10758 test pass/fail messages. Detect missing support for dprintf when
10759 breakpoints are actually inserted.
10760 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
10761 breakpoints are actually inserted.
10762 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
10763 fails.
10764
10765 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10766
10767 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
10768
10769 2014-03-22 Doug Evans <xdje42@gmail.com>
10770
10771 * gdb.python/python.exp (python not supported): Verify multi-line
10772 python command issues an error.
10773 * gdb.guile/guile.exp (guile not supported): Verify multi-line
10774 guile command issues an error.
10775
10776 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
10777
10778 * gdb.threads/thread-specific.exp: Handle the lack of usable
10779 $this_breakpoint and $this_thread.
10780
10781 2014-03-21 Hui Zhu <hui@codesourcery.com>
10782
10783 * gdb.base/attach.exp (do_command_attach_tests): New.
10784
10785 2014-03-20 Tom Tromey <tromey@redhat.com>
10786 Pedro Alves <palves@redhat.com>
10787
10788 PR cli/15718
10789 * gdb.base/condbreak-call-false.c: New file.
10790 * gdb.base/condbreak-call-false.exp: New file.
10791
10792 2014-03-20 Pedro Alves <palves@redhat.com>
10793
10794 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
10795 Delete.
10796 (block_signals, unblock_signals): Delete.
10797 (child_function_2, main): Remove references to deleted variable
10798 and functions.
10799
10800 2014-03-20 Pedro Alves <palves@redhat.com>
10801
10802 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
10803 Use pthread_kill to signal thread 2.
10804 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10805 Adjust to make the test send itself a signal rather than using the
10806 host's "kill" command.
10807
10808 2014-03-20 Pedro Alves <palves@redhat.com>
10809
10810 * gdb.threads/multiple-step-overs.c: New file.
10811 * gdb.threads/multiple-step-overs.exp: New file.
10812 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10813 Adjust expected infrun debug output.
10814
10815 2014-03-20 Pedro Alves <palves@redhat.com>
10816
10817 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
10818 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
10819
10820 2014-03-20 Pedro Alves <palves@redhat.com>
10821
10822 PR breakpoints/7143
10823 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
10824 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
10825 of gdb_test_multiple.
10826 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
10827 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
10828
10829 2014-03-20 Pedro Alves <palves@redhat.com>
10830
10831 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
10832 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
10833
10834 2014-03-19 Pedro Alves <palves@redhat.com>
10835
10836 * gdb.base/async.exp: Remove early return.
10837
10838 2014-03-19 Pedro Alves <palves@redhat.com>
10839
10840 * gdb.base/async.exp (step& tests): Pass explicit test messages.
10841
10842 2014-03-19 Pedro Alves <palves@redhat.com>
10843
10844 * gdb.base/async.exp (test_background): Expect \r\n after
10845 "completed." in the fail pattern.
10846
10847 2014-03-19 Pedro Alves <palves@redhat.com>
10848
10849 * gdb.base/async.exp (test_background): New procedure.
10850 Use it for all background execution command tests.
10851
10852 2014-03-19 Pedro Alves <palves@redhat.com>
10853
10854 * gdb.base/async.exp: Use prepare_for_testing.
10855
10856 2014-03-19 Pedro Alves <palves@redhat.com>
10857
10858 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
10859 the same line.
10860
10861 2014-03-19 Pedro Alves <palves@redhat.com>
10862
10863 * gdb.base/async.c (main): Add "jump here" and "until here" line
10864 marker comments.
10865 * gdb.base/async.exp (jump_here): New global.
10866 (jump& test): Use it.
10867 (until_here): New global.
10868 (until& test): Use it.
10869
10870 2014-03-19 Pedro Alves <palves@redhat.com>
10871
10872 * gdb.base/async.exp: Don't frob gdb_protocol.
10873
10874 2014-03-18 Doug Evans <xdje42@gmail.com>
10875
10876 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
10877 Fix spelling of exec-done-display.
10878
10879 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
10880
10881 PR gdb/15358
10882 * gdb.base/gdb-sigterm.c: New file.
10883 * gdb.base/gdb-sigterm.exp: New file.
10884
10885 2014-03-18 Pedro Alves <palves@redhat.com>
10886
10887 PR gdb/13860
10888 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
10889 * lib/mi-support.exp (mi_expect_stop): Add special handling for
10890 solib-event.
10891
10892 2014-03-17 Joel Brobecker <brobecker@adacore.com>
10893
10894 * gdb.ada/pckd_arr_ren: New testcase.
10895
10896 2014-03-13 Doug Evans <xdje42@gmail.com>
10897
10898 PR guile/16612
10899 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
10900 collect after discarding symbols.
10901
10902 2014-03-13 Ludovic Courtès <ludo@gnu.org>
10903 Doug Evans <xdje42@gmail.com>
10904
10905 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
10906 to history survives a gc.
10907
10908 2014-03-13 Pedro Alves <palves@redhat.com>
10909
10910 * gdb.base/default.exp: Don't test "target procfs".
10911
10912 2014-03-13 Pedro Alves <palves@redhat.com>
10913
10914 * gdb.base/default.exp: Update "target child" and "target procfs"
10915 tests to not expect "Unix".
10916
10917 2014-03-12 Tom Tromey <tromey@redhat.com>
10918
10919 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
10920 New procs. Add target-async tests.
10921 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
10922 Add target-async tests.
10923
10924 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10925
10926 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
10927 'func_start' and 'func_end' for the beginning and end of the
10928 function code, respectively.
10929 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
10930 'func_end' instead of 'func' and 'main'.
10931
10932 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10933
10934 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
10935 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
10936 generate the debug info assembler source.
10937
10938 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10939
10940 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
10941 * gdb.dwarf2/arr-subrange.exp: Likewise.
10942 * gdb.dwarf2/dwz.exp: Likewise.
10943 * gdb.dwarf2/method-ptr.exp: Likewise.
10944 * gdb.dwarf2/missing-sig-type.exp: Likewise.
10945 * gdb.dwarf2/subrange.exp: Likewise.
10946 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
10947 * gdb.dwarf2/implptrpiece.exp: Likewise.
10948 * gdb.dwarf2/nostaticblock.exp: Likewise.
10949
10950 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10951
10952 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
10953 directory to absolute path name arguments.
10954
10955 2014-03-10 Joel Brobecker <brobecker@adacore.com>
10956
10957 * gdb.ada/tagged_access: New testcase.
10958
10959 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
10960
10961 * gdb.btrace/data.exp: Update expected output.
10962
10963 2014-03-06 Yao Qi <yao@codesourcery.com>
10964
10965 * gdb.trace/pr16508.exp: New file.
10966
10967 2014-03-05 Pedro Alves <palves@redhat.com>
10968
10969 PR gdb/16575
10970 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
10971 procedure.
10972 (top level): Adjust to use it. Add tests that exercise breakpoint
10973 interaction with the code-cache.
10974
10975 2014-02-26 Ludovic Courtès <ludo@gnu.org>
10976
10977 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
10978 test for 'history-append!'.
10979
10980 2014-02-26 Joel Brobecker <brobecker@adacore.com>
10981
10982 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
10983 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
10984 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
10985 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
10986 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
10987 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
10988
10989 2014-02-26 Joel Brobecker <brobecker@adacore.com>
10990
10991 * testsuite/gdb.python/py-pp-re-notag.c: New file.
10992 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
10993 * testsuite/gdb.python/py-pp-re-notag.p: New file.
10994
10995 2014-02-26 Joel Brobecker <brobecker@adacore.com>
10996
10997 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
10998
10999 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11000
11001 * gdb.dwarf2/arr-stride.c: New file.
11002 * gdb.dwarf2/arr-stride.exp: New file.
11003
11004 2014-02-26 Pedro Alves <palves@redhat.com>
11005
11006 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11007 that won't ever trigger. Make sure that GDB reports the correct
11008 breakpoint that caused the stop.
11009
11010 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11011
11012 PR gdb/16626
11013 * gdb.base/auto-load-script: New file.
11014 * gdb.base/auto-load.c: New file.
11015 * gdb.base/auto-load.exp: New file.
11016
11017 PR gdb/16626
11018 * gdb.base/auto-load.exp: Fix out-of-srctree run.
11019
11020 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11021
11022 Fix dw2-icycle.exp -fsanitize=address GDB crash.
11023 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11024
11025 2014-02-24 Doug Evans <dje@google.com>
11026
11027 * lib/gdb.exp (run_on_host): Log error output if program fails.
11028
11029 2014-02-21 Pedro Alves <palves@redhat.com>
11030
11031 * gdb.threads/step-after-sr-lock.c: Rename to ...
11032 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
11033 * gdb.threads/step-after-sr-lock.exp: Rename to ...
11034 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11035 ... this.
11036
11037 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
11038
11039 PR tdep/16397
11040 * gdb.arch/amd64-stap-special-operands.exp: New file.
11041 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
11042 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
11043 * gdb.arch/amd64-stap-triplet.S: Likewise.
11044 * gdb.arch/amd64-stap-triplet.c: Likewise.
11045
11046 2014-02-20 Joel Brobecker <brobecker@adacore.com>
11047
11048 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11049 in .section pseudo-op.
11050
11051 2014-02-20 lin zuojian <manjian2006@gmail.com>
11052 Joel Brobecker <brobecker@adacore.com>
11053 Doug Evans <xdje42@gmail.com>
11054
11055 PR symtab/16581
11056 * gdb.dwarf2/dw2-icycle.S: New file.
11057 * gdb.dwarf2/dw2-icycle.c: New file.
11058 * gdb.dwarf2/dw2-icycle.exp: New file.
11059
11060 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
11061
11062 * gdb.python/py-value-cc.cc: Improve test case to enable testing
11063 operations on gdb.Value objects.
11064 * gdb.python/py-value-cc.exp: Add new test to test operations on
11065 gdb.Value objects.
11066
11067 2014-02-18 Doug Evans <dje@google.com>
11068
11069 * Makefile.in (TESTS): New variable.
11070 (expanded_tests, expanded_tests_or_none): New variables
11071 (check-single): Pass $(expanded_tests_or_none) to runtest.
11072 (check-parallel): Only run tests in $(TESTS) if non-empty.
11073 (check/no-matching-tests-found): New rule.
11074 * README: Document TESTS makefile variable.
11075
11076 2014-02-18 Doug Evans <dje@google.com>
11077
11078 * Makefile.in (check-parallel): rm -rf outputs temp.
11079
11080 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11081
11082 Fix "ERROR: no fileid for" in the testsuite.
11083 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11084
11085 2014-02-12 Doug Evans <dje@google.com>
11086
11087 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11088 (MISCELLANEOUS): New variable.
11089 (clean): rm -rf $(MISCELLANEOUS).
11090 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11091 dwp live in the same directory as symlinks, with each symlink pointed
11092 to a differently named file in a different directory.
11093
11094 2014-02-11 Doug Evans <dje@google.com>
11095
11096 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11097 of Tcl file commands.
11098
11099 2014-02-10 Mark Kettenis <kettenis@gnu.org>
11100
11101 * gdb.threads/step-after-sr-lock.exp: Avoid executing
11102 "kill -SIGUSR1 -1".
11103
11104 2014-02-10 Joel Brobecker <brobecker@adacore.com>
11105
11106 * gdb.ada/tick_length_array_enum_idx: New testcase.
11107
11108 2014-02-10 Doug Evans <xdje42@gmail.com>
11109
11110 * configure.ac (AC_OUTPUT): Add gdb.guile.
11111 * configure: Regenerate.
11112 * lib/gdb-guile.exp: New file.
11113 * lib/gdb.exp (get_target_charset): New function.
11114 * gdb.base/help.exp: Update expected output from "apropos apropos".
11115 * gdb.guile/Makefile.in: New file.
11116 * gdb.guile/guile.exp: New file.
11117 * gdb.guile/scm-arch.c: New file.
11118 * gdb.guile/scm-arch.exp: New file.
11119 * gdb.guile/scm-block.c: New file.
11120 * gdb.guile/scm-block.exp: New file.
11121 * gdb.guile/scm-breakpoint.c: New file.
11122 * gdb.guile/scm-breakpoint.exp: New file.
11123 * gdb.guile/scm-disasm.c: New file.
11124 * gdb.guile/scm-disasm.exp: New file.
11125 * gdb.guile/scm-equal.c: New file.
11126 * gdb.guile/scm-equal.exp: New file.
11127 * gdb.guile/scm-error.exp: New file.
11128 * gdb.guile/scm-error.scm: New file.
11129 * gdb.guile/scm-frame-args.c: New file.
11130 * gdb.guile/scm-frame-args.exp: New file.
11131 * gdb.guile/scm-frame-args.scm: New file.
11132 * gdb.guile/scm-frame-inline.c: New file.
11133 * gdb.guile/scm-frame-inline.exp: New file.
11134 * gdb.guile/scm-frame.c: New file.
11135 * gdb.guile/scm-frame.exp: New file.
11136 * gdb.guile/scm-generics.exp: New file.
11137 * gdb.guile/scm-gsmob.exp: New file.
11138 * gdb.guile/scm-iterator.c: New file.
11139 * gdb.guile/scm-iterator.exp: New file.
11140 * gdb.guile/scm-math.c: New file.
11141 * gdb.guile/scm-math.exp: New file.
11142 * gdb.guile/scm-objfile-script-gdb.in: New file.
11143 * gdb.guile/scm-objfile-script.c: New file.
11144 * gdb.guile/scm-objfile-script.exp: New file.
11145 * gdb.guile/scm-objfile.c: New file.
11146 * gdb.guile/scm-objfile.exp: New file.
11147 * gdb.guile/scm-ports.exp: New file.
11148 * gdb.guile/scm-pretty-print.c: New file.
11149 * gdb.guile/scm-pretty-print.exp: New file.
11150 * gdb.guile/scm-pretty-print.scm: New file.
11151 * gdb.guile/scm-section-script.c: New file.
11152 * gdb.guile/scm-section-script.exp: New file.
11153 * gdb.guile/scm-section-script.scm: New file.
11154 * gdb.guile/scm-symbol.c: New file.
11155 * gdb.guile/scm-symbol.exp: New file.
11156 * gdb.guile/scm-symtab-2.c: New file.
11157 * gdb.guile/scm-symtab.c: New file.
11158 * gdb.guile/scm-symtab.exp: New file.
11159 * gdb.guile/scm-type.c: New file.
11160 * gdb.guile/scm-type.exp: New file.
11161 * gdb.guile/scm-value-cc.cc: New file.
11162 * gdb.guile/scm-value-cc.exp: New file.
11163 * gdb.guile/scm-value.c: New file.
11164 * gdb.guile/scm-value.exp: New file.
11165 * gdb.guile/source2.scm: New file.
11166 * gdb.guile/types-module.cc: New file.
11167 * gdb.guile/types-module.exp: New file.
11168
11169 2014-02-10 Yao Qi <yao@codesourcery.com>
11170
11171 PR testsuite/16543
11172 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11173 * configure: Regenerated.
11174 * Makefile.in: New file.
11175
11176 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11177
11178 * gdb.python/py-framefilter.exp: Fix typo.
11179
11180 2014-02-08 Yao Qi <yao@codesourcery.com>
11181
11182 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11183 that no =breakpoint-modified is emitted when breakpoints are
11184 modified through MI commands.
11185
11186 2014-02-07 Pedro Alves <pedro@codesourcery.com>
11187 Pedro Alves <palves@redhat.com>
11188
11189 * gdb.threads/step-after-sr-lock.c: New file.
11190 * gdb.threads/step-after-sr-lock.exp: New file.
11191
11192 2014-02-07 Pedro Alves <palves@redhat.com>
11193
11194 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11195
11196 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11197
11198 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11199 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11200
11201 2014-02-06 Doug Evans <xdje42@gmail.com>
11202
11203 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11204 output.
11205
11206 * gdb.gdb/python-interrupts.exp: New file.
11207
11208 2014-02-05 Yao Qi <yao@codesourcery.com>
11209
11210 * gdb.trace/report.exp (use_collected_data): Test the output
11211 of "info threads" and "info inferiors".
11212
11213 2014-02-05 Yao Qi <yao@codesourcery.com>
11214
11215 Revert this patch:
11216
11217 2013-05-24 Yao Qi <yao@codesourcery.com>
11218
11219 * gdb.trace/tfile.exp: Test inferior and thread.
11220
11221 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11222
11223 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11224 on a function.
11225 * gdb.base/step-bt.c: Call hello via function pointer to make
11226 sure its first instruction is executed on powerpc64le-linux.
11227
11228 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11229
11230 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11231
11232 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11233
11234 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11235 of the test patterns for use on little-endian systems.
11236
11237 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11238
11239 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11240 (decimal_vector): Fix for little-endian.
11241
11242 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11243
11244 * gdb.arch/sparc-sysstep.exp: New file.
11245 * gdb.arch/sparc-sysstep.c: Likewise.
11246
11247 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11248
11249 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11250
11251 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11252
11253 2014-01-23 Tom Tromey <tromey@redhat.com>
11254
11255 * gdb.ada/array_char_idx: New testcase.
11256
11257 2014-01-23 Tom Tromey <tromey@redhat.com>
11258
11259 PR python/16487:
11260 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11261 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11262 classes.
11263
11264 2014-01-23 Tom Tromey <tromey@redhat.com>
11265
11266 PR python/16491:
11267 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11268 string from an inferior frame.
11269 * gdb.python/py-framefilter-mi.exp: Update.
11270
11271 2014-01-22 Doug Evans <dje@google.com>
11272
11273 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11274
11275 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11276
11277 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11278
11279 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11280
11281 * gdb.trace/entry-values.exp: Remove excess space character from
11282 regex patterns. Handle s390 call instruction.
11283
11284 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11285
11286 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11287 define "*_start" label. Make "name" static.
11288 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11289 ${name} by references to ${name}_start.
11290
11291 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11292
11293 * gdb.base/info-macros.exp: Remove "debug" from the compile
11294 options.
11295
11296 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11297
11298 * gdb.dlang/demangle.exp: New file.
11299
11300 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11301
11302 * gdb.dlang/primitive-types.exp: New file.
11303
11304 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11305
11306 * configure.ac: Create gdb.dlang/Makefile.
11307 * configure: Regenerate.
11308 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11309 * gdb.dlang/Makefile.in: New file.
11310 * lib/d-support.exp: New file.
11311 * lib/gdb.exp (skip_d_tests): New proc.
11312
11313 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11314
11315 * gdb.btrace/delta.exp: Check reverse stepi.
11316 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11317 * gdb.btrace/finish.exp: New.
11318 * gdb.btrace/next.exp: New.
11319 * gdb.btrace/nexti.exp: New.
11320 * gdb.btrace/record_goto.c: Add comments.
11321 * gdb.btrace/step.exp: New.
11322 * gdb.btrace/stepi.exp: New.
11323 * gdb.btrace/multi-thread-step.c: New.
11324 * gdb.btrace/multi-thread-step.exp: New.
11325 * gdb.btrace/rn-dl-bind.c: New.
11326 * gdb.btrace/rn-dl-bind.exp: New.
11327 * gdb.btrace/data.c: New.
11328 * gdb.btrace/data.exp: New.
11329 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11330
11331 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11332
11333 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11334 * gdb.btrace/exception.exp: Update.
11335 * gdb.btrace/instruction_history.exp: Update.
11336 * gdb.btrace/record_goto.exp: Update.
11337 * gdb.btrace/tailcall.exp: Update.
11338 * gdb.btrace/unknown_functions.exp: Update.
11339 * gdb.btrace/delta.exp: New.
11340
11341 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11342
11343 * gdb.btrace/record_goto.exp: Add backtrace test.
11344 * gdb.btrace/tailcall.exp: Add backtrace test.
11345
11346 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11347
11348 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11349 * gdb.btrace/record_goto.c: New.
11350 * gdb.btrace/record_goto.exp: New.
11351 * gdb.btrace/x86-record_goto.S: New.
11352
11353 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11354
11355 * gdb.btrace/function_call_history.exp: Update tests.
11356 * gdb.btrace/instruction_history.exp: Update tests.
11357
11358 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11359
11360 * gdb.btrace/function_call_history.exp: Fix expected field
11361 order for "record function-call-history".
11362 Add new tests for "record function-call-history /c".
11363 * gdb.btrace/exception.cc: New.
11364 * gdb.btrace/exception.exp: New.
11365 * gdb.btrace/tailcall.exp: New.
11366 * gdb.btrace/x86-tailcall.S: New.
11367 * gdb.btrace/x86-tailcall.c: New.
11368 * gdb.btrace/unknown_functions.c: New.
11369 * gdb.btrace/unknown_functions.exp: New.
11370 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11371
11372 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11373
11374 * gdb.btrace/instruction_history.exp: Update.
11375 * gdb.btrace/function_call_history.exp: Update.
11376
11377 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11378
11379 * gdb.btrace/function_call_history.exp: Fix expected function
11380 trace.
11381 * gdb.btrace/instruction_history.exp: Initialize traced.
11382 Remove traced_functions.
11383
11384 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11385
11386 * gdb.btrace/function_call_history.exp: Update
11387 * gdb.btrace/instruction_history.exp: Update.
11388
11389 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11390
11391 * gdb.btrace/enable.exp: Update expected text.
11392
11393 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11394
11395 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11396 bytes.
11397
11398 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11399
11400 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11401
11402 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
11403
11404 * lib/gdb.exp (supports_process_record): Return true for
11405 arm*-linux*. (supports_reverse): Likewise.
11406
11407 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11408
11409 PR python/15464
11410 PR python/16113
11411 * gdb.python/py-type.c: Enhance test case.
11412 * gdb.python/py-value-cc.cc: Likewise
11413 * gdb.python/py-type.exp: Add new tests.
11414 * gdb.python/py-value-cc.exp: Likewise
11415
11416 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11417 Pedro Alves <palves@redhat.com>
11418
11419 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11420 Make "name" extern.
11421 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11422 references to ${name}_start by references to ${name}.
11423
11424 2014-01-10 Joel Brobecker <brobecker@adacore.com>
11425
11426 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11427
11428 2014-01-10 Joel Brobecker <brobecker@adacore.com>
11429
11430 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11431
11432 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
11433 Pedro Alves <palves@redhat.com>
11434
11435 * gdb.mi/mi-info-os.exp: Connect to the target with
11436 mi_gdb_target_load.
11437
11438 2014-01-08 Pedro Alves <palves@redhat.com>
11439
11440 * gdb.threads/reconnect-signal.c: New file.
11441 * gdb.threads/reconnect-signal.exp: New file.
11442
11443 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11444
11445 * gdb.base/source-dir.exp: New file.
11446
11447 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11448
11449 * gdb.ada/mi_interface: New testcase.
11450
11451 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11452
11453 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11454 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11455 gdb.ada/pp-rec-component/pck.ads: New files.
11456
11457 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11458
11459 * gdb.python/py-pp-integral.c: New file.
11460 * gdb.python/py-pp-integral.py: New file.
11461 * gdb.python/py-pp-integral.exp: New file.
11462
11463 For older changes see ChangeLog-1993-2013.
11464 \f
11465 ;; Local Variables:
11466 ;; mode: change-log
11467 ;; left-margin: 8
11468 ;; fill-column: 74
11469 ;; version-control: never
11470 ;; End:
11471
11472 Copyright 2014-2017 Free Software Foundation, Inc.
11473 Copying and distribution of this file, with or without modification,
11474 are permitted provided the copyright notice and this notice are preserved.
This page took 0.44053 seconds and 4 git commands to generate.