Decode properly flags of %ccr register on sparc64.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
2
3 PR tdep/20928
4 * gdb.arch/sparc64-regs.exp: New file.
5 * gdb.arch/sparc64-regs.S: Likewise.
6
7 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8
9 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
10 and memory view on Python 3.
11
12 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
13 Keith Seitz <keiths@redhat.com>
14
15 PR gdb/14441
16 * gdb.cp/demangle.exp: Add rvalue reference tests.
17 * gdb.cp/rvalue-ref-casts.cc: New file.
18 * gdb.cp/rvalue-ref-casts.exp: New file.
19 * gdb.cp/rvalue-ref-overload.cc: New file.
20 * gdb.cp/rvalue-ref-overload.exp: New file.
21 * gdb.cp/rvalue-ref-params.cc: New file.
22 * gdb.cp/rvalue-ref-params.exp: New file.
23 * gdb.cp/rvalue-ref-sizeof.cc: New file.
24 * gdb.cp/rvalue-ref-sizeof.exp: New file.
25 * gdb.cp/rvalue-ref-types.cc: New file.
26 * gdb.cp/rvalue-ref-types.exp: New file.
27 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
28 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
29
30 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
31
32 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
33 New procedure.
34
35 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
36
37 * lib/mi-support.exp (mi_gdb_test): Add additional message
38 for unexpected output.
39
40 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
41
42 * gdb.base/examine-backward.c (Barrier): New character array
43 constant, to ensure that TestStrings is preceded by a string
44 terminator.
45
46 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
47
48 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
49 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
50 and implicit pointer into such a location.
51
52 2017-03-16 Doug Evans <dje@google.com>
53
54 * gdb.python/py-lazy-string (pointer): Really add new typedef.
55
56 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
57
58 * gdb.cp/m-static.exp: Fix expectation for prototype of
59 test5.single_constructor and single_constructor::single_constructor.
60
61 2017-03-16 Doug Evans <dje@google.com>
62
63 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
64 * gdb.guile/scm-lazy-string.c: New file.
65 * gdb.guile/scm-value.exp: Move lazy string tests to ...
66 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
67 for pointer, array, typedef lazy strings.
68
69 2017-03-16 Doug Evans <dje@google.com>
70
71 PR python/17728, python/18439, python/18779
72 * gdb.python/py-value.c (main) Delete locals sptr, sn.
73 * gdb.python/py-lazy-string.c (pointer): New typedef.
74 (main): New locals ptr, array, typedef_ptr.
75 * gdb.python/py-value.exp: Move lazy string tests to ...
76 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
77 array, typedef lazy strings.
78
79 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
80
81 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
82 Add optional 'test' parameter.
83
84 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
85
86 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
87 Skip for versions of DejaGnu < 1.5.
88
89 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
90
91 * lib/gdb.exp (dejagnu_version): New proc.
92 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
93 Use dejagnu_version.
94
95 2017-03-10 Keith Seitz <keiths@redhat.com>
96
97 PR c++/8128
98 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
99 type from destructor regexps.
100 Add a branch which actually passes the test.
101 Adjust "ptype t5i" test names.
102
103 2017-03-08 Pedro Alves <palves@redhat.com>
104
105 * gdb.base/step-over-exit.exp: Add explicit test message.
106
107 2017-03-08 Pedro Alves <palves@redhat.com>
108
109 PR gdb/18360
110 * gdb.threads/interrupt-while-step-over.c: New file.
111 * gdb.threads/interrupt-while-step-over.exp: New file.
112
113 2017-03-08 Pedro Alves <palves@redhat.com>
114
115 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
116 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
117
118 2017-03-08 Pedro Alves <palves@redhat.com>
119
120 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
121 PKRU as not supported as a PASS.
122
123 2017-03-08 Pedro Alves <palves@redhat.com>
124
125 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
126 prefix instead of $binfile1/$binfile2.
127 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
128 in test message.
129 * gdb.python/py-completion.exp: Use "load python file" as test
130 messages instead of unstable path names.
131
132 2017-03-08 Pedro Alves <palves@redhat.com>
133 Jan Kratochvil <jan.kratochvil@redhat.com>
134
135 PR cli/21218
136 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
137 New proc.
138 (top level): Call it.
139
140 2017-03-08 Pedro Alves <palves@redhat.com>
141
142 PR tui/21216
143 * gdb.tui/tui-nl-filtered-output.exp: New file.
144
145 2017-03-08 Pedro Alves <palves@redhat.com>
146
147 * gdb.base/completion.exp: Move TUI completion tests to ...
148 * gdb.tui/completion.exp: ... this new file.
149
150 2017-03-08 Pedro Alves <palves@redhat.com>
151
152 * gdb.base/tui-disasm-long-lines.c,
153 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
154 gdb.base/tui-layout.exp: Move to ...
155 * gdb.tui/: ... this new directory.
156
157 2017-03-07 Pedro Alves <palves@redhat.com>
158
159 * gdb.base/tui-layout.c: New file.
160 * gdb.base/tui-layout.exp: New file.
161
162 2017-03-07 Pedro Alves <palves@redhat.com>
163
164 * gdb.base/tui-layout.c: Rename to ...
165 * gdb.base/tui-disasm-long-lines.c: ... this.
166 * gdb.base/tui-layout.exp: Rename to ...
167 * gdb.base/tui-disasm-long-lines.exp: ... this.
168
169 2017-03-07 Pedro Alves <palves@redhat.com>
170
171 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
172
173 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
174
175 * i386-mpx-call.c: New file.
176 * i386-mpx-call.exp: New file.
177
178 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
179
180 * gdb.arch/powerpc-power.exp: Delete test.
181 * gdb.arch/powerpc-power.s: Likewise.
182 * gdb.disasm/disassembler-options.exp: New test.
183 * gdb.arch/powerpc-altivec.exp: Likewise.
184 * gdb.arch/powerpc-altivec.s: Likewise.
185 * gdb.arch/powerpc-altivec2.exp: Likewise.
186 * gdb.arch/powerpc-altivec2.s: Likewise.
187 * gdb.arch/powerpc-altivec3.exp: Likewise.
188 * gdb.arch/powerpc-altivec3.s: Likewise.
189 * gdb.arch/powerpc-power7.exp: Likewise.
190 * gdb.arch/powerpc-power7.s: Likewise.
191 * gdb.arch/powerpc-power8.exp: Likewise.
192 * gdb.arch/powerpc-power8.s: Likewise.
193 * gdb.arch/powerpc-power9.exp: Likewise.
194 * gdb.arch/powerpc-power9.s: Likewise.
195 * gdb.arch/powerpc-vsx.exp: Likewise.
196 * gdb.arch/powerpc-vsx.s: Likewise.
197 * gdb.arch/powerpc-vsx2.exp: Likewise.
198 * gdb.arch/powerpc-vsx2.s: Likewise.
199 * gdb.arch/powerpc-vsx3.exp: Likewise.
200 * gdb.arch/powerpc-vsx3.s: Likewise.
201 * gdb.arch/arm-disassembler-options.exp: Likewise.
202 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
203 * gdb.arch/s390-disassembler-options.exp: Likewise.
204
205 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
206
207 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
208 (check_supported_features): ... this. Changed return type to void.
209 (supports_rdseed): New static global.
210 (rdseed): Check supports_rdseed.
211 (initialize): Call check_supported_features.
212
213 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
214
215 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
216 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
217 and lqarx/stqcx.
218 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
219 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
220
221 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
222
223 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
224 uppercase.
225
226 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
227
228 * gdb.dwarf2/formdata16.c: New file.
229 * gdb.dwarf2/formdata16.exp: New file.
230 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
231
232 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
233
234 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
235 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
236 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
237 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
238 DW_AT_GNU_*.
239
240 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
241
242 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
243
244 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
245
246 PR gdb/21164
247 * gdb.base/maint.exp: Add testcases for when the commands do
248 not have arguments.
249
250 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
251
252 * gdb.cp/chained-calls.exp: Use p instead of P.
253
254 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
255
256 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
257 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
258
259 2017-02-14 Tom Tromey <tom@tromey.com>
260
261 PR python/13598:
262 * gdb.python/py-events.exp: Add before_prompt event tests.
263
264 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
265
266 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
267
268 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
269
270 * gdb.linespec/explicit.c (my_unique_function_name): New function.
271 (main): Call my_unique_function_name.
272 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
273 completion of patterns with a single match.
274 Add missing -re switches to gdb_test_multiple calls.
275
276 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
277
278 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
279 return if core file is not recognized.
280
281 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
282
283 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
284 and extra UIs.
285
286 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
287
288 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
289 proc_with_prefix.
290
291 2017-02-10 Tom Tromey <tom@tromey.com>
292
293 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
294
295 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
296
297 PR gdb/21122
298 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
299
300 2017-02-08 Jerome Guitton <guitton@adacore.com>
301
302 * gdb.base/define.exp: Add test for command abbreviations
303 in define.
304
305 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
306
307 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
308 * gdb.reverse/insn-reverse-x86.c: New file.
309
310 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
311
312 PR tdep/20936
313 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
314
315 2017-02-03 Tom Tromey <tom@tromey.com>
316
317 PR rust/21097:
318 * gdb.rust/simple.exp: Add new tests.
319
320 2017-02-02 Pedro Alves <palves@redhat.com>
321
322 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
323 tests.
324
325 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
326
327 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
328 taking a 2-byte value out of a 4-byte DWARF implicit value on
329 big-endian targets.
330 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
331 logic. Add test cases for DW_OP_implicit.
332
333 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
334
335 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
336
337 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
338
339 * gdb.btrace/enable.exp: Call gdb_exit before
340 skip_gdbserver_tests.
341
342 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
343
344 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
345 GDBFLAGS.
346
347 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
348
349 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
350 the test is skipped.
351 * gdb.btrace/data.exp: Likewise.
352 * gdb.btrace/delta.exp: Likewise.
353 * gdb.btrace/dlopen.exp: Likewise.
354 * gdb.btrace/enable-running.exp: Likewise.
355 * gdb.btrace/enable.exp: Likewise.
356 * gdb.btrace/exception.exp: Likewise.
357 * gdb.btrace/function_call_history.exp: Likewise.
358 * gdb.btrace/gcore.exp: Likewise.
359 * gdb.btrace/instruction_history.exp: Likewise.
360 * gdb.btrace/multi-thread-step.exp: Likewise.
361 * gdb.btrace/nohist.exp: Likewise.
362 * gdb.btrace/non-stop.exp: Likewise.
363 * gdb.btrace/reconnect.exp: Likewise.
364 * gdb.btrace/record_goto-step.exp: Likewise.
365 * gdb.btrace/record_goto.exp: Likewise.
366 * gdb.btrace/rn-dl-bind.exp: Likewise.
367 * gdb.btrace/segv.exp: Likewise.
368 * gdb.btrace/step.exp: Likewise.
369 * gdb.btrace/stepi.exp: Likewise.
370 * gdb.btrace/tailcall-only.exp: Likewise.
371 * gdb.btrace/tailcall.exp: Likewise.
372 * gdb.btrace/tsx.exp: Likewise.
373 * gdb.btrace/unknown_functions.exp: Likewise.
374 * gdb.btrace/vdso.exp: Likewise.
375
376 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
377
378 * gdb.btrace/enable-running.c: New.
379 * gdb.btrace/enable-running.exp: New.
380
381 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
382
383 * gdb.arch/amd64-gs_base.c: New file.
384 * gdb.arch/amd64-gs_base.exp: New file.
385
386 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
387
388 * lib/memory.exp: Remove spurious empty newlines.
389
390 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
391
392 * gdb.python/py-bad-printers.exp: Load python file using "source".
393 * gdb.python/py-events.exp: Likewise.
394 * gdb.python/py-evsignal.exp: Likewise.
395 * gdb.python/py-evthreads.exp: Likewise.
396 * gdb.python/py-frame-args.exp: Likewise.
397 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
398 * gdb.python/py-framefilter-mi.exp: Likewise.
399 * gdb.python/py-framefilter.exp: Likewise.
400 * gdb.python/py-mi.exp: Likewise.
401 * gdb.python/py-pp-maint.exp: Likewise.
402 * gdb.python/py-pp-registration.exp: Likewise.
403 * gdb.python/py-prettyprint.exp: Likewise.
404 (run_lang_tests): Likewise.
405 * gdb.python/py-typeprint.exp: Likewise.
406
407 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
408
409 * lib/memory.exp: New file.
410 * lib/gdb.exp: Load memory.exp.
411 * gdb.base/memattr.exp (delete_memory): Move proc to
412 lib/memory.exp and rename to delete_memory_regions.
413 Replace delete_memory with delete_memory_regions.
414 Cleanup memory regions before tests.
415 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
416 before tests.
417
418 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
419
420 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
421 files.
422 (initialize): New function conditionally defined.
423 (testcases): Move within conditional block.
424 (main): Call initialize.
425 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
426 of gdb.reverse/insn-reverse.c.
427 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
428 gdb.reverse/insn-reverse.c.
429
430 2017-01-26 Yao Qi <yao.qi@linaro.org>
431
432 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
433 disassemble on address 0.
434
435 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
436 Yao Qi <yao.qi@linaro.org>
437
438 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
439 * gdb.dwarf2/implptr-64bit.S: Remove.
440 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
441 variables in caller's context. Add DW_OP_implicit_value.
442
443 2017-01-25 Yao Qi <yao.qi@linaro.org>
444
445 * lib/dwarf.exp (Dwarf::_location): Handle
446 DW_OP_GNU_implicit_pointer with proper size.
447
448 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
449
450 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
451 and add untested calls.
452
453 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
454
455 * gdb.python/python.exp: Check line number against what GDB thinks
456 the line number is for func1.
457
458 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
459
460 * gdb.dlang/debug-expr.exp: New file.
461
462 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
463
464 Fix test names for the following files:
465
466 * gdb.ada/exec_changed.exp
467 * gdb.ada/info_types.exp
468 * gdb.arch/aarch64-atomic-inst.exp
469 * gdb.arch/aarch64-fp.exp
470 * gdb.arch/altivec-abi.exp
471 * gdb.arch/altivec-regs.exp
472 * gdb.arch/amd64-byte.exp
473 * gdb.arch/amd64-disp-step.exp
474 * gdb.arch/amd64-dword.exp
475 * gdb.arch/amd64-entry-value-inline.exp
476 * gdb.arch/amd64-entry-value-param.exp
477 * gdb.arch/amd64-entry-value-paramref.exp
478 * gdb.arch/amd64-entry-value.exp
479 * gdb.arch/amd64-i386-address.exp
480 * gdb.arch/amd64-invalid-stack-middle.exp
481 * gdb.arch/amd64-invalid-stack-top.exp
482 * gdb.arch/amd64-optimout-repeat.exp
483 * gdb.arch/amd64-prologue-skip.exp
484 * gdb.arch/amd64-prologue-xmm.exp
485 * gdb.arch/amd64-stap-special-operands.exp
486 * gdb.arch/amd64-stap-wrong-subexp.exp
487 * gdb.arch/amd64-tailcall-cxx.exp
488 * gdb.arch/amd64-tailcall-noret.exp
489 * gdb.arch/amd64-tailcall-ret.exp
490 * gdb.arch/amd64-tailcall-self.exp
491 * gdb.arch/amd64-word.exp
492 * gdb.arch/arm-bl-branch-dest.exp
493 * gdb.arch/arm-disp-step.exp
494 * gdb.arch/arm-neon.exp
495 * gdb.arch/arm-single-step-kernel-helper.exp
496 * gdb.arch/avr-flash-qualifier.exp
497 * gdb.arch/disp-step-insn-reloc.exp
498 * gdb.arch/e500-abi.exp
499 * gdb.arch/e500-regs.exp
500 * gdb.arch/ftrace-insn-reloc.exp
501 * gdb.arch/i386-avx512.exp
502 * gdb.arch/i386-bp_permanent.exp
503 * gdb.arch/i386-byte.exp
504 * gdb.arch/i386-cfi-notcurrent.exp
505 * gdb.arch/i386-disp-step.exp
506 * gdb.arch/i386-dr3-watch.exp
507 * gdb.arch/i386-float.exp
508 * gdb.arch/i386-gnu-cfi.exp
509 * gdb.arch/i386-mpx-map.exp
510 * gdb.arch/i386-mpx-sigsegv.exp
511 * gdb.arch/i386-mpx-simple_segv.exp
512 * gdb.arch/i386-mpx.exp
513 * gdb.arch/i386-permbkpt.exp
514 * gdb.arch/i386-prologue.exp
515 * gdb.arch/i386-signal.exp
516 * gdb.arch/i386-size-overlap.exp
517 * gdb.arch/i386-unwind.exp
518 * gdb.arch/i386-word.exp
519 * gdb.arch/mips-fcr.exp
520 * gdb.arch/powerpc-d128-regs.exp
521 * gdb.arch/powerpc-stackless.exp
522 * gdb.arch/ppc64-atomic-inst.exp
523 * gdb.arch/s390-stackless.exp
524 * gdb.arch/s390-tdbregs.exp
525 * gdb.arch/s390-vregs.exp
526 * gdb.arch/sparc-sysstep.exp
527 * gdb.arch/thumb-bx-pc.exp
528 * gdb.arch/thumb-singlestep.exp
529 * gdb.arch/thumb2-it.exp
530 * gdb.arch/vsx-regs.exp
531 * gdb.asm/asm-source.exp
532 * gdb.base/a2-run.exp
533 * gdb.base/advance.exp
534 * gdb.base/all-bin.exp
535 * gdb.base/anon.exp
536 * gdb.base/args.exp
537 * gdb.base/arithmet.exp
538 * gdb.base/async-shell.exp
539 * gdb.base/async.exp
540 * gdb.base/attach-pie-noexec.exp
541 * gdb.base/attach-twice.exp
542 * gdb.base/auto-load.exp
543 * gdb.base/bang.exp
544 * gdb.base/bitfields.exp
545 * gdb.base/break-always.exp
546 * gdb.base/break-caller-line.exp
547 * gdb.base/break-entry.exp
548 * gdb.base/break-inline.exp
549 * gdb.base/break-on-linker-gcd-function.exp
550 * gdb.base/break-probes.exp
551 * gdb.base/break.exp
552 * gdb.base/breakpoint-shadow.exp
553 * gdb.base/call-ar-st.exp
554 * gdb.base/call-sc.exp
555 * gdb.base/call-signal-resume.exp
556 * gdb.base/call-strs.exp
557 * gdb.base/callfuncs.exp
558 * gdb.base/catch-fork-static.exp
559 * gdb.base/catch-gdb-caused-signals.exp
560 * gdb.base/catch-load.exp
561 * gdb.base/catch-signal-fork.exp
562 * gdb.base/catch-signal.exp
563 * gdb.base/catch-syscall.exp
564 * gdb.base/charset.exp
565 * gdb.base/checkpoint.exp
566 * gdb.base/chng-syms.exp
567 * gdb.base/code-expr.exp
568 * gdb.base/code_elim.exp
569 * gdb.base/commands.exp
570 * gdb.base/completion.exp
571 * gdb.base/complex.exp
572 * gdb.base/cond-expr.exp
573 * gdb.base/condbreak.exp
574 * gdb.base/consecutive.exp
575 * gdb.base/continue-all-already-running.exp
576 * gdb.base/coredump-filter.exp
577 * gdb.base/corefile.exp
578 * gdb.base/dbx.exp
579 * gdb.base/debug-expr.exp
580 * gdb.base/define.exp
581 * gdb.base/del.exp
582 * gdb.base/disabled-location.exp
583 * gdb.base/disasm-end-cu.exp
584 * gdb.base/disasm-optim.exp
585 * gdb.base/display.exp
586 * gdb.base/duplicate-bp.exp
587 * gdb.base/ena-dis-br.exp
588 * gdb.base/ending-run.exp
589 * gdb.base/enumval.exp
590 * gdb.base/environ.exp
591 * gdb.base/eu-strip-infcall.exp
592 * gdb.base/eval-avoid-side-effects.exp
593 * gdb.base/eval-skip.exp
594 * gdb.base/exitsignal.exp
595 * gdb.base/expand-psymtabs.exp
596 * gdb.base/filesym.exp
597 * gdb.base/find-unmapped.exp
598 * gdb.base/finish.exp
599 * gdb.base/float.exp
600 * gdb.base/foll-exec-mode.exp
601 * gdb.base/foll-exec.exp
602 * gdb.base/foll-fork.exp
603 * gdb.base/fortran-sym-case.exp
604 * gdb.base/freebpcmd.exp
605 * gdb.base/func-ptr.exp
606 * gdb.base/func-ptrs.exp
607 * gdb.base/funcargs.exp
608 * gdb.base/gcore-buffer-overflow.exp
609 * gdb.base/gcore-relro-pie.exp
610 * gdb.base/gcore-relro.exp
611 * gdb.base/gcore.exp
612 * gdb.base/gdb1090.exp
613 * gdb.base/gdb11530.exp
614 * gdb.base/gdb11531.exp
615 * gdb.base/gdb1821.exp
616 * gdb.base/gdbindex-stabs.exp
617 * gdb.base/gdbvars.exp
618 * gdb.base/hbreak.exp
619 * gdb.base/hbreak2.exp
620 * gdb.base/included.exp
621 * gdb.base/infcall-input.exp
622 * gdb.base/inferior-died.exp
623 * gdb.base/infnan.exp
624 * gdb.base/info-macros.exp
625 * gdb.base/info-os.exp
626 * gdb.base/info-proc.exp
627 * gdb.base/info-shared.exp
628 * gdb.base/info-target.exp
629 * gdb.base/infoline.exp
630 * gdb.base/interp.exp
631 * gdb.base/interrupt.exp
632 * gdb.base/jit-reader.exp
633 * gdb.base/jit-simple.exp
634 * gdb.base/kill-after-signal.exp
635 * gdb.base/kill-detach-inferiors-cmd.exp
636 * gdb.base/label.exp
637 * gdb.base/langs.exp
638 * gdb.base/ldbl_e308.exp
639 * gdb.base/line-symtabs.exp
640 * gdb.base/linespecs.exp
641 * gdb.base/list.exp
642 * gdb.base/long_long.exp
643 * gdb.base/longest-types.exp
644 * gdb.base/maint.exp
645 * gdb.base/max-value-size.exp
646 * gdb.base/memattr.exp
647 * gdb.base/mips_pro.exp
648 * gdb.base/morestack.exp
649 * gdb.base/moribund-step.exp
650 * gdb.base/multi-forks.exp
651 * gdb.base/nested-addr.exp
652 * gdb.base/nextoverexit.exp
653 * gdb.base/noreturn-finish.exp
654 * gdb.base/noreturn-return.exp
655 * gdb.base/nostdlib.exp
656 * gdb.base/offsets.exp
657 * gdb.base/opaque.exp
658 * gdb.base/pc-fp.exp
659 * gdb.base/permissions.exp
660 * gdb.base/print-symbol-loading.exp
661 * gdb.base/prologue-include.exp
662 * gdb.base/psymtab.exp
663 * gdb.base/ptype.exp
664 * gdb.base/random-signal.exp
665 * gdb.base/randomize.exp
666 * gdb.base/range-stepping.exp
667 * gdb.base/readline-ask.exp
668 * gdb.base/recpar.exp
669 * gdb.base/recurse.exp
670 * gdb.base/relational.exp
671 * gdb.base/restore.exp
672 * gdb.base/return-nodebug.exp
673 * gdb.base/return.exp
674 * gdb.base/run-after-attach.exp
675 * gdb.base/save-bp.exp
676 * gdb.base/scope.exp
677 * gdb.base/sect-cmd.exp
678 * gdb.base/set-lang-auto.exp
679 * gdb.base/set-noassign.exp
680 * gdb.base/setvar.exp
681 * gdb.base/sigall.exp
682 * gdb.base/sigbpt.exp
683 * gdb.base/siginfo-addr.exp
684 * gdb.base/siginfo-infcall.exp
685 * gdb.base/siginfo-obj.exp
686 * gdb.base/siginfo.exp
687 * gdb.base/signals-state-child.exp
688 * gdb.base/signest.exp
689 * gdb.base/sigstep.exp
690 * gdb.base/sizeof.exp
691 * gdb.base/skip.exp
692 * gdb.base/solib-corrupted.exp
693 * gdb.base/solib-nodir.exp
694 * gdb.base/solib-search.exp
695 * gdb.base/stack-checking.exp
696 * gdb.base/stale-infcall.exp
697 * gdb.base/stap-probe.exp
698 * gdb.base/start.exp
699 * gdb.base/step-break.exp
700 * gdb.base/step-bt.exp
701 * gdb.base/step-line.exp
702 * gdb.base/step-over-exit.exp
703 * gdb.base/step-over-syscall.exp
704 * gdb.base/step-resume-infcall.exp
705 * gdb.base/step-test.exp
706 * gdb.base/store.exp
707 * gdb.base/structs3.exp
708 * gdb.base/sym-file.exp
709 * gdb.base/symbol-without-target_section.exp
710 * gdb.base/term.exp
711 * gdb.base/testenv.exp
712 * gdb.base/ui-redirect.exp
713 * gdb.base/until.exp
714 * gdb.base/unwindonsignal.exp
715 * gdb.base/value-double-free.exp
716 * gdb.base/vla-datatypes.exp
717 * gdb.base/vla-ptr.exp
718 * gdb.base/vla-sideeffect.exp
719 * gdb.base/volatile.exp
720 * gdb.base/watch-cond-infcall.exp
721 * gdb.base/watch-cond.exp
722 * gdb.base/watch-non-mem.exp
723 * gdb.base/watch-read.exp
724 * gdb.base/watch-vfork.exp
725 * gdb.base/watchpoint-cond-gone.exp
726 * gdb.base/watchpoint-delete.exp
727 * gdb.base/watchpoint-hw-hit-once.exp
728 * gdb.base/watchpoint-hw.exp
729 * gdb.base/watchpoint-stops-at-right-insn.exp
730 * gdb.base/watchpoints.exp
731 * gdb.base/wchar.exp
732 * gdb.base/whatis-exp.exp
733 * gdb.btrace/buffer-size.exp
734 * gdb.btrace/data.exp
735 * gdb.btrace/delta.exp
736 * gdb.btrace/dlopen.exp
737 * gdb.btrace/enable.exp
738 * gdb.btrace/exception.exp
739 * gdb.btrace/function_call_history.exp
740 * gdb.btrace/gcore.exp
741 * gdb.btrace/instruction_history.exp
742 * gdb.btrace/nohist.exp
743 * gdb.btrace/reconnect.exp
744 * gdb.btrace/record_goto-step.exp
745 * gdb.btrace/record_goto.exp
746 * gdb.btrace/rn-dl-bind.exp
747 * gdb.btrace/segv.exp
748 * gdb.btrace/step.exp
749 * gdb.btrace/stepi.exp
750 * gdb.btrace/tailcall-only.exp
751 * gdb.btrace/tailcall.exp
752 * gdb.btrace/tsx.exp
753 * gdb.btrace/unknown_functions.exp
754 * gdb.btrace/vdso.exp
755 * gdb.compile/compile-ifunc.exp
756 * gdb.compile/compile-ops.exp
757 * gdb.compile/compile-print.exp
758 * gdb.compile/compile-setjmp.exp
759 * gdb.cp/abstract-origin.exp
760 * gdb.cp/ambiguous.exp
761 * gdb.cp/annota2.exp
762 * gdb.cp/annota3.exp
763 * gdb.cp/anon-ns.exp
764 * gdb.cp/anon-struct.exp
765 * gdb.cp/anon-union.exp
766 * gdb.cp/arg-reference.exp
767 * gdb.cp/baseenum.exp
768 * gdb.cp/bool.exp
769 * gdb.cp/breakpoint.exp
770 * gdb.cp/bs15503.exp
771 * gdb.cp/call-c.exp
772 * gdb.cp/casts.exp
773 * gdb.cp/chained-calls.exp
774 * gdb.cp/class2.exp
775 * gdb.cp/classes.exp
776 * gdb.cp/cmpd-minsyms.exp
777 * gdb.cp/converts.exp
778 * gdb.cp/cp-relocate.exp
779 * gdb.cp/cpcompletion.exp
780 * gdb.cp/cpexprs.exp
781 * gdb.cp/cplabel.exp
782 * gdb.cp/cplusfuncs.exp
783 * gdb.cp/cpsizeof.exp
784 * gdb.cp/ctti.exp
785 * gdb.cp/derivation.exp
786 * gdb.cp/destrprint.exp
787 * gdb.cp/dispcxx.exp
788 * gdb.cp/enum-class.exp
789 * gdb.cp/exception.exp
790 * gdb.cp/exceptprint.exp
791 * gdb.cp/expand-psymtabs-cxx.exp
792 * gdb.cp/expand-sals.exp
793 * gdb.cp/extern-c.exp
794 * gdb.cp/filename.exp
795 * gdb.cp/formatted-ref.exp
796 * gdb.cp/fpointer.exp
797 * gdb.cp/gdb1355.exp
798 * gdb.cp/gdb2495.exp
799 * gdb.cp/hang.exp
800 * gdb.cp/impl-this.exp
801 * gdb.cp/infcall-dlopen.exp
802 * gdb.cp/inherit.exp
803 * gdb.cp/iostream.exp
804 * gdb.cp/koenig.exp
805 * gdb.cp/local.exp
806 * gdb.cp/m-data.exp
807 * gdb.cp/m-static.exp
808 * gdb.cp/mb-ctor.exp
809 * gdb.cp/mb-inline.exp
810 * gdb.cp/mb-templates.exp
811 * gdb.cp/member-name.exp
812 * gdb.cp/member-ptr.exp
813 * gdb.cp/meth-typedefs.exp
814 * gdb.cp/method.exp
815 * gdb.cp/method2.exp
816 * gdb.cp/minsym-fallback.exp
817 * gdb.cp/misc.exp
818 * gdb.cp/namelessclass.exp
819 * gdb.cp/namespace-enum.exp
820 * gdb.cp/namespace-nested-import.exp
821 * gdb.cp/namespace.exp
822 * gdb.cp/nextoverthrow.exp
823 * gdb.cp/no-dmgl-verbose.exp
824 * gdb.cp/non-trivial-retval.exp
825 * gdb.cp/noparam.exp
826 * gdb.cp/nsdecl.exp
827 * gdb.cp/nsimport.exp
828 * gdb.cp/nsnested.exp
829 * gdb.cp/nsnoimports.exp
830 * gdb.cp/nsrecurs.exp
831 * gdb.cp/nsstress.exp
832 * gdb.cp/nsusing.exp
833 * gdb.cp/operator.exp
834 * gdb.cp/oranking.exp
835 * gdb.cp/overload-const.exp
836 * gdb.cp/overload.exp
837 * gdb.cp/ovldbreak.exp
838 * gdb.cp/ovsrch.exp
839 * gdb.cp/paren-type.exp
840 * gdb.cp/parse-lang.exp
841 * gdb.cp/pass-by-ref.exp
842 * gdb.cp/pr-1023.exp
843 * gdb.cp/pr-1210.exp
844 * gdb.cp/pr-574.exp
845 * gdb.cp/pr10687.exp
846 * gdb.cp/pr12028.exp
847 * gdb.cp/pr17132.exp
848 * gdb.cp/pr17494.exp
849 * gdb.cp/pr9067.exp
850 * gdb.cp/pr9167.exp
851 * gdb.cp/pr9631.exp
852 * gdb.cp/printmethod.exp
853 * gdb.cp/psmang.exp
854 * gdb.cp/psymtab-parameter.exp
855 * gdb.cp/ptype-cv-cp.exp
856 * gdb.cp/ptype-flags.exp
857 * gdb.cp/re-set-overloaded.exp
858 * gdb.cp/ref-types.exp
859 * gdb.cp/rtti.exp
860 * gdb.cp/scope-err.exp
861 * gdb.cp/shadow.exp
862 * gdb.cp/smartp.exp
863 * gdb.cp/static-method.exp
864 * gdb.cp/static-print-quit.exp
865 * gdb.cp/temargs.exp
866 * gdb.cp/templates.exp
867 * gdb.cp/try_catch.exp
868 * gdb.cp/typedef-operator.exp
869 * gdb.cp/typeid.exp
870 * gdb.cp/userdef.exp
871 * gdb.cp/using-crash.exp
872 * gdb.cp/var-tag.exp
873 * gdb.cp/virtbase.exp
874 * gdb.cp/virtfunc.exp
875 * gdb.cp/virtfunc2.exp
876 * gdb.cp/vla-cxx.exp
877 * gdb.disasm/t01_mov.exp
878 * gdb.disasm/t02_mova.exp
879 * gdb.disasm/t03_add.exp
880 * gdb.disasm/t04_sub.exp
881 * gdb.disasm/t05_cmp.exp
882 * gdb.disasm/t06_ari2.exp
883 * gdb.disasm/t07_ari3.exp
884 * gdb.disasm/t08_or.exp
885 * gdb.disasm/t09_xor.exp
886 * gdb.disasm/t10_and.exp
887 * gdb.disasm/t11_logs.exp
888 * gdb.disasm/t12_bit.exp
889 * gdb.disasm/t13_otr.exp
890 * gdb.dlang/circular.exp
891 * gdb.dwarf2/arr-stride.exp
892 * gdb.dwarf2/arr-subrange.exp
893 * gdb.dwarf2/atomic-type.exp
894 * gdb.dwarf2/bad-regnum.exp
895 * gdb.dwarf2/bitfield-parent-optimized-out.exp
896 * gdb.dwarf2/callframecfa.exp
897 * gdb.dwarf2/clztest.exp
898 * gdb.dwarf2/corrupt.exp
899 * gdb.dwarf2/data-loc.exp
900 * gdb.dwarf2/dup-psym.exp
901 * gdb.dwarf2/dw2-anon-mptr.exp
902 * gdb.dwarf2/dw2-anonymous-func.exp
903 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
904 * gdb.dwarf2/dw2-bad-unresolved.exp
905 * gdb.dwarf2/dw2-basic.exp
906 * gdb.dwarf2/dw2-canonicalize-type.exp
907 * gdb.dwarf2/dw2-case-insensitive.exp
908 * gdb.dwarf2/dw2-common-block.exp
909 * gdb.dwarf2/dw2-compdir-oldgcc.exp
910 * gdb.dwarf2/dw2-compressed.exp
911 * gdb.dwarf2/dw2-const.exp
912 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
913 * gdb.dwarf2/dw2-cu-size.exp
914 * gdb.dwarf2/dw2-dup-frame.exp
915 * gdb.dwarf2/dw2-entry-value.exp
916 * gdb.dwarf2/dw2-icycle.exp
917 * gdb.dwarf2/dw2-ifort-parameter.exp
918 * gdb.dwarf2/dw2-inline-break.exp
919 * gdb.dwarf2/dw2-inline-param.exp
920 * gdb.dwarf2/dw2-intercu.exp
921 * gdb.dwarf2/dw2-intermix.exp
922 * gdb.dwarf2/dw2-lexical-block-bare.exp
923 * gdb.dwarf2/dw2-linkage-name-trust.exp
924 * gdb.dwarf2/dw2-minsym-in-cu.exp
925 * gdb.dwarf2/dw2-noloc.exp
926 * gdb.dwarf2/dw2-op-call.exp
927 * gdb.dwarf2/dw2-op-out-param.exp
928 * gdb.dwarf2/dw2-opt-structptr.exp
929 * gdb.dwarf2/dw2-param-error.exp
930 * gdb.dwarf2/dw2-producer.exp
931 * gdb.dwarf2/dw2-ranges-base.exp
932 * gdb.dwarf2/dw2-ref-missing-frame.exp
933 * gdb.dwarf2/dw2-reg-undefined.exp
934 * gdb.dwarf2/dw2-regno-invalid.exp
935 * gdb.dwarf2/dw2-restore.exp
936 * gdb.dwarf2/dw2-restrict.exp
937 * gdb.dwarf2/dw2-single-line-discriminators.exp
938 * gdb.dwarf2/dw2-strp.exp
939 * gdb.dwarf2/dw2-undefined-ret-addr.exp
940 * gdb.dwarf2/dw2-unresolved.exp
941 * gdb.dwarf2/dw2-var-zero-addr.exp
942 * gdb.dwarf2/dw4-sig-types.exp
943 * gdb.dwarf2/dwz.exp
944 * gdb.dwarf2/dynarr-ptr.exp
945 * gdb.dwarf2/enum-type.exp
946 * gdb.dwarf2/gdb-index.exp
947 * gdb.dwarf2/implptr-64bit.exp
948 * gdb.dwarf2/implptr-optimized-out.exp
949 * gdb.dwarf2/implptr.exp
950 * gdb.dwarf2/implref-array.exp
951 * gdb.dwarf2/implref-const.exp
952 * gdb.dwarf2/implref-global.exp
953 * gdb.dwarf2/implref-struct.exp
954 * gdb.dwarf2/mac-fileno.exp
955 * gdb.dwarf2/main-subprogram.exp
956 * gdb.dwarf2/member-ptr-forwardref.exp
957 * gdb.dwarf2/method-ptr.exp
958 * gdb.dwarf2/missing-sig-type.exp
959 * gdb.dwarf2/nonvar-access.exp
960 * gdb.dwarf2/opaque-type-lookup.exp
961 * gdb.dwarf2/pieces-optimized-out.exp
962 * gdb.dwarf2/pieces.exp
963 * gdb.dwarf2/pr10770.exp
964 * gdb.dwarf2/pr13961.exp
965 * gdb.dwarf2/staticvirtual.exp
966 * gdb.dwarf2/subrange.exp
967 * gdb.dwarf2/symtab-producer.exp
968 * gdb.dwarf2/trace-crash.exp
969 * gdb.dwarf2/typeddwarf.exp
970 * gdb.dwarf2/valop.exp
971 * gdb.dwarf2/watch-notconst.exp
972 * gdb.fortran/array-element.exp
973 * gdb.fortran/charset.exp
974 * gdb.fortran/common-block.exp
975 * gdb.fortran/complex.exp
976 * gdb.fortran/derived-type-function.exp
977 * gdb.fortran/derived-type.exp
978 * gdb.fortran/logical.exp
979 * gdb.fortran/module.exp
980 * gdb.fortran/multi-dim.exp
981 * gdb.fortran/nested-funcs.exp
982 * gdb.fortran/print-formatted.exp
983 * gdb.fortran/subarray.exp
984 * gdb.fortran/vla-alloc-assoc.exp
985 * gdb.fortran/vla-datatypes.exp
986 * gdb.fortran/vla-history.exp
987 * gdb.fortran/vla-ptr-info.exp
988 * gdb.fortran/vla-ptype-sub.exp
989 * gdb.fortran/vla-ptype.exp
990 * gdb.fortran/vla-sizeof.exp
991 * gdb.fortran/vla-type.exp
992 * gdb.fortran/vla-value-sub-arbitrary.exp
993 * gdb.fortran/vla-value-sub-finish.exp
994 * gdb.fortran/vla-value-sub.exp
995 * gdb.fortran/vla-value.exp
996 * gdb.fortran/whatis_type.exp
997 * gdb.go/chan.exp
998 * gdb.go/handcall.exp
999 * gdb.go/hello.exp
1000 * gdb.go/integers.exp
1001 * gdb.go/methods.exp
1002 * gdb.go/package.exp
1003 * gdb.go/strings.exp
1004 * gdb.go/types.exp
1005 * gdb.go/unsafe.exp
1006 * gdb.guile/scm-arch.exp
1007 * gdb.guile/scm-block.exp
1008 * gdb.guile/scm-breakpoint.exp
1009 * gdb.guile/scm-cmd.exp
1010 * gdb.guile/scm-disasm.exp
1011 * gdb.guile/scm-equal.exp
1012 * gdb.guile/scm-frame-args.exp
1013 * gdb.guile/scm-frame-inline.exp
1014 * gdb.guile/scm-frame.exp
1015 * gdb.guile/scm-iterator.exp
1016 * gdb.guile/scm-math.exp
1017 * gdb.guile/scm-objfile.exp
1018 * gdb.guile/scm-ports.exp
1019 * gdb.guile/scm-symbol.exp
1020 * gdb.guile/scm-symtab.exp
1021 * gdb.guile/scm-value-cc.exp
1022 * gdb.guile/types-module.exp
1023 * gdb.linespec/break-ask.exp
1024 * gdb.linespec/cpexplicit.exp
1025 * gdb.linespec/explicit.exp
1026 * gdb.linespec/keywords.exp
1027 * gdb.linespec/linespec.exp
1028 * gdb.linespec/ls-dollar.exp
1029 * gdb.linespec/ls-errs.exp
1030 * gdb.linespec/skip-two.exp
1031 * gdb.linespec/thread.exp
1032 * gdb.mi/mi-async.exp
1033 * gdb.mi/mi-basics.exp
1034 * gdb.mi/mi-break.exp
1035 * gdb.mi/mi-catch-load.exp
1036 * gdb.mi/mi-cli.exp
1037 * gdb.mi/mi-cmd-param-changed.exp
1038 * gdb.mi/mi-console.exp
1039 * gdb.mi/mi-detach.exp
1040 * gdb.mi/mi-disassemble.exp
1041 * gdb.mi/mi-eval.exp
1042 * gdb.mi/mi-file-transfer.exp
1043 * gdb.mi/mi-file.exp
1044 * gdb.mi/mi-fill-memory.exp
1045 * gdb.mi/mi-inheritance-syntax-error.exp
1046 * gdb.mi/mi-linespec-err-cp.exp
1047 * gdb.mi/mi-logging.exp
1048 * gdb.mi/mi-memory-changed.exp
1049 * gdb.mi/mi-read-memory.exp
1050 * gdb.mi/mi-record-changed.exp
1051 * gdb.mi/mi-reg-undefined.exp
1052 * gdb.mi/mi-regs.exp
1053 * gdb.mi/mi-return.exp
1054 * gdb.mi/mi-reverse.exp
1055 * gdb.mi/mi-simplerun.exp
1056 * gdb.mi/mi-solib.exp
1057 * gdb.mi/mi-stack.exp
1058 * gdb.mi/mi-stepi.exp
1059 * gdb.mi/mi-syn-frame.exp
1060 * gdb.mi/mi-until.exp
1061 * gdb.mi/mi-var-block.exp
1062 * gdb.mi/mi-var-child.exp
1063 * gdb.mi/mi-var-cmd.exp
1064 * gdb.mi/mi-var-cp.exp
1065 * gdb.mi/mi-var-display.exp
1066 * gdb.mi/mi-var-invalidate.exp
1067 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1068 * gdb.mi/mi-vla-fortran.exp
1069 * gdb.mi/mi-watch.exp
1070 * gdb.mi/mi2-var-child.exp
1071 * gdb.mi/user-selected-context-sync.exp
1072 * gdb.modula2/unbounded-array.exp
1073 * gdb.multi/dummy-frame-restore.exp
1074 * gdb.multi/multi-arch-exec.exp
1075 * gdb.multi/multi-arch.exp
1076 * gdb.multi/tids.exp
1077 * gdb.multi/watchpoint-multi.exp
1078 * gdb.opencl/callfuncs.exp
1079 * gdb.opencl/convs_casts.exp
1080 * gdb.opencl/datatypes.exp
1081 * gdb.opencl/operators.exp
1082 * gdb.opencl/vec_comps.exp
1083 * gdb.opt/clobbered-registers-O2.exp
1084 * gdb.opt/inline-break.exp
1085 * gdb.opt/inline-bt.exp
1086 * gdb.opt/inline-cmds.exp
1087 * gdb.opt/inline-locals.exp
1088 * gdb.pascal/case-insensitive-symbols.exp
1089 * gdb.pascal/floats.exp
1090 * gdb.pascal/gdb11492.exp
1091 * gdb.python/lib-types.exp
1092 * gdb.python/py-arch.exp
1093 * gdb.python/py-as-string.exp
1094 * gdb.python/py-bad-printers.exp
1095 * gdb.python/py-block.exp
1096 * gdb.python/py-breakpoint-create-fail.exp
1097 * gdb.python/py-breakpoint.exp
1098 * gdb.python/py-caller-is.exp
1099 * gdb.python/py-cmd.exp
1100 * gdb.python/py-explore-cc.exp
1101 * gdb.python/py-explore.exp
1102 * gdb.python/py-finish-breakpoint.exp
1103 * gdb.python/py-finish-breakpoint2.exp
1104 * gdb.python/py-frame-args.exp
1105 * gdb.python/py-frame-inline.exp
1106 * gdb.python/py-frame.exp
1107 * gdb.python/py-framefilter-mi.exp
1108 * gdb.python/py-infthread.exp
1109 * gdb.python/py-lazy-string.exp
1110 * gdb.python/py-linetable.exp
1111 * gdb.python/py-mi-events.exp
1112 * gdb.python/py-mi-objfile.exp
1113 * gdb.python/py-mi.exp
1114 * gdb.python/py-objfile.exp
1115 * gdb.python/py-pp-integral.exp
1116 * gdb.python/py-pp-maint.exp
1117 * gdb.python/py-pp-re-notag.exp
1118 * gdb.python/py-pp-registration.exp
1119 * gdb.python/py-recurse-unwind.exp
1120 * gdb.python/py-strfns.exp
1121 * gdb.python/py-symbol.exp
1122 * gdb.python/py-symtab.exp
1123 * gdb.python/py-sync-interp.exp
1124 * gdb.python/py-typeprint.exp
1125 * gdb.python/py-unwind-maint.exp
1126 * gdb.python/py-unwind.exp
1127 * gdb.python/py-value-cc.exp
1128 * gdb.python/py-xmethods.exp
1129 * gdb.reverse/amd64-tailcall-reverse.exp
1130 * gdb.reverse/break-precsave.exp
1131 * gdb.reverse/break-reverse.exp
1132 * gdb.reverse/consecutive-precsave.exp
1133 * gdb.reverse/consecutive-reverse.exp
1134 * gdb.reverse/finish-precsave.exp
1135 * gdb.reverse/finish-reverse-bkpt.exp
1136 * gdb.reverse/finish-reverse.exp
1137 * gdb.reverse/fstatat-reverse.exp
1138 * gdb.reverse/getresuid-reverse.exp
1139 * gdb.reverse/i386-precsave.exp
1140 * gdb.reverse/i386-reverse.exp
1141 * gdb.reverse/i386-sse-reverse.exp
1142 * gdb.reverse/i387-env-reverse.exp
1143 * gdb.reverse/i387-stack-reverse.exp
1144 * gdb.reverse/insn-reverse.exp
1145 * gdb.reverse/machinestate-precsave.exp
1146 * gdb.reverse/machinestate.exp
1147 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1148 * gdb.reverse/pipe-reverse.exp
1149 * gdb.reverse/readv-reverse.exp
1150 * gdb.reverse/recvmsg-reverse.exp
1151 * gdb.reverse/rerun-prec.exp
1152 * gdb.reverse/s390-mvcle.exp
1153 * gdb.reverse/step-precsave.exp
1154 * gdb.reverse/step-reverse.exp
1155 * gdb.reverse/time-reverse.exp
1156 * gdb.reverse/until-precsave.exp
1157 * gdb.reverse/until-reverse.exp
1158 * gdb.reverse/waitpid-reverse.exp
1159 * gdb.reverse/watch-precsave.exp
1160 * gdb.reverse/watch-reverse.exp
1161 * gdb.rust/generics.exp
1162 * gdb.rust/methods.exp
1163 * gdb.rust/modules.exp
1164 * gdb.rust/simple.exp
1165 * gdb.server/connect-with-no-symbol-file.exp
1166 * gdb.server/ext-attach.exp
1167 * gdb.server/ext-restart.exp
1168 * gdb.server/ext-wrapper.exp
1169 * gdb.server/file-transfer.exp
1170 * gdb.server/server-exec-info.exp
1171 * gdb.server/server-kill.exp
1172 * gdb.server/server-mon.exp
1173 * gdb.server/wrapper.exp
1174 * gdb.stabs/exclfwd.exp
1175 * gdb.stabs/gdb11479.exp
1176 * gdb.threads/clone-new-thread-event.exp
1177 * gdb.threads/corethreads.exp
1178 * gdb.threads/current-lwp-dead.exp
1179 * gdb.threads/dlopen-libpthread.exp
1180 * gdb.threads/gcore-thread.exp
1181 * gdb.threads/sigstep-threads.exp
1182 * gdb.threads/watchpoint-fork.exp
1183 * gdb.trace/actions-changed.exp
1184 * gdb.trace/backtrace.exp
1185 * gdb.trace/change-loc.exp
1186 * gdb.trace/circ.exp
1187 * gdb.trace/collection.exp
1188 * gdb.trace/disconnected-tracing.exp
1189 * gdb.trace/ftrace.exp
1190 * gdb.trace/mi-trace-frame-collected.exp
1191 * gdb.trace/mi-trace-unavailable.exp
1192 * gdb.trace/mi-traceframe-changed.exp
1193 * gdb.trace/mi-tsv-changed.exp
1194 * gdb.trace/no-attach-trace.exp
1195 * gdb.trace/passc-dyn.exp
1196 * gdb.trace/qtro.exp
1197 * gdb.trace/range-stepping.exp
1198 * gdb.trace/read-memory.exp
1199 * gdb.trace/save-trace.exp
1200 * gdb.trace/signal.exp
1201 * gdb.trace/status-stop.exp
1202 * gdb.trace/tfile.exp
1203 * gdb.trace/trace-break.exp
1204 * gdb.trace/trace-buffer-size.exp
1205 * gdb.trace/trace-condition.exp
1206 * gdb.trace/tracefile-pseudo-reg.exp
1207 * gdb.trace/tstatus.exp
1208 * gdb.trace/unavailable.exp
1209 * gdb.trace/while-dyn.exp
1210 * gdb.trace/while-stepping.exp
1211
1212 2016-12-22 Doug Evans <xdje42@gmail.com>
1213
1214 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1215 and msymbols.
1216
1217 2016-12-19 Yao Qi <yao.qi@linaro.org>
1218
1219 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1220 (test_with_self): Don't call do_steps_and_nexts, and remove
1221 code about stepping into xmalloc.
1222
1223 2016-12-09 Yao Qi <yao.qi@linaro.org>
1224
1225 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1226
1227 2016-12-09 Yao Qi <yao.qi@linaro.org>
1228
1229 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1230
1231 2016-12-09 Pedro Alves <palves@redhat.com>
1232
1233 * gdb.base/all-architectures-0.exp: New file.
1234 * gdb.base/all-architectures-1.exp: New file.
1235 * gdb.base/all-architectures-2.exp: New file.
1236 * gdb.base/all-architectures-3.exp: New file.
1237 * gdb.base/all-architectures-4.exp: New file.
1238 * gdb.base/all-architectures-5.exp: New file.
1239 * gdb.base/all-architectures-6.exp: New file.
1240 * gdb.base/all-architectures-7.exp: New file.
1241 * gdb.base/all-architectures.exp.in: New file.
1242
1243 2016-12-09 Yao Qi <yao.qi@linaro.org>
1244
1245 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1246
1247 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1248
1249 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1250 possible.
1251 Remove useless pattern-matching code.
1252
1253 2016-12-02 Pedro Alves <palves@redhat.com>
1254
1255 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1256 procedure.
1257 (top level): Call it.
1258
1259 2016-12-02 Pedro Alves <palves@redhat.com>
1260
1261 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1262 New procedure.
1263 (top level): Call it.
1264
1265 2016-12-02 Pedro Alves <palves@redhat.com>
1266
1267 PR cli/20559
1268 * gdb.base/commands.exp (user_defined_command_args_eval): New
1269 procedure.
1270 (top level): Call it.
1271
1272 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1273
1274 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1275 timeout handling.
1276
1277 2016-12-02 Tom Tromey <tom@tromey.com>
1278
1279 * gdb.dwarf2/main-subprogram.c: New file.
1280 * gdb.dwarf2/main-subprogram.exp: New file.
1281
1282 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1283
1284 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1285 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1286 gdb_test_no_output for a couple of cases.
1287 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1288
1289 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1290
1291 Fix test names and standardize compilation error messages throughout
1292 the following files:
1293
1294 * gdb.ada/start.exp
1295 * gdb.arch/alpha-step.exp
1296 * gdb.arch/e500-prologue.exp
1297 * gdb.arch/ftrace-insn-reloc.exp
1298 * gdb.arch/gdb1291.exp
1299 * gdb.arch/gdb1431.exp
1300 * gdb.arch/gdb1558.exp
1301 * gdb.arch/i386-dr3-watch.exp
1302 * gdb.arch/i386-sse-stack-align.exp
1303 * gdb.arch/ia64-breakpoint-shadow.exp
1304 * gdb.arch/pa-nullify.exp
1305 * gdb.arch/powerpc-aix-prologue.exp
1306 * gdb.arch/thumb-bx-pc.exp
1307 * gdb.base/annota1.exp
1308 * gdb.base/annota3.exp
1309 * gdb.base/arrayidx.exp
1310 * gdb.base/assign.exp
1311 * gdb.base/attach.exp
1312 * gdb.base/auxv.exp
1313 * gdb.base/bang.exp
1314 * gdb.base/bfp-test.exp
1315 * gdb.base/bigcore.exp
1316 * gdb.base/bitfields2.exp
1317 * gdb.base/break-fun-addr.exp
1318 * gdb.base/break-probes.exp
1319 * gdb.base/call-rt-st.exp
1320 * gdb.base/callexit.exp
1321 * gdb.base/catch-fork-kill.exp
1322 * gdb.base/charset.exp
1323 * gdb.base/checkpoint.exp
1324 * gdb.base/comprdebug.exp
1325 * gdb.base/constvars.exp
1326 * gdb.base/coredump-filter.exp
1327 * gdb.base/cursal.exp
1328 * gdb.base/cvexpr.exp
1329 * gdb.base/detach.exp
1330 * gdb.base/display.exp
1331 * gdb.base/dmsym.exp
1332 * gdb.base/dprintf-pending.exp
1333 * gdb.base/dso2dso.exp
1334 * gdb.base/dtrace-probe.exp
1335 * gdb.base/dump.exp
1336 * gdb.base/enum_cond.exp
1337 * gdb.base/exe-lock.exp
1338 * gdb.base/exec-invalid-sysroot.exp
1339 * gdb.base/execl-update-breakpoints.exp
1340 * gdb.base/exprs.exp
1341 * gdb.base/fileio.exp
1342 * gdb.base/find.exp
1343 * gdb.base/finish.exp
1344 * gdb.base/fixsection.exp
1345 * gdb.base/foll-vfork.exp
1346 * gdb.base/frame-args.exp
1347 * gdb.base/gcore.exp
1348 * gdb.base/gdb1250.exp
1349 * gdb.base/global-var-nested-by-dso.exp
1350 * gdb.base/gnu-ifunc.exp
1351 * gdb.base/hashline1.exp
1352 * gdb.base/hashline2.exp
1353 * gdb.base/hashline3.exp
1354 * gdb.base/hbreak-in-shr-unsupported.exp
1355 * gdb.base/huge.exp
1356 * gdb.base/infcall-input.exp
1357 * gdb.base/info-fun.exp
1358 * gdb.base/info-shared.exp
1359 * gdb.base/jit-simple.exp
1360 * gdb.base/jit-so.exp
1361 * gdb.base/jit.exp
1362 * gdb.base/jump.exp
1363 * gdb.base/label.exp
1364 * gdb.base/lineinc.exp
1365 * gdb.base/logical.exp
1366 * gdb.base/longjmp.exp
1367 * gdb.base/macscp.exp
1368 * gdb.base/miscexprs.exp
1369 * gdb.base/new-ui-echo.exp
1370 * gdb.base/new-ui-pending-input.exp
1371 * gdb.base/new-ui.exp
1372 * gdb.base/nodebug.exp
1373 * gdb.base/nofield.exp
1374 * gdb.base/offsets.exp
1375 * gdb.base/overlays.exp
1376 * gdb.base/pending.exp
1377 * gdb.base/pointers.exp
1378 * gdb.base/pr11022.exp
1379 * gdb.base/printcmds.exp
1380 * gdb.base/prologue.exp
1381 * gdb.base/ptr-typedef.exp
1382 * gdb.base/realname-expand.exp
1383 * gdb.base/relativedebug.exp
1384 * gdb.base/relocate.exp
1385 * gdb.base/remote.exp
1386 * gdb.base/reread.exp
1387 * gdb.base/return2.exp
1388 * gdb.base/savedregs.exp
1389 * gdb.base/sep.exp
1390 * gdb.base/sepdebug.exp
1391 * gdb.base/sepsymtab.exp
1392 * gdb.base/set-inferior-tty.exp
1393 * gdb.base/setshow.exp
1394 * gdb.base/shlib-call.exp
1395 * gdb.base/sigaltstack.exp
1396 * gdb.base/siginfo-addr.exp
1397 * gdb.base/signals.exp
1398 * gdb.base/signull.exp
1399 * gdb.base/sigrepeat.exp
1400 * gdb.base/so-impl-ld.exp
1401 * gdb.base/solib-display.exp
1402 * gdb.base/solib-overlap.exp
1403 * gdb.base/solib-search.exp
1404 * gdb.base/solib-symbol.exp
1405 * gdb.base/structs.exp
1406 * gdb.base/structs2.exp
1407 * gdb.base/symtab-search-order.exp
1408 * gdb.base/twice.exp
1409 * gdb.base/unload.exp
1410 * gdb.base/varargs.exp
1411 * gdb.base/watchpoint-solib.exp
1412 * gdb.base/watchpoint.exp
1413 * gdb.base/whatis.exp
1414 * gdb.base/wrong_frame_bt_full.exp
1415 * gdb.btrace/dlopen.exp
1416 * gdb.cell/ea-standalone.exp
1417 * gdb.cell/ea-test.exp
1418 * gdb.cp/dispcxx.exp
1419 * gdb.cp/gdb2384.exp
1420 * gdb.cp/method2.exp
1421 * gdb.cp/nextoverthrow.exp
1422 * gdb.cp/pr10728.exp
1423 * gdb.disasm/am33.exp
1424 * gdb.disasm/h8300s.exp
1425 * gdb.disasm/mn10300.exp
1426 * gdb.disasm/sh3.exp
1427 * gdb.dwarf2/dw2-dir-file-name.exp
1428 * gdb.fortran/complex.exp
1429 * gdb.fortran/library-module.exp
1430 * gdb.guile/scm-pretty-print.exp
1431 * gdb.guile/scm-symbol.exp
1432 * gdb.guile/scm-type.exp
1433 * gdb.guile/scm-value.exp
1434 * gdb.linespec/linespec.exp
1435 * gdb.mi/gdb701.exp
1436 * gdb.mi/gdb792.exp
1437 * gdb.mi/mi-breakpoint-changed.exp
1438 * gdb.mi/mi-dprintf-pending.exp
1439 * gdb.mi/mi-dprintf.exp
1440 * gdb.mi/mi-exit-code.exp
1441 * gdb.mi/mi-pending.exp
1442 * gdb.mi/mi-solib.exp
1443 * gdb.mi/new-ui-mi-sync.exp
1444 * gdb.mi/pr11022.exp
1445 * gdb.mi/user-selected-context-sync.exp
1446 * gdb.opt/solib-intra-step.exp
1447 * gdb.python/py-events.exp
1448 * gdb.python/py-finish-breakpoint.exp
1449 * gdb.python/py-mi.exp
1450 * gdb.python/py-prettyprint.exp
1451 * gdb.python/py-shared.exp
1452 * gdb.python/py-symbol.exp
1453 * gdb.python/py-template.exp
1454 * gdb.python/py-type.exp
1455 * gdb.python/py-value.exp
1456 * gdb.reverse/solib-precsave.exp
1457 * gdb.reverse/solib-reverse.exp
1458 * gdb.server/solib-list.exp
1459 * gdb.stabs/weird.exp
1460 * gdb.threads/reconnect-signal.exp
1461 * gdb.threads/stepi-random-signal.exp
1462 * gdb.trace/actions.exp
1463 * gdb.trace/ax.exp
1464 * gdb.trace/backtrace.exp
1465 * gdb.trace/change-loc.exp
1466 * gdb.trace/deltrace.exp
1467 * gdb.trace/ftrace-lock.exp
1468 * gdb.trace/ftrace.exp
1469 * gdb.trace/infotrace.exp
1470 * gdb.trace/mi-tracepoint-changed.exp
1471 * gdb.trace/packetlen.exp
1472 * gdb.trace/passcount.exp
1473 * gdb.trace/pending.exp
1474 * gdb.trace/range-stepping.exp
1475 * gdb.trace/report.exp
1476 * gdb.trace/stap-trace.exp
1477 * gdb.trace/tfind.exp
1478 * gdb.trace/trace-break.exp
1479 * gdb.trace/trace-condition.exp
1480 * gdb.trace/trace-enable-disable.exp
1481 * gdb.trace/trace-mt.exp
1482 * gdb.trace/tracecmd.exp
1483 * gdb.trace/tspeed.exp
1484 * gdb.trace/tsv.exp
1485 * lib/perftest.exp
1486
1487 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1488
1489 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1490 with gdb_test_no_output.
1491 Use command as test name.
1492
1493 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1494
1495 Fix test names starting with uppercase throughout the files.
1496
1497 * gdb.ada/assign_1.exp
1498 * gdb.ada/boolean_expr.exp
1499 * gdb.base/arrayidx.exp
1500 * gdb.base/del.exp
1501 * gdb.base/gcore-buffer-overflow.exp
1502 * gdb.base/testenv.exp
1503 * gdb.compile/compile.exp
1504 * gdb.python/py-framefilter-invalidarg.exp
1505 * gdb.python/py-framefilter.exp
1506
1507 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1508
1509 Fix test names starting with uppercase throughout the files.
1510
1511 * gdb.ada/array_return.exp
1512 * gdb.ada/expr_delims.exp
1513 * gdb.ada/mi_dyn_arr.exp
1514 * gdb.ada/mi_interface.exp
1515 * gdb.ada/mi_var_array.exp
1516 * gdb.ada/watch_arg.exp
1517 * gdb.arch/alpha-step.exp
1518 * gdb.arch/altivec-regs.exp
1519 * gdb.arch/e500-regs.exp
1520 * gdb.arch/powerpc-d128-regs.exp
1521 * gdb.base/arrayidx.exp
1522 * gdb.base/break.exp
1523 * gdb.base/checkpoint.exp
1524 * gdb.base/debug-expr.exp
1525 * gdb.base/dmsym.exp
1526 * gdb.base/radix.exp
1527 * gdb.base/sepdebug.exp
1528 * gdb.base/testenv.exp
1529 * gdb.base/watch_thread_num.exp
1530 * gdb.base/watchpoint-cond-gone.exp
1531 * gdb.cell/break.exp
1532 * gdb.cell/ea-cache.exp
1533 * gdb.compile/compile.exp
1534 * gdb.cp/gdb2495.exp
1535 * gdb.gdb/selftest.exp
1536 * gdb.gdb/xfullpath.exp
1537 * gdb.go/hello.exp
1538 * gdb.go/integers.exp
1539 * gdb.objc/basicclass.exp
1540 * gdb.pascal/hello.exp
1541 * gdb.pascal/integers.exp
1542 * gdb.python/py-breakpoint.exp
1543 * gdb.python/py-cmd.exp
1544 * gdb.python/py-linetable.exp
1545 * gdb.python/py-xmethods.exp
1546 * gdb.python/python.exp
1547 * gdb.reverse/consecutive-precsave.exp
1548 * gdb.reverse/finish-precsave.exp
1549 * gdb.reverse/i386-precsave.exp
1550 * gdb.reverse/machinestate-precsave.exp
1551 * gdb.reverse/sigall-precsave.exp
1552 * gdb.reverse/solib-precsave.exp
1553 * gdb.reverse/step-precsave.exp
1554 * gdb.reverse/until-precsave.exp
1555 * gdb.reverse/watch-precsave.exp
1556 * gdb.threads/leader-exit.exp
1557 * gdb.threads/pthreads.exp
1558 * gdb.threads/wp-replication.exp
1559 * gdb.trace/actions.exp
1560 * gdb.trace/mi-tsv-changed.exp
1561 * gdb.trace/tsv.exp
1562
1563 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1564
1565 Fix test names starting with uppercase throughout the files.
1566
1567 * gdb.arch/i386-bp_permanent.exp
1568 * gdb.arch/i386-gnu-cfi.exp
1569 * gdb.base/disasm-end-cu.exp
1570 * gdb.base/macscp.exp
1571 * gdb.base/pending.exp
1572 * gdb.base/watch_thread_num.exp
1573 * gdb.cp/exception.exp
1574 * gdb.cp/gdb2495.exp
1575 * gdb.cp/local.exp
1576 * gdb.python/py-evsignal.exp
1577 * gdb.python/python.exp
1578 * gdb.trace/tracecmd.exp
1579
1580 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1581
1582 Fix test names starting with uppercase throughout the files.
1583
1584 * gdb.base/charset.exp
1585 * gdb.base/eval.exp
1586 * gdb.base/multi-forks.exp
1587 * gdb.guile/scm-progspace.exp
1588 * gdb.opencl/datatypes.exp
1589 * gdb.python/py-block.exp
1590 * gdb.python/py-function.exp
1591 * gdb.python/py-symbol.exp
1592 * gdb.python/py-symtab.exp
1593 * gdb.python/py-xmethods.exp
1594 * gdb.reverse/break-precsave.exp
1595 * gdb.reverse/break-reverse.exp
1596 * gdb.reverse/consecutive-precsave.exp
1597 * gdb.reverse/consecutive-reverse.exp
1598 * gdb.reverse/finish-precsave.exp
1599 * gdb.reverse/finish-reverse-bkpt.exp
1600 * gdb.reverse/finish-reverse.exp
1601 * gdb.reverse/fstatat-reverse.exp
1602 * gdb.reverse/getresuid-reverse.exp
1603 * gdb.reverse/i386-precsave.exp
1604 * gdb.reverse/i386-reverse.exp
1605 * gdb.reverse/i386-sse-reverse.exp
1606 * gdb.reverse/i387-stack-reverse.exp
1607 * gdb.reverse/insn-reverse.exp
1608 * gdb.reverse/machinestate-precsave.exp
1609 * gdb.reverse/machinestate.exp
1610 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1611 * gdb.reverse/pipe-reverse.exp
1612 * gdb.reverse/readv-reverse.exp
1613 * gdb.reverse/recvmsg-reverse.exp
1614 * gdb.reverse/rerun-prec.exp
1615 * gdb.reverse/s390-mvcle.exp
1616 * gdb.reverse/sigall-precsave.exp
1617 * gdb.reverse/sigall-reverse.exp
1618 * gdb.reverse/solib-precsave.exp
1619 * gdb.reverse/solib-reverse.exp
1620 * gdb.reverse/step-precsave.exp
1621 * gdb.reverse/step-reverse.exp
1622 * gdb.reverse/time-reverse.exp
1623 * gdb.reverse/until-precsave.exp
1624 * gdb.reverse/until-reverse.exp
1625 * gdb.reverse/waitpid-reverse.exp
1626 * gdb.reverse/watch-precsave.exp
1627 * gdb.reverse/watch-reverse.exp
1628
1629 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1630
1631 Fix test names starting with uppercase throughout the files.
1632
1633 * gdb.arch/i386-mpx-simple_segv.exp
1634 * gdb.arch/i386-mpx.exp
1635 * gdb.arch/i386-permbkpt.exp
1636 * gdb.arch/pa-nullify.exp
1637 * gdb.arch/powerpc-d128-regs.exp
1638 * gdb.arch/vsx-regs.exp
1639 * gdb.base/bfp-test.exp
1640 * gdb.base/break.exp
1641 * gdb.base/breakpoint-shadow.exp
1642 * gdb.base/callfuncs.exp
1643 * gdb.base/charset.exp
1644 * gdb.base/commands.exp
1645 * gdb.base/completion.exp
1646 * gdb.base/dfp-test.exp
1647 * gdb.base/echo.exp
1648 * gdb.base/ending-run.exp
1649 * gdb.base/eval.exp
1650 * gdb.base/expand-psymtabs.exp
1651 * gdb.base/float128.exp
1652 * gdb.base/floatn.exp
1653 * gdb.base/foll-exec-mode.exp
1654 * gdb.base/gdb1056.exp
1655 * gdb.base/gdb11531.exp
1656 * gdb.base/kill-after-signal.exp
1657 * gdb.base/multi-forks.exp
1658 * gdb.base/overlays.exp
1659 * gdb.base/pending.exp
1660 * gdb.base/sepdebug.exp
1661 * gdb.base/testenv.exp
1662 * gdb.base/valgrind-db-attach.exp
1663 * gdb.base/watch_thread_num.exp
1664 * gdb.base/watchpoint-cond-gone.exp
1665 * gdb.base/watchpoint.exp
1666 * gdb.base/watchpoints.exp
1667 * gdb.cp/arg-reference.exp
1668 * gdb.cp/baseenum.exp
1669 * gdb.cp/operator.exp
1670 * gdb.cp/shadow.exp
1671 * gdb.dwarf2/dw2-op-out-param.exp
1672 * gdb.dwarf2/dw2-reg-undefined.exp
1673 * gdb.go/chan.exp
1674 * gdb.go/hello.exp
1675 * gdb.go/integers.exp
1676 * gdb.go/methods.exp
1677 * gdb.go/package.exp
1678 * gdb.guile/scm-parameter.exp
1679 * gdb.guile/scm-progspace.exp
1680 * gdb.guile/scm-value.exp
1681 * gdb.mi/mi-pending.exp
1682 * gdb.mi/user-selected-context-sync.exp
1683 * gdb.multi/multi-attach.exp
1684 * gdb.multi/tids.exp
1685 * gdb.opt/clobbered-registers-O2.exp
1686 * gdb.pascal/floats.exp
1687 * gdb.pascal/integers.exp
1688 * gdb.python/py-block.exp
1689 * gdb.python/py-events.exp
1690 * gdb.python/py-parameter.exp
1691 * gdb.python/py-symbol.exp
1692 * gdb.python/py-symtab.exp
1693 * gdb.python/py-type.exp
1694 * gdb.python/py-value.exp
1695 * gdb.python/py-xmethods.exp
1696 * gdb.python/python.exp
1697 * gdb.reverse/break-precsave.exp
1698 * gdb.reverse/consecutive-precsave.exp
1699 * gdb.reverse/finish-precsave.exp
1700 * gdb.reverse/i386-precsave.exp
1701 * gdb.reverse/machinestate-precsave.exp
1702 * gdb.reverse/sigall-precsave.exp
1703 * gdb.reverse/solib-precsave.exp
1704 * gdb.reverse/step-precsave.exp
1705 * gdb.reverse/until-precsave.exp
1706 * gdb.reverse/watch-precsave.exp
1707 * gdb.server/ext-attach.exp
1708 * gdb.server/ext-restart.exp
1709 * gdb.server/ext-run.exp
1710 * gdb.server/ext-wrapper.exp
1711 * gdb.stabs/gdb11479.exp
1712 * gdb.stabs/weird.exp
1713 * gdb.threads/attach-many-short-lived-threads.exp
1714 * gdb.threads/kill.exp
1715 * gdb.threads/watchpoint-fork.exp
1716
1717 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1718
1719 Fix test names starting with uppercase throughout all the files below.
1720
1721 * gdb.ada/array_return.exp
1722 * gdb.ada/catch_ex.exp
1723 * gdb.ada/info_exc.exp
1724 * gdb.ada/mi_catch_ex.exp
1725 * gdb.ada/mi_dyn_arr.exp
1726 * gdb.ada/mi_ex_cond.exp
1727 * gdb.ada/mi_exc_info.exp
1728 * gdb.ada/mi_interface.exp
1729 * gdb.ada/mi_task_arg.exp
1730 * gdb.ada/mi_task_info.exp
1731 * gdb.ada/mi_var_array.exp
1732 * gdb.arch/alpha-step.exp
1733 * gdb.arch/amd64-disp-step.exp
1734 * gdb.arch/arm-disp-step.exp
1735 * gdb.arch/disp-step-insn-reloc.exp
1736 * gdb.arch/e500-prologue.exp
1737 * gdb.arch/ftrace-insn-reloc.exp
1738 * gdb.arch/gdb1558.exp
1739 * gdb.arch/i386-bp_permanent.exp
1740 * gdb.arch/i386-disp-step.exp
1741 * gdb.arch/i386-float.exp
1742 * gdb.arch/i386-gnu-cfi.exp
1743 * gdb.arch/ia64-breakpoint-shadow.exp
1744 * gdb.arch/mips16-thunks.exp
1745 * gdb.arch/pa-nullify.exp
1746 * gdb.arch/powerpc-aix-prologue.exp
1747 * gdb.arch/powerpc-power.exp
1748 * gdb.arch/ppc-dfp.exp
1749 * gdb.arch/s390-tdbregs.exp
1750 * gdb.arch/spu-info.exp
1751 * gdb.arch/spu-ls.exp
1752 * gdb.arch/thumb-bx-pc.exp
1753 * gdb.base/advance.exp
1754 * gdb.base/annota-input-while-running.exp
1755 * gdb.base/arrayidx.exp
1756 * gdb.base/asmlabel.exp
1757 * gdb.base/async.exp
1758 * gdb.base/attach-wait-input.exp
1759 * gdb.base/auto-connect-native-target.exp
1760 * gdb.base/batch-preserve-term-settings.exp
1761 * gdb.base/bfp-test.exp
1762 * gdb.base/bigcore.exp
1763 * gdb.base/bp-permanent.exp
1764 * gdb.base/break-always.exp
1765 * gdb.base/break-fun-addr.exp
1766 * gdb.base/break-idempotent.exp
1767 * gdb.base/break-main-file-remove-fail.exp
1768 * gdb.base/break-probes.exp
1769 * gdb.base/break-unload-file.exp
1770 * gdb.base/break.exp
1771 * gdb.base/call-ar-st.exp
1772 * gdb.base/call-rt-st.exp
1773 * gdb.base/call-sc.exp
1774 * gdb.base/call-signal-resume.exp
1775 * gdb.base/call-strs.exp
1776 * gdb.base/callexit.exp
1777 * gdb.base/callfuncs.exp
1778 * gdb.base/catch-gdb-caused-signals.exp
1779 * gdb.base/catch-signal-siginfo-cond.exp
1780 * gdb.base/catch-syscall.exp
1781 * gdb.base/compare-sections.exp
1782 * gdb.base/cond-eval-mode.exp
1783 * gdb.base/condbreak-call-false.exp
1784 * gdb.base/consecutive-step-over.exp
1785 * gdb.base/cursal.exp
1786 * gdb.base/disabled-location.exp
1787 * gdb.base/disasm-end-cu.exp
1788 * gdb.base/display.exp
1789 * gdb.base/double-prompt-target-event-error.exp
1790 * gdb.base/dprintf-bp-same-addr.exp
1791 * gdb.base/dprintf-detach.exp
1792 * gdb.base/dprintf-next.exp
1793 * gdb.base/dprintf-non-stop.exp
1794 * gdb.base/dprintf-pending.exp
1795 * gdb.base/dso2dso.exp
1796 * gdb.base/ending-run.exp
1797 * gdb.base/enum_cond.exp
1798 * gdb.base/examine-backward.exp
1799 * gdb.base/exe-lock.exp
1800 * gdb.base/exec-invalid-sysroot.exp
1801 * gdb.base/execl-update-breakpoints.exp
1802 * gdb.base/execution-termios.exp
1803 * gdb.base/fileio.exp
1804 * gdb.base/fixsection.exp
1805 * gdb.base/foll-exec-mode.exp
1806 * gdb.base/foll-exec.exp
1807 * gdb.base/fork-running-state.exp
1808 * gdb.base/frame-args.exp
1809 * gdb.base/fullpath-expand.exp
1810 * gdb.base/func-ptr.exp
1811 * gdb.base/gcore-relro-pie.exp
1812 * gdb.base/gdb1090.exp
1813 * gdb.base/gdb1555.exp
1814 * gdb.base/global-var-nested-by-dso.exp
1815 * gdb.base/gnu-ifunc.exp
1816 * gdb.base/hbreak-in-shr-unsupported.exp
1817 * gdb.base/hbreak-unmapped.exp
1818 * gdb.base/hook-stop.exp
1819 * gdb.base/infcall-input.exp
1820 * gdb.base/info-fun.exp
1821 * gdb.base/info-shared.exp
1822 * gdb.base/interrupt-noterm.exp
1823 * gdb.base/jit-so.exp
1824 * gdb.base/jit.exp
1825 * gdb.base/line-symtabs.exp
1826 * gdb.base/list.exp
1827 * gdb.base/longjmp.exp
1828 * gdb.base/macscp.exp
1829 * gdb.base/max-value-size.exp
1830 * gdb.base/nodebug.exp
1831 * gdb.base/nofield.exp
1832 * gdb.base/overlays.exp
1833 * gdb.base/paginate-after-ctrl-c-running.exp
1834 * gdb.base/paginate-bg-execution.exp
1835 * gdb.base/paginate-inferior-exit.exp
1836 * gdb.base/pending.exp
1837 * gdb.base/pr11022.exp
1838 * gdb.base/printcmds.exp
1839 * gdb.base/ptr-typedef.exp
1840 * gdb.base/ptype.exp
1841 * gdb.base/randomize.exp
1842 * gdb.base/range-stepping.exp
1843 * gdb.base/realname-expand.exp
1844 * gdb.base/relativedebug.exp
1845 * gdb.base/remote.exp
1846 * gdb.base/savedregs.exp
1847 * gdb.base/sepdebug.exp
1848 * gdb.base/set-noassign.exp
1849 * gdb.base/shlib-call.exp
1850 * gdb.base/shreloc.exp
1851 * gdb.base/sigaltstack.exp
1852 * gdb.base/sigbpt.exp
1853 * gdb.base/siginfo-addr.exp
1854 * gdb.base/siginfo-obj.exp
1855 * gdb.base/siginfo-thread.exp
1856 * gdb.base/signest.exp
1857 * gdb.base/signull.exp
1858 * gdb.base/sigrepeat.exp
1859 * gdb.base/skip.exp
1860 * gdb.base/so-impl-ld.exp
1861 * gdb.base/solib-corrupted.exp
1862 * gdb.base/solib-disc.exp
1863 * gdb.base/solib-display.exp
1864 * gdb.base/solib-overlap.exp
1865 * gdb.base/solib-search.exp
1866 * gdb.base/solib-symbol.exp
1867 * gdb.base/source-execution.exp
1868 * gdb.base/sss-bp-on-user-bp-2.exp
1869 * gdb.base/sss-bp-on-user-bp.exp
1870 * gdb.base/stack-checking.exp
1871 * gdb.base/stale-infcall.exp
1872 * gdb.base/step-break.exp
1873 * gdb.base/step-line.exp
1874 * gdb.base/step-over-exit.exp
1875 * gdb.base/step-test.exp
1876 * gdb.base/structs.exp
1877 * gdb.base/sym-file.exp
1878 * gdb.base/symtab-search-order.exp
1879 * gdb.base/term.exp
1880 * gdb.base/type-opaque.exp
1881 * gdb.base/unload.exp
1882 * gdb.base/until-nodebug.exp
1883 * gdb.base/until.exp
1884 * gdb.base/unwindonsignal.exp
1885 * gdb.base/watch-cond.exp
1886 * gdb.base/watch-non-mem.exp
1887 * gdb.base/watch_thread_num.exp
1888 * gdb.base/watchpoint-reuse-slot.exp
1889 * gdb.base/watchpoint-solib.exp
1890 * gdb.base/watchpoint.exp
1891 * gdb.btrace/dlopen.exp
1892 * gdb.cell/arch.exp
1893 * gdb.cell/break.exp
1894 * gdb.cell/bt.exp
1895 * gdb.cell/core.exp
1896 * gdb.cell/data.exp
1897 * gdb.cell/dwarfaddr.exp
1898 * gdb.cell/ea-cache.exp
1899 * gdb.cell/ea-standalone.exp
1900 * gdb.cell/ea-test.exp
1901 * gdb.cell/f-regs.exp
1902 * gdb.cell/fork.exp
1903 * gdb.cell/gcore.exp
1904 * gdb.cell/mem-access.exp
1905 * gdb.cell/ptype.exp
1906 * gdb.cell/registers.exp
1907 * gdb.cell/sizeof.exp
1908 * gdb.cell/solib-symbol.exp
1909 * gdb.cell/solib.exp
1910 * gdb.compile/compile-tls.exp
1911 * gdb.cp/exception.exp
1912 * gdb.cp/gdb2495.exp
1913 * gdb.cp/local.exp
1914 * gdb.cp/mb-inline.exp
1915 * gdb.cp/mb-templates.exp
1916 * gdb.cp/pr10687.exp
1917 * gdb.cp/pr9167.exp
1918 * gdb.cp/scope-err.exp
1919 * gdb.cp/templates.exp
1920 * gdb.cp/virtfunc.exp
1921 * gdb.dwarf2/dw2-dir-file-name.exp
1922 * gdb.dwarf2/dw2-single-line-discriminators.exp
1923 * gdb.fortran/complex.exp
1924 * gdb.fortran/library-module.exp
1925 * gdb.guile/guile.exp
1926 * gdb.guile/scm-cmd.exp
1927 * gdb.guile/scm-frame-inline.exp
1928 * gdb.guile/scm-objfile.exp
1929 * gdb.guile/scm-pretty-print.exp
1930 * gdb.guile/scm-symbol.exp
1931 * gdb.guile/scm-type.exp
1932 * gdb.guile/scm-value.exp
1933 * gdb.linespec/keywords.exp
1934 * gdb.linespec/ls-errs.exp
1935 * gdb.linespec/macro-relative.exp
1936 * gdb.linespec/thread.exp
1937 * gdb.mi/mi-breakpoint-changed.exp
1938 * gdb.mi/mi-dprintf-pending.exp
1939 * gdb.mi/mi-fullname-deleted.exp
1940 * gdb.mi/mi-logging.exp
1941 * gdb.mi/mi-pending.exp
1942 * gdb.mi/mi-solib.exp
1943 * gdb.mi/new-ui-mi-sync.exp
1944 * gdb.mi/user-selected-context-sync.exp
1945 * gdb.multi/dummy-frame-restore.exp
1946 * gdb.multi/multi-arch-exec.exp
1947 * gdb.multi/remove-inferiors.exp
1948 * gdb.multi/watchpoint-multi-exit.exp
1949 * gdb.opt/solib-intra-step.exp
1950 * gdb.perf/backtrace.exp
1951 * gdb.perf/single-step.exp
1952 * gdb.perf/skip-command.exp
1953 * gdb.perf/skip-prologue.exp
1954 * gdb.perf/solib.exp
1955 * gdb.python/lib-types.exp
1956 * gdb.python/py-as-string.exp
1957 * gdb.python/py-bad-printers.exp
1958 * gdb.python/py-block.exp
1959 * gdb.python/py-breakpoint.exp
1960 * gdb.python/py-cmd.exp
1961 * gdb.python/py-events.exp
1962 * gdb.python/py-evthreads.exp
1963 * gdb.python/py-finish-breakpoint.exp
1964 * gdb.python/py-finish-breakpoint2.exp
1965 * gdb.python/py-frame-inline.exp
1966 * gdb.python/py-frame.exp
1967 * gdb.python/py-inferior.exp
1968 * gdb.python/py-infthread.exp
1969 * gdb.python/py-mi.exp
1970 * gdb.python/py-objfile.exp
1971 * gdb.python/py-pp-maint.exp
1972 * gdb.python/py-pp-registration.exp
1973 * gdb.python/py-prettyprint.exp
1974 * gdb.python/py-recurse-unwind.exp
1975 * gdb.python/py-shared.exp
1976 * gdb.python/py-symbol.exp
1977 * gdb.python/py-symtab.exp
1978 * gdb.python/py-template.exp
1979 * gdb.python/py-type.exp
1980 * gdb.python/py-unwind-maint.exp
1981 * gdb.python/py-unwind.exp
1982 * gdb.python/py-value.exp
1983 * gdb.python/python.exp
1984 * gdb.reverse/finish-reverse-bkpt.exp
1985 * gdb.reverse/insn-reverse.exp
1986 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1987 * gdb.reverse/solib-precsave.exp
1988 * gdb.reverse/solib-reverse.exp
1989 * gdb.stabs/gdb11479.exp
1990 * gdb.stabs/weird.exp
1991 * gdb.threads/fork-child-threads.exp
1992 * gdb.threads/fork-plus-threads.exp
1993 * gdb.threads/fork-thread-pending.exp
1994 * gdb.threads/forking-threads-plus-breakpoint.exp
1995 * gdb.threads/hand-call-in-threads.exp
1996 * gdb.threads/interrupted-hand-call.exp
1997 * gdb.threads/linux-dp.exp
1998 * gdb.threads/local-watch-wrong-thread.exp
1999 * gdb.threads/next-while-other-thread-longjmps.exp
2000 * gdb.threads/non-ldr-exit.exp
2001 * gdb.threads/pending-step.exp
2002 * gdb.threads/print-threads.exp
2003 * gdb.threads/process-dies-while-detaching.exp
2004 * gdb.threads/process-dies-while-handling-bp.exp
2005 * gdb.threads/pthreads.exp
2006 * gdb.threads/queue-signal.exp
2007 * gdb.threads/reconnect-signal.exp
2008 * gdb.threads/signal-command-handle-nopass.exp
2009 * gdb.threads/signal-command-multiple-signals-pending.exp
2010 * gdb.threads/signal-delivered-right-thread.exp
2011 * gdb.threads/signal-sigtrap.exp
2012 * gdb.threads/sigthread.exp
2013 * gdb.threads/staticthreads.exp
2014 * gdb.threads/stepi-random-signal.exp
2015 * gdb.threads/thread-unwindonsignal.exp
2016 * gdb.threads/thread_check.exp
2017 * gdb.threads/thread_events.exp
2018 * gdb.threads/tid-reuse.exp
2019 * gdb.threads/tls-nodebug.exp
2020 * gdb.threads/tls-shared.exp
2021 * gdb.threads/tls-so_extern.exp
2022 * gdb.threads/tls.exp
2023 * gdb.threads/wp-replication.exp
2024 * gdb.trace/actions-changed.exp
2025 * gdb.trace/actions.exp
2026 * gdb.trace/backtrace.exp
2027 * gdb.trace/change-loc.exp
2028 * gdb.trace/collection.exp
2029 * gdb.trace/deltrace.exp
2030 * gdb.trace/disconnected-tracing.exp
2031 * gdb.trace/entry-values.exp
2032 * gdb.trace/ftrace-lock.exp
2033 * gdb.trace/ftrace.exp
2034 * gdb.trace/infotrace.exp
2035 * gdb.trace/mi-trace-frame-collected.exp
2036 * gdb.trace/mi-trace-unavailable.exp
2037 * gdb.trace/mi-traceframe-changed.exp
2038 * gdb.trace/mi-tracepoint-changed.exp
2039 * gdb.trace/mi-tsv-changed.exp
2040 * gdb.trace/no-attach-trace.exp
2041 * gdb.trace/packetlen.exp
2042 * gdb.trace/passc-dyn.exp
2043 * gdb.trace/passcount.exp
2044 * gdb.trace/pending.exp
2045 * gdb.trace/pr16508.exp
2046 * gdb.trace/qtro.exp
2047 * gdb.trace/range-stepping.exp
2048 * gdb.trace/read-memory.exp
2049 * gdb.trace/report.exp
2050 * gdb.trace/save-trace.exp
2051 * gdb.trace/signal.exp
2052 * gdb.trace/stap-trace.exp
2053 * gdb.trace/status-stop.exp
2054 * gdb.trace/strace.exp
2055 * gdb.trace/tfile.exp
2056 * gdb.trace/tfind.exp
2057 * gdb.trace/trace-break.exp
2058 * gdb.trace/trace-condition.exp
2059 * gdb.trace/trace-enable-disable.exp
2060 * gdb.trace/trace-mt.exp
2061 * gdb.trace/tracecmd.exp
2062 * gdb.trace/tracefile-pseudo-reg.exp
2063 * gdb.trace/tspeed.exp
2064 * gdb.trace/tstatus.exp
2065 * gdb.trace/tsv.exp
2066 * gdb.trace/unavailable.exp
2067 * gdb.trace/while-dyn.exp
2068 * gdb.trace/while-stepping.exp
2069 * lib/gdb-guile.exp
2070 * lib/gdb.exp
2071 * lib/mi-support.exp
2072 * lib/pascal.exp
2073 * lib/perftest.exp
2074 * lib/prelink-support.exp
2075 * lib/selftest-support.exp
2076
2077 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2078
2079 * Makefile.in: Include disable-implicit-rules.mk.
2080
2081 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2082
2083 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2084 non-byte-aligned bit fields.
2085
2086 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2087
2088 PR gdb/12616
2089 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
2090 respects the DW_AT_data_bit_offset attribute.
2091
2092 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2093
2094 * gdb.base/default.exp: Fix output of "set language".
2095
2096 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2097
2098 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2099 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
2100 make.
2101 * configure.ac: Remove checks for the make program.
2102 * configure: Re-generate.
2103
2104 2016-11-16 Kevin Buettner <kevinb@redhat.com>
2105
2106 * gdb.python/py-recurse-unwind.c (main): Add loop.
2107 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2108 to read_register() and gdb.parse_and_eval(). Make each code
2109 call a separate case that can be individually tested.
2110 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2111 proc. Call cont_and_backtrace for each of the code paths that
2112 we want to test in the unwinder.
2113
2114 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2115
2116 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2117 the definition of struct S.
2118
2119 2016-11-11 Catherine Moore <clm@codesourcery.com>
2120
2121 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2122
2123 2016-11-09 Pedro Alves <palves@redhat.com>
2124
2125 * gdb.base/commands.exp (runto_or_return): New procedure.
2126 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2127 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2128 (progvar_simple_while_test, progvar_complex_if_while_test)
2129 (if_while_breakpoint_command_test)
2130 (infrun_breakpoint_command_test, breakpoint_command_test)
2131 (user_defined_command_test, watchpoint_command_test)
2132 (test_command_prompt_position, redefine_hook_test)
2133 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2134 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2135 multi_line_input and multi_line. Remove gdb_expect and
2136 gdb_stop_suppressing_tests uses.
2137 * lib/gdb.exp (valnum_re): New global.
2138 (multi_line_input): New procedure.
2139
2140 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2141
2142 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2143 Remove.
2144 (test_setup): Define with proc_with_prefix.
2145 (test_cli_inferior): Likewise.
2146 (test_cli_thread): Likewise.
2147 (test_cli_frame): Likewise.
2148 (test_cli_select_frame): Likewise.
2149 (test_cli_up_down): Likewise.
2150 (test_mi_thread_select): Likewise.
2151 (test_mi_stack_select_frame): Likewise.
2152 (test_cli_in_mi_inferior): Likewise.
2153 (test_cli_in_mi_thread): Likewise.
2154 (test_cli_in_mi_frame): Likewise.
2155 (top level): Do not use with_test_prefix_procname.
2156
2157 2016-11-09 Pedro Alves <palves@redhat.com>
2158
2159 * gdb.base/commands.exp (gdbvar_simple_if_test)
2160 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2161 (progvar_simple_if_test, progvar_simple_while_test)
2162 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2163 (infrun_breakpoint_command_test, breakpoint_command_test)
2164 (user_defined_command_test, watchpoint_command_test)
2165 (test_command_prompt_position, deprecated_command_test)
2166 (bp_deleted_in_command, temporary_breakpoint_commands)
2167 (stray_arg0_test, source_file_with_indented_comment)
2168 (recursive_source_test, if_commands_test)
2169 (error_clears_commands_left, redefine_hook_test)
2170 (redefine_backtrace_test): Use proc_with_prefix.
2171 * lib/gdb.exp (proc_with_prefix): New proc.
2172
2173 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2174
2175 * gdb.base/tui-layout.c: New file.
2176 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2177 disassembly window contains very long lines.
2178
2179 2016-11-08 Tom Tromey <tom@tromey.com>
2180
2181 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2182 depend on Python 2.
2183
2184 2016-11-08 Tom Tromey <tom@tromey.com>
2185
2186 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2187 New method.
2188
2189 2016-10-29 Manish Goregaokar <manish@mozilla.com>
2190
2191 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
2192
2193 2016-10-27 Manish Goregaokar <manish@mozilla.com>
2194
2195 * gdb.rust/simple.rs: Add test for univariant enums without
2196 discriminants and for encoded struct-like enums.
2197
2198 2016-10-28 Pedro Alves <palves@redhat.com>
2199
2200 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2201 gdb_test_multiple, tighten regexps and match symtabs and line
2202 tables incrementally.
2203
2204 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
2205
2206 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2207 general.
2208
2209 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
2210
2211 * gdb.base/exec-invalid-sysroot.exp: New file.
2212
2213 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2214
2215 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2216
2217 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2218
2219 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2220
2221 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2222
2223 * gdb.base/killed-outside.exp: Remove $options from a call to
2224 `prepare_for_testing'.
2225
2226 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2227
2228 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2229 Change test message.
2230
2231 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2232
2233 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2234 Update comment.
2235
2236 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2237
2238 * gdb.trace/mi-trace-save.exp: New file.
2239
2240 2016-10-13 Yao Qi <yao.qi@linaro.org>
2241
2242 * gdb.base/code_elim.exp (get_var_address): Remove.
2243 * gdb.base/relocate.exp: Likewise.
2244 * gdb.base/shreloc.exp: Likewise.
2245 * lib/gdb.exp (get_var_address): New.
2246
2247 2016-10-13 Yao Qi <yao.qi@linaro.org>
2248
2249 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2250 floating point tests if $skip_float_test is false.
2251
2252 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
2253
2254 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2255 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2256 argc values.
2257 Add 1 to argc so we guarantee distinct initial/modified argc values.
2258
2259 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2260
2261 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2262
2263 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2264
2265 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2266 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2267 * gdb.arch/vsx-regs.exp: Likewise.
2268
2269 2016-10-07 Yao Qi <yao.qi@linaro.org>
2270
2271 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2272
2273 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2274
2275 * gdb.python/python.exp: Test decode_line("*0").
2276
2277 2016-10-06 Doug Evans <dje@google.com>
2278
2279 * gdb.python/py-value.exp (test_value_creation): Add test for large
2280 unsigned 64-bit value.
2281
2282 2016-10-06 Tom Tromey <tom@tromey.com>
2283
2284 * gdb.compile/compile.exp: Change java tests to rust.
2285 * gdb.base/setshow.exp: Change java tests to rust.
2286 * gdb.base/default.exp: Remove java from language list.
2287 * README (Examples): Update language example.
2288 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2289 test.
2290 * lib/gdb.exp (skip_java_tests): Remove.
2291 * lib/java.exp: Remove.
2292 * gdb.java: Remove.
2293
2294 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2295
2296 * gdb.arch/mips-fcr.exp: New test.
2297 * gdb.arch/mips-fcr.c: Source for the new test.
2298
2299 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2300
2301 * gdb.base/solib-disc.exp: Use `standard_output_file'
2302 throughout.
2303
2304 2016-10-06 Pedro Alves <palves@redhat.com>
2305
2306 * gdb.base/jit-simple-dl.c: New file.
2307 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2308 * gdb.base/jit-simple.c: ... this.
2309 * gdb.base/jit-simple.exp (jit_run): Delete.
2310 (build_jit): New proc.
2311 (jit_test_reread): Recompile either the main program or the shared
2312 library, depending on what is being tested. Skip changing address
2313 if caller wants to. Compare before/after addresses. If testing
2314 standalone, explicitly load the binary. Test "maint info
2315 breakpoints".
2316 (top level): Add "standalone vs shared lib" and "change address"
2317 vs "same address" axes.
2318
2319 2016-10-06 Pedro Alves <palves@redhat.com>
2320
2321 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2322 call.
2323 (jit_run): Delete.
2324 (jit_test_reread): Use with_test_prefix. Reload the main binary
2325 explicitly. Compare the before/after addresses of the JIT
2326 descriptor.
2327
2328 2016-08-15 Doug Evans <dje@google.com>
2329
2330 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2331 for single bitfields is bool.
2332 * gdb.xml/tdesc-regs.exp: Ditto.
2333
2334 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2335
2336 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2337
2338 2016-10-05 Yao Qi <yao.qi@linaro.org>
2339
2340 * lib/gdb.exp (support_complex_tests): Return zero if
2341 gdb_skip_float_test return true.
2342
2343 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2344 Simon Marchi <simon.marchi@ericsson.com>
2345
2346 PR gdb/20487
2347 * gdb.mi/user-selected-context-sync.exp: New file.
2348 * gdb.mi/user-selected-context-sync.c: New file.
2349
2350 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2351 Simon Marchi <simon.marchi@ericsson.com>
2352
2353 PR gdb/20487
2354 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2355 =thread-select-event check.
2356
2357 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2358
2359 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2360 the compulsory L operand changes.
2361 * gdb.arch/powerpc-power.s: Likewise.
2362
2363 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2364
2365 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2366 * gdb.base/jit-attach-pie.c: New file.
2367 * gdb.base/jit-attach-pie.exp: New file.
2368
2369 2016-09-28 Pedro Alves <palves@redhat.com>
2370
2371 * gdb.base/infcall-input.c: New file.
2372 * gdb.base/infcall-input.exp: New file.
2373
2374 2016-09-22 Yao Qi <yao.qi@linaro.org>
2375
2376 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2377 (gdb_exit): Rename it to ...
2378 (gdbserver_gdb_exit): ... Close GDBserver.
2379 (gdb_exit): New proc, call gdbserver_gdb_exit.
2380 (mi_gdb_exit): Likewise.
2381
2382 2016-09-22 Yao Qi <yao.qi@linaro.org>
2383
2384 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2385 path.
2386 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2387 Remove duplication.
2388
2389 2016-09-22 Yao Qi <yao.qi@linaro.org>
2390
2391 * lib/gdbserver-support.exp: Check the existence of
2392 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2393
2394 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2395
2396 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2397
2398 2016-09-21 Tom Tromey <tom@tromey.com>
2399
2400 PR gdb/20604:
2401 * gdb.base/quit.exp: New file.
2402
2403 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2404
2405 * .gitignore: New file.
2406
2407 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2408
2409 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2410 throughout.
2411
2412 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2413
2414 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2415
2416 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2417
2418 * gdb.cp/casts.cc (decltype): Move it ...
2419 (main): ... with its call to ...
2420 * gdb.cp/casts03.cc: ... a new file.
2421 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2422
2423 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2424
2425 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2426
2427 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
2428
2429 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2430 and sync up the test with tests in gas/testsuite/gas/ppc.
2431 * gdb.arch/powerpc-power.exp: Likewise.
2432
2433 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2434
2435 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2436
2437 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
2438 Jan Kratochvil <jan.kratochvil@redhat.com>
2439
2440 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2441 make m1's definition to be different from m2's. Use 'dummy' as an
2442 argument for probe 'two'.
2443
2444 2016-09-10 Jon Beniston <jon@beniston.com>
2445
2446 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2447 for sim target.
2448
2449 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2450
2451 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2452 variable declaration.
2453 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
2454 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2455 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2456 received HWCAP as its argument.
2457
2458 2016-09-06 Pedro Alves <palves@redhat.com>
2459
2460 * gdb.base/new-ui-pending-input.c: New file.
2461 * gdb.base/new-ui-pending-input.exp: New file.
2462 * gdb.exp (clear_gdb_spawn_id): New procedure.
2463 (with_spawn_id): Check whether gdb_spawn_id exists before
2464 referencing it. If gdb_spawn_id didn't exist on entry, clear it
2465 on exit.
2466
2467 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2468
2469 * gdb.base/float128.c: New file.
2470 * gdb.base/float128.exp: Likewise.
2471 * gdb.base/floatn.c: Likewise.
2472 * gdb.base/floatn.exp: Likewise.
2473
2474 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2475
2476 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2477
2478 2016-09-05 Pedro Alves <palves@redhat.com>
2479
2480 PR backtrace/19927
2481 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2482 unwinders are immediately called as side effect of "source" or
2483 "disable unwinder" commands.
2484 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2485
2486 2016-09-02 Yao Qi <yao.qi@linaro.org>
2487
2488 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2489 is true and $type is "float" or "double".
2490
2491 2016-09-02 Yao Qi <yao.qi@linaro.org>
2492
2493 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2494 true.
2495 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2496 * gdb.base/call-rt-st.exp: Likewise.
2497 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2498 return value instead of gdb,skip_float_test.
2499 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2500 (do_function_calls): Use its return value instead of
2501 gdb,skip_float_test.
2502 * gdb.base/finish.exp: Likewise.
2503 * gdb.base/funcargs.exp: Likewise.
2504 * gdb.base/return.exp: Likewise.
2505 * gdb.base/return2.exp: Likewise.
2506 * gdb.base/varargs.exp: Likewise.
2507 * lib/gdb.exp (gdb_skip_float_test): Change it to
2508 gdb_caching_proc. Detect the broken ptrace on arm-linux.
2509
2510 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2511
2512 * gdb.multi/tids.exp: Test "thread apply all".
2513
2514 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2515
2516 * gdb.base/default.exp (tty): Remove.
2517
2518 2016-08-24 Kevin Buettner <kevinb@redhat.com>
2519
2520 * gdb.python/py-recurse-unwind.c: New file.
2521 * gdb.python/py-recurse-unwind.py: New file.
2522 * gdb.python/py-recurse-unwind.exp: New file.
2523
2524 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2525
2526 * gdb.base/set-inferior-tty.exp: New file.
2527 * gdb.base/set-inferior-tty.c: New file.
2528
2529 2016-08-23 Pedro Alves <palves@redhat.com>
2530
2531 PR gdb/20494
2532 * gdb.base/new-ui-echo.c: New file.
2533 * gdb.base/new-ui-echo.exp: New file.
2534
2535 2016-08-23 Yao Qi <yao.qi@linaro.org>
2536
2537 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2538 gdbserver_spawn.
2539 * gdb.server/connect-without-multi-process.exp (do_test):
2540 Likewise.
2541
2542 2016-08-23 Yao Qi <yao.qi@linaro.org>
2543
2544 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2545 standalone_txt. Delete gdb_txt and standalone_txt on host
2546 and target. Spawn the binary on target. Copy files from
2547 target to host.
2548
2549 2016-08-22 Pedro Alves <palves@redhat.com>
2550
2551 PR gdb/20505
2552 * gdb.base/vdso-warning.exp: Test core dumps too. Use
2553 with_test_prefix. Factor out bits to ...
2554 (test_no_vdso): ... this new procedure.
2555
2556 2016-08-19 Carl Love <cel@us.ibm.com>
2557
2558 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2559 maintaining separate logic for constructing the output path.
2560 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2561 * gdb.arch/ppc-dfp.exp: Likewise.
2562 * gdb.arch/ppc-fp.exp: Likewise.
2563 * gdb.arch/vsx-regs.exp: Likewise.
2564 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2565 binprefix for generating the additional binary files.
2566
2567 2016-08-19 Pedro Alves <palves@redhat.com>
2568
2569 * gdb.trace/mi-trace-frame-collected.exp
2570 (test_trace_frame_collected): On x32, expect two registers.
2571
2572 2016-08-18 Carl Love <cel@us.ibm.com>
2573
2574 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2575 and sync up the test with tests in gas/testsuite/gas/ppc.
2576 * gdb.arch/powerpc-power.exp: Likewise.
2577
2578 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2579
2580 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2581 expected error message.
2582
2583 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2584
2585 * gdb.multi/remove-inferiors.exp: New file.
2586 * gdb.multi/remove-inferiors.c: New file.
2587
2588 2016-08-12 Yao Qi <yao.qi@linaro.org>
2589
2590 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
2591 argument list.
2592
2593 2016-08-10 Pedro Alves <palves@redhat.com>
2594
2595 PR gdb/19187
2596 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
2597 setup_kfails.
2598
2599 2016-08-09 Pedro Alves <palves@redhat.com>
2600 Simon Marchi <simon.marchi@ericsson.com>
2601
2602 PR gdb/20418
2603 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
2604 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
2605
2606 2016-08-09 Pedro Alves <palves@redhat.com>
2607
2608 PR mi/20431
2609 * gdb.mi/mi-cmd-error.exp: New file.
2610
2611 2016-08-09 Pedro Alves <palves@redhat.com>
2612
2613 PR gdb/18653
2614 * gdb.base/signals-state-child.c: New file.
2615 * gdb.base/signals-state-child.exp: New file.
2616 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
2617
2618 2016-08-09 Pedro Alves <palves@redhat.com>
2619
2620 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
2621
2622 2016-08-03 Tom Tromey <tom@tromey.com>
2623
2624 PR python/18565:
2625 * gdb.python/py-frame-inline.exp: Add Frame.function test.
2626
2627 2016-08-01 Yao Qi <yao.qi@linaro.org>
2628
2629 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
2630 variable mode to "multi-process" if $multi_process is 1, otherwise
2631 set it to "single-process".
2632
2633 2016-08-01 Yao Qi <yao.qi@linaro.org>
2634
2635 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
2636 * gdb.cp/cpexprs.exp: Likewise.
2637 * gdb.cp/m-static.exp: Likewise.
2638
2639 2016-07-26 Tom Tromey <tom@tromey.com>
2640
2641 PR python/20190:
2642 * gdb.threads/tls.exp (check_thread_local): Add python symbol
2643 test.
2644
2645 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
2646
2647 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
2648 selecting assembly source files.
2649 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
2650 assembly source files.
2651 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
2652 assembly source files.
2653 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
2654 selecting assembly source files.
2655
2656 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
2657
2658 * gdb.base/new-ui.exp (do_test_invalid_args): New
2659 procedure.
2660
2661 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
2662
2663 * gdb.btrace/reconnect.c: New file.
2664 * gdb.btrace/reconnect.exp: New file.
2665
2666 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
2667
2668 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
2669 to test_catch_syscall_group.
2670 (test_catch_syscall_group): New.
2671
2672 2016-07-21 Tom Tromey <tom@tromey.com>
2673
2674 * gdb.rust/simple.rs (main): Use empty struct expression.
2675 * gdb.rust/simple.exp: Add tests for empty struct expression.
2676
2677 2016-07-21 Yao Qi <yao.qi@linaro.org>
2678
2679 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
2680 if gdb_skip_xml_test is true on some targets.
2681
2682 2016-07-21 Yao Qi <yao.qi@linaro.org>
2683
2684 * gdb.server/solib-list.exp: Unset last_loaded_file.
2685
2686 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2687
2688 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
2689 "step into captured_main (args)".
2690
2691 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2692
2693 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
2694
2695 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2696
2697 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
2698
2699 2016-07-19 Pedro Alves <palves@redhat.com>
2700
2701 * gdb.opt/inline-break.exp: Remove optimize=-O2.
2702 * gdb.opt/inline-bt.exp: Likewise.
2703 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
2704 additional_flags=-Winline.
2705 * gdb.opt/inline-locals.exp: Likewise.
2706 * gdb.opt/inline-markers.c (ATTR): Define.
2707 (inlined_fn): Use it.
2708
2709 2016-07-19 Yao Qi <yao.qi@linaro.org>
2710
2711 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
2712 (test_with_self): Remove some code. Remove argument executable.
2713 (top-level): Use do_self_tests.
2714
2715 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
2716 Don Breazeal <donb@codesourcery.com>
2717
2718 * gdb.base/maint.exp: Escape paths used in regular expressions.
2719 * gdb.stabs/weird.exp: Likewise.
2720
2721 2016-07-13 Tom Tromey <tom@tromey.com>
2722
2723 PR python/15620, PR python/18620:
2724 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
2725 (test_bkpt_events): New procs.
2726
2727 2016-07-13 Tom Tromey <tom@tromey.com>
2728
2729 PR python/17698:
2730 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
2731 test.
2732 (test_watchpoints): Likewise.
2733 (test_bkpt_pending): New proc.
2734
2735 2016-07-13 Tom Tromey <tom@tromey.com>
2736
2737 PR cli/18053:
2738 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
2739 completion test.
2740
2741 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2742
2743 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
2744 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
2745 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
2746 f_label.
2747 (g): Rename g_end_lbl to g_label.
2748 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
2749 low_pc and high_pc.
2750 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
2751
2752 2016-07-12 Tom Tromey <tom@tromey.com>
2753
2754 PR python/19293:
2755 * gdb.python/py-unwind-maint.exp: Update tests.
2756
2757 2016-07-12 Yao Qi <yao.qi@linaro.org>
2758
2759 * lib/selftest-support.exp (selftest_setup): Match the output
2760 when captured_main is inlined.
2761
2762 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
2763
2764 * gdb.fortran/derived-types.exp (result_line, result_line_2):
2765 New variables.
2766 (print this%a, print this%b, print this): New tests.
2767 * gdb.fortran/derived-types.f90 (this): New object and
2768 initialization.
2769
2770 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2771
2772 * gdb.ada/arraydim.exp: Remove extra directory level in build
2773 directory.
2774
2775 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2776
2777 * lib/ada.exp: Remove extra directory level in build directory.
2778 * gdb.ada/cond_lang.exp: Likewise.
2779 * gdb.ada/exec_changed.exp: Likewise.
2780 * gdb.ada/lang_switch.exp: Likewise.
2781
2782 2016-07-06 Manish Goregaokar <manish@mozilla.com>
2783
2784 * simple.rs: Add test for raw pointer subscripting.
2785 * simple.exp: Add test expectations.
2786
2787 2016-07-05 Yao Qi <yao.qi@linaro.org>
2788
2789 * gdb.mi/mi-reverse.exp: Match =record-started output.
2790
2791 2016-07-01 Pedro Alves <palves@redhat.com>
2792
2793 * gdb.base/jit-reader.exp (info_registers_current_frame): New
2794 procedure.
2795 (jit_reader_test): Test the jit reader's unwinder.
2796 * gdb.base/jithost.c (jit_function_00_code): New global.
2797 (main): Use memcpy to fill in the mmapped code, instead of poking
2798 bytes manually here.
2799 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
2800 value.
2801 (read_debug_info): Save the function's range.
2802 (read_sp): New function.
2803 (unwind_frame): Use it. Also unwind RBP.
2804 (get_frame_id): Use read_sp.
2805 (gdb_init_reader): Use calloc instead of malloc.
2806 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
2807 parameter. Use gdb_test_multiple.
2808
2809 2016-07-01 Pedro Alves <palves@redhat.com>
2810 Antoine Tremblay <antoine.tremblay@ericsson.com>
2811
2812 * gdb.threads/process-dies-while-detaching.c: New file.
2813 * gdb.threads/process-dies-while-detaching.exp: New file.
2814
2815 2016-07-01 Pedro Alves <palves@redhat.com>
2816
2817 * gdb.multi/watchpoint-multi-exit.c: New file.
2818 * gdb.multi/watchpoint-multi-exit.exp: New file.
2819
2820 2016-06-30 Pedro Alves <palves@redhat.com>
2821
2822 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
2823 unset inferior_spawn_id.
2824
2825 2016-06-30 Pedro Alves <palves@redhat.com>
2826
2827 * lib/mi-support.exp (default_mi_gdb_start): Declare global
2828 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
2829
2830 2016-06-29 Yao Qi <yao.qi@linaro.org>
2831
2832 * gdb.base/return.c: Add copyright header.
2833
2834 2016-06-29 Tom Tromey <tom@tromey.com>
2835
2836 PR python/20129:
2837 * gdb.python/py-framefilter.exp: Add tests for setting priority
2838 and disabling of non-existent frame filter.
2839
2840 2016-06-29 Yao Qi <yao.qi@linaro.org>
2841
2842 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
2843 0x0f07ff.
2844
2845 2016-06-28 Yao Qi <yao.qi@linaro.org>
2846
2847 * gdb.base/catch-syscall.exp: Remove check on isnative and target
2848 triplets. Start gdb, execute catch syscall, and continue. Check
2849 gdb's output to determine catch syscall is supported.
2850
2851 2016-06-27 Manish Goregaokar <manish@mozilla.com>
2852
2853 * gdb.rust/simple.rs: Add test for returning unit in a function.
2854 * gdb.rust/simple.exp: Add expectation for functions returning
2855 unit.
2856
2857 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
2858
2859 * gdb.python/py-breakpoint-create-fail.c,
2860 gdb.python/py-breakpoint-create-fail.exp,
2861 gdb.python/py-breakpoint-create-fail.py: New testcase.
2862
2863 2016-06-25 Manish Goregaokar <manish@mozilla.com>
2864
2865 PR gdb/20239
2866 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
2867 * gdb.rust/simple.exp: Add test expectations for new NonZero
2868 tests.
2869
2870 2016-06-24 David Taylor <dtaylor@emc.com>
2871
2872 * gdb.base/offsets.exp: New file.
2873 * gdb.base/offsets.c: New file.
2874
2875 2016-06-23 Tom Tromey <tom@tromey.com>
2876
2877 PR gdb/16483:
2878 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
2879 before any filters are loaded.
2880
2881 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
2882
2883 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
2884 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
2885 structs.
2886 * gdb.fortran/derived-type-function.exp: New file.
2887 * gdb.fortran/derived-type-function.f90: New file.
2888
2889
2890 2016-06-21 Pedro Alves <palves@redhat.com>
2891
2892 * gdb.base/new-ui.exp: New file.
2893 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
2894 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
2895 (with_spawn_id): New procedure.
2896
2897 2016-06-21 Pedro Alves <palves@redhat.com>
2898
2899 * gdb.mi/mi-exec-run.exp: New file.
2900
2901 2016-06-21 Pedro Alves <palves@redhat.com>
2902
2903 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
2904 breakpoint command's output on the main UI.
2905 (test_break): New procedure, factored out from calls in the top
2906 level.
2907 (top level): Use foreach_with_prefix to test MI as main UI and as
2908 separate UI.
2909
2910 2016-06-21 Pedro Alves <palves@redhat.com>
2911
2912 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
2913 (test_awatch_creation_and_listing)
2914 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
2915 Remove 'type' parameter.
2916 (test_watchpoint_all): New parameter mi_mode. Remove
2917 with_test_prefix.
2918 (top level): Use foreach_with_prefix, and add main/separate UI MI
2919 testing axis.
2920
2921 2016-06-21 Pedro Alves <palves@redhat.com>
2922
2923 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
2924 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
2925 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
2926 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
2927 (gdb_main_spawn_id, mi_spawn_id): Declare and
2928 comment.
2929 (mi_create_inferior_pty): New procedure,
2930 factored out from default_mi_gdb_start.
2931 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
2932 procedures.
2933 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
2934 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
2935 Use mi_create_inferior_pty.
2936 (mi_gdb_start): Use eval to pass down args list.
2937
2938 2016-06-21 Pedro Alves <palves@redhat.com>
2939
2940 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
2941 * gdb.opt/inline-cmds.exp: Add MI tests.
2942
2943 2016-06-21 Pedro Alves <palves@redhat.com>
2944
2945 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
2946
2947 2016-06-21 Pedro Alves <palves@redhat.com>
2948
2949 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
2950 (top level): Use it instead of mi_execute_to.
2951
2952 2016-06-21 Pedro Alves <palves@redhat.com>
2953
2954 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
2955 (cont_handler_str): New.
2956 (signal_stop_handler): Set stop_handler_str instead of printing to
2957 stdout.
2958 (continue_handler): Set cont_handler_str instead of printing to
2959 stdout.
2960 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
2961 mi_send_resuming_command. Print stop_handler_str and
2962 cont_handler_str instead of expecting the python events print
2963 directly.
2964
2965 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2966
2967 * gdb.base/jit-reader.exp: New file.
2968 * gdb.base/jithost.c: New file.
2969 * gdb.base/jithost.h: New file.
2970 * gdb.base/jitreader.c : New file.
2971 * gdb.base/jit-protocol.h: New file.
2972
2973 2016-06-17 Yao Qi <yao.qi@linaro.org>
2974
2975 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
2976 parameters follow_fork and detach_on_fork. Set follow-fork-mode
2977 and detach-on-fork. Adjust tests.
2978 (top level): Invoke break_cond_on_syscall with combinations of
2979 syscall, follow-fork-mode and detach-on-fork.
2980
2981 2016-06-17 Yao Qi <yao.qi@linaro.org>
2982
2983 * gdb.base/step-over-exit.c: New.
2984 * gdb.base/step-over-exit.exp: New.
2985
2986 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
2987
2988 * gdb.base/float.exp: Add target check for nds32*-*-*.
2989 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
2990
2991 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
2992
2993 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
2994 for unsupported target features.
2995 * gdb.base/call-rt-st.exp: Likewise.
2996 * gdb.base/call-sc.exp: Likewise.
2997 * gdb.base/call-signal-resume.exp: Likewise.
2998 * gdb.base/call-strs.exp: Likewise.
2999 * gdb.base/callexit.exp: Likewise.
3000 * gdb.base/callfuncs.exp: Likewise.
3001 * gdb.base/nodebug.exp: Likewise.
3002 * gdb.base/printcmds.exp: Likewise.
3003 * gdb.base/ptype.exp: Likewise.
3004 * gdb.base/structs.exp: Likewise.
3005 * gdb.base/unwindonsignal.exp: Likewise.
3006 * gdb.cp/gdb2495.exp: Likewise.
3007 * gdb.cp/templates.exp: Likewise.
3008 * gdb.cp/virtfunc.exp: Likewise.
3009 * gdb.threads/hand-call-in-threads.exp: Likewise.
3010 * gdb.threads/interrupted-hand-call.exp: Likewise.
3011 * gdb.threads/thread-unwindonsignal.exp: Likewise.
3012
3013 2016-06-10 Tom Tromey <tom@tromey.com>
3014
3015 PR rust/20110:
3016 * gdb.rust/expr.exp: Add test for integer constant larger than
3017 i32.
3018
3019 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
3020
3021 * gdb.fortran/nested-funcs.exp: New.
3022 * gdb.fortran/nested-funcs.f90: New.
3023
3024 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
3025
3026 * gdb.base/examine-backward.c: New file.
3027 * gdb.base/examine-backward.exp: New file.
3028
3029 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
3030
3031 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3032 matching.
3033
3034 2016-06-02 Tom Tromey <tom@tromey.com>
3035
3036 PR python/18984:
3037 * gdb.python/py-shared.exp: Add solib_name test.
3038
3039 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
3040
3041 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
3042
3043 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
3044
3045 PR c++/19893
3046 * gdb.dwarf2/implref.exp: Rename to...
3047 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
3048 * gdb.dwarf2/implref-array.c: New file.
3049 * gdb.dwarf2/implref-array.exp: Likewise.
3050 * gdb.dwarf2/implref-global.c: Likewise.
3051 * gdb.dwarf2/implref-global.exp: Likewise.
3052 * gdb.dwarf2/implref-struct.c: Likewise.
3053 * gdb.dwarf2/implref-struct.exp: Likewise.
3054
3055 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3056
3057 * gdb.trace/trace-condition.exp: Add 64bit tests.
3058
3059 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3060
3061 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3062 bits types.
3063 (main): Adapt to 8 to 64 bits types.
3064 * gdb.trace/trace-condition.exp: Add new tests.
3065
3066 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3067
3068 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3069
3070 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3071
3072 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3073 Move condition tests...
3074 * gdb.trace/trace-condition.exp: Here.
3075
3076 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3077
3078 * gdb.trace/trace-condition.exp: Add counter-case tests.
3079
3080 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3081
3082 PR c++/15231
3083 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3084 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3085
3086 2016-05-27 Pedro Alves <palves@redhat.com>
3087
3088 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3089 New procedure.
3090 (top level): Call it, and bail out of DejaGnu is known to be bad.
3091
3092 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
3093
3094 * gdb.base/whatis.c: Extend the test case.
3095 * gdb.base/whatis.exp: Add additional tests.
3096
3097 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3098
3099 * gdb.fortran/type.f90: Add pointer variable.
3100 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3101
3102 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3103
3104 * gdb.fortran/vla-type.exp: Fix testcase name.
3105
3106 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3107
3108 * gdb.fortran/vla-type.exp: Access elements in nested structs.
3109
3110 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3111
3112 * gdb.fortran/type.f90: Add nested structures.
3113 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3114 * gdb.fortran/derived-type.exp: Adapt expected output.
3115 * gdb.fortran/vla-type.exp: Adapt expected output.
3116
3117 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3118
3119 * gdb.fortran/whatis_type.exp: Adapt expected output.
3120
3121 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3122
3123 * gdb.fortran/print_type.exp: Fix expected output.
3124 * gdb.fortran/whatis_type.exp: Fix expected output.
3125
3126 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3127
3128 * gdb.fortran/whatis_type.exp: Use multi_line.
3129
3130 2016-05-24 Tom Tromey <tom@tromey.com>
3131
3132 PR python/17386:
3133 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3134 use value as an index.
3135
3136 2016-05-23 Tom Tromey <tom@tromey.com>
3137
3138 PR python/17981:
3139 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3140 no-breakpoint case.
3141
3142 2016-05-24 Pedro Alves <palves@redhat.com>
3143
3144 PR gdb/19828
3145 * gdb.threads/clone-attach-detach.c: New file.
3146 * gdb.threads/clone-attach-detach.exp: New file.
3147
3148 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3149
3150 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3151
3152 2016-05-23 Tom Tromey <tom@tromey.com>
3153
3154 PR python/19438, PR python/18393:
3155 * gdb.python/py-progspace.exp: Add "dir" test.
3156 * gdb.python/py-objfile.exp: Add "dir" test.
3157
3158 2016-05-23 Yao Qi <yao.qi@linaro.org>
3159
3160 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3161 * gdb.arch/thumb2-it.exp: Likewise.
3162
3163 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3164
3165 * gdb.mi/mi-threads-interrupt.c: New file.
3166 * gdb.mi/mi-threads-interrupt.exp: New file.
3167
3168 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3169
3170 PR gdb/18077
3171 * gdb.mi/mi-async-run.exp: New file.
3172 * gdb.mi/mi-async-run.c: New file.
3173
3174 2016-05-17 Tom Tromey <tom@tromey.com>
3175 Manish Goregaokar <manishsmail@gmail.com>
3176
3177 * lib/rust-support.exp: New file.
3178 * lib/gdb.exp (skip_rust_tests): New proc.
3179 (build_executable_from_specs): Handle rust.
3180 * lib/future.exp (gdb_find_rustc): New proc.
3181 (gdb_default_target_compile): Handle rust.
3182 * gdb.rust/expr.exp: New file.
3183 * gdb.rust/generics.exp: New file.
3184 * gdb.rust/generics.rs: New file.
3185 * gdb.rust/methods.exp: New file.
3186 * gdb.rust/methods.rs: New file.
3187 * gdb.rust/modules.exp: New file.
3188 * gdb.rust/modules.rs: New file.
3189 * gdb.rust/simple.exp: New file.
3190 * gdb.rust/simple.rs: New file.
3191
3192 2016-05-17 Tom Tromey <tom@tromey.com>
3193
3194 * gdb.base/default.exp (set language): Add rust.
3195
3196 2016-05-17 Tom Tromey <tom@tromey.com>
3197
3198 * gdb.gdb/unittest.exp: New file.
3199
3200 2016-05-16 Yao Qi <yao.qi@linaro.org>
3201
3202 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3203 shell_prompt. Update shell_prompt_re.
3204
3205 2016-05-12 Doug Evans <dje@google.com>
3206
3207 PR symtab/19999
3208 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3209 $options when building executable.
3210 * gdb.dwarf2/fission-loclists-pie.S: New file.
3211 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3212
3213 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3214
3215 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3216 of [is_remote target],
3217
3218 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3219
3220 * lib/gdb.exp (use_gdb_stub): New procedure.
3221
3222 2016-05-03 Yunlian Jiang <yunlian@google.com>
3223 Doug Evans <dje@google.com>
3224
3225 PR symtab/19914
3226 * gdb.dwarf2/dwp-sepdebug.c: New file.
3227 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3228
3229 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3230
3231 * gdb.base/detach.exp: Remove is_remote check.
3232
3233 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3234
3235 * gdb.base/annota-input-while-running.exp: Don't check for
3236 [is_remote target]. Enable annotations after running to main.
3237 Remove unused "set test..." line.
3238
3239 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3240
3241 * gdb.trace/trace-enable-disable.exp: New file.
3242 * gdb.trace/trace-enable-disable.c: New file.
3243
3244 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3245
3246 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3247 use it in info sharedlibrary test.
3248 * gdb.trace/ftrace-lock.exp: Likewise.
3249 * gdb.trace/ftrace.exp: Likewise.
3250 * gdb.trace/range-stepping.exp: Likewise.
3251 * gdb.trace/trace-break.exp: Likewise.
3252 * gdb.trace/trace-condition.exp: Likewise.
3253 * gdb.trace/trace-mt.exp: Likewise.
3254
3255 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3256
3257 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3258 (gdb_load_shlib): ... this.
3259 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3260 gdb_load_shlib.
3261 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3262 * gdb.base/ctxobj.exp: Likewise.
3263 * gdb.base/dprintf-pending.exp: Likewise.
3264 * gdb.base/dso2dso.exp: Likewise.
3265 * gdb.base/fixsection.exp: Likewise.
3266 * gdb.base/gcore-relro.exp: Likewise.
3267 * gdb.base/gdb1555.exp: Likewise.
3268 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3269 * gdb.base/gnu-ifunc.exp: Likewise.
3270 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3271 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3272 * gdb.base/pending.exp: Likewise.
3273 * gdb.base/print-file-var.exp: Likewise.
3274 * gdb.base/print-symbol-loading.exp: Likewise.
3275 * gdb.base/shlib-call.exp: Likewise.
3276 * gdb.base/shreloc.exp: Likewise.
3277 * gdb.base/so-impl-ld.exp: Likewise.
3278 * gdb.base/solib-disc.exp: Likewise.
3279 * gdb.base/solib-nodir.exp: Likewise.
3280 * gdb.base/solib-overlap.exp: Likewise.
3281 * gdb.base/solib-symbol.exp: Likewise.
3282 * gdb.base/solib-weak.exp (do_test): Likewise.
3283 * gdb.base/sym-file.exp: Likewise.
3284 * gdb.base/symtab-search-order.exp: Likewise.
3285 * gdb.base/type-opaque.exp: Likewise.
3286 * gdb.base/unload.exp: Likewise.
3287 * gdb.base/watchpoint-solib.exp: Likewise.
3288 * gdb.compile/compile.exp: Likewise.
3289 * gdb.cp/gdb2384.exp: Likewise.
3290 * gdb.cp/infcall-dlopen.exp: Likewise.
3291 * gdb.cp/re-set-overloaded.exp: Likewise.
3292 * gdb.fortran/library-module.exp: Likewise.
3293 * gdb.opt/solib-intra-step.exp: Likewise.
3294 * gdb.python/py-finish-breakpoint.exp: Likewise.
3295 * gdb.python/py-shared.exp: Likewise.
3296 * gdb.reverse/solib-precsave.exp: Likewise.
3297 * gdb.reverse/solib-reverse.exp: Likewise.
3298 * gdb.server/solib-list.exp: Likewise.
3299 * gdb.threads/dlopen-libpthread.exp: Likewise.
3300 * gdb.threads/tls-shared.exp: Likewise.
3301 * gdb.threads/tls-so_extern.exp: Likewise.
3302 * gdb.trace/change-loc.exp: Likewise.
3303 * gdb.trace/ftrace-lock.exp: Likewise.
3304 * gdb.trace/ftrace.exp: Likewise.
3305 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3306 * gdb.trace/pending.exp: Likewise.
3307 * gdb.trace/range-stepping.exp: Likewise.
3308 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3309 (strace_info_marker): Likewise.
3310 (strace_probe_marker): Likewise.
3311 (strace_trace_on_same_addr): Likewise.
3312 (strace_trace_on_diff_addr): Likewise.
3313 * gdb.trace/trace-break.exp: Likewise.
3314 * gdb.trace/trace-condition.exp: Likewise.
3315 * gdb.trace/trace-mt.exp: Likewise.
3316
3317 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3318
3319 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3320 result of gdb_remote_download.
3321 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3322 * gdb.base/dso2dso.exp: Likewise.
3323 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3324 * gdb.base/print-file-var.exp: Likewise.
3325 * gdb.base/shlib-call.exp: Likewise.
3326 * gdb.base/shreloc.exp: Likewise.
3327 * gdb.base/solib-overlap.exp: Likewise.
3328 * gdb.base/solib-weak.exp (do_test): Likewise.
3329 * gdb.base/unload.exp: Likewise.
3330
3331 2016-04-27 Yao Qi <yao.qi@linaro.org>
3332
3333 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3334 exists.
3335
3336 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3337
3338 * vla-type.exp: Print structure from toplevel.
3339
3340 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3341
3342 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3343 of dynamic types.
3344 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3345 of dynamic types.
3346
3347 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3348
3349 * gdb.fortran/vla-type.f90: New file.
3350 * gdb.fortran/vla-type.exp: New file.
3351
3352 2016-04-25 Yao Qi <yao.qi@linaro.org>
3353
3354 * gdb.base/branch-to-self.c: New file.
3355 * gdb.base/branch-to-self.exp: New file.
3356
3357 2016-04-22 Yao Qi <yao.qi@linaro.org>
3358
3359 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3360 more after $hex.
3361
3362 2016-04-22 Yao Qi <yao.qi@linaro.org>
3363
3364 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3365 * gdb.base/annota3.exp: Likewise.
3366
3367 2016-04-22 Yao Qi <yao.qi@linaro.org>
3368
3369 * gdb.reverse/step-precsave.exp: Do one step and test program
3370 stops in "callee" and do multiple steps until program goes out
3371 of "callee".
3372 * gdb.reverse/step-reverse.exp: Likewise.
3373
3374 2016-04-22 Yao Qi <yao.qi@linaro.org>
3375
3376 * gdb.trace/signal.exp: Also pass if
3377 $tracepoint_hits($i) > $iterations.
3378
3379 2016-04-22 Yao Qi <yao.qi@linaro.org>
3380
3381 * gdb.trace/signal.c: New file.
3382 * gdb.trace/signal.exp: New file.
3383
3384 2016-04-19 Doug Evans <xdje42@gmail.com>
3385
3386 * gdb.base/bad-file.exp: New file.
3387
3388 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3389
3390 * gdb.dwarf2/implref.exp: New file.
3391
3392 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3393
3394 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3395 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3396 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3397 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3398 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3399 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3400 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3401 * lib/fortran.exp (fortran_int4): New procedure.
3402 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3403 (fortran_logical4): Likewise.
3404
3405 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3406
3407 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3408
3409 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3410
3411 * lib/compiler.c: Add Intel specific preprocessor macros.
3412 * lib/compiler.cc: Likewise.
3413
3414 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
3415
3416 * gdb.server/connect-with-no-symbol-file.c: New file.
3417 * gdb.server/connect-with-no-symbol-file.exp: New file.
3418
3419 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3420
3421 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3422
3423 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3424
3425 * boards/gdbserver-base.exp (${board}_download): Copy source file to
3426 standard output directory.
3427
3428 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
3429
3430 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3431
3432 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
3433
3434 * gdb.btrace/instruction_history.c (loop): Add declaration.
3435
3436 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3437
3438 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3439
3440 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
3441
3442 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3443 parentheses to print.
3444 (continue_handler): Likewise.
3445
3446 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
3447
3448 * gdb.server/solib-list.exp: Remove is_remote check.
3449 Pass shlib= to gdb_compile. Don't link shared library with
3450 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
3451 Run binary filename through "readlink -f" on the target.
3452
3453 2016-04-08 Pedro Alves <palves@redhat.com>
3454
3455 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
3456 interpreter filename as argument to gdbserver_spawn.
3457 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3458 Return empty if $last_loaded_file does not exist.
3459
3460 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3461
3462 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3463 * gdb.base/jit-main.c: Use exit after usage.
3464
3465 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3466
3467 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3468 GDBHISTSIZE prior to the tests.
3469 * gdb.base/gdbinit-history.exp: Likewise.
3470
3471 2016-04-07 Pedro Alves <palves@redhat.com>
3472
3473 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3474 instead of build_executable. Use gdb_load_shlibs.
3475
3476 2016-04-07 Yao Qi <yao.qi@linaro.org>
3477
3478 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3479 Execute "si" command.
3480
3481 2016-04-07 Yao Qi <yao.qi@linaro.org>
3482
3483 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3484 number instead of the comments on some line.
3485
3486 2016-04-06 Don Breazeal <donb@codesourcery.com>
3487
3488 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3489 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3490
3491 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
3492
3493 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3494 standard_output_file. Remove unused binfile variable.
3495
3496 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
3497
3498 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3499 * gdb.python/py-mi-objfile.exp: Match "list main" output
3500 in console format.
3501
3502 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
3503
3504 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3505 absolute.
3506
3507 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3508
3509 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3510 absolute.
3511 * gdb.trace/ftrace.exp: Likewise.
3512 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3513 targets as well.
3514 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3515 (gdb_load_shlibs): Copy libraries to test directory when testing
3516 natively. Only set solib-search-path if testing remotely.
3517 * lib/mi-support.exp (mi_load_shlibs): Likewise.
3518
3519 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3520
3521 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3522 gdb_download. Use it even if the target is not remote.
3523 * gdb.base/jit.exp (compile_jit_test): Likewise.
3524 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3525 output directory if the destination board is local, otherwise use
3526 the standard remote_download from DejaGnu.
3527 (gdb_download): Remove.
3528 (gdb_load_shlibs): Use gdb_remote_download instead of
3529 gdb_download.
3530 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3531 Use gdb_remote_download instead of gdb_download. Use it even if
3532 the target is not remote.
3533 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3534 instead of gdb_download.
3535
3536 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
3537
3538 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3539 (test_insert_delete_modify): Call mi_load_shlibs before trying to
3540 run.
3541
3542 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
3543
3544 PR gdb/19820
3545 * gdb.base/printcmds.exp: Add artificial arrays tests.
3546
3547 2016-03-31 Pedro Alves <palves@redhat.com>
3548
3549 PR gdb/19858
3550 * gdb.base/jit-main.c: Include unistd.h.
3551 (ATTACH): Define to 0 if not already defined.
3552 (wait_for_gdb, mypid): New globals.
3553 (WAIT_FOR_GDB): New macro.
3554 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
3555 some breakpoint locations.
3556 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3557 New procedures.
3558 (one_jit_test): Add REATTACH parameter, and handle it. Use
3559 continue_to_test_location.
3560 (top level): Test attach, and adjusts calls to one_jit_test.
3561
3562 2016-03-31 Pedro Alves <palves@redhat.com>
3563
3564 PR gdb/19858
3565 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
3566 BINSUFFIX parameter, and handle it.
3567 (top level): Adjust calls compile_jit_test.
3568
3569 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
3570
3571 PR python/19743
3572 * gdb.python/py-mi-events-gdb.py: New file.
3573 * gdb.python/py-mi-events.c: New file.
3574 * gdb.python/py-mi-events.exp: New file.
3575
3576 2016-03-30 Yao Qi <yao.qi@linaro.org>
3577
3578 * gdb.reverse/until-precsave.exp: Match function name only.
3579 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3580 Move malloc to a condition block.
3581 * gdb.reverse/until-reverse.exp: Match function name only.
3582
3583 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
3584
3585 * gdb.trace/ftrace.exp: Set arg0exp for s390.
3586 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3587 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3588 variable for GPR 0 instead of assuming it is register 0.
3589 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
3590 * lib/trace-support.exp: Add s390 registers.
3591
3592 2016-03-29 Yao Qi <yao.qi@linaro.org>
3593
3594 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
3595
3596 2016-03-24 Yao Qi <yao.qi@linaro.org>
3597
3598 * gdb.reverse/break-reverse.exp: Add quotation mark in the
3599 test message.
3600
3601 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3602
3603 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
3604 maintaining separate logic for constructing the output path.
3605
3606 2016-03-16 Don Breazeal <donb@codesourcery.com>
3607
3608 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3609 Retry fork and waitpid on interrupted system call errors.
3610 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3611 Use with_timeout_factor to increase timeout by factor of 10.
3612
3613 2016-03-15 Don Breazeal <donb@codesourcery.com>
3614
3615 * gdb.cp/scope-err.cc: New test program.
3616 * gdb.cp/scope-err.exp: New test script.
3617 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
3618 lines and "set breakpoint here" comment.
3619 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
3620 Fixed some whitespace and format issues.
3621 * gdb.mi/mi-linespec-err-cp.cc: New test program.
3622 * gdb.mi/mi-linespec-err-cp.exp: New test script.
3623
3624 2016-03-15 Doug Evans <dje@google.com>
3625
3626 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
3627 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
3628 All callers updated. Add tests for enums, mixed flags register.
3629
3630 2016-03-15 Doug Evans <dje@google.com>
3631
3632 * gdb.base/skip.c (main): Call test_skip_file_and_function.
3633 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
3634
3635 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
3636
3637 * gdb.base/default.exp: Add $_as_string to the list of expected
3638 convenience functions.
3639
3640 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
3641
3642 * gdb.base/maint.exp: New tests for 'maint info line-table'.
3643
3644 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
3645
3646 * gdb.python/py-as-string.exp: New file.
3647 * gdb.python/py-as-string.c: New file.
3648
3649 2016-03-09 Pedro Alves <palves@redhat.com>
3650
3651 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
3652 signal" -> "Thread NN received signal" output change.
3653 * gdb.threads/ia64-sigill.exp: Likewise.
3654 * gdb.threads/linux-dp.exp: Likewise.
3655 * gdb.threads/manythreads.exp: Likewise.
3656 * gdb.threads/pending-step.exp: Likewise.
3657 * gdb.threads/print-threads.exp: Likewise.
3658 * gdb.threads/sigstep-threads.exp: Likewise.
3659 * gdb.threads/staticthreads.exp: Likewise.
3660 * gdb.threads/tls.exp: Likewise.
3661
3662 2016-03-09 Pedro Alves <palves@redhat.com>
3663
3664 * gdb.base/command-line-input.exp: New file.
3665
3666 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3667
3668 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
3669 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
3670 * gdb.trace/pending.exp: Accept leading dot before function name.
3671 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
3672 * lib/trace-support.exp: Set registers for ppc.
3673
3674 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3675
3676 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
3677 use it for disassembly; accept .main in addition to main in backtrace.
3678
3679 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
3680 Marcin Kościelnicki <koriakin@0x04.net>
3681
3682 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
3683 (gdb_recursion_test_ptr): New global variable.
3684 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
3685 gdb_recursion_test.
3686 (gdb_c_test): Ditto.
3687
3688 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3689
3690 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
3691 ordering.
3692
3693 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3694
3695 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
3696 (bar): Add bar_start_lbl label.
3697 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
3698 of foo/bar for emitting DWARF and tracing.
3699
3700 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
3701
3702 * analyze-racy-logs.py: Set executable bit.
3703
3704 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
3705
3706 * Makefile.in (DEFAULT_RACY_ITER): New variable.
3707 (CHECK_TARGET_TMP): Likewise.
3708 (check-single-racy): New rule.
3709 (check-parallel-racy): Likewise.
3710 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
3711 (do-check-parallel-racy): New rule.
3712 (check-racy/%.exp): Likewise.
3713 * README (Racy testcases): New section.
3714 * analyze-racy-logs.py: New file.
3715
3716 2016-03-03 Doug Evans <dje@google.com>
3717
3718 * gdb.base/skip.exp: Use with_test_prefix.
3719
3720 2016-03-03 Yao Qi <yao.qi@linaro.org>
3721
3722 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
3723 Invoke step_over_syscall "clone" and break_cond_on_syscall
3724 "clone".
3725 * gdb.base/step-over-clone.c: New file.
3726
3727 2016-03-03 Yao Qi <yao.qi@linaro.org>
3728
3729 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
3730 code format.
3731
3732 2016-03-03 Yao Qi <yao.qi@linaro.org>
3733
3734 * gdb.base/disp-step-fork.c: Rename to ...
3735 * gdb.base/step-over-fork.c: ... it. New file.
3736 * gdb.base/disp-step-vfork.c: Rename to ...
3737 * gdb.base/step-over-vfork.c: ... it. New file.
3738 * gdb.base/disp-step-syscall.exp: Rename to ...
3739 * gdb.base/step-over-syscall.exp: ... it. New file.
3740 (disp_step_cross_syscall): Rename to ...
3741 (step_over_syscall): ... it.
3742
3743 2016-03-03 Yao Qi <yao.qi@linaro.org>
3744
3745 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
3746 If target supports condition evaluation on target, invoke
3747 break_cond_on_syscall for fork and vfork.
3748
3749 2016-03-03 Yao Qi <yao.qi@linaro.org>
3750
3751 * gdb.base/disp-step-syscall.exp: Don't invoke
3752 support_displaced_stepping.
3753 (disp_step_cross_syscall): Test with displaced stepping off and
3754 on if supported.
3755
3756 2016-03-03 Yao Qi <yao.qi@linaro.org>
3757
3758 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
3759 proc.
3760 (setup): New proc.
3761 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
3762 and setup.
3763
3764 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3765
3766 * gdb.fortran/vla-history.exp: Remove breakpoint.
3767
3768 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3769
3770 * gdb.fortran/vla-history.exp: Lookup array elements and printing
3771 exceeds timeout.
3772
3773 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3774
3775 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
3776 breakpoint.
3777
3778 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3779
3780 * gdb.mi/vla.f90: Nullify pointer after declaration.
3781
3782 2016-03-01 Pedro Alves <palves@redhat.com>
3783
3784 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
3785
3786 2016-03-01 Pedro Alves <palves@redhat.com>
3787
3788 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
3789 before anything else.
3790 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
3791 _GNU_SOURCE here.
3792 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
3793 before anything else.
3794 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
3795
3796 2016-03-01 Pedro Alves <palves@redhat.com>
3797
3798 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
3799
3800 2016-03-01 Yao Qi <yao.qi@linaro.org>
3801
3802 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
3803 prepare_for_testing.
3804
3805 2016-03-01 Yao Qi <yao.qi@linaro.org>
3806
3807 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
3808
3809 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3810
3811 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
3812 manually constructing the output path.
3813
3814 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3815
3816 * gdb.arch/s390-stackless.S: New.
3817 * gdb.arch/s390-stackless.exp: New.
3818
3819 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
3820
3821 * gdb.dlang/circular.c: New file.
3822 * gdb.dlang/circular.exp: New file.
3823
3824 2016-02-26 Yao Qi <yao.qi@linaro.org>
3825
3826 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
3827 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
3828 (testcases): Update.
3829
3830 2016-02-26 Yao Qi <yao.qi@linaro.org>
3831
3832 * gdb.reverse/aarch64.c: Rename to ...
3833 * gdb.reverse/insn-reverse.c: ... it.
3834 * gdb.reverse/aarch64.exp: Rename to ...
3835 * gdb.reverse/insn-reverse.exp: ... it.
3836
3837 2016-02-26 Yao Qi <yao.qi@linaro.org>
3838
3839 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
3840 (testcase_ftype): New.
3841 (testcases): New array.
3842 (n_testcases): New.
3843 (main): Call each element in testcases.
3844 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
3845 (read_testcase): New.
3846 Do the tests in a loop.
3847
3848 2016-02-25 Yao Qi <yao.qi@linaro.org>
3849
3850 * gdb.base/branches.c: Remove.
3851
3852 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3853
3854 PR gdb/13808
3855 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
3856
3857 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3858
3859 * gdb.trace/ftrace.exp: Remove unnecessary target check.
3860
3861 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3862
3863 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
3864 change x86_64 call_insn to 'callq'.
3865
3866 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3867
3868 * gdb.trace/tfile-avx.c: Move to...
3869 * gdb.trace/tracefile-pseudo-reg.c: Here.
3870 * gdb.trace/tfile-avx.exp: Move to...
3871 * gdb.trace/tracefile-pseudo-reg.exp: Here.
3872
3873 2016-02-24 Gary Benson <gbenson@redhat.com>
3874
3875 * gdb.base/attach-pie-noexec.exp: Do not expect an error
3876 message on attach.
3877
3878 2016-02-23 Doug Evans <dje@google.com>
3879
3880 * gdb.base/skip.c (test_skip): New function.
3881 (end_test_skip_file_and_function): New function.
3882 (test_skip_file_and_function): New function.
3883 * gdb.base/skip1.c (test_skip): New function.
3884 (skip1_test_skip_file_and_function): New function.
3885 * gdb.base/skip.exp: Add tests for new skip options.
3886 * gdb.base/skip-solib.exp: Update expected output.
3887 * gdb.perf/skip-command.cc: New file.
3888 * gdb.perf/skip-command.exp: New file.
3889 * gdb.perf/skip-command.py: New file.
3890
3891 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
3892
3893 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
3894 info registers pattern.
3895
3896 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
3897
3898 * lib/future.exp: Add D support.
3899 (gdb_find_gdc): New proc.
3900 (gdb_default_target_compile): Add D support.
3901
3902 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
3903
3904 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
3905 user+system time.
3906 (trace_speed_test): Determine the iteration count for a time
3907 between 15..30 seconds.
3908
3909 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
3910
3911 * gdb.arch/i386-mpx-sigsegv.c: New file.
3912 * gdb.arch/i386-mpx-sigsegv.exp: New file.
3913 * gdb.arch/i386-mpx-simple_segv.c: New file.
3914 * gdb.arch/i386-mpx-simple_segv.exp: New file.
3915
3916 2016-02-18 Yao Qi <yao.qi@linaro.org>
3917
3918 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3919 Don't call setup_kfail.
3920
3921 2016-02-18 Yao Qi <yao.qi@linaro.org>
3922
3923 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3924 Set "set breakpoint condition-evaluation" per $cond_bp_target.
3925
3926 2016-02-16 Doug Evans <dje@google.com>
3927
3928 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
3929 * gdb.base/skip1.c: Ditto.
3930 * gdb.base/skip.exp: Whitespace cleanup.
3931
3932 2016-02-16 Don Breazeal <donb@codesourcery.com>
3933
3934 PR remote/19496
3935 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3936 Remove kfail for PR remote/19496.
3937
3938 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
3939
3940 * lib/gdb.exp (standard_temp_file): Return a path specific to
3941 the runtest invocation.
3942
3943 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
3944
3945 * gdb.trace/save-trace.exp: Change relative path to be in the
3946 standard output directory.
3947
3948 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3949
3950 * gdb.arch/i386-prologue.c: Add missing prototypes.
3951
3952 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3953
3954 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
3955 * gdb.arch/i386-prologue.exp: Likewise.
3956 * gdb.arch/i386-size.exp: Likewise.
3957
3958 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
3959
3960 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
3961 define object file path.
3962 * gdb.btrace/gcore.exp: Use standard_output_file to define core
3963 file path.
3964 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
3965 standard_output_file to define binfile.
3966
3967 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3968
3969 Fix compatibility with recent gfortran-5.3.1.
3970 * gdb.fortran/vla-history.exp (print vla1 allocated)
3971 (print vla2 allocated, print $2, print $3): Remove
3972 (print $4): Rename to ...
3973 (print $2): ... here.
3974 (print $9): Rename to ...
3975 (print $5): ... here.
3976 (print $10): Rename to ...
3977 (print $6): ... here.
3978 * gdb.fortran/vla.f90: Add pvla initialization.
3979
3980 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3981
3982 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
3983 New test.
3984 * gdb.fortran/vla-value-sub.exp: Likewise.
3985
3986 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
3987
3988 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
3989
3990 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
3991
3992 * i386-biarch-core.exp: Define corefile using
3993 standard_output_file.
3994
3995 2016-02-12 Yao Qi <yao.qi@linaro.org>
3996
3997 * gdb.arch/arm-single-step-kernel-helper.c: New.
3998 * gdb.arch/arm-single-step-kernel-helper.exp: New.
3999
4000 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4001
4002 * gdb.btrace/tailcall-only.exp: New.
4003 * gdb.btrace/tailcall-only.c: New.
4004 * gdb.btrace/x86_64-tailcall-only.S: New.
4005 * gdb.btrace/i686-tailcall-only.S: New.
4006
4007 2016-02-11 Pedro Alves <palves@redhat.com>
4008
4009 * README (Parallel testing): Add missing double quotes.
4010
4011 2016-02-11 Pedro Alves <palves@redhat.com>
4012
4013 * README (Parallel testing): New section.
4014 (GDB_PARALLEL): Rewrite.
4015 (FORCE_PARALLEL): Document.
4016
4017 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
4018
4019 * gdb.trace/tfile-avx.c: New test.
4020 * gdb.trace/tfile-avx.exp: New test.
4021
4022 2016-02-09 Keith Seitz <keiths@redhat.com>
4023
4024 PR breakpoints/19546
4025 * gdb.base/infcall-exec.c: New file.
4026 * gdb.base/infcall-exec2.c: New file.
4027 * gdb.base/infcall-exec.exp: New file.
4028
4029 2016-02-09 Keith Seitz <keiths@redhat.com>
4030
4031 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4032 (toplevel): Call test_bkpt_address.
4033
4034 2016-02-09 Keith Seitz <keiths@redhat.com>
4035
4036 PR python/19506
4037 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
4038 (toplevel): Call test_bkpt_address.
4039
4040 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
4041
4042 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4043 to AC_OUTPUT.
4044 * configure: Regenerate.
4045
4046 2016-02-09 Pedro Alves <palves@redhat.com>
4047
4048 PR breakpoints/19548
4049 * gdb.base/execl-update-breakpoints.c (some_function): New
4050 function.
4051 (main): Call it.
4052 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4053 Tighten expected GDB output.
4054
4055 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4056
4057 * Makefile.in (ALL_SUBDIRS): Remove.
4058 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4059 (distclean maintainer-clean realclean): Likewise.
4060 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4061 * configure: Regenerate.
4062 * gdb.ada/Makefile.in: Delete.
4063 * gdb.arch/Makefile.in: Likewise.
4064 * gdb.asm/Makefile.in: Likewise.
4065 * gdb.base/Makefile.in: Likewise.
4066 * gdb.btrace/Makefile.in: Likewise.
4067 * gdb.cell/Makefile.in: Likewise.
4068 * gdb.compile/Makefile.in: Likewise.
4069 * gdb.cp/Makefile.in: Likewise.
4070 * gdb.disasm/Makefile.in: Likewise.
4071 * gdb.dlang/Makefile.in: Likewise.
4072 * gdb.dwarf2/Makefile.in: Likewise.
4073 * gdb.fortran/Makefile.in: Likewise.
4074 * gdb.gdb/Makefile.in: Likewise.
4075 * gdb.go/Makefile.in: Likewise.
4076 * gdb.guile/Makefile.in: Likewise.
4077 * gdb.java/Makefile.in: Likewise.
4078 * gdb.linespec/Makefile.in: Likewise.
4079 * gdb.mi/Makefile.in: Likewise.
4080 * gdb.modula2/Makefile.in: Likewise.
4081 * gdb.multi/Makefile.in: Likewise.
4082 * gdb.objc/Makefile.in: Likewise.
4083 * gdb.opencl/Makefile.in: Likewise.
4084 * gdb.opt/Makefile.in: Likewise.
4085 * gdb.pascal/Makefile.in: Likewise.
4086 * gdb.perf/Makefile.in: Likewise.
4087 * gdb.python/Makefile.in: Likewise.
4088 * gdb.reverse/Makefile.in: Likewise.
4089 * gdb.server/Makefile.in: Likewise.
4090 * gdb.stabs/Makefile.in: Likewise.
4091 * gdb.threads/Makefile.in: Likewise.
4092 * gdb.trace/Makefile.in: Likewise.
4093 * gdb.xml/Makefile.in: Likewise.
4094 * lib/gdb.exp (make_gdb_parallel_path): Add check for
4095 GDB_PARALLEL.
4096 (standard_output_file): Remove check for GDB_PARALLEL, always
4097 return path in outputs/$subdir/$testname.
4098
4099 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4100
4101 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4102 (site.exp): Assign abs_srcdir to tcl's srcdir.
4103
4104 2016-02-04 Yao Qi <yao.qi@linaro.org>
4105
4106 * gdb.base/foll-exec-mode.c: Include limits.h.
4107 (main): Add parameters argc and argv. Get directory from
4108 argv[0].
4109 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4110 compilation.
4111 * gdb.base/foll-exec.c: Include limits.h.
4112 (main): Add parameters argc and argv.
4113 Get directory from argv[0].
4114 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4115 Adjust tests on the number of lines as source code changed.
4116 * gdb.base/foll-vfork-exit.c: Include limits.h.
4117 (main): Add one line of statement before vfork.
4118 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4119 (main): Add parameters argc and argv. Get directory from
4120 argv[0].
4121 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4122 (setup_gdb): Set tbreak to skip some source lines.
4123 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4124 (main): Add parameters argc and argv. Get directory from
4125 argv[0].
4126 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4127 compilation.
4128 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4129 (main): Add parameters argc and argv. Get directory from
4130 argv[0].
4131 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4132 compilation.
4133
4134 2016-02-01 Doug Evans <dje@google.com>
4135
4136 * gdb.base/skip.exp: Clean up multiple references to same test name.
4137
4138 2016-02-01 Pedro Alves <palves@redhat.com>
4139
4140 PR remote/19496
4141 * gdb.threads/forking-threads-plus-breakpoint.exp
4142 (displaced_stepping_supported): New global.
4143 (probe_displaced_stepping_support): New procedure.
4144 (do_test): Add 'displaced' parameter, and use it.
4145 (top level): Check for displaced stepping support. Add displaced
4146 stepping on/off testing axis.
4147
4148 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4149
4150 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4151 pointer. Don't perform further tests on the unassociated pointer
4152 if the first test fails.
4153
4154 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4155
4156 * gdb.base/max-value-size.c: New file.
4157 * gdb.base/max-value-size.exp: New file.
4158 * gdb.base/huge.exp: Disable max-value-size for this test.
4159
4160 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4161
4162 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4163
4164 2016-01-28 Yao Qi <yao.qi@linaro.org>
4165
4166 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4167
4168 2016-01-25 Pedro Alves <palves@redhat.com>
4169
4170 PR threads/19461
4171 * gdb.base/fork-running-state.c: New file.
4172 * gdb.base/fork-running-state.exp: New file.
4173
4174 2016-01-25 Pedro Alves <palves@redhat.com>
4175
4176 PR gdb/19494
4177 * gdb.base/catch-fork-kill.c: New file.
4178 * gdb.base/catch-fork-kill.exp: New file.
4179
4180 2016-01-25 Pedro Alves <palves@redhat.com>
4181
4182 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4183 Delete, moved to lib/gdb.exp.
4184 * gdb.threads/forking-threads-plus-breakpoint.exp
4185 (foreach_with_prefix): Likewise.
4186 * gdb.threads/process-dies-while-handling-bp.exp
4187 (foreach_with_prefix): Likewise.
4188 * lib/gdb.exp (foreach_with_prefix): New procedure.
4189
4190 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4191
4192 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4193 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4194
4195 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4196
4197 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4198 endian targets.
4199
4200 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4201 Pedro Alves <palves@redhat.com>
4202
4203 Fix testsuite compatibility with Guile.
4204 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4205 number.
4206
4207 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4208
4209 Fix testsuite compatibility with Guile.
4210 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4211 (thread 1): New test for backtrace through signal handler.
4212
4213 2016-01-22 Yao Qi <yao.qi@linaro.org>
4214
4215 PR testsuite/19491
4216 * gdb.base/multi-forks.c: Include
4217 ../lib/unbuffer_output.c
4218 (main): Call gdb_unbuffer_output.
4219
4220 2016-01-21 Doug Evans <dje@google.com>
4221
4222 * lib/ada.exp (gdb_compile_ada): Fix typo.
4223
4224 2016-01-21 Joel Brobecker <brobecker@adacore.com>
4225
4226 * gdb.base/break-fun-addr.exp: New file.
4227 * gdb.base/break-fun-addr1.c: New file.
4228 * gdb.base/break-fun-addr2.c: New file.
4229
4230 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4231
4232 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4233 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4234 enum flag values.
4235
4236 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4237
4238 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4239 when GDB can not set the vector return value. Add more comments
4240 for clarification.
4241
4242 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4243
4244 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4245 command.
4246
4247 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4248
4249 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4250
4251 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4252
4253 * Makefile.in (check-single): Pass --status to runtest.
4254 (check/%.exp): Likewise.
4255
4256 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4257
4258 * Makefile.in (check-parallel): Propagate return code from make
4259 do-check-parallel.
4260
4261 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4262
4263 * gdb.trace/ftrace.exp: Fix expected message on continue.
4264 * gdb.trace/pending.exp: Fix expected message on continue.
4265 * gdb.trace/trace-break.exp: Fix expected message on continue.
4266
4267 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4268
4269 * lib/gdb.exp (gdb_test): Remove unused global references.
4270
4271 2016-01-18 Pedro Alves <palves@redhat.com>
4272
4273 * gdb.base/async-shell.exp: Adjust expected output.
4274 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4275 * gdb.base/siginfo-thread.exp: Adjust expected output.
4276 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4277 * gdb.java/jnpe.exp: Adjust expected output.
4278 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4279 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4280 * gdb.threads/leader-exit.exp: Adjust expected output.
4281 * gdb.threads/manythreads.exp: Adjust expected output.
4282 * gdb.threads/pthreads.exp: Adjust expected output.
4283 * gdb.threads/schedlock.exp: Adjust expected output.
4284 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4285 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4286 expected output.
4287 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4288 output.
4289 * gdb.threads/sigthread.exp: Adjust expected output.
4290 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4291
4292 2016-01-18 Yao Qi <yao.qi@linaro.org>
4293
4294 * gdb.guile/scm-section-script.c: Replace @progbits with
4295 %progbits.
4296 * gdb.python/py-section-script.c: Likewise.
4297
4298 2016-01-15 Pedro Alves <palves@redhat.com>
4299
4300 * gdb.multi/tids.exp: Test star wildcard ranges.
4301
4302 2016-01-15 Pedro Alves <palves@redhat.com>
4303
4304 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4305 command from "thread apply" invocation.
4306 (thr_apply_info_thr_invalid): Default the expected output to the
4307 input tid list.
4308 (top level): Add tests that use convenience variables. Add tests
4309 for "thread apply" with a valid TID list, but missing the command.
4310
4311 2016-01-13 Pedro Alves <palves@redhat.com>
4312
4313 * gdb.base/default.exp: Expect $_gthread as well.
4314 * gdb.multi/tids.exp: Test $_gthread.
4315 * gdb.threads/thread-specific.exp: Test $_gthread.
4316
4317 2016-01-13 Pedro Alves <palves@redhat.com>
4318
4319 * gdb.multi/tids.exp: Test "info threads -gid".
4320
4321 2016-01-13 Pedro Alves <palves@redhat.com>
4322
4323 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4324 Breakpoint.thread.
4325 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4326
4327 2016-01-07 Pedro Alves <palves@redhat.com>
4328
4329 * gdb.base/break.exp: Adjust to output changes.
4330 * gdb.base/hbreak2.exp: Likewise.
4331 * gdb.base/sepdebug.exp: Likewise.
4332 * gdb.base/watch_thread_num.exp: Likewise.
4333 * gdb.linespec/keywords.exp: Likewise.
4334 * gdb.multi/info-threads.exp: Likewise.
4335 * gdb.threads/thread-find.exp: Likewise.
4336 * gdb.multi/tids.c: New file.
4337 * gdb.multi/tids.exp: New file.
4338
4339 2016-01-13 Pedro Alves <palves@redhat.com>
4340
4341 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4342
4343 2016-01-13 Pedro Alves <palves@redhat.com>
4344
4345 * gdb.base/default.exp: Expect $_inferior as well.
4346 * gdb.multi/base.exp: Test $_inferior.
4347
4348 2016-01-13 Pedro Alves <palves@redhat.com>
4349
4350 PR breakpoints/19388
4351 * gdb.base/catch-signal-siginfo-cond.c: New file.
4352 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4353
4354 2016-01-12 Josh Stone <jistone@redhat.com>
4355 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4356
4357 * gdb.base/catch-syscall.c (do_execve): New variable.
4358 (main): Conditionally trigger an execve.
4359 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4360 (test_catch_syscall_execve): New, check entry/return across execve.
4361 (do_syscall_tests): Call test_catch_syscall_execve.
4362
4363 2016-01-12 Pedro Alves <palves@redhat.com>
4364
4365 * gdb.base/random-signal.exp (do_test): New procedure, with body
4366 of testcase moved in.
4367
4368 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4369 Pedro Alves <palves@redhat.com>
4370
4371 * gdb.base/funcargs.exp (finish from indirectly called function):
4372 Reintroduce the case for 'First'.
4373
4374 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4375 Pedro Alves <palves@redhat.com>
4376
4377 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4378 (tcatch_vfork_then_child_follow_exec)
4379 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4380 identification.
4381
4382 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4383
4384 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4385 and repeats to unlimited.
4386 * gdb.python/py-value.exp: Likewise.
4387 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4388 and repeats to unlimited.
4389
4390 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4391
4392 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4393 and reordering the functions.
4394 * gdb.multi/hangout.c: Likewise.
4395 * gdb.multi/hello.c: Likewise.
4396
4397 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4398
4399 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4400 absolute.
4401 (SingleStatisticTestResult.report): Use dict.keys instead of
4402 dict.iterkeys.
4403
4404 2016-01-06 Pedro Alves <palves@redhat.com>
4405
4406 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4407
4408 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4409
4410 * gdb.btrace/dlopen.exp: New.
4411 * gdb.btrace/dlopen.c: New.
4412 * gdb.btrace/dlopen-dso.c: New.
4413
4414 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4415
4416 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4417 PATTERN argument is optional.
4418
4419 2015-12-24 Joel Brobecker <brobecker@adacore.com>
4420
4421 * lib/ada.exp (target_compile_ada_from_dir): New function.
4422 (gdb_compile_ada): Reimplement avoiding the use of project files.
4423 * gdb.ada/gnat_ada.gpr: Delete.
4424 * gdb.ada/cond_lang.exp: Adjust test to make path before
4425 filename optional.
4426 * gdb.ada/small_reg_param.exp: Likewise.
4427
4428 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
4429
4430 * gdb.base/foll-vork.exp: Remove HP-UX special case.
4431
4432 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
4433
4434 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4435 case.
4436
4437 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
4438
4439 * gdb.base/break.exp: Remove dead code.
4440 * gdb.base/sepdebug.exp: Likewise.
4441
4442 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4443
4444 * gdb.asm/asm-source.exp: Remove HP-UX references.
4445 * gdb.base/annota1.exp: Likewise.
4446 * gdb.base/annota3.exp: Likewise.
4447 * gdb.base/attach.exp: Likewise.
4448 * gdb.base/bigcore.exp: Likewise.
4449 * gdb.base/break.exp: Likewise.
4450 * gdb.base/call-ar-st.exp: Likewise.
4451 * gdb.base/callfuncs.exp: Likewise.
4452 * gdb.base/catch-fork-static.exp: Likewise.
4453 * gdb.base/display.exp: Likewise.
4454 * gdb.base/foll-exec-mode.exp: Likewise.
4455 * gdb.base/foll-exec.exp: Likewise.
4456 * gdb.base/foll-fork.exp: Likewise.
4457 * gdb.base/foll-vfork.exp: Likewise.
4458 * gdb.base/funcargs.exp: Likewise.
4459 * gdb.base/hbreak2.exp: Likewise.
4460 * gdb.base/inferior-died.exp: Likewise.
4461 * gdb.base/interrupt.exp: Likewise.
4462 * gdb.base/multi-forks.exp: Likewise.
4463 * gdb.base/nodebug.exp: Likewise.
4464 * gdb.base/sepdebug.exp: Likewise.
4465 * gdb.base/solib1.c: Likewise.
4466 * gdb.base/step-test.exp: Likewise.
4467 * gdb.mi/non-stop.c: Likewise.
4468 * gdb.mi/pthreads.c: Likewise.
4469 * gdb.multi/bkpt-multi-exec.ex: Likewise.
4470 * gdb.threads/pthreads.c: Likewise.
4471 * gdb.threads/staticthreads.exp: Likewise.
4472 * lib/future.exp: Likewise.
4473 * lib/gdb.exp: Likewise.
4474 * gdb.base/so-indr-cl.c: Remove.
4475 * gdb.base/so-indr-cl.exp: Likewise.
4476 * gdb.base/solib.c: Likewise.
4477 * gdb.base/solib.exp: Likewise.
4478 * gdb.base/solib2.c: Likewise.
4479
4480 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4481
4482 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4483 * gdb.base/call-ar-st.exp: Likewise.
4484 * gdb.base/callfuncs.exp: Likewise.
4485 * gdb.base/condbreak.exp: Likewise.
4486 * gdb.base/constvars.exp: Likewise.
4487 * gdb.base/hbreak2.exp: Likewise.
4488 * gdb.base/langs.exp: Likewise.
4489 * gdb.base/list.exp: Likewise.
4490 * gdb.base/long_long.exp: Likewise.
4491 * gdb.base/ptype.exp: Likewise.
4492 * gdb.base/scope.exp: Likewise.
4493 * gdb.base/signals.exp: Likewise.
4494 * gdb.base/so-impl-ld.exp: Likewise.
4495 * gdb.base/varargs.exp: Likewise.
4496 * gdb.base/volatile.exp: Likewise.
4497 * gdb.base/whatis.exp: Likewise.
4498 * gdb.cp/cplusfuncs.exp: Likewise.
4499 * gdb.cp/inherit.exp: Likewise.
4500 * gdb.cp/local.exp: Likewise.
4501 * gdb.cp/member-ptr.exp: Likewise.
4502 * gdb.cp/method.exp: Likewise.
4503 * gdb.cp/overload.exp: Likewise.
4504 * gdb.cp/templates.exp: Likewise.
4505 * gdb.stabs/weird.exp: Likewise.
4506 * lib/compiler.c: Likewise.
4507 * lib/compiler.cc: Likewise.
4508 * lib/cp-support.exp: Likewise.
4509 * lib/gdb.exp: Likewise.
4510
4511 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
4512
4513 * configure.ac: Remove HP-UX case.
4514 * configure: Regenerate.
4515
4516 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
4517
4518 * lib/gdb.exp (gdb_compile): Add function doc.
4519
4520 2015-12-17 Pedro Alves <palves@redhat.com>
4521
4522 PR threads/19354
4523 * gdb.multi/info-threads.exp: New file.
4524
4525 2015-12-15 Yao Qi <yao.qi@linaro.org>
4526
4527 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4528 is aarch64*-*-*.
4529
4530 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4531
4532 * gdb.base/history-duplicates.exp: Skip if no readline support.
4533
4534 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4535
4536 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4537
4538 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4539
4540 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4541
4542 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4543
4544 * gdb.base/completion.exp: Skip tests that interrupt GDB with
4545 ctrl-C if nointerrupts target property is set.
4546 * gdb.base/double-prompt-target-event-error.exp: Likewise.
4547 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4548 * gdb.base/paginate-bg-execution.exp: Likewise.
4549 * gdb.base/paginate-execution-startup.exp: Likewise.
4550 * gdb.base/random-signal.exp: Likewise.
4551 * gdb.base/range-stepping.exp: Likewise.
4552 * gdb.cp/annota2.exp: Likewise.
4553 * gdb.cp/annota3.exp: Likewise.
4554 * gdb.gdb/selftest.exp: Likewise.
4555 * gdb.threads/continue-pending-status.exp: Likewise.
4556 * gdb.threads/leader-exit.exp: Likewise.
4557 * gdb.threads/manythreads.exp: Likewise.
4558 * gdb.threads/pthreads.exp: Likewise.
4559 * gdb.threads/schedlock.exp: Likewise.
4560 * gdb.threads/sigthread.exp: Likewise.
4561
4562 2015-12-11 Don Breazeal <donb@codesourcery.com>
4563
4564 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4565 remote.
4566 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4567 * gdb.base/foll-exec.exp (main): Enable for target remote.
4568 * gdb.base/foll-fork.exp (main): Likewise.
4569 * gdb.base/foll-vfork.exp (main): Likewise.
4570 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4571 (proc continue_to_exit_bp_loc): Use clean_restart.
4572 * gdb.base/pie-execl.exp (main): Disable for target remote.
4573 * gdb.base/watch-vfork.exp (main): Enable for target remote.
4574 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4575 * gdb.threads/execl.exp (main): Likewise.
4576 * gdb.threads/fork-child-threads.exp (main): Likewise.
4577 * gdb.threads/fork-plus-threads.exp (main): Disable for target
4578 remote.
4579 * gdb.threads/fork-thread-pending.exp (main): Enable for target
4580 remote.
4581 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4582 pid.tid style ptids, instead of just tid.
4583 * gdb.threads/thread-execl.exp (main): Enable for target remote.
4584 * gdb.threads/watchpoint-fork.exp (main): Likewise.
4585 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4586 ptids, instead of just tid.
4587
4588 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4589
4590 * gdb.base/list.exp (test_list_forward): Add end of file error
4591 test.
4592 (test_repeat_list_command): Add end of file error test.
4593 (test_list_backwards): Add beginning of file error test.
4594
4595 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4596
4597 * gdb.base/list.exp (test_list_invalid_args): New function,
4598 defined, and called.
4599
4600 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4601
4602 * gdb.base/list.exp (test_list): Make test names unique.
4603
4604 2015-12-11 Yao Qi <yao.qi@linaro.org>
4605
4606 * gdb.base/coremaker2.c: Remove.
4607
4608 2015-12-10 Pedro Alves <palves@redhat.com>
4609
4610 * gdb.multi/base.exp: Remove stale "spaces" references.
4611
4612 2015-12-10 Pedro Alves <palves@redhat.com>
4613
4614 * gdb.multi/base.exp: Don't use nowarnings.
4615 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
4616 * gdb.multi/hangout.c: Include stdio.h.
4617 * gdb.multi/hello.c: Include stdlib.h.
4618 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
4619 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
4620 * gdb.multi/multi-arch.exp: Don't use nowarnings.
4621
4622 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
4623
4624 * gdb.dwarf2/dw2-ranges-base.c: New file.
4625 * gdb.dwarf2/dw2-ranges-base.exp: New file.
4626 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
4627 support additional line table, and debug ranges generation.
4628 (Dwarf::ranges): New function, generate .debug_ranges.
4629 (Dwarf::lines): Support generating simple line table programs.
4630 (Dwarf::assemble): Initialise new namespace variables.
4631
4632 2015-12-09 Kevin Buettner <kevinb@redhat.com>
4633
4634 * gdb.base/async.exp (proc test_background): Add case for
4635 asynchronous execution not supported.
4636
4637 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
4638
4639 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
4640 format and change test names to make them unique.
4641
4642 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
4643 Pedro Alves <pedro@redhat.com>
4644
4645 PR gdb/18702
4646 Add checking of floatformats setup on x86_64 hosts.
4647 * gdb.arch/i386-float.S (main): Load bigval and smallval.
4648 (smallval, bigval): New labels/constants.
4649 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
4650 float" after loading bigval and smallval.
4651
4652 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
4653
4654 * gdb.ada/fun_overload_menu.exp: New testcase.
4655 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
4656
4657 2015-12-04 Josh Stone <jistone@redhat.com>
4658
4659 * gdb.base/catch-fork-static.exp: New.
4660
4661 2015-12-03 Yao Qi <yao.qi@linaro.org>
4662
4663 * gdb.base/sizeof.c: Don't include stdio.h and
4664 ../lib/unbuffer_output.c.
4665 (main): New variable 'size' and 'value'. Remove printf and
4666 gdb_unbuffer_output. Assign return value to size and value.
4667 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
4668 at the beginning.
4669 (check_sizeof): Check the result by printing variable 'size'.
4670 (check_valueof): Check the result by printing variable 'value'.
4671
4672 2015-12-01 Yao Qi <yao.qi@linaro.org>
4673
4674 * gdb.base/disp-step-syscall.exp: Define syscall instruction
4675 for aarch64*-*-linux* target.
4676
4677 2015-11-30 Pedro Alves <palves@redhat.com>
4678
4679 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
4680
4681 2015-11-30 Pedro Alves <palves@redhat.com>
4682
4683 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
4684 Handle non-stop mode vCont replies.
4685
4686 2015-11-30 Pedro Alves <palves@redhat.com>
4687
4688 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
4689 prepare_for_testing. Start gdb with "set non-stop on" appended to
4690 GDBFLAGS. Lax expected stop output.
4691
4692 2015-11-27 Yao Qi <yao.qi@linaro.org>
4693
4694 * gdb.arch/arm-neon.exp: New.
4695 * gdb.arch/arm-neon.c: New.
4696
4697 2015-11-27 Yao Qi <yao.qi@linaro.org>
4698
4699 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
4700
4701 2015-11-27 Yao Qi <yao.qi@linaro.org>
4702
4703 * gdb.cp/annota2.exp: Allow multiple occurrences of the
4704 frames-invalid annotation.
4705
4706 2015-11-27 Yao Qi <yao.qi@linaro.org>
4707
4708 * gdb.cp/annota2.exp: Use ${frames_invalid}.
4709
4710 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
4711
4712 * gdb.threads/names.exp: New file.
4713 * gdb.threads/names.c: New file.
4714 * README: Mention gdb,no_thread_names.
4715
4716 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
4717
4718 PR 19297
4719 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
4720 support" error.
4721
4722 2015-11-24 Pedro Alves <palves@redhat.com>
4723
4724 PR 17539
4725 * gdb.base/display.exp: Expect displays to be sorted in ascending
4726 order. Use multi_line.
4727 * gdb.base/solib-display.exp: Likewise.
4728
4729 2015-11-24 Pedro Alves <palves@redhat.com>
4730
4731 PR 17539
4732 * gdb.base/display.exp: Expect displays to be sorted in ascending
4733 order. Use multi_line.
4734 * gdb.base/solib-display.exp: Likewise.
4735
4736 2015-11-24 Pedro Alves <palves@redhat.com>
4737
4738 PR 17539
4739 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
4740 threads in ascending order.
4741 * gdb.base/foll-fork.exp: Likewise.
4742 * gdb.base/foll-vfork.exp: Likewise.
4743 * gdb.base/multi-forks.exp: Likewise.
4744 * gdb.mi/mi-nonstop.exp: Likewise.
4745 * gdb.mi/mi-nsintrall.exp: Likewise.
4746 * gdb.multi/base.exp: Likewise.
4747 * gdb.multi/multi-arch.exp: Likewise.
4748 * gdb.python/py-inferior.exp: Likewise.
4749 * gdb.threads/break-while-running.exp: Likewise.
4750 * gdb.threads/execl.exp: Likewise.
4751 * gdb.threads/gcore-thread.exp: Likewise.
4752 * gdb.threads/info-threads-cur-sal.exp: Likewise.
4753 * gdb.threads/kill.exp: Likewise.
4754 * gdb.threads/linux-dp.exp: Likewise.
4755 * gdb.threads/multiple-step-overs.exp: Likewise.
4756 * gdb.threads/next-bp-other-thread.exp: Likewise.
4757 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
4758 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
4759 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
4760 * gdb.threads/thread-find.exp: Likewise.
4761 * gdb.threads/tls.exp: Likewise.
4762 * lib/mi-support.exp (mi_reverse_list): Delete.
4763 (mi_check_thread_states): No longer reverse list.
4764
4765 2015-11-24 Pedro Alves <palves@redhat.com>
4766
4767 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
4768 use lowercase.
4769
4770 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4771
4772 * gdb.trace/actions.c: Include trace-common.h.
4773 (main): Add a location for a fast tracepoint.
4774 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
4775 the normal tracepoints.
4776 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
4777
4778 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4779
4780 * save-trace.exp: Factor out code to these...
4781 (gdb_save_tracepoints): New.
4782 (gdb_load_tracepoints): New.
4783 (do_save_load_test): New.
4784
4785 2015-11-23 Kevin Buettner <kevinb@redhat.com>
4786
4787 * gdb.base/asmlabel.exp: New test.
4788 * gdb.base/asmlabel.c: New test case.
4789
4790 2015-11-23 Joel Brobecker <brobecker@adacore.com>
4791
4792 * gdb.base/wrong_frame_bt_full-main.c: New file.
4793 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
4794 * gdb.base/wrong_frame_bt_full.exp: New file.
4795
4796 2015-11-23 Joel Brobecker <brobecker@adacore.com>
4797
4798 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
4799
4800 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4801
4802 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
4803 pstate register when comparing registers values in
4804 sparc64-*-linux-gnu targets to avoid spurious differences.
4805
4806 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4807
4808 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
4809
4810 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
4811
4812 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
4813 as type argument to gdb_compile.
4814 * gdb.base/nested-subp2.exp: Likewise.
4815 * gdb.base/nested-subp3.exp: Likewise.
4816
4817 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
4818
4819 * lib/dwarf.exp (_note): Fix left shift of negative value.
4820 * gdb.trace/trace-condition.exp: Likewise.
4821
4822 2015-11-13 Yao Qi <yao.qi@linaro.org>
4823
4824 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
4825 comments about d10v.
4826 (test_scalar_returns): Likewise.
4827 * gdb.base/d10v.ld: Remove.
4828 * gdb.base/overlays.exp: Remove the target triplet checking for
4829 d10v-*-*.
4830 * gdb.base/structs.exp (test_struct_returns): Remove the
4831 comments about d10v.
4832 (test_struct_calls): Likewise.
4833
4834 2015-11-13 Yao Qi <yao.qi@linaro.org>
4835
4836 * gdb.base/gnu_vector.exp: Check the return value by "p res".
4837 * gdb.base/gnu_vector.c: Don't include stdio.h.
4838 (main): Don't print res and call add_some_intvecs.
4839
4840 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
4841
4842 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
4843 macro.
4844 (func5): Removed.
4845 (func4): Use FAST_TRACEPOINT_LABEL.
4846 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
4847 macro.
4848 (func): Removed.
4849 (thread_function): Use FAST_TRACEPOINT_LABEL.
4850 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
4851 (func): Remove.
4852 (marker): Use FAST_TRACEPOINT_LABEL.
4853 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
4854 (pendfunc1): Remove.
4855 (pendfunc): Use FAST_TRACEPOINT_LABEL.
4856 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
4857 (foo): Remove.
4858 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
4859 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
4860 macro.
4861 (func): Remove.
4862 (marker): Use FAST_TRACEPOINT_LABEL.
4863 * gdb.trace/trace-common.h: New header.
4864 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
4865 macro.
4866 (func): Remove.
4867 (marker): Use FAST_TRACEPOINT_LABEL.
4868 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
4869 (func): Remove.
4870 (thread_function): Use FAST_TRACEPOINT_LABEL.
4871
4872 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
4873
4874 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
4875 in front.
4876 * gdb.trace/change-loc.exp: Use global pcreg definition.
4877 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
4878 * gdb.trace/entry-values.exp: Use global spreg definition, add $
4879 in front.
4880 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
4881 * gdb.trace/pending.exp: Likewise.
4882 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
4883 * gdb.trace/trace-break.exp: Likewise.
4884 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
4885 in front.
4886 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
4887 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
4888 in front.
4889 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
4890
4891 2015-11-09 Joel Brobecker <brobecker@adacore.com>
4892
4893 * gdb.ada/fin_fun_out: New testcase.
4894
4895 2015-11-07 Kevin Buettner <kevinb@redhat.com>
4896
4897 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
4898 value associated with DW_AT_byte_size.
4899 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
4900 constants for DW_AT_byte_size, DW_AT_lower_bound, and
4901 DW_AT_upper_bound.
4902
4903 2015-11-07 Kevin Buettner <kevinb@redhat.com>
4904
4905 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
4906 (gdb_target_symbol_prefix_flags): Define in terms of _asm
4907 version.
4908 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
4909 gdb.dwarf2/dw2-canonicalize-type.exp,
4910 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
4911 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
4912 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
4913 provided by gdb_target_symbol_prefix_flags_asm.
4914 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
4915 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
4916 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
4917 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
4918 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
4919 macros where needed). Use this macro for symbols which require
4920 the prefix provided by SYMBOL_PREFIX.
4921
4922 2015-11-05 Kevin Buettner <kevinb@redhat.com>
4923
4924 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
4925 New procs.
4926 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
4927 representing expressions, of more than one list element.
4928 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
4929 to prepend linker symbol prefix to f.
4930 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
4931 table_1 and table_2.
4932 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
4933 Likewise, for f and g.
4934 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
4935 for ptr.
4936 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
4937 for main.
4938 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
4939 table_1_ptr and table_2_ptr.
4940
4941 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4942 Joel Brobecker <brobecker@adacore.com>
4943
4944 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
4945
4946 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
4947
4948 * gdb.reverse/s390-mvcle.c: New test.
4949 * gdb.reverse/s390-mvcle.exp: New file.
4950 * lib/gdb.exp: Enable reverse tests on s390*-linux.
4951
4952 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
4953
4954 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
4955
4956 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
4957
4958 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
4959 reaching marker2.
4960 * gdb.reverse/getresuid-reverse.exp: Likewise.
4961 * gdb.reverse/pipe-reverse.exp: Likewise.
4962 * gdb.reverse/readv-reverse.exp: Likewise.
4963 * gdb.reverse/recvmsg-reverse.exp: Likewise.
4964 * gdb.reverse/time-reverse.exp: Likewise.
4965 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
4966
4967 2015-10-30 Yao Qi <yao.qi@linaro.org>
4968
4969 * gdb.threads/wp-replication.c (watch_count_done): Remove.
4970 (empty_cycle): Remove.
4971 (main): Don't call empty_cycle. Don't use watch_count_done.
4972 * gdb.threads/wp-replication.exp: Don't set breakpoint on
4973 empty_cycle. Rewrite the code counting HW watchpoints.
4974
4975 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
4976
4977 * gdb.reverse/fstatat-reverse.c: New test.
4978 * gdb.reverse/fstatat-reverse.exp: New file.
4979 * gdb.reverse/getresuid-reverse.c: New test.
4980 * gdb.reverse/getresuid-reverse.exp: New file.
4981 * gdb.reverse/pipe-reverse.c: New test.
4982 * gdb.reverse/pipe-reverse.exp: New file.
4983 * gdb.reverse/readv-reverse.c: New test.
4984 * gdb.reverse/readv-reverse.exp: New file.
4985 * gdb.reverse/recvmsg-reverse.c: New test.
4986 * gdb.reverse/recvmsg-reverse.exp: New file.
4987 * gdb.reverse/time-reverse.c: New test.
4988 * gdb.reverse/time-reverse.exp: New file.
4989 * gdb.reverse/waitpid-reverse.c: New test.
4990 * gdb.reverse/waitpid-reverse.exp: New file.
4991
4992 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4993
4994 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
4995
4996 2015-10-26 Doug Evans <dje@google.com>
4997
4998 PR symtab/17391
4999 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
5000 * gdb.dwarf2/bad-regnum.c: New file.
5001 * gdb.dwarf2/bad-regnum.exp: New file.
5002
5003 2015-10-26 Doug Evans <dje@google.com>
5004
5005 PR python/18938
5006 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5007 file.
5008
5009 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5010
5011 * gdb.compile/compile.exp (compile code globalvar): Update expectation
5012 for a change by "Mention language in compile error message".
5013
5014 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
5015
5016 PR python/18073
5017 * gdb.python/py-type.c (C::a_method): New.
5018 (C::a_const_method): New.
5019 (C::a_static_method): New.
5020 (a_function): New.
5021 * gdb.python/py-type.exp (test_fields): Test getting fields
5022 from function and method.
5023
5024 2015-10-21 Keven Boell <keven.boell@intel.com>
5025
5026 * gdb.fortran/vla-alloc-assoc.exp: New file.
5027 * gdb.fortran/vla-datatypes.exp: New file.
5028 * gdb.fortran/vla-datatypes.f90: New file.
5029 * gdb.fortran/vla-history.exp: New file.
5030 * gdb.fortran/vla-ptype-sub.exp: New file.
5031 * gdb.fortran/vla-ptype.exp: New file.
5032 * gdb.fortran/vla-sizeof.exp: New file.
5033 * gdb.fortran/vla-sub.f90: New file.
5034 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
5035 * gdb.fortran/vla-value-sub-finish.exp: New file.
5036 * gdb.fortran/vla-value-sub.exp: New file.
5037 * gdb.fortran/vla-value.exp: New file.
5038 * gdb.fortran/vla-ptr-info.exp: New file.
5039 * gdb.mi/mi-vla-fortran.exp: New file.
5040 * gdb.mi/vla.f90: New file.
5041
5042 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
5043
5044 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
5045 of hardwired timeout value.
5046
5047 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5048 Pedro Alves <palves@redhat.com>
5049
5050 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5051 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
5052
5053 2015-10-19 Josh Stone <jistone@redhat.com>
5054
5055 * gdb.base/catch-syscall.c: Include <sched.h>.
5056 (unknown_syscall): New variable.
5057 (main): Trigger a vfork and an unknown syscall.
5058 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5059 (unknown_syscall_number): Likewise.
5060 (check_call_to_syscall): Accept an optional syscall pattern.
5061 (check_return_from_syscall): Likewise.
5062 (check_continue): Likewise.
5063 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5064 (test_catch_syscall_skipping_return): New test toggling off 'catch
5065 syscall' to step over the syscall return, then toggling back on.
5066 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5067 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5068 (do_syscall_tests): Call test_catch_syscall_without_args and
5069 test_catch_syscall_mid_vfork.
5070 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5071 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5072
5073 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
5074
5075 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5076 print g_vE): Add new pass patterns.
5077 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5078 print various symbol names for vptr fields.
5079
5080 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
5081
5082 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5083 results.
5084
5085 2015-10-12 Yao Qi <yao.qi@linaro.org>
5086
5087 * gdb.arch/disp-step-insn-reloc.exp: New test case.
5088
5089 2015-10-12 Yao Qi <yao.qi@linaro.org>
5090
5091 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5092 is aarch64*-*-linux*.
5093
5094 2015-10-12 Yao Qi <yao.qi@linaro.org>
5095
5096 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5097 (can_relocate_bcond_true): ... it.
5098 (can_relocate_bcond_false): New function.
5099 (foo): Likewise.
5100 (can_relocate_bl): Likewise.
5101 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5102 can_relocate_bl.
5103
5104 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
5105
5106 * gdb.base/nested-addr.c: New file.
5107 * gdb.base/nested-addr.exp: New testcase.
5108
5109 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
5110
5111 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5112 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5113 its output. Ignore the output of "record goto begin" and instead
5114 check that GDB is replaying.
5115
5116 2015-10-09 Pedro Alves <palves@redhat.com>
5117
5118 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5119 (top level): Use it in the run with no args test.
5120
5121 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5122
5123 * gdb.dlang/properties.exp: New file.
5124
5125 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5126
5127 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5128 whether or not address 0x1000 is mapped on the target.
5129
5130 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5131
5132 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5133 build.
5134
5135 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5136
5137 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5138 instruction-history test.
5139
5140 2015-09-28 Doug Evans <dje@google.com>
5141
5142 * gdb.base/gcore.c (array_func): Add reference to static_array.
5143
5144 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5145
5146 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5147 source line.
5148
5149 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5150
5151 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5152 short or char as base type.
5153
5154 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5155
5156 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5157 to allow any size enum.
5158
5159 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5160
5161 * gdb.ada/array_ptr_renaming.exp: New testcase.
5162 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5163 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5164
5165 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5166
5167 * gdb.trace/ftrace-lock.c: New file.
5168 * gdb.trace/ftrace-lock.exp: New file.
5169
5170 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5171
5172 * gdb.arch/insn-reloc.c: New file.
5173 * gdb.arch/ftrace-insn-reloc.exp: New file.
5174
5175 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5176
5177 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5178 instruction.
5179 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5180 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5181 * gdb.trace/range-stepping.c: Likewise.
5182 * gdb.trace/trace-break.c: Likewise.
5183 * gdb.trace/trace-mt.c (thread_function): Likewise.
5184 * gdb.trace/ftrace.c (marker): Likewise.
5185 * gdb.trace/trace-condition.c (marker): Likewise.
5186 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5187 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5188 is_aarch64_target.
5189
5190 2015-09-18 Doug Evans <xdje42@gmail.com>
5191
5192 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5193 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5194
5195 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5196
5197 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5198 the breakpoint.
5199
5200 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5201
5202 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5203 the pending breakpoint. Remove timeout override for "Run till
5204 MI pending breakpoint on pendfunc3 on thread 2" test.
5205
5206 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5207
5208 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5209 filename pattern.
5210
5211 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5212
5213 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5214 in breakpoint filename pattern.
5215
5216 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5217
5218 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5219
5220 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5221
5222 * gdb.linespec/explicit.exp: Check for readline support for
5223 tab-completion tests. Fix obvious typo.
5224
5225 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5226
5227 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5228 and replay.
5229
5230 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5231
5232 * gdb.btrace/non-stop.c: New.
5233 * gdb.btrace/non-stop.exp: New.
5234
5235 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5236 Yao Qi <yao.qi@linaro.org>
5237
5238 * gdb.trace/trace-condition.c: New file.
5239 * gdb.trace/trace-condition.exp: New file.
5240
5241 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
5242
5243 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5244 for testing bytecode compilation.
5245
5246 2015-09-16 Pedro Alves <palves@redhat.com>
5247 Sandra Loosemore <sandra@codesourcery.com>
5248
5249 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5250 (SECONDS): Redefine.
5251 (main): Call pthread_kill and alarm early.
5252 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5253 support.
5254 (test): If the target can't hardware step and doesn't support
5255 displaced stepping, increase the timeout.
5256
5257 2015-09-16 Pedro Alves <palves@redhat.com>
5258
5259 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5260 (enable_debug): New procedures.
5261 (test): Use them. Bail out if waiting for threads fails.
5262 (top level): Bail out if a test fails.
5263
5264 2015-09-16 Yao Qi <yao.qi@linaro.org>
5265
5266 * gdb.asm/asm-source.exp: Set asm-arch for
5267 aarch64*-*-* target.
5268 * gdb.asm/aarch64.inc: New file.
5269
5270 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5271
5272 * gdb.ada/array_of_variable_length.exp: New testcase.
5273 * gdb.ada/array_of_variable_length/foo.adb: New file.
5274 * gdb.ada/array_of_variable_length/pck.adb: New file.
5275 * gdb.ada/array_of_variable_length/pck.ads: New file.
5276
5277 2015-09-15 Doug Evans <dje@google.com>
5278
5279 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5280 of function static local variable.
5281
5282 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5283
5284 * gdb.threads/tls-so_extern.exp: New test file.
5285 * gdb.threads/tls-so_extern.c: New test file.
5286 * gdb.threads/tls-so_extern_main.c: New test file.
5287
5288 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5289
5290 * gdb.opt/solib-intra-step-lib.c: New file.
5291 * gdb.opt/solib-intra-step-main.c: New file.
5292 * gdb.opt/solib-intra-step.exp: New file.
5293
5294 2015-09-15 Pedro Alves <palves@redhat.com>
5295
5296 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5297 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5298
5299 2015-09-14 Pedro Alves <palves@redhat.com>
5300
5301 * gdb.base/hook-stop-continue.c: Delete.
5302 * gdb.base/hook-stop-continue.exp: Delete.
5303 * gdb.base/hook-stop-frame.c: Delete.
5304 * gdb.base/hook-stop-frame.exp: Delete.
5305 * gdb.base/hook-stop.c: New file.
5306 * gdb.base/hook-stop.exp: New file.
5307
5308 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5309
5310 * gdb.ada/access_to_packed_array.exp: New testcase.
5311 * gdb.ada/access_to_packed_array/foo.adb: New file.
5312 * gdb.ada/access_to_packed_array/pack.adb: New file.
5313 * gdb.ada/access_to_packed_array/pack.ads: New file.
5314
5315 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5316
5317 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5318 buffer size test.
5319
5320 2015-09-11 Don Breazeal <donb@codesourcery.com>
5321
5322 * gdb.base/foll-exec.c: Add copyright header. Fix
5323 formatting issues.
5324 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5325 (do_exec_tests): Use clean_restart in place of zap_session,
5326 and for test initialization. Fix formatting issues. Use
5327 fail in place of perror.
5328 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5329 an expect statement to match an expression with output from
5330 the program under debug.
5331 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5332 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5333 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5334 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5335 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5336
5337 2015-09-09 Doug Evans <dje@google.com>
5338
5339 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5340
5341 2015-09-09 Doug Evans <dje@google.com>
5342
5343 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5344
5345 2015-09-09 Doug Evans <dje@google.com>
5346
5347 * gdb.base/savedregs.exp: Fix typo.
5348
5349 2015-09-09 Pedro Alves <palves@redhat.com>
5350
5351 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5352
5353 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5354
5355 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5356 command actually switches threads. Give up on remaining
5357 tests if target fails to stop at breakpoint.
5358
5359 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5360
5361 * gdb.ada/funcall_char.exp: New testcase.
5362 * gdb.ada/funcall_char/foo.adb: New file.
5363
5364 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5365
5366 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5367 expected outputs. Add two testcases for completing ambiguous
5368 functions.
5369 * gdb.ada/complete/aux_pck.adb: New file.
5370 * gdb.ada/complete/aux_pck.ads: New file.
5371 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5372 Ambiguous_Func functions.
5373 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5374 * gdb.ada/complete/pck.adb: Likewise.
5375
5376 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5377
5378 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5379 failures to run the test program under GDB.
5380
5381 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
5382
5383 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5384 to C.
5385
5386 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5387
5388 * gdb.base/run-after-attach.exp: New test file.
5389 * gdb.base/run-after-attach.c: New test file.
5390
5391 2015-08-26 Don Breazeal <donb@codesourcery.com>
5392
5393 * gdb.base/foll-exec-2.c: New test program.
5394 * gdb.base/foll-exec-2.exp: New test.
5395
5396 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5397
5398 * gdb.base/nested-subp1.exp: New file.
5399 * gdb.base/nested-subp1.c: New file.
5400 * gdb.base/nested-subp2.exp: New file.
5401 * gdb.base/nested-subp2.c: New file.
5402 * gdb.base/nested-subp3.exp: New file.
5403 * gdb.base/nested-subp3.c: New file.
5404
5405 2015-08-24 Pedro Alves <palves@redhat.com>
5406
5407 * gdb.server/connect-without-multi-process.c: New file.
5408 * gdb.server/connect-without-multi-process.exp: New file.
5409
5410 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5411
5412 * gdb.opt/inline-markers.c: Make z int.
5413
5414 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5415
5416 * gdb.opt/inline-markers.c: Make z volatile.
5417
5418 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5419
5420 * gdb.opt/inline-bt.c: New volatile global z.
5421 * gdb.opt/inline-cmds.c: Likewise.
5422 * gdb.opt/inline-locals.c: Likewise.
5423 * gdb.opt/inline-markers.c: New extern global z.
5424 (marker): Use z.
5425 (inline_fn): Likewise.
5426
5427 2015-08-24 Pedro Alves <palves@redhat.com>
5428
5429 * config/m32r-stub.exp: Remove file.
5430 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5431 * gdb.base/call-rt-st.exp: Likewise.
5432 * gdb.base/call-strs.exp: Likewise.
5433 * gdb.base/default.exp: Remove references to h8300-*-hms and
5434 *-*-udi*.
5435 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5436
5437 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5438
5439 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5440 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
5441 and "return" use KFAIL when GDB can not read/write the vector
5442 return value.
5443
5444 2015-08-21 Gary Benson <gbenson@redhat.com>
5445
5446 * gdb.trace/pending.exp: Cope with remote transfer warnings.
5447
5448 2015-08-20 Pedro Alves <palves@redhat.com>
5449
5450 * gdb.server/solib-list.exp: No longer expect an interior stop in
5451 non-stop mode.
5452
5453 2015-08-20 Pedro Alves <palves@redhat.com>
5454
5455 * gdb.server/connect-stopped-target.c: New file.
5456 * gdb.server/connect-stopped-target.exp: New file.
5457
5458 2015-08-20 Pedro Alves <palves@redhat.com>
5459
5460 * gdb.dwarf2/comp-unit-lang.exp: New file.
5461 * gdb.dwarf2/comp-unit-lang.c: New file.
5462
5463 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
5464
5465 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5466 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5467
5468 2015-08-19 Kevin Buettner <kevinb@redhat.com>
5469
5470 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5471 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5472
5473 2015-08-18 Doug Evans <dje@google.com>
5474 Adrian Sendroiu <adrian.sendroiu@freescale.com>
5475
5476 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5477 skip_python_tests. New arg prompt_regexp.
5478 (skip_python_tests): New function.
5479 * lib/mi-support.exp (mi_skip_python_tests): New function.
5480 * gdb.python/py-mi-objfile-gdb.py: New file.
5481 * gdb.python/py-mi-objfile.c: New file.
5482 * gdb.python/py-mi-objfile.exp: New file.
5483
5484 2015-08-17 Keith Seitz <keiths@redhat.com>
5485
5486 * gdb.linespec/explicit.exp: Move strace test from here ...
5487 * gdb.trace/strace.exp: ... to here.
5488
5489 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
5490
5491 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5492 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5493
5494 2015-08-14 Doug Evans <xdje42@gmail.com>
5495
5496 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5497 inferior before selecting a new file.
5498
5499 2015-08-14 Doug Evans <xdje42@gmail.com>
5500
5501 * gdb.mi/mi-disassemble.exp: Update.
5502 * gdb.base/disasm-optim.S: New file.
5503 * gdb.base/disasm-optim.c: New file.
5504 * gdb.base/disasm-optim.h: New file.
5505 * gdb.base/disasm-optim.exp: New file.
5506
5507 2015-08-14 Keith Seitz <keiths@redhat.com>
5508
5509 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5510 "evaluated-by".
5511
5512 2015-08-13 Joel Brobecker <brobecker@adacore.com>
5513
5514 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5515
5516 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
5517
5518 * gdb.ada/fun_renaming.exp: New testcase.
5519 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5520 * gdb.ada/fun_renaming/pack.adb: New file.
5521 * gdb.ada/fun_renaming/pack.ads: New file.
5522
5523 2015-08-12 Keith Seitz <keiths@redhat.com>
5524
5525 * gdb.base/dso2dso.exp: Pass basename of source file in call to
5526 gdb_get_line_number.
5527
5528 2015-08-12 Joel Brobecker <brobecker@adacore.com>
5529
5530 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5531 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5532 gdb.base/dso2dso.exp: New files.
5533
5534 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
5535 Pedro Alves <palves@redhat.com>
5536 Keith Seitz <keiths@redhat.com>
5537
5538 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5539 GDBFLAGS.
5540
5541 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5542
5543 * gdb.base/gdbhistsize-history.exp
5544 (test_histsize_history_setting): Use save_vars.
5545 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5546 Use save_vars.
5547 (test_no_truncation_of_unlimited_history_file): Use save_vars.
5548 * gdb.base/readline.exp: Use save_vars.
5549
5550 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5551
5552 * lib/gdb.exp (save_vars): New proc.
5553
5554 2015-08-11 Keith Seitz <keiths@redhat.com>
5555
5556 * gdb.base/help.exp: Update help_breakpoint_text.
5557
5558 2015-08-11 Keith Seitz <keiths@redhat.com>
5559
5560 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5561 (at toplevel): Call test_explicit_breakpoints.
5562 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5563 breakpoints.
5564 * lib/mi-support.exp (mi_make_breakpoint): Add support for
5565 breakpoint conditions, "-cond".
5566
5567 2015-08-11 Keith Seitz <keiths@redhat.com>
5568
5569 * gdb.linespec/3explicit.c: New file.
5570 * gdb.linespec/cpexplicit.cc: New file.
5571 * gdb.linespec/cpexplicit.exp: New file.
5572 * gdb.linespec/explicit.c: New file.
5573 * gdb.linespec/explicit.exp: New file.
5574 * gdb.linespec/explicit2.c: New file.
5575 * gdb.linespec/ls-errs.exp: Add explicit location tests.
5576 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5577 before using in the matching pattern.
5578 Clarify that `prefix' is a regular expression.
5579
5580 2015-08-11 Keith Seitz <keiths@redhat.com>
5581
5582 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5583 test.
5584 Add tests for missing ",FMT" and ",".
5585
5586 2015-08-10 Doug Evans <dje@google.com>
5587 Keith Seitz <keiths@redhat.com>
5588
5589 PR gdb/17960
5590 * gdb.base/completion.exp: Add location completer tests.
5591
5592 2015-08-07 Pedro Alves <palves@redhat.com>
5593
5594 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
5595 tests here.
5596 (top level): Run do_test with and without displaced stepping.
5597
5598 2015-08-07 Pedro Alves <palves@redhat.com>
5599
5600 * gdb.base/valgrind-disp-step.c: New file.
5601 * gdb.base/valgrind-disp-step.exp: New file.
5602
5603 2015-08-07 Pedro Alves <palves@redhat.com>
5604
5605 * gdb.threads/step-over-lands-on-breakpoint.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-lands-on-breakpoint.exp (do_test): Change
5610 comment.
5611 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
5612 Delete function.
5613 (main): Add alarm. Run an infinite loop instead of calling
5614 wait_threads.
5615 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
5616 comment.
5617
5618 2015-08-07 Pedro Alves <palves@redhat.com>
5619
5620 * gdb.base/checkpoint-ns.exp: New file.
5621 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
5622 standard_testfile.
5623
5624 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5625
5626 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
5627 * gdb.btrace/instruction_history.exp: Update.
5628 * gdb.btrace/tsx.exp: New.
5629 * gdb.btrace/tsx.c: New.
5630
5631 2015-08-06 Pedro Alves <palves@redhat.com>
5632
5633 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
5634 increase timeout.
5635 * gdb.reverse/until-precsave.exp: Bump timeouts.
5636
5637 2015-08-06 Pedro Alves <palves@redhat.com>
5638
5639 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
5640
5641 2015-08-06 Pedro Alves <palves@redhat.com>
5642
5643 PR gdb/18749
5644 * gdb.threads/process-dies-while-handling-bp.c: New file.
5645 * gdb.threads/process-dies-while-handling-bp.exp: New file.
5646
5647 2015-08-06 Pedro Alves <palves@redhat.com>
5648
5649 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
5650 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
5651
5652 2015-08-05 Pedro Alves <palves@redhat.com>
5653
5654 * gdb.threads/next-while-other-thread-longjmps.c: New file.
5655 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
5656
5657 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5658
5659 * gdb.base/bp-permanent.exp: Report test as unsupported if
5660 the target cannot stop at the permanent breakpoint.
5661
5662 2015-08-03 Doug Evans <dje@google.com>
5663
5664 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
5665 10000.
5666
5667 2015-08-03 Doug Evans <dje@google.com>
5668
5669 * Makefile.in (workers/%.worker, build-perf): New rule.
5670 (GDB_PERFTEST_MODE): New variable.
5671 (check-perf): Use it.
5672 (clean): Clean up gdb.perf parallel build subdirs.
5673 * lib/build-piece.exp: New file.
5674 * lib/gdb.exp (make_gdb_parallel_path): New function
5675 (standard_output_file, standard_temp_file): Call it.
5676 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5677 of $GDB_PARALLEL.
5678 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
5679
5680 2015-08-03 Doug Evans <dje@google.com>
5681
5682 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
5683 (LOG_FILE_NAME): New global.
5684 (TextReporter.__init__): Initialize self.txt_sum.
5685 (TextReporter.report): Add support for multiple data-points.
5686 Move report to perftest.sum, put raw data in perftest.log.
5687 (TextReporter.start): Open sum and log files.
5688 (TextReporter.end): Close sum and log files.
5689 * gdb.perf/lib/perftest/testresult.py
5690 (SingleStatisticTestResult.record): Handle multiple data-points.
5691
5692 2015-07-31 Pedro Alves <palves@redhat.com>
5693
5694 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
5695 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5696 kill_wait_spawned_process instead of explicit "kill -9".
5697 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
5698 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5699 kill_wait_spawned_process.
5700 * gdb.base/attach-twice.exp: Likewise.
5701 * gdb.base/attach.exp: Likewise.
5702 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
5703 gdb_test_multiple.
5704 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
5705 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5706 kill_wait_spawned_process.
5707 * gdb.base/valgrind-infcall.exp: Likewise.
5708 * gdb.multi/multi-attach.exp: Likewise.
5709 * gdb.python/py-prompt.exp: Likewise.
5710 * gdb.python/py-sync-interp.exp: Likewise.
5711 * gdb.server/ext-attach.exp: Likewise.
5712 * gdb.threads/attach-into-signal.exp (corefunc): Use
5713 spawn_wait_for_attach, spawn_id_get_pid and
5714 kill_wait_spawned_process.
5715 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
5716 spawn_wait_for_attach returning a spawn id instead of a pid. Use
5717 spawn_id_get_pid and kill_wait_spawned_process.
5718 * gdb.threads/attach-stopped.exp (corefunc): Use
5719 spawn_wait_for_attach, spawn_id_get_pid and
5720 kill_wait_spawned_process.
5721 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
5722 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5723 kill_wait_spawned_process instead of explicit "kill -9".
5724 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
5725 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
5726 (spawn_wait_for_attach): Use spawn instead of exec to spawn
5727 processes. Don't map cygwin/windows pids here. Now returns a
5728 spawn id list.
5729
5730 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5731
5732 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
5733 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
5734 correct patch.
5735
5736 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5737
5738 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
5739
5740 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5741
5742 Reapply:
5743 2014-05-21 Mark Wielaard <mjw@redhat.com>
5744
5745 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5746
5747 2015-07-30 Pedro Alves <palves@redhat.com>
5748
5749 * linux-low.c (handle_extended_wait): Set the child's last
5750 reported status to TARGET_WAITKIND_STOPPED.
5751
5752 2015-07-30 Pedro Alves <palves@redhat.com>
5753
5754 PR threads/18600
5755 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
5756 only shows inferior 1.
5757
5758 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
5759 Pedro Alves <palves@redhat.com>
5760
5761 PR threads/18600
5762 * gdb.threads/fork-plus-threads.c: New file.
5763 * gdb.threads/fork-plus-threads.exp: New file.
5764
5765 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5766
5767 * gdb.base/batch-preserve-term-settings.exp
5768 (test_terminal_settings_preserved_after_cli_exit): Use
5769 send_quit_command.
5770
5771 2015-07-29 Pedro Alves <palves@redhat.com>
5772 Don Breazeal <donb@codesourcery.com>
5773
5774 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
5775 output from both inferior_spawn_id and gdb_spawn_id.
5776
5777 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5778
5779 * gdb.threads/attach-into-signal.exp (corefunc): Use
5780 with_test_prefix on nested loops, uniquefying the test messages.
5781
5782 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5783
5784 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
5785 commit.
5786
5787 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5788
5789 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
5790 New proc.
5791 (test_terminal_settings_preserved_after_sigterm): New test.
5792
5793 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5794
5795 * gdb.base/batch-preserve-term-settings.exp
5796 (test_terminal_settings_preserved_after_cli_exit): New test.
5797
5798 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5799
5800 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
5801 manipulation of saved_gdbflags.
5802 (test_terminal_settings_preserved): Remove global declaration of
5803 the unused variable pagination_prompt. Remove manipulation of
5804 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
5805 GDBFLAGS.
5806
5807 2015-07-29 Pedro Alves <palves@redhat.com>
5808
5809 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
5810
5811 2015-07-29 Pedro Alves <palves@redhat.com>
5812
5813 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
5814 at the top.
5815
5816 2015-07-29 Pedro Alves <palves@redhat.com>
5817
5818 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
5819 (main): Call gdb_unbuffer_output.
5820 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
5821 (main): Call gdb_unbuffer_output.
5822 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
5823 (main): Call gdb_unbuffer_output.
5824 * gdb.base/call-strs.exp: Adjust to step over the
5825 gdb_unbuffer_output call.
5826 * gdb.base/catch-gdb-caused-signals.c: Include
5827 "../lib/unbuffer_output.c".
5828 (main): Call gdb_unbuffer_output.
5829 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
5830 (main): Call gdb_unbuffer_output.
5831 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
5832 (main): Call gdb_unbuffer_output.
5833 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
5834 (main): Call gdb_unbuffer_output.
5835 * gdb.base/shlib-call.exp: Adjust to step over the
5836 gdb_unbuffer_output call.
5837 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
5838 (main): Call gdb_unbuffer_output.
5839 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
5840 (main): Call gdb_unbuffer_output.
5841 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
5842 (main): Rename to ...
5843 (test): ... this.
5844 (main): Reimplement.
5845 * gdb.base/varargs.exp: Run to test instead of to main.
5846 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5847 (main): Call gdb_unbuffer_output.
5848
5849 2015-07-29 Pedro Alves <palves@redhat.com>
5850
5851 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
5852 factore out from mi_continue_dprintf. For call-style dprintfs,
5853 expect dprintf output out of $inferior_spawn_id.
5854 (mi_continue_dprintf): Use mi_expect_dprintf.
5855 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5856 (main): Call gdb_unbuffer_output.
5857
5858 2015-07-29 Pedro Alves <palves@redhat.com>
5859
5860 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
5861 (default_mi_gdb_start): Set inferior_spawn_id instead of
5862 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
5863 gdb_spawn_id.
5864 (mi_gdb_test): Always expect inferior output from both
5865 $inferior_spawn_id and $gdb_spawn_id.
5866
5867 2015-07-29 Pedro Alves <palves@redhat.com>
5868
5869 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
5870 send_inferior and $inferior_spawn_id.
5871
5872 2015-07-29 Pedro Alves <palves@redhat.com>
5873
5874 * gdb.gdb/complaints.exp (test_initial_complaints)
5875 (test_serial_complaints, test_short_complaints): Use
5876 gdb_test_stdio.
5877 (test_empty_complaint): Handle $inferior_spawn_id !=
5878 $gdb_spawn_id.
5879
5880 2015-07-29 Pedro Alves <palves@redhat.com>
5881
5882 * gdb.base/varargs.exp: Use gdb_test_stdio.
5883
5884 2015-07-29 Pedro Alves <palves@redhat.com>
5885
5886 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
5887
5888 2015-07-29 Pedro Alves <palves@redhat.com>
5889
5890 * gdb.base/ending-run.exp: Use gdb_test_stdio.
5891
5892 2015-07-29 Pedro Alves <palves@redhat.com>
5893
5894 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
5895 parameter into two new parameters, "inf_result" and "gdb_result".
5896 Expect inferior output and gdb output from $inferior_spawn_id and
5897 $gdb_spawn_id, respectively. Adjust all callers.
5898
5899 2015-07-29 Pedro Alves <palves@redhat.com>
5900
5901 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
5902 of gdb_test_sequence.
5903
5904 2015-07-29 Pedro Alves <palves@redhat.com>
5905
5906 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
5907 (saw_spurious_output): Expect inferior output from
5908 $inferior_spawn_id. Use gdb_test_stdio.
5909
5910 2015-07-29 Pedro Alves <palves@redhat.com>
5911
5912 * gdb.base/dprintf.exp: Use standard_testfile. Change
5913 prepare_for_testing call.
5914 (srcfile): Don't set.
5915 (restart): New procedure.
5916 (test_dprintf): New procecure, use to continue over dprintfs.
5917 (test_call, test_agent): New procedures, tests moved here.
5918 Restart gdb and recreate dprintfs. Adjust expected output.
5919
5920 2015-07-29 Pedro Alves <palves@redhat.com>
5921
5922 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
5923
5924 2015-07-29 Pedro Alves <palves@redhat.com>
5925
5926 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
5927
5928 2015-07-29 Pedro Alves <palves@redhat.com>
5929
5930 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
5931 gdb_test_stdio.
5932
5933 2015-07-29 Pedro Alves <palves@redhat.com>
5934
5935 * lib/gdb.exp (gdb_test_stdio): New procedure.
5936
5937 2015-07-29 Pedro Alves <palves@redhat.com>
5938
5939 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
5940
5941 2015-07-29 Pedro Alves <palves@redhat.com>
5942
5943 * gdb.base/call-signal-resume.exp: Remove check for
5944 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
5945 * gdb.base/unwindonsignal.exp: Likewise.
5946 * gdb.base/call-signals.c (gen_signal): Remove printf call.
5947 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
5948
5949 2015-07-29 Pedro Alves <palves@redhat.com>
5950
5951 * gdb.base/siginfo-addr.c (pass): New function.
5952 (handler): Call it iff si_addr is correct.
5953 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
5954 Set a breakpoint at "pass" and continue to it.
5955
5956 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
5957
5958 * gdb.python/py-objfile.exp: Make some tests have unique names.
5959 * gdb.python/py-pp-registration.exp: Likewise.
5960
5961 2015-07-28 Pedro Alves <palves@redhat.com>
5962
5963 * gdb.server/server-exec-info.exp: Issue a "disconnect".
5964
5965 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5966
5967 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
5968
5969 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5970
5971 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
5972
5973 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
5974
5975 * gdb.base/gdb-sigterm-2.exp: New test.
5976
5977 2015-07-25 Doug Evans <xdje42@gmail.com>
5978
5979 Revert:
5980 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
5981 (workers/%.worker, build-perf): New rule.
5982 (GDB_PERFTEST_MODE): New variable.
5983 (check-perf): Use it.
5984 (clean): Clean up gdb.perf parallel build subdirs.
5985 * lib/build-piece.exp: New file.
5986 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
5987 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
5988 name.
5989 (standard_temp_file): Ditto.
5990 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5991 of $GDB_PARALLEL.
5992
5993 2015-07-24 Doug Evans <dje@google.com>
5994
5995 * gdb.perf/lib/perftest/utils.py: New file.
5996 * gdb.perf/gm-hello.cc: New file.
5997 * gdb.perf/gm-pervasive-typedef.cc: New file.
5998 * gdb.perf/gm-pervasive-typedef.h: New file.
5999 * gdb.perf/gm-std.cc: New file.
6000 * gdb.perf/gm-std.h: New file.
6001 * gdb.perf/gm-use-cerr.cc: New file.
6002 * gdb.perf/gm-utils.h: New file.
6003 * gdb.perf/gmonster-null-lookup.py: New file.
6004 * gdb.perf/gmonster-pervasive-typedef.py: New file.
6005 * gdb.perf/gmonster-print-cerr.py: New file.
6006 * gdb.perf/gmonster-ptype-string.py: New file.
6007 * gdb.perf/gmonster-runto-main.py: New file.
6008 * gdb.perf/gmonster-select-file.py: New file.
6009 * gdb.perf/gmonster1-null-lookup.exp: New file.
6010 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6011 * gdb.perf/gmonster1-print-cerr.exp: New file.
6012 * gdb.perf/gmonster1-ptype-string.exp: New file.
6013 * gdb.perf/gmonster1-runto-main.exp: New file.
6014 * gdb.perf/gmonster1-select-file.exp: New file.
6015 * gdb.perf/gmonster1.cc: New file.
6016 * gdb.perf/gmonster1.exp: New file.
6017 * gdb.perf/gmonster2-null-lookup.exp: New file.
6018 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6019 * gdb.perf/gmonster2-print-cerr.exp: New file.
6020 * gdb.perf/gmonster2-ptype-string.exp: New file.
6021 * gdb.perf/gmonster2-runto-main.exp: New file.
6022 * gdb.perf/gmonster2-select-file.exp: New file.
6023 * gdb.perf/gmonster2.cc: New file.
6024 * gdb.perf/gmonster2.exp: New file.
6025
6026 2015-07-24 Doug Evans <dje@google.com>
6027
6028 * gdb.perf/README: New file.
6029 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6030 * lib/gen-perf-test.exp: New file.
6031
6032 2015-07-24 Doug Evans <dje@google.com>
6033
6034 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
6035 (PerfTest::startup): New function.
6036 (PerfTest::run): Return result of calling body.
6037 (PerfTest::assemble): Rewrite.
6038 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
6039 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
6040 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
6041 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
6042 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
6043
6044 2015-07-24 Doug Evans <dje@google.com>
6045
6046 * lib/gdb.exp (clean_restart): Make executable optional.
6047
6048 2015-07-24 Doug Evans <dje@google.com>
6049
6050 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
6051 compiler_info references.
6052 * gdb.cp/temargs.exp: Ditto.
6053 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6054 (get_compiler_info): Early exit if already computed. Set compiler_info
6055 to "unknown" if there was a problem.
6056 (test_compiler_info): Add function comment. Call get_compiler_info.
6057
6058 2015-07-24 Doug Evans <dje@google.com>
6059
6060 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6061 (workers/%.worker, build-perf): New rule.
6062 (GDB_PERFTEST_MODE): New variable.
6063 (check-perf): Use it.
6064 (clean): Clean up gdb.perf parallel build subdirs.
6065 * lib/build-piece.exp: New file.
6066 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6067 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6068 name.
6069 (standard_temp_file): Ditto.
6070 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6071 of $GDB_PARALLEL.
6072
6073 2015-07-24 Doug Evans <dje@google.com>
6074
6075 * lib/future.exp (gdb_default_target_compile): New option
6076 "early_flags".
6077 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6078 --as-needed.
6079
6080 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
6081
6082 * gdb.base/catch-syscall.exp: Call gdb_exit before
6083 gdb_skip_xml_test.
6084
6085 2015-07-24 Pedro Alves <palves@redhat.com>
6086
6087 * gdb.python/py-events.exp: Accept output between the stop event
6088 and the prompt.
6089 * gdb.python/py-evsignal.exp: Likewise.
6090 * gdb.python/py-evthreads.exp: Likewise.
6091
6092 2015-07-24 Pedro Alves <palves@redhat.com>
6093
6094 PR gdb/18717
6095 * gdb.threads/non-ldr-exit.c: New file.
6096 * gdb.threads/non-ldr-exit.exp: New file.
6097
6098 2015-07-24 Yao Qi <yao.qi@linaro.org>
6099
6100 * gdb.server/ext-wrapper.exp: Test --wrapper option when
6101 restarting process.
6102
6103 2015-07-24 Yao Qi <yao.qi@linaro.org>
6104
6105 * gdb.server/ext-restart.exp: New file.
6106
6107 2015-07-24 Yao Qi <yao.qi@linaro.org>
6108
6109 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6110 argument options.
6111 * gdb.server/ext-wrapper.exp: New file.
6112
6113 2015-07-23 Doug Evans <dje@google.com>
6114
6115 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6116 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6117
6118 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6119
6120 * gdb.ada/var_arr_typedef.exp: New testcase.
6121 * gdb.ada/var_arr_typedef/pack.adb: New file.
6122 * gdb.ada/var_arr_typedef/pack.ads: New file.
6123 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6124
6125 2015-07-20 Joel Brobecker <brobecker@adacore.com>
6126
6127 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6128
6129 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6130
6131 * gdb.arch/i386-biarch-core.exp: Replace istarget
6132 by "complete set gnutarget". Remove expectation for the "core-file"
6133 command.
6134
6135 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6136
6137 Revert the previous commit:
6138 Tests for validate symbol file using build-id.
6139
6140 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6141
6142 Tests for validate symbol file using build-id.
6143 * gdb.base/solib-mismatch-lib.c: New file.
6144 * gdb.base/solib-mismatch-libmod.c: New file.
6145 * gdb.base/solib-mismatch.c: New file.
6146 * gdb.base/solib-mismatch.exp: New file.
6147
6148 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6149
6150 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6151 nios2-*-linux*.
6152 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6153 * gdb.base/siginfo.exp: Likewise.
6154 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6155
6156 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6157
6158 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6159 Move it to ...
6160 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6161 ... here.
6162 * gdb.trace/range-stepping.exp: Check that the target supports
6163 range stepping.
6164
6165 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6166
6167 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6168
6169 2015-07-14 Pedro Alves <palves@redhat.com>
6170
6171 * gdb.base/killed-outside.exp: New file.
6172 * gdb.base/killed-outside.c: New file.
6173
6174 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6175
6176 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6177 (n at main): New.
6178 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6179
6180 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6181
6182 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6183 infcall tests instead of setting up for KFAIL.
6184
6185 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6186
6187 * gdb.btrace/record_goto-step.exp: New.
6188
6189 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6190
6191 PR compile/18484
6192 * gdb.compile/compile.c (struct struct_type): Add volatile to
6193 selffield's type.
6194 * gdb.compile/compile.exp
6195 (compile code struct_object.selffield = &struct_object): Skip further
6196 struct_object tests if this one xfails.
6197
6198 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
6199
6200 PR exp/18617
6201 * gdb.trace/ax.exp: Add test.
6202
6203 2015-07-07 Yao Qi <yao.qi@linaro.org>
6204
6205 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6206 instead of istarget "aarch64*-*-*".
6207 * gdb.arch/aarch64-fp.exp: Likewise.
6208 * gdb.base/float.exp: Likewise.
6209 * gdb.reverse/aarch64.exp: Likewise.
6210 * lib/gdb.exp (is_aarch64_target): New proc.
6211
6212 2015-07-07 Yao Qi <yao.qi@linaro.org>
6213
6214 * lib/gdb.exp (is_aarch32_target): New proc.
6215 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6216 instead of "istarget "arm*-*-*"".
6217 * gdb.arch/arm-disp-step.exp: Likewise.
6218 * gdb.arch/thumb-bx-pc.exp: Likewise.
6219 * gdb.arch/thumb-prologue.exp: Likewise.
6220 * gdb.arch/thumb-singlestep.exp: Likewise.
6221 * gdb.base/disp-step-syscall.exp: Likewise.
6222 * gdb.base/float.exp: Likewise.
6223
6224 2015-07-07 Yao Qi <yao.qi@linaro.org>
6225
6226 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6227 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6228
6229 2015-07-07 Yao Qi <yao.qi@linaro.org>
6230
6231 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6232 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6233 if it exists.
6234 * gdb.multi/multi-arch.exp: Likewise.
6235
6236 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6237
6238 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6239 print.
6240
6241 2015-07-07 Yao Qi <yao.qi@linaro.org>
6242
6243 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6244
6245 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6246
6247 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6248 '[' and ']' characters.
6249
6250 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6251
6252 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6253
6254 2015-06-29 Pedro Alves <palves@redhat.com>
6255
6256 PR threads/18127
6257 * gdb.threads/hand-call-new-thread.c: New file.
6258 * gdb.threads/hand-call-new-thread.c: New file.
6259
6260 2015-06-26 Keith Seitz <keiths@redhat.com>
6261 Doug Evans <dje@google.com>
6262
6263 PR 16253
6264 * gdb.cp/var-tag-2.cc: New file.
6265 * gdb.cp/var-tag-3.cc: New file.
6266 * gdb.cp/var-tag-4.cc: New file.
6267 * gdb.cp/var-tag.cc: New file.
6268 * gdb.cp/var-tag.exp: New file.
6269
6270 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6271
6272 * gdb.base/history-duplicates.exp: New test.
6273
6274 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6275
6276 * gdb.base/completion.exp: Test the completion of the "focus"
6277 command.
6278
6279 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6280
6281 * gdb.arch/amd64-prologue-skip.S: New file.
6282 * gdb.arch/amd64-prologue-skip.exp: New file.
6283
6284 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6285
6286 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6287 is_address_zero_readable check.
6288
6289 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6290
6291 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6292 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6293
6294 2015-06-24 Yao Qi <yao.qi@linaro.org>
6295
6296 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6297 linux targets.
6298
6299 2015-06-24 Yao Qi <yao.qi@linaro.org>
6300
6301 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6302 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6303 * gdb.base/siginfo-thread.exp: Likewise.
6304
6305 2015-06-22 Yao Qi <yao.qi@linaro.org>
6306
6307 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6308
6309 2015-06-22 Yao Qi <yao.qi@linaro.org>
6310
6311 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6312 aarch64*-*-*.
6313 (skip_hw_watchpoint_tests): Likewise.
6314
6315 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6316
6317 * gdb.base/gdbinit-history.exp: Test the interaction between
6318 setting GDBHISTSIZE and setting the history size via .gdbinit.
6319
6320 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6321
6322 PR gdb/16999
6323 * gdb.base/gdbhistsize-history.exp: New test.
6324
6325 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6326
6327 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6328 with GDBHISTSIZE.
6329 * gdb.base/readline.exp: Likewise.
6330
6331 2015-06-17 Yao Qi <yao.qi@linaro.org>
6332
6333 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6334 line.
6335
6336 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6337
6338 * gdb.base/gdbinit-history.exp: Add test case to check that
6339 an unlimited history file does not get truncated on exit.
6340
6341 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6342
6343 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6344 (VECTOR): New macro. Use it...
6345 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6346 ...for these typedefs.
6347 (int8, char1, int1, double1): New typedefs.
6348 (struct just_int2, struct two_int2): New structures.
6349 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6350 (add_structvecs, add_singlevecs): New functions.
6351 (main): Call add_some_intvecs twice.
6352 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6353 the compile and exit upon failure. Try compiling for the "native"
6354 architecture. Test inferior function calls with vector arguments
6355 and vector return value handling with "finish" and "return".
6356
6357 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6358
6359 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6360 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6361 PE file.
6362 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6363
6364 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6365
6366 PR breakpoints/16465
6367 * gdb.mi/mi-dprintf-pending.c: New file.
6368 * gdb.mi/mi-dprintf-pending.exp: New test.
6369 * gdb.mi/mi-dprintf-pendshr.c: New file.
6370
6371 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6372 Mircea Gherzan <mircea.gherzan@intel.com>
6373
6374 * gdb.arch/i386-mpx-map.c: New file.
6375 * gdb.arch/i386-mpx-map.exp: New File.
6376
6377 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6378
6379 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6380 * gdb.arch/i386-mpx.exp: Indentation fixed.
6381
6382 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6383
6384 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6385 function and improved indentation.
6386 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6387 gdb_test_multiple. Added additional tests to skip the test.
6388
6389 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6390
6391 * gdb.arch/i386-avx512.c: Change path in include file.
6392 * gdb.arch/i386-avx512.exp: Change include dir path
6393 compilation flag.
6394 * gdb.arch/i386-mpx.c: Change path in include file.
6395 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6396 flag.
6397
6398 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6399
6400 * gdb.compile/compile-print.exp (compile print *vararray@3)
6401 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6402
6403 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6404
6405 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6406 (do not keep jit in memory): ... this.
6407 (expect 5): Change it to ...
6408 (expect no 5): ... this.
6409
6410 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6411
6412 PR gdb/15564
6413 * gdb.mi/mi-detach.exp: New file.
6414
6415 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6416
6417 PR symtab/18392
6418 * gdb.arch/amd64-tailcall-self.S: New file.
6419 * gdb.arch/amd64-tailcall-self.c: New file.
6420 * gdb.arch/amd64-tailcall-self.exp: New file.
6421
6422 2015-05-28 Don Breazeal <donb@codesourcery.com>
6423
6424 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6425 tests for remote targets by checking is_target_gdbserver.
6426
6427 2015-05-27 Doug Evans <dje@google.com>
6428
6429 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6430 * gdb.dwarf2/opaque-type-lookup.c: New file.
6431 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6432
6433 2015-05-26 Doug Evans <dje@google.com>
6434
6435 * gdb.cp/iostream.cc: New file.
6436 * gdb.cp/iostream.exp: New file.
6437
6438 2015-05-26 Doug Evans <dje@google.com>
6439
6440 * gdb.dwarf2/dw2-op-call.exp: Update.
6441 * gdb.dwarf2/dw4-sig-types.exp: Update.
6442 * gdb.dwarf2/implptr.exp: Update.
6443 * gdb.mi/mi-cmd-param-changed.exp: Update.
6444
6445 2015-05-26 Doug Evans <dje@google.com>
6446
6447 * gdb.python/py-lazy-string.c: New file.
6448 * gdb.python/py-lazy-string.exp: New file.
6449 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6450 (main): Update. Add estring3.
6451 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6452 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6453
6454 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
6455 Yao Qi <yao.qi@linaro.org>
6456
6457 * gdb.reverse/aarch64.c: New.
6458 * gdb.reverse/aarch64.exp: New.
6459
6460 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
6461
6462 * lib/gdb.exp (supports_process_record): Return true for
6463 aarch64*-linux*.
6464 (supports_reverse): Likewise.
6465
6466 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
6467
6468 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6469 Use with_test_prefix.
6470
6471 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6472
6473 * gdb.base/completion.exp: Add test for completion of layout
6474 names.
6475
6476 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
6477
6478 * lib/gdb.exp (skip_tui_tests): New proc.
6479 * gdb.base/tui-layout.exp: Check skip_tui_tests.
6480
6481 2015-05-19 Pedro Alves <palves@redhat.com>
6482
6483 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6484 Save the whole env array instead of just HOME. Unset HISTSIZE in
6485 the environment while testing. Restore whole environment
6486 afterwards.
6487
6488 2015-05-16 Doug Evans <xdje42@gmail.com>
6489
6490 * gdb.guile/scm-ports.c: New file.
6491 * gdb.guile/scm-ports.exp: Add memory port tests.
6492
6493 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6494
6495 * gdb.compile/compile-print.c: New file.
6496 * gdb.compile/compile-print.exp: New file.
6497
6498 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6499
6500 * gdb.compile/compile-ops.exp: Cast param to void.
6501 * gdb.compile/compile.exp: Complete type for _gdb_expr.
6502 (compile code struct_object.selffield = &struct_object): Add xfail.
6503
6504 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6505
6506 * gdb.ada/arr_enum_with_gap: New testcase.
6507
6508 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6509
6510 * gdb.ada/byte_packed_arr: New testcase.
6511
6512 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6513
6514 * gdb.ada/pckd_neg: New testcase.
6515
6516 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
6517
6518 PR gdb/17820
6519 * gdb.base/gdbinit-history.exp: New test.
6520 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6521 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6522
6523 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
6524
6525 * gdb.python/py-xmethods.cc: Enhance test case.
6526 * gdb.python/py-xmethods.exp: New tests.
6527 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6528 function.
6529 (B_indexoper): Likewise.
6530 (global_dm_list) : Add new xmethod worker functions.
6531
6532 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
6533
6534 * gdb.base/coredump-filter.exp: Correctly unset
6535 "coredump_var_addr" array.
6536
6537 2015-05-08 Pedro Alves <palves@redhat.com>
6538
6539 * gdb.server/non-existing-program.exp: Unset spawn_id.
6540
6541 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
6542
6543 PR python/18291
6544 * gdb.python/py-xmethods.exp: Add tests.
6545
6546 2015-05-08 Yao Qi <yao.qi@linaro.org>
6547
6548 PR gdb/18208
6549 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6550 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6551 function set_coredump_filter, and remove remote_exec call.
6552 Remove argument ipid. Callers update.
6553 (top level): Don't get inferior's PID.
6554
6555 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
6556
6557 * gdb.base/watch_thread_num.exp: Skip test on targets without
6558 access watchpoints.
6559
6560 2015-05-06 Pedro Alves <palves@redhat.com>
6561
6562 PR server/18081
6563 * gdb.server/non-existing-program.exp: New file.
6564
6565 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6566
6567 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6568
6569 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6570
6571 * gdb.ada/out_of_line_in_inlined: New testcase.
6572
6573 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6574
6575 * gdb.ada/var_rec_arr: New testcase.
6576
6577 2015-04-30 Yao Qi <yao.qi@linaro.org>
6578
6579 * gdb.base/break-idempotent.exp: If
6580 skip_hw_watchpoint_multi_tests returns true, skip the tests
6581 on "rwatch" and "awatch".
6582
6583 2015-04-30 Yao Qi <yao.qi@linaro.org>
6584
6585 * gdb.base/relativedebug.exp: Invoke gdb command
6586 "info sharedlibrary", and if libc.so doesn't have debug info,
6587 skip the test.
6588
6589 2015-04-29 Doug Evans <dje@google.com>
6590
6591 * gdb.python/py-xmethods.exp: Add ptype tests.
6592 * gdb.python/py-xmethods.py (E_method_char_worker): Add
6593 get_result_type method.
6594
6595 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
6596
6597 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
6598 the target does not support hardware watchpoints.
6599
6600 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
6601
6602 * gdb.base/break-always.exp: Abort testing if writing to memory
6603 causes an error.
6604
6605 2015-04-28 Doug Evans <dje@google.com>
6606
6607 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
6608 * gdb.python/py-pp-registration.exp: ... here. New file.
6609 * gdb.python/py-pp-registration.c: New file.
6610 * gdb.python/py-pp-registration.py: New file.
6611
6612 2015-04-28 Doug Evans <dje@google.com>
6613
6614 * gdb.python/py-bad-printers.c: New file.
6615 * gdb.python/py-bad-printers.py: New file.
6616 * gdb.python/py-bad-printers.exp: New file.
6617
6618 2015-04-28 Sasha Smundak <asmundak@google.com>
6619
6620 * gdb.python/py-type.exp: New test.
6621
6622 2015-04-28 Andy Wingo <wingo@igalia.com>
6623
6624 * gdb.python/py-parameter.exp:
6625 * gdb.guile/scm-parameter.exp: Escape the path that we are
6626 matching against, as it might contain characters that are special
6627 to regular expressions.
6628
6629 2015-04-27 Joel Brobecker <brobecker@adacore.com>
6630
6631 * gdb.ada/rec_comp: New testcase.
6632
6633 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
6634
6635 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
6636 before using it.
6637
6638 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
6639
6640 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
6641 new tests for verilog output.
6642
6643 2015-04-24 Yao Qi <yao.qi@linaro.org>
6644
6645 * boards/remote-gdbserver-on-localhost.exp: New file.
6646
6647 2015-04-23 Pedro Alves <palves@redhat.com>
6648
6649 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
6650 $inferior_spawn_id instead of $inferior_spawn_id directly. On
6651 "end of file", remove $inferior_spawn_id from the indirect list.
6652
6653 2015-04-23 Pedro Alves <palves@redhat.com>
6654
6655 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
6656
6657 2015-04-23 Pedro Alves <palves@redhat.com>
6658
6659 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
6660 on $any_spawn_id instead of only on $gdb_spawn_id.
6661
6662 2015-04-21 Pierre Muller <muller@sourceware.org>
6663
6664 PR pascal/17815
6665 * lib/pascal.exp (gpc_compile): Add new option "class".
6666 (fpc_compile): Likewise.
6667 * gdb.pascal/case-insensitive-symbols.pas: New file.
6668 * gdb.pascal/case-insensitive-symbols.exp: New file.
6669
6670 2015-04-20 Gary Benson <gbenson@redhat.com>
6671
6672 * gdb.base/attach.exp: Fix three extended remote failures.
6673
6674 2015-04-17 Gary Benson <gbenson@redhat.com>
6675
6676 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
6677 the main executable over the remote protocol.
6678
6679 2015-04-16 Pedro Alves <palves@redhat.com>
6680
6681 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
6682 a new gdbserver if gdbserver_reconnect_p is set.
6683
6684 2015-04-16 Pedro Alves <palves@redhat.com>
6685
6686 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
6687 is set, don't exit gdbserver.
6688
6689 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6690
6691 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
6692 appropriate .insn, such that an older assembler can be used.
6693 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
6694 the z/Architecture instruction set on 31-bit targets as well.
6695
6696 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6697
6698 * gdb.go/handcall.exp: Remove all logic related to the first
6699 breakpoint and rely on go_runto_main instead.
6700 * gdb.go/strings.exp: Likewise.
6701 * gdb.go/unsafe.exp: Likewise.
6702 * gdb.go/hello.exp: Likewise. Also rename the remaining
6703 breakpoint marker to "breakpoint 1".
6704 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
6705 * gdb.go/strings.go: Likewise.
6706 * gdb.go/unsafe.go: Likewise.
6707 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
6708 "set breakpoint 2 here" and rename the remaining breakpoint marker
6709 to "breakpoint 1".
6710
6711 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
6712
6713 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
6714 if itertools.imap is not present.
6715 * gdb.python/py-objfile.exp: Add parentheses.
6716 * gdb.python/py-type.exp: Same.
6717 * gdb.python/py-unwind-maint.py: Same.
6718
6719 2015-04-15 Yao Qi <yao.qi@linaro.org>
6720
6721 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
6722 of ":$ptr_size" and set its form explicitly.
6723
6724 2015-04-15 Pedro Alves <palves@redhat.com>
6725 Yao Qi <yao.qi@linaro.org>
6726
6727 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
6728 timeout by factor of 4.
6729 (test_regular_watch): Likewise.
6730 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
6731 * gdb.reverse/sigall-reverse.exp: Likewise.
6732 * gdb.reverse/until-precsave.exp: Likewise.
6733 * lib/gdb.exp (with_timeout_factor): New proc.
6734 (gdb_expect): Move some code to ...
6735 (get_largest_timeout): ... here. New procedure.
6736
6737 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
6738
6739 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
6740
6741 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
6742
6743 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
6744 to write to the .text section.
6745
6746 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
6747
6748 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
6749 Handle the case of targets that do not provide PID information.
6750
6751 2015-04-13 Yao Qi <yao.qi@linaro.org>
6752
6753 * lib/gdbserver-support.exp (gdb_exit): Catch exception
6754 and use expect instead of gdb_expect.
6755
6756 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
6757
6758 * gdb.base/coredump-filter.exp: Rename variable "addr" to
6759 "coredump_var_addr" to avoid naming conflict with other testcases.
6760
6761 2015-04-10 Pedro Alves <palves@redhat.com>
6762
6763 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
6764 gdb_test_sequence and gdb_assert.
6765
6766 2015-04-10 Pedro Alves <palves@redhat.com>
6767
6768 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
6769 test messages that don't include the breakpoint address.
6770
6771 2015-04-10 Yao Qi <yao.qi@linaro.org>
6772
6773 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
6774 false for some offset and width combinations which aren't
6775 supported by linux kernel.
6776
6777 2015-04-10 Pedro Alves <palves@redhat.com>
6778
6779 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
6780 procedure, factored out from ...
6781 (top level): ... here. Add "set displaced-stepping" testing axis.
6782 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
6783 parameter "displaced". Use it.
6784 (top level): Use foreach and add "set displaced-stepping" testing
6785 axis.
6786
6787 2015-04-10 Pedro Alves <palves@redhat.com>
6788
6789 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
6790 Remove comment.
6791 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
6792 both the address of the instruction that triggers the watchpoint
6793 and the address of the instruction immediately after, and use
6794 those addresses for the test. Fix comment.
6795
6796 2015-04-10 Pedro Alves <palves@redhat.com>
6797
6798 * gdb.base/sigstep.exp (breakpoint_to_handler)
6799 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
6800 Test "backtrace" in handler.
6801 (breakpoint_over_handler): New parameter 'displaced'. Use it.
6802 (top level): Add new "displaced" test axis to
6803 breakpoint_to_handler, breakpoint_to_handler_entry and
6804 breakpoint_over_handler.
6805
6806 2015-04-10 Pedro Alves <palves@redhat.com>
6807
6808 PR gdb/18216
6809 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
6810
6811 2015-04-10 Yao Qi <yao.qi@linaro.org>
6812
6813 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
6814 (test_add_rn_pc): New function.
6815 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
6816 (top level): Invoke test_add_rn_pc.
6817
6818 2015-04-10 Pedro Alves <palves@redhat.com>
6819
6820 PR gdb/13858
6821 * gdb.base/step-over-no-symbols.exp: New file.
6822
6823 2015-04-09 Andy Wingo <wingo@igalia.com>
6824
6825 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
6826 after the Python tests.
6827
6828 2015-04-08 Keith Seitz <keiths@redhat.com>
6829
6830 PR python/16699
6831 * gdb.python/py-completion.exp: New tests for completion.
6832 * gdb.python/py-completion.py (CompleteLimit1): New class.
6833 (CompleteLimit2): Likewise.
6834 (CompleteLimit3): Likewise.
6835 (CompleteLimit4): Likewise.
6836 (CompleteLimit5): Likewise.
6837 (CompleteLimit6): Likewise.
6838 (CompleteLimit7): Likewise.
6839
6840 2015-04-08 Pedro Alves <palves@redhat.com>
6841
6842 PR gdb/18214
6843 PR gdb/18216
6844 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
6845 function.
6846 (main): Install it as SIGUSR1 handler.
6847 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
6848 parameter. Always use "setup" as prefix. Toggle "set
6849 displaced-stepping" off/on depending on global. Don't switch to
6850 thread 1 here.
6851 (top level): Add displaced stepping "off/on" test axis. Update
6852 "setup" calls. Wrap each subtest with with_test_prefix. Test
6853 continuing with a queued signal in each thread.
6854
6855 2015-04-08 Pedro Alves <palves@redhat.com>
6856
6857 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
6858 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
6859 gdb_breakpoint instead of gdb_test that doesn't expect anything.
6860 Return early if running to main fails.
6861 * gdb.trace/while-stepping.exp: Likewise.
6862
6863 2015-04-07 Pedro Alves <palves@redhat.com>
6864
6865 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
6866 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
6867 interact with inferior program.
6868
6869 2015-04-07 Pedro Alves <palves@redhat.com>
6870
6871 * lib/gdb.exp (inferior_spawn_id): New global.
6872 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
6873 spawn id after processing the user code.
6874 (default_gdb_start): Set inferior_spawn_id.
6875 (send_inferior): New procedure.
6876 * lib/gdbserver-support.exp (gdbserver_start): Set
6877 inferior_spawn_id.
6878 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
6879
6880 2015-04-07 Pedro Alves <palves@redhat.com>
6881
6882 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
6883 * lib/gdbserver-support.exp (gdbserver_start): Make
6884 $server_spawn_id global.
6885 (gdbserver_start): Don't wait for gdbserver's spawn id with
6886 expect_background.
6887 (close_gdbserver): New procedure.
6888 (gdb_exit): Rename the default version and reimplement.
6889
6890 2015-04-07 Pedro Alves <palves@redhat.com>
6891
6892 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
6893 append the substituted item, not the original item.
6894
6895 2015-04-07 Pedro Alves <palves@redhat.com>
6896
6897 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
6898 gdb_expect.
6899
6900 2015-04-07 Pedro Alves <palves@redhat.com>
6901
6902 * gdb.base/interrupt.exp: Don't handle the case of the inferior
6903 output appearing once only.
6904
6905 2015-04-07 Pedro Alves <palves@redhat.com>
6906
6907 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
6908 that doesn't expect anything. Return early if running to main
6909 fails.
6910
6911 2015-04-07 Yao Qi <yao.qi@linaro.org>
6912
6913 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
6914 (child_function): Call alarm.
6915 (main): Move call to alarm into the loop.
6916 * gdb.threads/non-stop-fair-events.exp: Build program with
6917 -DTIMEOUT=$timeout.
6918
6919 2015-04-06 Doug Evans <xdje42@gmail.com>
6920
6921 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
6922 Fix dest parameter to board_info.
6923 (fpc_compile): Ditto.
6924 (gdb_compile_pascal): Rename dest arg to destfile.
6925
6926 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
6927
6928 * gdb.ada/funcall_ref.exp: New file.
6929 * gdb.ada/funcall_ref/foo.adb: New file.
6930
6931 2015-04-02 Yao Qi <yao.qi@linaro.org>
6932
6933 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
6934 is remote.
6935
6936 2015-04-02 Gary Benson <gbenson@redhat.com>
6937
6938 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
6939
6940 2015-04-01 Sasha Smundak <asmundak@google.com>
6941
6942 * gdb.python/py-unwind-maint.c: New file.
6943 * gdb.python/py-unwind-maint.exp: New test.
6944 * gdb.python/py-unwind-maint.py: New file.
6945 * gdb.python/py-unwind.c: New file.
6946 * gdb.python/py-unwind.exp: New test.
6947 * gdb.python/py-unwind.py: New test.
6948
6949 2015-04-01 Pedro Alves <palves@redhat.com>
6950
6951 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
6952 to fail instead of non-existent $test.
6953
6954 2015-04-01 Pedro Alves <palves@redhat.com>
6955
6956 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
6957 GDBFLAGS if not empty.
6958
6959 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
6960
6961 * gdb.ada/complete.exp: Remove "multi_line".
6962 * gdb.ada/info_exc.exp: Remove "multi_line".
6963 * gdb.ada/packed_tagged.exp: Remove "multi_line".
6964 * gdb.ada/ptype_field.exp: Remove "multi_line".
6965 * gdb.ada/sym_print_name.exp: Remove "multi_line".
6966 * gdb.ada/tagged.exp: Remove "multi_line".
6967 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
6968 [multi_line ...]
6969 * gdb.btrace/delta.exp: Likewise.
6970 * gdb.btrace/exception.exp: Likewise.
6971 * gdb.btrace/function_call_history.exp: Likewise.
6972 * gdb.btrace/instruction_history.exp: Likewise.
6973 * gdb.btrace/nohist.exp: Likewise.
6974 * gdb.btrace/record_goto.exp: Likewise.
6975 * gdb.btrace/segv.exp: Likewise.
6976 * gdb.btrace/stepi.exp: Likewise.
6977 * gdb.btrace/tailcall.exp: Likewise.
6978 * gdb.btrace/unknown_functions.exp: Likewise.
6979 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
6980 * lib/gdb.exp: Add the "multi_line" helper.
6981
6982 2015-04-01 Pedro Alves <palves@redhat.com>
6983
6984 * gdb.threads/tid-reuse.c: New file.
6985 * gdb.threads/tid-reuse.exp: New file.
6986
6987 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
6988
6989 PR corefiles/16092
6990 * gdb.base/coredump-filter.c: New file.
6991 * gdb.base/coredump-filter.exp: Likewise.
6992
6993 2015-03-27 Petr Machata <pmachata@redhat.com>
6994
6995 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
6996 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
6997 (Dwarf::assemble): Initialize them.
6998 (Dwarf::lines): New function.
6999
7000 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
7001
7002 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
7003 SYMBOL_PREFIX for x86_64-*-cygwin.
7004
7005 2015-03-26 Andy Wingo <wingo@igalia.com>
7006
7007 PR symtab/18148
7008 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
7009 const_value but not a location.
7010 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7011 location defined in non-main CUs are visible.
7012
7013 2015-03-26 Yao Qi <yao.qi@linaro.org>
7014
7015 PR testsuite/18139
7016 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7017 Add a line number entry for the same line.
7018 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7019 Add a line number entry for the same line.
7020
7021 2015-03-26 Yao Qi <yao.qi@linaro.org>
7022
7023 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7024 .int 0.
7025 (func): Likewise. Add .Lfunc_1 label.
7026 Use .Lfunc_1 label.
7027 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7028 .int 0.
7029 (func): Likewise.
7030 Use .Lfunc_1 label.
7031
7032 2015-03-26 Yao Qi <yao.qi@linaro.org>
7033
7034 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
7035 Call gdb_compile instead to compile each .s files without debug
7036 information.
7037
7038 2015-03-26 Yao Qi <yao.qi@linaro.org>
7039
7040 * gdb.base/savedregs.exp (process_saved_regs): Make
7041 "Saved registers:" optional in the pattern.
7042
7043 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7044
7045 * gdb.btrace/next.exp: Merged into step.exp.
7046 * gdb.btrace/finish.exp: Merged into step.exp.
7047 * gdb.btrace/nexti.exp: Merged into stepi.exp.
7048 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
7049 "record goto" and checking the exact replay position.
7050 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
7051 check for "Recording format" in "info record" output.
7052 * gdb.btrace/record_goto.exp: Choose test file based on target.
7053 * gdb.btrace/x86-record_goto.S: Renamed into ...
7054 * gdb.btrace/x86_64-record_goto.S: ... this.
7055 * gdb.btrace/i686-record_goto.S: New.
7056 * gdb.btrace/x86-tailcall.S: Renamed into ...
7057 * gdb.btrace/x86_64-tailcall.S: ... this.
7058 * gdb.btrace/i686-tailcall.S: New.
7059 * gdb.btrace/x86-tailcall.c: Renamed into ...
7060 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
7061 separate statements. Update test.
7062 * gdb.btrace/delta.exp: Use record_goto.c as test file.
7063 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7064 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7065 * gdb.btrace/tailcall.exp: Choose test file based on target.
7066 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7067
7068 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7069
7070 * gdb.btrace/exception.exp: Increase BTS buffer size.
7071
7072 2015-03-24 Pedro Alves <palves@redhat.com>
7073
7074 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7075
7076 2015-03-24 Pedro Alves <palves@redhat.com>
7077
7078 * gdb.threads/schedlock.exp (test_step): No longer expect that
7079 "set scheduler-locking step" with "next" over a function call runs
7080 threads unlocked.
7081
7082 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7083
7084 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7085
7086 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7087
7088 PR breakpoints/16466
7089 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7090 * gdb.mi/mi-pending.c (thread_func): New function.
7091 (int main): Add threading support required.
7092 * gdb.mi/mi-pending.exp: Add tests for this issue.
7093 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7094 (pendfunc2): Remove stdio dependency.
7095 * gdb.mi/mi-pendshr2.c: New file.
7096
7097 2015-03-23 Keith Seitz <keiths@redhat.com>
7098
7099 * gdb.linespec/keywords.c: New file.
7100 * gdb.linespec/keywords.exp: New file.
7101
7102 2015-03-23 Keith Seitz <keiths@redhat.com>
7103
7104 PR gdb/18021
7105 * gdb.dwarf2/staticvirtual.exp: New test.
7106
7107 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7108
7109 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7110 * README: Remove HP-UX and gdb.hp.
7111 (configuration):
7112 * configure: Regenerate.
7113 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7114 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7115 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7116 gdb.hp/gdb.defects/Makefile.
7117 * gdb.hp/Makefile.in: File deleted.
7118 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7119 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7120 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7121 * gdb.hp/gdb.aCC/run.c: File deleted.
7122 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7123 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7124 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7125 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7126 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7127 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7128 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7129 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7130 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7131 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7132 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7133 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7134 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7135 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7136 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7137 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7138 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7139 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7140 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7141 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7142 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7143 * gdb.hp/gdb.compat/average.c: File deleted.
7144 * gdb.hp/gdb.compat/sum.c: File deleted.
7145 * gdb.hp/gdb.compat/xdb.c: File deleted.
7146 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7147 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7148 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7149 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7150 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7151 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7152 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7153 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7154 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7155 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7156 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7157 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7158 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7159 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7160 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7161 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7162 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7163 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7164 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7165 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7166 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7167 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7168 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7169 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7170 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7171 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7172 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7173 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7174 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7175 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7176 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7177 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7178 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7179 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7180 * gdb.hp/tools/odump: File deleted.
7181
7182 2015-03-19 Pedro Alves <palves@redhat.com>
7183
7184 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7185 (saw_thread_3): New globals.
7186 (top level): Increment them when an event for the corresponding
7187 thread is seen.
7188 (no thread starvation): New test.
7189
7190 2015-03-19 Pedro Alves <palves@redhat.com>
7191
7192 * gdb.threads/continue-pending-status.c: New file.
7193 * gdb.threads/continue-pending-status.exp: New file.
7194
7195 2015-03-18 Pedro Alves <palves@redhat.com>
7196
7197 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7198 Use gdb_is_target_remote instead of is_remote. Use
7199 gdb_test_multiple instead of gdb_expect. Exit early if
7200 gdb_test_multiple hits its internal matches. Tighten stepi tests
7201 expected output. Fail on exit with any signal, instead of just
7202 SIGILL.
7203
7204 2015-03-18 Yao Qi <yao.qi@linaro.org>
7205
7206 PR tdep/18107
7207 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7208 variable.
7209 * gdb.base/catch-syscall.exp: Don't skip it on
7210 aarch64*-*-linux* target. Remove elements in all_syscalls.
7211 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7212 target.
7213 (setup_all_syscalls): New proc.
7214
7215 2015-03-16 Yao Qi <yao.qi@linaro.org>
7216
7217 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7218 (top level): Skip tests if valid_addr_p returns false for
7219 $cmd1 or $cmd2.
7220
7221 2015-03-11 Andy Wingo <wingo@igalia.com>
7222
7223 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7224
7225 2015-03-11 Yao Qi <yao.qi@linaro.org>
7226
7227 * gdb.base/catch-syscall.exp: Fix typo in comments.
7228
7229 2015-03-11 Yao Qi <yao.qi@linaro.org>
7230
7231 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7232
7233 2015-03-09 Pedro Alves <palves@redhat.com>
7234
7235 * dg-extract-results.py: Delete.
7236
7237 2015-03-09 Pedro Alves <palves@redhat.com>
7238
7239 Merge dg-extract-results.sh from GCC upstream (r218843).
7240
7241 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7242 * dg-extract-results.sh: Use --text with grep to avoid issues with
7243 binary files. Fall back to cat -v, if that doesn't work.
7244
7245 2015-03-05 Pedro Alves <palves@redhat.com>
7246
7247 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7248
7249 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7250
7251 * lib/mi-support.exp (mi_expect_interrupt): Accept
7252 alternative event for when in all-stop mode.
7253
7254 2015-03-04 Pedro Alves <palves@redhat.com>
7255
7256 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7257
7258 2015-03-04 Mark Kettenis <kettenis@gnu.org>
7259
7260 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7261
7262 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7263
7264 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7265 regexps for GDB's current line display, accept a hex address
7266 preceding the line number.
7267
7268 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7269
7270 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7271 the 'arch1' variable for "s390*-linux*" targets.
7272
7273 2015-03-04 Pedro Alves <palves@redhat.com>
7274
7275 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7276 (main): Pass missing retval argument to pthread_join call.
7277
7278 2015-03-02 Pedro Alves <palves@redhat.com>
7279
7280 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7281 (top level): Call do_test with non-stop as well.
7282
7283 2015-03-02 Pedro Alves <palves@redhat.com>
7284
7285 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7286 -1.
7287
7288 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7289
7290 * gdb.arch/s390-vregs.exp: New test.
7291 * gdb.arch/s390-vregs.S: New file.
7292
7293 2015-02-27 Pedro Alves <palves@redhat.com>
7294
7295 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7296 call to catch_command_errors.
7297 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7298 catch_command_errors.
7299
7300 2015-02-27 Pedro Alves <palves@redhat.com>
7301
7302 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7303 "true" for boolean result.
7304 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7305 prototype of main.
7306
7307 2015-02-27 Pedro Alves <palves@redhat.com>
7308
7309 * lib/unbuffer_output.c: New file.
7310 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7311 (main): Call gdb_unbuffer_output.
7312
7313 2015-02-27 Yao Qi <yao.qi@linaro.org>
7314
7315 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7316 target.
7317
7318 2015-02-26 Doug Evans <dje@google.com>
7319
7320 * gdb.cp/class2.cc (Dbase, D): New classes.
7321 (main): New local delta.
7322 * gdb.cp/class2.exp: Test printing delta.
7323 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7324 (dynbar): New global.
7325 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7326
7327 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7328
7329 * gdb.compile/compile-ifunc.c: New file.
7330 * gdb.compile/compile-ifunc.exp: New file.
7331
7332 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7333
7334 * gdb.base/structs.exp: Check for correct struct on finish.
7335
7336 2015-02-26 Yao Qi <yao.qi@linaro.org>
7337
7338 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7339 is zero.
7340
7341 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7342
7343 * gdb.arch/cordic.ko.bz2: New file.
7344 * gdb.arch/cordic.ko.debug.bz2: New file.
7345 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7346
7347 2015-02-25 Yao Qi <yao.qi@linaro.org>
7348
7349 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7350 aarch64*-*-* target.
7351
7352 2015-02-23 Pedro Alves <palves@redhat.com>
7353
7354 * lib/gdb.exp (delete_breakpoints): Rewrite using
7355 gdb_test_multiple.
7356
7357 2015-02-23 Pedro Alves <palves@redhat.com>
7358
7359 * gdb.base/info-os.c: Include stdlib.h.
7360
7361 2015-02-22 Doug Evans <xdje42@gmail.com>
7362
7363 PR symtab/17855
7364 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7365 is read after symbols have been re-read.
7366 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7367 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7368
7369 2015-02-21 Doug Evans <dje@google.com>
7370
7371 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7372
7373 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7374
7375 PR corefiles/17808
7376 * gdb.arch/i386-biarch-core.core.bz2: New file.
7377 * gdb.arch/i386-biarch-core.exp: New file.
7378
7379 2015-02-21 Pedro Alves <palves@redhat.com>
7380
7381 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7382 runto_main fails.
7383
7384 2015-02-20 Pedro Alves <palves@redhat.com>
7385
7386 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7387 info probes.
7388
7389 2015-02-20 Pedro Alves <palves@redhat.com>
7390
7391 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7392
7393 2015-02-20 Pedro Alves <palves@redhat.com>
7394
7395 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7396 clean_restart before gdb_target_supports_trace.
7397
7398 2015-02-20 Pedro Alves <palves@redhat.com>
7399
7400 PR threads/18006
7401 * gdb.threads/clone-thread_db.c: New file.
7402 * gdb.threads/clone-thread_db.exp: New file.
7403
7404 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7405
7406 PR breakpoints/16812
7407 * gdb.base/catch-gdb-caused-signals.c: New file.
7408 * gdb.base/catch-gdb-caused-signals.exp: New file.
7409
7410 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7411
7412 * configure: Regenerated.
7413 * configure.ac: Use GDB_AC_TRANSFORM.
7414 * aclocal.m4: sinclude ../transform.m4.
7415
7416 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7417
7418 * lib/dtrace.exp: New file.
7419 * gdb.base/dtrace-probe.exp: Likewise.
7420 * gdb.base/dtrace-probe.d: Likewise.
7421 * gdb.base/dtrace-probe.c: Likewise.
7422 * lib/pdtrace.in: Likewise.
7423 * configure.ac: Output variables with the transformed names of
7424 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
7425 * configure: Regenerated.
7426
7427 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7428
7429 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7430 expected message when trying to access $_probe_* convenience
7431 variables while not on a probe.
7432
7433 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7434
7435 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7436
7437 2015-02-11 Pedro Alves <pedro@codesourcery.com>
7438
7439 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7440 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7441
7442 2015-02-10 Doug Evans <xdje42@gmail.com>
7443
7444 * lib/gdb.exp (gdb_load): Always return a result.
7445
7446 2015-02-10 Pedro Alves <palves@redhat.com>
7447
7448 * gdb.threads/signal-sigtrap.c: New file.
7449 * gdb.threads/signal-sigtrap.exp: New file.
7450
7451 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7452
7453 * gdb.trace/no-attach-trace.c: New file.
7454 * gdb.trace/no-attach-trace.exp: New file.
7455
7456 2015-02-09 Mark Wielaard <mjw@redhat.com>
7457
7458 * gdb.dwarf2/atomic.c: New file.
7459 * gdb.dwarf2/atomic-type.exp: Likewise.
7460
7461 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7462
7463 * gdb.btrace/buffer-size.exp: Update "info record" output.
7464 * gdb.btrace/delta.exp: Update "info record" output.
7465 * gdb.btrace/enable.exp: Update "info record" output.
7466 * gdb.btrace/finish.exp: Update "info record" output.
7467 * gdb.btrace/instruction_history.exp: Update "info record" output.
7468 * gdb.btrace/next.exp: Update "info record" output.
7469 * gdb.btrace/nexti.exp: Update "info record" output.
7470 * gdb.btrace/step.exp: Update "info record" output.
7471 * gdb.btrace/stepi.exp: Update "info record" output.
7472 * gdb.btrace/nohist.exp: Update "info record" output.
7473
7474 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7475
7476 * gdb.btrace/buffer-size: New.
7477
7478 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7479
7480 * gdb.btrace/delta.exp: Update "info record" output.
7481 * gdb.btrace/enable.exp: Update "info record" output.
7482 * gdb.btrace/finish.exp: Update "info record" output.
7483 * gdb.btrace/instruction_history.exp: Update "info record" output.
7484 * gdb.btrace/next.exp: Update "info record" output.
7485 * gdb.btrace/nexti.exp: Update "info record" output.
7486 * gdb.btrace/step.exp: Update "info record" output.
7487 * gdb.btrace/stepi.exp: Update "info record" output.
7488 * gdb.btrace/nohist.exp: Update "info record" output.
7489
7490 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
7491
7492 PR gdb/15678
7493 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7494
7495 2015-02-06 Pedro Alves <palves@redhat.com>
7496
7497 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7498 macro.
7499 (seconds_left, again): New globals.
7500 (main): Wait seconds_left in a 1-second sleep loop instead of
7501 sleeping 180 seconds. If 'again' is set, reset the seconds
7502 counter.
7503 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7504 'again' in the inferior before detaching. Print the seconds left.
7505 (options): New global.
7506 (top level): Build program with -DTIMEOUT=$timeout.
7507
7508 2015-02-06 Pedro Alves <palves@redhat.com>
7509
7510 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7511 determine how many seconds to pass to 'alarm'.
7512 * gdb.base/gdb-sigterm.exp (top level): Build program with
7513 -DTIMEOUT=$timeout.
7514 (do_test): Return success/failure indication. Add more verbose
7515 logging. Don't fail if 200 single steps are seen. Instead, fail
7516 when the test times out.
7517 (passes): New global.
7518 (top level): Break the testing loop if testing fails on any
7519 iteration. Use gdb_assert.
7520
7521 2015-02-04 Don Breazeal <donb@codesourcery.com>
7522
7523 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7524 and initialize them.
7525 (ipc_cleanup): New function.
7526 (main): Don't declare shmid, semid, and msqid. Add a call to
7527 atexit so that we call ipc_cleanup on exit.
7528
7529 2015-02-04 Pedro Alves <palves@redhat.com>
7530
7531 * boards/native-extended-gdbserver.exp: Remove any target variant
7532 specifications from the board name before clearing the isremote
7533 flag from board_info.
7534
7535 2015-01-31 Doug Evans <xdje42@gmail.com>
7536
7537 * gdb.base/maint.exp <maint print type argc>: Update expected output.
7538
7539 2015-01-31 Gary Benson <gbenson@redhat.com>
7540
7541 * gdb.base/completion.exp: Disable completion limiting for
7542 existing tests. Add new tests to check completion limiting.
7543 * gdb.linespec/ls-errs.exp: Disable completion limiting.
7544
7545 2015-01-31 Doug Evans <xdje42@gmail.com>
7546
7547 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7548
7549 2015-01-31 Doug Evans <xdje42@gmail.com>
7550
7551 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7552 entries. Duplicate file section script entries.
7553 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7554 inlined entries. Add test for safe-path rejection.
7555 * gdb.python/py-section-script.c: Add duplicate inlined section script
7556 entries. Duplicate file section script entries.
7557 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7558 inlined entries. Add test for safe-path rejection.
7559
7560 2015-01-29 Joel Brobecker <brobecker@adacore.com>
7561
7562 * gdb.ada/disc_arr_bound: New testcase.
7563
7564 2015-01-29 Joel Brobecker <brobecker@adacore.com>
7565
7566 * gdb.ada/mi_var_array: New testcase.
7567
7568 2015-01-27 Doug Evans <dje@google.com>
7569
7570 * gdb.python/py-objfile.exp: Add tests for objfile.username.
7571 Add test for objfile.filename, objfile.username after objfile
7572 has been unloaded.
7573
7574 2015-01-26 Joel Brobecker <brobecker@adacore.com>
7575
7576 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7577 the second test to print the name attribute of value
7578 returned by the call to gdb.lookup_type, and adjust
7579 the expected output accordingly.
7580
7581 2015-01-25 Mark Wielaard <mjw@redhat.com>
7582
7583 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7584 * gdb.base/disp-step-fork.c: Include unistd.h.
7585 * gdb.base/siginfo-obj.c: Include stdio.h.
7586 * gdb.base/siginfo-thread.c: Likewise.
7587 * gdb.mi/non-stop.c: Include unistd.h.
7588 * gdb.mi/nsthrexec.c: Include stdio.h.
7589 * gdb.mi/pthreads.c: Include unistd.h.
7590 * gdb.modula2/unbounded1.c (main): Declare returns int.
7591 * gdb.reverse/consecutive-reverse.c: Likewise.
7592 * gdb.threads/create-fail.c: Include unistd.h.
7593 * gdb.threads/killed.c: Likewise.
7594 * gdb.threads/linux-dp.c: Likewise.
7595 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
7596 * gdb.threads/non-ldr-exc-2.c: Likewise.
7597 * gdb.threads/non-ldr-exc-3.c: Likewise.
7598 * gdb.threads/non-ldr-exc-4.c: Likewise.
7599 * gdb.threads/pthreads.c: Include unistd.h.
7600 (main): Declare returns int.
7601 * gdb.threads/tls-main.c (foo): New declaration.
7602 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
7603
7604 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
7605
7606 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
7607 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
7608
7609 2015-01-15 Mark Wielaard <mjw@redhat.com>
7610
7611 * gdb.base/noreturn-return.c: New file.
7612 * gdb.base/noreturn-return.exp: New file.
7613 * gdb.base/noreturn-finish.c: New file.
7614 * gdb.base/noreturn-finish.exp: New file.
7615
7616 2015-01-23 Pedro Alves <palves@redhat.com>
7617
7618 * gdb.threads/continue-pending-after-query.c: New file.
7619 * gdb.threads/continue-pending-after-query.exp: New file.
7620
7621 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
7622 Simon Marchi <simon.marchi@ericsson.com>
7623
7624 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
7625 * gdb.base/valgrind-db-attach.exp: Same.
7626 * gdb.base/valgrind-infcall.exp: Same.
7627 * lib/mi-support.exp (default_mi_gdb_start): Same.
7628 * lib/prompt.exp (default_prompt_gdb_start): Same.
7629 * lib/gdb.exp (default_gdb_spawn): Same.
7630 (gdb_interact): New.
7631
7632
7633 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7634
7635 * gdb.compile/compile.exp (pointer to jit function): New test.
7636
7637 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
7638
7639 * lib/gdb.exp (supports_process_record): Return true for
7640 powerpc*-*-linux*.
7641 (supports_reverse): Likewise.
7642
7643 2015-01-15 Don Breazeal <donb@codesourcery.com>
7644
7645 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
7646 instead of checking whether the target board is remote and
7647 use spawn_wait_for_attach instead of exec/sleep.
7648 * gdb.base/attach-twice.exp: Likewise.
7649
7650 2015-01-15 Joel Brobecker <brobecker@adacore.com>
7651
7652 * gdb.ada/var_arr_attrs: New testcase.
7653
7654 2015-01-14 Pedro Alves <palves@redhat.com>
7655 Joel Brobecker <brobecker@adacore.com>
7656
7657 PR gdb/17525
7658 * gdb.base/bp-cmds-execution-x-script.c: New file.
7659 * gdb.base/bp-cmds-execution-x-script.exp: New file.
7660 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
7661
7662 2015-01-14 Pedro Alves <palves@redhat.com>
7663
7664 PR cli/17828
7665 * gdb.base/batch-preserve-term-settings.c: New file.
7666 * gdb.base/batch-preserve-term-settings.exp: New file.
7667
7668 2015-01-13 Doug Evans <dje@google.com>
7669
7670 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
7671 binary.
7672
7673 2015-01-13 Joel Brobecker <brobecker@adacore.com>
7674
7675 * Makefile.in (clean mostlyclean): Do not delete *.py.
7676
7677 2015-01-13 Joel Brobecker <brobecker@adacore.com>
7678
7679 * gdb.python/py-lookup-type.exp: New file.
7680
7681 2015-01-12 Pedro Alves <palves@redhat.com>
7682
7683 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
7684 restore GDBFLAGS before returning.
7685
7686 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7687
7688 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
7689 is_amd64_regs_target and is_x86_like_target.
7690
7691 2015-01-11 Doug Evans <xdje42@gmail.com>
7692
7693 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
7694 is given without an explicit form.
7695 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
7696 attributes.
7697 * gdb.dwarf/corrupt.exp: Ditto.
7698 * gdb.dwarf2/enum-type.exp: Ditto.
7699 * gdb.trace/entry-values.exp: Ditto.
7700 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
7701
7702 2015-01-11 Doug Evans <xdje42@gmail.com>
7703
7704 PR gdb/15830
7705 * gdb.base/maint.exp: Remove references to "maint demangle".
7706 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
7707 Add tests for explicitly specifying language to demangle.
7708 * gdb.dlang/demangle.exp: Ditto.
7709
7710 2015-01-09 Pedro Alves <palves@redhat.com>
7711
7712 * gdb.threads/non-stop-fair-events.c: New file.
7713 * gdb.threads/non-stop-fair-events.exp: New file.
7714
7715 2015-01-09 Pedro Alves <palves@redhat.com>
7716
7717 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
7718 the global scope. Set a breakpoint after all threads are started
7719 rather than stepping over two source lines. Expect the prompt.
7720 * gdb.base/watch_thread_num.c (threads_started_barrier): New
7721 global.
7722 (NUM): Now 15.
7723 (main): Use threads_started_barrier to wait for all threads to
7724 start. Main thread no longer calls thread_function. Exit after
7725 180 seconds.
7726 (loop): New function.
7727 (thread_function): Wait on threads_started_barrier barrier. Call
7728 'loop' at each iteration.
7729 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
7730 threads have started, instead of hardcoding number of "next"
7731 steps. Use an access watchpoint instead of a write watchpoint.
7732
7733 2015-01-09 Pedro Alves <palves@redhat.com>
7734
7735 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
7736 (thread_func): Wait on barrier.
7737 (main): Wait for all threads to start before stopping GDB.
7738 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
7739 global.
7740 (thread1_func, thread2_func): Wait on barrier.
7741 (main): Wait for all threads to start before stopping GDB.
7742 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
7743 New global.
7744 (thread1_func, thread2_func): Wait on barrier.
7745 (main): Wait for all threads to start before stopping GDB.
7746
7747 2015-01-09 Pedro Alves <palves@redhat.com>
7748
7749 * gdb.threads/attach-many-short-lived-threads.c: New file.
7750 * gdb.threads/attach-many-short-lived-threads.exp: New file.
7751
7752 2014-01-09 Pedro Alves <palves@redhat.com>
7753
7754 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
7755 instead of to thread 2.
7756 * gdb.threads/signal-command-multiple-signals-pending.c (main):
7757 Add barrier around each pthread_create call instead of around all
7758 calls.
7759 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
7760 Set a break on thread_function and have the child threads hit it
7761 one at at a time.
7762
7763 2015-01-09 Pedro Alves <palves@redhat.com>
7764
7765 * lib/gdb.exp (can_spawn_for_attach): New procedure.
7766 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
7767 false.
7768 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
7769 checking whether the target board is remote.
7770 * gdb.multi/multi-attach.exp: Likewise.
7771 * gdb.python/py-sync-interp.exp: Likewise.
7772 * gdb.server/ext-attach.exp: Likewise.
7773 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
7774 tests that need to attach, instead of checking whether the target
7775 board is remote at the top of the file.
7776
7777 2015-01-08 Yao Qi <yao@codesourcery.com>
7778
7779 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
7780
7781 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7782
7783 Fix testcase compilation.
7784 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
7785
7786 2015-01-06 Joel Brobecker <brobecker@adacore.com>
7787
7788 * gdb.python/py-type.exp: Add a couple test about empty
7789 array creation, and negative-length array creation.
7790
7791 2015-01-02 Doug Evans <xdje42@gmail.com>
7792
7793 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
7794
7795 2015-01-02 Doug Evans <dje@google.com>
7796
7797 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
7798
7799 2014-12-29 Yao Qi <yao@codesourcery.com>
7800
7801 * gdb.trace/entry-values.exp: Update comments. Rename variable
7802 bar_call_foo to returned_from_foo.
7803
7804 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
7805
7806 PR gdb/17394
7807 * gdb.linespec/break-asm-file.c: New file.
7808 * gdb.linespec/break-asm-file.exp: New file.
7809 * gdb.linespec/break-asm-file0.s: New file.
7810 * gdb.linespec/break-asm-file1.s: New file.
7811
7812 2014-12-18 Nigel Stephens <nigel@mips.com>
7813 Maciej W. Rozycki <macro@codesourcery.com>
7814
7815 * gdb.base/float.exp: Handle the new output from "info float" on
7816 MIPS targets.
7817
7818 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7819
7820 Fix MinGW compilation.
7821 * gdb.compile/compile-ops.exp: Update untested message if
7822 !skip_compile_feature_tests.
7823 * gdb.compile/compile-setjmp.exp: Likewise.
7824 * gdb.compile/compile-tls.exp: Likewise.
7825 * gdb.compile/compile.exp: Likewise.
7826 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
7827 supported on this host".
7828
7829 2014-12-16 Doug Evans <xdje42@gmail.com>
7830
7831 * boards/stabs.exp: New file.
7832
7833 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
7834
7835 * gdb.base/completion.exp: Adjust to format changes of "maint
7836 print user-registers".
7837
7838 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
7839
7840 PR server/17457
7841 * gdb.arch/aarch64-fp.c: New file.
7842 * gdb.arch/aarch64-fp.exp: New file.
7843
7844 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7845
7846 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
7847 r210637, r210913, r211666, r215400, r215817).
7848
7849 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
7850 * dg-extract-results.py: New file.
7851 * dg-extract-results.sh: Use it if the environment seems
7852 suitable.
7853
7854 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
7855
7856 * dg-extract-results.py (parse_run): Handle warnings that
7857 are printed before a test harness is run.
7858
7859 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
7860
7861 * dg-extract-results.py (Named): Remove __cmp__ method.
7862 (output_variation): Use a key to sort variation.harnesses.
7863
7864 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
7865
7866 * dg-extract-results.py: For Python 3, force sys.stdout to
7867 handle surrogate escape sequences.
7868 (safe_open): New function.
7869 (output_segment, main): Use it.
7870
7871 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
7872
7873 * dg-extract-results.py (Prog.result_re): Include options
7874 in test name.
7875
7876 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
7877
7878 * dg-extract-results.py (output_variation): Always sort if
7879 do_sum.
7880
7881 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
7882
7883 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
7884 as long as we get pagination notifications.
7885
7886 2014-12-15 Jason Merrill <jason@redhat.com>
7887
7888 * Makefile.in (check-gdb.%): Restore.
7889 * README: Mention it.
7890
7891 2014-12-13 Joel Brobecker <brobecker@adacore.com>
7892
7893 * gdb.ada/str_uninit: New testcase.
7894
7895 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7896
7897 PR symtab/17642
7898 * gdb.base/vla-stub-define.c: New file.
7899 * gdb.base/vla-stub.c: New file.
7900 * gdb.base/vla-stub.exp: New file.
7901
7902 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
7903 Jan Kratochvil <jan.kratochvil@redhat.com>
7904 Tom Tromey <tromey@redhat.com>
7905
7906 * configure.ac: Add gdb.compile/.
7907 * configure: Regenerate.
7908 * gdb.compile/Makefile.in: New file.
7909 * gdb.compile/compile-ops.exp: New file.
7910 * gdb.compile/compile-ops.c: New file.
7911 * gdb.compile/compile-tls.c: New file.
7912 * gdb.compile/compile-tls.exp: New file.
7913 * gdb.compile/compile-constvar.S: New file.
7914 * gdb.compile/compile-constvar.c: New file.
7915 * gdb.compile/compile-mod.c: New file.
7916 * gdb.compile/compile-nodebug.c: New file.
7917 * gdb.compile/compile-setjmp-mod.c: New file.
7918 * gdb.compile/compile-setjmp.c: New file.
7919 * gdb.compile/compile-setjmp.exp: New file.
7920 * gdb.compile/compile-shlib.c: New file.
7921 * gdb.compile/compile.c: New file.
7922 * gdb.compile/compile.exp: New file.
7923 * lib/gdb.exp (skip_compile_feature_tests): New proc.
7924
7925 2014-12-12 Tom Tromey <tromey@redhat.com>
7926
7927 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
7928 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
7929
7930 2014-12-12 Doug Evans <dje@google.com>
7931
7932 * lib/gdb-python.exp (get_python_valueof): New function.
7933 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
7934
7935 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7936
7937 * gdb.base/completion.exp: Add test for completion of "info
7938 registers ".
7939
7940 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
7941
7942 * gdb.base/func-ptrs.c: New file.
7943 * gdb.base/func-ptrs.exp: New file.
7944
7945 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
7946
7947 PR breakpoints/17012
7948 * gdb.base/dprintf-detach.c: New file.
7949 * gdb.base/dprintf-detach.exp: New file.
7950
7951 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
7952
7953 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
7954 * lib/gdb.exp (target_is_gdbserver): New procedure.
7955
7956 2014-12-08 Doug Evans <dje@google.com>
7957
7958 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
7959
7960 2014-12-05 Yao Qi <yao@codesourcery.com>
7961
7962 * gdb.guile/scm-error.exp: Remove the third argument to
7963 gdb_remote_download.
7964 * gdb.guile/scm-frame-args.exp: Likewise.
7965 * gdb.guile/scm-section-script.exp: Likewise.
7966
7967 2014-12-05 Yao Qi <yao@codesourcery.com>
7968
7969 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
7970
7971 2014-12-04 Doug Evans <dje@google.com>
7972
7973 * gdb.python/py-objfile.exp: Add tests for
7974 objfile.add_separate_debug_file.
7975
7976 2014-12-04 Doug Evans <dje@google.com>
7977
7978 * lib/gdb.exp (get_build_id): New function.
7979 (build_id_debug_filename_get): Rewrite to use it.
7980 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
7981
7982 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
7983
7984 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
7985 `method(long)', not just 0x0.
7986 * gdb.cp/nsalias.exp: Align code labels to 4.
7987 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
7988 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
7989 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
7990 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
7991 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
7992 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
7993
7994 2014-12-02 Doug Evans <dje@google.com>
7995
7996 PR symtab/17602
7997 * gdb.cp/anon-ns.cc: Move guts of this file to ...
7998 * gdb.cp/anon-ns2.cc: ... here. New file.
7999 * gdb.cp/anon-ns.exp: Update.
8000
8001 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
8002
8003 * gdb.python/py-events.py (inferior_call_handler): New.
8004 (register_changed_handler, memory_changed_handler): New.
8005 (test_events.invoke): Register new handlers.
8006 * gdb.python/py-events.exp: Add tests for inferior call,
8007 memory_changed and register_changed events.
8008
8009 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8010
8011 * gdb.base/execl-update-breakpoints.exp: Specify the link address
8012 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
8013 if the linker doesn't understand this.
8014
8015 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
8016
8017 * gdb.python/python.exp: Change expected reply to help().
8018
8019 2014-12-01 Yao Qi <yao@codesourcery.com>
8020
8021 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
8022 AC_CONFIG_SUBDIRS(gdb.gdbtk).
8023 * configure: Re-generated.
8024
8025 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
8026
8027 * gdb.cp/chained-calls.cc: New file.
8028 * gdb.cp/chained-calls.exp: New file.
8029 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8030
8031 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
8032
8033 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8034 * gdb.dwarf2/symtab-producer.exp: Same.
8035 * gdb.gdb/python-interrupts.exp: Same.
8036 * gdb.gdb/python-selftest.exp: Same.
8037 * gdb.python/py-linetable.exp: Same.
8038 * gdb.python/py-type.exp: Same.
8039 * gdb.python/py-value-cc.exp: Same.
8040 * gdb.python/py-value.exp: Same.
8041
8042 2014-11-28 Yao Qi <yao@codesourcery.com>
8043
8044 * gdb.base/break-probes.exp: Match library name prefixed with
8045 sysroot.
8046
8047 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
8048
8049 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
8050 test expected output. Add parentheses for the call to print.
8051 Remove L suffix from integers.
8052
8053 2014-11-26 Doug Evans <dje@google.com>
8054
8055 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8056
8057 2014-11-22 Yao Qi <yao@codesourcery.com>
8058
8059 * gdb.trace/entry-values.c: Remove asms.
8060 (foo): Add foo_label.
8061 (bar): Add bar_label.
8062 * gdb.trace/entry-values.exp: Remove code computing foo's
8063 length and bar's length.
8064 (Dwarf::assemble): Invoke function_range for bar and use
8065 MACRO_AT_func for foo.
8066
8067 2014-11-22 Yao Qi <yao@codesourcery.com>
8068
8069 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8070 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
8071 Use .Lgcc43_procstart instead of gcc43.
8072
8073 2014-11-21 Joel Brobecker <brobecker@adacore.com>
8074
8075 * gdb.ada/n_arr_bound: New testcase.
8076
8077 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
8078
8079 PR breakpoints/10737
8080 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8081 test_catch_syscall_multi_arch.
8082 (test_catch_syscall_multi_arch): New function.
8083
8084 2014-11-20 Doug Evans <xdje42@gmail.com>
8085
8086 * gdb.base/maint.exp: Update expected output.
8087
8088 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8089
8090 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8091 4-byte instruction on S390.
8092
8093 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8094
8095 * gdb.ada/arr_arr: New testcase.
8096
8097 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8098
8099 * gdb.ada/pkd_arr_elem: New Testcase.
8100
8101 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
8102
8103 * gdb.reverse/break-precsave: Expect completion message for
8104 core file reads.
8105 * gdb.reverse/consecutive-precsave.exp: Likewise.
8106 * gdb.reverse/finish-precsave.exp: Likewise.
8107 * gdb.reverse/i386-precsave.exp: Likewise.
8108 * gdb.reverse/machinestate-precsave.exp: Likewise.
8109 * gdb.reverse/sigall-precsave.exp: Likewise.
8110 * gdb.reverse/solib-precsave.exp: Likewise.
8111 * gdb.reverse/step-precsave.exp: Likewise.
8112 * gdb.reverse/until-precsave.exp: Likewise.
8113 * gdb.reverse/watch-precsave.exp: Likewise.
8114
8115 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8116
8117 * gdb.base/bp-permanent.c: Include unistd.h.
8118 * gdb.python/py-framefilter-mi.c (main): Add return type.
8119 * gdb.python/py-framefilter.c (main): Likewise.
8120 * gdb.trace/actions-changed.c (main): Likewise.
8121
8122 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8123
8124 * gdb.mi/until.c: Add eye-catchers.
8125 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8126 line numbers.
8127
8128 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8129
8130 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8131 function header variants in break1.c.
8132 * gdb.base/ena-dis-br.exp: Likewise.
8133 * gdb.base/hbreak2.exp: Likewise.
8134 * gdb.reverse/until-precsave.exp: Drop references to removed
8135 non-prototype function header variants in ur1.c.
8136 * gdb.reverse/until-reverse.exp: Likewise.
8137
8138 2014-11-17 Petr Machata <pmachata@redhat.com>
8139
8140 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8141 ${_cu_offset_size} bytes abbrev offset.
8142
8143 2014-11-15 Doug Evans <xdje42@gmail.com>
8144
8145 PR symtab/17559
8146 * gdb.base/line-symtabs.exp: New file.
8147 * gdb.base/line-symtabs.c: New file.
8148 * gdb.base/line-symtabs.h: New file.
8149
8150 2014-11-14 Yao Qi <yao@codesourcery.com>
8151
8152 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8153 (func): Add label func_label.
8154 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8155 Replace low_pc and high_pc with MACRO_AT_range.
8156 Replace name, low_pc and high_pc with MACRO_AT_func.
8157
8158 2014-11-14 Yao Qi <yao@codesourcery.com>
8159
8160 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8161 Replace name, low_pc and high_pc with MACRO_AT_func.
8162
8163 2014-11-14 Yao Qi <yao@codesourcery.com>
8164
8165 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8166 produce debug information.
8167 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8168
8169 2014-11-14 Yao Qi <yao@codesourcery.com>
8170
8171 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8172 object and get function length.
8173 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8174 with MACRO_AT_func.
8175 (top-level): Replace gdb_compile and clean_restart with
8176 prepare_for_testing.
8177 * gdb.dwarf2/main.c (main): Add label main_label.
8178
8179 2014-11-14 Yao Qi <yao@codesourcery.com>
8180
8181 * lib/dwarf.exp (function_range): New procedure.
8182 (Dwarf::_handle_macro_at_func): New procedure.
8183 (Dwarf::_handle_macro_at_range): New procedure.
8184 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8185
8186 2014-11-14 Yao Qi <yao@codesourcery.com>
8187
8188 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8189 (_handle_attribute): New procedure.
8190
8191 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8192
8193 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8194 * gdb.base/call-sc.c (zed): Likewise.
8195 * gdb.base/checkpoint.c (main): Likewise.
8196 * gdb.base/dump.c (main): Likewise.
8197 * gdb.base/gcore.c (main): Likewise.
8198 * gdb.base/huge.c (main): Likewise.
8199 * gdb.base/multi-forks.c (main): Likewise.
8200 * gdb.base/pr10179-a.c (main): Likewise.
8201 * gdb.base/savedregs.c (main): Likewise.
8202 * gdb.base/sigaltstack.c (main): Likewise.
8203 * gdb.base/siginfo.c (main): Likewise.
8204 * gdb.base/structs.c (zed): Likewise.
8205 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8206 * gdb.mi/mi-syn-frame.c (main): Likewise.
8207 * gdb.mi/until.c (foo, main): Likewise.
8208 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8209 * gdb.base/solib-weak.c (foo): Declare.
8210 * gdb.base/attach-twice.c: Include stdio.h.
8211 * gdb.base/weaklib1.c: Likewise.
8212 * gdb.base/weaklib2.c: Likewise.
8213 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8214 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8215 unistd.h.
8216 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8217 * gdb.mi/mi-exit-code.c: Likewise.
8218 * gdb.base/break-interp-lib.c: Include string.h.
8219 * gdb.base/coremaker.c: Likewise.
8220 * gdb.base/testenv.c: Likewise.
8221 * gdb.python/py-finish-breakpoint.c: Likewise.
8222 * gdb.base/inferior-died.c: Include sys/wait.h.
8223 * gdb.base/fileio.c: Include time.h.
8224 * gdb.base/async-shell.c: Include unistd.h.
8225 * gdb.base/dprintf-non-stop.c: Likewise.
8226 * gdb.base/info-os.c: Likewise.
8227 * gdb.mi/mi-console.c: Likewise.
8228 * gdb.mi/watch-nonstop.c: Likewise.
8229 * gdb.python/py-events.c: Likewise.
8230 * gdb.base/async.c (baz): Move up before its invocation.
8231 * gdb.base/code_elim2.c (my_global_func): Likewise.
8232 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8233 * gdb.base/advance.c (func2): Likewise.
8234
8235 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8236
8237 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8238 variant.
8239 * gdb.base/annota3.c: Likewise.
8240 * gdb.base/async.c: Likewise.
8241 * gdb.base/average.c: Likewise.
8242 * gdb.base/call-ar-st.c: Likewise.
8243 * gdb.base/call-rt-st.c: Likewise.
8244 * gdb.base/call-sc.c: Likewise.
8245 * gdb.base/call-strs.c: Likewise.
8246 * gdb.base/ending-run.c: Likewise.
8247 * gdb.base/execd-prog.c: Likewise.
8248 * gdb.base/exprs.c: Likewise.
8249 * gdb.base/foll-exec.c: Likewise.
8250 * gdb.base/foll-fork.c: Likewise.
8251 * gdb.base/foll-vfork.c: Likewise.
8252 * gdb.base/funcargs.c: Likewise.
8253 * gdb.base/gcore.c: Likewise.
8254 * gdb.base/jump.c: Likewise.
8255 * gdb.base/langs0.c: Likewise.
8256 * gdb.base/langs1.c: Likewise.
8257 * gdb.base/langs2.c: Likewise.
8258 * gdb.base/mips_pro.c: Likewise.
8259 * gdb.base/nodebug.c: Likewise.
8260 * gdb.base/opaque0.c: Likewise.
8261 * gdb.base/opaque1.c: Likewise.
8262 * gdb.base/recurse.c: Likewise.
8263 * gdb.base/run.c: Likewise.
8264 * gdb.base/scope0.c: Likewise.
8265 * gdb.base/scope1.c: Likewise.
8266 * gdb.base/setshow.c: Likewise.
8267 * gdb.base/setvar.c: Likewise.
8268 * gdb.base/shmain.c: Likewise.
8269 * gdb.base/shr1.c: Likewise.
8270 * gdb.base/shr2.c: Likewise.
8271 * gdb.base/sigall.c: Likewise.
8272 * gdb.base/signals.c: Likewise.
8273 * gdb.base/so-indr-cl.c: Likewise.
8274 * gdb.base/solib2.c: Likewise.
8275 * gdb.base/structs.c: Likewise.
8276 * gdb.base/sum.c: Likewise.
8277 * gdb.base/vforked-prog.c: Likewise.
8278 * gdb.base/watchpoint.c: Likewise.
8279 * gdb.reverse/shr2.c: Likewise.
8280 * gdb.reverse/until-reverse.c: Likewise.
8281 * gdb.reverse/ur1.c: Likewise.
8282 * gdb.reverse/watch-reverse.c: Likewise.
8283
8284 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8285
8286 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8287 variant.
8288 * gdb.base/sepdebug.exp: Drop references to removed code.
8289
8290 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8291
8292 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8293 variant. Preserve original line numbering.
8294 * gdb.base/list1.c: Likewise.
8295
8296 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8297
8298 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8299 variant.
8300 * gdb.base/break1.c: Likewise.
8301 * gdb.base/break.exp: Drop references to removed code.
8302
8303 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8304
8305 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8306 variant.
8307
8308 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8309
8310 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8311
8312 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8313
8314 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8315 logic into perform_all_tests() and invoke it with and without
8316 function header prototypes.
8317 (do_function_calls): Remove conditional XFAIL for PR 5318.
8318 (rerun_and_prepare): Remove duplicate code.
8319 (perform_all_tests): New. Main logic moved here.
8320
8321 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8322
8323 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8324 code guarded by #ifdef NO_PROTOTYPES.
8325 (t_double_many_args): Likewise.
8326 (DEF_FUNC_MANY_ARGS_1): Likewise.
8327 (DEF_FUNC_VALUES_1): Likewise.
8328 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8329 guarded by #ifdef PROTOTYPES.
8330
8331 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8332
8333 * gdb.mi/mi-console.c: Add eye-catcher.
8334 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8335 instead of literal line number.
8336
8337 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8338
8339 * gdb.base/shr2.c: Add eye-catcher.
8340 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8341 line number.
8342
8343 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8344
8345 * gdb.base/jump.c: Add eye-catchers.
8346 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8347 numbers.
8348
8349 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8350
8351 * gdb.base/execd-prog.c: Add eye-catchers.
8352 * gdb.base/foll-exec.c: Likewise.
8353 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8354 line numbers.
8355
8356 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8357
8358 * gdb.base/ending-run.c: Add eye-catchers.
8359 * gdb.base/ending-run.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-rt-st.c: Add eye-catchers.
8365 * gdb.base/call-rt-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/call-ar-st.c: Add eye-catchers.
8371 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8372 literal line numbers.
8373
8374 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8375
8376 * gdb.base/average.c: Add eye-catchers.
8377 * gdb.base/sum.c: Likewise.
8378 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8379 regexps dynamically.
8380
8381 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8382
8383 * gdb.base/solib1.c: Add eye-catchers.
8384 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8385 literal line numbers.
8386
8387 2014-11-12 Pedro Alves <palves@redhat.com>
8388
8389 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8390 leader has exited.
8391
8392 2014-11-12 Pedro Alves <palves@redhat.com>
8393
8394 * gdb.arch/i386-bp_permanent.c: New file.
8395 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8396 (srcfile): Set to i386-bp_permanent.c.
8397 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8398 that stepi does not execute the 'leave' instruction, instead of
8399 testing it does execute.
8400 * gdb.base/bp-permanent.c: New file.
8401 * gdb.base/bp-permanent.exp: New file.
8402
8403 2014-11-10 Doug Evans <xdje42@gmail.com>
8404
8405 PR symtab/17564
8406 * gdb.base/symtab-search-order.exp: New file.
8407 * gdb.base/symtab-search-order.c: New file.
8408 * gdb.base/symtab-search-order-1.c: New file.
8409 * gdb.base/symtab-search-order-shlib-1.c: New file.
8410
8411 2014-11-07 Pedro Alves <palves@redhat.com>
8412
8413 PR gdb/17511
8414 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8415 i?86-*-linux*.
8416
8417 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8418
8419 PR c++/17494
8420 * gdb.cp/pr17494.cc: New file.
8421 * gdb.cp/pr17494.exp: New file.
8422
8423 2014-11-02 Yao Qi <yao@codesourcery.com>
8424
8425 * gdb.python/python.exp: Get working directory and match the
8426 output of "set extended-prompt \\w " with it.
8427
8428 2014-10-30 Doug Evans <dje@google.com>
8429
8430 * gdb.python/py-objfile.exp: Add tests for setting random attributes
8431 in objfiles.
8432 * gdb.python/py-progspace.exp: Add tests for setting random attributes
8433 in progspaces.
8434
8435 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
8436
8437 * gdb.base/fullpath-expand.exp: Skip for a remote host.
8438 * gdb.base/realname-expand.exp: Likewise.
8439 * gdb.linespec/macro-relative.exp: Likewise.
8440
8441 2014-10-29 Pedro Alves <palves@redhat.com>
8442
8443 PR gdb/17408
8444 * gdb.threads/schedlock.c (some_function): New function.
8445 (call_function): New global.
8446 (MAYBE_CALL_SOME_FUNCTION): New macro.
8447 (thread_function): Call it.
8448 * gdb.threads/schedlock.exp (get_args): Add description parameter,
8449 and use it instead of a global counter. Adjust all callers.
8450 (get_current_thread): Use "find current thread" for test message
8451 here rather than having all callers pass down the same string.
8452 (goto_loop): New procedure, factored out from ...
8453 (my_continue): ... this.
8454 (step_ten_loops): Change parameter from test message to command to
8455 use. Adjust.
8456 (list_count): Delete global.
8457 (check_result): New procedure, factored out from duplicate top
8458 level code.
8459 (continue tests): Wrap in with_test_prefix.
8460 (test_step): New procedure, factored out from duplicate top level
8461 code.
8462 (top level): Test "step" in combination with all scheduler-locking
8463 modes. Test "next" in combination with all scheduler-locking
8464 modes, and in combination with stepping over a function call or
8465 not.
8466 * gdb.threads/next-bp-other-thread.c: New file.
8467 * gdb.threads/next-bp-other-thread.exp: New file.
8468
8469 2014-10-29 Pedro Alves <palves@redhat.com>
8470
8471 PR python/17372
8472 * gdb.python/python.exp: Test a multi-line command that spawns
8473 interactive Python.
8474 * gdb.base/multi-line-starts-subshell.exp: New file.
8475
8476 2014-10-29 Yao Qi <yao@codesourcery.com>
8477
8478 * gdb.base/fileio.exp: Make directories on host.
8479
8480 2014-10-29 Yao Qi <yao@codesourcery.com>
8481
8482 * gdb.base/fileio.c (test_write): Close the file.
8483
8484 2014-10-28 Pedro Alves <palves@redhat.com>
8485
8486 PR gdb/12623
8487 * gdb.base/sigstep.c (no_handler): New global.
8488 (main): If 'no_handler is true, set the signal handlers to
8489 SIG_IGN.
8490 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8491 with_sw_watch and no_handler parameters. Handle them.
8492 (top level) <stepping over handler when stopped at a breakpoint
8493 test>: Add a test axis for testing with a software watchpoint, and
8494 another for testing with the signal handler set to SIG_IGN.
8495 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8496 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8497
8498 2014-10-28 Pedro Alves <palves@redhat.com>
8499
8500 PR gdb/17511
8501 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8502 * gdb.base/sigstep.exp (other_handler_location): New global.
8503 (advance): Support stepping into the signal handler, and running
8504 commands while in the handler.
8505 (in_handler_map): New global.
8506 (top level): In the advance test, add combinations for getting
8507 into the handler with stepping commands, and for running commands
8508 in the handler. Add comment descripting the advancei tests.
8509
8510 2014-10-28 Pedro Alves <palves@redhat.com>
8511
8512 * gdb.base/sigstep.exp: Use build_executable instead of
8513 prepare_for_testing.
8514 (top level): Move code that starts GDB, runs to main and creates a
8515 display to ...
8516 (restart): ... this new procedure.
8517 (top level): Move backtrace from signal handler test to ...
8518 (validate_backtrace): ... this new procedure.
8519 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
8520 with_test_prefix. Always restart GDB.
8521 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
8522 with_test_prefix. Always restart GDB. No need to delete
8523 breakpoints after the test.
8524 (test_skip_handler): Remove prefix parameter.
8525 (skip_over_handler, breakpoint_to_handler)
8526 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8527 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
8528 restart GDB. No need to delete breakpoints after the test.
8529 (top level): Use foreach to call the test procedures with
8530 different commands.
8531
8532 2014-10-28 Pedro Alves <palves@redhat.com>
8533
8534 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8535 instead of GNATS numbers.
8536 * gdb.base/sigbpt.exp: Likewise.
8537 * gdb.base/siginfo.exp: Likewise.
8538 * gdb.base/sigstep.exp: Likewise.
8539
8540 2014-10-27 Pedro Alves <palves@redhat.com>
8541
8542 * gdb.base/sigstep.c (dummy): New global.
8543 (main): Issue a couple writes to the new global.
8544 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8545 procedures.
8546 (skip_over_handler): Use test_skip_handler.
8547 (top level): Call skip_over_handler for stepi and nexti too.
8548 (breakpoint_over_handler): Use test_skip_handler.
8549 (top level): Call breakpoint_over_handler for stepi and nexti too.
8550
8551 2014-10-27 Yao Qi <yao@codesourcery.com>
8552
8553 * gdb.trace/tfile.c (adjust_function_address)
8554 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8555 function descriptor.
8556
8557 2014-10-24 Don Breazeal <donb@codesourcery.com>
8558
8559 * gdb.base/foll-fork.exp (test_follow_fork,
8560 catch_fork_child_follow): Check for updated fork messages emitted
8561 from infrun.c.
8562 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8563 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8564 vfork_and_exec_child_follow_through_step): Check for updated vfork
8565 messages emitted from infrun.c.
8566
8567 2014-10-24 Pedro Alves <palves@redhat.com>
8568
8569 * gdb.base/corefile.exp: Remove references to ultrix.
8570 * gdb.base/interrupt.exp: Likewise.
8571 * gdb.base/whatis.exp: Likewise.
8572 * gdb.gdb/selftest.exp: Likewise.
8573 * gdb.threads/manythreads.exp: Likewise.
8574 * gdb.threads/print-threads.exp: Likewise.
8575 * gdb.threads/pthreads.exp:: Likewise.
8576 * gdb.threads/schedlock.exp: Likewise.
8577
8578 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
8579
8580 * gdb.cp/non-trivial-retval.cc: Add a test case.
8581 * gdb.cp/non-trivial-retval.exp: Add a test.
8582
8583 2014-10-20 Yao Qi <yao@codesourcery.com>
8584
8585 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8586 * gdb.python/py-objfile-script-gdb.py: New file.
8587 * gdb.python/py-objfile-script.exp: Update reference to
8588 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
8589 of remote_download. Remove the dest file.
8590
8591 2014-10-20 Yao Qi <yao@codesourcery.com>
8592
8593 * gdb.base/checkpoint.exp: Don't remove file copied on host.
8594 * gdb.base/step-line.exp: Likewise.
8595 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8596 * gdb.dwarf2/dw2-basic.exp: Likewise.
8597 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8598 * gdb.dwarf2/dw2-filename.exp: Likewise.
8599 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8600 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8601 * gdb.dwarf2/dw2-producer.exp: Likewise.
8602 * gdb.dwarf2/mac-fileno.exp: Likewise.
8603 * gdb.python/py-frame-args.exp: Likewise.
8604 * gdb.python/py-framefilter.exp: Likewise.
8605 * gdb.python/py-mi.exp: Likewise.
8606 * gdb.python/py-objfile-script.exp: Likewise
8607 * gdb.python/py-pp-integral.exp: Likewise.
8608 * gdb.python/py-pp-re-notag.exp: Likewise.
8609 * gdb.python/py-prettyprint.exp: Likewise.
8610 * gdb.python/py-section-script.exp: Likewise.
8611 * gdb.python/py-typeprint.exp: Likewise.
8612 * gdb.python/py-xmethods.exp: Likewise.
8613 * gdb.stabs/weird.exp: Likewise.
8614 * gdb.xml/tdesc-regs.exp: Likewise.
8615
8616 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
8617
8618 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
8619 (out_cu): Use addr_len for the size of addresses.
8620 (out_line): Likewise. Size DW_LNE_set_address instruction
8621 according to addr_len.
8622 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
8623 (FUNC): Add START_INSNS to definition.
8624
8625 2014-10-18 Yao Qi <yao@codesourcery.com>
8626
8627 * gdb.base/argv0-symlink.exp: Check argv[0] value if
8628 gdb_has_argv0 return true.
8629 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
8630 check [target_info exists noargs], check [gdb_has_argv0]
8631 instead.
8632 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
8633 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
8634 procedures.
8635
8636 2014-10-17 Doug Evans <dje@google.com>
8637
8638 * gdb.python/py-events.exp: Update expected output for clear_objfiles
8639 event.
8640 * gdb.python/py-events.py: Add clear_objfiles event.
8641
8642 2014-10-17 Doug Evans <dje@google.com>
8643
8644 * gdb.python/py-objfile.exp: Test progspace attribute.
8645
8646 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
8647
8648 * gdb.guile/scm-breakpoint.exp: Do not assume any
8649 directory separators when matching source file paths.
8650 * gdb.python/py-breakpoint.exp: Likewise.
8651 * gdb.reverse/break-precsave.exp: Likewise.
8652 * gdb.reverse/break-reverse.exp: Likewise.
8653 * gdb.reverse/consecutive-precsave.exp: Likewise.
8654 * gdb.reverse/finish-precsave.exp: Likewise.
8655 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8656 * gdb.reverse/finish-reverse.exp: Likewise.
8657 * gdb.reverse/i386-precsave.exp: Likewise.
8658 * gdb.reverse/i387-env-reverse.exp: Likewise.
8659 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8660 * gdb.reverse/machinestate-precsave.exp: Likewise.
8661 * gdb.reverse/machinestate.exp: Likewise.
8662 * gdb.reverse/sigall-precsave.exp: Likewise.
8663 * gdb.reverse/solib-precsave.exp: Likewise.
8664 * gdb.reverse/step-precsave.exp: Likewise.
8665 * gdb.reverse/until-precsave.exp: Likewise.
8666 * gdb.reverse/watch-precsave.exp: Likewise.
8667 * gdb.reverse/watch-reverse.exp: Likewise.
8668
8669 2014-10-17 Yao Qi <yao@codesourcery.com>
8670
8671 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
8672 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
8673
8674 2014-10-17 Pedro Alves <palves@redhat.com>
8675
8676 PR gdb/17471
8677 * gdb.base/bg-execution-repeat.c: New file.
8678 * gdb.base/bg-execution-repeat.exp: New file.
8679
8680 2014-10-17 Pedro Alves <palves@redhat.com>
8681
8682 PR gdb/17300
8683 * gdb.base/continue-all-already-running.c: New file.
8684 * gdb.base/continue-all-already-running.exp: New file.
8685
8686 2014-10-17 Pedro Alves <palves@redhat.com>
8687
8688 PR gdb/17472
8689 * gdb.base/annota-input-while-running.c: New file.
8690 * gdb.base/annota-input-while-running.exp: New file.
8691
8692 2014-10-17 Pedro Alves <palves@redhat.com>
8693
8694 * gdb.base/callfuncs.exp: emove references to osf.
8695 * gdb.base/sigall.exp: Likewise.
8696 * gdb.gdb/selftest.exp: Likewise.
8697 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
8698 * gdb.mi/non-stop.c: Likewise.
8699 * gdb.mi/pthreads.c: Likewise.
8700 * gdb.reverse/sigall-precsave.exp: Likewise.
8701 * gdb.reverse/sigall-reverse.exp: Likewise.
8702 * gdb.threads/pthreads.c: Likewise.
8703 * gdb.threads/pthreads.exp: Likewise.
8704
8705 2014-10-17 Yao Qi <yao@codesourcery.com>
8706
8707 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
8708 check 'target_info exists noargs'.
8709 (test_command_prompt_position): Likewise.
8710 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
8711 Remove "set args".
8712 (progvar_simple_while_test): Likewise.
8713 (progvar_complex_if_while_test): Likewise.
8714 (if_while_breakpoint_command_test): Likewise.
8715 (infrun_breakpoint_command_test): Likewise.
8716 (breakpoint_command_test): Likewise.
8717 (watchpoint_command_test): Likewise.
8718 (bp_deleted_in_command_test): Likewise.
8719 (temporary_breakpoint_commands): Likewise.
8720
8721 2014-10-16 Yao Qi <yao@codesourcery.com>
8722
8723 * gdb.base/remotetimeout.exp: Remove noargs checking.
8724
8725 2014-10-15 Pedro Alves <palves@redhat.com>
8726
8727 PR breakpoints/9649
8728 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
8729 * gdb.base/breakpoint-in-ro-region.exp
8730 (probe_target_hardware_step): New procedure.
8731 (top level): Probe hardware stepping and hardware breakpoint
8732 support. Test stepping through a read-only region, with both
8733 "breakpoint auto-hw" on and off and both "always-inserted" on and
8734 off.
8735
8736 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
8737
8738 * gdb.dlang/demangle.exp: Update for demangling changes.
8739
8740 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8741
8742 * gdb.cp/non-trivial-retval.cc: Add new test cases.
8743 * gdb.cp/non-trivial-retval.exp: Add new tests.
8744
8745 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8746
8747 PR c++/13403
8748 PR c++/15154
8749 * gdb.cp/non-trivial-retval.cc: New file.
8750 * gdb.cp/non-trivial-retval.exp: New file.
8751
8752 2014-10-15 Yao Qi <yao@codesourcery.com>
8753
8754 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
8755 remote host.
8756
8757 2014-10-15 Yao Qi <yao@codesourcery.com>
8758
8759 * gdb.python/py-symbol.exp: Match file base name if host is
8760 remote, otherwise match file name with dir name.
8761 * gdb.python/py-symtab.exp: Likewise.
8762 * gdb.python/python.exp: Likewise.
8763
8764 2014-10-15 Yao Qi <yao@codesourcery.com>
8765
8766 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
8767 pattern.
8768 * gdb.python/py-symtab.exp: Likewise.
8769 * gdb.python/python.exp: Remove trailing ".*". Fix typo
8770 locationn.
8771
8772 2014-10-14 Joel Brobecker <brobecker@adacore.com>
8773
8774 * gdb.ada/addr_arith: New testcase.
8775
8776 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
8777
8778 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
8779 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
8780 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
8781 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
8782
8783 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
8784
8785 * gdb.arch/stap-eval-lang-ada.S: Likewise.
8786 * gdb.arch/stap-eval-lang-ada.c: Likewise.
8787 * gdb.arch/stap-eval-lang-ada.exp: New file.
8788
8789 2014-10-14 Yao Qi <yao@codesourcery.com>
8790
8791 * gdb.mi/mi-var-child.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-child.exp: Step over new added statements.
8796 Update test to match the new output.
8797 * gdb.mi/var-cmd.c (nothing1): New function.
8798 (nothing2): New function.
8799 (do_children_tests): Set function pointers by nothing1 and
8800 nothing2.
8801 * gdb.mi/mi-var-display.exp: Update test to match output.
8802 Step to the line specified by $line_dct_nothing.
8803 Increase the number of lines to step.
8804
8805 2014-10-14 Yao Qi <yao@codesourcery.com>
8806
8807 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
8808 tests.
8809 * gdb.mi/mi2-var-child.exp: Likewise.
8810
8811 2014-10-13 Doug Evans <dje@google.com>
8812
8813 * gdb.python/py-objfile.exp: Change name of file name test.
8814
8815 2014-10-13 Doug Evans <dje@google.com>
8816
8817 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
8818 from the start of the CU.
8819
8820 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8821 Yao Qi <yao@codesourcery.com>
8822
8823 Fix "save breakpoints" for "catch" command.
8824 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
8825 Remove -nonewline. Match also the added "main" line.
8826
8827 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8828
8829 Fix "save breakpoints" for "disable $bpnum" command.
8830 * gdb.base/save-bp.c (main): Add label.
8831 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
8832
8833 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8834
8835 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
8836
8837 2014-10-11 Yao Qi <yao@codesourcery.com>
8838
8839 * gdb.server/server-kill.exp: Execute command
8840 "set remote trace-status-packet on" before "tstatus".
8841
8842 2014-10-11 Yao Qi <yao@codesourcery.com>
8843
8844 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
8845 (main): Call getppid.
8846 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
8847 and continue to it. Read variable "server_pid".
8848
8849 2014-10-11 Yao Qi <yao@codesourcery.com>
8850
8851 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
8852
8853 2014-10-11 Yao Qi <yao@codesourcery.com>
8854
8855 * gdb.threads/thread-find.exp: Don't execute command
8856 "info threads".
8857 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
8858 * gdb.threads/linux-dp.exp: Don't check the condition
8859 $threads_created equals to zero.
8860
8861 2014-10-10 Pedro Alves <palves@redhat.com>
8862
8863 * gdb.base/bigcore.exp: Remove references to IRIX.
8864 * gdb.base/funcargs.exp: Likewise.
8865 * gdb.base/interrupt.exp: Likewise.
8866 * gdb.base/mips_pro.exp: Likewise.
8867 * gdb.base/nodebug.exp: Likewise.
8868 * gdb.base/setvar.exp: Likewise.
8869 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
8870
8871 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8872 Pedro Alves <palves@redhat.com>
8873
8874 PR symtab/14466
8875 * gdb.base/vdso-warning.c: New file.
8876 * gdb.base/vdso-warning.exp: New file.
8877
8878 2014-10-02 Doug Evans <dje@google.com>
8879
8880 * gdb.base/structs.c (main): Don't run forever.
8881
8882 2014-10-02 Pedro Alves <palves@redhat.com>
8883
8884 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
8885 (top level) <stop threads 1, stop threads 2>: Use it.
8886
8887 2014-10-02 Pedro Alves <palves@redhat.com>
8888
8889 * gdb.threads/break-while-running.exp (test): Add new
8890 'update_thread_list' argument. Skip "info threads" if false.
8891 (top level): Add new 'update_thread_list' axis.
8892
8893 2014-10-02 Pedro Alves <palves@redhat.com>
8894
8895 PR breakpoints/17431
8896 * gdb.base/execl-update-breakpoints.c: New file.
8897 * gdb.base/execl-update-breakpoints.exp: New file.
8898
8899 2014-10-01 Pedro Alves <palves@redhat.com>
8900
8901 * gdb.base/breakpoint-in-ro-region.c: New file.
8902 * gdb.base/breakpoint-in-ro-region.exp: New file.
8903
8904 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
8905
8906 * gdb.mi/mi-exit-code.exp: New file.
8907 * gdb.mi/mi-exit-code.c: New file.
8908
8909 2014-09-30 Yao Qi <yao@codesourcery.com>
8910
8911 * lib/prelink-support.exp (build_executable_own_libs): Error if
8912 the target isn't native.
8913
8914 2014-09-30 Yao Qi <yao@codesourcery.com>
8915
8916 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
8917 false.
8918
8919 2014-09-22 Pedro Alves <palves@redhat.com>
8920
8921 * gdb.threads/break-while-running.exp: New file.
8922 * gdb.threads/break-while-running.c: New file.
8923
8924 2014-09-19 Yao Qi <yao@codesourcery.com>
8925
8926 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
8927 Invoke test. Restart GDB with --readnow and invoke test again.
8928
8929 2014-09-19 Yao Qi <yao@codesourcery.com>
8930
8931 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
8932 proc set_breakpoint_on_gcd_function. Invoke
8933 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
8934 invoke set_breakpoint_on_gcd_function again.
8935
8936 2014-09-18 Doug Evans <dje@google.com>
8937
8938 * gdb.dwarf2/symtab-producer.exp: New file.
8939
8940 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
8941
8942 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
8943 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
8944 * gdb.base/global-var-nested-by-dso.c: Likewise.
8945 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8946
8947 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
8948 Pedro Alves <palves@redhat.com>
8949
8950 * gdb.base/watch-bitfields.exp: Pass string other than test file
8951 name to prepare_for_testing.
8952 (watch): New procedure.
8953 (expect_watchpoint): Use with_test_prefix.
8954 (top level): Factor out tests to ...
8955 (test_watch_location, test_regular_watch): ... these new
8956 procedures, and use with_test_prefix and gdb_continue_to_end.
8957
8958 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
8959
8960 PR breakpoints/12526
8961 * gdb.base/watch-bitfields.exp: New file.
8962 * gdb.base/watch-bitfields.c: New file.
8963
8964 2014-09-16 Pedro Alves <palves@redhat.com>
8965
8966 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
8967 software and hardware addresses, not software address against
8968 itself.
8969
8970 2014-09-16 Pedro Alves <palves@redhat.com>
8971
8972 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
8973 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
8974
8975 2014-09-16 Pedro Alves <palves@redhat.com>
8976
8977 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
8978 files.
8979 * gdb.base/a2-run.exp: Remove all code guarded by istarget
8980 "*-*-vxworks*" throughout.
8981 * gdb.base/break.exp: Likewise.
8982 * gdb.base/default.exp: Likewise.
8983 * gdb.base/scope.exp: Likewise.
8984 * gdb.base/sepdebug.exp: Likewise.
8985 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
8986 throughout.
8987 * gdb.base/run.c: Likewise.
8988 * gdb.base/sepdebug.c: Likewise.
8989 * gdb.hp/gdb.aCC/run.c: Likewise.
8990 * gdb.reverse/until-reverse.c: Likewise.
8991 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
8992
8993 2014-09-16 Yao Qi <yao@codesourcery.com>
8994
8995 * boards/local-remote-host-native.exp: New file.
8996
8997 2014-09-14 Doug Evans <xdje42@gmail.com>
8998
8999 * gdb.threads/queue-signal.c (thread_count): New variable.
9000 (thread_count_mutex, thread_count_condvar): New variables.
9001 (incr_thread_count, wait_all_threads_running): New functions.
9002 (main): Wait for all threads to be in their thread functions.
9003
9004 2014-09-13 Doug Evans <xdje42@gmail.com>
9005
9006 * gdb.threads/queue-signal.c: New file.
9007 * gdb.threads/queue-signal.exp: New file.
9008
9009 2014-09-13 Doug Evans <xdje42@gmail.com>
9010
9011 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9012 be consistent with what default_gdb_init uses.
9013 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9014 the plain text of the prompt. Add some logging printfs.
9015 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9016
9017 2014-09-12 Pedro Alves <palves@redhat.com>
9018
9019 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9020 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9021 * gdb.arch/i386-size-overlap.exp: Likewise.
9022 * gdb.arch/i386-size.exp: Likewise.
9023 * gdb.arch/i386-unwind.exp: Likewise.
9024 * gdb.base/a2-run.exp: Likewise.
9025 * gdb.base/break.exp: Likewise.
9026 * gdb.base/charset.exp: Likewise.
9027 * gdb.base/chng-syms.exp: Likewise.
9028 * gdb.base/commands.exp: Likewise.
9029 * gdb.base/dbx.exp: Likewise.
9030 * gdb.base/find.exp: Likewise.
9031 * gdb.base/funcargs.exp: Likewise.
9032 * gdb.base/jit-simple.exp: Likewise.
9033 * gdb.base/reread.exp: Likewise.
9034 * gdb.base/sepdebug.exp: Likewise.
9035 * gdb.base/step-bt.exp: Likewise.
9036 * gdb.cp/mb-inline.exp: Likewise.
9037 * gdb.cp/mb-templates.exp: Likewise.
9038 * gdb.objc/basicclass.exp: Likewise.
9039 * gdb.threads/killed.exp: Likewise.
9040
9041 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9042
9043 PR tdep/17379
9044 * gdb.arch/powerpc-stackless.S: New file.
9045 * gdb.arch/powerpc-stackless.exp: New file.
9046
9047 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9048
9049 * gdb.base/attach.c: Include unistd.h.
9050 (main): Call alarm. Add label postloop.
9051 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
9052 gdb_breakpoint, gdb_continue_to_breakpoint.
9053 (test_command_line_attach_run): Kill ${testpid} in one exit path.
9054
9055 2014-09-11 Pedro Alves <palves@redhat.com>
9056
9057 PR gdb/17347
9058 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9059 * gdb.base/attach.exp (test_command_line_attach_run): New
9060 procedure.
9061 (top level): Call it.
9062
9063 2014-09-11 Pedro Alves <palves@redhat.com>
9064
9065 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9066 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9067 (do_command_attach_tests): Use spawn_wait_for_attach.
9068 * gdb.base/solib-overlap.exp: Likewise.
9069 * gdb.multi/multi-attach.exp: Likewise.
9070 * gdb.python/py-prompt.exp: Likewise.
9071 * gdb.python/py-sync-interp.exp: Likewise.
9072 * gdb.server/ext-attach.exp: Likewise.
9073
9074 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
9075
9076 * gdb.fortran/array-element.exp: Remove unexpected "continue"
9077 command in testcase. Simplify testcase.
9078
9079 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9080
9081 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9082
9083 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9084
9085 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9086
9087 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9088
9089 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9090
9091 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9092
9093 * gdb.dwarf2/dynarr-ptr.c: New file.
9094 * gdb.dwarf2/dynarr-ptr.exp: New file.
9095
9096 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9097
9098 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9099 of 30 rather than hardcoding 120 for a slow test case. Take the
9100 `gdb,timeout' target setting into account for this calculation.
9101 Don't extend the timeout for the test cases that don't need it.
9102
9103 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9104
9105 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9106 a factor of 2 for a slow test case. Take the `gdb,timeout'
9107 target setting into account for this calculation.
9108 * gdb.reverse/until-precsave.exp: Increase the timeout by
9109 a factor of 15 and 3 respectively rather than adding 120
9110 for a pair of slow test cases. Take the `gdb,timeout'
9111 target setting into account for this calculation.
9112
9113 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9114
9115 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9116 timeout, don't pass one down to gdb_expect.
9117 (gdb_expect): Rework timeout selection.
9118
9119 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9120
9121 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9122 exception on timeout.
9123 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9124 (gdbserver_start_extended): Catch any `gdbserver_start' error
9125 exceptions.
9126 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9127 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9128 `gdbserver_gdb_load' error exceptions.
9129
9130 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9131
9132 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9133 120 on waiting for the TCP socket to open.
9134
9135 2014-09-09 Doug Evans <xdje42@gmail.com>
9136
9137 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9138 _caller_matches, _any_caller_is, _any_caller_matches.
9139
9140 2014-09-09 Doug Evans <xdje42@gmail.com>
9141
9142 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9143
9144 2014-09-09 Yao Qi <yao@codesourcery.com>
9145
9146 * gdb.mi/mi-var-display.exp: Set print symbol off.
9147
9148 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9149
9150 PR gdb/17035
9151 * gdb.base/commands.exp: Add tests to verify user-defined
9152 commands with empty bodies.
9153 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9154 python commands in `show user command`.
9155 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9156 scheme commands in `show user command`.
9157
9158 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9159
9160 PR python/17355
9161 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9162 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9163 * gdb.python/py-framefilter-invalidarg.exp: New file.
9164 * gdb.python/py-framefilter-invalidarg.py: New file.
9165
9166 2014-09-06 Doug Evans <xdje42@gmail.com>
9167
9168 PR 15276
9169 * gdb.python/py-caller-is.c: New file.
9170 * gdb.python/py-caller-is.exp: New file.
9171
9172 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9173
9174 PR gdb/17235
9175 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9176 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9177
9178 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9179
9180 PR fortran/17237
9181 * gdb.fortran/print-formatted.exp: New file.
9182 * gdb.fortran/print-formatted.f90: Likewise.
9183
9184 2014-09-03 Sasha Smundak <asmundak@google.com>
9185
9186 * gdb.python/py-frame.exp: Test Frame.read_register.
9187
9188 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9189
9190 PR python/16699
9191 * gdb.python/py-completion.exp: New file.
9192 * gdb.python/py-completion.py: Likewise.
9193
9194 2014-08-28 Doug Evans <dje@google.com>
9195
9196 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9197 eax,etc. are live with values set by gdb and thus the compiler can't
9198 use them.
9199 * gdb.arch/i386-pseudo.c (main): Ditto.
9200
9201 2014-08-27 Doug Evans <dje@google.com>
9202
9203 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9204
9205 2014-08-25 Doug Evans <dje@google.com>
9206
9207 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9208 (main): Ditto.
9209
9210 2014-08-25 Doug Evans <dje@google.com>
9211
9212 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9213
9214 2014-08-24 Yao Qi <yao@codesourcery.com>
9215
9216 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9217 symbol off.
9218 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9219
9220 2014-08-22 Doug Evans <dje@google.com>
9221
9222 PR 17276
9223 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9224 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9225 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9226
9227 2014-08-22 Yao Qi <yao@codesourcery.com>
9228
9229 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9230 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9231 * gdb.python/python.exp: Likewise. Use .py file on the host
9232 instead of the build.
9233
9234 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9235
9236 * gdb.threads/gcore-stale-thread.c: New file.
9237 * gdb.threads/gcore-stale-thread.exp: New file.
9238
9239 2014-08-21 Pedro Alves <palves@redhat.com>
9240
9241 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9242 * gdb.base/gcore-relro-pie.exp: Likewise.
9243 * gdb.base/gcore-relro.exp: Likewise.
9244 * gdb.base/gcore.exp: Likewise.
9245 * gdb.base/print-symbol-loading.exp: Likewise.
9246 * gdb.threads/gcore-thread.exp: Likewise.
9247 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9248
9249 2014-08-20 Pedro Alves <palves@redhat.com>
9250 Jan Kratochvil <jan.kratochvil@redhat.com>
9251
9252 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9253 configure.
9254 (EXPECT): Handle READ1 being set.
9255 (all): Depend on EXTRA_RULES.
9256 (check-read1, expect-read1, read1.so, read1): New rules.
9257 * README (Testsuite Parameters): Document the READ1 make variable.
9258 (Race detection): New section.
9259 * configure: Regenerate.
9260 * configure.ac: If build==host==target, and running under a
9261 GNU/glibc system, add read1 to the extra Makefile rules.
9262 (EXTRA_RULES): AC_SUBST it.
9263 * lib/read1.c: New file.
9264
9265 2014-08-20 Joel Brobecker <brobecker@adacore.com>
9266
9267 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9268 the handling of variables declared as a typedef to an array
9269 which a DW_AT_data_location attribute.
9270
9271 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
9272 Pedro Alves <palves@redhat.com>
9273
9274 PR symtab/14604
9275 PR symtab/14605
9276 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9277 gdb_test.
9278
9279 2014-08-19 Pedro Alves <palves@redhat.com>
9280
9281 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9282
9283 2014-08-19 Yao Qi <yao@codesourcery.com>
9284
9285 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9286 right line.
9287
9288 2014-08-18 David Blaikie <dblaikie@gmail.com>
9289
9290 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9291
9292 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9293
9294 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9295 attribute in array range.
9296
9297 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9298
9299 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9300
9301 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9302
9303 PR c++/17132
9304 * gdb.cp/pr17132.cc: New file.
9305 * gdb.cp/pr17132.exp: New file.
9306
9307 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9308
9309 * gdb.python/py-xmethods.py (A_getarrayind)
9310 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9311 Use 'print' with function call syntax.
9312 (E_method_matcher.match): Fix tab vs space indentation mixup.
9313
9314 2014-08-15 Yao Qi <yao@codesourcery.com>
9315
9316 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9317 false.
9318
9319 2014-08-15 Yao Qi <yao@codesourcery.com>
9320
9321 * gdb.cp/casts.exp: Set print symbol off.
9322 * gdb.cp/class2.exp: Likewise.
9323 * gdb.cp/overload.exp: Likewise.
9324 * gdb.cp/templates.exp: Likewise.
9325
9326 2014-08-11 Doug Evans <dje@google.com>
9327
9328 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9329 (test_load_shlib): Update.
9330
9331 2014-08-09 Yao Qi <yao@codesourcery.com>
9332
9333 * gdb.base/display.exp: Invoke is_address_zero_readable.
9334 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9335 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9336 * gdb.base/hbreak-unmapped.exp: Return if
9337 is_address_zero_readable returns true.
9338 * gdb.base/signest.exp: Likewise.
9339 * gdb.base/signull.exp: Likewise.
9340 * gdb.base/sigbpt.exp: Likewise.
9341 * gdb.guile/scm-disasm.exp: Do the test if
9342 is_address_zero_readable returns false.
9343 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9344 * gdb.python/py-arch.exp: Likewise.
9345 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9346 * lib/gdb.exp (is_address_zero_readable): New proc.
9347
9348 2014-08-09 Yao Qi <yao@codesourcery.com>
9349
9350 PR testsuite/13443
9351 * gdb.mi/mi-var-display.exp: Make test messages unique.
9352
9353 2014-08-04 Tom Tromey <tromey@redhat.com>
9354
9355 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9356 target 0".
9357
9358 2014-08-04 Tom Tromey <tromey@redhat.com>
9359
9360 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9361 "target_resume".
9362
9363 2014-08-01 Joel Brobecker <brobecker@adacore.com>
9364
9365 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9366 inner_vla_struct_object_size.
9367 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9368 as xfail.
9369
9370 2014-07-30 Pedro Alves <palves@redhat.com>
9371
9372 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9373 comment.
9374
9375 2014-07-29 Yao Qi <yao@codesourcery.com>
9376
9377 PR gdb/17206
9378 * gdb.base/until-nodebug.exp: New.
9379
9380 2014-07-28 Doug Evans <xdje42@gmail.com>
9381
9382 PR guile/17203
9383 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9384 previously existing parameter, and previously ambiguously spelled
9385 parameter.
9386
9387 2014-07-28 Will Newton <will.newton@linaro.org>
9388
9389 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9390
9391 2014-07-26 Ludovic Courtès <ludo@gnu.org>
9392 Doug Evans <xdje42@gmail.com>
9393
9394 PR guile/17146
9395 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9396
9397 2014-07-25 Pedro Alves <palves@redhat.com>
9398
9399 * gdb.threads/signal-command-handle-nopass.c: New file.
9400 * gdb.threads/signal-command-handle-nopass.exp: New file.
9401 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9402 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9403 * gdb.threads/signal-delivered-right-thread.c: New file.
9404 * gdb.threads/signal-delivered-right-thread.exp: New file.
9405
9406 2014-07-25 Pedro Alves <palves@redhat.com>
9407
9408 * gdb.base/double-prompt-target-event-error.exp
9409 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9410 match.
9411 (cancel_pagination_in_target_event): Rework double prompt
9412 detection.
9413 * gdb.base/paginate-after-ctrl-c-running.exp
9414 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9415 <return>' match.
9416 * gdb.base/paginate-bg-execution.exp
9417 (test_bg_execution_pagination_return)
9418 (test_bg_execution_pagination_cancel): Remove '-notransfer
9419 <return>' matches.
9420 * gdb.base/paginate-execution-startup.exp
9421 (test_fg_execution_pagination_return)
9422 (test_fg_execution_pagination_cancel): Remove '-notransfer
9423 <return>' matches.
9424 * gdb.base/paginate-inferior-exit.exp
9425 (test_paginate_inferior_exited): Remove '-notransfer <return>'
9426 match.
9427 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9428 * lib/gdb.exp (pagination_prompt): Run text through
9429 string_to_regexp.
9430 (gdb_test_multiple): Match $pagination_prompt instead of
9431 "<return>".
9432 (string_to_regexp): Move to lib/gdb-utils.exp.
9433
9434 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9435
9436 * gdb.arch/amd64-entry-value-paramref.S: New file.
9437 * gdb.arch/amd64-entry-value-paramref.cc: New file.
9438 * gdb.arch/amd64-entry-value-paramref.exp: New file.
9439 * gdb.arch/amd64-optimout-repeat.S: New file.
9440 * gdb.arch/amd64-optimout-repeat.c: New file.
9441 * gdb.arch/amd64-optimout-repeat.exp: New file.
9442
9443 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9444
9445 PR gdb/17170
9446 * gdb.base/statistics.exp: New file.
9447
9448 2014-07-17 Doug Evans <dje@google.com>
9449
9450 PR gdb/17170
9451 * gdb.base/maint.exp: Update testing of per-command stats.
9452
9453 2014-07-16 Pedro Alves <palves@redhat.com>
9454
9455 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9456 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9457 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9458 (tfile_write_buf): New functions.
9459 (add_memory_block): Rewrite using the above.
9460 (adjust_function_address): New function.
9461 (FUNCTION_ADDRESS): New macro.
9462 (write_basic_trace_file): Remove short_x local, and use
9463 tfile_write_16. Change type of func_addr local to unsigned long
9464 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
9465 here. Cast argument of add_memory_block to char pointer.
9466 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
9467 (main): Remove parameters.
9468 * gdb.trace/tfile.exp: Remove nowarnings.
9469
9470 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
9471
9472 * gdb.base/debug-expr.exp: Test string evaluation with
9473 "debug expression" on.
9474
9475 2014-07-15 Pedro Alves <palves@redhat.com>
9476
9477 * gdb.base/reread.exp: Use clean_restart.
9478
9479 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
9480
9481 * gdb.arch/avr-flash-qualifer.c: New.
9482 * gdb.arch/avr-flash-qualifer.exp: New.
9483
9484 2014-07-14 Pedro Alves <palves@redhat.com>
9485
9486 * gdb.base/paginate-after-ctrl-c-running.c: New file.
9487 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9488
9489 2014-07-14 Pedro Alves <palves@redhat.com>
9490
9491 * gdb.base/double-prompt-target-event-error.c: New file.
9492 * gdb.base/double-prompt-target-event-error.exp: New file.
9493
9494 2014-07-14 Pedro Alves <palves@redhat.com>
9495
9496 PR gdb/17072
9497 * gdb.base/paginate-inferior-exit.c: New file.
9498 * gdb.base/paginate-inferior-exit.exp: New file.
9499
9500 2014-07-14 Pedro Alves <palves@redhat.com>
9501
9502 PR gdb/17072
9503 * gdb.base/paginate-bg-execution.c: New file.
9504 * gdb.base/paginate-bg-execution.exp: New file.
9505
9506 2014-07-14 Pedro Alves <palves@redhat.com>
9507
9508 PR gdb/17072
9509 * gdb.base/paginate-execution-startup.c: New file.
9510 * gdb.base/paginate-execution-startup.exp: New file.
9511 * lib/gdb.exp (pagination_prompt): New global.
9512 (default_gdb_spawn): New procedure, factored out from
9513 default_gdb_spawn.
9514 (default_gdb_start): Adjust to call default_gdb_spawn.
9515 (gdb_spawn): New procedure.
9516
9517 2014-07-14 Pedro Alves <palves@redhat.com>
9518
9519 * lib/gdb.exp (gdb_assert): New procedure.
9520 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9521
9522 2014-07-14 Pedro Alves <palves@redhat.com>
9523
9524 * gdb.base/execution-termios.c: New file.
9525 * gdb.base/execution-termios.exp: New file.
9526
9527 2014-07-14 Tom Tromey <tromey@redhat.com>
9528
9529 * gdb.cp/vla-cxx.cc: New file.
9530 * gdb.cp/vla-cxx.exp: New file.
9531
9532 2014-07-14 Tom Tromey <tromey@redhat.com>
9533
9534 * gdb.reverse/rerun-prec.c: New file.
9535 * gdb.reverse/rerun-prec.exp: New file.
9536
9537 2014-07-12 Maciej W. Rozycki <macro@mips.com>
9538 Maciej W. Rozycki <macro@codesourcery.com>
9539
9540 * lib/gdb-utils.exp: New file.
9541 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9542 inline `gdb_init_command' processing.
9543 (gdb_start_cmd): Likewise.
9544 * lib/mi-support.exp (mi_run_cmd): Likewise.
9545 * README: Document `gdb_init_command' and `gdb_init_commands'.
9546
9547 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9548
9549 Fix false FAIL running under a very long directory name.
9550 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9551 and "set print elements 10000". Twice.
9552
9553 2014-07-11 Yao Qi <yao@codesourcery.com>
9554
9555 * gdb.base/exprs.exp: "set print symbol off".
9556
9557 2014-07-11 Pedro Alves <palves@redhat.com>
9558
9559 * gdb.threads/kill.c: New file.
9560 * gdb.threads/kill.exp: New file.
9561
9562 2014-07-10 Yao Qi <yao@codesourcery.com>
9563
9564 * gdb.trace/tfile.c (write_basic_trace_file)
9565 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9566 address written to trace file.
9567
9568 2014-07-09 Pedro Alves <palves@redhat.com>
9569
9570 * gdb.base/attach-wait-input.exp: New file.
9571 * gdb.base/attach-wait-input.c: New file.
9572
9573 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9574
9575 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9576 setting up test structures.
9577 (main): Call new test function.
9578 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9579 test function, continue into test function and walk test
9580 structures.
9581
9582 2014-07-02 Yao Qi <yao@codesourcery.com>
9583
9584 * gdb.trace/entry-values.c: Define labels 'foo_start' and
9585 'bar_start' at the beginning of functions 'foo' and 'bar'
9586 respectively.
9587 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9588 instead of 'foo' and 'bar'.
9589
9590 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
9591
9592 * gdb.btrace/segv.exp: New.
9593 * gdb.btrace/segv.c: New.
9594
9595 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
9596
9597 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9598 instruction.
9599
9600 2014-06-30 Mark Wielaard <mjw@redhat.com>
9601
9602 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
9603 vulture, vilify, villar): New volatile array constants.
9604 (vindictive, vegetation): New const volatile array constants.
9605 * gdb.base/volatile.exp: Test volatile and const volatile array
9606 types.
9607
9608 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9609
9610 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
9611 target lacks support for awatch, rwatch, or hbreak.
9612
9613 2014-06-27 Yao Qi <yao@codesourcery.com>
9614
9615 * gdb.multi/dummy-frame-restore.exp: New.
9616 * gdb.multi/dummy-frame-restore.c: New.
9617
9618 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
9619
9620 * gdb.btrace/gcore.exp: New.
9621
9622 2014-06-23 Pedro Alves <palves@redhat.com>
9623
9624 * gdb.base/watchpoint-reuse-slot.c: New file.
9625 * gdb.base/watchpoint-reuse-slot.exp: New file.
9626
9627 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
9628
9629 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
9630 progspace's filename in 'info', 'enable' and 'disable' command
9631 tests.
9632
9633 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9634
9635 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
9636 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9637 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
9638
9639 2014-06-20 Gary Benson <gbenson@redhat.com>
9640
9641 * gdb.arch/i386-avx.exp: Fix include file location.
9642 * gdb.arch/i386-sse.exp: Likewise.
9643
9644 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
9645
9646 * gdb.dlang/expression.exp: New file.
9647
9648 2014-06-19 Pedro Alves <palves@redhat.com>
9649
9650 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
9651 out from ...
9652 (top level): ... here. Iterate running tests under different
9653 scheduler-locking settings.
9654
9655 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
9656
9657 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
9658 to DW_FORM_addr and use non-zero addresses.
9659
9660 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
9661
9662 PR gdb/17017
9663 * gdb.python/py-xmethods.cc: Add global function call counters and
9664 increment them in their respective functions. Remove "cout"
9665 statements.
9666 * gdb.python/py-xmethods.exp: Make tests check the global function
9667 call counters instead of depending on inferior IO.
9668
9669 2014-06-18 Don Breazeal <donb@codesourcery.com>
9670
9671 * gdb.base/foll-fork.exp (default_fork_parent_follow):
9672 Deleted procedure.
9673 (explicit_fork_parent_follow): Deleted procedure.
9674 (explicit_fork_child_follow): Deleted procedure.
9675 (test_follow_fork): New procedure.
9676 (do_fork_tests): Replace calls to deleted procedures with
9677 calls to test_follow_fork and reset GDB for subsequent
9678 procedure calls.
9679
9680 2014-06-17 Yao Qi <yao@codesourcery.com>
9681
9682 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
9683 CP1252.
9684
9685 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
9686
9687 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
9688 Initialize ptr and S explicitly.
9689 (skip_type_update_when_not_use_rtti_test): Likewise.
9690
9691 2014-06-16 Keith Seitz <keiths@redhat.com>
9692
9693 PR mi/15863
9694 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
9695 the inferior is started.
9696
9697 2014-06-16 Pedro Alves <palves@redhat.com>
9698
9699 * gdb.base/break-main-file-remove-fail.c: New file.
9700 * gdb.base/break-main-file-remove-fail.exp: New file.
9701 * gdb.base/break-unload-file.exp: Use build_executable instead of
9702 prepare_for_testing.
9703 (test_break): New parameter "initial_load". Handle it.
9704 (top level): Add initial_load cmdline/file axis.
9705
9706 2014-06-12 Tom Tromey <tromey@redhat.com>
9707
9708 * gdb.base/completion.exp: Don't use directory name in test.
9709
9710 2014-06-09 Gary Benson <gbenson@redhat.com>
9711
9712 * gdb.base/sigall.c [Functions to send signals]: Reorder to
9713 separate the always-available ANSI-standard signals from the
9714 signals that require checking.
9715 (main): Likewise.
9716 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
9717 Likewise.
9718 (main): Likewise.
9719
9720 2014-06-07 Keith Seitz <keiths@redhat.com>
9721
9722 Revert:
9723 PR c++/16253
9724 * gdb.cp/var-tag.cc: New file.
9725 * gdb.cp/var-tag.exp: New file.
9726 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
9727 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
9728 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9729 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9730
9731 2014-06-06 Doug Evans <xdje42@gmail.com>
9732
9733 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
9734
9735 2014-06-06 Pedro Alves <palves@redhat.com>
9736
9737 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
9738 in target debug output instead of looking at RSP packets,
9739 disabling the test on any target that uses hardware stepping.
9740 Update comments.
9741
9742 2014-06-06 Pedro Alves <palves@redhat.com>
9743
9744 * gdb.base/break-unload-file.exp: Fix typo.
9745
9746 2014-06-06 Yao Qi <yao@codesourcery.com>
9747
9748 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
9749 from "jit_function" to "^jit_function".
9750
9751 2014-06-06 Yao Qi <yao@codesourcery.com>
9752
9753 * gdb.base/async.c (foo): Add one statement.
9754 * gdb.base/async.exp: Get the next instruction address and
9755 match the output of "nexti" by instruction address. Match
9756 the hex address in the output of "finish".
9757
9758 2014-06-06 Gary Benson <gbenson@redhat.com>
9759
9760 * gdb.base/call-signals.c: Remove preprocessor conditionals
9761 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
9762 SIGSEGV and SIGTERM.
9763 * gdb.base/sigall.c: Likewise.
9764 * gdb.base/unwindonsignal.c: Likewise.
9765 * gdb.reverse/sigall-reverse.c: Likewise.
9766
9767 2014-06-06 Yao Qi <yao@codesourcery.com>
9768
9769 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
9770 readable, skip the test.
9771
9772 2014-06-06 Yao Qi <yao@codesourcery.com>
9773
9774 * gdb.threads/staticthreads.c (thread_function): Move the line
9775 setting breakpoint on forward.
9776 * gdb.threads/staticthreads.exp: Update comments.
9777
9778 2014-06-05 Ludovic Courtès <ludo@gnu.org>
9779
9780 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
9781 "history-append! type error".
9782
9783 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
9784
9785 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
9786 erroneous dprintf expected input.
9787
9788 2014-06-04 Doug Evans <xdje42@gmail.com>
9789
9790 * gdb.guile/scm-generics.exp: Delete.
9791
9792 2014-06-04 Doug Evans <xdje42@gmail.com>
9793
9794 * gdb.guile/scm-breakpoint.exp: Update.
9795 Add tests for breakpoint registration.
9796
9797 2014-06-04 Tom Tromey <tromey@redhat.com>
9798
9799 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
9800 VLA-in-union.
9801 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
9802 inner_vla_struct, vla_union types. Initialize objects of those
9803 types and compute their sizes.
9804
9805 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
9806 Hui Zhu <hui@codesourcery.com>
9807
9808 * gdb.base/fileio.exp: Add test for shell not available as well as
9809 available.
9810 * gdb.base/fileio.c (test_system): Check for shell twice.
9811
9812 2014-06-04 Yao Qi <yao@codesourcery.com>
9813
9814 * gdb.base/auto-connect-native-target.exp: Remove redundant
9815 space from the regexp pattern.
9816
9817 2014-06-04 Yao Qi <yao@codesourcery.com>
9818
9819 * gdb.base/default.exp: Replace "child" with "native" in
9820 regexp pattern.
9821
9822 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
9823
9824 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
9825 * gdb.python/py-xmethods.exp: New tests to test xmethods.
9826 * gdb.python/py-xmethods.py: Python script supporting the
9827 new testcase and tests.
9828
9829 2014-06-03 Joel Brobecker <brobecker@adacore.com>
9830 Pedro Alves <palves@redhat.com>
9831
9832 PR breakpoints/17000
9833 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
9834 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
9835
9836 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
9837
9838 * gdb.base/subst.exp: Add tests to verify partial path matching
9839 output.
9840
9841 2014-06-03 Pedro Alves <palves@redhat.com>
9842
9843 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
9844 target that doesn't use software single-stepping.
9845
9846 2014-06-03 Pedro Alves <palves@redhat.com>
9847
9848 PR breakpoints/17000
9849 * gdb.base/sss-bp-on-user-bp-2.c: New file.
9850 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
9851
9852 2014-06-02 Doug Evans <xdje42@gmail.com>
9853
9854 * gdb.guile/scm-parameter.exp: New file.
9855
9856 2014-06-02 Doug Evans <xdje42@gmail.com>
9857
9858 * gdb.guile/scm-cmd.c: New file.
9859 * gdb.guile/scm-cmd.exp: New file.
9860
9861 2014-06-02 Doug Evans <xdje42@gmail.com>
9862
9863 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
9864 pretty-printer lookup.
9865 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
9866 (make-pp_s-printer): Call it.
9867 (make-pretty-printer-from-dict): New function.
9868 (lookup-pretty-printer-maker-from-dict): New function.
9869 (*pretty-printer*): Simplify.
9870 (make-objfile-pp_s-printer): New function.
9871 (install-objfile-pretty-printers!): New function.
9872 (make-progspace-pp_s-printer): New function.
9873 (install-progspace-pretty-printers!): New function.
9874 * gdb.guile/scm-progspace.c: New file.
9875 * gdb.guile/scm-progspace.exp: New file.
9876
9877 2014-06-02 Pedro Alves <palves@redhat.com>
9878
9879 * gdb.base/dprintf-bp-same-addr.c: New file.
9880 * gdb.base/dprintf-bp-same-addr.exp: New file.
9881
9882 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9883
9884 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
9885 * gdb.arch/powerpc-power.s: Likewise.
9886
9887 2014-06-02 Joel Brobecker <brobecker@adacore.com>
9888
9889 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
9890
9891 2014-06-01 Yao Qi <yao@codesourcery.com>
9892
9893 * gdb.base/watchpoint.exp (test_watch_location): Check null
9894 pointer can be dereferenced. If not, do the test, otherwise
9895 skip it.
9896
9897 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
9898
9899 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
9900 results.
9901 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
9902
9903 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
9904
9905 * gdb.arch/amd64-invalid-stack-middle.S: New file.
9906 * gdb.arch/amd64-invalid-stack-middle.c: New file.
9907 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
9908 * gdb.arch/amd64-invalid-stack-top.c: New file.
9909 * gdb.arch/amd64-invalid-stack-top.exp: New file.
9910
9911 2014-05-30 Pedro Alves <palves@redhat.com>
9912
9913 PR breakpoints/17000
9914 * gdb.base/sss-bp-on-user-bp.c: New file.
9915 * gdb.base/sss-bp-on-user-bp.exp: New file.
9916
9917 2014-05-30 David Blaikie <dblaikie@gmail.com>
9918
9919 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
9920 gnu_inline semantics via attribute.
9921 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
9922 source explicitly specifies the required semantics.
9923
9924 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
9925
9926 * gdb.reverse/sigall-reverse.exp: Fix a typo.
9927
9928 2014-05-29 Pedro Alves <palves@redhat.com>
9929 Tom Tromey <tromey@redhat.com>
9930
9931 * gdb.base/async-shell.exp: Don't enable target-async.
9932 * gdb.base/async.exp
9933 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
9934 parameter. Adjust.
9935 (top level): Don't test with "target-async".
9936 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
9937 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
9938 * gdb.base/inferior-died.exp: Don't enable target-async.
9939 * gdb.base/interrupt-noterm.exp: Likewise.
9940 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
9941 * gdb.mi/mi-nonstop-exit.exp: Likewise.
9942 * gdb.mi/mi-nonstop.exp: Likewise.
9943 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9944 * gdb.mi/mi-nsintrall.exp: Likewise.
9945 * gdb.mi/mi-nsmoribund.exp: Likewise.
9946 * gdb.mi/mi-nsthrexec.exp: Likewise.
9947 * gdb.mi/mi-watch-nonstop.exp: Likewise.
9948 * gdb.multi/watchpoint-multi.exp: Adjust comment.
9949 * gdb.python/py-evsignal.exp: Don't enable target-async.
9950 * gdb.python/py-evthreads.exp: Likewise.
9951 * gdb.python/py-prompt.exp: Likewise.
9952 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
9953 * gdb.server/solib-list.exp: Don't enable target-async.
9954 * gdb.threads/thread-specific-bp.exp: Likewise.
9955 * lib/mi-support.exp: Adjust to use mi-async.
9956
9957 2014-05-29 Pedro Alves <palves@redhat.com>
9958
9959 PR gdb/13860
9960 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
9961 reason, even in sync mode.
9962
9963 2014-05-29 Pedro Alves <palves@redhat.com>
9964 Hui Zhu <hui@codesourcery.com>
9965
9966 PR PR15693
9967 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
9968 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
9969 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
9970 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
9971
9972 2014-05-28 Joel Brobecker <brobecker@adacore.com>
9973
9974 * config/monitor.exp (gdb_target_monitor): Replace use of
9975 "set remotebaud" by "set serial baud".
9976
9977 2014-05-26 Andy Wingo <wingo@igalia.com>
9978
9979 * gdb.guile/scm-breakpoint.exp:
9980 * gdb.guile/scm-gsmob.exp: Update to use plain old object
9981 properties instead of gdb-object-properties.
9982
9983 2014-05-26 Yao Qi <yao@codesourcery.com>
9984
9985 * gdb.server/no-thread-db.exp: Specify source file name
9986 explicitly when setting a breakpoint.
9987
9988 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9989
9990 * gdb.btrace/vdso.c: New.
9991 * gdb.btrace/vdso.exp: New.
9992
9993 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9994
9995 * gdb.base/gcore.exp (capture_command_output): Move ...
9996 * lib/gdb.exp (capture_command_output): ... here.
9997
9998 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9999
10000 * gdb.btrace/data.exp: Test memory access during btrace replay.
10001
10002 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
10003
10004 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
10005
10006 2014-05-21 Pedro Alves <palves@redhat.com>
10007
10008 PR gdb/13860
10009 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
10010 (top level): Test that output related to execution commands is
10011 sent to the console with CLI commands, but not with MI commands.
10012 Test that breakpoint events are always mirrored to the console.
10013 Also expect the new source line to be output after a "next" in
10014 async mode too. Make it a pass/fail test.
10015 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10016 output.
10017 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10018
10019 2014-05-21 Pedro Alves <palves@redhat.com>
10020
10021 * gdb.base/list.exp (build_pattern, test_list): New procedures.
10022 Use them to test variations of "list" after reaching a breakpoint.
10023 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10024 Test "list" with listsize 10 after reaching a breakpoint.
10025 * gdb.python/python.exp (decode_line current location line
10026 number): Adjust expected line number.
10027
10028 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
10029
10030 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10031 behavior for $args, pass it directly to "run".
10032
10033 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
10034
10035 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
10036 30000 to 65536.
10037
10038 2014-05-21 Pedro Alves <palves@redhat.com>
10039
10040 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
10041 auto-connect-native-target off".
10042 * gdb.base/auto-connect-native-target.c: New file.
10043 * gdb.base/auto-connect-native-target.exp: New file.
10044
10045 2014-05-21 Pedro Alves <palves@redhat.com>
10046
10047 * gdb.base/default.exp: Test "target native" instead of "target
10048 child".
10049
10050 2014-05-21 Mark Wielaard <mjw@redhat.com>
10051
10052 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10053
10054 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10055
10056 Fix TLS access for -static -pthread.
10057 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10058 <HAVE_TLS> (thread_function, main): Initialize it.
10059 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10060 Add clean_restart.
10061 <$have_tls != "">: Check TLSVAR.
10062
10063 2014-05-21 Pedro Alves <palves@redhat.com>
10064
10065 * gdb.base/dcache-line-read-error.c: New.
10066 * gdb.base/dcache-line-read-error.exp: New.
10067
10068 2014-05-20 Pedro Alves <palves@redhat.com>
10069
10070 * gdb.base/compare-sections.c: New file.
10071 * gdb.base/compare-sections.exp: New file.
10072
10073 2014-05-20 Pedro Alves <palves@redhat.com>
10074
10075 * gdb.base/break-idempotent.c: New file.
10076 * gdb.base/break-idempotent.exp: New file.
10077
10078 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
10079
10080 * gdb.btrace/nohist.exp: New.
10081
10082 2014-05-20 Yao Qi <yao@codesourcery.com>
10083
10084 * lib/gdb.exp (gdb_init): Set timeout if test file is under
10085 gdb.reverse directory and gdb_reverse_timeout exists in board
10086 setting.
10087 * README: Document gdb_reverse_timeout.
10088
10089 2014-05-20 Yao Qi <yao@codesourcery.com>
10090
10091 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10092 'test_file_name'. Treat args as a string instead of a list.
10093 (gdb_init): Rename argument 'args' by 'test_file_name'.
10094
10095 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10096
10097 * gdb.arch/powerpc-power.exp: New file.
10098 * gdb.arch/powerpc-power.s: New file.
10099
10100 2014-05-16 Doug Evans <dje@google.com>
10101
10102 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
10103 * gdb.base/completion.exp: Check that all expected files exist
10104 before doing file completion.
10105
10106 2014-05-16 Doug Evans <dje@google.com>
10107
10108 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10109 Update.
10110 (do_syscall_tests_without_xml): Update.
10111
10112 2014-05-16 Pedro Alves <palves@redhat.com>
10113
10114 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10115 instead of "unknown output after running".
10116
10117 2014-05-16 Yao Qi <yao@codesourcery.com>
10118
10119 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10120 file1.txt from host at the end.
10121 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10122
10123 2014-05-15 Doug Evans <dje@google.com>
10124
10125 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10126 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10127 loading file. Add test for TU lookup.
10128
10129 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10130
10131 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10132 calling "-exec-arguments" or "set args" before running the
10133 inferior.
10134
10135 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10136
10137 * lib/mi-support.exp (mi_expect_stop): Expect message for
10138 inferiors that exit with non-zero exit code.
10139
10140 2014-05-14 Yao Qi <yao@codesourcery.com>
10141
10142 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10143 match absolute path on remote host.
10144 (test_file_list_exec_source_files): Remove "/" from the
10145 pattern.
10146
10147 2014-05-14 Yao Qi <yao@codesourcery.com>
10148
10149 * boards/local-remote-host-notty.exp (${board}_file): New
10150 proc.
10151
10152 2014-05-07 Kyle McMartin <kyle@redhat.com>
10153
10154 Pushed by Joel Brobecker <brobecker@adacore.com>.
10155 * gdb.arch/aarch64-atomic-inst.c: New file.
10156 * gdb.arch/aarch64-atomic-inst.exp: New file.
10157
10158 2014-05-07 Yao Qi <yao@codesourcery.com>
10159
10160 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10161 in current context" too.
10162
10163 2014-05-05 Keith Seitz <keiths@redhat.com>
10164
10165 * gdb.linespec/ls-dollar.exp: Add test for linespec
10166 file:convenience_variable.
10167
10168 2014-05-05 Yao Qi <yao@codesourcery.com>
10169
10170 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10171 traceframes into tfile and ctf trace files. Read data from
10172 trace file and test collected data.
10173 (gdb_collect_locals_test): Likewise.
10174 (gdb_unavailable_registers_test): Likewise.
10175 (gdb_unavailable_floats): Likewise.
10176 (gdb_collect_globals_test): Likewise.
10177 (top-level): Append "ctf" to trace_file_targets if GDB
10178 supports.
10179
10180 2014-05-05 Yao Qi <yao@codesourcery.com>
10181
10182 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10183 code to ...
10184 (gdb_collect_args_test_1): ... it. New proc.
10185 (gdb_collect_locals_test): Move some code to ...
10186 (gdb_collect_locals_test_1): ... it. New proc.
10187 (gdb_unavailable_registers_test): Move some code to ...
10188 (gdb_unavailable_registers_test_1): ... it. New proc.
10189 (gdb_unavailable_floats): Move some code to ...
10190 (gdb_unavailable_floats_1): ... it. New proc.
10191
10192 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10193
10194 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10195 probes to test for bitness recognition.
10196 * gdb.arch/amd64-stap-optional-prefix.exp
10197 (test_probe_value_without_reg): New procedure.
10198 Add code to test for different kinds of bitness.
10199
10200 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10201
10202 PR breakpoints/16889
10203 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10204 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10205
10206 2014-05-01 Pedro Alves <palves@redhat.com>
10207
10208 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10209 gdb_file_cmd if no file is specified.
10210 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10211 last_loaded_file to set the remote exec-file.
10212
10213 2014-05-01 Pedro Alves <palves@redhat.com>
10214
10215 * boards/local-remote-host.exp: New file.
10216
10217 2014-05-01 Pedro Alves <palves@redhat.com>
10218
10219 * boards/local-remote-host.exp: Rename to ...
10220 * boards/local-remote-host-notty.exp: ... this.
10221
10222 2014-04-28 Joel Brobecker <brobecker@adacore.com>
10223
10224 * gdb.ada/dyn_arrayidx: New testcase.
10225
10226 2014-04-26 Yao Qi <yao@codesourcery.com>
10227
10228 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10229 and compute the length of function main. Save it in
10230 $main_length.
10231 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10232 (top-level): Use gdb_compile to compile objects into
10233 executable and restart GDB. Remove invocation to
10234 prepare_for_testing.
10235
10236 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10237 Pedro Alves <palves@redhat.com>
10238
10239 PR server/16255
10240 * gdb.multi/multi-attach.c: New file.
10241 * gdb.multi/multi-attach.exp: New file.
10242
10243 2014-04-25 Pedro Alves <palves@redhat.com>
10244
10245 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10246 user.
10247 (top level): Test that "set remote conditional-breakpoints-packet
10248 off" works as intended.
10249 * gdb.base/dprintf.exp: Test that "set remote
10250 breakpoint-commands-packet off" works as intended.
10251 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10252 New function.
10253 (top level): Call it.
10254 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10255 remote fast-tracepoints-packet off" works as intended.
10256 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10257 * lib/gdb.exp (gdb_is_target_remote): ... here.
10258
10259 2014-04-24 David Blaikie <dblaikie@gmail.com>
10260
10261 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10262 ensure clang would not discard them.
10263 * gdb.base/gdbvars.c: Ditto.
10264 * gdb.base/memattr.c: Ditto.
10265 * gdb.base/whatis.c: Ditto.
10266 * gdb.python/py-prettyprint.c: Ditto.
10267 * gdb.trace/actions.c: Ditto.
10268 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10269 ensure clang would not discard it.
10270
10271 2014-04-24 David Blaikie <dblaikie@gmail.com>
10272
10273 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10274 clang to emit the full definition of type required by the test
10275 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10276
10277 2014-04-24 David Blaikie <dblaikie@gmail.com>
10278
10279 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10280 coax Clang into emitting the definition of the type.
10281 * gdb.cp/pr10728-x.h (y): Ditto.
10282 * gdb.cp/pr10728-y.cc (y): Ditto.
10283
10284 2014-04-24 David Blaikie <dblaikie@gmail.com>
10285
10286 * gdb.base/label.exp: XFAIL label related tests under Clang.
10287 * gdb.cp/cplabel.exp: Ditto.
10288 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10289 under Clang those using labels.
10290
10291 2014-04-25 Yao Qi <yao@codesourcery.com>
10292
10293 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10294 double_label.
10295 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10296 partial_label and double_label.
10297
10298 2014-04-24 David Blaikie <dblaikie@gmail.com>
10299
10300 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10301
10302 2014-04-24 David Blaikie <dblaikie@gmail.com>
10303
10304 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10305 of the function to work across GCC and Clang.
10306 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10307 pointer types (const void ** const V void **).
10308
10309 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
10310 Walfred Tedeschi <walfred.tedeschi@intel.com>
10311
10312 * Makefile.in (EXECUTABLES): Added i386-avx512.
10313 * gdb.arch/i386-avx512.c: New file.
10314 * gdb.arch/i386-avx512.exp: Likewise.
10315
10316 2014-04-23 Keith Seitz <keiths@redhat.com>
10317
10318 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10319 (mi_make_breakpoint_table): New procedure.
10320 (mi_create_breakpoint): Use mi_make_breakpoint
10321 and return the result.
10322 (mi_make_breakpoint): New procedure.
10323 (mi_build_kv_pairs): New procedure.
10324
10325 * gdb.mi/mi-break.exp: Remove unused globals,
10326 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10327 All callers updated.
10328 * gdb.mi/mi-dprintf.exp: Use variable to track command
10329 number.
10330 Update all callers of mi_create_breakpoint and use
10331 mi_make_breakpoint_table.
10332 Remove any unused global variables.
10333 * gdb.mi/mi-nonstop.exp: Likewise.
10334 * gdb.mi/mi-nsintrall.exp: Likewise.
10335 * gdb.mi/mi-nsmoribund.exp: Likewise.
10336 * gdb.mi/mi-nsthrexec.exp: Likewise.
10337 * gdb.mi/mi-reverse.exp: Likewise.
10338 * gdb.mi/mi-simplerun.exp: Likewise.
10339 * gdb.mi/mi-stepn.exp: Likewise.
10340 * gdb.mi/mi-syn-frame.exp: Likewise.
10341 * gdb.mi/mi-until.exp: Likewise.
10342 * gdb.mi/mi-var-cp.exp: Likewise.
10343 * gdb.mi/mi-var-display.exp: Likewise.
10344 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10345 * gdb.mi/mi2-var-child.exp: Likewise.
10346 * gdb.mi/mi-vla-c99.exp: Likewise.
10347 * lib/mi-support.exp: Likewise.
10348
10349 From Ian Lance Taylor <iant@cygnus.com>:
10350 * lib/gdb.exp (parse_args): New procedure.
10351
10352 2014-04-23 Pedro Alves <palves@redhat.com>
10353
10354 * gdb.base/break-unload-file.c: New file.
10355 * gdb.base/break-unload-file.exp: New file.
10356 * gdb.base/sym-file-lib.c (baz): New function.
10357 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10358 field.
10359 (load): Store the segment's mapped size.
10360 (unload): New function.
10361 (unload_shlib): New function.
10362 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10363 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10364 set a breakpoint at baz, and call it.
10365 * gdb.base/sym-file.exp: New tests for stale breakpoint
10366 instructions.
10367
10368 2014-04-23 Pedro Alves <palves@redhat.com>
10369
10370 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10371 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10372 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10373 * gdb.base/hbreak-unmapped.c: New file.
10374 * gdb.base/hbreak-unmapped.exp: New file.
10375 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10376 * lib/gdb.exp (gdb_is_target_remote): ... here.
10377
10378 2014-04-22 Pedro Alves <palves@redhat.com>
10379
10380 * gdb.base/consecutive-step-over.c: New file.
10381 * gdb.base/consecutive-step-over.exp: New file.
10382
10383 2014-04-22 Pedro Alves <palves@redhat.com>
10384
10385 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10386 instead of send_gdb/gdb_expect.
10387
10388 2014-04-22 Yao Qi <yao@codesourcery.com>
10389
10390 * lib/trace-support.exp (generate_tracefile): New procedure.
10391 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10392 return 0.
10393 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10394 if generate_tracefile returns 1.
10395
10396 2014-04-18 Tom Tromey <palves@redhat.com>
10397 Pedro alves <tromey@redhat.com>
10398
10399 PR backtrace/15558
10400 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10401 with a backtrace limit.
10402 * gdb.python/py-frame-inline.exp: Test running to an inline
10403 function with a backtrace limit, and printing the newest frame.
10404 * gdb.python/py-frame-inline.c (main): Call f.
10405
10406 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10407
10408 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10409
10410 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10411
10412 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10413 Drop prefix from unsupported source file path.
10414
10415 2014-04-17 Yao Qi <yao@codesourcery.com>
10416
10417 * lib/gdb.exp (with_target_charset): New proc.
10418 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10419 with_target_charset.
10420 (test_print_strings): Likewise.
10421 (test_repeat_bytes): Likewise.
10422 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10423 for some tests.
10424
10425 2014-04-16 Keith Seitz <keiths@redhat.com>
10426
10427 PR gdb/15827
10428 * gdb.dwarf2/corrupt.c: New file.
10429 * gdb.dwarf2/corrupt.exp: New file.
10430
10431 2014-04-16 Keith Seitz <keiths@redhat.com>
10432
10433 PR c++/16597
10434 * gdb.cp/namelessclass.cc: New file.
10435 * gdb.cp/namelessclass.exp: New file.
10436 * gdb.cp/namelessclass.S: New file.
10437
10438 2014-04-16 Doug Evans <dje@google.com>
10439
10440 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10441 Add comment.
10442 (gdbserver_default_get_comm_port): New function.
10443 (gdbserver_start): Check if board file provided
10444 "gdbserver,get_comm_port" and use it if so.
10445 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10446 (gdb,socketport): Set to "stdio".
10447 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10448 (stdio_gdbserver_template): Delete.
10449 (${board}_get_remote_address): Update.
10450 (${board}_build_remote_cmd): Delete.
10451 (${board}_get_comm_port): New function.
10452 (${board}_spawn): Update.
10453 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10454 Delete.
10455 (${board}_get_remote_address): Update.
10456 (${board}_get_comm_port): New function.
10457
10458 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
10459
10460 * gdb.base/memattr.exp: Improve regexps to handle memory regions
10461 appearing in any order.
10462
10463 2014-04-15 Doug Evans <dje@google.com>
10464
10465 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10466 uninitialized value of "description".
10467
10468 2014-04-15 Keith Seitz <keiths@redhat.com>
10469
10470 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10471 Remove unused globals.
10472 (test_running_the_program): Likewise.
10473 (test_controlled_execution): Likewise.
10474 (test_controlling_breakpoints): Likewise.
10475 (test_program_termination): Likewise.
10476
10477 2014-04-15 Keith Seitz <keiths@redhat.com>
10478
10479 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10480 unused globals.
10481 (test_rbreak_creation_and_listing): Likewise.
10482 (test_ignore_count): Likewise.
10483 (test_error): Likewise.
10484
10485 2014-04-15 Pedro Alves <palves@redhat.com>
10486
10487 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10488 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10489 sym-file-loader.c.
10490 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10491 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10492 to sym-file-loader.c.
10493 (struct library): Forward declare.
10494 (load_shlib, lookup_function): Change prototypes.
10495 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10496 (translate_offset): Remove declarations.
10497 (get_text_addr): New declaration.
10498 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10499 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10500 sym-file-loader.h.
10501 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10502 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10503 here from sym-file-loader.h.
10504 (struct library): New structure.
10505 (load_shlib, lookup_function): Change prototypes and adjust to
10506 work with a struct library.
10507 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10508 (translate_offset): Make static.
10509 (get_text_addr): New function.
10510 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10511
10512 2014-04-15 Pedro Alves <palves@redhat.com>
10513
10514 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
10515
10516 2014-04-15 Pedro Alves <palves@redhat.com>
10517
10518 * gdb.base/sym-file-loader.c: Include <limits.h>.
10519 (SELF_LINK): New define.
10520 (get_origin): New function.
10521 (load_shlib): Use it.
10522 * gdb.base/sym-file.exp: Don't early return if the target is
10523 remote. Use runto_main, and issue fail is that fails. Use
10524 gdb_load_shlibs.
10525 (shlib_name): Delete.
10526 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
10527
10528 2014-04-15 Pedro Alves <palves@redhat.com>
10529
10530 * gdb.base/sym-file.exp: Remove regex characters from test
10531 message. Don't refer to breakpoint numbers in test messages.
10532
10533 2014-04-14 Keith Seitz <keiths@redhat.com>
10534
10535 PR c++/16253
10536 * gdb.cp/var-tag.cc: New file.
10537 * gdb.cp/var-tag.exp: New file.
10538 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10539 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10540 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10541 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10542
10543 2014-04-14 Tom Tromey <tromey@redhat.com>
10544
10545 * gdb.cp/classes.exp (test_enums): Handle underlying type.
10546 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10547 type.
10548 * gdb.cp/enum-class.exp: New file.
10549 * gdb.cp/enum-class.cc: New file.
10550
10551 2014-04-14 Tom Tromey <tromey@redhat.com>
10552
10553 * gdb.dwarf2/enum-type.exp: New file.
10554
10555 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10556
10557 * gdb.mi/mi-vla-c99.exp: New file.
10558 * gdb.mi/vla.c: New file.
10559
10560 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10561
10562 * gdb.base/vla-datatypes.c: New file.
10563 * gdb.base/vla-datatypes.exp: New file.
10564
10565 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10566
10567 * gdb.base/vla-ptr.c: New file.
10568 * gdb.base/vla-ptr.exp: New file.
10569
10570 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10571
10572 * gdb.dwarf2/count.exp: New file.
10573
10574 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10575
10576 * gdb.base/vla-sideeffect.c: New file.
10577 * gdb.base/vla-sideeffect.exp: New file.
10578
10579 2014-04-14 David Blaikie <dblaikie@gmail.com>
10580
10581 * gdb.mi/non-stop.c: Add return value for non-void function return
10582 statement.
10583 * gdb.threads/staticthreads.c: Ditto.
10584
10585 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
10586 Doug Evans <xdje42@gmail.com>
10587
10588 * gdb.guile/scm-value.c: Improve test case.
10589 * gdb.guile/scm-value.exp: Add new test.
10590
10591 2014-04-11 David Blaikie <dblaikie@gmail.com>
10592
10593 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
10594 override Clang's default.
10595
10596 2014-04-11 Joel Brobecker <brobecker@adacore.com>
10597
10598 Revert the following changes (regressions):
10599
10600 * gdb.base/vla-sideeffect.c: New file.
10601 * gdb.base/vla-sideeffect.exp: New file.
10602
10603 * gdb.dwarf2/count.exp: New file.
10604
10605 * gdb.base/vla-multi.c: New file.
10606 * gdb.base/vla-multi.exp: New file.
10607
10608 * gdb.base/vla-ptr.c: New file.
10609 * gdb.base/vla-ptr.exp: New file.
10610
10611 * gdb.base/vla-datatypes.c: New file.
10612 * gdb.base/vla-datatypes.exp: New file.
10613
10614 * gdb.mi/mi-vla-c99.exp: New file.
10615 * gdb.mi/vla.c: New file.
10616
10617 2014-04-11 Keith Seitz <keiths@redhat.com>
10618
10619 PR c++/16675
10620 * gdb.cp/cpsizeof.exp: New file.
10621 * gdb.cp/cpsizeof.cc: New file.
10622
10623 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10624
10625 * gdb.mi/mi-vla-c99.exp: New file.
10626 * gdb.mi/vla.c: New file.
10627
10628 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10629
10630 * gdb.base/vla-datatypes.c: New file.
10631 * gdb.base/vla-datatypes.exp: New file.
10632
10633 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10634
10635 * gdb.base/vla-ptr.c: New file.
10636 * gdb.base/vla-ptr.exp: New file.
10637
10638 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10639
10640 * gdb.base/vla-multi.c: New file.
10641 * gdb.base/vla-multi.exp: New file.
10642
10643 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10644
10645 * gdb.dwarf2/count.exp: New file.
10646
10647 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10648
10649 * gdb.base/vla-sideeffect.c: New file.
10650 * gdb.base/vla-sideeffect.exp: New file.
10651
10652 2014-04-11 Yao Qi <yao@codesourcery.com>
10653
10654 * gdb.base/completion.exp: Check file exists before running tests
10655 on file completion.
10656
10657 2014-04-10 Pedro Alves <palves@redhat.com>
10658
10659 * gdb.base/cond-eval-mode.c: New file.
10660 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
10661 prepare_for_testing to build the new file. Check result of
10662 runto_main.
10663 (test_break, test_watch): New procedures.
10664 (top level): Use them.
10665
10666 2014-04-08 Pierre Muller <muller@sourceware.org>
10667
10668 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
10669 Ctrl-V use for mingw hosts.
10670
10671 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
10672
10673 * gdb.python/py-value.c: Improve test case.
10674 * gdb.python/py-value.exp: Add new test.
10675
10676 2014-04-07 David Blaikie <dblaikie@gmail.com>
10677
10678 * lib/compiler.c: Identify the clang compiler.
10679 * lib/compiler.cc: Ditto.
10680
10681 2014-04-03 Yao Qi <yao@codesourcery.com>
10682
10683 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
10684
10685 2014-04-01 Anton Blanchard <anton@samba.org>
10686
10687 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
10688 messages unique.
10689
10690 2014-04-01 Anton Blanchard <anton@samba.org>
10691
10692 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
10693 prepare_for_testing.
10694
10695 2014-04-01 Anton Blanchard <anton@samba.org>
10696
10697 * gdb.arch/ppc64-atomic-inst.c: Remove.
10698 * gdb.arch/ppc64-atomic-inst.S: New file.
10699 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
10700
10701 2014-03-31 Doug Evans <dje@google.com>
10702
10703 * gdb.base/print-symbol-loading-lib.c: New file.
10704 * gdb.base/print-symbol-loading-main.c: New file.
10705 * gdb.base/print-symbol-loading.exp: New file.
10706
10707 2014-03-31 Yao Qi <yao@codesourcery.com>
10708
10709 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
10710
10711 2014-03-28 Joel Brobecker <brobecker@adacore.com>
10712
10713 * gdb.ada/mi_dyn_arr: New testcase.
10714
10715 2014-03-27 Doug Evans <dje@google.com>
10716
10717 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
10718
10719 2014-03-27 Yao Qi <yao@codesourcery.com>
10720
10721 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
10722 if target is nios2-*-*.
10723
10724 2014-03-26 Yao Qi <yao@codesourcery.com>
10725
10726 * lib/gdb.exp (readline_is_used): New proc.
10727 * gdb.base/completion.exp: Move tests on command complete up.
10728 Skip the rest of tests if readline is not used.
10729 * gdb.ada/complete.exp: Skp the test if readline is not
10730 used.
10731 * gdb.base/filesym.exp: Likewise.
10732 * gdb.base/macscp.exp: Likewise.
10733 * gdb.base/readline-ask.exp: Likewise.
10734 * gdb.base/readline.exp: Likewise.
10735 * gdb.python/py-cmd.exp: Likewise.
10736 * gdb.trace/tfile.exp: Likewise.
10737
10738 2014-03-26 Yao Qi <yao@codesourcery.com>
10739
10740 * gdb.base/macscp.exp: Fix code format issues.
10741
10742 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
10743
10744 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
10745 * gdb.asm/powerpc64le.inc: New file.
10746
10747 2014-03-25 Pedro Alves <palves@redhat.com>
10748 Doug Evans <dje@google.com>
10749
10750 * gdb.base/source-execution.c: New file.
10751 * gdb.base/source-execution.exp: New file.
10752 * gdb.base/source-execution.gdb: New file.
10753
10754 2014-03-24 Doug Evans <dje@google.com>
10755
10756 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
10757 using fission.
10758
10759 2014-03-24 Hui Zhu <hui@codesourcery.com>
10760 Pedro Alves <palves@redhat.com>
10761
10762 PR breakpoints/16101
10763 * gdb.base/dprintf.exp: Use unsupported rather than changing the
10764 test pass/fail messages. Detect missing support for dprintf when
10765 breakpoints are actually inserted.
10766 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
10767 breakpoints are actually inserted.
10768 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
10769 fails.
10770
10771 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10772
10773 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
10774
10775 2014-03-22 Doug Evans <xdje42@gmail.com>
10776
10777 * gdb.python/python.exp (python not supported): Verify multi-line
10778 python command issues an error.
10779 * gdb.guile/guile.exp (guile not supported): Verify multi-line
10780 guile command issues an error.
10781
10782 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
10783
10784 * gdb.threads/thread-specific.exp: Handle the lack of usable
10785 $this_breakpoint and $this_thread.
10786
10787 2014-03-21 Hui Zhu <hui@codesourcery.com>
10788
10789 * gdb.base/attach.exp (do_command_attach_tests): New.
10790
10791 2014-03-20 Tom Tromey <tromey@redhat.com>
10792 Pedro Alves <palves@redhat.com>
10793
10794 PR cli/15718
10795 * gdb.base/condbreak-call-false.c: New file.
10796 * gdb.base/condbreak-call-false.exp: New file.
10797
10798 2014-03-20 Pedro Alves <palves@redhat.com>
10799
10800 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
10801 Delete.
10802 (block_signals, unblock_signals): Delete.
10803 (child_function_2, main): Remove references to deleted variable
10804 and functions.
10805
10806 2014-03-20 Pedro Alves <palves@redhat.com>
10807
10808 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
10809 Use pthread_kill to signal thread 2.
10810 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10811 Adjust to make the test send itself a signal rather than using the
10812 host's "kill" command.
10813
10814 2014-03-20 Pedro Alves <palves@redhat.com>
10815
10816 * gdb.threads/multiple-step-overs.c: New file.
10817 * gdb.threads/multiple-step-overs.exp: New file.
10818 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10819 Adjust expected infrun debug output.
10820
10821 2014-03-20 Pedro Alves <palves@redhat.com>
10822
10823 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
10824 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
10825
10826 2014-03-20 Pedro Alves <palves@redhat.com>
10827
10828 PR breakpoints/7143
10829 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
10830 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
10831 of gdb_test_multiple.
10832 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
10833 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
10834
10835 2014-03-20 Pedro Alves <palves@redhat.com>
10836
10837 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
10838 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
10839
10840 2014-03-19 Pedro Alves <palves@redhat.com>
10841
10842 * gdb.base/async.exp: Remove early return.
10843
10844 2014-03-19 Pedro Alves <palves@redhat.com>
10845
10846 * gdb.base/async.exp (step& tests): Pass explicit test messages.
10847
10848 2014-03-19 Pedro Alves <palves@redhat.com>
10849
10850 * gdb.base/async.exp (test_background): Expect \r\n after
10851 "completed." in the fail pattern.
10852
10853 2014-03-19 Pedro Alves <palves@redhat.com>
10854
10855 * gdb.base/async.exp (test_background): New procedure.
10856 Use it for all background execution command tests.
10857
10858 2014-03-19 Pedro Alves <palves@redhat.com>
10859
10860 * gdb.base/async.exp: Use prepare_for_testing.
10861
10862 2014-03-19 Pedro Alves <palves@redhat.com>
10863
10864 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
10865 the same line.
10866
10867 2014-03-19 Pedro Alves <palves@redhat.com>
10868
10869 * gdb.base/async.c (main): Add "jump here" and "until here" line
10870 marker comments.
10871 * gdb.base/async.exp (jump_here): New global.
10872 (jump& test): Use it.
10873 (until_here): New global.
10874 (until& test): Use it.
10875
10876 2014-03-19 Pedro Alves <palves@redhat.com>
10877
10878 * gdb.base/async.exp: Don't frob gdb_protocol.
10879
10880 2014-03-18 Doug Evans <xdje42@gmail.com>
10881
10882 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
10883 Fix spelling of exec-done-display.
10884
10885 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
10886
10887 PR gdb/15358
10888 * gdb.base/gdb-sigterm.c: New file.
10889 * gdb.base/gdb-sigterm.exp: New file.
10890
10891 2014-03-18 Pedro Alves <palves@redhat.com>
10892
10893 PR gdb/13860
10894 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
10895 * lib/mi-support.exp (mi_expect_stop): Add special handling for
10896 solib-event.
10897
10898 2014-03-17 Joel Brobecker <brobecker@adacore.com>
10899
10900 * gdb.ada/pckd_arr_ren: New testcase.
10901
10902 2014-03-13 Doug Evans <xdje42@gmail.com>
10903
10904 PR guile/16612
10905 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
10906 collect after discarding symbols.
10907
10908 2014-03-13 Ludovic Courtès <ludo@gnu.org>
10909 Doug Evans <xdje42@gmail.com>
10910
10911 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
10912 to history survives a gc.
10913
10914 2014-03-13 Pedro Alves <palves@redhat.com>
10915
10916 * gdb.base/default.exp: Don't test "target procfs".
10917
10918 2014-03-13 Pedro Alves <palves@redhat.com>
10919
10920 * gdb.base/default.exp: Update "target child" and "target procfs"
10921 tests to not expect "Unix".
10922
10923 2014-03-12 Tom Tromey <tromey@redhat.com>
10924
10925 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
10926 New procs. Add target-async tests.
10927 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
10928 Add target-async tests.
10929
10930 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10931
10932 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
10933 'func_start' and 'func_end' for the beginning and end of the
10934 function code, respectively.
10935 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
10936 'func_end' instead of 'func' and 'main'.
10937
10938 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10939
10940 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
10941 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
10942 generate the debug info assembler source.
10943
10944 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10945
10946 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
10947 * gdb.dwarf2/arr-subrange.exp: Likewise.
10948 * gdb.dwarf2/dwz.exp: Likewise.
10949 * gdb.dwarf2/method-ptr.exp: Likewise.
10950 * gdb.dwarf2/missing-sig-type.exp: Likewise.
10951 * gdb.dwarf2/subrange.exp: Likewise.
10952 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
10953 * gdb.dwarf2/implptrpiece.exp: Likewise.
10954 * gdb.dwarf2/nostaticblock.exp: Likewise.
10955
10956 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10957
10958 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
10959 directory to absolute path name arguments.
10960
10961 2014-03-10 Joel Brobecker <brobecker@adacore.com>
10962
10963 * gdb.ada/tagged_access: New testcase.
10964
10965 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
10966
10967 * gdb.btrace/data.exp: Update expected output.
10968
10969 2014-03-06 Yao Qi <yao@codesourcery.com>
10970
10971 * gdb.trace/pr16508.exp: New file.
10972
10973 2014-03-05 Pedro Alves <palves@redhat.com>
10974
10975 PR gdb/16575
10976 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
10977 procedure.
10978 (top level): Adjust to use it. Add tests that exercise breakpoint
10979 interaction with the code-cache.
10980
10981 2014-02-26 Ludovic Courtès <ludo@gnu.org>
10982
10983 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
10984 test for 'history-append!'.
10985
10986 2014-02-26 Joel Brobecker <brobecker@adacore.com>
10987
10988 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
10989 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
10990 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
10991 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
10992 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
10993 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
10994
10995 2014-02-26 Joel Brobecker <brobecker@adacore.com>
10996
10997 * testsuite/gdb.python/py-pp-re-notag.c: New file.
10998 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
10999 * testsuite/gdb.python/py-pp-re-notag.p: New file.
11000
11001 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11002
11003 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
11004
11005 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11006
11007 * gdb.dwarf2/arr-stride.c: New file.
11008 * gdb.dwarf2/arr-stride.exp: New file.
11009
11010 2014-02-26 Pedro Alves <palves@redhat.com>
11011
11012 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11013 that won't ever trigger. Make sure that GDB reports the correct
11014 breakpoint that caused the stop.
11015
11016 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11017
11018 PR gdb/16626
11019 * gdb.base/auto-load-script: New file.
11020 * gdb.base/auto-load.c: New file.
11021 * gdb.base/auto-load.exp: New file.
11022
11023 PR gdb/16626
11024 * gdb.base/auto-load.exp: Fix out-of-srctree run.
11025
11026 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11027
11028 Fix dw2-icycle.exp -fsanitize=address GDB crash.
11029 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11030
11031 2014-02-24 Doug Evans <dje@google.com>
11032
11033 * lib/gdb.exp (run_on_host): Log error output if program fails.
11034
11035 2014-02-21 Pedro Alves <palves@redhat.com>
11036
11037 * gdb.threads/step-after-sr-lock.c: Rename to ...
11038 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
11039 * gdb.threads/step-after-sr-lock.exp: Rename to ...
11040 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11041 ... this.
11042
11043 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
11044
11045 PR tdep/16397
11046 * gdb.arch/amd64-stap-special-operands.exp: New file.
11047 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
11048 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
11049 * gdb.arch/amd64-stap-triplet.S: Likewise.
11050 * gdb.arch/amd64-stap-triplet.c: Likewise.
11051
11052 2014-02-20 Joel Brobecker <brobecker@adacore.com>
11053
11054 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11055 in .section pseudo-op.
11056
11057 2014-02-20 lin zuojian <manjian2006@gmail.com>
11058 Joel Brobecker <brobecker@adacore.com>
11059 Doug Evans <xdje42@gmail.com>
11060
11061 PR symtab/16581
11062 * gdb.dwarf2/dw2-icycle.S: New file.
11063 * gdb.dwarf2/dw2-icycle.c: New file.
11064 * gdb.dwarf2/dw2-icycle.exp: New file.
11065
11066 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
11067
11068 * gdb.python/py-value-cc.cc: Improve test case to enable testing
11069 operations on gdb.Value objects.
11070 * gdb.python/py-value-cc.exp: Add new test to test operations on
11071 gdb.Value objects.
11072
11073 2014-02-18 Doug Evans <dje@google.com>
11074
11075 * Makefile.in (TESTS): New variable.
11076 (expanded_tests, expanded_tests_or_none): New variables
11077 (check-single): Pass $(expanded_tests_or_none) to runtest.
11078 (check-parallel): Only run tests in $(TESTS) if non-empty.
11079 (check/no-matching-tests-found): New rule.
11080 * README: Document TESTS makefile variable.
11081
11082 2014-02-18 Doug Evans <dje@google.com>
11083
11084 * Makefile.in (check-parallel): rm -rf outputs temp.
11085
11086 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11087
11088 Fix "ERROR: no fileid for" in the testsuite.
11089 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11090
11091 2014-02-12 Doug Evans <dje@google.com>
11092
11093 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11094 (MISCELLANEOUS): New variable.
11095 (clean): rm -rf $(MISCELLANEOUS).
11096 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11097 dwp live in the same directory as symlinks, with each symlink pointed
11098 to a differently named file in a different directory.
11099
11100 2014-02-11 Doug Evans <dje@google.com>
11101
11102 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11103 of Tcl file commands.
11104
11105 2014-02-10 Mark Kettenis <kettenis@gnu.org>
11106
11107 * gdb.threads/step-after-sr-lock.exp: Avoid executing
11108 "kill -SIGUSR1 -1".
11109
11110 2014-02-10 Joel Brobecker <brobecker@adacore.com>
11111
11112 * gdb.ada/tick_length_array_enum_idx: New testcase.
11113
11114 2014-02-10 Doug Evans <xdje42@gmail.com>
11115
11116 * configure.ac (AC_OUTPUT): Add gdb.guile.
11117 * configure: Regenerate.
11118 * lib/gdb-guile.exp: New file.
11119 * lib/gdb.exp (get_target_charset): New function.
11120 * gdb.base/help.exp: Update expected output from "apropos apropos".
11121 * gdb.guile/Makefile.in: New file.
11122 * gdb.guile/guile.exp: New file.
11123 * gdb.guile/scm-arch.c: New file.
11124 * gdb.guile/scm-arch.exp: New file.
11125 * gdb.guile/scm-block.c: New file.
11126 * gdb.guile/scm-block.exp: New file.
11127 * gdb.guile/scm-breakpoint.c: New file.
11128 * gdb.guile/scm-breakpoint.exp: New file.
11129 * gdb.guile/scm-disasm.c: New file.
11130 * gdb.guile/scm-disasm.exp: New file.
11131 * gdb.guile/scm-equal.c: New file.
11132 * gdb.guile/scm-equal.exp: New file.
11133 * gdb.guile/scm-error.exp: New file.
11134 * gdb.guile/scm-error.scm: New file.
11135 * gdb.guile/scm-frame-args.c: New file.
11136 * gdb.guile/scm-frame-args.exp: New file.
11137 * gdb.guile/scm-frame-args.scm: New file.
11138 * gdb.guile/scm-frame-inline.c: New file.
11139 * gdb.guile/scm-frame-inline.exp: New file.
11140 * gdb.guile/scm-frame.c: New file.
11141 * gdb.guile/scm-frame.exp: New file.
11142 * gdb.guile/scm-generics.exp: New file.
11143 * gdb.guile/scm-gsmob.exp: New file.
11144 * gdb.guile/scm-iterator.c: New file.
11145 * gdb.guile/scm-iterator.exp: New file.
11146 * gdb.guile/scm-math.c: New file.
11147 * gdb.guile/scm-math.exp: New file.
11148 * gdb.guile/scm-objfile-script-gdb.in: New file.
11149 * gdb.guile/scm-objfile-script.c: New file.
11150 * gdb.guile/scm-objfile-script.exp: New file.
11151 * gdb.guile/scm-objfile.c: New file.
11152 * gdb.guile/scm-objfile.exp: New file.
11153 * gdb.guile/scm-ports.exp: New file.
11154 * gdb.guile/scm-pretty-print.c: New file.
11155 * gdb.guile/scm-pretty-print.exp: New file.
11156 * gdb.guile/scm-pretty-print.scm: New file.
11157 * gdb.guile/scm-section-script.c: New file.
11158 * gdb.guile/scm-section-script.exp: New file.
11159 * gdb.guile/scm-section-script.scm: New file.
11160 * gdb.guile/scm-symbol.c: New file.
11161 * gdb.guile/scm-symbol.exp: New file.
11162 * gdb.guile/scm-symtab-2.c: New file.
11163 * gdb.guile/scm-symtab.c: New file.
11164 * gdb.guile/scm-symtab.exp: New file.
11165 * gdb.guile/scm-type.c: New file.
11166 * gdb.guile/scm-type.exp: New file.
11167 * gdb.guile/scm-value-cc.cc: New file.
11168 * gdb.guile/scm-value-cc.exp: New file.
11169 * gdb.guile/scm-value.c: New file.
11170 * gdb.guile/scm-value.exp: New file.
11171 * gdb.guile/source2.scm: New file.
11172 * gdb.guile/types-module.cc: New file.
11173 * gdb.guile/types-module.exp: New file.
11174
11175 2014-02-10 Yao Qi <yao@codesourcery.com>
11176
11177 PR testsuite/16543
11178 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11179 * configure: Regenerated.
11180 * Makefile.in: New file.
11181
11182 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11183
11184 * gdb.python/py-framefilter.exp: Fix typo.
11185
11186 2014-02-08 Yao Qi <yao@codesourcery.com>
11187
11188 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11189 that no =breakpoint-modified is emitted when breakpoints are
11190 modified through MI commands.
11191
11192 2014-02-07 Pedro Alves <pedro@codesourcery.com>
11193 Pedro Alves <palves@redhat.com>
11194
11195 * gdb.threads/step-after-sr-lock.c: New file.
11196 * gdb.threads/step-after-sr-lock.exp: New file.
11197
11198 2014-02-07 Pedro Alves <palves@redhat.com>
11199
11200 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11201
11202 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11203
11204 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11205 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11206
11207 2014-02-06 Doug Evans <xdje42@gmail.com>
11208
11209 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11210 output.
11211
11212 * gdb.gdb/python-interrupts.exp: New file.
11213
11214 2014-02-05 Yao Qi <yao@codesourcery.com>
11215
11216 * gdb.trace/report.exp (use_collected_data): Test the output
11217 of "info threads" and "info inferiors".
11218
11219 2014-02-05 Yao Qi <yao@codesourcery.com>
11220
11221 Revert this patch:
11222
11223 2013-05-24 Yao Qi <yao@codesourcery.com>
11224
11225 * gdb.trace/tfile.exp: Test inferior and thread.
11226
11227 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11228
11229 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11230 on a function.
11231 * gdb.base/step-bt.c: Call hello via function pointer to make
11232 sure its first instruction is executed on powerpc64le-linux.
11233
11234 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11235
11236 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11237
11238 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11239
11240 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11241 of the test patterns for use on little-endian systems.
11242
11243 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11244
11245 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11246 (decimal_vector): Fix for little-endian.
11247
11248 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11249
11250 * gdb.arch/sparc-sysstep.exp: New file.
11251 * gdb.arch/sparc-sysstep.c: Likewise.
11252
11253 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11254
11255 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11256
11257 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11258
11259 2014-01-23 Tom Tromey <tromey@redhat.com>
11260
11261 * gdb.ada/array_char_idx: New testcase.
11262
11263 2014-01-23 Tom Tromey <tromey@redhat.com>
11264
11265 PR python/16487:
11266 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11267 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11268 classes.
11269
11270 2014-01-23 Tom Tromey <tromey@redhat.com>
11271
11272 PR python/16491:
11273 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11274 string from an inferior frame.
11275 * gdb.python/py-framefilter-mi.exp: Update.
11276
11277 2014-01-22 Doug Evans <dje@google.com>
11278
11279 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11280
11281 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11282
11283 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11284
11285 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11286
11287 * gdb.trace/entry-values.exp: Remove excess space character from
11288 regex patterns. Handle s390 call instruction.
11289
11290 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11291
11292 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11293 define "*_start" label. Make "name" static.
11294 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11295 ${name} by references to ${name}_start.
11296
11297 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11298
11299 * gdb.base/info-macros.exp: Remove "debug" from the compile
11300 options.
11301
11302 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11303
11304 * gdb.dlang/demangle.exp: New file.
11305
11306 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11307
11308 * gdb.dlang/primitive-types.exp: New file.
11309
11310 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11311
11312 * configure.ac: Create gdb.dlang/Makefile.
11313 * configure: Regenerate.
11314 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11315 * gdb.dlang/Makefile.in: New file.
11316 * lib/d-support.exp: New file.
11317 * lib/gdb.exp (skip_d_tests): New proc.
11318
11319 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11320
11321 * gdb.btrace/delta.exp: Check reverse stepi.
11322 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11323 * gdb.btrace/finish.exp: New.
11324 * gdb.btrace/next.exp: New.
11325 * gdb.btrace/nexti.exp: New.
11326 * gdb.btrace/record_goto.c: Add comments.
11327 * gdb.btrace/step.exp: New.
11328 * gdb.btrace/stepi.exp: New.
11329 * gdb.btrace/multi-thread-step.c: New.
11330 * gdb.btrace/multi-thread-step.exp: New.
11331 * gdb.btrace/rn-dl-bind.c: New.
11332 * gdb.btrace/rn-dl-bind.exp: New.
11333 * gdb.btrace/data.c: New.
11334 * gdb.btrace/data.exp: New.
11335 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11336
11337 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11338
11339 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11340 * gdb.btrace/exception.exp: Update.
11341 * gdb.btrace/instruction_history.exp: Update.
11342 * gdb.btrace/record_goto.exp: Update.
11343 * gdb.btrace/tailcall.exp: Update.
11344 * gdb.btrace/unknown_functions.exp: Update.
11345 * gdb.btrace/delta.exp: New.
11346
11347 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11348
11349 * gdb.btrace/record_goto.exp: Add backtrace test.
11350 * gdb.btrace/tailcall.exp: Add backtrace test.
11351
11352 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11353
11354 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11355 * gdb.btrace/record_goto.c: New.
11356 * gdb.btrace/record_goto.exp: New.
11357 * gdb.btrace/x86-record_goto.S: New.
11358
11359 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11360
11361 * gdb.btrace/function_call_history.exp: Update tests.
11362 * gdb.btrace/instruction_history.exp: Update tests.
11363
11364 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11365
11366 * gdb.btrace/function_call_history.exp: Fix expected field
11367 order for "record function-call-history".
11368 Add new tests for "record function-call-history /c".
11369 * gdb.btrace/exception.cc: New.
11370 * gdb.btrace/exception.exp: New.
11371 * gdb.btrace/tailcall.exp: New.
11372 * gdb.btrace/x86-tailcall.S: New.
11373 * gdb.btrace/x86-tailcall.c: New.
11374 * gdb.btrace/unknown_functions.c: New.
11375 * gdb.btrace/unknown_functions.exp: New.
11376 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11377
11378 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11379
11380 * gdb.btrace/instruction_history.exp: Update.
11381 * gdb.btrace/function_call_history.exp: Update.
11382
11383 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11384
11385 * gdb.btrace/function_call_history.exp: Fix expected function
11386 trace.
11387 * gdb.btrace/instruction_history.exp: Initialize traced.
11388 Remove traced_functions.
11389
11390 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11391
11392 * gdb.btrace/function_call_history.exp: Update
11393 * gdb.btrace/instruction_history.exp: Update.
11394
11395 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11396
11397 * gdb.btrace/enable.exp: Update expected text.
11398
11399 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11400
11401 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11402 bytes.
11403
11404 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11405
11406 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11407
11408 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
11409
11410 * lib/gdb.exp (supports_process_record): Return true for
11411 arm*-linux*. (supports_reverse): Likewise.
11412
11413 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11414
11415 PR python/15464
11416 PR python/16113
11417 * gdb.python/py-type.c: Enhance test case.
11418 * gdb.python/py-value-cc.cc: Likewise
11419 * gdb.python/py-type.exp: Add new tests.
11420 * gdb.python/py-value-cc.exp: Likewise
11421
11422 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11423 Pedro Alves <palves@redhat.com>
11424
11425 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11426 Make "name" extern.
11427 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11428 references to ${name}_start by references to ${name}.
11429
11430 2014-01-10 Joel Brobecker <brobecker@adacore.com>
11431
11432 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11433
11434 2014-01-10 Joel Brobecker <brobecker@adacore.com>
11435
11436 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11437
11438 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
11439 Pedro Alves <palves@redhat.com>
11440
11441 * gdb.mi/mi-info-os.exp: Connect to the target with
11442 mi_gdb_target_load.
11443
11444 2014-01-08 Pedro Alves <palves@redhat.com>
11445
11446 * gdb.threads/reconnect-signal.c: New file.
11447 * gdb.threads/reconnect-signal.exp: New file.
11448
11449 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11450
11451 * gdb.base/source-dir.exp: New file.
11452
11453 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11454
11455 * gdb.ada/mi_interface: New testcase.
11456
11457 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11458
11459 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11460 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11461 gdb.ada/pp-rec-component/pck.ads: New files.
11462
11463 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11464
11465 * gdb.python/py-pp-integral.c: New file.
11466 * gdb.python/py-pp-integral.py: New file.
11467 * gdb.python/py-pp-integral.exp: New file.
11468
11469 For older changes see ChangeLog-1993-2013.
11470 \f
11471 ;; Local Variables:
11472 ;; mode: change-log
11473 ;; left-margin: 8
11474 ;; fill-column: 74
11475 ;; version-control: never
11476 ;; End:
11477
11478 Copyright 2014-2017 Free Software Foundation, Inc.
11479 Copying and distribution of this file, with or without modification,
11480 are permitted provided the copyright notice and this notice are preserved.
This page took 0.283642 seconds and 4 git commands to generate.