arc: Add disassembler helper
[binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2
3 * gdb.arch/arc-decode-insn.S: New file.
4 * gdb.arch/arc-decode-insn.exp: Likewise.
5
6 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
7
8 PR tdep/20928
9 * gdb.arch/sparc64-regs.exp: New file.
10 * gdb.arch/sparc64-regs.S: Likewise.
11
12 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
13
14 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
15 and memory view on Python 3.
16
17 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
18 Keith Seitz <keiths@redhat.com>
19
20 PR gdb/14441
21 * gdb.cp/demangle.exp: Add rvalue reference tests.
22 * gdb.cp/rvalue-ref-casts.cc: New file.
23 * gdb.cp/rvalue-ref-casts.exp: New file.
24 * gdb.cp/rvalue-ref-overload.cc: New file.
25 * gdb.cp/rvalue-ref-overload.exp: New file.
26 * gdb.cp/rvalue-ref-params.cc: New file.
27 * gdb.cp/rvalue-ref-params.exp: New file.
28 * gdb.cp/rvalue-ref-sizeof.cc: New file.
29 * gdb.cp/rvalue-ref-sizeof.exp: New file.
30 * gdb.cp/rvalue-ref-types.cc: New file.
31 * gdb.cp/rvalue-ref-types.exp: New file.
32 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
33 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
34
35 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
36
37 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
38 New procedure.
39
40 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
41
42 * lib/mi-support.exp (mi_gdb_test): Add additional message
43 for unexpected output.
44
45 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
46
47 * gdb.base/examine-backward.c (Barrier): New character array
48 constant, to ensure that TestStrings is preceded by a string
49 terminator.
50
51 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
52
53 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
54 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
55 and implicit pointer into such a location.
56
57 2017-03-16 Doug Evans <dje@google.com>
58
59 * gdb.python/py-lazy-string (pointer): Really add new typedef.
60
61 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
62
63 * gdb.cp/m-static.exp: Fix expectation for prototype of
64 test5.single_constructor and single_constructor::single_constructor.
65
66 2017-03-16 Doug Evans <dje@google.com>
67
68 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
69 * gdb.guile/scm-lazy-string.c: New file.
70 * gdb.guile/scm-value.exp: Move lazy string tests to ...
71 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
72 for pointer, array, typedef lazy strings.
73
74 2017-03-16 Doug Evans <dje@google.com>
75
76 PR python/17728, python/18439, python/18779
77 * gdb.python/py-value.c (main) Delete locals sptr, sn.
78 * gdb.python/py-lazy-string.c (pointer): New typedef.
79 (main): New locals ptr, array, typedef_ptr.
80 * gdb.python/py-value.exp: Move lazy string tests to ...
81 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
82 array, typedef lazy strings.
83
84 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
85
86 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
87 Add optional 'test' parameter.
88
89 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
90
91 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
92 Skip for versions of DejaGnu < 1.5.
93
94 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
95
96 * lib/gdb.exp (dejagnu_version): New proc.
97 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
98 Use dejagnu_version.
99
100 2017-03-10 Keith Seitz <keiths@redhat.com>
101
102 PR c++/8128
103 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
104 type from destructor regexps.
105 Add a branch which actually passes the test.
106 Adjust "ptype t5i" test names.
107
108 2017-03-08 Pedro Alves <palves@redhat.com>
109
110 * gdb.base/step-over-exit.exp: Add explicit test message.
111
112 2017-03-08 Pedro Alves <palves@redhat.com>
113
114 PR gdb/18360
115 * gdb.threads/interrupt-while-step-over.c: New file.
116 * gdb.threads/interrupt-while-step-over.exp: New file.
117
118 2017-03-08 Pedro Alves <palves@redhat.com>
119
120 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
121 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
122
123 2017-03-08 Pedro Alves <palves@redhat.com>
124
125 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
126 PKRU as not supported as a PASS.
127
128 2017-03-08 Pedro Alves <palves@redhat.com>
129
130 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
131 prefix instead of $binfile1/$binfile2.
132 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
133 in test message.
134 * gdb.python/py-completion.exp: Use "load python file" as test
135 messages instead of unstable path names.
136
137 2017-03-08 Pedro Alves <palves@redhat.com>
138 Jan Kratochvil <jan.kratochvil@redhat.com>
139
140 PR cli/21218
141 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
142 New proc.
143 (top level): Call it.
144
145 2017-03-08 Pedro Alves <palves@redhat.com>
146
147 PR tui/21216
148 * gdb.tui/tui-nl-filtered-output.exp: New file.
149
150 2017-03-08 Pedro Alves <palves@redhat.com>
151
152 * gdb.base/completion.exp: Move TUI completion tests to ...
153 * gdb.tui/completion.exp: ... this new file.
154
155 2017-03-08 Pedro Alves <palves@redhat.com>
156
157 * gdb.base/tui-disasm-long-lines.c,
158 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
159 gdb.base/tui-layout.exp: Move to ...
160 * gdb.tui/: ... this new directory.
161
162 2017-03-07 Pedro Alves <palves@redhat.com>
163
164 * gdb.base/tui-layout.c: New file.
165 * gdb.base/tui-layout.exp: New file.
166
167 2017-03-07 Pedro Alves <palves@redhat.com>
168
169 * gdb.base/tui-layout.c: Rename to ...
170 * gdb.base/tui-disasm-long-lines.c: ... this.
171 * gdb.base/tui-layout.exp: Rename to ...
172 * gdb.base/tui-disasm-long-lines.exp: ... this.
173
174 2017-03-07 Pedro Alves <palves@redhat.com>
175
176 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
177
178 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
179
180 * i386-mpx-call.c: New file.
181 * i386-mpx-call.exp: New file.
182
183 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
184
185 * gdb.arch/powerpc-power.exp: Delete test.
186 * gdb.arch/powerpc-power.s: Likewise.
187 * gdb.disasm/disassembler-options.exp: New test.
188 * gdb.arch/powerpc-altivec.exp: Likewise.
189 * gdb.arch/powerpc-altivec.s: Likewise.
190 * gdb.arch/powerpc-altivec2.exp: Likewise.
191 * gdb.arch/powerpc-altivec2.s: Likewise.
192 * gdb.arch/powerpc-altivec3.exp: Likewise.
193 * gdb.arch/powerpc-altivec3.s: Likewise.
194 * gdb.arch/powerpc-power7.exp: Likewise.
195 * gdb.arch/powerpc-power7.s: Likewise.
196 * gdb.arch/powerpc-power8.exp: Likewise.
197 * gdb.arch/powerpc-power8.s: Likewise.
198 * gdb.arch/powerpc-power9.exp: Likewise.
199 * gdb.arch/powerpc-power9.s: Likewise.
200 * gdb.arch/powerpc-vsx.exp: Likewise.
201 * gdb.arch/powerpc-vsx.s: Likewise.
202 * gdb.arch/powerpc-vsx2.exp: Likewise.
203 * gdb.arch/powerpc-vsx2.s: Likewise.
204 * gdb.arch/powerpc-vsx3.exp: Likewise.
205 * gdb.arch/powerpc-vsx3.s: Likewise.
206 * gdb.arch/arm-disassembler-options.exp: Likewise.
207 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
208 * gdb.arch/s390-disassembler-options.exp: Likewise.
209
210 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
211
212 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
213 (check_supported_features): ... this. Changed return type to void.
214 (supports_rdseed): New static global.
215 (rdseed): Check supports_rdseed.
216 (initialize): Call check_supported_features.
217
218 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
219
220 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
221 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
222 and lqarx/stqcx.
223 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
224 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
225
226 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
227
228 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
229 uppercase.
230
231 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
232
233 * gdb.dwarf2/formdata16.c: New file.
234 * gdb.dwarf2/formdata16.exp: New file.
235 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
236
237 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
238
239 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
240 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
241 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
242 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
243 DW_AT_GNU_*.
244
245 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
246
247 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
248
249 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
250
251 PR gdb/21164
252 * gdb.base/maint.exp: Add testcases for when the commands do
253 not have arguments.
254
255 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
256
257 * gdb.cp/chained-calls.exp: Use p instead of P.
258
259 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
260
261 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
262 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
263
264 2017-02-14 Tom Tromey <tom@tromey.com>
265
266 PR python/13598:
267 * gdb.python/py-events.exp: Add before_prompt event tests.
268
269 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
270
271 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
272
273 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
274
275 * gdb.linespec/explicit.c (my_unique_function_name): New function.
276 (main): Call my_unique_function_name.
277 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
278 completion of patterns with a single match.
279 Add missing -re switches to gdb_test_multiple calls.
280
281 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
282
283 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
284 return if core file is not recognized.
285
286 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
287
288 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
289 and extra UIs.
290
291 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
292
293 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
294 proc_with_prefix.
295
296 2017-02-10 Tom Tromey <tom@tromey.com>
297
298 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
299
300 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
301
302 PR gdb/21122
303 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
304
305 2017-02-08 Jerome Guitton <guitton@adacore.com>
306
307 * gdb.base/define.exp: Add test for command abbreviations
308 in define.
309
310 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
311
312 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
313 * gdb.reverse/insn-reverse-x86.c: New file.
314
315 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
316
317 PR tdep/20936
318 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
319
320 2017-02-03 Tom Tromey <tom@tromey.com>
321
322 PR rust/21097:
323 * gdb.rust/simple.exp: Add new tests.
324
325 2017-02-02 Pedro Alves <palves@redhat.com>
326
327 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
328 tests.
329
330 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
331
332 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
333 taking a 2-byte value out of a 4-byte DWARF implicit value on
334 big-endian targets.
335 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
336 logic. Add test cases for DW_OP_implicit.
337
338 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
339
340 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
341
342 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
343
344 * gdb.btrace/enable.exp: Call gdb_exit before
345 skip_gdbserver_tests.
346
347 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
348
349 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
350 GDBFLAGS.
351
352 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
353
354 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
355 the test is skipped.
356 * gdb.btrace/data.exp: Likewise.
357 * gdb.btrace/delta.exp: Likewise.
358 * gdb.btrace/dlopen.exp: Likewise.
359 * gdb.btrace/enable-running.exp: Likewise.
360 * gdb.btrace/enable.exp: Likewise.
361 * gdb.btrace/exception.exp: Likewise.
362 * gdb.btrace/function_call_history.exp: Likewise.
363 * gdb.btrace/gcore.exp: Likewise.
364 * gdb.btrace/instruction_history.exp: Likewise.
365 * gdb.btrace/multi-thread-step.exp: Likewise.
366 * gdb.btrace/nohist.exp: Likewise.
367 * gdb.btrace/non-stop.exp: Likewise.
368 * gdb.btrace/reconnect.exp: Likewise.
369 * gdb.btrace/record_goto-step.exp: Likewise.
370 * gdb.btrace/record_goto.exp: Likewise.
371 * gdb.btrace/rn-dl-bind.exp: Likewise.
372 * gdb.btrace/segv.exp: Likewise.
373 * gdb.btrace/step.exp: Likewise.
374 * gdb.btrace/stepi.exp: Likewise.
375 * gdb.btrace/tailcall-only.exp: Likewise.
376 * gdb.btrace/tailcall.exp: Likewise.
377 * gdb.btrace/tsx.exp: Likewise.
378 * gdb.btrace/unknown_functions.exp: Likewise.
379 * gdb.btrace/vdso.exp: Likewise.
380
381 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
382
383 * gdb.btrace/enable-running.c: New.
384 * gdb.btrace/enable-running.exp: New.
385
386 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
387
388 * gdb.arch/amd64-gs_base.c: New file.
389 * gdb.arch/amd64-gs_base.exp: New file.
390
391 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
392
393 * lib/memory.exp: Remove spurious empty newlines.
394
395 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
396
397 * gdb.python/py-bad-printers.exp: Load python file using "source".
398 * gdb.python/py-events.exp: Likewise.
399 * gdb.python/py-evsignal.exp: Likewise.
400 * gdb.python/py-evthreads.exp: Likewise.
401 * gdb.python/py-frame-args.exp: Likewise.
402 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
403 * gdb.python/py-framefilter-mi.exp: Likewise.
404 * gdb.python/py-framefilter.exp: Likewise.
405 * gdb.python/py-mi.exp: Likewise.
406 * gdb.python/py-pp-maint.exp: Likewise.
407 * gdb.python/py-pp-registration.exp: Likewise.
408 * gdb.python/py-prettyprint.exp: Likewise.
409 (run_lang_tests): Likewise.
410 * gdb.python/py-typeprint.exp: Likewise.
411
412 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
413
414 * lib/memory.exp: New file.
415 * lib/gdb.exp: Load memory.exp.
416 * gdb.base/memattr.exp (delete_memory): Move proc to
417 lib/memory.exp and rename to delete_memory_regions.
418 Replace delete_memory with delete_memory_regions.
419 Cleanup memory regions before tests.
420 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
421 before tests.
422
423 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
424
425 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
426 files.
427 (initialize): New function conditionally defined.
428 (testcases): Move within conditional block.
429 (main): Call initialize.
430 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
431 of gdb.reverse/insn-reverse.c.
432 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
433 gdb.reverse/insn-reverse.c.
434
435 2017-01-26 Yao Qi <yao.qi@linaro.org>
436
437 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
438 disassemble on address 0.
439
440 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
441 Yao Qi <yao.qi@linaro.org>
442
443 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
444 * gdb.dwarf2/implptr-64bit.S: Remove.
445 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
446 variables in caller's context. Add DW_OP_implicit_value.
447
448 2017-01-25 Yao Qi <yao.qi@linaro.org>
449
450 * lib/dwarf.exp (Dwarf::_location): Handle
451 DW_OP_GNU_implicit_pointer with proper size.
452
453 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
454
455 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
456 and add untested calls.
457
458 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
459
460 * gdb.python/python.exp: Check line number against what GDB thinks
461 the line number is for func1.
462
463 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
464
465 * gdb.dlang/debug-expr.exp: New file.
466
467 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
468
469 Fix test names for the following files:
470
471 * gdb.ada/exec_changed.exp
472 * gdb.ada/info_types.exp
473 * gdb.arch/aarch64-atomic-inst.exp
474 * gdb.arch/aarch64-fp.exp
475 * gdb.arch/altivec-abi.exp
476 * gdb.arch/altivec-regs.exp
477 * gdb.arch/amd64-byte.exp
478 * gdb.arch/amd64-disp-step.exp
479 * gdb.arch/amd64-dword.exp
480 * gdb.arch/amd64-entry-value-inline.exp
481 * gdb.arch/amd64-entry-value-param.exp
482 * gdb.arch/amd64-entry-value-paramref.exp
483 * gdb.arch/amd64-entry-value.exp
484 * gdb.arch/amd64-i386-address.exp
485 * gdb.arch/amd64-invalid-stack-middle.exp
486 * gdb.arch/amd64-invalid-stack-top.exp
487 * gdb.arch/amd64-optimout-repeat.exp
488 * gdb.arch/amd64-prologue-skip.exp
489 * gdb.arch/amd64-prologue-xmm.exp
490 * gdb.arch/amd64-stap-special-operands.exp
491 * gdb.arch/amd64-stap-wrong-subexp.exp
492 * gdb.arch/amd64-tailcall-cxx.exp
493 * gdb.arch/amd64-tailcall-noret.exp
494 * gdb.arch/amd64-tailcall-ret.exp
495 * gdb.arch/amd64-tailcall-self.exp
496 * gdb.arch/amd64-word.exp
497 * gdb.arch/arm-bl-branch-dest.exp
498 * gdb.arch/arm-disp-step.exp
499 * gdb.arch/arm-neon.exp
500 * gdb.arch/arm-single-step-kernel-helper.exp
501 * gdb.arch/avr-flash-qualifier.exp
502 * gdb.arch/disp-step-insn-reloc.exp
503 * gdb.arch/e500-abi.exp
504 * gdb.arch/e500-regs.exp
505 * gdb.arch/ftrace-insn-reloc.exp
506 * gdb.arch/i386-avx512.exp
507 * gdb.arch/i386-bp_permanent.exp
508 * gdb.arch/i386-byte.exp
509 * gdb.arch/i386-cfi-notcurrent.exp
510 * gdb.arch/i386-disp-step.exp
511 * gdb.arch/i386-dr3-watch.exp
512 * gdb.arch/i386-float.exp
513 * gdb.arch/i386-gnu-cfi.exp
514 * gdb.arch/i386-mpx-map.exp
515 * gdb.arch/i386-mpx-sigsegv.exp
516 * gdb.arch/i386-mpx-simple_segv.exp
517 * gdb.arch/i386-mpx.exp
518 * gdb.arch/i386-permbkpt.exp
519 * gdb.arch/i386-prologue.exp
520 * gdb.arch/i386-signal.exp
521 * gdb.arch/i386-size-overlap.exp
522 * gdb.arch/i386-unwind.exp
523 * gdb.arch/i386-word.exp
524 * gdb.arch/mips-fcr.exp
525 * gdb.arch/powerpc-d128-regs.exp
526 * gdb.arch/powerpc-stackless.exp
527 * gdb.arch/ppc64-atomic-inst.exp
528 * gdb.arch/s390-stackless.exp
529 * gdb.arch/s390-tdbregs.exp
530 * gdb.arch/s390-vregs.exp
531 * gdb.arch/sparc-sysstep.exp
532 * gdb.arch/thumb-bx-pc.exp
533 * gdb.arch/thumb-singlestep.exp
534 * gdb.arch/thumb2-it.exp
535 * gdb.arch/vsx-regs.exp
536 * gdb.asm/asm-source.exp
537 * gdb.base/a2-run.exp
538 * gdb.base/advance.exp
539 * gdb.base/all-bin.exp
540 * gdb.base/anon.exp
541 * gdb.base/args.exp
542 * gdb.base/arithmet.exp
543 * gdb.base/async-shell.exp
544 * gdb.base/async.exp
545 * gdb.base/attach-pie-noexec.exp
546 * gdb.base/attach-twice.exp
547 * gdb.base/auto-load.exp
548 * gdb.base/bang.exp
549 * gdb.base/bitfields.exp
550 * gdb.base/break-always.exp
551 * gdb.base/break-caller-line.exp
552 * gdb.base/break-entry.exp
553 * gdb.base/break-inline.exp
554 * gdb.base/break-on-linker-gcd-function.exp
555 * gdb.base/break-probes.exp
556 * gdb.base/break.exp
557 * gdb.base/breakpoint-shadow.exp
558 * gdb.base/call-ar-st.exp
559 * gdb.base/call-sc.exp
560 * gdb.base/call-signal-resume.exp
561 * gdb.base/call-strs.exp
562 * gdb.base/callfuncs.exp
563 * gdb.base/catch-fork-static.exp
564 * gdb.base/catch-gdb-caused-signals.exp
565 * gdb.base/catch-load.exp
566 * gdb.base/catch-signal-fork.exp
567 * gdb.base/catch-signal.exp
568 * gdb.base/catch-syscall.exp
569 * gdb.base/charset.exp
570 * gdb.base/checkpoint.exp
571 * gdb.base/chng-syms.exp
572 * gdb.base/code-expr.exp
573 * gdb.base/code_elim.exp
574 * gdb.base/commands.exp
575 * gdb.base/completion.exp
576 * gdb.base/complex.exp
577 * gdb.base/cond-expr.exp
578 * gdb.base/condbreak.exp
579 * gdb.base/consecutive.exp
580 * gdb.base/continue-all-already-running.exp
581 * gdb.base/coredump-filter.exp
582 * gdb.base/corefile.exp
583 * gdb.base/dbx.exp
584 * gdb.base/debug-expr.exp
585 * gdb.base/define.exp
586 * gdb.base/del.exp
587 * gdb.base/disabled-location.exp
588 * gdb.base/disasm-end-cu.exp
589 * gdb.base/disasm-optim.exp
590 * gdb.base/display.exp
591 * gdb.base/duplicate-bp.exp
592 * gdb.base/ena-dis-br.exp
593 * gdb.base/ending-run.exp
594 * gdb.base/enumval.exp
595 * gdb.base/environ.exp
596 * gdb.base/eu-strip-infcall.exp
597 * gdb.base/eval-avoid-side-effects.exp
598 * gdb.base/eval-skip.exp
599 * gdb.base/exitsignal.exp
600 * gdb.base/expand-psymtabs.exp
601 * gdb.base/filesym.exp
602 * gdb.base/find-unmapped.exp
603 * gdb.base/finish.exp
604 * gdb.base/float.exp
605 * gdb.base/foll-exec-mode.exp
606 * gdb.base/foll-exec.exp
607 * gdb.base/foll-fork.exp
608 * gdb.base/fortran-sym-case.exp
609 * gdb.base/freebpcmd.exp
610 * gdb.base/func-ptr.exp
611 * gdb.base/func-ptrs.exp
612 * gdb.base/funcargs.exp
613 * gdb.base/gcore-buffer-overflow.exp
614 * gdb.base/gcore-relro-pie.exp
615 * gdb.base/gcore-relro.exp
616 * gdb.base/gcore.exp
617 * gdb.base/gdb1090.exp
618 * gdb.base/gdb11530.exp
619 * gdb.base/gdb11531.exp
620 * gdb.base/gdb1821.exp
621 * gdb.base/gdbindex-stabs.exp
622 * gdb.base/gdbvars.exp
623 * gdb.base/hbreak.exp
624 * gdb.base/hbreak2.exp
625 * gdb.base/included.exp
626 * gdb.base/infcall-input.exp
627 * gdb.base/inferior-died.exp
628 * gdb.base/infnan.exp
629 * gdb.base/info-macros.exp
630 * gdb.base/info-os.exp
631 * gdb.base/info-proc.exp
632 * gdb.base/info-shared.exp
633 * gdb.base/info-target.exp
634 * gdb.base/infoline.exp
635 * gdb.base/interp.exp
636 * gdb.base/interrupt.exp
637 * gdb.base/jit-reader.exp
638 * gdb.base/jit-simple.exp
639 * gdb.base/kill-after-signal.exp
640 * gdb.base/kill-detach-inferiors-cmd.exp
641 * gdb.base/label.exp
642 * gdb.base/langs.exp
643 * gdb.base/ldbl_e308.exp
644 * gdb.base/line-symtabs.exp
645 * gdb.base/linespecs.exp
646 * gdb.base/list.exp
647 * gdb.base/long_long.exp
648 * gdb.base/longest-types.exp
649 * gdb.base/maint.exp
650 * gdb.base/max-value-size.exp
651 * gdb.base/memattr.exp
652 * gdb.base/mips_pro.exp
653 * gdb.base/morestack.exp
654 * gdb.base/moribund-step.exp
655 * gdb.base/multi-forks.exp
656 * gdb.base/nested-addr.exp
657 * gdb.base/nextoverexit.exp
658 * gdb.base/noreturn-finish.exp
659 * gdb.base/noreturn-return.exp
660 * gdb.base/nostdlib.exp
661 * gdb.base/offsets.exp
662 * gdb.base/opaque.exp
663 * gdb.base/pc-fp.exp
664 * gdb.base/permissions.exp
665 * gdb.base/print-symbol-loading.exp
666 * gdb.base/prologue-include.exp
667 * gdb.base/psymtab.exp
668 * gdb.base/ptype.exp
669 * gdb.base/random-signal.exp
670 * gdb.base/randomize.exp
671 * gdb.base/range-stepping.exp
672 * gdb.base/readline-ask.exp
673 * gdb.base/recpar.exp
674 * gdb.base/recurse.exp
675 * gdb.base/relational.exp
676 * gdb.base/restore.exp
677 * gdb.base/return-nodebug.exp
678 * gdb.base/return.exp
679 * gdb.base/run-after-attach.exp
680 * gdb.base/save-bp.exp
681 * gdb.base/scope.exp
682 * gdb.base/sect-cmd.exp
683 * gdb.base/set-lang-auto.exp
684 * gdb.base/set-noassign.exp
685 * gdb.base/setvar.exp
686 * gdb.base/sigall.exp
687 * gdb.base/sigbpt.exp
688 * gdb.base/siginfo-addr.exp
689 * gdb.base/siginfo-infcall.exp
690 * gdb.base/siginfo-obj.exp
691 * gdb.base/siginfo.exp
692 * gdb.base/signals-state-child.exp
693 * gdb.base/signest.exp
694 * gdb.base/sigstep.exp
695 * gdb.base/sizeof.exp
696 * gdb.base/skip.exp
697 * gdb.base/solib-corrupted.exp
698 * gdb.base/solib-nodir.exp
699 * gdb.base/solib-search.exp
700 * gdb.base/stack-checking.exp
701 * gdb.base/stale-infcall.exp
702 * gdb.base/stap-probe.exp
703 * gdb.base/start.exp
704 * gdb.base/step-break.exp
705 * gdb.base/step-bt.exp
706 * gdb.base/step-line.exp
707 * gdb.base/step-over-exit.exp
708 * gdb.base/step-over-syscall.exp
709 * gdb.base/step-resume-infcall.exp
710 * gdb.base/step-test.exp
711 * gdb.base/store.exp
712 * gdb.base/structs3.exp
713 * gdb.base/sym-file.exp
714 * gdb.base/symbol-without-target_section.exp
715 * gdb.base/term.exp
716 * gdb.base/testenv.exp
717 * gdb.base/ui-redirect.exp
718 * gdb.base/until.exp
719 * gdb.base/unwindonsignal.exp
720 * gdb.base/value-double-free.exp
721 * gdb.base/vla-datatypes.exp
722 * gdb.base/vla-ptr.exp
723 * gdb.base/vla-sideeffect.exp
724 * gdb.base/volatile.exp
725 * gdb.base/watch-cond-infcall.exp
726 * gdb.base/watch-cond.exp
727 * gdb.base/watch-non-mem.exp
728 * gdb.base/watch-read.exp
729 * gdb.base/watch-vfork.exp
730 * gdb.base/watchpoint-cond-gone.exp
731 * gdb.base/watchpoint-delete.exp
732 * gdb.base/watchpoint-hw-hit-once.exp
733 * gdb.base/watchpoint-hw.exp
734 * gdb.base/watchpoint-stops-at-right-insn.exp
735 * gdb.base/watchpoints.exp
736 * gdb.base/wchar.exp
737 * gdb.base/whatis-exp.exp
738 * gdb.btrace/buffer-size.exp
739 * gdb.btrace/data.exp
740 * gdb.btrace/delta.exp
741 * gdb.btrace/dlopen.exp
742 * gdb.btrace/enable.exp
743 * gdb.btrace/exception.exp
744 * gdb.btrace/function_call_history.exp
745 * gdb.btrace/gcore.exp
746 * gdb.btrace/instruction_history.exp
747 * gdb.btrace/nohist.exp
748 * gdb.btrace/reconnect.exp
749 * gdb.btrace/record_goto-step.exp
750 * gdb.btrace/record_goto.exp
751 * gdb.btrace/rn-dl-bind.exp
752 * gdb.btrace/segv.exp
753 * gdb.btrace/step.exp
754 * gdb.btrace/stepi.exp
755 * gdb.btrace/tailcall-only.exp
756 * gdb.btrace/tailcall.exp
757 * gdb.btrace/tsx.exp
758 * gdb.btrace/unknown_functions.exp
759 * gdb.btrace/vdso.exp
760 * gdb.compile/compile-ifunc.exp
761 * gdb.compile/compile-ops.exp
762 * gdb.compile/compile-print.exp
763 * gdb.compile/compile-setjmp.exp
764 * gdb.cp/abstract-origin.exp
765 * gdb.cp/ambiguous.exp
766 * gdb.cp/annota2.exp
767 * gdb.cp/annota3.exp
768 * gdb.cp/anon-ns.exp
769 * gdb.cp/anon-struct.exp
770 * gdb.cp/anon-union.exp
771 * gdb.cp/arg-reference.exp
772 * gdb.cp/baseenum.exp
773 * gdb.cp/bool.exp
774 * gdb.cp/breakpoint.exp
775 * gdb.cp/bs15503.exp
776 * gdb.cp/call-c.exp
777 * gdb.cp/casts.exp
778 * gdb.cp/chained-calls.exp
779 * gdb.cp/class2.exp
780 * gdb.cp/classes.exp
781 * gdb.cp/cmpd-minsyms.exp
782 * gdb.cp/converts.exp
783 * gdb.cp/cp-relocate.exp
784 * gdb.cp/cpcompletion.exp
785 * gdb.cp/cpexprs.exp
786 * gdb.cp/cplabel.exp
787 * gdb.cp/cplusfuncs.exp
788 * gdb.cp/cpsizeof.exp
789 * gdb.cp/ctti.exp
790 * gdb.cp/derivation.exp
791 * gdb.cp/destrprint.exp
792 * gdb.cp/dispcxx.exp
793 * gdb.cp/enum-class.exp
794 * gdb.cp/exception.exp
795 * gdb.cp/exceptprint.exp
796 * gdb.cp/expand-psymtabs-cxx.exp
797 * gdb.cp/expand-sals.exp
798 * gdb.cp/extern-c.exp
799 * gdb.cp/filename.exp
800 * gdb.cp/formatted-ref.exp
801 * gdb.cp/fpointer.exp
802 * gdb.cp/gdb1355.exp
803 * gdb.cp/gdb2495.exp
804 * gdb.cp/hang.exp
805 * gdb.cp/impl-this.exp
806 * gdb.cp/infcall-dlopen.exp
807 * gdb.cp/inherit.exp
808 * gdb.cp/iostream.exp
809 * gdb.cp/koenig.exp
810 * gdb.cp/local.exp
811 * gdb.cp/m-data.exp
812 * gdb.cp/m-static.exp
813 * gdb.cp/mb-ctor.exp
814 * gdb.cp/mb-inline.exp
815 * gdb.cp/mb-templates.exp
816 * gdb.cp/member-name.exp
817 * gdb.cp/member-ptr.exp
818 * gdb.cp/meth-typedefs.exp
819 * gdb.cp/method.exp
820 * gdb.cp/method2.exp
821 * gdb.cp/minsym-fallback.exp
822 * gdb.cp/misc.exp
823 * gdb.cp/namelessclass.exp
824 * gdb.cp/namespace-enum.exp
825 * gdb.cp/namespace-nested-import.exp
826 * gdb.cp/namespace.exp
827 * gdb.cp/nextoverthrow.exp
828 * gdb.cp/no-dmgl-verbose.exp
829 * gdb.cp/non-trivial-retval.exp
830 * gdb.cp/noparam.exp
831 * gdb.cp/nsdecl.exp
832 * gdb.cp/nsimport.exp
833 * gdb.cp/nsnested.exp
834 * gdb.cp/nsnoimports.exp
835 * gdb.cp/nsrecurs.exp
836 * gdb.cp/nsstress.exp
837 * gdb.cp/nsusing.exp
838 * gdb.cp/operator.exp
839 * gdb.cp/oranking.exp
840 * gdb.cp/overload-const.exp
841 * gdb.cp/overload.exp
842 * gdb.cp/ovldbreak.exp
843 * gdb.cp/ovsrch.exp
844 * gdb.cp/paren-type.exp
845 * gdb.cp/parse-lang.exp
846 * gdb.cp/pass-by-ref.exp
847 * gdb.cp/pr-1023.exp
848 * gdb.cp/pr-1210.exp
849 * gdb.cp/pr-574.exp
850 * gdb.cp/pr10687.exp
851 * gdb.cp/pr12028.exp
852 * gdb.cp/pr17132.exp
853 * gdb.cp/pr17494.exp
854 * gdb.cp/pr9067.exp
855 * gdb.cp/pr9167.exp
856 * gdb.cp/pr9631.exp
857 * gdb.cp/printmethod.exp
858 * gdb.cp/psmang.exp
859 * gdb.cp/psymtab-parameter.exp
860 * gdb.cp/ptype-cv-cp.exp
861 * gdb.cp/ptype-flags.exp
862 * gdb.cp/re-set-overloaded.exp
863 * gdb.cp/ref-types.exp
864 * gdb.cp/rtti.exp
865 * gdb.cp/scope-err.exp
866 * gdb.cp/shadow.exp
867 * gdb.cp/smartp.exp
868 * gdb.cp/static-method.exp
869 * gdb.cp/static-print-quit.exp
870 * gdb.cp/temargs.exp
871 * gdb.cp/templates.exp
872 * gdb.cp/try_catch.exp
873 * gdb.cp/typedef-operator.exp
874 * gdb.cp/typeid.exp
875 * gdb.cp/userdef.exp
876 * gdb.cp/using-crash.exp
877 * gdb.cp/var-tag.exp
878 * gdb.cp/virtbase.exp
879 * gdb.cp/virtfunc.exp
880 * gdb.cp/virtfunc2.exp
881 * gdb.cp/vla-cxx.exp
882 * gdb.disasm/t01_mov.exp
883 * gdb.disasm/t02_mova.exp
884 * gdb.disasm/t03_add.exp
885 * gdb.disasm/t04_sub.exp
886 * gdb.disasm/t05_cmp.exp
887 * gdb.disasm/t06_ari2.exp
888 * gdb.disasm/t07_ari3.exp
889 * gdb.disasm/t08_or.exp
890 * gdb.disasm/t09_xor.exp
891 * gdb.disasm/t10_and.exp
892 * gdb.disasm/t11_logs.exp
893 * gdb.disasm/t12_bit.exp
894 * gdb.disasm/t13_otr.exp
895 * gdb.dlang/circular.exp
896 * gdb.dwarf2/arr-stride.exp
897 * gdb.dwarf2/arr-subrange.exp
898 * gdb.dwarf2/atomic-type.exp
899 * gdb.dwarf2/bad-regnum.exp
900 * gdb.dwarf2/bitfield-parent-optimized-out.exp
901 * gdb.dwarf2/callframecfa.exp
902 * gdb.dwarf2/clztest.exp
903 * gdb.dwarf2/corrupt.exp
904 * gdb.dwarf2/data-loc.exp
905 * gdb.dwarf2/dup-psym.exp
906 * gdb.dwarf2/dw2-anon-mptr.exp
907 * gdb.dwarf2/dw2-anonymous-func.exp
908 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
909 * gdb.dwarf2/dw2-bad-unresolved.exp
910 * gdb.dwarf2/dw2-basic.exp
911 * gdb.dwarf2/dw2-canonicalize-type.exp
912 * gdb.dwarf2/dw2-case-insensitive.exp
913 * gdb.dwarf2/dw2-common-block.exp
914 * gdb.dwarf2/dw2-compdir-oldgcc.exp
915 * gdb.dwarf2/dw2-compressed.exp
916 * gdb.dwarf2/dw2-const.exp
917 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
918 * gdb.dwarf2/dw2-cu-size.exp
919 * gdb.dwarf2/dw2-dup-frame.exp
920 * gdb.dwarf2/dw2-entry-value.exp
921 * gdb.dwarf2/dw2-icycle.exp
922 * gdb.dwarf2/dw2-ifort-parameter.exp
923 * gdb.dwarf2/dw2-inline-break.exp
924 * gdb.dwarf2/dw2-inline-param.exp
925 * gdb.dwarf2/dw2-intercu.exp
926 * gdb.dwarf2/dw2-intermix.exp
927 * gdb.dwarf2/dw2-lexical-block-bare.exp
928 * gdb.dwarf2/dw2-linkage-name-trust.exp
929 * gdb.dwarf2/dw2-minsym-in-cu.exp
930 * gdb.dwarf2/dw2-noloc.exp
931 * gdb.dwarf2/dw2-op-call.exp
932 * gdb.dwarf2/dw2-op-out-param.exp
933 * gdb.dwarf2/dw2-opt-structptr.exp
934 * gdb.dwarf2/dw2-param-error.exp
935 * gdb.dwarf2/dw2-producer.exp
936 * gdb.dwarf2/dw2-ranges-base.exp
937 * gdb.dwarf2/dw2-ref-missing-frame.exp
938 * gdb.dwarf2/dw2-reg-undefined.exp
939 * gdb.dwarf2/dw2-regno-invalid.exp
940 * gdb.dwarf2/dw2-restore.exp
941 * gdb.dwarf2/dw2-restrict.exp
942 * gdb.dwarf2/dw2-single-line-discriminators.exp
943 * gdb.dwarf2/dw2-strp.exp
944 * gdb.dwarf2/dw2-undefined-ret-addr.exp
945 * gdb.dwarf2/dw2-unresolved.exp
946 * gdb.dwarf2/dw2-var-zero-addr.exp
947 * gdb.dwarf2/dw4-sig-types.exp
948 * gdb.dwarf2/dwz.exp
949 * gdb.dwarf2/dynarr-ptr.exp
950 * gdb.dwarf2/enum-type.exp
951 * gdb.dwarf2/gdb-index.exp
952 * gdb.dwarf2/implptr-64bit.exp
953 * gdb.dwarf2/implptr-optimized-out.exp
954 * gdb.dwarf2/implptr.exp
955 * gdb.dwarf2/implref-array.exp
956 * gdb.dwarf2/implref-const.exp
957 * gdb.dwarf2/implref-global.exp
958 * gdb.dwarf2/implref-struct.exp
959 * gdb.dwarf2/mac-fileno.exp
960 * gdb.dwarf2/main-subprogram.exp
961 * gdb.dwarf2/member-ptr-forwardref.exp
962 * gdb.dwarf2/method-ptr.exp
963 * gdb.dwarf2/missing-sig-type.exp
964 * gdb.dwarf2/nonvar-access.exp
965 * gdb.dwarf2/opaque-type-lookup.exp
966 * gdb.dwarf2/pieces-optimized-out.exp
967 * gdb.dwarf2/pieces.exp
968 * gdb.dwarf2/pr10770.exp
969 * gdb.dwarf2/pr13961.exp
970 * gdb.dwarf2/staticvirtual.exp
971 * gdb.dwarf2/subrange.exp
972 * gdb.dwarf2/symtab-producer.exp
973 * gdb.dwarf2/trace-crash.exp
974 * gdb.dwarf2/typeddwarf.exp
975 * gdb.dwarf2/valop.exp
976 * gdb.dwarf2/watch-notconst.exp
977 * gdb.fortran/array-element.exp
978 * gdb.fortran/charset.exp
979 * gdb.fortran/common-block.exp
980 * gdb.fortran/complex.exp
981 * gdb.fortran/derived-type-function.exp
982 * gdb.fortran/derived-type.exp
983 * gdb.fortran/logical.exp
984 * gdb.fortran/module.exp
985 * gdb.fortran/multi-dim.exp
986 * gdb.fortran/nested-funcs.exp
987 * gdb.fortran/print-formatted.exp
988 * gdb.fortran/subarray.exp
989 * gdb.fortran/vla-alloc-assoc.exp
990 * gdb.fortran/vla-datatypes.exp
991 * gdb.fortran/vla-history.exp
992 * gdb.fortran/vla-ptr-info.exp
993 * gdb.fortran/vla-ptype-sub.exp
994 * gdb.fortran/vla-ptype.exp
995 * gdb.fortran/vla-sizeof.exp
996 * gdb.fortran/vla-type.exp
997 * gdb.fortran/vla-value-sub-arbitrary.exp
998 * gdb.fortran/vla-value-sub-finish.exp
999 * gdb.fortran/vla-value-sub.exp
1000 * gdb.fortran/vla-value.exp
1001 * gdb.fortran/whatis_type.exp
1002 * gdb.go/chan.exp
1003 * gdb.go/handcall.exp
1004 * gdb.go/hello.exp
1005 * gdb.go/integers.exp
1006 * gdb.go/methods.exp
1007 * gdb.go/package.exp
1008 * gdb.go/strings.exp
1009 * gdb.go/types.exp
1010 * gdb.go/unsafe.exp
1011 * gdb.guile/scm-arch.exp
1012 * gdb.guile/scm-block.exp
1013 * gdb.guile/scm-breakpoint.exp
1014 * gdb.guile/scm-cmd.exp
1015 * gdb.guile/scm-disasm.exp
1016 * gdb.guile/scm-equal.exp
1017 * gdb.guile/scm-frame-args.exp
1018 * gdb.guile/scm-frame-inline.exp
1019 * gdb.guile/scm-frame.exp
1020 * gdb.guile/scm-iterator.exp
1021 * gdb.guile/scm-math.exp
1022 * gdb.guile/scm-objfile.exp
1023 * gdb.guile/scm-ports.exp
1024 * gdb.guile/scm-symbol.exp
1025 * gdb.guile/scm-symtab.exp
1026 * gdb.guile/scm-value-cc.exp
1027 * gdb.guile/types-module.exp
1028 * gdb.linespec/break-ask.exp
1029 * gdb.linespec/cpexplicit.exp
1030 * gdb.linespec/explicit.exp
1031 * gdb.linespec/keywords.exp
1032 * gdb.linespec/linespec.exp
1033 * gdb.linespec/ls-dollar.exp
1034 * gdb.linespec/ls-errs.exp
1035 * gdb.linespec/skip-two.exp
1036 * gdb.linespec/thread.exp
1037 * gdb.mi/mi-async.exp
1038 * gdb.mi/mi-basics.exp
1039 * gdb.mi/mi-break.exp
1040 * gdb.mi/mi-catch-load.exp
1041 * gdb.mi/mi-cli.exp
1042 * gdb.mi/mi-cmd-param-changed.exp
1043 * gdb.mi/mi-console.exp
1044 * gdb.mi/mi-detach.exp
1045 * gdb.mi/mi-disassemble.exp
1046 * gdb.mi/mi-eval.exp
1047 * gdb.mi/mi-file-transfer.exp
1048 * gdb.mi/mi-file.exp
1049 * gdb.mi/mi-fill-memory.exp
1050 * gdb.mi/mi-inheritance-syntax-error.exp
1051 * gdb.mi/mi-linespec-err-cp.exp
1052 * gdb.mi/mi-logging.exp
1053 * gdb.mi/mi-memory-changed.exp
1054 * gdb.mi/mi-read-memory.exp
1055 * gdb.mi/mi-record-changed.exp
1056 * gdb.mi/mi-reg-undefined.exp
1057 * gdb.mi/mi-regs.exp
1058 * gdb.mi/mi-return.exp
1059 * gdb.mi/mi-reverse.exp
1060 * gdb.mi/mi-simplerun.exp
1061 * gdb.mi/mi-solib.exp
1062 * gdb.mi/mi-stack.exp
1063 * gdb.mi/mi-stepi.exp
1064 * gdb.mi/mi-syn-frame.exp
1065 * gdb.mi/mi-until.exp
1066 * gdb.mi/mi-var-block.exp
1067 * gdb.mi/mi-var-child.exp
1068 * gdb.mi/mi-var-cmd.exp
1069 * gdb.mi/mi-var-cp.exp
1070 * gdb.mi/mi-var-display.exp
1071 * gdb.mi/mi-var-invalidate.exp
1072 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1073 * gdb.mi/mi-vla-fortran.exp
1074 * gdb.mi/mi-watch.exp
1075 * gdb.mi/mi2-var-child.exp
1076 * gdb.mi/user-selected-context-sync.exp
1077 * gdb.modula2/unbounded-array.exp
1078 * gdb.multi/dummy-frame-restore.exp
1079 * gdb.multi/multi-arch-exec.exp
1080 * gdb.multi/multi-arch.exp
1081 * gdb.multi/tids.exp
1082 * gdb.multi/watchpoint-multi.exp
1083 * gdb.opencl/callfuncs.exp
1084 * gdb.opencl/convs_casts.exp
1085 * gdb.opencl/datatypes.exp
1086 * gdb.opencl/operators.exp
1087 * gdb.opencl/vec_comps.exp
1088 * gdb.opt/clobbered-registers-O2.exp
1089 * gdb.opt/inline-break.exp
1090 * gdb.opt/inline-bt.exp
1091 * gdb.opt/inline-cmds.exp
1092 * gdb.opt/inline-locals.exp
1093 * gdb.pascal/case-insensitive-symbols.exp
1094 * gdb.pascal/floats.exp
1095 * gdb.pascal/gdb11492.exp
1096 * gdb.python/lib-types.exp
1097 * gdb.python/py-arch.exp
1098 * gdb.python/py-as-string.exp
1099 * gdb.python/py-bad-printers.exp
1100 * gdb.python/py-block.exp
1101 * gdb.python/py-breakpoint-create-fail.exp
1102 * gdb.python/py-breakpoint.exp
1103 * gdb.python/py-caller-is.exp
1104 * gdb.python/py-cmd.exp
1105 * gdb.python/py-explore-cc.exp
1106 * gdb.python/py-explore.exp
1107 * gdb.python/py-finish-breakpoint.exp
1108 * gdb.python/py-finish-breakpoint2.exp
1109 * gdb.python/py-frame-args.exp
1110 * gdb.python/py-frame-inline.exp
1111 * gdb.python/py-frame.exp
1112 * gdb.python/py-framefilter-mi.exp
1113 * gdb.python/py-infthread.exp
1114 * gdb.python/py-lazy-string.exp
1115 * gdb.python/py-linetable.exp
1116 * gdb.python/py-mi-events.exp
1117 * gdb.python/py-mi-objfile.exp
1118 * gdb.python/py-mi.exp
1119 * gdb.python/py-objfile.exp
1120 * gdb.python/py-pp-integral.exp
1121 * gdb.python/py-pp-maint.exp
1122 * gdb.python/py-pp-re-notag.exp
1123 * gdb.python/py-pp-registration.exp
1124 * gdb.python/py-recurse-unwind.exp
1125 * gdb.python/py-strfns.exp
1126 * gdb.python/py-symbol.exp
1127 * gdb.python/py-symtab.exp
1128 * gdb.python/py-sync-interp.exp
1129 * gdb.python/py-typeprint.exp
1130 * gdb.python/py-unwind-maint.exp
1131 * gdb.python/py-unwind.exp
1132 * gdb.python/py-value-cc.exp
1133 * gdb.python/py-xmethods.exp
1134 * gdb.reverse/amd64-tailcall-reverse.exp
1135 * gdb.reverse/break-precsave.exp
1136 * gdb.reverse/break-reverse.exp
1137 * gdb.reverse/consecutive-precsave.exp
1138 * gdb.reverse/consecutive-reverse.exp
1139 * gdb.reverse/finish-precsave.exp
1140 * gdb.reverse/finish-reverse-bkpt.exp
1141 * gdb.reverse/finish-reverse.exp
1142 * gdb.reverse/fstatat-reverse.exp
1143 * gdb.reverse/getresuid-reverse.exp
1144 * gdb.reverse/i386-precsave.exp
1145 * gdb.reverse/i386-reverse.exp
1146 * gdb.reverse/i386-sse-reverse.exp
1147 * gdb.reverse/i387-env-reverse.exp
1148 * gdb.reverse/i387-stack-reverse.exp
1149 * gdb.reverse/insn-reverse.exp
1150 * gdb.reverse/machinestate-precsave.exp
1151 * gdb.reverse/machinestate.exp
1152 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1153 * gdb.reverse/pipe-reverse.exp
1154 * gdb.reverse/readv-reverse.exp
1155 * gdb.reverse/recvmsg-reverse.exp
1156 * gdb.reverse/rerun-prec.exp
1157 * gdb.reverse/s390-mvcle.exp
1158 * gdb.reverse/step-precsave.exp
1159 * gdb.reverse/step-reverse.exp
1160 * gdb.reverse/time-reverse.exp
1161 * gdb.reverse/until-precsave.exp
1162 * gdb.reverse/until-reverse.exp
1163 * gdb.reverse/waitpid-reverse.exp
1164 * gdb.reverse/watch-precsave.exp
1165 * gdb.reverse/watch-reverse.exp
1166 * gdb.rust/generics.exp
1167 * gdb.rust/methods.exp
1168 * gdb.rust/modules.exp
1169 * gdb.rust/simple.exp
1170 * gdb.server/connect-with-no-symbol-file.exp
1171 * gdb.server/ext-attach.exp
1172 * gdb.server/ext-restart.exp
1173 * gdb.server/ext-wrapper.exp
1174 * gdb.server/file-transfer.exp
1175 * gdb.server/server-exec-info.exp
1176 * gdb.server/server-kill.exp
1177 * gdb.server/server-mon.exp
1178 * gdb.server/wrapper.exp
1179 * gdb.stabs/exclfwd.exp
1180 * gdb.stabs/gdb11479.exp
1181 * gdb.threads/clone-new-thread-event.exp
1182 * gdb.threads/corethreads.exp
1183 * gdb.threads/current-lwp-dead.exp
1184 * gdb.threads/dlopen-libpthread.exp
1185 * gdb.threads/gcore-thread.exp
1186 * gdb.threads/sigstep-threads.exp
1187 * gdb.threads/watchpoint-fork.exp
1188 * gdb.trace/actions-changed.exp
1189 * gdb.trace/backtrace.exp
1190 * gdb.trace/change-loc.exp
1191 * gdb.trace/circ.exp
1192 * gdb.trace/collection.exp
1193 * gdb.trace/disconnected-tracing.exp
1194 * gdb.trace/ftrace.exp
1195 * gdb.trace/mi-trace-frame-collected.exp
1196 * gdb.trace/mi-trace-unavailable.exp
1197 * gdb.trace/mi-traceframe-changed.exp
1198 * gdb.trace/mi-tsv-changed.exp
1199 * gdb.trace/no-attach-trace.exp
1200 * gdb.trace/passc-dyn.exp
1201 * gdb.trace/qtro.exp
1202 * gdb.trace/range-stepping.exp
1203 * gdb.trace/read-memory.exp
1204 * gdb.trace/save-trace.exp
1205 * gdb.trace/signal.exp
1206 * gdb.trace/status-stop.exp
1207 * gdb.trace/tfile.exp
1208 * gdb.trace/trace-break.exp
1209 * gdb.trace/trace-buffer-size.exp
1210 * gdb.trace/trace-condition.exp
1211 * gdb.trace/tracefile-pseudo-reg.exp
1212 * gdb.trace/tstatus.exp
1213 * gdb.trace/unavailable.exp
1214 * gdb.trace/while-dyn.exp
1215 * gdb.trace/while-stepping.exp
1216
1217 2016-12-22 Doug Evans <xdje42@gmail.com>
1218
1219 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1220 and msymbols.
1221
1222 2016-12-19 Yao Qi <yao.qi@linaro.org>
1223
1224 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1225 (test_with_self): Don't call do_steps_and_nexts, and remove
1226 code about stepping into xmalloc.
1227
1228 2016-12-09 Yao Qi <yao.qi@linaro.org>
1229
1230 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1231
1232 2016-12-09 Yao Qi <yao.qi@linaro.org>
1233
1234 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1235
1236 2016-12-09 Pedro Alves <palves@redhat.com>
1237
1238 * gdb.base/all-architectures-0.exp: New file.
1239 * gdb.base/all-architectures-1.exp: New file.
1240 * gdb.base/all-architectures-2.exp: New file.
1241 * gdb.base/all-architectures-3.exp: New file.
1242 * gdb.base/all-architectures-4.exp: New file.
1243 * gdb.base/all-architectures-5.exp: New file.
1244 * gdb.base/all-architectures-6.exp: New file.
1245 * gdb.base/all-architectures-7.exp: New file.
1246 * gdb.base/all-architectures.exp.in: New file.
1247
1248 2016-12-09 Yao Qi <yao.qi@linaro.org>
1249
1250 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1251
1252 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1253
1254 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1255 possible.
1256 Remove useless pattern-matching code.
1257
1258 2016-12-02 Pedro Alves <palves@redhat.com>
1259
1260 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1261 procedure.
1262 (top level): Call it.
1263
1264 2016-12-02 Pedro Alves <palves@redhat.com>
1265
1266 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1267 New procedure.
1268 (top level): Call it.
1269
1270 2016-12-02 Pedro Alves <palves@redhat.com>
1271
1272 PR cli/20559
1273 * gdb.base/commands.exp (user_defined_command_args_eval): New
1274 procedure.
1275 (top level): Call it.
1276
1277 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1278
1279 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1280 timeout handling.
1281
1282 2016-12-02 Tom Tromey <tom@tromey.com>
1283
1284 * gdb.dwarf2/main-subprogram.c: New file.
1285 * gdb.dwarf2/main-subprogram.exp: New file.
1286
1287 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1288
1289 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1290 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1291 gdb_test_no_output for a couple of cases.
1292 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1293
1294 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1295
1296 Fix test names and standardize compilation error messages throughout
1297 the following files:
1298
1299 * gdb.ada/start.exp
1300 * gdb.arch/alpha-step.exp
1301 * gdb.arch/e500-prologue.exp
1302 * gdb.arch/ftrace-insn-reloc.exp
1303 * gdb.arch/gdb1291.exp
1304 * gdb.arch/gdb1431.exp
1305 * gdb.arch/gdb1558.exp
1306 * gdb.arch/i386-dr3-watch.exp
1307 * gdb.arch/i386-sse-stack-align.exp
1308 * gdb.arch/ia64-breakpoint-shadow.exp
1309 * gdb.arch/pa-nullify.exp
1310 * gdb.arch/powerpc-aix-prologue.exp
1311 * gdb.arch/thumb-bx-pc.exp
1312 * gdb.base/annota1.exp
1313 * gdb.base/annota3.exp
1314 * gdb.base/arrayidx.exp
1315 * gdb.base/assign.exp
1316 * gdb.base/attach.exp
1317 * gdb.base/auxv.exp
1318 * gdb.base/bang.exp
1319 * gdb.base/bfp-test.exp
1320 * gdb.base/bigcore.exp
1321 * gdb.base/bitfields2.exp
1322 * gdb.base/break-fun-addr.exp
1323 * gdb.base/break-probes.exp
1324 * gdb.base/call-rt-st.exp
1325 * gdb.base/callexit.exp
1326 * gdb.base/catch-fork-kill.exp
1327 * gdb.base/charset.exp
1328 * gdb.base/checkpoint.exp
1329 * gdb.base/comprdebug.exp
1330 * gdb.base/constvars.exp
1331 * gdb.base/coredump-filter.exp
1332 * gdb.base/cursal.exp
1333 * gdb.base/cvexpr.exp
1334 * gdb.base/detach.exp
1335 * gdb.base/display.exp
1336 * gdb.base/dmsym.exp
1337 * gdb.base/dprintf-pending.exp
1338 * gdb.base/dso2dso.exp
1339 * gdb.base/dtrace-probe.exp
1340 * gdb.base/dump.exp
1341 * gdb.base/enum_cond.exp
1342 * gdb.base/exe-lock.exp
1343 * gdb.base/exec-invalid-sysroot.exp
1344 * gdb.base/execl-update-breakpoints.exp
1345 * gdb.base/exprs.exp
1346 * gdb.base/fileio.exp
1347 * gdb.base/find.exp
1348 * gdb.base/finish.exp
1349 * gdb.base/fixsection.exp
1350 * gdb.base/foll-vfork.exp
1351 * gdb.base/frame-args.exp
1352 * gdb.base/gcore.exp
1353 * gdb.base/gdb1250.exp
1354 * gdb.base/global-var-nested-by-dso.exp
1355 * gdb.base/gnu-ifunc.exp
1356 * gdb.base/hashline1.exp
1357 * gdb.base/hashline2.exp
1358 * gdb.base/hashline3.exp
1359 * gdb.base/hbreak-in-shr-unsupported.exp
1360 * gdb.base/huge.exp
1361 * gdb.base/infcall-input.exp
1362 * gdb.base/info-fun.exp
1363 * gdb.base/info-shared.exp
1364 * gdb.base/jit-simple.exp
1365 * gdb.base/jit-so.exp
1366 * gdb.base/jit.exp
1367 * gdb.base/jump.exp
1368 * gdb.base/label.exp
1369 * gdb.base/lineinc.exp
1370 * gdb.base/logical.exp
1371 * gdb.base/longjmp.exp
1372 * gdb.base/macscp.exp
1373 * gdb.base/miscexprs.exp
1374 * gdb.base/new-ui-echo.exp
1375 * gdb.base/new-ui-pending-input.exp
1376 * gdb.base/new-ui.exp
1377 * gdb.base/nodebug.exp
1378 * gdb.base/nofield.exp
1379 * gdb.base/offsets.exp
1380 * gdb.base/overlays.exp
1381 * gdb.base/pending.exp
1382 * gdb.base/pointers.exp
1383 * gdb.base/pr11022.exp
1384 * gdb.base/printcmds.exp
1385 * gdb.base/prologue.exp
1386 * gdb.base/ptr-typedef.exp
1387 * gdb.base/realname-expand.exp
1388 * gdb.base/relativedebug.exp
1389 * gdb.base/relocate.exp
1390 * gdb.base/remote.exp
1391 * gdb.base/reread.exp
1392 * gdb.base/return2.exp
1393 * gdb.base/savedregs.exp
1394 * gdb.base/sep.exp
1395 * gdb.base/sepdebug.exp
1396 * gdb.base/sepsymtab.exp
1397 * gdb.base/set-inferior-tty.exp
1398 * gdb.base/setshow.exp
1399 * gdb.base/shlib-call.exp
1400 * gdb.base/sigaltstack.exp
1401 * gdb.base/siginfo-addr.exp
1402 * gdb.base/signals.exp
1403 * gdb.base/signull.exp
1404 * gdb.base/sigrepeat.exp
1405 * gdb.base/so-impl-ld.exp
1406 * gdb.base/solib-display.exp
1407 * gdb.base/solib-overlap.exp
1408 * gdb.base/solib-search.exp
1409 * gdb.base/solib-symbol.exp
1410 * gdb.base/structs.exp
1411 * gdb.base/structs2.exp
1412 * gdb.base/symtab-search-order.exp
1413 * gdb.base/twice.exp
1414 * gdb.base/unload.exp
1415 * gdb.base/varargs.exp
1416 * gdb.base/watchpoint-solib.exp
1417 * gdb.base/watchpoint.exp
1418 * gdb.base/whatis.exp
1419 * gdb.base/wrong_frame_bt_full.exp
1420 * gdb.btrace/dlopen.exp
1421 * gdb.cell/ea-standalone.exp
1422 * gdb.cell/ea-test.exp
1423 * gdb.cp/dispcxx.exp
1424 * gdb.cp/gdb2384.exp
1425 * gdb.cp/method2.exp
1426 * gdb.cp/nextoverthrow.exp
1427 * gdb.cp/pr10728.exp
1428 * gdb.disasm/am33.exp
1429 * gdb.disasm/h8300s.exp
1430 * gdb.disasm/mn10300.exp
1431 * gdb.disasm/sh3.exp
1432 * gdb.dwarf2/dw2-dir-file-name.exp
1433 * gdb.fortran/complex.exp
1434 * gdb.fortran/library-module.exp
1435 * gdb.guile/scm-pretty-print.exp
1436 * gdb.guile/scm-symbol.exp
1437 * gdb.guile/scm-type.exp
1438 * gdb.guile/scm-value.exp
1439 * gdb.linespec/linespec.exp
1440 * gdb.mi/gdb701.exp
1441 * gdb.mi/gdb792.exp
1442 * gdb.mi/mi-breakpoint-changed.exp
1443 * gdb.mi/mi-dprintf-pending.exp
1444 * gdb.mi/mi-dprintf.exp
1445 * gdb.mi/mi-exit-code.exp
1446 * gdb.mi/mi-pending.exp
1447 * gdb.mi/mi-solib.exp
1448 * gdb.mi/new-ui-mi-sync.exp
1449 * gdb.mi/pr11022.exp
1450 * gdb.mi/user-selected-context-sync.exp
1451 * gdb.opt/solib-intra-step.exp
1452 * gdb.python/py-events.exp
1453 * gdb.python/py-finish-breakpoint.exp
1454 * gdb.python/py-mi.exp
1455 * gdb.python/py-prettyprint.exp
1456 * gdb.python/py-shared.exp
1457 * gdb.python/py-symbol.exp
1458 * gdb.python/py-template.exp
1459 * gdb.python/py-type.exp
1460 * gdb.python/py-value.exp
1461 * gdb.reverse/solib-precsave.exp
1462 * gdb.reverse/solib-reverse.exp
1463 * gdb.server/solib-list.exp
1464 * gdb.stabs/weird.exp
1465 * gdb.threads/reconnect-signal.exp
1466 * gdb.threads/stepi-random-signal.exp
1467 * gdb.trace/actions.exp
1468 * gdb.trace/ax.exp
1469 * gdb.trace/backtrace.exp
1470 * gdb.trace/change-loc.exp
1471 * gdb.trace/deltrace.exp
1472 * gdb.trace/ftrace-lock.exp
1473 * gdb.trace/ftrace.exp
1474 * gdb.trace/infotrace.exp
1475 * gdb.trace/mi-tracepoint-changed.exp
1476 * gdb.trace/packetlen.exp
1477 * gdb.trace/passcount.exp
1478 * gdb.trace/pending.exp
1479 * gdb.trace/range-stepping.exp
1480 * gdb.trace/report.exp
1481 * gdb.trace/stap-trace.exp
1482 * gdb.trace/tfind.exp
1483 * gdb.trace/trace-break.exp
1484 * gdb.trace/trace-condition.exp
1485 * gdb.trace/trace-enable-disable.exp
1486 * gdb.trace/trace-mt.exp
1487 * gdb.trace/tracecmd.exp
1488 * gdb.trace/tspeed.exp
1489 * gdb.trace/tsv.exp
1490 * lib/perftest.exp
1491
1492 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1493
1494 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1495 with gdb_test_no_output.
1496 Use command as test name.
1497
1498 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1499
1500 Fix test names starting with uppercase throughout the files.
1501
1502 * gdb.ada/assign_1.exp
1503 * gdb.ada/boolean_expr.exp
1504 * gdb.base/arrayidx.exp
1505 * gdb.base/del.exp
1506 * gdb.base/gcore-buffer-overflow.exp
1507 * gdb.base/testenv.exp
1508 * gdb.compile/compile.exp
1509 * gdb.python/py-framefilter-invalidarg.exp
1510 * gdb.python/py-framefilter.exp
1511
1512 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1513
1514 Fix test names starting with uppercase throughout the files.
1515
1516 * gdb.ada/array_return.exp
1517 * gdb.ada/expr_delims.exp
1518 * gdb.ada/mi_dyn_arr.exp
1519 * gdb.ada/mi_interface.exp
1520 * gdb.ada/mi_var_array.exp
1521 * gdb.ada/watch_arg.exp
1522 * gdb.arch/alpha-step.exp
1523 * gdb.arch/altivec-regs.exp
1524 * gdb.arch/e500-regs.exp
1525 * gdb.arch/powerpc-d128-regs.exp
1526 * gdb.base/arrayidx.exp
1527 * gdb.base/break.exp
1528 * gdb.base/checkpoint.exp
1529 * gdb.base/debug-expr.exp
1530 * gdb.base/dmsym.exp
1531 * gdb.base/radix.exp
1532 * gdb.base/sepdebug.exp
1533 * gdb.base/testenv.exp
1534 * gdb.base/watch_thread_num.exp
1535 * gdb.base/watchpoint-cond-gone.exp
1536 * gdb.cell/break.exp
1537 * gdb.cell/ea-cache.exp
1538 * gdb.compile/compile.exp
1539 * gdb.cp/gdb2495.exp
1540 * gdb.gdb/selftest.exp
1541 * gdb.gdb/xfullpath.exp
1542 * gdb.go/hello.exp
1543 * gdb.go/integers.exp
1544 * gdb.objc/basicclass.exp
1545 * gdb.pascal/hello.exp
1546 * gdb.pascal/integers.exp
1547 * gdb.python/py-breakpoint.exp
1548 * gdb.python/py-cmd.exp
1549 * gdb.python/py-linetable.exp
1550 * gdb.python/py-xmethods.exp
1551 * gdb.python/python.exp
1552 * gdb.reverse/consecutive-precsave.exp
1553 * gdb.reverse/finish-precsave.exp
1554 * gdb.reverse/i386-precsave.exp
1555 * gdb.reverse/machinestate-precsave.exp
1556 * gdb.reverse/sigall-precsave.exp
1557 * gdb.reverse/solib-precsave.exp
1558 * gdb.reverse/step-precsave.exp
1559 * gdb.reverse/until-precsave.exp
1560 * gdb.reverse/watch-precsave.exp
1561 * gdb.threads/leader-exit.exp
1562 * gdb.threads/pthreads.exp
1563 * gdb.threads/wp-replication.exp
1564 * gdb.trace/actions.exp
1565 * gdb.trace/mi-tsv-changed.exp
1566 * gdb.trace/tsv.exp
1567
1568 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1569
1570 Fix test names starting with uppercase throughout the files.
1571
1572 * gdb.arch/i386-bp_permanent.exp
1573 * gdb.arch/i386-gnu-cfi.exp
1574 * gdb.base/disasm-end-cu.exp
1575 * gdb.base/macscp.exp
1576 * gdb.base/pending.exp
1577 * gdb.base/watch_thread_num.exp
1578 * gdb.cp/exception.exp
1579 * gdb.cp/gdb2495.exp
1580 * gdb.cp/local.exp
1581 * gdb.python/py-evsignal.exp
1582 * gdb.python/python.exp
1583 * gdb.trace/tracecmd.exp
1584
1585 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1586
1587 Fix test names starting with uppercase throughout the files.
1588
1589 * gdb.base/charset.exp
1590 * gdb.base/eval.exp
1591 * gdb.base/multi-forks.exp
1592 * gdb.guile/scm-progspace.exp
1593 * gdb.opencl/datatypes.exp
1594 * gdb.python/py-block.exp
1595 * gdb.python/py-function.exp
1596 * gdb.python/py-symbol.exp
1597 * gdb.python/py-symtab.exp
1598 * gdb.python/py-xmethods.exp
1599 * gdb.reverse/break-precsave.exp
1600 * gdb.reverse/break-reverse.exp
1601 * gdb.reverse/consecutive-precsave.exp
1602 * gdb.reverse/consecutive-reverse.exp
1603 * gdb.reverse/finish-precsave.exp
1604 * gdb.reverse/finish-reverse-bkpt.exp
1605 * gdb.reverse/finish-reverse.exp
1606 * gdb.reverse/fstatat-reverse.exp
1607 * gdb.reverse/getresuid-reverse.exp
1608 * gdb.reverse/i386-precsave.exp
1609 * gdb.reverse/i386-reverse.exp
1610 * gdb.reverse/i386-sse-reverse.exp
1611 * gdb.reverse/i387-stack-reverse.exp
1612 * gdb.reverse/insn-reverse.exp
1613 * gdb.reverse/machinestate-precsave.exp
1614 * gdb.reverse/machinestate.exp
1615 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1616 * gdb.reverse/pipe-reverse.exp
1617 * gdb.reverse/readv-reverse.exp
1618 * gdb.reverse/recvmsg-reverse.exp
1619 * gdb.reverse/rerun-prec.exp
1620 * gdb.reverse/s390-mvcle.exp
1621 * gdb.reverse/sigall-precsave.exp
1622 * gdb.reverse/sigall-reverse.exp
1623 * gdb.reverse/solib-precsave.exp
1624 * gdb.reverse/solib-reverse.exp
1625 * gdb.reverse/step-precsave.exp
1626 * gdb.reverse/step-reverse.exp
1627 * gdb.reverse/time-reverse.exp
1628 * gdb.reverse/until-precsave.exp
1629 * gdb.reverse/until-reverse.exp
1630 * gdb.reverse/waitpid-reverse.exp
1631 * gdb.reverse/watch-precsave.exp
1632 * gdb.reverse/watch-reverse.exp
1633
1634 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1635
1636 Fix test names starting with uppercase throughout the files.
1637
1638 * gdb.arch/i386-mpx-simple_segv.exp
1639 * gdb.arch/i386-mpx.exp
1640 * gdb.arch/i386-permbkpt.exp
1641 * gdb.arch/pa-nullify.exp
1642 * gdb.arch/powerpc-d128-regs.exp
1643 * gdb.arch/vsx-regs.exp
1644 * gdb.base/bfp-test.exp
1645 * gdb.base/break.exp
1646 * gdb.base/breakpoint-shadow.exp
1647 * gdb.base/callfuncs.exp
1648 * gdb.base/charset.exp
1649 * gdb.base/commands.exp
1650 * gdb.base/completion.exp
1651 * gdb.base/dfp-test.exp
1652 * gdb.base/echo.exp
1653 * gdb.base/ending-run.exp
1654 * gdb.base/eval.exp
1655 * gdb.base/expand-psymtabs.exp
1656 * gdb.base/float128.exp
1657 * gdb.base/floatn.exp
1658 * gdb.base/foll-exec-mode.exp
1659 * gdb.base/gdb1056.exp
1660 * gdb.base/gdb11531.exp
1661 * gdb.base/kill-after-signal.exp
1662 * gdb.base/multi-forks.exp
1663 * gdb.base/overlays.exp
1664 * gdb.base/pending.exp
1665 * gdb.base/sepdebug.exp
1666 * gdb.base/testenv.exp
1667 * gdb.base/valgrind-db-attach.exp
1668 * gdb.base/watch_thread_num.exp
1669 * gdb.base/watchpoint-cond-gone.exp
1670 * gdb.base/watchpoint.exp
1671 * gdb.base/watchpoints.exp
1672 * gdb.cp/arg-reference.exp
1673 * gdb.cp/baseenum.exp
1674 * gdb.cp/operator.exp
1675 * gdb.cp/shadow.exp
1676 * gdb.dwarf2/dw2-op-out-param.exp
1677 * gdb.dwarf2/dw2-reg-undefined.exp
1678 * gdb.go/chan.exp
1679 * gdb.go/hello.exp
1680 * gdb.go/integers.exp
1681 * gdb.go/methods.exp
1682 * gdb.go/package.exp
1683 * gdb.guile/scm-parameter.exp
1684 * gdb.guile/scm-progspace.exp
1685 * gdb.guile/scm-value.exp
1686 * gdb.mi/mi-pending.exp
1687 * gdb.mi/user-selected-context-sync.exp
1688 * gdb.multi/multi-attach.exp
1689 * gdb.multi/tids.exp
1690 * gdb.opt/clobbered-registers-O2.exp
1691 * gdb.pascal/floats.exp
1692 * gdb.pascal/integers.exp
1693 * gdb.python/py-block.exp
1694 * gdb.python/py-events.exp
1695 * gdb.python/py-parameter.exp
1696 * gdb.python/py-symbol.exp
1697 * gdb.python/py-symtab.exp
1698 * gdb.python/py-type.exp
1699 * gdb.python/py-value.exp
1700 * gdb.python/py-xmethods.exp
1701 * gdb.python/python.exp
1702 * gdb.reverse/break-precsave.exp
1703 * gdb.reverse/consecutive-precsave.exp
1704 * gdb.reverse/finish-precsave.exp
1705 * gdb.reverse/i386-precsave.exp
1706 * gdb.reverse/machinestate-precsave.exp
1707 * gdb.reverse/sigall-precsave.exp
1708 * gdb.reverse/solib-precsave.exp
1709 * gdb.reverse/step-precsave.exp
1710 * gdb.reverse/until-precsave.exp
1711 * gdb.reverse/watch-precsave.exp
1712 * gdb.server/ext-attach.exp
1713 * gdb.server/ext-restart.exp
1714 * gdb.server/ext-run.exp
1715 * gdb.server/ext-wrapper.exp
1716 * gdb.stabs/gdb11479.exp
1717 * gdb.stabs/weird.exp
1718 * gdb.threads/attach-many-short-lived-threads.exp
1719 * gdb.threads/kill.exp
1720 * gdb.threads/watchpoint-fork.exp
1721
1722 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1723
1724 Fix test names starting with uppercase throughout all the files below.
1725
1726 * gdb.ada/array_return.exp
1727 * gdb.ada/catch_ex.exp
1728 * gdb.ada/info_exc.exp
1729 * gdb.ada/mi_catch_ex.exp
1730 * gdb.ada/mi_dyn_arr.exp
1731 * gdb.ada/mi_ex_cond.exp
1732 * gdb.ada/mi_exc_info.exp
1733 * gdb.ada/mi_interface.exp
1734 * gdb.ada/mi_task_arg.exp
1735 * gdb.ada/mi_task_info.exp
1736 * gdb.ada/mi_var_array.exp
1737 * gdb.arch/alpha-step.exp
1738 * gdb.arch/amd64-disp-step.exp
1739 * gdb.arch/arm-disp-step.exp
1740 * gdb.arch/disp-step-insn-reloc.exp
1741 * gdb.arch/e500-prologue.exp
1742 * gdb.arch/ftrace-insn-reloc.exp
1743 * gdb.arch/gdb1558.exp
1744 * gdb.arch/i386-bp_permanent.exp
1745 * gdb.arch/i386-disp-step.exp
1746 * gdb.arch/i386-float.exp
1747 * gdb.arch/i386-gnu-cfi.exp
1748 * gdb.arch/ia64-breakpoint-shadow.exp
1749 * gdb.arch/mips16-thunks.exp
1750 * gdb.arch/pa-nullify.exp
1751 * gdb.arch/powerpc-aix-prologue.exp
1752 * gdb.arch/powerpc-power.exp
1753 * gdb.arch/ppc-dfp.exp
1754 * gdb.arch/s390-tdbregs.exp
1755 * gdb.arch/spu-info.exp
1756 * gdb.arch/spu-ls.exp
1757 * gdb.arch/thumb-bx-pc.exp
1758 * gdb.base/advance.exp
1759 * gdb.base/annota-input-while-running.exp
1760 * gdb.base/arrayidx.exp
1761 * gdb.base/asmlabel.exp
1762 * gdb.base/async.exp
1763 * gdb.base/attach-wait-input.exp
1764 * gdb.base/auto-connect-native-target.exp
1765 * gdb.base/batch-preserve-term-settings.exp
1766 * gdb.base/bfp-test.exp
1767 * gdb.base/bigcore.exp
1768 * gdb.base/bp-permanent.exp
1769 * gdb.base/break-always.exp
1770 * gdb.base/break-fun-addr.exp
1771 * gdb.base/break-idempotent.exp
1772 * gdb.base/break-main-file-remove-fail.exp
1773 * gdb.base/break-probes.exp
1774 * gdb.base/break-unload-file.exp
1775 * gdb.base/break.exp
1776 * gdb.base/call-ar-st.exp
1777 * gdb.base/call-rt-st.exp
1778 * gdb.base/call-sc.exp
1779 * gdb.base/call-signal-resume.exp
1780 * gdb.base/call-strs.exp
1781 * gdb.base/callexit.exp
1782 * gdb.base/callfuncs.exp
1783 * gdb.base/catch-gdb-caused-signals.exp
1784 * gdb.base/catch-signal-siginfo-cond.exp
1785 * gdb.base/catch-syscall.exp
1786 * gdb.base/compare-sections.exp
1787 * gdb.base/cond-eval-mode.exp
1788 * gdb.base/condbreak-call-false.exp
1789 * gdb.base/consecutive-step-over.exp
1790 * gdb.base/cursal.exp
1791 * gdb.base/disabled-location.exp
1792 * gdb.base/disasm-end-cu.exp
1793 * gdb.base/display.exp
1794 * gdb.base/double-prompt-target-event-error.exp
1795 * gdb.base/dprintf-bp-same-addr.exp
1796 * gdb.base/dprintf-detach.exp
1797 * gdb.base/dprintf-next.exp
1798 * gdb.base/dprintf-non-stop.exp
1799 * gdb.base/dprintf-pending.exp
1800 * gdb.base/dso2dso.exp
1801 * gdb.base/ending-run.exp
1802 * gdb.base/enum_cond.exp
1803 * gdb.base/examine-backward.exp
1804 * gdb.base/exe-lock.exp
1805 * gdb.base/exec-invalid-sysroot.exp
1806 * gdb.base/execl-update-breakpoints.exp
1807 * gdb.base/execution-termios.exp
1808 * gdb.base/fileio.exp
1809 * gdb.base/fixsection.exp
1810 * gdb.base/foll-exec-mode.exp
1811 * gdb.base/foll-exec.exp
1812 * gdb.base/fork-running-state.exp
1813 * gdb.base/frame-args.exp
1814 * gdb.base/fullpath-expand.exp
1815 * gdb.base/func-ptr.exp
1816 * gdb.base/gcore-relro-pie.exp
1817 * gdb.base/gdb1090.exp
1818 * gdb.base/gdb1555.exp
1819 * gdb.base/global-var-nested-by-dso.exp
1820 * gdb.base/gnu-ifunc.exp
1821 * gdb.base/hbreak-in-shr-unsupported.exp
1822 * gdb.base/hbreak-unmapped.exp
1823 * gdb.base/hook-stop.exp
1824 * gdb.base/infcall-input.exp
1825 * gdb.base/info-fun.exp
1826 * gdb.base/info-shared.exp
1827 * gdb.base/interrupt-noterm.exp
1828 * gdb.base/jit-so.exp
1829 * gdb.base/jit.exp
1830 * gdb.base/line-symtabs.exp
1831 * gdb.base/list.exp
1832 * gdb.base/longjmp.exp
1833 * gdb.base/macscp.exp
1834 * gdb.base/max-value-size.exp
1835 * gdb.base/nodebug.exp
1836 * gdb.base/nofield.exp
1837 * gdb.base/overlays.exp
1838 * gdb.base/paginate-after-ctrl-c-running.exp
1839 * gdb.base/paginate-bg-execution.exp
1840 * gdb.base/paginate-inferior-exit.exp
1841 * gdb.base/pending.exp
1842 * gdb.base/pr11022.exp
1843 * gdb.base/printcmds.exp
1844 * gdb.base/ptr-typedef.exp
1845 * gdb.base/ptype.exp
1846 * gdb.base/randomize.exp
1847 * gdb.base/range-stepping.exp
1848 * gdb.base/realname-expand.exp
1849 * gdb.base/relativedebug.exp
1850 * gdb.base/remote.exp
1851 * gdb.base/savedregs.exp
1852 * gdb.base/sepdebug.exp
1853 * gdb.base/set-noassign.exp
1854 * gdb.base/shlib-call.exp
1855 * gdb.base/shreloc.exp
1856 * gdb.base/sigaltstack.exp
1857 * gdb.base/sigbpt.exp
1858 * gdb.base/siginfo-addr.exp
1859 * gdb.base/siginfo-obj.exp
1860 * gdb.base/siginfo-thread.exp
1861 * gdb.base/signest.exp
1862 * gdb.base/signull.exp
1863 * gdb.base/sigrepeat.exp
1864 * gdb.base/skip.exp
1865 * gdb.base/so-impl-ld.exp
1866 * gdb.base/solib-corrupted.exp
1867 * gdb.base/solib-disc.exp
1868 * gdb.base/solib-display.exp
1869 * gdb.base/solib-overlap.exp
1870 * gdb.base/solib-search.exp
1871 * gdb.base/solib-symbol.exp
1872 * gdb.base/source-execution.exp
1873 * gdb.base/sss-bp-on-user-bp-2.exp
1874 * gdb.base/sss-bp-on-user-bp.exp
1875 * gdb.base/stack-checking.exp
1876 * gdb.base/stale-infcall.exp
1877 * gdb.base/step-break.exp
1878 * gdb.base/step-line.exp
1879 * gdb.base/step-over-exit.exp
1880 * gdb.base/step-test.exp
1881 * gdb.base/structs.exp
1882 * gdb.base/sym-file.exp
1883 * gdb.base/symtab-search-order.exp
1884 * gdb.base/term.exp
1885 * gdb.base/type-opaque.exp
1886 * gdb.base/unload.exp
1887 * gdb.base/until-nodebug.exp
1888 * gdb.base/until.exp
1889 * gdb.base/unwindonsignal.exp
1890 * gdb.base/watch-cond.exp
1891 * gdb.base/watch-non-mem.exp
1892 * gdb.base/watch_thread_num.exp
1893 * gdb.base/watchpoint-reuse-slot.exp
1894 * gdb.base/watchpoint-solib.exp
1895 * gdb.base/watchpoint.exp
1896 * gdb.btrace/dlopen.exp
1897 * gdb.cell/arch.exp
1898 * gdb.cell/break.exp
1899 * gdb.cell/bt.exp
1900 * gdb.cell/core.exp
1901 * gdb.cell/data.exp
1902 * gdb.cell/dwarfaddr.exp
1903 * gdb.cell/ea-cache.exp
1904 * gdb.cell/ea-standalone.exp
1905 * gdb.cell/ea-test.exp
1906 * gdb.cell/f-regs.exp
1907 * gdb.cell/fork.exp
1908 * gdb.cell/gcore.exp
1909 * gdb.cell/mem-access.exp
1910 * gdb.cell/ptype.exp
1911 * gdb.cell/registers.exp
1912 * gdb.cell/sizeof.exp
1913 * gdb.cell/solib-symbol.exp
1914 * gdb.cell/solib.exp
1915 * gdb.compile/compile-tls.exp
1916 * gdb.cp/exception.exp
1917 * gdb.cp/gdb2495.exp
1918 * gdb.cp/local.exp
1919 * gdb.cp/mb-inline.exp
1920 * gdb.cp/mb-templates.exp
1921 * gdb.cp/pr10687.exp
1922 * gdb.cp/pr9167.exp
1923 * gdb.cp/scope-err.exp
1924 * gdb.cp/templates.exp
1925 * gdb.cp/virtfunc.exp
1926 * gdb.dwarf2/dw2-dir-file-name.exp
1927 * gdb.dwarf2/dw2-single-line-discriminators.exp
1928 * gdb.fortran/complex.exp
1929 * gdb.fortran/library-module.exp
1930 * gdb.guile/guile.exp
1931 * gdb.guile/scm-cmd.exp
1932 * gdb.guile/scm-frame-inline.exp
1933 * gdb.guile/scm-objfile.exp
1934 * gdb.guile/scm-pretty-print.exp
1935 * gdb.guile/scm-symbol.exp
1936 * gdb.guile/scm-type.exp
1937 * gdb.guile/scm-value.exp
1938 * gdb.linespec/keywords.exp
1939 * gdb.linespec/ls-errs.exp
1940 * gdb.linespec/macro-relative.exp
1941 * gdb.linespec/thread.exp
1942 * gdb.mi/mi-breakpoint-changed.exp
1943 * gdb.mi/mi-dprintf-pending.exp
1944 * gdb.mi/mi-fullname-deleted.exp
1945 * gdb.mi/mi-logging.exp
1946 * gdb.mi/mi-pending.exp
1947 * gdb.mi/mi-solib.exp
1948 * gdb.mi/new-ui-mi-sync.exp
1949 * gdb.mi/user-selected-context-sync.exp
1950 * gdb.multi/dummy-frame-restore.exp
1951 * gdb.multi/multi-arch-exec.exp
1952 * gdb.multi/remove-inferiors.exp
1953 * gdb.multi/watchpoint-multi-exit.exp
1954 * gdb.opt/solib-intra-step.exp
1955 * gdb.perf/backtrace.exp
1956 * gdb.perf/single-step.exp
1957 * gdb.perf/skip-command.exp
1958 * gdb.perf/skip-prologue.exp
1959 * gdb.perf/solib.exp
1960 * gdb.python/lib-types.exp
1961 * gdb.python/py-as-string.exp
1962 * gdb.python/py-bad-printers.exp
1963 * gdb.python/py-block.exp
1964 * gdb.python/py-breakpoint.exp
1965 * gdb.python/py-cmd.exp
1966 * gdb.python/py-events.exp
1967 * gdb.python/py-evthreads.exp
1968 * gdb.python/py-finish-breakpoint.exp
1969 * gdb.python/py-finish-breakpoint2.exp
1970 * gdb.python/py-frame-inline.exp
1971 * gdb.python/py-frame.exp
1972 * gdb.python/py-inferior.exp
1973 * gdb.python/py-infthread.exp
1974 * gdb.python/py-mi.exp
1975 * gdb.python/py-objfile.exp
1976 * gdb.python/py-pp-maint.exp
1977 * gdb.python/py-pp-registration.exp
1978 * gdb.python/py-prettyprint.exp
1979 * gdb.python/py-recurse-unwind.exp
1980 * gdb.python/py-shared.exp
1981 * gdb.python/py-symbol.exp
1982 * gdb.python/py-symtab.exp
1983 * gdb.python/py-template.exp
1984 * gdb.python/py-type.exp
1985 * gdb.python/py-unwind-maint.exp
1986 * gdb.python/py-unwind.exp
1987 * gdb.python/py-value.exp
1988 * gdb.python/python.exp
1989 * gdb.reverse/finish-reverse-bkpt.exp
1990 * gdb.reverse/insn-reverse.exp
1991 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1992 * gdb.reverse/solib-precsave.exp
1993 * gdb.reverse/solib-reverse.exp
1994 * gdb.stabs/gdb11479.exp
1995 * gdb.stabs/weird.exp
1996 * gdb.threads/fork-child-threads.exp
1997 * gdb.threads/fork-plus-threads.exp
1998 * gdb.threads/fork-thread-pending.exp
1999 * gdb.threads/forking-threads-plus-breakpoint.exp
2000 * gdb.threads/hand-call-in-threads.exp
2001 * gdb.threads/interrupted-hand-call.exp
2002 * gdb.threads/linux-dp.exp
2003 * gdb.threads/local-watch-wrong-thread.exp
2004 * gdb.threads/next-while-other-thread-longjmps.exp
2005 * gdb.threads/non-ldr-exit.exp
2006 * gdb.threads/pending-step.exp
2007 * gdb.threads/print-threads.exp
2008 * gdb.threads/process-dies-while-detaching.exp
2009 * gdb.threads/process-dies-while-handling-bp.exp
2010 * gdb.threads/pthreads.exp
2011 * gdb.threads/queue-signal.exp
2012 * gdb.threads/reconnect-signal.exp
2013 * gdb.threads/signal-command-handle-nopass.exp
2014 * gdb.threads/signal-command-multiple-signals-pending.exp
2015 * gdb.threads/signal-delivered-right-thread.exp
2016 * gdb.threads/signal-sigtrap.exp
2017 * gdb.threads/sigthread.exp
2018 * gdb.threads/staticthreads.exp
2019 * gdb.threads/stepi-random-signal.exp
2020 * gdb.threads/thread-unwindonsignal.exp
2021 * gdb.threads/thread_check.exp
2022 * gdb.threads/thread_events.exp
2023 * gdb.threads/tid-reuse.exp
2024 * gdb.threads/tls-nodebug.exp
2025 * gdb.threads/tls-shared.exp
2026 * gdb.threads/tls-so_extern.exp
2027 * gdb.threads/tls.exp
2028 * gdb.threads/wp-replication.exp
2029 * gdb.trace/actions-changed.exp
2030 * gdb.trace/actions.exp
2031 * gdb.trace/backtrace.exp
2032 * gdb.trace/change-loc.exp
2033 * gdb.trace/collection.exp
2034 * gdb.trace/deltrace.exp
2035 * gdb.trace/disconnected-tracing.exp
2036 * gdb.trace/entry-values.exp
2037 * gdb.trace/ftrace-lock.exp
2038 * gdb.trace/ftrace.exp
2039 * gdb.trace/infotrace.exp
2040 * gdb.trace/mi-trace-frame-collected.exp
2041 * gdb.trace/mi-trace-unavailable.exp
2042 * gdb.trace/mi-traceframe-changed.exp
2043 * gdb.trace/mi-tracepoint-changed.exp
2044 * gdb.trace/mi-tsv-changed.exp
2045 * gdb.trace/no-attach-trace.exp
2046 * gdb.trace/packetlen.exp
2047 * gdb.trace/passc-dyn.exp
2048 * gdb.trace/passcount.exp
2049 * gdb.trace/pending.exp
2050 * gdb.trace/pr16508.exp
2051 * gdb.trace/qtro.exp
2052 * gdb.trace/range-stepping.exp
2053 * gdb.trace/read-memory.exp
2054 * gdb.trace/report.exp
2055 * gdb.trace/save-trace.exp
2056 * gdb.trace/signal.exp
2057 * gdb.trace/stap-trace.exp
2058 * gdb.trace/status-stop.exp
2059 * gdb.trace/strace.exp
2060 * gdb.trace/tfile.exp
2061 * gdb.trace/tfind.exp
2062 * gdb.trace/trace-break.exp
2063 * gdb.trace/trace-condition.exp
2064 * gdb.trace/trace-enable-disable.exp
2065 * gdb.trace/trace-mt.exp
2066 * gdb.trace/tracecmd.exp
2067 * gdb.trace/tracefile-pseudo-reg.exp
2068 * gdb.trace/tspeed.exp
2069 * gdb.trace/tstatus.exp
2070 * gdb.trace/tsv.exp
2071 * gdb.trace/unavailable.exp
2072 * gdb.trace/while-dyn.exp
2073 * gdb.trace/while-stepping.exp
2074 * lib/gdb-guile.exp
2075 * lib/gdb.exp
2076 * lib/mi-support.exp
2077 * lib/pascal.exp
2078 * lib/perftest.exp
2079 * lib/prelink-support.exp
2080 * lib/selftest-support.exp
2081
2082 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2083
2084 * Makefile.in: Include disable-implicit-rules.mk.
2085
2086 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2087
2088 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2089 non-byte-aligned bit fields.
2090
2091 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2092
2093 PR gdb/12616
2094 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
2095 respects the DW_AT_data_bit_offset attribute.
2096
2097 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2098
2099 * gdb.base/default.exp: Fix output of "set language".
2100
2101 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2102
2103 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2104 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
2105 make.
2106 * configure.ac: Remove checks for the make program.
2107 * configure: Re-generate.
2108
2109 2016-11-16 Kevin Buettner <kevinb@redhat.com>
2110
2111 * gdb.python/py-recurse-unwind.c (main): Add loop.
2112 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2113 to read_register() and gdb.parse_and_eval(). Make each code
2114 call a separate case that can be individually tested.
2115 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2116 proc. Call cont_and_backtrace for each of the code paths that
2117 we want to test in the unwinder.
2118
2119 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2120
2121 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2122 the definition of struct S.
2123
2124 2016-11-11 Catherine Moore <clm@codesourcery.com>
2125
2126 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2127
2128 2016-11-09 Pedro Alves <palves@redhat.com>
2129
2130 * gdb.base/commands.exp (runto_or_return): New procedure.
2131 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2132 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2133 (progvar_simple_while_test, progvar_complex_if_while_test)
2134 (if_while_breakpoint_command_test)
2135 (infrun_breakpoint_command_test, breakpoint_command_test)
2136 (user_defined_command_test, watchpoint_command_test)
2137 (test_command_prompt_position, redefine_hook_test)
2138 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2139 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2140 multi_line_input and multi_line. Remove gdb_expect and
2141 gdb_stop_suppressing_tests uses.
2142 * lib/gdb.exp (valnum_re): New global.
2143 (multi_line_input): New procedure.
2144
2145 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2146
2147 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2148 Remove.
2149 (test_setup): Define with proc_with_prefix.
2150 (test_cli_inferior): Likewise.
2151 (test_cli_thread): Likewise.
2152 (test_cli_frame): Likewise.
2153 (test_cli_select_frame): Likewise.
2154 (test_cli_up_down): Likewise.
2155 (test_mi_thread_select): Likewise.
2156 (test_mi_stack_select_frame): Likewise.
2157 (test_cli_in_mi_inferior): Likewise.
2158 (test_cli_in_mi_thread): Likewise.
2159 (test_cli_in_mi_frame): Likewise.
2160 (top level): Do not use with_test_prefix_procname.
2161
2162 2016-11-09 Pedro Alves <palves@redhat.com>
2163
2164 * gdb.base/commands.exp (gdbvar_simple_if_test)
2165 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2166 (progvar_simple_if_test, progvar_simple_while_test)
2167 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2168 (infrun_breakpoint_command_test, breakpoint_command_test)
2169 (user_defined_command_test, watchpoint_command_test)
2170 (test_command_prompt_position, deprecated_command_test)
2171 (bp_deleted_in_command, temporary_breakpoint_commands)
2172 (stray_arg0_test, source_file_with_indented_comment)
2173 (recursive_source_test, if_commands_test)
2174 (error_clears_commands_left, redefine_hook_test)
2175 (redefine_backtrace_test): Use proc_with_prefix.
2176 * lib/gdb.exp (proc_with_prefix): New proc.
2177
2178 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2179
2180 * gdb.base/tui-layout.c: New file.
2181 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2182 disassembly window contains very long lines.
2183
2184 2016-11-08 Tom Tromey <tom@tromey.com>
2185
2186 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2187 depend on Python 2.
2188
2189 2016-11-08 Tom Tromey <tom@tromey.com>
2190
2191 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2192 New method.
2193
2194 2016-10-29 Manish Goregaokar <manish@mozilla.com>
2195
2196 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
2197
2198 2016-10-27 Manish Goregaokar <manish@mozilla.com>
2199
2200 * gdb.rust/simple.rs: Add test for univariant enums without
2201 discriminants and for encoded struct-like enums.
2202
2203 2016-10-28 Pedro Alves <palves@redhat.com>
2204
2205 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2206 gdb_test_multiple, tighten regexps and match symtabs and line
2207 tables incrementally.
2208
2209 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
2210
2211 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2212 general.
2213
2214 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
2215
2216 * gdb.base/exec-invalid-sysroot.exp: New file.
2217
2218 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2219
2220 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2221
2222 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2223
2224 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2225
2226 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2227
2228 * gdb.base/killed-outside.exp: Remove $options from a call to
2229 `prepare_for_testing'.
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 Change test message.
2235
2236 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2237
2238 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2239 Update comment.
2240
2241 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2242
2243 * gdb.trace/mi-trace-save.exp: New file.
2244
2245 2016-10-13 Yao Qi <yao.qi@linaro.org>
2246
2247 * gdb.base/code_elim.exp (get_var_address): Remove.
2248 * gdb.base/relocate.exp: Likewise.
2249 * gdb.base/shreloc.exp: Likewise.
2250 * lib/gdb.exp (get_var_address): New.
2251
2252 2016-10-13 Yao Qi <yao.qi@linaro.org>
2253
2254 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2255 floating point tests if $skip_float_test is false.
2256
2257 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
2258
2259 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2260 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2261 argc values.
2262 Add 1 to argc so we guarantee distinct initial/modified argc values.
2263
2264 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2265
2266 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2267
2268 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2269
2270 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2271 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2272 * gdb.arch/vsx-regs.exp: Likewise.
2273
2274 2016-10-07 Yao Qi <yao.qi@linaro.org>
2275
2276 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2277
2278 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2279
2280 * gdb.python/python.exp: Test decode_line("*0").
2281
2282 2016-10-06 Doug Evans <dje@google.com>
2283
2284 * gdb.python/py-value.exp (test_value_creation): Add test for large
2285 unsigned 64-bit value.
2286
2287 2016-10-06 Tom Tromey <tom@tromey.com>
2288
2289 * gdb.compile/compile.exp: Change java tests to rust.
2290 * gdb.base/setshow.exp: Change java tests to rust.
2291 * gdb.base/default.exp: Remove java from language list.
2292 * README (Examples): Update language example.
2293 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2294 test.
2295 * lib/gdb.exp (skip_java_tests): Remove.
2296 * lib/java.exp: Remove.
2297 * gdb.java: Remove.
2298
2299 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2300
2301 * gdb.arch/mips-fcr.exp: New test.
2302 * gdb.arch/mips-fcr.c: Source for the new test.
2303
2304 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2305
2306 * gdb.base/solib-disc.exp: Use `standard_output_file'
2307 throughout.
2308
2309 2016-10-06 Pedro Alves <palves@redhat.com>
2310
2311 * gdb.base/jit-simple-dl.c: New file.
2312 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2313 * gdb.base/jit-simple.c: ... this.
2314 * gdb.base/jit-simple.exp (jit_run): Delete.
2315 (build_jit): New proc.
2316 (jit_test_reread): Recompile either the main program or the shared
2317 library, depending on what is being tested. Skip changing address
2318 if caller wants to. Compare before/after addresses. If testing
2319 standalone, explicitly load the binary. Test "maint info
2320 breakpoints".
2321 (top level): Add "standalone vs shared lib" and "change address"
2322 vs "same address" axes.
2323
2324 2016-10-06 Pedro Alves <palves@redhat.com>
2325
2326 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2327 call.
2328 (jit_run): Delete.
2329 (jit_test_reread): Use with_test_prefix. Reload the main binary
2330 explicitly. Compare the before/after addresses of the JIT
2331 descriptor.
2332
2333 2016-08-15 Doug Evans <dje@google.com>
2334
2335 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2336 for single bitfields is bool.
2337 * gdb.xml/tdesc-regs.exp: Ditto.
2338
2339 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2340
2341 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2342
2343 2016-10-05 Yao Qi <yao.qi@linaro.org>
2344
2345 * lib/gdb.exp (support_complex_tests): Return zero if
2346 gdb_skip_float_test return true.
2347
2348 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2349 Simon Marchi <simon.marchi@ericsson.com>
2350
2351 PR gdb/20487
2352 * gdb.mi/user-selected-context-sync.exp: New file.
2353 * gdb.mi/user-selected-context-sync.c: New file.
2354
2355 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2356 Simon Marchi <simon.marchi@ericsson.com>
2357
2358 PR gdb/20487
2359 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2360 =thread-select-event check.
2361
2362 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2363
2364 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2365 the compulsory L operand changes.
2366 * gdb.arch/powerpc-power.s: Likewise.
2367
2368 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2369
2370 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2371 * gdb.base/jit-attach-pie.c: New file.
2372 * gdb.base/jit-attach-pie.exp: New file.
2373
2374 2016-09-28 Pedro Alves <palves@redhat.com>
2375
2376 * gdb.base/infcall-input.c: New file.
2377 * gdb.base/infcall-input.exp: New file.
2378
2379 2016-09-22 Yao Qi <yao.qi@linaro.org>
2380
2381 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2382 (gdb_exit): Rename it to ...
2383 (gdbserver_gdb_exit): ... Close GDBserver.
2384 (gdb_exit): New proc, call gdbserver_gdb_exit.
2385 (mi_gdb_exit): Likewise.
2386
2387 2016-09-22 Yao Qi <yao.qi@linaro.org>
2388
2389 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2390 path.
2391 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2392 Remove duplication.
2393
2394 2016-09-22 Yao Qi <yao.qi@linaro.org>
2395
2396 * lib/gdbserver-support.exp: Check the existence of
2397 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2398
2399 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2400
2401 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2402
2403 2016-09-21 Tom Tromey <tom@tromey.com>
2404
2405 PR gdb/20604:
2406 * gdb.base/quit.exp: New file.
2407
2408 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2409
2410 * .gitignore: New file.
2411
2412 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2413
2414 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2415 throughout.
2416
2417 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2418
2419 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2420
2421 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2422
2423 * gdb.cp/casts.cc (decltype): Move it ...
2424 (main): ... with its call to ...
2425 * gdb.cp/casts03.cc: ... a new file.
2426 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2427
2428 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2429
2430 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2431
2432 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
2433
2434 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2435 and sync up the test with tests in gas/testsuite/gas/ppc.
2436 * gdb.arch/powerpc-power.exp: Likewise.
2437
2438 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2439
2440 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2441
2442 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
2443 Jan Kratochvil <jan.kratochvil@redhat.com>
2444
2445 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2446 make m1's definition to be different from m2's. Use 'dummy' as an
2447 argument for probe 'two'.
2448
2449 2016-09-10 Jon Beniston <jon@beniston.com>
2450
2451 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2452 for sim target.
2453
2454 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2455
2456 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2457 variable declaration.
2458 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
2459 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2460 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2461 received HWCAP as its argument.
2462
2463 2016-09-06 Pedro Alves <palves@redhat.com>
2464
2465 * gdb.base/new-ui-pending-input.c: New file.
2466 * gdb.base/new-ui-pending-input.exp: New file.
2467 * gdb.exp (clear_gdb_spawn_id): New procedure.
2468 (with_spawn_id): Check whether gdb_spawn_id exists before
2469 referencing it. If gdb_spawn_id didn't exist on entry, clear it
2470 on exit.
2471
2472 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2473
2474 * gdb.base/float128.c: New file.
2475 * gdb.base/float128.exp: Likewise.
2476 * gdb.base/floatn.c: Likewise.
2477 * gdb.base/floatn.exp: Likewise.
2478
2479 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2480
2481 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2482
2483 2016-09-05 Pedro Alves <palves@redhat.com>
2484
2485 PR backtrace/19927
2486 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2487 unwinders are immediately called as side effect of "source" or
2488 "disable unwinder" commands.
2489 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2490
2491 2016-09-02 Yao Qi <yao.qi@linaro.org>
2492
2493 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2494 is true and $type is "float" or "double".
2495
2496 2016-09-02 Yao Qi <yao.qi@linaro.org>
2497
2498 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2499 true.
2500 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2501 * gdb.base/call-rt-st.exp: Likewise.
2502 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2503 return value instead of gdb,skip_float_test.
2504 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2505 (do_function_calls): Use its return value instead of
2506 gdb,skip_float_test.
2507 * gdb.base/finish.exp: Likewise.
2508 * gdb.base/funcargs.exp: Likewise.
2509 * gdb.base/return.exp: Likewise.
2510 * gdb.base/return2.exp: Likewise.
2511 * gdb.base/varargs.exp: Likewise.
2512 * lib/gdb.exp (gdb_skip_float_test): Change it to
2513 gdb_caching_proc. Detect the broken ptrace on arm-linux.
2514
2515 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2516
2517 * gdb.multi/tids.exp: Test "thread apply all".
2518
2519 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2520
2521 * gdb.base/default.exp (tty): Remove.
2522
2523 2016-08-24 Kevin Buettner <kevinb@redhat.com>
2524
2525 * gdb.python/py-recurse-unwind.c: New file.
2526 * gdb.python/py-recurse-unwind.py: New file.
2527 * gdb.python/py-recurse-unwind.exp: New file.
2528
2529 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2530
2531 * gdb.base/set-inferior-tty.exp: New file.
2532 * gdb.base/set-inferior-tty.c: New file.
2533
2534 2016-08-23 Pedro Alves <palves@redhat.com>
2535
2536 PR gdb/20494
2537 * gdb.base/new-ui-echo.c: New file.
2538 * gdb.base/new-ui-echo.exp: New file.
2539
2540 2016-08-23 Yao Qi <yao.qi@linaro.org>
2541
2542 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2543 gdbserver_spawn.
2544 * gdb.server/connect-without-multi-process.exp (do_test):
2545 Likewise.
2546
2547 2016-08-23 Yao Qi <yao.qi@linaro.org>
2548
2549 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2550 standalone_txt. Delete gdb_txt and standalone_txt on host
2551 and target. Spawn the binary on target. Copy files from
2552 target to host.
2553
2554 2016-08-22 Pedro Alves <palves@redhat.com>
2555
2556 PR gdb/20505
2557 * gdb.base/vdso-warning.exp: Test core dumps too. Use
2558 with_test_prefix. Factor out bits to ...
2559 (test_no_vdso): ... this new procedure.
2560
2561 2016-08-19 Carl Love <cel@us.ibm.com>
2562
2563 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2564 maintaining separate logic for constructing the output path.
2565 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2566 * gdb.arch/ppc-dfp.exp: Likewise.
2567 * gdb.arch/ppc-fp.exp: Likewise.
2568 * gdb.arch/vsx-regs.exp: Likewise.
2569 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2570 binprefix for generating the additional binary files.
2571
2572 2016-08-19 Pedro Alves <palves@redhat.com>
2573
2574 * gdb.trace/mi-trace-frame-collected.exp
2575 (test_trace_frame_collected): On x32, expect two registers.
2576
2577 2016-08-18 Carl Love <cel@us.ibm.com>
2578
2579 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2580 and sync up the test with tests in gas/testsuite/gas/ppc.
2581 * gdb.arch/powerpc-power.exp: Likewise.
2582
2583 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2584
2585 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2586 expected error message.
2587
2588 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2589
2590 * gdb.multi/remove-inferiors.exp: New file.
2591 * gdb.multi/remove-inferiors.c: New file.
2592
2593 2016-08-12 Yao Qi <yao.qi@linaro.org>
2594
2595 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
2596 argument list.
2597
2598 2016-08-10 Pedro Alves <palves@redhat.com>
2599
2600 PR gdb/19187
2601 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
2602 setup_kfails.
2603
2604 2016-08-09 Pedro Alves <palves@redhat.com>
2605 Simon Marchi <simon.marchi@ericsson.com>
2606
2607 PR gdb/20418
2608 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
2609 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
2610
2611 2016-08-09 Pedro Alves <palves@redhat.com>
2612
2613 PR mi/20431
2614 * gdb.mi/mi-cmd-error.exp: New file.
2615
2616 2016-08-09 Pedro Alves <palves@redhat.com>
2617
2618 PR gdb/18653
2619 * gdb.base/signals-state-child.c: New file.
2620 * gdb.base/signals-state-child.exp: New file.
2621 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
2622
2623 2016-08-09 Pedro Alves <palves@redhat.com>
2624
2625 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
2626
2627 2016-08-03 Tom Tromey <tom@tromey.com>
2628
2629 PR python/18565:
2630 * gdb.python/py-frame-inline.exp: Add Frame.function test.
2631
2632 2016-08-01 Yao Qi <yao.qi@linaro.org>
2633
2634 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
2635 variable mode to "multi-process" if $multi_process is 1, otherwise
2636 set it to "single-process".
2637
2638 2016-08-01 Yao Qi <yao.qi@linaro.org>
2639
2640 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
2641 * gdb.cp/cpexprs.exp: Likewise.
2642 * gdb.cp/m-static.exp: Likewise.
2643
2644 2016-07-26 Tom Tromey <tom@tromey.com>
2645
2646 PR python/20190:
2647 * gdb.threads/tls.exp (check_thread_local): Add python symbol
2648 test.
2649
2650 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
2651
2652 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
2653 selecting assembly source files.
2654 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
2655 assembly source files.
2656 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
2657 assembly source files.
2658 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
2659 selecting assembly source files.
2660
2661 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
2662
2663 * gdb.base/new-ui.exp (do_test_invalid_args): New
2664 procedure.
2665
2666 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
2667
2668 * gdb.btrace/reconnect.c: New file.
2669 * gdb.btrace/reconnect.exp: New file.
2670
2671 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
2672
2673 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
2674 to test_catch_syscall_group.
2675 (test_catch_syscall_group): New.
2676
2677 2016-07-21 Tom Tromey <tom@tromey.com>
2678
2679 * gdb.rust/simple.rs (main): Use empty struct expression.
2680 * gdb.rust/simple.exp: Add tests for empty struct expression.
2681
2682 2016-07-21 Yao Qi <yao.qi@linaro.org>
2683
2684 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
2685 if gdb_skip_xml_test is true on some targets.
2686
2687 2016-07-21 Yao Qi <yao.qi@linaro.org>
2688
2689 * gdb.server/solib-list.exp: Unset last_loaded_file.
2690
2691 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2692
2693 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
2694 "step into captured_main (args)".
2695
2696 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2697
2698 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
2699
2700 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2701
2702 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
2703
2704 2016-07-19 Pedro Alves <palves@redhat.com>
2705
2706 * gdb.opt/inline-break.exp: Remove optimize=-O2.
2707 * gdb.opt/inline-bt.exp: Likewise.
2708 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
2709 additional_flags=-Winline.
2710 * gdb.opt/inline-locals.exp: Likewise.
2711 * gdb.opt/inline-markers.c (ATTR): Define.
2712 (inlined_fn): Use it.
2713
2714 2016-07-19 Yao Qi <yao.qi@linaro.org>
2715
2716 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
2717 (test_with_self): Remove some code. Remove argument executable.
2718 (top-level): Use do_self_tests.
2719
2720 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
2721 Don Breazeal <donb@codesourcery.com>
2722
2723 * gdb.base/maint.exp: Escape paths used in regular expressions.
2724 * gdb.stabs/weird.exp: Likewise.
2725
2726 2016-07-13 Tom Tromey <tom@tromey.com>
2727
2728 PR python/15620, PR python/18620:
2729 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
2730 (test_bkpt_events): New procs.
2731
2732 2016-07-13 Tom Tromey <tom@tromey.com>
2733
2734 PR python/17698:
2735 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
2736 test.
2737 (test_watchpoints): Likewise.
2738 (test_bkpt_pending): New proc.
2739
2740 2016-07-13 Tom Tromey <tom@tromey.com>
2741
2742 PR cli/18053:
2743 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
2744 completion test.
2745
2746 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2747
2748 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
2749 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
2750 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
2751 f_label.
2752 (g): Rename g_end_lbl to g_label.
2753 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
2754 low_pc and high_pc.
2755 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
2756
2757 2016-07-12 Tom Tromey <tom@tromey.com>
2758
2759 PR python/19293:
2760 * gdb.python/py-unwind-maint.exp: Update tests.
2761
2762 2016-07-12 Yao Qi <yao.qi@linaro.org>
2763
2764 * lib/selftest-support.exp (selftest_setup): Match the output
2765 when captured_main is inlined.
2766
2767 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
2768
2769 * gdb.fortran/derived-types.exp (result_line, result_line_2):
2770 New variables.
2771 (print this%a, print this%b, print this): New tests.
2772 * gdb.fortran/derived-types.f90 (this): New object and
2773 initialization.
2774
2775 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2776
2777 * gdb.ada/arraydim.exp: Remove extra directory level in build
2778 directory.
2779
2780 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2781
2782 * lib/ada.exp: Remove extra directory level in build directory.
2783 * gdb.ada/cond_lang.exp: Likewise.
2784 * gdb.ada/exec_changed.exp: Likewise.
2785 * gdb.ada/lang_switch.exp: Likewise.
2786
2787 2016-07-06 Manish Goregaokar <manish@mozilla.com>
2788
2789 * simple.rs: Add test for raw pointer subscripting.
2790 * simple.exp: Add test expectations.
2791
2792 2016-07-05 Yao Qi <yao.qi@linaro.org>
2793
2794 * gdb.mi/mi-reverse.exp: Match =record-started output.
2795
2796 2016-07-01 Pedro Alves <palves@redhat.com>
2797
2798 * gdb.base/jit-reader.exp (info_registers_current_frame): New
2799 procedure.
2800 (jit_reader_test): Test the jit reader's unwinder.
2801 * gdb.base/jithost.c (jit_function_00_code): New global.
2802 (main): Use memcpy to fill in the mmapped code, instead of poking
2803 bytes manually here.
2804 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
2805 value.
2806 (read_debug_info): Save the function's range.
2807 (read_sp): New function.
2808 (unwind_frame): Use it. Also unwind RBP.
2809 (get_frame_id): Use read_sp.
2810 (gdb_init_reader): Use calloc instead of malloc.
2811 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
2812 parameter. Use gdb_test_multiple.
2813
2814 2016-07-01 Pedro Alves <palves@redhat.com>
2815 Antoine Tremblay <antoine.tremblay@ericsson.com>
2816
2817 * gdb.threads/process-dies-while-detaching.c: New file.
2818 * gdb.threads/process-dies-while-detaching.exp: New file.
2819
2820 2016-07-01 Pedro Alves <palves@redhat.com>
2821
2822 * gdb.multi/watchpoint-multi-exit.c: New file.
2823 * gdb.multi/watchpoint-multi-exit.exp: New file.
2824
2825 2016-06-30 Pedro Alves <palves@redhat.com>
2826
2827 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
2828 unset inferior_spawn_id.
2829
2830 2016-06-30 Pedro Alves <palves@redhat.com>
2831
2832 * lib/mi-support.exp (default_mi_gdb_start): Declare global
2833 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
2834
2835 2016-06-29 Yao Qi <yao.qi@linaro.org>
2836
2837 * gdb.base/return.c: Add copyright header.
2838
2839 2016-06-29 Tom Tromey <tom@tromey.com>
2840
2841 PR python/20129:
2842 * gdb.python/py-framefilter.exp: Add tests for setting priority
2843 and disabling of non-existent frame filter.
2844
2845 2016-06-29 Yao Qi <yao.qi@linaro.org>
2846
2847 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
2848 0x0f07ff.
2849
2850 2016-06-28 Yao Qi <yao.qi@linaro.org>
2851
2852 * gdb.base/catch-syscall.exp: Remove check on isnative and target
2853 triplets. Start gdb, execute catch syscall, and continue. Check
2854 gdb's output to determine catch syscall is supported.
2855
2856 2016-06-27 Manish Goregaokar <manish@mozilla.com>
2857
2858 * gdb.rust/simple.rs: Add test for returning unit in a function.
2859 * gdb.rust/simple.exp: Add expectation for functions returning
2860 unit.
2861
2862 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
2863
2864 * gdb.python/py-breakpoint-create-fail.c,
2865 gdb.python/py-breakpoint-create-fail.exp,
2866 gdb.python/py-breakpoint-create-fail.py: New testcase.
2867
2868 2016-06-25 Manish Goregaokar <manish@mozilla.com>
2869
2870 PR gdb/20239
2871 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
2872 * gdb.rust/simple.exp: Add test expectations for new NonZero
2873 tests.
2874
2875 2016-06-24 David Taylor <dtaylor@emc.com>
2876
2877 * gdb.base/offsets.exp: New file.
2878 * gdb.base/offsets.c: New file.
2879
2880 2016-06-23 Tom Tromey <tom@tromey.com>
2881
2882 PR gdb/16483:
2883 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
2884 before any filters are loaded.
2885
2886 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
2887
2888 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
2889 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
2890 structs.
2891 * gdb.fortran/derived-type-function.exp: New file.
2892 * gdb.fortran/derived-type-function.f90: New file.
2893
2894
2895 2016-06-21 Pedro Alves <palves@redhat.com>
2896
2897 * gdb.base/new-ui.exp: New file.
2898 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
2899 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
2900 (with_spawn_id): New procedure.
2901
2902 2016-06-21 Pedro Alves <palves@redhat.com>
2903
2904 * gdb.mi/mi-exec-run.exp: New file.
2905
2906 2016-06-21 Pedro Alves <palves@redhat.com>
2907
2908 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
2909 breakpoint command's output on the main UI.
2910 (test_break): New procedure, factored out from calls in the top
2911 level.
2912 (top level): Use foreach_with_prefix to test MI as main UI and as
2913 separate UI.
2914
2915 2016-06-21 Pedro Alves <palves@redhat.com>
2916
2917 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
2918 (test_awatch_creation_and_listing)
2919 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
2920 Remove 'type' parameter.
2921 (test_watchpoint_all): New parameter mi_mode. Remove
2922 with_test_prefix.
2923 (top level): Use foreach_with_prefix, and add main/separate UI MI
2924 testing axis.
2925
2926 2016-06-21 Pedro Alves <palves@redhat.com>
2927
2928 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
2929 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
2930 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
2931 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
2932 (gdb_main_spawn_id, mi_spawn_id): Declare and
2933 comment.
2934 (mi_create_inferior_pty): New procedure,
2935 factored out from default_mi_gdb_start.
2936 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
2937 procedures.
2938 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
2939 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
2940 Use mi_create_inferior_pty.
2941 (mi_gdb_start): Use eval to pass down args list.
2942
2943 2016-06-21 Pedro Alves <palves@redhat.com>
2944
2945 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
2946 * gdb.opt/inline-cmds.exp: Add MI tests.
2947
2948 2016-06-21 Pedro Alves <palves@redhat.com>
2949
2950 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
2951
2952 2016-06-21 Pedro Alves <palves@redhat.com>
2953
2954 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
2955 (top level): Use it instead of mi_execute_to.
2956
2957 2016-06-21 Pedro Alves <palves@redhat.com>
2958
2959 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
2960 (cont_handler_str): New.
2961 (signal_stop_handler): Set stop_handler_str instead of printing to
2962 stdout.
2963 (continue_handler): Set cont_handler_str instead of printing to
2964 stdout.
2965 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
2966 mi_send_resuming_command. Print stop_handler_str and
2967 cont_handler_str instead of expecting the python events print
2968 directly.
2969
2970 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2971
2972 * gdb.base/jit-reader.exp: New file.
2973 * gdb.base/jithost.c: New file.
2974 * gdb.base/jithost.h: New file.
2975 * gdb.base/jitreader.c : New file.
2976 * gdb.base/jit-protocol.h: New file.
2977
2978 2016-06-17 Yao Qi <yao.qi@linaro.org>
2979
2980 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
2981 parameters follow_fork and detach_on_fork. Set follow-fork-mode
2982 and detach-on-fork. Adjust tests.
2983 (top level): Invoke break_cond_on_syscall with combinations of
2984 syscall, follow-fork-mode and detach-on-fork.
2985
2986 2016-06-17 Yao Qi <yao.qi@linaro.org>
2987
2988 * gdb.base/step-over-exit.c: New.
2989 * gdb.base/step-over-exit.exp: New.
2990
2991 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
2992
2993 * gdb.base/float.exp: Add target check for nds32*-*-*.
2994 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
2995
2996 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
2997
2998 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
2999 for unsupported target features.
3000 * gdb.base/call-rt-st.exp: Likewise.
3001 * gdb.base/call-sc.exp: Likewise.
3002 * gdb.base/call-signal-resume.exp: Likewise.
3003 * gdb.base/call-strs.exp: Likewise.
3004 * gdb.base/callexit.exp: Likewise.
3005 * gdb.base/callfuncs.exp: Likewise.
3006 * gdb.base/nodebug.exp: Likewise.
3007 * gdb.base/printcmds.exp: Likewise.
3008 * gdb.base/ptype.exp: Likewise.
3009 * gdb.base/structs.exp: Likewise.
3010 * gdb.base/unwindonsignal.exp: Likewise.
3011 * gdb.cp/gdb2495.exp: Likewise.
3012 * gdb.cp/templates.exp: Likewise.
3013 * gdb.cp/virtfunc.exp: Likewise.
3014 * gdb.threads/hand-call-in-threads.exp: Likewise.
3015 * gdb.threads/interrupted-hand-call.exp: Likewise.
3016 * gdb.threads/thread-unwindonsignal.exp: Likewise.
3017
3018 2016-06-10 Tom Tromey <tom@tromey.com>
3019
3020 PR rust/20110:
3021 * gdb.rust/expr.exp: Add test for integer constant larger than
3022 i32.
3023
3024 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
3025
3026 * gdb.fortran/nested-funcs.exp: New.
3027 * gdb.fortran/nested-funcs.f90: New.
3028
3029 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
3030
3031 * gdb.base/examine-backward.c: New file.
3032 * gdb.base/examine-backward.exp: New file.
3033
3034 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
3035
3036 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3037 matching.
3038
3039 2016-06-02 Tom Tromey <tom@tromey.com>
3040
3041 PR python/18984:
3042 * gdb.python/py-shared.exp: Add solib_name test.
3043
3044 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
3045
3046 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
3047
3048 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
3049
3050 PR c++/19893
3051 * gdb.dwarf2/implref.exp: Rename to...
3052 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
3053 * gdb.dwarf2/implref-array.c: New file.
3054 * gdb.dwarf2/implref-array.exp: Likewise.
3055 * gdb.dwarf2/implref-global.c: Likewise.
3056 * gdb.dwarf2/implref-global.exp: Likewise.
3057 * gdb.dwarf2/implref-struct.c: Likewise.
3058 * gdb.dwarf2/implref-struct.exp: Likewise.
3059
3060 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3061
3062 * gdb.trace/trace-condition.exp: Add 64bit tests.
3063
3064 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3065
3066 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3067 bits types.
3068 (main): Adapt to 8 to 64 bits types.
3069 * gdb.trace/trace-condition.exp: Add new tests.
3070
3071 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3072
3073 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3074
3075 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3076
3077 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3078 Move condition tests...
3079 * gdb.trace/trace-condition.exp: Here.
3080
3081 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3082
3083 * gdb.trace/trace-condition.exp: Add counter-case tests.
3084
3085 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3086
3087 PR c++/15231
3088 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3089 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3090
3091 2016-05-27 Pedro Alves <palves@redhat.com>
3092
3093 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3094 New procedure.
3095 (top level): Call it, and bail out of DejaGnu is known to be bad.
3096
3097 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
3098
3099 * gdb.base/whatis.c: Extend the test case.
3100 * gdb.base/whatis.exp: Add additional tests.
3101
3102 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3103
3104 * gdb.fortran/type.f90: Add pointer variable.
3105 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3106
3107 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3108
3109 * gdb.fortran/vla-type.exp: Fix testcase name.
3110
3111 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3112
3113 * gdb.fortran/vla-type.exp: Access elements in nested structs.
3114
3115 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3116
3117 * gdb.fortran/type.f90: Add nested structures.
3118 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3119 * gdb.fortran/derived-type.exp: Adapt expected output.
3120 * gdb.fortran/vla-type.exp: Adapt expected output.
3121
3122 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3123
3124 * gdb.fortran/whatis_type.exp: Adapt expected output.
3125
3126 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3127
3128 * gdb.fortran/print_type.exp: Fix expected output.
3129 * gdb.fortran/whatis_type.exp: Fix expected output.
3130
3131 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3132
3133 * gdb.fortran/whatis_type.exp: Use multi_line.
3134
3135 2016-05-24 Tom Tromey <tom@tromey.com>
3136
3137 PR python/17386:
3138 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3139 use value as an index.
3140
3141 2016-05-23 Tom Tromey <tom@tromey.com>
3142
3143 PR python/17981:
3144 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3145 no-breakpoint case.
3146
3147 2016-05-24 Pedro Alves <palves@redhat.com>
3148
3149 PR gdb/19828
3150 * gdb.threads/clone-attach-detach.c: New file.
3151 * gdb.threads/clone-attach-detach.exp: New file.
3152
3153 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3154
3155 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3156
3157 2016-05-23 Tom Tromey <tom@tromey.com>
3158
3159 PR python/19438, PR python/18393:
3160 * gdb.python/py-progspace.exp: Add "dir" test.
3161 * gdb.python/py-objfile.exp: Add "dir" test.
3162
3163 2016-05-23 Yao Qi <yao.qi@linaro.org>
3164
3165 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3166 * gdb.arch/thumb2-it.exp: Likewise.
3167
3168 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3169
3170 * gdb.mi/mi-threads-interrupt.c: New file.
3171 * gdb.mi/mi-threads-interrupt.exp: New file.
3172
3173 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3174
3175 PR gdb/18077
3176 * gdb.mi/mi-async-run.exp: New file.
3177 * gdb.mi/mi-async-run.c: New file.
3178
3179 2016-05-17 Tom Tromey <tom@tromey.com>
3180 Manish Goregaokar <manishsmail@gmail.com>
3181
3182 * lib/rust-support.exp: New file.
3183 * lib/gdb.exp (skip_rust_tests): New proc.
3184 (build_executable_from_specs): Handle rust.
3185 * lib/future.exp (gdb_find_rustc): New proc.
3186 (gdb_default_target_compile): Handle rust.
3187 * gdb.rust/expr.exp: New file.
3188 * gdb.rust/generics.exp: New file.
3189 * gdb.rust/generics.rs: New file.
3190 * gdb.rust/methods.exp: New file.
3191 * gdb.rust/methods.rs: New file.
3192 * gdb.rust/modules.exp: New file.
3193 * gdb.rust/modules.rs: New file.
3194 * gdb.rust/simple.exp: New file.
3195 * gdb.rust/simple.rs: New file.
3196
3197 2016-05-17 Tom Tromey <tom@tromey.com>
3198
3199 * gdb.base/default.exp (set language): Add rust.
3200
3201 2016-05-17 Tom Tromey <tom@tromey.com>
3202
3203 * gdb.gdb/unittest.exp: New file.
3204
3205 2016-05-16 Yao Qi <yao.qi@linaro.org>
3206
3207 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3208 shell_prompt. Update shell_prompt_re.
3209
3210 2016-05-12 Doug Evans <dje@google.com>
3211
3212 PR symtab/19999
3213 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3214 $options when building executable.
3215 * gdb.dwarf2/fission-loclists-pie.S: New file.
3216 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3217
3218 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3219
3220 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3221 of [is_remote target],
3222
3223 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3224
3225 * lib/gdb.exp (use_gdb_stub): New procedure.
3226
3227 2016-05-03 Yunlian Jiang <yunlian@google.com>
3228 Doug Evans <dje@google.com>
3229
3230 PR symtab/19914
3231 * gdb.dwarf2/dwp-sepdebug.c: New file.
3232 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3233
3234 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3235
3236 * gdb.base/detach.exp: Remove is_remote check.
3237
3238 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3239
3240 * gdb.base/annota-input-while-running.exp: Don't check for
3241 [is_remote target]. Enable annotations after running to main.
3242 Remove unused "set test..." line.
3243
3244 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3245
3246 * gdb.trace/trace-enable-disable.exp: New file.
3247 * gdb.trace/trace-enable-disable.c: New file.
3248
3249 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3250
3251 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3252 use it in info sharedlibrary test.
3253 * gdb.trace/ftrace-lock.exp: Likewise.
3254 * gdb.trace/ftrace.exp: Likewise.
3255 * gdb.trace/range-stepping.exp: Likewise.
3256 * gdb.trace/trace-break.exp: Likewise.
3257 * gdb.trace/trace-condition.exp: Likewise.
3258 * gdb.trace/trace-mt.exp: Likewise.
3259
3260 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3261
3262 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3263 (gdb_load_shlib): ... this.
3264 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3265 gdb_load_shlib.
3266 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3267 * gdb.base/ctxobj.exp: Likewise.
3268 * gdb.base/dprintf-pending.exp: Likewise.
3269 * gdb.base/dso2dso.exp: Likewise.
3270 * gdb.base/fixsection.exp: Likewise.
3271 * gdb.base/gcore-relro.exp: Likewise.
3272 * gdb.base/gdb1555.exp: Likewise.
3273 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3274 * gdb.base/gnu-ifunc.exp: Likewise.
3275 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3276 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3277 * gdb.base/pending.exp: Likewise.
3278 * gdb.base/print-file-var.exp: Likewise.
3279 * gdb.base/print-symbol-loading.exp: Likewise.
3280 * gdb.base/shlib-call.exp: Likewise.
3281 * gdb.base/shreloc.exp: Likewise.
3282 * gdb.base/so-impl-ld.exp: Likewise.
3283 * gdb.base/solib-disc.exp: Likewise.
3284 * gdb.base/solib-nodir.exp: Likewise.
3285 * gdb.base/solib-overlap.exp: Likewise.
3286 * gdb.base/solib-symbol.exp: Likewise.
3287 * gdb.base/solib-weak.exp (do_test): Likewise.
3288 * gdb.base/sym-file.exp: Likewise.
3289 * gdb.base/symtab-search-order.exp: Likewise.
3290 * gdb.base/type-opaque.exp: Likewise.
3291 * gdb.base/unload.exp: Likewise.
3292 * gdb.base/watchpoint-solib.exp: Likewise.
3293 * gdb.compile/compile.exp: Likewise.
3294 * gdb.cp/gdb2384.exp: Likewise.
3295 * gdb.cp/infcall-dlopen.exp: Likewise.
3296 * gdb.cp/re-set-overloaded.exp: Likewise.
3297 * gdb.fortran/library-module.exp: Likewise.
3298 * gdb.opt/solib-intra-step.exp: Likewise.
3299 * gdb.python/py-finish-breakpoint.exp: Likewise.
3300 * gdb.python/py-shared.exp: Likewise.
3301 * gdb.reverse/solib-precsave.exp: Likewise.
3302 * gdb.reverse/solib-reverse.exp: Likewise.
3303 * gdb.server/solib-list.exp: Likewise.
3304 * gdb.threads/dlopen-libpthread.exp: Likewise.
3305 * gdb.threads/tls-shared.exp: Likewise.
3306 * gdb.threads/tls-so_extern.exp: Likewise.
3307 * gdb.trace/change-loc.exp: Likewise.
3308 * gdb.trace/ftrace-lock.exp: Likewise.
3309 * gdb.trace/ftrace.exp: Likewise.
3310 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3311 * gdb.trace/pending.exp: Likewise.
3312 * gdb.trace/range-stepping.exp: Likewise.
3313 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3314 (strace_info_marker): Likewise.
3315 (strace_probe_marker): Likewise.
3316 (strace_trace_on_same_addr): Likewise.
3317 (strace_trace_on_diff_addr): Likewise.
3318 * gdb.trace/trace-break.exp: Likewise.
3319 * gdb.trace/trace-condition.exp: Likewise.
3320 * gdb.trace/trace-mt.exp: Likewise.
3321
3322 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3323
3324 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3325 result of gdb_remote_download.
3326 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3327 * gdb.base/dso2dso.exp: Likewise.
3328 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3329 * gdb.base/print-file-var.exp: Likewise.
3330 * gdb.base/shlib-call.exp: Likewise.
3331 * gdb.base/shreloc.exp: Likewise.
3332 * gdb.base/solib-overlap.exp: Likewise.
3333 * gdb.base/solib-weak.exp (do_test): Likewise.
3334 * gdb.base/unload.exp: Likewise.
3335
3336 2016-04-27 Yao Qi <yao.qi@linaro.org>
3337
3338 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3339 exists.
3340
3341 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3342
3343 * vla-type.exp: Print structure from toplevel.
3344
3345 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3346
3347 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3348 of dynamic types.
3349 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3350 of dynamic types.
3351
3352 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3353
3354 * gdb.fortran/vla-type.f90: New file.
3355 * gdb.fortran/vla-type.exp: New file.
3356
3357 2016-04-25 Yao Qi <yao.qi@linaro.org>
3358
3359 * gdb.base/branch-to-self.c: New file.
3360 * gdb.base/branch-to-self.exp: New file.
3361
3362 2016-04-22 Yao Qi <yao.qi@linaro.org>
3363
3364 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3365 more after $hex.
3366
3367 2016-04-22 Yao Qi <yao.qi@linaro.org>
3368
3369 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3370 * gdb.base/annota3.exp: Likewise.
3371
3372 2016-04-22 Yao Qi <yao.qi@linaro.org>
3373
3374 * gdb.reverse/step-precsave.exp: Do one step and test program
3375 stops in "callee" and do multiple steps until program goes out
3376 of "callee".
3377 * gdb.reverse/step-reverse.exp: Likewise.
3378
3379 2016-04-22 Yao Qi <yao.qi@linaro.org>
3380
3381 * gdb.trace/signal.exp: Also pass if
3382 $tracepoint_hits($i) > $iterations.
3383
3384 2016-04-22 Yao Qi <yao.qi@linaro.org>
3385
3386 * gdb.trace/signal.c: New file.
3387 * gdb.trace/signal.exp: New file.
3388
3389 2016-04-19 Doug Evans <xdje42@gmail.com>
3390
3391 * gdb.base/bad-file.exp: New file.
3392
3393 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3394
3395 * gdb.dwarf2/implref.exp: New file.
3396
3397 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3398
3399 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3400 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3401 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3402 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3403 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3404 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3405 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3406 * lib/fortran.exp (fortran_int4): New procedure.
3407 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3408 (fortran_logical4): Likewise.
3409
3410 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3411
3412 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3413
3414 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3415
3416 * lib/compiler.c: Add Intel specific preprocessor macros.
3417 * lib/compiler.cc: Likewise.
3418
3419 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
3420
3421 * gdb.server/connect-with-no-symbol-file.c: New file.
3422 * gdb.server/connect-with-no-symbol-file.exp: New file.
3423
3424 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3425
3426 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3427
3428 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3429
3430 * boards/gdbserver-base.exp (${board}_download): Copy source file to
3431 standard output directory.
3432
3433 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
3434
3435 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3436
3437 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
3438
3439 * gdb.btrace/instruction_history.c (loop): Add declaration.
3440
3441 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3442
3443 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3444
3445 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
3446
3447 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3448 parentheses to print.
3449 (continue_handler): Likewise.
3450
3451 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
3452
3453 * gdb.server/solib-list.exp: Remove is_remote check.
3454 Pass shlib= to gdb_compile. Don't link shared library with
3455 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
3456 Run binary filename through "readlink -f" on the target.
3457
3458 2016-04-08 Pedro Alves <palves@redhat.com>
3459
3460 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
3461 interpreter filename as argument to gdbserver_spawn.
3462 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3463 Return empty if $last_loaded_file does not exist.
3464
3465 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3466
3467 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3468 * gdb.base/jit-main.c: Use exit after usage.
3469
3470 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3471
3472 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3473 GDBHISTSIZE prior to the tests.
3474 * gdb.base/gdbinit-history.exp: Likewise.
3475
3476 2016-04-07 Pedro Alves <palves@redhat.com>
3477
3478 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3479 instead of build_executable. Use gdb_load_shlibs.
3480
3481 2016-04-07 Yao Qi <yao.qi@linaro.org>
3482
3483 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3484 Execute "si" command.
3485
3486 2016-04-07 Yao Qi <yao.qi@linaro.org>
3487
3488 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3489 number instead of the comments on some line.
3490
3491 2016-04-06 Don Breazeal <donb@codesourcery.com>
3492
3493 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3494 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3495
3496 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
3497
3498 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3499 standard_output_file. Remove unused binfile variable.
3500
3501 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
3502
3503 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3504 * gdb.python/py-mi-objfile.exp: Match "list main" output
3505 in console format.
3506
3507 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
3508
3509 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3510 absolute.
3511
3512 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3513
3514 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3515 absolute.
3516 * gdb.trace/ftrace.exp: Likewise.
3517 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3518 targets as well.
3519 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3520 (gdb_load_shlibs): Copy libraries to test directory when testing
3521 natively. Only set solib-search-path if testing remotely.
3522 * lib/mi-support.exp (mi_load_shlibs): Likewise.
3523
3524 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3525
3526 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3527 gdb_download. Use it even if the target is not remote.
3528 * gdb.base/jit.exp (compile_jit_test): Likewise.
3529 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3530 output directory if the destination board is local, otherwise use
3531 the standard remote_download from DejaGnu.
3532 (gdb_download): Remove.
3533 (gdb_load_shlibs): Use gdb_remote_download instead of
3534 gdb_download.
3535 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3536 Use gdb_remote_download instead of gdb_download. Use it even if
3537 the target is not remote.
3538 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3539 instead of gdb_download.
3540
3541 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
3542
3543 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3544 (test_insert_delete_modify): Call mi_load_shlibs before trying to
3545 run.
3546
3547 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
3548
3549 PR gdb/19820
3550 * gdb.base/printcmds.exp: Add artificial arrays tests.
3551
3552 2016-03-31 Pedro Alves <palves@redhat.com>
3553
3554 PR gdb/19858
3555 * gdb.base/jit-main.c: Include unistd.h.
3556 (ATTACH): Define to 0 if not already defined.
3557 (wait_for_gdb, mypid): New globals.
3558 (WAIT_FOR_GDB): New macro.
3559 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
3560 some breakpoint locations.
3561 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3562 New procedures.
3563 (one_jit_test): Add REATTACH parameter, and handle it. Use
3564 continue_to_test_location.
3565 (top level): Test attach, and adjusts calls to one_jit_test.
3566
3567 2016-03-31 Pedro Alves <palves@redhat.com>
3568
3569 PR gdb/19858
3570 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
3571 BINSUFFIX parameter, and handle it.
3572 (top level): Adjust calls compile_jit_test.
3573
3574 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
3575
3576 PR python/19743
3577 * gdb.python/py-mi-events-gdb.py: New file.
3578 * gdb.python/py-mi-events.c: New file.
3579 * gdb.python/py-mi-events.exp: New file.
3580
3581 2016-03-30 Yao Qi <yao.qi@linaro.org>
3582
3583 * gdb.reverse/until-precsave.exp: Match function name only.
3584 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3585 Move malloc to a condition block.
3586 * gdb.reverse/until-reverse.exp: Match function name only.
3587
3588 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
3589
3590 * gdb.trace/ftrace.exp: Set arg0exp for s390.
3591 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3592 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3593 variable for GPR 0 instead of assuming it is register 0.
3594 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
3595 * lib/trace-support.exp: Add s390 registers.
3596
3597 2016-03-29 Yao Qi <yao.qi@linaro.org>
3598
3599 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
3600
3601 2016-03-24 Yao Qi <yao.qi@linaro.org>
3602
3603 * gdb.reverse/break-reverse.exp: Add quotation mark in the
3604 test message.
3605
3606 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3607
3608 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
3609 maintaining separate logic for constructing the output path.
3610
3611 2016-03-16 Don Breazeal <donb@codesourcery.com>
3612
3613 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3614 Retry fork and waitpid on interrupted system call errors.
3615 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3616 Use with_timeout_factor to increase timeout by factor of 10.
3617
3618 2016-03-15 Don Breazeal <donb@codesourcery.com>
3619
3620 * gdb.cp/scope-err.cc: New test program.
3621 * gdb.cp/scope-err.exp: New test script.
3622 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
3623 lines and "set breakpoint here" comment.
3624 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
3625 Fixed some whitespace and format issues.
3626 * gdb.mi/mi-linespec-err-cp.cc: New test program.
3627 * gdb.mi/mi-linespec-err-cp.exp: New test script.
3628
3629 2016-03-15 Doug Evans <dje@google.com>
3630
3631 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
3632 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
3633 All callers updated. Add tests for enums, mixed flags register.
3634
3635 2016-03-15 Doug Evans <dje@google.com>
3636
3637 * gdb.base/skip.c (main): Call test_skip_file_and_function.
3638 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
3639
3640 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
3641
3642 * gdb.base/default.exp: Add $_as_string to the list of expected
3643 convenience functions.
3644
3645 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
3646
3647 * gdb.base/maint.exp: New tests for 'maint info line-table'.
3648
3649 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
3650
3651 * gdb.python/py-as-string.exp: New file.
3652 * gdb.python/py-as-string.c: New file.
3653
3654 2016-03-09 Pedro Alves <palves@redhat.com>
3655
3656 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
3657 signal" -> "Thread NN received signal" output change.
3658 * gdb.threads/ia64-sigill.exp: Likewise.
3659 * gdb.threads/linux-dp.exp: Likewise.
3660 * gdb.threads/manythreads.exp: Likewise.
3661 * gdb.threads/pending-step.exp: Likewise.
3662 * gdb.threads/print-threads.exp: Likewise.
3663 * gdb.threads/sigstep-threads.exp: Likewise.
3664 * gdb.threads/staticthreads.exp: Likewise.
3665 * gdb.threads/tls.exp: Likewise.
3666
3667 2016-03-09 Pedro Alves <palves@redhat.com>
3668
3669 * gdb.base/command-line-input.exp: New file.
3670
3671 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3672
3673 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
3674 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
3675 * gdb.trace/pending.exp: Accept leading dot before function name.
3676 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
3677 * lib/trace-support.exp: Set registers for ppc.
3678
3679 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3680
3681 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
3682 use it for disassembly; accept .main in addition to main in backtrace.
3683
3684 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
3685 Marcin Kościelnicki <koriakin@0x04.net>
3686
3687 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
3688 (gdb_recursion_test_ptr): New global variable.
3689 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
3690 gdb_recursion_test.
3691 (gdb_c_test): Ditto.
3692
3693 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3694
3695 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
3696 ordering.
3697
3698 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3699
3700 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
3701 (bar): Add bar_start_lbl label.
3702 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
3703 of foo/bar for emitting DWARF and tracing.
3704
3705 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
3706
3707 * analyze-racy-logs.py: Set executable bit.
3708
3709 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
3710
3711 * Makefile.in (DEFAULT_RACY_ITER): New variable.
3712 (CHECK_TARGET_TMP): Likewise.
3713 (check-single-racy): New rule.
3714 (check-parallel-racy): Likewise.
3715 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
3716 (do-check-parallel-racy): New rule.
3717 (check-racy/%.exp): Likewise.
3718 * README (Racy testcases): New section.
3719 * analyze-racy-logs.py: New file.
3720
3721 2016-03-03 Doug Evans <dje@google.com>
3722
3723 * gdb.base/skip.exp: Use with_test_prefix.
3724
3725 2016-03-03 Yao Qi <yao.qi@linaro.org>
3726
3727 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
3728 Invoke step_over_syscall "clone" and break_cond_on_syscall
3729 "clone".
3730 * gdb.base/step-over-clone.c: New file.
3731
3732 2016-03-03 Yao Qi <yao.qi@linaro.org>
3733
3734 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
3735 code format.
3736
3737 2016-03-03 Yao Qi <yao.qi@linaro.org>
3738
3739 * gdb.base/disp-step-fork.c: Rename to ...
3740 * gdb.base/step-over-fork.c: ... it. New file.
3741 * gdb.base/disp-step-vfork.c: Rename to ...
3742 * gdb.base/step-over-vfork.c: ... it. New file.
3743 * gdb.base/disp-step-syscall.exp: Rename to ...
3744 * gdb.base/step-over-syscall.exp: ... it. New file.
3745 (disp_step_cross_syscall): Rename to ...
3746 (step_over_syscall): ... it.
3747
3748 2016-03-03 Yao Qi <yao.qi@linaro.org>
3749
3750 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
3751 If target supports condition evaluation on target, invoke
3752 break_cond_on_syscall for fork and vfork.
3753
3754 2016-03-03 Yao Qi <yao.qi@linaro.org>
3755
3756 * gdb.base/disp-step-syscall.exp: Don't invoke
3757 support_displaced_stepping.
3758 (disp_step_cross_syscall): Test with displaced stepping off and
3759 on if supported.
3760
3761 2016-03-03 Yao Qi <yao.qi@linaro.org>
3762
3763 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
3764 proc.
3765 (setup): New proc.
3766 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
3767 and setup.
3768
3769 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3770
3771 * gdb.fortran/vla-history.exp: Remove breakpoint.
3772
3773 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3774
3775 * gdb.fortran/vla-history.exp: Lookup array elements and printing
3776 exceeds timeout.
3777
3778 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3779
3780 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
3781 breakpoint.
3782
3783 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3784
3785 * gdb.mi/vla.f90: Nullify pointer after declaration.
3786
3787 2016-03-01 Pedro Alves <palves@redhat.com>
3788
3789 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
3790
3791 2016-03-01 Pedro Alves <palves@redhat.com>
3792
3793 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
3794 before anything else.
3795 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
3796 _GNU_SOURCE here.
3797 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
3798 before anything else.
3799 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
3800
3801 2016-03-01 Pedro Alves <palves@redhat.com>
3802
3803 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
3804
3805 2016-03-01 Yao Qi <yao.qi@linaro.org>
3806
3807 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
3808 prepare_for_testing.
3809
3810 2016-03-01 Yao Qi <yao.qi@linaro.org>
3811
3812 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
3813
3814 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3815
3816 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
3817 manually constructing the output path.
3818
3819 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3820
3821 * gdb.arch/s390-stackless.S: New.
3822 * gdb.arch/s390-stackless.exp: New.
3823
3824 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
3825
3826 * gdb.dlang/circular.c: New file.
3827 * gdb.dlang/circular.exp: New file.
3828
3829 2016-02-26 Yao Qi <yao.qi@linaro.org>
3830
3831 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
3832 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
3833 (testcases): Update.
3834
3835 2016-02-26 Yao Qi <yao.qi@linaro.org>
3836
3837 * gdb.reverse/aarch64.c: Rename to ...
3838 * gdb.reverse/insn-reverse.c: ... it.
3839 * gdb.reverse/aarch64.exp: Rename to ...
3840 * gdb.reverse/insn-reverse.exp: ... it.
3841
3842 2016-02-26 Yao Qi <yao.qi@linaro.org>
3843
3844 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
3845 (testcase_ftype): New.
3846 (testcases): New array.
3847 (n_testcases): New.
3848 (main): Call each element in testcases.
3849 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
3850 (read_testcase): New.
3851 Do the tests in a loop.
3852
3853 2016-02-25 Yao Qi <yao.qi@linaro.org>
3854
3855 * gdb.base/branches.c: Remove.
3856
3857 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3858
3859 PR gdb/13808
3860 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
3861
3862 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3863
3864 * gdb.trace/ftrace.exp: Remove unnecessary target check.
3865
3866 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3867
3868 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
3869 change x86_64 call_insn to 'callq'.
3870
3871 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3872
3873 * gdb.trace/tfile-avx.c: Move to...
3874 * gdb.trace/tracefile-pseudo-reg.c: Here.
3875 * gdb.trace/tfile-avx.exp: Move to...
3876 * gdb.trace/tracefile-pseudo-reg.exp: Here.
3877
3878 2016-02-24 Gary Benson <gbenson@redhat.com>
3879
3880 * gdb.base/attach-pie-noexec.exp: Do not expect an error
3881 message on attach.
3882
3883 2016-02-23 Doug Evans <dje@google.com>
3884
3885 * gdb.base/skip.c (test_skip): New function.
3886 (end_test_skip_file_and_function): New function.
3887 (test_skip_file_and_function): New function.
3888 * gdb.base/skip1.c (test_skip): New function.
3889 (skip1_test_skip_file_and_function): New function.
3890 * gdb.base/skip.exp: Add tests for new skip options.
3891 * gdb.base/skip-solib.exp: Update expected output.
3892 * gdb.perf/skip-command.cc: New file.
3893 * gdb.perf/skip-command.exp: New file.
3894 * gdb.perf/skip-command.py: New file.
3895
3896 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
3897
3898 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
3899 info registers pattern.
3900
3901 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
3902
3903 * lib/future.exp: Add D support.
3904 (gdb_find_gdc): New proc.
3905 (gdb_default_target_compile): Add D support.
3906
3907 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
3908
3909 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
3910 user+system time.
3911 (trace_speed_test): Determine the iteration count for a time
3912 between 15..30 seconds.
3913
3914 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
3915
3916 * gdb.arch/i386-mpx-sigsegv.c: New file.
3917 * gdb.arch/i386-mpx-sigsegv.exp: New file.
3918 * gdb.arch/i386-mpx-simple_segv.c: New file.
3919 * gdb.arch/i386-mpx-simple_segv.exp: New file.
3920
3921 2016-02-18 Yao Qi <yao.qi@linaro.org>
3922
3923 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3924 Don't call setup_kfail.
3925
3926 2016-02-18 Yao Qi <yao.qi@linaro.org>
3927
3928 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3929 Set "set breakpoint condition-evaluation" per $cond_bp_target.
3930
3931 2016-02-16 Doug Evans <dje@google.com>
3932
3933 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
3934 * gdb.base/skip1.c: Ditto.
3935 * gdb.base/skip.exp: Whitespace cleanup.
3936
3937 2016-02-16 Don Breazeal <donb@codesourcery.com>
3938
3939 PR remote/19496
3940 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3941 Remove kfail for PR remote/19496.
3942
3943 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
3944
3945 * lib/gdb.exp (standard_temp_file): Return a path specific to
3946 the runtest invocation.
3947
3948 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
3949
3950 * gdb.trace/save-trace.exp: Change relative path to be in the
3951 standard output directory.
3952
3953 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3954
3955 * gdb.arch/i386-prologue.c: Add missing prototypes.
3956
3957 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3958
3959 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
3960 * gdb.arch/i386-prologue.exp: Likewise.
3961 * gdb.arch/i386-size.exp: Likewise.
3962
3963 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
3964
3965 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
3966 define object file path.
3967 * gdb.btrace/gcore.exp: Use standard_output_file to define core
3968 file path.
3969 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
3970 standard_output_file to define binfile.
3971
3972 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3973
3974 Fix compatibility with recent gfortran-5.3.1.
3975 * gdb.fortran/vla-history.exp (print vla1 allocated)
3976 (print vla2 allocated, print $2, print $3): Remove
3977 (print $4): Rename to ...
3978 (print $2): ... here.
3979 (print $9): Rename to ...
3980 (print $5): ... here.
3981 (print $10): Rename to ...
3982 (print $6): ... here.
3983 * gdb.fortran/vla.f90: Add pvla initialization.
3984
3985 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3986
3987 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
3988 New test.
3989 * gdb.fortran/vla-value-sub.exp: Likewise.
3990
3991 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
3992
3993 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
3994
3995 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
3996
3997 * i386-biarch-core.exp: Define corefile using
3998 standard_output_file.
3999
4000 2016-02-12 Yao Qi <yao.qi@linaro.org>
4001
4002 * gdb.arch/arm-single-step-kernel-helper.c: New.
4003 * gdb.arch/arm-single-step-kernel-helper.exp: New.
4004
4005 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4006
4007 * gdb.btrace/tailcall-only.exp: New.
4008 * gdb.btrace/tailcall-only.c: New.
4009 * gdb.btrace/x86_64-tailcall-only.S: New.
4010 * gdb.btrace/i686-tailcall-only.S: New.
4011
4012 2016-02-11 Pedro Alves <palves@redhat.com>
4013
4014 * README (Parallel testing): Add missing double quotes.
4015
4016 2016-02-11 Pedro Alves <palves@redhat.com>
4017
4018 * README (Parallel testing): New section.
4019 (GDB_PARALLEL): Rewrite.
4020 (FORCE_PARALLEL): Document.
4021
4022 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
4023
4024 * gdb.trace/tfile-avx.c: New test.
4025 * gdb.trace/tfile-avx.exp: New test.
4026
4027 2016-02-09 Keith Seitz <keiths@redhat.com>
4028
4029 PR breakpoints/19546
4030 * gdb.base/infcall-exec.c: New file.
4031 * gdb.base/infcall-exec2.c: New file.
4032 * gdb.base/infcall-exec.exp: New file.
4033
4034 2016-02-09 Keith Seitz <keiths@redhat.com>
4035
4036 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4037 (toplevel): Call test_bkpt_address.
4038
4039 2016-02-09 Keith Seitz <keiths@redhat.com>
4040
4041 PR python/19506
4042 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
4043 (toplevel): Call test_bkpt_address.
4044
4045 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
4046
4047 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4048 to AC_OUTPUT.
4049 * configure: Regenerate.
4050
4051 2016-02-09 Pedro Alves <palves@redhat.com>
4052
4053 PR breakpoints/19548
4054 * gdb.base/execl-update-breakpoints.c (some_function): New
4055 function.
4056 (main): Call it.
4057 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4058 Tighten expected GDB output.
4059
4060 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4061
4062 * Makefile.in (ALL_SUBDIRS): Remove.
4063 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4064 (distclean maintainer-clean realclean): Likewise.
4065 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4066 * configure: Regenerate.
4067 * gdb.ada/Makefile.in: Delete.
4068 * gdb.arch/Makefile.in: Likewise.
4069 * gdb.asm/Makefile.in: Likewise.
4070 * gdb.base/Makefile.in: Likewise.
4071 * gdb.btrace/Makefile.in: Likewise.
4072 * gdb.cell/Makefile.in: Likewise.
4073 * gdb.compile/Makefile.in: Likewise.
4074 * gdb.cp/Makefile.in: Likewise.
4075 * gdb.disasm/Makefile.in: Likewise.
4076 * gdb.dlang/Makefile.in: Likewise.
4077 * gdb.dwarf2/Makefile.in: Likewise.
4078 * gdb.fortran/Makefile.in: Likewise.
4079 * gdb.gdb/Makefile.in: Likewise.
4080 * gdb.go/Makefile.in: Likewise.
4081 * gdb.guile/Makefile.in: Likewise.
4082 * gdb.java/Makefile.in: Likewise.
4083 * gdb.linespec/Makefile.in: Likewise.
4084 * gdb.mi/Makefile.in: Likewise.
4085 * gdb.modula2/Makefile.in: Likewise.
4086 * gdb.multi/Makefile.in: Likewise.
4087 * gdb.objc/Makefile.in: Likewise.
4088 * gdb.opencl/Makefile.in: Likewise.
4089 * gdb.opt/Makefile.in: Likewise.
4090 * gdb.pascal/Makefile.in: Likewise.
4091 * gdb.perf/Makefile.in: Likewise.
4092 * gdb.python/Makefile.in: Likewise.
4093 * gdb.reverse/Makefile.in: Likewise.
4094 * gdb.server/Makefile.in: Likewise.
4095 * gdb.stabs/Makefile.in: Likewise.
4096 * gdb.threads/Makefile.in: Likewise.
4097 * gdb.trace/Makefile.in: Likewise.
4098 * gdb.xml/Makefile.in: Likewise.
4099 * lib/gdb.exp (make_gdb_parallel_path): Add check for
4100 GDB_PARALLEL.
4101 (standard_output_file): Remove check for GDB_PARALLEL, always
4102 return path in outputs/$subdir/$testname.
4103
4104 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4105
4106 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4107 (site.exp): Assign abs_srcdir to tcl's srcdir.
4108
4109 2016-02-04 Yao Qi <yao.qi@linaro.org>
4110
4111 * gdb.base/foll-exec-mode.c: Include limits.h.
4112 (main): Add parameters argc and argv. Get directory from
4113 argv[0].
4114 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4115 compilation.
4116 * gdb.base/foll-exec.c: Include limits.h.
4117 (main): Add parameters argc and argv.
4118 Get directory from argv[0].
4119 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4120 Adjust tests on the number of lines as source code changed.
4121 * gdb.base/foll-vfork-exit.c: Include limits.h.
4122 (main): Add one line of statement before vfork.
4123 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4124 (main): Add parameters argc and argv. Get directory from
4125 argv[0].
4126 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4127 (setup_gdb): Set tbreak to skip some source lines.
4128 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4129 (main): Add parameters argc and argv. Get directory from
4130 argv[0].
4131 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4132 compilation.
4133 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4134 (main): Add parameters argc and argv. Get directory from
4135 argv[0].
4136 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4137 compilation.
4138
4139 2016-02-01 Doug Evans <dje@google.com>
4140
4141 * gdb.base/skip.exp: Clean up multiple references to same test name.
4142
4143 2016-02-01 Pedro Alves <palves@redhat.com>
4144
4145 PR remote/19496
4146 * gdb.threads/forking-threads-plus-breakpoint.exp
4147 (displaced_stepping_supported): New global.
4148 (probe_displaced_stepping_support): New procedure.
4149 (do_test): Add 'displaced' parameter, and use it.
4150 (top level): Check for displaced stepping support. Add displaced
4151 stepping on/off testing axis.
4152
4153 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4154
4155 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4156 pointer. Don't perform further tests on the unassociated pointer
4157 if the first test fails.
4158
4159 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4160
4161 * gdb.base/max-value-size.c: New file.
4162 * gdb.base/max-value-size.exp: New file.
4163 * gdb.base/huge.exp: Disable max-value-size for this test.
4164
4165 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4166
4167 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4168
4169 2016-01-28 Yao Qi <yao.qi@linaro.org>
4170
4171 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4172
4173 2016-01-25 Pedro Alves <palves@redhat.com>
4174
4175 PR threads/19461
4176 * gdb.base/fork-running-state.c: New file.
4177 * gdb.base/fork-running-state.exp: New file.
4178
4179 2016-01-25 Pedro Alves <palves@redhat.com>
4180
4181 PR gdb/19494
4182 * gdb.base/catch-fork-kill.c: New file.
4183 * gdb.base/catch-fork-kill.exp: New file.
4184
4185 2016-01-25 Pedro Alves <palves@redhat.com>
4186
4187 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4188 Delete, moved to lib/gdb.exp.
4189 * gdb.threads/forking-threads-plus-breakpoint.exp
4190 (foreach_with_prefix): Likewise.
4191 * gdb.threads/process-dies-while-handling-bp.exp
4192 (foreach_with_prefix): Likewise.
4193 * lib/gdb.exp (foreach_with_prefix): New procedure.
4194
4195 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4196
4197 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4198 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4199
4200 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4201
4202 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4203 endian targets.
4204
4205 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4206 Pedro Alves <palves@redhat.com>
4207
4208 Fix testsuite compatibility with Guile.
4209 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4210 number.
4211
4212 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4213
4214 Fix testsuite compatibility with Guile.
4215 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4216 (thread 1): New test for backtrace through signal handler.
4217
4218 2016-01-22 Yao Qi <yao.qi@linaro.org>
4219
4220 PR testsuite/19491
4221 * gdb.base/multi-forks.c: Include
4222 ../lib/unbuffer_output.c
4223 (main): Call gdb_unbuffer_output.
4224
4225 2016-01-21 Doug Evans <dje@google.com>
4226
4227 * lib/ada.exp (gdb_compile_ada): Fix typo.
4228
4229 2016-01-21 Joel Brobecker <brobecker@adacore.com>
4230
4231 * gdb.base/break-fun-addr.exp: New file.
4232 * gdb.base/break-fun-addr1.c: New file.
4233 * gdb.base/break-fun-addr2.c: New file.
4234
4235 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4236
4237 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4238 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4239 enum flag values.
4240
4241 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4242
4243 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4244 when GDB can not set the vector return value. Add more comments
4245 for clarification.
4246
4247 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4248
4249 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4250 command.
4251
4252 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4253
4254 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4255
4256 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4257
4258 * Makefile.in (check-single): Pass --status to runtest.
4259 (check/%.exp): Likewise.
4260
4261 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4262
4263 * Makefile.in (check-parallel): Propagate return code from make
4264 do-check-parallel.
4265
4266 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4267
4268 * gdb.trace/ftrace.exp: Fix expected message on continue.
4269 * gdb.trace/pending.exp: Fix expected message on continue.
4270 * gdb.trace/trace-break.exp: Fix expected message on continue.
4271
4272 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4273
4274 * lib/gdb.exp (gdb_test): Remove unused global references.
4275
4276 2016-01-18 Pedro Alves <palves@redhat.com>
4277
4278 * gdb.base/async-shell.exp: Adjust expected output.
4279 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4280 * gdb.base/siginfo-thread.exp: Adjust expected output.
4281 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4282 * gdb.java/jnpe.exp: Adjust expected output.
4283 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4284 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4285 * gdb.threads/leader-exit.exp: Adjust expected output.
4286 * gdb.threads/manythreads.exp: Adjust expected output.
4287 * gdb.threads/pthreads.exp: Adjust expected output.
4288 * gdb.threads/schedlock.exp: Adjust expected output.
4289 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4290 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4291 expected output.
4292 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4293 output.
4294 * gdb.threads/sigthread.exp: Adjust expected output.
4295 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4296
4297 2016-01-18 Yao Qi <yao.qi@linaro.org>
4298
4299 * gdb.guile/scm-section-script.c: Replace @progbits with
4300 %progbits.
4301 * gdb.python/py-section-script.c: Likewise.
4302
4303 2016-01-15 Pedro Alves <palves@redhat.com>
4304
4305 * gdb.multi/tids.exp: Test star wildcard ranges.
4306
4307 2016-01-15 Pedro Alves <palves@redhat.com>
4308
4309 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4310 command from "thread apply" invocation.
4311 (thr_apply_info_thr_invalid): Default the expected output to the
4312 input tid list.
4313 (top level): Add tests that use convenience variables. Add tests
4314 for "thread apply" with a valid TID list, but missing the command.
4315
4316 2016-01-13 Pedro Alves <palves@redhat.com>
4317
4318 * gdb.base/default.exp: Expect $_gthread as well.
4319 * gdb.multi/tids.exp: Test $_gthread.
4320 * gdb.threads/thread-specific.exp: Test $_gthread.
4321
4322 2016-01-13 Pedro Alves <palves@redhat.com>
4323
4324 * gdb.multi/tids.exp: Test "info threads -gid".
4325
4326 2016-01-13 Pedro Alves <palves@redhat.com>
4327
4328 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4329 Breakpoint.thread.
4330 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4331
4332 2016-01-07 Pedro Alves <palves@redhat.com>
4333
4334 * gdb.base/break.exp: Adjust to output changes.
4335 * gdb.base/hbreak2.exp: Likewise.
4336 * gdb.base/sepdebug.exp: Likewise.
4337 * gdb.base/watch_thread_num.exp: Likewise.
4338 * gdb.linespec/keywords.exp: Likewise.
4339 * gdb.multi/info-threads.exp: Likewise.
4340 * gdb.threads/thread-find.exp: Likewise.
4341 * gdb.multi/tids.c: New file.
4342 * gdb.multi/tids.exp: New file.
4343
4344 2016-01-13 Pedro Alves <palves@redhat.com>
4345
4346 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4347
4348 2016-01-13 Pedro Alves <palves@redhat.com>
4349
4350 * gdb.base/default.exp: Expect $_inferior as well.
4351 * gdb.multi/base.exp: Test $_inferior.
4352
4353 2016-01-13 Pedro Alves <palves@redhat.com>
4354
4355 PR breakpoints/19388
4356 * gdb.base/catch-signal-siginfo-cond.c: New file.
4357 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4358
4359 2016-01-12 Josh Stone <jistone@redhat.com>
4360 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4361
4362 * gdb.base/catch-syscall.c (do_execve): New variable.
4363 (main): Conditionally trigger an execve.
4364 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4365 (test_catch_syscall_execve): New, check entry/return across execve.
4366 (do_syscall_tests): Call test_catch_syscall_execve.
4367
4368 2016-01-12 Pedro Alves <palves@redhat.com>
4369
4370 * gdb.base/random-signal.exp (do_test): New procedure, with body
4371 of testcase moved in.
4372
4373 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4374 Pedro Alves <palves@redhat.com>
4375
4376 * gdb.base/funcargs.exp (finish from indirectly called function):
4377 Reintroduce the case for 'First'.
4378
4379 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4380 Pedro Alves <palves@redhat.com>
4381
4382 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4383 (tcatch_vfork_then_child_follow_exec)
4384 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4385 identification.
4386
4387 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4388
4389 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4390 and repeats to unlimited.
4391 * gdb.python/py-value.exp: Likewise.
4392 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4393 and repeats to unlimited.
4394
4395 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4396
4397 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4398 and reordering the functions.
4399 * gdb.multi/hangout.c: Likewise.
4400 * gdb.multi/hello.c: Likewise.
4401
4402 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4403
4404 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4405 absolute.
4406 (SingleStatisticTestResult.report): Use dict.keys instead of
4407 dict.iterkeys.
4408
4409 2016-01-06 Pedro Alves <palves@redhat.com>
4410
4411 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4412
4413 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4414
4415 * gdb.btrace/dlopen.exp: New.
4416 * gdb.btrace/dlopen.c: New.
4417 * gdb.btrace/dlopen-dso.c: New.
4418
4419 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4420
4421 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4422 PATTERN argument is optional.
4423
4424 2015-12-24 Joel Brobecker <brobecker@adacore.com>
4425
4426 * lib/ada.exp (target_compile_ada_from_dir): New function.
4427 (gdb_compile_ada): Reimplement avoiding the use of project files.
4428 * gdb.ada/gnat_ada.gpr: Delete.
4429 * gdb.ada/cond_lang.exp: Adjust test to make path before
4430 filename optional.
4431 * gdb.ada/small_reg_param.exp: Likewise.
4432
4433 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
4434
4435 * gdb.base/foll-vork.exp: Remove HP-UX special case.
4436
4437 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
4438
4439 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4440 case.
4441
4442 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
4443
4444 * gdb.base/break.exp: Remove dead code.
4445 * gdb.base/sepdebug.exp: Likewise.
4446
4447 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4448
4449 * gdb.asm/asm-source.exp: Remove HP-UX references.
4450 * gdb.base/annota1.exp: Likewise.
4451 * gdb.base/annota3.exp: Likewise.
4452 * gdb.base/attach.exp: Likewise.
4453 * gdb.base/bigcore.exp: Likewise.
4454 * gdb.base/break.exp: Likewise.
4455 * gdb.base/call-ar-st.exp: Likewise.
4456 * gdb.base/callfuncs.exp: Likewise.
4457 * gdb.base/catch-fork-static.exp: Likewise.
4458 * gdb.base/display.exp: Likewise.
4459 * gdb.base/foll-exec-mode.exp: Likewise.
4460 * gdb.base/foll-exec.exp: Likewise.
4461 * gdb.base/foll-fork.exp: Likewise.
4462 * gdb.base/foll-vfork.exp: Likewise.
4463 * gdb.base/funcargs.exp: Likewise.
4464 * gdb.base/hbreak2.exp: Likewise.
4465 * gdb.base/inferior-died.exp: Likewise.
4466 * gdb.base/interrupt.exp: Likewise.
4467 * gdb.base/multi-forks.exp: Likewise.
4468 * gdb.base/nodebug.exp: Likewise.
4469 * gdb.base/sepdebug.exp: Likewise.
4470 * gdb.base/solib1.c: Likewise.
4471 * gdb.base/step-test.exp: Likewise.
4472 * gdb.mi/non-stop.c: Likewise.
4473 * gdb.mi/pthreads.c: Likewise.
4474 * gdb.multi/bkpt-multi-exec.ex: Likewise.
4475 * gdb.threads/pthreads.c: Likewise.
4476 * gdb.threads/staticthreads.exp: Likewise.
4477 * lib/future.exp: Likewise.
4478 * lib/gdb.exp: Likewise.
4479 * gdb.base/so-indr-cl.c: Remove.
4480 * gdb.base/so-indr-cl.exp: Likewise.
4481 * gdb.base/solib.c: Likewise.
4482 * gdb.base/solib.exp: Likewise.
4483 * gdb.base/solib2.c: Likewise.
4484
4485 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4486
4487 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4488 * gdb.base/call-ar-st.exp: Likewise.
4489 * gdb.base/callfuncs.exp: Likewise.
4490 * gdb.base/condbreak.exp: Likewise.
4491 * gdb.base/constvars.exp: Likewise.
4492 * gdb.base/hbreak2.exp: Likewise.
4493 * gdb.base/langs.exp: Likewise.
4494 * gdb.base/list.exp: Likewise.
4495 * gdb.base/long_long.exp: Likewise.
4496 * gdb.base/ptype.exp: Likewise.
4497 * gdb.base/scope.exp: Likewise.
4498 * gdb.base/signals.exp: Likewise.
4499 * gdb.base/so-impl-ld.exp: Likewise.
4500 * gdb.base/varargs.exp: Likewise.
4501 * gdb.base/volatile.exp: Likewise.
4502 * gdb.base/whatis.exp: Likewise.
4503 * gdb.cp/cplusfuncs.exp: Likewise.
4504 * gdb.cp/inherit.exp: Likewise.
4505 * gdb.cp/local.exp: Likewise.
4506 * gdb.cp/member-ptr.exp: Likewise.
4507 * gdb.cp/method.exp: Likewise.
4508 * gdb.cp/overload.exp: Likewise.
4509 * gdb.cp/templates.exp: Likewise.
4510 * gdb.stabs/weird.exp: Likewise.
4511 * lib/compiler.c: Likewise.
4512 * lib/compiler.cc: Likewise.
4513 * lib/cp-support.exp: Likewise.
4514 * lib/gdb.exp: Likewise.
4515
4516 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
4517
4518 * configure.ac: Remove HP-UX case.
4519 * configure: Regenerate.
4520
4521 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
4522
4523 * lib/gdb.exp (gdb_compile): Add function doc.
4524
4525 2015-12-17 Pedro Alves <palves@redhat.com>
4526
4527 PR threads/19354
4528 * gdb.multi/info-threads.exp: New file.
4529
4530 2015-12-15 Yao Qi <yao.qi@linaro.org>
4531
4532 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4533 is aarch64*-*-*.
4534
4535 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4536
4537 * gdb.base/history-duplicates.exp: Skip if no readline support.
4538
4539 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4540
4541 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4542
4543 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4544
4545 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4546
4547 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4548
4549 * gdb.base/completion.exp: Skip tests that interrupt GDB with
4550 ctrl-C if nointerrupts target property is set.
4551 * gdb.base/double-prompt-target-event-error.exp: Likewise.
4552 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4553 * gdb.base/paginate-bg-execution.exp: Likewise.
4554 * gdb.base/paginate-execution-startup.exp: Likewise.
4555 * gdb.base/random-signal.exp: Likewise.
4556 * gdb.base/range-stepping.exp: Likewise.
4557 * gdb.cp/annota2.exp: Likewise.
4558 * gdb.cp/annota3.exp: Likewise.
4559 * gdb.gdb/selftest.exp: Likewise.
4560 * gdb.threads/continue-pending-status.exp: Likewise.
4561 * gdb.threads/leader-exit.exp: Likewise.
4562 * gdb.threads/manythreads.exp: Likewise.
4563 * gdb.threads/pthreads.exp: Likewise.
4564 * gdb.threads/schedlock.exp: Likewise.
4565 * gdb.threads/sigthread.exp: Likewise.
4566
4567 2015-12-11 Don Breazeal <donb@codesourcery.com>
4568
4569 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4570 remote.
4571 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4572 * gdb.base/foll-exec.exp (main): Enable for target remote.
4573 * gdb.base/foll-fork.exp (main): Likewise.
4574 * gdb.base/foll-vfork.exp (main): Likewise.
4575 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4576 (proc continue_to_exit_bp_loc): Use clean_restart.
4577 * gdb.base/pie-execl.exp (main): Disable for target remote.
4578 * gdb.base/watch-vfork.exp (main): Enable for target remote.
4579 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4580 * gdb.threads/execl.exp (main): Likewise.
4581 * gdb.threads/fork-child-threads.exp (main): Likewise.
4582 * gdb.threads/fork-plus-threads.exp (main): Disable for target
4583 remote.
4584 * gdb.threads/fork-thread-pending.exp (main): Enable for target
4585 remote.
4586 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4587 pid.tid style ptids, instead of just tid.
4588 * gdb.threads/thread-execl.exp (main): Enable for target remote.
4589 * gdb.threads/watchpoint-fork.exp (main): Likewise.
4590 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4591 ptids, instead of just tid.
4592
4593 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4594
4595 * gdb.base/list.exp (test_list_forward): Add end of file error
4596 test.
4597 (test_repeat_list_command): Add end of file error test.
4598 (test_list_backwards): Add beginning of file error test.
4599
4600 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4601
4602 * gdb.base/list.exp (test_list_invalid_args): New function,
4603 defined, and called.
4604
4605 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4606
4607 * gdb.base/list.exp (test_list): Make test names unique.
4608
4609 2015-12-11 Yao Qi <yao.qi@linaro.org>
4610
4611 * gdb.base/coremaker2.c: Remove.
4612
4613 2015-12-10 Pedro Alves <palves@redhat.com>
4614
4615 * gdb.multi/base.exp: Remove stale "spaces" references.
4616
4617 2015-12-10 Pedro Alves <palves@redhat.com>
4618
4619 * gdb.multi/base.exp: Don't use nowarnings.
4620 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
4621 * gdb.multi/hangout.c: Include stdio.h.
4622 * gdb.multi/hello.c: Include stdlib.h.
4623 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
4624 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
4625 * gdb.multi/multi-arch.exp: Don't use nowarnings.
4626
4627 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
4628
4629 * gdb.dwarf2/dw2-ranges-base.c: New file.
4630 * gdb.dwarf2/dw2-ranges-base.exp: New file.
4631 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
4632 support additional line table, and debug ranges generation.
4633 (Dwarf::ranges): New function, generate .debug_ranges.
4634 (Dwarf::lines): Support generating simple line table programs.
4635 (Dwarf::assemble): Initialise new namespace variables.
4636
4637 2015-12-09 Kevin Buettner <kevinb@redhat.com>
4638
4639 * gdb.base/async.exp (proc test_background): Add case for
4640 asynchronous execution not supported.
4641
4642 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
4643
4644 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
4645 format and change test names to make them unique.
4646
4647 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
4648 Pedro Alves <pedro@redhat.com>
4649
4650 PR gdb/18702
4651 Add checking of floatformats setup on x86_64 hosts.
4652 * gdb.arch/i386-float.S (main): Load bigval and smallval.
4653 (smallval, bigval): New labels/constants.
4654 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
4655 float" after loading bigval and smallval.
4656
4657 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
4658
4659 * gdb.ada/fun_overload_menu.exp: New testcase.
4660 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
4661
4662 2015-12-04 Josh Stone <jistone@redhat.com>
4663
4664 * gdb.base/catch-fork-static.exp: New.
4665
4666 2015-12-03 Yao Qi <yao.qi@linaro.org>
4667
4668 * gdb.base/sizeof.c: Don't include stdio.h and
4669 ../lib/unbuffer_output.c.
4670 (main): New variable 'size' and 'value'. Remove printf and
4671 gdb_unbuffer_output. Assign return value to size and value.
4672 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
4673 at the beginning.
4674 (check_sizeof): Check the result by printing variable 'size'.
4675 (check_valueof): Check the result by printing variable 'value'.
4676
4677 2015-12-01 Yao Qi <yao.qi@linaro.org>
4678
4679 * gdb.base/disp-step-syscall.exp: Define syscall instruction
4680 for aarch64*-*-linux* target.
4681
4682 2015-11-30 Pedro Alves <palves@redhat.com>
4683
4684 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
4685
4686 2015-11-30 Pedro Alves <palves@redhat.com>
4687
4688 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
4689 Handle non-stop mode vCont replies.
4690
4691 2015-11-30 Pedro Alves <palves@redhat.com>
4692
4693 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
4694 prepare_for_testing. Start gdb with "set non-stop on" appended to
4695 GDBFLAGS. Lax expected stop output.
4696
4697 2015-11-27 Yao Qi <yao.qi@linaro.org>
4698
4699 * gdb.arch/arm-neon.exp: New.
4700 * gdb.arch/arm-neon.c: New.
4701
4702 2015-11-27 Yao Qi <yao.qi@linaro.org>
4703
4704 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
4705
4706 2015-11-27 Yao Qi <yao.qi@linaro.org>
4707
4708 * gdb.cp/annota2.exp: Allow multiple occurrences of the
4709 frames-invalid annotation.
4710
4711 2015-11-27 Yao Qi <yao.qi@linaro.org>
4712
4713 * gdb.cp/annota2.exp: Use ${frames_invalid}.
4714
4715 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
4716
4717 * gdb.threads/names.exp: New file.
4718 * gdb.threads/names.c: New file.
4719 * README: Mention gdb,no_thread_names.
4720
4721 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
4722
4723 PR 19297
4724 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
4725 support" error.
4726
4727 2015-11-24 Pedro Alves <palves@redhat.com>
4728
4729 PR 17539
4730 * gdb.base/display.exp: Expect displays to be sorted in ascending
4731 order. Use multi_line.
4732 * gdb.base/solib-display.exp: Likewise.
4733
4734 2015-11-24 Pedro Alves <palves@redhat.com>
4735
4736 PR 17539
4737 * gdb.base/display.exp: Expect displays to be sorted in ascending
4738 order. Use multi_line.
4739 * gdb.base/solib-display.exp: Likewise.
4740
4741 2015-11-24 Pedro Alves <palves@redhat.com>
4742
4743 PR 17539
4744 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
4745 threads in ascending order.
4746 * gdb.base/foll-fork.exp: Likewise.
4747 * gdb.base/foll-vfork.exp: Likewise.
4748 * gdb.base/multi-forks.exp: Likewise.
4749 * gdb.mi/mi-nonstop.exp: Likewise.
4750 * gdb.mi/mi-nsintrall.exp: Likewise.
4751 * gdb.multi/base.exp: Likewise.
4752 * gdb.multi/multi-arch.exp: Likewise.
4753 * gdb.python/py-inferior.exp: Likewise.
4754 * gdb.threads/break-while-running.exp: Likewise.
4755 * gdb.threads/execl.exp: Likewise.
4756 * gdb.threads/gcore-thread.exp: Likewise.
4757 * gdb.threads/info-threads-cur-sal.exp: Likewise.
4758 * gdb.threads/kill.exp: Likewise.
4759 * gdb.threads/linux-dp.exp: Likewise.
4760 * gdb.threads/multiple-step-overs.exp: Likewise.
4761 * gdb.threads/next-bp-other-thread.exp: Likewise.
4762 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
4763 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
4764 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
4765 * gdb.threads/thread-find.exp: Likewise.
4766 * gdb.threads/tls.exp: Likewise.
4767 * lib/mi-support.exp (mi_reverse_list): Delete.
4768 (mi_check_thread_states): No longer reverse list.
4769
4770 2015-11-24 Pedro Alves <palves@redhat.com>
4771
4772 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
4773 use lowercase.
4774
4775 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4776
4777 * gdb.trace/actions.c: Include trace-common.h.
4778 (main): Add a location for a fast tracepoint.
4779 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
4780 the normal tracepoints.
4781 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
4782
4783 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4784
4785 * save-trace.exp: Factor out code to these...
4786 (gdb_save_tracepoints): New.
4787 (gdb_load_tracepoints): New.
4788 (do_save_load_test): New.
4789
4790 2015-11-23 Kevin Buettner <kevinb@redhat.com>
4791
4792 * gdb.base/asmlabel.exp: New test.
4793 * gdb.base/asmlabel.c: New test case.
4794
4795 2015-11-23 Joel Brobecker <brobecker@adacore.com>
4796
4797 * gdb.base/wrong_frame_bt_full-main.c: New file.
4798 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
4799 * gdb.base/wrong_frame_bt_full.exp: New file.
4800
4801 2015-11-23 Joel Brobecker <brobecker@adacore.com>
4802
4803 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
4804
4805 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4806
4807 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
4808 pstate register when comparing registers values in
4809 sparc64-*-linux-gnu targets to avoid spurious differences.
4810
4811 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4812
4813 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
4814
4815 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
4816
4817 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
4818 as type argument to gdb_compile.
4819 * gdb.base/nested-subp2.exp: Likewise.
4820 * gdb.base/nested-subp3.exp: Likewise.
4821
4822 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
4823
4824 * lib/dwarf.exp (_note): Fix left shift of negative value.
4825 * gdb.trace/trace-condition.exp: Likewise.
4826
4827 2015-11-13 Yao Qi <yao.qi@linaro.org>
4828
4829 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
4830 comments about d10v.
4831 (test_scalar_returns): Likewise.
4832 * gdb.base/d10v.ld: Remove.
4833 * gdb.base/overlays.exp: Remove the target triplet checking for
4834 d10v-*-*.
4835 * gdb.base/structs.exp (test_struct_returns): Remove the
4836 comments about d10v.
4837 (test_struct_calls): Likewise.
4838
4839 2015-11-13 Yao Qi <yao.qi@linaro.org>
4840
4841 * gdb.base/gnu_vector.exp: Check the return value by "p res".
4842 * gdb.base/gnu_vector.c: Don't include stdio.h.
4843 (main): Don't print res and call add_some_intvecs.
4844
4845 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
4846
4847 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
4848 macro.
4849 (func5): Removed.
4850 (func4): Use FAST_TRACEPOINT_LABEL.
4851 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
4852 macro.
4853 (func): Removed.
4854 (thread_function): Use FAST_TRACEPOINT_LABEL.
4855 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
4856 (func): Remove.
4857 (marker): Use FAST_TRACEPOINT_LABEL.
4858 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
4859 (pendfunc1): Remove.
4860 (pendfunc): Use FAST_TRACEPOINT_LABEL.
4861 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
4862 (foo): Remove.
4863 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
4864 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
4865 macro.
4866 (func): Remove.
4867 (marker): Use FAST_TRACEPOINT_LABEL.
4868 * gdb.trace/trace-common.h: New header.
4869 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
4870 macro.
4871 (func): Remove.
4872 (marker): Use FAST_TRACEPOINT_LABEL.
4873 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
4874 (func): Remove.
4875 (thread_function): Use FAST_TRACEPOINT_LABEL.
4876
4877 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
4878
4879 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
4880 in front.
4881 * gdb.trace/change-loc.exp: Use global pcreg definition.
4882 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
4883 * gdb.trace/entry-values.exp: Use global spreg definition, add $
4884 in front.
4885 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
4886 * gdb.trace/pending.exp: Likewise.
4887 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
4888 * gdb.trace/trace-break.exp: Likewise.
4889 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
4890 in front.
4891 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
4892 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
4893 in front.
4894 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
4895
4896 2015-11-09 Joel Brobecker <brobecker@adacore.com>
4897
4898 * gdb.ada/fin_fun_out: New testcase.
4899
4900 2015-11-07 Kevin Buettner <kevinb@redhat.com>
4901
4902 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
4903 value associated with DW_AT_byte_size.
4904 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
4905 constants for DW_AT_byte_size, DW_AT_lower_bound, and
4906 DW_AT_upper_bound.
4907
4908 2015-11-07 Kevin Buettner <kevinb@redhat.com>
4909
4910 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
4911 (gdb_target_symbol_prefix_flags): Define in terms of _asm
4912 version.
4913 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
4914 gdb.dwarf2/dw2-canonicalize-type.exp,
4915 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
4916 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
4917 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
4918 provided by gdb_target_symbol_prefix_flags_asm.
4919 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
4920 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
4921 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
4922 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
4923 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
4924 macros where needed). Use this macro for symbols which require
4925 the prefix provided by SYMBOL_PREFIX.
4926
4927 2015-11-05 Kevin Buettner <kevinb@redhat.com>
4928
4929 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
4930 New procs.
4931 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
4932 representing expressions, of more than one list element.
4933 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
4934 to prepend linker symbol prefix to f.
4935 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
4936 table_1 and table_2.
4937 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
4938 Likewise, for f and g.
4939 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
4940 for ptr.
4941 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
4942 for main.
4943 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
4944 table_1_ptr and table_2_ptr.
4945
4946 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4947 Joel Brobecker <brobecker@adacore.com>
4948
4949 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
4950
4951 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
4952
4953 * gdb.reverse/s390-mvcle.c: New test.
4954 * gdb.reverse/s390-mvcle.exp: New file.
4955 * lib/gdb.exp: Enable reverse tests on s390*-linux.
4956
4957 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
4958
4959 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
4960
4961 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
4962
4963 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
4964 reaching marker2.
4965 * gdb.reverse/getresuid-reverse.exp: Likewise.
4966 * gdb.reverse/pipe-reverse.exp: Likewise.
4967 * gdb.reverse/readv-reverse.exp: Likewise.
4968 * gdb.reverse/recvmsg-reverse.exp: Likewise.
4969 * gdb.reverse/time-reverse.exp: Likewise.
4970 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
4971
4972 2015-10-30 Yao Qi <yao.qi@linaro.org>
4973
4974 * gdb.threads/wp-replication.c (watch_count_done): Remove.
4975 (empty_cycle): Remove.
4976 (main): Don't call empty_cycle. Don't use watch_count_done.
4977 * gdb.threads/wp-replication.exp: Don't set breakpoint on
4978 empty_cycle. Rewrite the code counting HW watchpoints.
4979
4980 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
4981
4982 * gdb.reverse/fstatat-reverse.c: New test.
4983 * gdb.reverse/fstatat-reverse.exp: New file.
4984 * gdb.reverse/getresuid-reverse.c: New test.
4985 * gdb.reverse/getresuid-reverse.exp: New file.
4986 * gdb.reverse/pipe-reverse.c: New test.
4987 * gdb.reverse/pipe-reverse.exp: New file.
4988 * gdb.reverse/readv-reverse.c: New test.
4989 * gdb.reverse/readv-reverse.exp: New file.
4990 * gdb.reverse/recvmsg-reverse.c: New test.
4991 * gdb.reverse/recvmsg-reverse.exp: New file.
4992 * gdb.reverse/time-reverse.c: New test.
4993 * gdb.reverse/time-reverse.exp: New file.
4994 * gdb.reverse/waitpid-reverse.c: New test.
4995 * gdb.reverse/waitpid-reverse.exp: New file.
4996
4997 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4998
4999 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
5000
5001 2015-10-26 Doug Evans <dje@google.com>
5002
5003 PR symtab/17391
5004 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
5005 * gdb.dwarf2/bad-regnum.c: New file.
5006 * gdb.dwarf2/bad-regnum.exp: New file.
5007
5008 2015-10-26 Doug Evans <dje@google.com>
5009
5010 PR python/18938
5011 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5012 file.
5013
5014 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5015
5016 * gdb.compile/compile.exp (compile code globalvar): Update expectation
5017 for a change by "Mention language in compile error message".
5018
5019 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
5020
5021 PR python/18073
5022 * gdb.python/py-type.c (C::a_method): New.
5023 (C::a_const_method): New.
5024 (C::a_static_method): New.
5025 (a_function): New.
5026 * gdb.python/py-type.exp (test_fields): Test getting fields
5027 from function and method.
5028
5029 2015-10-21 Keven Boell <keven.boell@intel.com>
5030
5031 * gdb.fortran/vla-alloc-assoc.exp: New file.
5032 * gdb.fortran/vla-datatypes.exp: New file.
5033 * gdb.fortran/vla-datatypes.f90: New file.
5034 * gdb.fortran/vla-history.exp: New file.
5035 * gdb.fortran/vla-ptype-sub.exp: New file.
5036 * gdb.fortran/vla-ptype.exp: New file.
5037 * gdb.fortran/vla-sizeof.exp: New file.
5038 * gdb.fortran/vla-sub.f90: New file.
5039 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
5040 * gdb.fortran/vla-value-sub-finish.exp: New file.
5041 * gdb.fortran/vla-value-sub.exp: New file.
5042 * gdb.fortran/vla-value.exp: New file.
5043 * gdb.fortran/vla-ptr-info.exp: New file.
5044 * gdb.mi/mi-vla-fortran.exp: New file.
5045 * gdb.mi/vla.f90: New file.
5046
5047 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
5048
5049 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
5050 of hardwired timeout value.
5051
5052 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5053 Pedro Alves <palves@redhat.com>
5054
5055 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5056 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
5057
5058 2015-10-19 Josh Stone <jistone@redhat.com>
5059
5060 * gdb.base/catch-syscall.c: Include <sched.h>.
5061 (unknown_syscall): New variable.
5062 (main): Trigger a vfork and an unknown syscall.
5063 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5064 (unknown_syscall_number): Likewise.
5065 (check_call_to_syscall): Accept an optional syscall pattern.
5066 (check_return_from_syscall): Likewise.
5067 (check_continue): Likewise.
5068 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5069 (test_catch_syscall_skipping_return): New test toggling off 'catch
5070 syscall' to step over the syscall return, then toggling back on.
5071 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5072 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5073 (do_syscall_tests): Call test_catch_syscall_without_args and
5074 test_catch_syscall_mid_vfork.
5075 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5076 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5077
5078 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
5079
5080 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5081 print g_vE): Add new pass patterns.
5082 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5083 print various symbol names for vptr fields.
5084
5085 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
5086
5087 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5088 results.
5089
5090 2015-10-12 Yao Qi <yao.qi@linaro.org>
5091
5092 * gdb.arch/disp-step-insn-reloc.exp: New test case.
5093
5094 2015-10-12 Yao Qi <yao.qi@linaro.org>
5095
5096 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5097 is aarch64*-*-linux*.
5098
5099 2015-10-12 Yao Qi <yao.qi@linaro.org>
5100
5101 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5102 (can_relocate_bcond_true): ... it.
5103 (can_relocate_bcond_false): New function.
5104 (foo): Likewise.
5105 (can_relocate_bl): Likewise.
5106 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5107 can_relocate_bl.
5108
5109 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
5110
5111 * gdb.base/nested-addr.c: New file.
5112 * gdb.base/nested-addr.exp: New testcase.
5113
5114 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
5115
5116 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5117 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5118 its output. Ignore the output of "record goto begin" and instead
5119 check that GDB is replaying.
5120
5121 2015-10-09 Pedro Alves <palves@redhat.com>
5122
5123 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5124 (top level): Use it in the run with no args test.
5125
5126 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5127
5128 * gdb.dlang/properties.exp: New file.
5129
5130 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5131
5132 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5133 whether or not address 0x1000 is mapped on the target.
5134
5135 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5136
5137 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5138 build.
5139
5140 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5141
5142 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5143 instruction-history test.
5144
5145 2015-09-28 Doug Evans <dje@google.com>
5146
5147 * gdb.base/gcore.c (array_func): Add reference to static_array.
5148
5149 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5150
5151 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5152 source line.
5153
5154 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5155
5156 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5157 short or char as base type.
5158
5159 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5160
5161 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5162 to allow any size enum.
5163
5164 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5165
5166 * gdb.ada/array_ptr_renaming.exp: New testcase.
5167 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5168 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5169
5170 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5171
5172 * gdb.trace/ftrace-lock.c: New file.
5173 * gdb.trace/ftrace-lock.exp: New file.
5174
5175 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5176
5177 * gdb.arch/insn-reloc.c: New file.
5178 * gdb.arch/ftrace-insn-reloc.exp: New file.
5179
5180 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5181
5182 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5183 instruction.
5184 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5185 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5186 * gdb.trace/range-stepping.c: Likewise.
5187 * gdb.trace/trace-break.c: Likewise.
5188 * gdb.trace/trace-mt.c (thread_function): Likewise.
5189 * gdb.trace/ftrace.c (marker): Likewise.
5190 * gdb.trace/trace-condition.c (marker): Likewise.
5191 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5192 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5193 is_aarch64_target.
5194
5195 2015-09-18 Doug Evans <xdje42@gmail.com>
5196
5197 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5198 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5199
5200 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5201
5202 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5203 the breakpoint.
5204
5205 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5206
5207 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5208 the pending breakpoint. Remove timeout override for "Run till
5209 MI pending breakpoint on pendfunc3 on thread 2" test.
5210
5211 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5212
5213 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5214 filename pattern.
5215
5216 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5217
5218 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5219 in breakpoint filename pattern.
5220
5221 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5222
5223 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5224
5225 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5226
5227 * gdb.linespec/explicit.exp: Check for readline support for
5228 tab-completion tests. Fix obvious typo.
5229
5230 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5231
5232 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5233 and replay.
5234
5235 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5236
5237 * gdb.btrace/non-stop.c: New.
5238 * gdb.btrace/non-stop.exp: New.
5239
5240 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5241 Yao Qi <yao.qi@linaro.org>
5242
5243 * gdb.trace/trace-condition.c: New file.
5244 * gdb.trace/trace-condition.exp: New file.
5245
5246 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
5247
5248 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5249 for testing bytecode compilation.
5250
5251 2015-09-16 Pedro Alves <palves@redhat.com>
5252 Sandra Loosemore <sandra@codesourcery.com>
5253
5254 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5255 (SECONDS): Redefine.
5256 (main): Call pthread_kill and alarm early.
5257 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5258 support.
5259 (test): If the target can't hardware step and doesn't support
5260 displaced stepping, increase the timeout.
5261
5262 2015-09-16 Pedro Alves <palves@redhat.com>
5263
5264 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5265 (enable_debug): New procedures.
5266 (test): Use them. Bail out if waiting for threads fails.
5267 (top level): Bail out if a test fails.
5268
5269 2015-09-16 Yao Qi <yao.qi@linaro.org>
5270
5271 * gdb.asm/asm-source.exp: Set asm-arch for
5272 aarch64*-*-* target.
5273 * gdb.asm/aarch64.inc: New file.
5274
5275 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5276
5277 * gdb.ada/array_of_variable_length.exp: New testcase.
5278 * gdb.ada/array_of_variable_length/foo.adb: New file.
5279 * gdb.ada/array_of_variable_length/pck.adb: New file.
5280 * gdb.ada/array_of_variable_length/pck.ads: New file.
5281
5282 2015-09-15 Doug Evans <dje@google.com>
5283
5284 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5285 of function static local variable.
5286
5287 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5288
5289 * gdb.threads/tls-so_extern.exp: New test file.
5290 * gdb.threads/tls-so_extern.c: New test file.
5291 * gdb.threads/tls-so_extern_main.c: New test file.
5292
5293 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5294
5295 * gdb.opt/solib-intra-step-lib.c: New file.
5296 * gdb.opt/solib-intra-step-main.c: New file.
5297 * gdb.opt/solib-intra-step.exp: New file.
5298
5299 2015-09-15 Pedro Alves <palves@redhat.com>
5300
5301 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5302 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5303
5304 2015-09-14 Pedro Alves <palves@redhat.com>
5305
5306 * gdb.base/hook-stop-continue.c: Delete.
5307 * gdb.base/hook-stop-continue.exp: Delete.
5308 * gdb.base/hook-stop-frame.c: Delete.
5309 * gdb.base/hook-stop-frame.exp: Delete.
5310 * gdb.base/hook-stop.c: New file.
5311 * gdb.base/hook-stop.exp: New file.
5312
5313 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5314
5315 * gdb.ada/access_to_packed_array.exp: New testcase.
5316 * gdb.ada/access_to_packed_array/foo.adb: New file.
5317 * gdb.ada/access_to_packed_array/pack.adb: New file.
5318 * gdb.ada/access_to_packed_array/pack.ads: New file.
5319
5320 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5321
5322 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5323 buffer size test.
5324
5325 2015-09-11 Don Breazeal <donb@codesourcery.com>
5326
5327 * gdb.base/foll-exec.c: Add copyright header. Fix
5328 formatting issues.
5329 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5330 (do_exec_tests): Use clean_restart in place of zap_session,
5331 and for test initialization. Fix formatting issues. Use
5332 fail in place of perror.
5333 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5334 an expect statement to match an expression with output from
5335 the program under debug.
5336 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5337 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5338 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5339 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5340 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5341
5342 2015-09-09 Doug Evans <dje@google.com>
5343
5344 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5345
5346 2015-09-09 Doug Evans <dje@google.com>
5347
5348 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5349
5350 2015-09-09 Doug Evans <dje@google.com>
5351
5352 * gdb.base/savedregs.exp: Fix typo.
5353
5354 2015-09-09 Pedro Alves <palves@redhat.com>
5355
5356 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5357
5358 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5359
5360 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5361 command actually switches threads. Give up on remaining
5362 tests if target fails to stop at breakpoint.
5363
5364 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5365
5366 * gdb.ada/funcall_char.exp: New testcase.
5367 * gdb.ada/funcall_char/foo.adb: New file.
5368
5369 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5370
5371 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5372 expected outputs. Add two testcases for completing ambiguous
5373 functions.
5374 * gdb.ada/complete/aux_pck.adb: New file.
5375 * gdb.ada/complete/aux_pck.ads: New file.
5376 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5377 Ambiguous_Func functions.
5378 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5379 * gdb.ada/complete/pck.adb: Likewise.
5380
5381 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5382
5383 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5384 failures to run the test program under GDB.
5385
5386 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
5387
5388 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5389 to C.
5390
5391 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5392
5393 * gdb.base/run-after-attach.exp: New test file.
5394 * gdb.base/run-after-attach.c: New test file.
5395
5396 2015-08-26 Don Breazeal <donb@codesourcery.com>
5397
5398 * gdb.base/foll-exec-2.c: New test program.
5399 * gdb.base/foll-exec-2.exp: New test.
5400
5401 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5402
5403 * gdb.base/nested-subp1.exp: New file.
5404 * gdb.base/nested-subp1.c: New file.
5405 * gdb.base/nested-subp2.exp: New file.
5406 * gdb.base/nested-subp2.c: New file.
5407 * gdb.base/nested-subp3.exp: New file.
5408 * gdb.base/nested-subp3.c: New file.
5409
5410 2015-08-24 Pedro Alves <palves@redhat.com>
5411
5412 * gdb.server/connect-without-multi-process.c: New file.
5413 * gdb.server/connect-without-multi-process.exp: New file.
5414
5415 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5416
5417 * gdb.opt/inline-markers.c: Make z int.
5418
5419 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5420
5421 * gdb.opt/inline-markers.c: Make z volatile.
5422
5423 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5424
5425 * gdb.opt/inline-bt.c: New volatile global z.
5426 * gdb.opt/inline-cmds.c: Likewise.
5427 * gdb.opt/inline-locals.c: Likewise.
5428 * gdb.opt/inline-markers.c: New extern global z.
5429 (marker): Use z.
5430 (inline_fn): Likewise.
5431
5432 2015-08-24 Pedro Alves <palves@redhat.com>
5433
5434 * config/m32r-stub.exp: Remove file.
5435 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5436 * gdb.base/call-rt-st.exp: Likewise.
5437 * gdb.base/call-strs.exp: Likewise.
5438 * gdb.base/default.exp: Remove references to h8300-*-hms and
5439 *-*-udi*.
5440 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5441
5442 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5443
5444 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5445 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
5446 and "return" use KFAIL when GDB can not read/write the vector
5447 return value.
5448
5449 2015-08-21 Gary Benson <gbenson@redhat.com>
5450
5451 * gdb.trace/pending.exp: Cope with remote transfer warnings.
5452
5453 2015-08-20 Pedro Alves <palves@redhat.com>
5454
5455 * gdb.server/solib-list.exp: No longer expect an interior stop in
5456 non-stop mode.
5457
5458 2015-08-20 Pedro Alves <palves@redhat.com>
5459
5460 * gdb.server/connect-stopped-target.c: New file.
5461 * gdb.server/connect-stopped-target.exp: New file.
5462
5463 2015-08-20 Pedro Alves <palves@redhat.com>
5464
5465 * gdb.dwarf2/comp-unit-lang.exp: New file.
5466 * gdb.dwarf2/comp-unit-lang.c: New file.
5467
5468 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
5469
5470 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5471 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5472
5473 2015-08-19 Kevin Buettner <kevinb@redhat.com>
5474
5475 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5476 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5477
5478 2015-08-18 Doug Evans <dje@google.com>
5479 Adrian Sendroiu <adrian.sendroiu@freescale.com>
5480
5481 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5482 skip_python_tests. New arg prompt_regexp.
5483 (skip_python_tests): New function.
5484 * lib/mi-support.exp (mi_skip_python_tests): New function.
5485 * gdb.python/py-mi-objfile-gdb.py: New file.
5486 * gdb.python/py-mi-objfile.c: New file.
5487 * gdb.python/py-mi-objfile.exp: New file.
5488
5489 2015-08-17 Keith Seitz <keiths@redhat.com>
5490
5491 * gdb.linespec/explicit.exp: Move strace test from here ...
5492 * gdb.trace/strace.exp: ... to here.
5493
5494 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
5495
5496 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5497 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5498
5499 2015-08-14 Doug Evans <xdje42@gmail.com>
5500
5501 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5502 inferior before selecting a new file.
5503
5504 2015-08-14 Doug Evans <xdje42@gmail.com>
5505
5506 * gdb.mi/mi-disassemble.exp: Update.
5507 * gdb.base/disasm-optim.S: New file.
5508 * gdb.base/disasm-optim.c: New file.
5509 * gdb.base/disasm-optim.h: New file.
5510 * gdb.base/disasm-optim.exp: New file.
5511
5512 2015-08-14 Keith Seitz <keiths@redhat.com>
5513
5514 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5515 "evaluated-by".
5516
5517 2015-08-13 Joel Brobecker <brobecker@adacore.com>
5518
5519 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5520
5521 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
5522
5523 * gdb.ada/fun_renaming.exp: New testcase.
5524 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5525 * gdb.ada/fun_renaming/pack.adb: New file.
5526 * gdb.ada/fun_renaming/pack.ads: New file.
5527
5528 2015-08-12 Keith Seitz <keiths@redhat.com>
5529
5530 * gdb.base/dso2dso.exp: Pass basename of source file in call to
5531 gdb_get_line_number.
5532
5533 2015-08-12 Joel Brobecker <brobecker@adacore.com>
5534
5535 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5536 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5537 gdb.base/dso2dso.exp: New files.
5538
5539 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
5540 Pedro Alves <palves@redhat.com>
5541 Keith Seitz <keiths@redhat.com>
5542
5543 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5544 GDBFLAGS.
5545
5546 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5547
5548 * gdb.base/gdbhistsize-history.exp
5549 (test_histsize_history_setting): Use save_vars.
5550 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5551 Use save_vars.
5552 (test_no_truncation_of_unlimited_history_file): Use save_vars.
5553 * gdb.base/readline.exp: Use save_vars.
5554
5555 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5556
5557 * lib/gdb.exp (save_vars): New proc.
5558
5559 2015-08-11 Keith Seitz <keiths@redhat.com>
5560
5561 * gdb.base/help.exp: Update help_breakpoint_text.
5562
5563 2015-08-11 Keith Seitz <keiths@redhat.com>
5564
5565 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5566 (at toplevel): Call test_explicit_breakpoints.
5567 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5568 breakpoints.
5569 * lib/mi-support.exp (mi_make_breakpoint): Add support for
5570 breakpoint conditions, "-cond".
5571
5572 2015-08-11 Keith Seitz <keiths@redhat.com>
5573
5574 * gdb.linespec/3explicit.c: New file.
5575 * gdb.linespec/cpexplicit.cc: New file.
5576 * gdb.linespec/cpexplicit.exp: New file.
5577 * gdb.linespec/explicit.c: New file.
5578 * gdb.linespec/explicit.exp: New file.
5579 * gdb.linespec/explicit2.c: New file.
5580 * gdb.linespec/ls-errs.exp: Add explicit location tests.
5581 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5582 before using in the matching pattern.
5583 Clarify that `prefix' is a regular expression.
5584
5585 2015-08-11 Keith Seitz <keiths@redhat.com>
5586
5587 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5588 test.
5589 Add tests for missing ",FMT" and ",".
5590
5591 2015-08-10 Doug Evans <dje@google.com>
5592 Keith Seitz <keiths@redhat.com>
5593
5594 PR gdb/17960
5595 * gdb.base/completion.exp: Add location completer tests.
5596
5597 2015-08-07 Pedro Alves <palves@redhat.com>
5598
5599 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
5600 tests here.
5601 (top level): Run do_test with and without displaced stepping.
5602
5603 2015-08-07 Pedro Alves <palves@redhat.com>
5604
5605 * gdb.base/valgrind-disp-step.c: New file.
5606 * gdb.base/valgrind-disp-step.exp: New file.
5607
5608 2015-08-07 Pedro Alves <palves@redhat.com>
5609
5610 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
5611 Delete function.
5612 (main): Add alarm. Run an infinite loop instead of calling
5613 wait_threads.
5614 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
5615 comment.
5616 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
5617 Delete function.
5618 (main): Add alarm. Run an infinite loop instead of calling
5619 wait_threads.
5620 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
5621 comment.
5622
5623 2015-08-07 Pedro Alves <palves@redhat.com>
5624
5625 * gdb.base/checkpoint-ns.exp: New file.
5626 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
5627 standard_testfile.
5628
5629 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5630
5631 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
5632 * gdb.btrace/instruction_history.exp: Update.
5633 * gdb.btrace/tsx.exp: New.
5634 * gdb.btrace/tsx.c: New.
5635
5636 2015-08-06 Pedro Alves <palves@redhat.com>
5637
5638 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
5639 increase timeout.
5640 * gdb.reverse/until-precsave.exp: Bump timeouts.
5641
5642 2015-08-06 Pedro Alves <palves@redhat.com>
5643
5644 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
5645
5646 2015-08-06 Pedro Alves <palves@redhat.com>
5647
5648 PR gdb/18749
5649 * gdb.threads/process-dies-while-handling-bp.c: New file.
5650 * gdb.threads/process-dies-while-handling-bp.exp: New file.
5651
5652 2015-08-06 Pedro Alves <palves@redhat.com>
5653
5654 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
5655 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
5656
5657 2015-08-05 Pedro Alves <palves@redhat.com>
5658
5659 * gdb.threads/next-while-other-thread-longjmps.c: New file.
5660 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
5661
5662 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5663
5664 * gdb.base/bp-permanent.exp: Report test as unsupported if
5665 the target cannot stop at the permanent breakpoint.
5666
5667 2015-08-03 Doug Evans <dje@google.com>
5668
5669 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
5670 10000.
5671
5672 2015-08-03 Doug Evans <dje@google.com>
5673
5674 * Makefile.in (workers/%.worker, build-perf): New rule.
5675 (GDB_PERFTEST_MODE): New variable.
5676 (check-perf): Use it.
5677 (clean): Clean up gdb.perf parallel build subdirs.
5678 * lib/build-piece.exp: New file.
5679 * lib/gdb.exp (make_gdb_parallel_path): New function
5680 (standard_output_file, standard_temp_file): Call it.
5681 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5682 of $GDB_PARALLEL.
5683 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
5684
5685 2015-08-03 Doug Evans <dje@google.com>
5686
5687 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
5688 (LOG_FILE_NAME): New global.
5689 (TextReporter.__init__): Initialize self.txt_sum.
5690 (TextReporter.report): Add support for multiple data-points.
5691 Move report to perftest.sum, put raw data in perftest.log.
5692 (TextReporter.start): Open sum and log files.
5693 (TextReporter.end): Close sum and log files.
5694 * gdb.perf/lib/perftest/testresult.py
5695 (SingleStatisticTestResult.record): Handle multiple data-points.
5696
5697 2015-07-31 Pedro Alves <palves@redhat.com>
5698
5699 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
5700 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5701 kill_wait_spawned_process instead of explicit "kill -9".
5702 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
5703 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5704 kill_wait_spawned_process.
5705 * gdb.base/attach-twice.exp: Likewise.
5706 * gdb.base/attach.exp: Likewise.
5707 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
5708 gdb_test_multiple.
5709 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
5710 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5711 kill_wait_spawned_process.
5712 * gdb.base/valgrind-infcall.exp: Likewise.
5713 * gdb.multi/multi-attach.exp: Likewise.
5714 * gdb.python/py-prompt.exp: Likewise.
5715 * gdb.python/py-sync-interp.exp: Likewise.
5716 * gdb.server/ext-attach.exp: Likewise.
5717 * gdb.threads/attach-into-signal.exp (corefunc): Use
5718 spawn_wait_for_attach, spawn_id_get_pid and
5719 kill_wait_spawned_process.
5720 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
5721 spawn_wait_for_attach returning a spawn id instead of a pid. Use
5722 spawn_id_get_pid and kill_wait_spawned_process.
5723 * gdb.threads/attach-stopped.exp (corefunc): Use
5724 spawn_wait_for_attach, spawn_id_get_pid and
5725 kill_wait_spawned_process.
5726 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
5727 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5728 kill_wait_spawned_process instead of explicit "kill -9".
5729 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
5730 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
5731 (spawn_wait_for_attach): Use spawn instead of exec to spawn
5732 processes. Don't map cygwin/windows pids here. Now returns a
5733 spawn id list.
5734
5735 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5736
5737 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
5738 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
5739 correct patch.
5740
5741 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5742
5743 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
5744
5745 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5746
5747 Reapply:
5748 2014-05-21 Mark Wielaard <mjw@redhat.com>
5749
5750 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5751
5752 2015-07-30 Pedro Alves <palves@redhat.com>
5753
5754 * linux-low.c (handle_extended_wait): Set the child's last
5755 reported status to TARGET_WAITKIND_STOPPED.
5756
5757 2015-07-30 Pedro Alves <palves@redhat.com>
5758
5759 PR threads/18600
5760 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
5761 only shows inferior 1.
5762
5763 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
5764 Pedro Alves <palves@redhat.com>
5765
5766 PR threads/18600
5767 * gdb.threads/fork-plus-threads.c: New file.
5768 * gdb.threads/fork-plus-threads.exp: New file.
5769
5770 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5771
5772 * gdb.base/batch-preserve-term-settings.exp
5773 (test_terminal_settings_preserved_after_cli_exit): Use
5774 send_quit_command.
5775
5776 2015-07-29 Pedro Alves <palves@redhat.com>
5777 Don Breazeal <donb@codesourcery.com>
5778
5779 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
5780 output from both inferior_spawn_id and gdb_spawn_id.
5781
5782 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5783
5784 * gdb.threads/attach-into-signal.exp (corefunc): Use
5785 with_test_prefix on nested loops, uniquefying the test messages.
5786
5787 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5788
5789 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
5790 commit.
5791
5792 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5793
5794 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
5795 New proc.
5796 (test_terminal_settings_preserved_after_sigterm): New test.
5797
5798 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5799
5800 * gdb.base/batch-preserve-term-settings.exp
5801 (test_terminal_settings_preserved_after_cli_exit): New test.
5802
5803 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5804
5805 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
5806 manipulation of saved_gdbflags.
5807 (test_terminal_settings_preserved): Remove global declaration of
5808 the unused variable pagination_prompt. Remove manipulation of
5809 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
5810 GDBFLAGS.
5811
5812 2015-07-29 Pedro Alves <palves@redhat.com>
5813
5814 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
5815
5816 2015-07-29 Pedro Alves <palves@redhat.com>
5817
5818 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
5819 at the top.
5820
5821 2015-07-29 Pedro Alves <palves@redhat.com>
5822
5823 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
5824 (main): Call gdb_unbuffer_output.
5825 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
5826 (main): Call gdb_unbuffer_output.
5827 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
5828 (main): Call gdb_unbuffer_output.
5829 * gdb.base/call-strs.exp: Adjust to step over the
5830 gdb_unbuffer_output call.
5831 * gdb.base/catch-gdb-caused-signals.c: Include
5832 "../lib/unbuffer_output.c".
5833 (main): Call gdb_unbuffer_output.
5834 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
5835 (main): Call gdb_unbuffer_output.
5836 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
5837 (main): Call gdb_unbuffer_output.
5838 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
5839 (main): Call gdb_unbuffer_output.
5840 * gdb.base/shlib-call.exp: Adjust to step over the
5841 gdb_unbuffer_output call.
5842 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
5843 (main): Call gdb_unbuffer_output.
5844 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
5845 (main): Call gdb_unbuffer_output.
5846 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
5847 (main): Rename to ...
5848 (test): ... this.
5849 (main): Reimplement.
5850 * gdb.base/varargs.exp: Run to test instead of to main.
5851 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5852 (main): Call gdb_unbuffer_output.
5853
5854 2015-07-29 Pedro Alves <palves@redhat.com>
5855
5856 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
5857 factore out from mi_continue_dprintf. For call-style dprintfs,
5858 expect dprintf output out of $inferior_spawn_id.
5859 (mi_continue_dprintf): Use mi_expect_dprintf.
5860 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5861 (main): Call gdb_unbuffer_output.
5862
5863 2015-07-29 Pedro Alves <palves@redhat.com>
5864
5865 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
5866 (default_mi_gdb_start): Set inferior_spawn_id instead of
5867 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
5868 gdb_spawn_id.
5869 (mi_gdb_test): Always expect inferior output from both
5870 $inferior_spawn_id and $gdb_spawn_id.
5871
5872 2015-07-29 Pedro Alves <palves@redhat.com>
5873
5874 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
5875 send_inferior and $inferior_spawn_id.
5876
5877 2015-07-29 Pedro Alves <palves@redhat.com>
5878
5879 * gdb.gdb/complaints.exp (test_initial_complaints)
5880 (test_serial_complaints, test_short_complaints): Use
5881 gdb_test_stdio.
5882 (test_empty_complaint): Handle $inferior_spawn_id !=
5883 $gdb_spawn_id.
5884
5885 2015-07-29 Pedro Alves <palves@redhat.com>
5886
5887 * gdb.base/varargs.exp: Use gdb_test_stdio.
5888
5889 2015-07-29 Pedro Alves <palves@redhat.com>
5890
5891 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
5892
5893 2015-07-29 Pedro Alves <palves@redhat.com>
5894
5895 * gdb.base/ending-run.exp: Use gdb_test_stdio.
5896
5897 2015-07-29 Pedro Alves <palves@redhat.com>
5898
5899 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
5900 parameter into two new parameters, "inf_result" and "gdb_result".
5901 Expect inferior output and gdb output from $inferior_spawn_id and
5902 $gdb_spawn_id, respectively. Adjust all callers.
5903
5904 2015-07-29 Pedro Alves <palves@redhat.com>
5905
5906 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
5907 of gdb_test_sequence.
5908
5909 2015-07-29 Pedro Alves <palves@redhat.com>
5910
5911 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
5912 (saw_spurious_output): Expect inferior output from
5913 $inferior_spawn_id. Use gdb_test_stdio.
5914
5915 2015-07-29 Pedro Alves <palves@redhat.com>
5916
5917 * gdb.base/dprintf.exp: Use standard_testfile. Change
5918 prepare_for_testing call.
5919 (srcfile): Don't set.
5920 (restart): New procedure.
5921 (test_dprintf): New procecure, use to continue over dprintfs.
5922 (test_call, test_agent): New procedures, tests moved here.
5923 Restart gdb and recreate dprintfs. Adjust expected output.
5924
5925 2015-07-29 Pedro Alves <palves@redhat.com>
5926
5927 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
5928
5929 2015-07-29 Pedro Alves <palves@redhat.com>
5930
5931 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
5932
5933 2015-07-29 Pedro Alves <palves@redhat.com>
5934
5935 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
5936 gdb_test_stdio.
5937
5938 2015-07-29 Pedro Alves <palves@redhat.com>
5939
5940 * lib/gdb.exp (gdb_test_stdio): New procedure.
5941
5942 2015-07-29 Pedro Alves <palves@redhat.com>
5943
5944 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
5945
5946 2015-07-29 Pedro Alves <palves@redhat.com>
5947
5948 * gdb.base/call-signal-resume.exp: Remove check for
5949 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
5950 * gdb.base/unwindonsignal.exp: Likewise.
5951 * gdb.base/call-signals.c (gen_signal): Remove printf call.
5952 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
5953
5954 2015-07-29 Pedro Alves <palves@redhat.com>
5955
5956 * gdb.base/siginfo-addr.c (pass): New function.
5957 (handler): Call it iff si_addr is correct.
5958 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
5959 Set a breakpoint at "pass" and continue to it.
5960
5961 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
5962
5963 * gdb.python/py-objfile.exp: Make some tests have unique names.
5964 * gdb.python/py-pp-registration.exp: Likewise.
5965
5966 2015-07-28 Pedro Alves <palves@redhat.com>
5967
5968 * gdb.server/server-exec-info.exp: Issue a "disconnect".
5969
5970 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5971
5972 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
5973
5974 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5975
5976 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
5977
5978 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
5979
5980 * gdb.base/gdb-sigterm-2.exp: New test.
5981
5982 2015-07-25 Doug Evans <xdje42@gmail.com>
5983
5984 Revert:
5985 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
5986 (workers/%.worker, build-perf): New rule.
5987 (GDB_PERFTEST_MODE): New variable.
5988 (check-perf): Use it.
5989 (clean): Clean up gdb.perf parallel build subdirs.
5990 * lib/build-piece.exp: New file.
5991 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
5992 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
5993 name.
5994 (standard_temp_file): Ditto.
5995 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5996 of $GDB_PARALLEL.
5997
5998 2015-07-24 Doug Evans <dje@google.com>
5999
6000 * gdb.perf/lib/perftest/utils.py: New file.
6001 * gdb.perf/gm-hello.cc: New file.
6002 * gdb.perf/gm-pervasive-typedef.cc: New file.
6003 * gdb.perf/gm-pervasive-typedef.h: New file.
6004 * gdb.perf/gm-std.cc: New file.
6005 * gdb.perf/gm-std.h: New file.
6006 * gdb.perf/gm-use-cerr.cc: New file.
6007 * gdb.perf/gm-utils.h: New file.
6008 * gdb.perf/gmonster-null-lookup.py: New file.
6009 * gdb.perf/gmonster-pervasive-typedef.py: New file.
6010 * gdb.perf/gmonster-print-cerr.py: New file.
6011 * gdb.perf/gmonster-ptype-string.py: New file.
6012 * gdb.perf/gmonster-runto-main.py: New file.
6013 * gdb.perf/gmonster-select-file.py: New file.
6014 * gdb.perf/gmonster1-null-lookup.exp: New file.
6015 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6016 * gdb.perf/gmonster1-print-cerr.exp: New file.
6017 * gdb.perf/gmonster1-ptype-string.exp: New file.
6018 * gdb.perf/gmonster1-runto-main.exp: New file.
6019 * gdb.perf/gmonster1-select-file.exp: New file.
6020 * gdb.perf/gmonster1.cc: New file.
6021 * gdb.perf/gmonster1.exp: New file.
6022 * gdb.perf/gmonster2-null-lookup.exp: New file.
6023 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6024 * gdb.perf/gmonster2-print-cerr.exp: New file.
6025 * gdb.perf/gmonster2-ptype-string.exp: New file.
6026 * gdb.perf/gmonster2-runto-main.exp: New file.
6027 * gdb.perf/gmonster2-select-file.exp: New file.
6028 * gdb.perf/gmonster2.cc: New file.
6029 * gdb.perf/gmonster2.exp: New file.
6030
6031 2015-07-24 Doug Evans <dje@google.com>
6032
6033 * gdb.perf/README: New file.
6034 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6035 * lib/gen-perf-test.exp: New file.
6036
6037 2015-07-24 Doug Evans <dje@google.com>
6038
6039 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
6040 (PerfTest::startup): New function.
6041 (PerfTest::run): Return result of calling body.
6042 (PerfTest::assemble): Rewrite.
6043 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
6044 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
6045 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
6046 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
6047 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
6048
6049 2015-07-24 Doug Evans <dje@google.com>
6050
6051 * lib/gdb.exp (clean_restart): Make executable optional.
6052
6053 2015-07-24 Doug Evans <dje@google.com>
6054
6055 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
6056 compiler_info references.
6057 * gdb.cp/temargs.exp: Ditto.
6058 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6059 (get_compiler_info): Early exit if already computed. Set compiler_info
6060 to "unknown" if there was a problem.
6061 (test_compiler_info): Add function comment. Call get_compiler_info.
6062
6063 2015-07-24 Doug Evans <dje@google.com>
6064
6065 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6066 (workers/%.worker, build-perf): New rule.
6067 (GDB_PERFTEST_MODE): New variable.
6068 (check-perf): Use it.
6069 (clean): Clean up gdb.perf parallel build subdirs.
6070 * lib/build-piece.exp: New file.
6071 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6072 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6073 name.
6074 (standard_temp_file): Ditto.
6075 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6076 of $GDB_PARALLEL.
6077
6078 2015-07-24 Doug Evans <dje@google.com>
6079
6080 * lib/future.exp (gdb_default_target_compile): New option
6081 "early_flags".
6082 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6083 --as-needed.
6084
6085 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
6086
6087 * gdb.base/catch-syscall.exp: Call gdb_exit before
6088 gdb_skip_xml_test.
6089
6090 2015-07-24 Pedro Alves <palves@redhat.com>
6091
6092 * gdb.python/py-events.exp: Accept output between the stop event
6093 and the prompt.
6094 * gdb.python/py-evsignal.exp: Likewise.
6095 * gdb.python/py-evthreads.exp: Likewise.
6096
6097 2015-07-24 Pedro Alves <palves@redhat.com>
6098
6099 PR gdb/18717
6100 * gdb.threads/non-ldr-exit.c: New file.
6101 * gdb.threads/non-ldr-exit.exp: New file.
6102
6103 2015-07-24 Yao Qi <yao.qi@linaro.org>
6104
6105 * gdb.server/ext-wrapper.exp: Test --wrapper option when
6106 restarting process.
6107
6108 2015-07-24 Yao Qi <yao.qi@linaro.org>
6109
6110 * gdb.server/ext-restart.exp: New file.
6111
6112 2015-07-24 Yao Qi <yao.qi@linaro.org>
6113
6114 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6115 argument options.
6116 * gdb.server/ext-wrapper.exp: New file.
6117
6118 2015-07-23 Doug Evans <dje@google.com>
6119
6120 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6121 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6122
6123 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6124
6125 * gdb.ada/var_arr_typedef.exp: New testcase.
6126 * gdb.ada/var_arr_typedef/pack.adb: New file.
6127 * gdb.ada/var_arr_typedef/pack.ads: New file.
6128 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6129
6130 2015-07-20 Joel Brobecker <brobecker@adacore.com>
6131
6132 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6133
6134 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6135
6136 * gdb.arch/i386-biarch-core.exp: Replace istarget
6137 by "complete set gnutarget". Remove expectation for the "core-file"
6138 command.
6139
6140 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6141
6142 Revert the previous commit:
6143 Tests for validate symbol file using build-id.
6144
6145 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6146
6147 Tests for validate symbol file using build-id.
6148 * gdb.base/solib-mismatch-lib.c: New file.
6149 * gdb.base/solib-mismatch-libmod.c: New file.
6150 * gdb.base/solib-mismatch.c: New file.
6151 * gdb.base/solib-mismatch.exp: New file.
6152
6153 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6154
6155 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6156 nios2-*-linux*.
6157 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6158 * gdb.base/siginfo.exp: Likewise.
6159 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6160
6161 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6162
6163 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6164 Move it to ...
6165 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6166 ... here.
6167 * gdb.trace/range-stepping.exp: Check that the target supports
6168 range stepping.
6169
6170 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6171
6172 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6173
6174 2015-07-14 Pedro Alves <palves@redhat.com>
6175
6176 * gdb.base/killed-outside.exp: New file.
6177 * gdb.base/killed-outside.c: New file.
6178
6179 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6180
6181 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6182 (n at main): New.
6183 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6184
6185 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6186
6187 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6188 infcall tests instead of setting up for KFAIL.
6189
6190 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6191
6192 * gdb.btrace/record_goto-step.exp: New.
6193
6194 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6195
6196 PR compile/18484
6197 * gdb.compile/compile.c (struct struct_type): Add volatile to
6198 selffield's type.
6199 * gdb.compile/compile.exp
6200 (compile code struct_object.selffield = &struct_object): Skip further
6201 struct_object tests if this one xfails.
6202
6203 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
6204
6205 PR exp/18617
6206 * gdb.trace/ax.exp: Add test.
6207
6208 2015-07-07 Yao Qi <yao.qi@linaro.org>
6209
6210 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6211 instead of istarget "aarch64*-*-*".
6212 * gdb.arch/aarch64-fp.exp: Likewise.
6213 * gdb.base/float.exp: Likewise.
6214 * gdb.reverse/aarch64.exp: Likewise.
6215 * lib/gdb.exp (is_aarch64_target): New proc.
6216
6217 2015-07-07 Yao Qi <yao.qi@linaro.org>
6218
6219 * lib/gdb.exp (is_aarch32_target): New proc.
6220 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6221 instead of "istarget "arm*-*-*"".
6222 * gdb.arch/arm-disp-step.exp: Likewise.
6223 * gdb.arch/thumb-bx-pc.exp: Likewise.
6224 * gdb.arch/thumb-prologue.exp: Likewise.
6225 * gdb.arch/thumb-singlestep.exp: Likewise.
6226 * gdb.base/disp-step-syscall.exp: Likewise.
6227 * gdb.base/float.exp: Likewise.
6228
6229 2015-07-07 Yao Qi <yao.qi@linaro.org>
6230
6231 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6232 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6233
6234 2015-07-07 Yao Qi <yao.qi@linaro.org>
6235
6236 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6237 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6238 if it exists.
6239 * gdb.multi/multi-arch.exp: Likewise.
6240
6241 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6242
6243 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6244 print.
6245
6246 2015-07-07 Yao Qi <yao.qi@linaro.org>
6247
6248 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6249
6250 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6251
6252 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6253 '[' and ']' characters.
6254
6255 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6256
6257 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6258
6259 2015-06-29 Pedro Alves <palves@redhat.com>
6260
6261 PR threads/18127
6262 * gdb.threads/hand-call-new-thread.c: New file.
6263 * gdb.threads/hand-call-new-thread.c: New file.
6264
6265 2015-06-26 Keith Seitz <keiths@redhat.com>
6266 Doug Evans <dje@google.com>
6267
6268 PR 16253
6269 * gdb.cp/var-tag-2.cc: New file.
6270 * gdb.cp/var-tag-3.cc: New file.
6271 * gdb.cp/var-tag-4.cc: New file.
6272 * gdb.cp/var-tag.cc: New file.
6273 * gdb.cp/var-tag.exp: New file.
6274
6275 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6276
6277 * gdb.base/history-duplicates.exp: New test.
6278
6279 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6280
6281 * gdb.base/completion.exp: Test the completion of the "focus"
6282 command.
6283
6284 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6285
6286 * gdb.arch/amd64-prologue-skip.S: New file.
6287 * gdb.arch/amd64-prologue-skip.exp: New file.
6288
6289 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6290
6291 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6292 is_address_zero_readable check.
6293
6294 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6295
6296 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6297 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6298
6299 2015-06-24 Yao Qi <yao.qi@linaro.org>
6300
6301 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6302 linux targets.
6303
6304 2015-06-24 Yao Qi <yao.qi@linaro.org>
6305
6306 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6307 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6308 * gdb.base/siginfo-thread.exp: Likewise.
6309
6310 2015-06-22 Yao Qi <yao.qi@linaro.org>
6311
6312 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6313
6314 2015-06-22 Yao Qi <yao.qi@linaro.org>
6315
6316 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6317 aarch64*-*-*.
6318 (skip_hw_watchpoint_tests): Likewise.
6319
6320 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6321
6322 * gdb.base/gdbinit-history.exp: Test the interaction between
6323 setting GDBHISTSIZE and setting the history size via .gdbinit.
6324
6325 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6326
6327 PR gdb/16999
6328 * gdb.base/gdbhistsize-history.exp: New test.
6329
6330 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6331
6332 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6333 with GDBHISTSIZE.
6334 * gdb.base/readline.exp: Likewise.
6335
6336 2015-06-17 Yao Qi <yao.qi@linaro.org>
6337
6338 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6339 line.
6340
6341 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6342
6343 * gdb.base/gdbinit-history.exp: Add test case to check that
6344 an unlimited history file does not get truncated on exit.
6345
6346 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6347
6348 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6349 (VECTOR): New macro. Use it...
6350 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6351 ...for these typedefs.
6352 (int8, char1, int1, double1): New typedefs.
6353 (struct just_int2, struct two_int2): New structures.
6354 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6355 (add_structvecs, add_singlevecs): New functions.
6356 (main): Call add_some_intvecs twice.
6357 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6358 the compile and exit upon failure. Try compiling for the "native"
6359 architecture. Test inferior function calls with vector arguments
6360 and vector return value handling with "finish" and "return".
6361
6362 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6363
6364 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6365 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6366 PE file.
6367 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6368
6369 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6370
6371 PR breakpoints/16465
6372 * gdb.mi/mi-dprintf-pending.c: New file.
6373 * gdb.mi/mi-dprintf-pending.exp: New test.
6374 * gdb.mi/mi-dprintf-pendshr.c: New file.
6375
6376 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6377 Mircea Gherzan <mircea.gherzan@intel.com>
6378
6379 * gdb.arch/i386-mpx-map.c: New file.
6380 * gdb.arch/i386-mpx-map.exp: New File.
6381
6382 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6383
6384 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6385 * gdb.arch/i386-mpx.exp: Indentation fixed.
6386
6387 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6388
6389 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6390 function and improved indentation.
6391 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6392 gdb_test_multiple. Added additional tests to skip the test.
6393
6394 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6395
6396 * gdb.arch/i386-avx512.c: Change path in include file.
6397 * gdb.arch/i386-avx512.exp: Change include dir path
6398 compilation flag.
6399 * gdb.arch/i386-mpx.c: Change path in include file.
6400 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6401 flag.
6402
6403 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6404
6405 * gdb.compile/compile-print.exp (compile print *vararray@3)
6406 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6407
6408 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6409
6410 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6411 (do not keep jit in memory): ... this.
6412 (expect 5): Change it to ...
6413 (expect no 5): ... this.
6414
6415 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6416
6417 PR gdb/15564
6418 * gdb.mi/mi-detach.exp: New file.
6419
6420 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6421
6422 PR symtab/18392
6423 * gdb.arch/amd64-tailcall-self.S: New file.
6424 * gdb.arch/amd64-tailcall-self.c: New file.
6425 * gdb.arch/amd64-tailcall-self.exp: New file.
6426
6427 2015-05-28 Don Breazeal <donb@codesourcery.com>
6428
6429 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6430 tests for remote targets by checking is_target_gdbserver.
6431
6432 2015-05-27 Doug Evans <dje@google.com>
6433
6434 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6435 * gdb.dwarf2/opaque-type-lookup.c: New file.
6436 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6437
6438 2015-05-26 Doug Evans <dje@google.com>
6439
6440 * gdb.cp/iostream.cc: New file.
6441 * gdb.cp/iostream.exp: New file.
6442
6443 2015-05-26 Doug Evans <dje@google.com>
6444
6445 * gdb.dwarf2/dw2-op-call.exp: Update.
6446 * gdb.dwarf2/dw4-sig-types.exp: Update.
6447 * gdb.dwarf2/implptr.exp: Update.
6448 * gdb.mi/mi-cmd-param-changed.exp: Update.
6449
6450 2015-05-26 Doug Evans <dje@google.com>
6451
6452 * gdb.python/py-lazy-string.c: New file.
6453 * gdb.python/py-lazy-string.exp: New file.
6454 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6455 (main): Update. Add estring3.
6456 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6457 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6458
6459 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
6460 Yao Qi <yao.qi@linaro.org>
6461
6462 * gdb.reverse/aarch64.c: New.
6463 * gdb.reverse/aarch64.exp: New.
6464
6465 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
6466
6467 * lib/gdb.exp (supports_process_record): Return true for
6468 aarch64*-linux*.
6469 (supports_reverse): Likewise.
6470
6471 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
6472
6473 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6474 Use with_test_prefix.
6475
6476 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6477
6478 * gdb.base/completion.exp: Add test for completion of layout
6479 names.
6480
6481 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
6482
6483 * lib/gdb.exp (skip_tui_tests): New proc.
6484 * gdb.base/tui-layout.exp: Check skip_tui_tests.
6485
6486 2015-05-19 Pedro Alves <palves@redhat.com>
6487
6488 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6489 Save the whole env array instead of just HOME. Unset HISTSIZE in
6490 the environment while testing. Restore whole environment
6491 afterwards.
6492
6493 2015-05-16 Doug Evans <xdje42@gmail.com>
6494
6495 * gdb.guile/scm-ports.c: New file.
6496 * gdb.guile/scm-ports.exp: Add memory port tests.
6497
6498 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6499
6500 * gdb.compile/compile-print.c: New file.
6501 * gdb.compile/compile-print.exp: New file.
6502
6503 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6504
6505 * gdb.compile/compile-ops.exp: Cast param to void.
6506 * gdb.compile/compile.exp: Complete type for _gdb_expr.
6507 (compile code struct_object.selffield = &struct_object): Add xfail.
6508
6509 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6510
6511 * gdb.ada/arr_enum_with_gap: New testcase.
6512
6513 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6514
6515 * gdb.ada/byte_packed_arr: New testcase.
6516
6517 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6518
6519 * gdb.ada/pckd_neg: New testcase.
6520
6521 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
6522
6523 PR gdb/17820
6524 * gdb.base/gdbinit-history.exp: New test.
6525 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6526 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6527
6528 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
6529
6530 * gdb.python/py-xmethods.cc: Enhance test case.
6531 * gdb.python/py-xmethods.exp: New tests.
6532 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6533 function.
6534 (B_indexoper): Likewise.
6535 (global_dm_list) : Add new xmethod worker functions.
6536
6537 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
6538
6539 * gdb.base/coredump-filter.exp: Correctly unset
6540 "coredump_var_addr" array.
6541
6542 2015-05-08 Pedro Alves <palves@redhat.com>
6543
6544 * gdb.server/non-existing-program.exp: Unset spawn_id.
6545
6546 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
6547
6548 PR python/18291
6549 * gdb.python/py-xmethods.exp: Add tests.
6550
6551 2015-05-08 Yao Qi <yao.qi@linaro.org>
6552
6553 PR gdb/18208
6554 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6555 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6556 function set_coredump_filter, and remove remote_exec call.
6557 Remove argument ipid. Callers update.
6558 (top level): Don't get inferior's PID.
6559
6560 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
6561
6562 * gdb.base/watch_thread_num.exp: Skip test on targets without
6563 access watchpoints.
6564
6565 2015-05-06 Pedro Alves <palves@redhat.com>
6566
6567 PR server/18081
6568 * gdb.server/non-existing-program.exp: New file.
6569
6570 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6571
6572 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6573
6574 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6575
6576 * gdb.ada/out_of_line_in_inlined: New testcase.
6577
6578 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6579
6580 * gdb.ada/var_rec_arr: New testcase.
6581
6582 2015-04-30 Yao Qi <yao.qi@linaro.org>
6583
6584 * gdb.base/break-idempotent.exp: If
6585 skip_hw_watchpoint_multi_tests returns true, skip the tests
6586 on "rwatch" and "awatch".
6587
6588 2015-04-30 Yao Qi <yao.qi@linaro.org>
6589
6590 * gdb.base/relativedebug.exp: Invoke gdb command
6591 "info sharedlibrary", and if libc.so doesn't have debug info,
6592 skip the test.
6593
6594 2015-04-29 Doug Evans <dje@google.com>
6595
6596 * gdb.python/py-xmethods.exp: Add ptype tests.
6597 * gdb.python/py-xmethods.py (E_method_char_worker): Add
6598 get_result_type method.
6599
6600 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
6601
6602 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
6603 the target does not support hardware watchpoints.
6604
6605 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
6606
6607 * gdb.base/break-always.exp: Abort testing if writing to memory
6608 causes an error.
6609
6610 2015-04-28 Doug Evans <dje@google.com>
6611
6612 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
6613 * gdb.python/py-pp-registration.exp: ... here. New file.
6614 * gdb.python/py-pp-registration.c: New file.
6615 * gdb.python/py-pp-registration.py: New file.
6616
6617 2015-04-28 Doug Evans <dje@google.com>
6618
6619 * gdb.python/py-bad-printers.c: New file.
6620 * gdb.python/py-bad-printers.py: New file.
6621 * gdb.python/py-bad-printers.exp: New file.
6622
6623 2015-04-28 Sasha Smundak <asmundak@google.com>
6624
6625 * gdb.python/py-type.exp: New test.
6626
6627 2015-04-28 Andy Wingo <wingo@igalia.com>
6628
6629 * gdb.python/py-parameter.exp:
6630 * gdb.guile/scm-parameter.exp: Escape the path that we are
6631 matching against, as it might contain characters that are special
6632 to regular expressions.
6633
6634 2015-04-27 Joel Brobecker <brobecker@adacore.com>
6635
6636 * gdb.ada/rec_comp: New testcase.
6637
6638 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
6639
6640 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
6641 before using it.
6642
6643 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
6644
6645 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
6646 new tests for verilog output.
6647
6648 2015-04-24 Yao Qi <yao.qi@linaro.org>
6649
6650 * boards/remote-gdbserver-on-localhost.exp: New file.
6651
6652 2015-04-23 Pedro Alves <palves@redhat.com>
6653
6654 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
6655 $inferior_spawn_id instead of $inferior_spawn_id directly. On
6656 "end of file", remove $inferior_spawn_id from the indirect list.
6657
6658 2015-04-23 Pedro Alves <palves@redhat.com>
6659
6660 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
6661
6662 2015-04-23 Pedro Alves <palves@redhat.com>
6663
6664 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
6665 on $any_spawn_id instead of only on $gdb_spawn_id.
6666
6667 2015-04-21 Pierre Muller <muller@sourceware.org>
6668
6669 PR pascal/17815
6670 * lib/pascal.exp (gpc_compile): Add new option "class".
6671 (fpc_compile): Likewise.
6672 * gdb.pascal/case-insensitive-symbols.pas: New file.
6673 * gdb.pascal/case-insensitive-symbols.exp: New file.
6674
6675 2015-04-20 Gary Benson <gbenson@redhat.com>
6676
6677 * gdb.base/attach.exp: Fix three extended remote failures.
6678
6679 2015-04-17 Gary Benson <gbenson@redhat.com>
6680
6681 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
6682 the main executable over the remote protocol.
6683
6684 2015-04-16 Pedro Alves <palves@redhat.com>
6685
6686 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
6687 a new gdbserver if gdbserver_reconnect_p is set.
6688
6689 2015-04-16 Pedro Alves <palves@redhat.com>
6690
6691 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
6692 is set, don't exit gdbserver.
6693
6694 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6695
6696 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
6697 appropriate .insn, such that an older assembler can be used.
6698 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
6699 the z/Architecture instruction set on 31-bit targets as well.
6700
6701 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6702
6703 * gdb.go/handcall.exp: Remove all logic related to the first
6704 breakpoint and rely on go_runto_main instead.
6705 * gdb.go/strings.exp: Likewise.
6706 * gdb.go/unsafe.exp: Likewise.
6707 * gdb.go/hello.exp: Likewise. Also rename the remaining
6708 breakpoint marker to "breakpoint 1".
6709 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
6710 * gdb.go/strings.go: Likewise.
6711 * gdb.go/unsafe.go: Likewise.
6712 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
6713 "set breakpoint 2 here" and rename the remaining breakpoint marker
6714 to "breakpoint 1".
6715
6716 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
6717
6718 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
6719 if itertools.imap is not present.
6720 * gdb.python/py-objfile.exp: Add parentheses.
6721 * gdb.python/py-type.exp: Same.
6722 * gdb.python/py-unwind-maint.py: Same.
6723
6724 2015-04-15 Yao Qi <yao.qi@linaro.org>
6725
6726 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
6727 of ":$ptr_size" and set its form explicitly.
6728
6729 2015-04-15 Pedro Alves <palves@redhat.com>
6730 Yao Qi <yao.qi@linaro.org>
6731
6732 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
6733 timeout by factor of 4.
6734 (test_regular_watch): Likewise.
6735 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
6736 * gdb.reverse/sigall-reverse.exp: Likewise.
6737 * gdb.reverse/until-precsave.exp: Likewise.
6738 * lib/gdb.exp (with_timeout_factor): New proc.
6739 (gdb_expect): Move some code to ...
6740 (get_largest_timeout): ... here. New procedure.
6741
6742 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
6743
6744 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
6745
6746 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
6747
6748 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
6749 to write to the .text section.
6750
6751 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
6752
6753 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
6754 Handle the case of targets that do not provide PID information.
6755
6756 2015-04-13 Yao Qi <yao.qi@linaro.org>
6757
6758 * lib/gdbserver-support.exp (gdb_exit): Catch exception
6759 and use expect instead of gdb_expect.
6760
6761 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
6762
6763 * gdb.base/coredump-filter.exp: Rename variable "addr" to
6764 "coredump_var_addr" to avoid naming conflict with other testcases.
6765
6766 2015-04-10 Pedro Alves <palves@redhat.com>
6767
6768 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
6769 gdb_test_sequence and gdb_assert.
6770
6771 2015-04-10 Pedro Alves <palves@redhat.com>
6772
6773 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
6774 test messages that don't include the breakpoint address.
6775
6776 2015-04-10 Yao Qi <yao.qi@linaro.org>
6777
6778 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
6779 false for some offset and width combinations which aren't
6780 supported by linux kernel.
6781
6782 2015-04-10 Pedro Alves <palves@redhat.com>
6783
6784 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
6785 procedure, factored out from ...
6786 (top level): ... here. Add "set displaced-stepping" testing axis.
6787 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
6788 parameter "displaced". Use it.
6789 (top level): Use foreach and add "set displaced-stepping" testing
6790 axis.
6791
6792 2015-04-10 Pedro Alves <palves@redhat.com>
6793
6794 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
6795 Remove comment.
6796 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
6797 both the address of the instruction that triggers the watchpoint
6798 and the address of the instruction immediately after, and use
6799 those addresses for the test. Fix comment.
6800
6801 2015-04-10 Pedro Alves <palves@redhat.com>
6802
6803 * gdb.base/sigstep.exp (breakpoint_to_handler)
6804 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
6805 Test "backtrace" in handler.
6806 (breakpoint_over_handler): New parameter 'displaced'. Use it.
6807 (top level): Add new "displaced" test axis to
6808 breakpoint_to_handler, breakpoint_to_handler_entry and
6809 breakpoint_over_handler.
6810
6811 2015-04-10 Pedro Alves <palves@redhat.com>
6812
6813 PR gdb/18216
6814 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
6815
6816 2015-04-10 Yao Qi <yao.qi@linaro.org>
6817
6818 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
6819 (test_add_rn_pc): New function.
6820 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
6821 (top level): Invoke test_add_rn_pc.
6822
6823 2015-04-10 Pedro Alves <palves@redhat.com>
6824
6825 PR gdb/13858
6826 * gdb.base/step-over-no-symbols.exp: New file.
6827
6828 2015-04-09 Andy Wingo <wingo@igalia.com>
6829
6830 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
6831 after the Python tests.
6832
6833 2015-04-08 Keith Seitz <keiths@redhat.com>
6834
6835 PR python/16699
6836 * gdb.python/py-completion.exp: New tests for completion.
6837 * gdb.python/py-completion.py (CompleteLimit1): New class.
6838 (CompleteLimit2): Likewise.
6839 (CompleteLimit3): Likewise.
6840 (CompleteLimit4): Likewise.
6841 (CompleteLimit5): Likewise.
6842 (CompleteLimit6): Likewise.
6843 (CompleteLimit7): Likewise.
6844
6845 2015-04-08 Pedro Alves <palves@redhat.com>
6846
6847 PR gdb/18214
6848 PR gdb/18216
6849 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
6850 function.
6851 (main): Install it as SIGUSR1 handler.
6852 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
6853 parameter. Always use "setup" as prefix. Toggle "set
6854 displaced-stepping" off/on depending on global. Don't switch to
6855 thread 1 here.
6856 (top level): Add displaced stepping "off/on" test axis. Update
6857 "setup" calls. Wrap each subtest with with_test_prefix. Test
6858 continuing with a queued signal in each thread.
6859
6860 2015-04-08 Pedro Alves <palves@redhat.com>
6861
6862 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
6863 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
6864 gdb_breakpoint instead of gdb_test that doesn't expect anything.
6865 Return early if running to main fails.
6866 * gdb.trace/while-stepping.exp: Likewise.
6867
6868 2015-04-07 Pedro Alves <palves@redhat.com>
6869
6870 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
6871 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
6872 interact with inferior program.
6873
6874 2015-04-07 Pedro Alves <palves@redhat.com>
6875
6876 * lib/gdb.exp (inferior_spawn_id): New global.
6877 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
6878 spawn id after processing the user code.
6879 (default_gdb_start): Set inferior_spawn_id.
6880 (send_inferior): New procedure.
6881 * lib/gdbserver-support.exp (gdbserver_start): Set
6882 inferior_spawn_id.
6883 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
6884
6885 2015-04-07 Pedro Alves <palves@redhat.com>
6886
6887 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
6888 * lib/gdbserver-support.exp (gdbserver_start): Make
6889 $server_spawn_id global.
6890 (gdbserver_start): Don't wait for gdbserver's spawn id with
6891 expect_background.
6892 (close_gdbserver): New procedure.
6893 (gdb_exit): Rename the default version and reimplement.
6894
6895 2015-04-07 Pedro Alves <palves@redhat.com>
6896
6897 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
6898 append the substituted item, not the original item.
6899
6900 2015-04-07 Pedro Alves <palves@redhat.com>
6901
6902 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
6903 gdb_expect.
6904
6905 2015-04-07 Pedro Alves <palves@redhat.com>
6906
6907 * gdb.base/interrupt.exp: Don't handle the case of the inferior
6908 output appearing once only.
6909
6910 2015-04-07 Pedro Alves <palves@redhat.com>
6911
6912 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
6913 that doesn't expect anything. Return early if running to main
6914 fails.
6915
6916 2015-04-07 Yao Qi <yao.qi@linaro.org>
6917
6918 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
6919 (child_function): Call alarm.
6920 (main): Move call to alarm into the loop.
6921 * gdb.threads/non-stop-fair-events.exp: Build program with
6922 -DTIMEOUT=$timeout.
6923
6924 2015-04-06 Doug Evans <xdje42@gmail.com>
6925
6926 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
6927 Fix dest parameter to board_info.
6928 (fpc_compile): Ditto.
6929 (gdb_compile_pascal): Rename dest arg to destfile.
6930
6931 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
6932
6933 * gdb.ada/funcall_ref.exp: New file.
6934 * gdb.ada/funcall_ref/foo.adb: New file.
6935
6936 2015-04-02 Yao Qi <yao.qi@linaro.org>
6937
6938 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
6939 is remote.
6940
6941 2015-04-02 Gary Benson <gbenson@redhat.com>
6942
6943 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
6944
6945 2015-04-01 Sasha Smundak <asmundak@google.com>
6946
6947 * gdb.python/py-unwind-maint.c: New file.
6948 * gdb.python/py-unwind-maint.exp: New test.
6949 * gdb.python/py-unwind-maint.py: New file.
6950 * gdb.python/py-unwind.c: New file.
6951 * gdb.python/py-unwind.exp: New test.
6952 * gdb.python/py-unwind.py: New test.
6953
6954 2015-04-01 Pedro Alves <palves@redhat.com>
6955
6956 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
6957 to fail instead of non-existent $test.
6958
6959 2015-04-01 Pedro Alves <palves@redhat.com>
6960
6961 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
6962 GDBFLAGS if not empty.
6963
6964 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
6965
6966 * gdb.ada/complete.exp: Remove "multi_line".
6967 * gdb.ada/info_exc.exp: Remove "multi_line".
6968 * gdb.ada/packed_tagged.exp: Remove "multi_line".
6969 * gdb.ada/ptype_field.exp: Remove "multi_line".
6970 * gdb.ada/sym_print_name.exp: Remove "multi_line".
6971 * gdb.ada/tagged.exp: Remove "multi_line".
6972 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
6973 [multi_line ...]
6974 * gdb.btrace/delta.exp: Likewise.
6975 * gdb.btrace/exception.exp: Likewise.
6976 * gdb.btrace/function_call_history.exp: Likewise.
6977 * gdb.btrace/instruction_history.exp: Likewise.
6978 * gdb.btrace/nohist.exp: Likewise.
6979 * gdb.btrace/record_goto.exp: Likewise.
6980 * gdb.btrace/segv.exp: Likewise.
6981 * gdb.btrace/stepi.exp: Likewise.
6982 * gdb.btrace/tailcall.exp: Likewise.
6983 * gdb.btrace/unknown_functions.exp: Likewise.
6984 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
6985 * lib/gdb.exp: Add the "multi_line" helper.
6986
6987 2015-04-01 Pedro Alves <palves@redhat.com>
6988
6989 * gdb.threads/tid-reuse.c: New file.
6990 * gdb.threads/tid-reuse.exp: New file.
6991
6992 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
6993
6994 PR corefiles/16092
6995 * gdb.base/coredump-filter.c: New file.
6996 * gdb.base/coredump-filter.exp: Likewise.
6997
6998 2015-03-27 Petr Machata <pmachata@redhat.com>
6999
7000 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
7001 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
7002 (Dwarf::assemble): Initialize them.
7003 (Dwarf::lines): New function.
7004
7005 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
7006
7007 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
7008 SYMBOL_PREFIX for x86_64-*-cygwin.
7009
7010 2015-03-26 Andy Wingo <wingo@igalia.com>
7011
7012 PR symtab/18148
7013 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
7014 const_value but not a location.
7015 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7016 location defined in non-main CUs are visible.
7017
7018 2015-03-26 Yao Qi <yao.qi@linaro.org>
7019
7020 PR testsuite/18139
7021 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7022 Add a line number entry for the same line.
7023 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7024 Add a line number entry for the same line.
7025
7026 2015-03-26 Yao Qi <yao.qi@linaro.org>
7027
7028 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7029 .int 0.
7030 (func): Likewise. Add .Lfunc_1 label.
7031 Use .Lfunc_1 label.
7032 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7033 .int 0.
7034 (func): Likewise.
7035 Use .Lfunc_1 label.
7036
7037 2015-03-26 Yao Qi <yao.qi@linaro.org>
7038
7039 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
7040 Call gdb_compile instead to compile each .s files without debug
7041 information.
7042
7043 2015-03-26 Yao Qi <yao.qi@linaro.org>
7044
7045 * gdb.base/savedregs.exp (process_saved_regs): Make
7046 "Saved registers:" optional in the pattern.
7047
7048 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7049
7050 * gdb.btrace/next.exp: Merged into step.exp.
7051 * gdb.btrace/finish.exp: Merged into step.exp.
7052 * gdb.btrace/nexti.exp: Merged into stepi.exp.
7053 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
7054 "record goto" and checking the exact replay position.
7055 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
7056 check for "Recording format" in "info record" output.
7057 * gdb.btrace/record_goto.exp: Choose test file based on target.
7058 * gdb.btrace/x86-record_goto.S: Renamed into ...
7059 * gdb.btrace/x86_64-record_goto.S: ... this.
7060 * gdb.btrace/i686-record_goto.S: New.
7061 * gdb.btrace/x86-tailcall.S: Renamed into ...
7062 * gdb.btrace/x86_64-tailcall.S: ... this.
7063 * gdb.btrace/i686-tailcall.S: New.
7064 * gdb.btrace/x86-tailcall.c: Renamed into ...
7065 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
7066 separate statements. Update test.
7067 * gdb.btrace/delta.exp: Use record_goto.c as test file.
7068 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7069 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7070 * gdb.btrace/tailcall.exp: Choose test file based on target.
7071 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7072
7073 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7074
7075 * gdb.btrace/exception.exp: Increase BTS buffer size.
7076
7077 2015-03-24 Pedro Alves <palves@redhat.com>
7078
7079 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7080
7081 2015-03-24 Pedro Alves <palves@redhat.com>
7082
7083 * gdb.threads/schedlock.exp (test_step): No longer expect that
7084 "set scheduler-locking step" with "next" over a function call runs
7085 threads unlocked.
7086
7087 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7088
7089 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7090
7091 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7092
7093 PR breakpoints/16466
7094 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7095 * gdb.mi/mi-pending.c (thread_func): New function.
7096 (int main): Add threading support required.
7097 * gdb.mi/mi-pending.exp: Add tests for this issue.
7098 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7099 (pendfunc2): Remove stdio dependency.
7100 * gdb.mi/mi-pendshr2.c: New file.
7101
7102 2015-03-23 Keith Seitz <keiths@redhat.com>
7103
7104 * gdb.linespec/keywords.c: New file.
7105 * gdb.linespec/keywords.exp: New file.
7106
7107 2015-03-23 Keith Seitz <keiths@redhat.com>
7108
7109 PR gdb/18021
7110 * gdb.dwarf2/staticvirtual.exp: New test.
7111
7112 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7113
7114 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7115 * README: Remove HP-UX and gdb.hp.
7116 (configuration):
7117 * configure: Regenerate.
7118 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7119 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7120 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7121 gdb.hp/gdb.defects/Makefile.
7122 * gdb.hp/Makefile.in: File deleted.
7123 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7124 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7125 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7126 * gdb.hp/gdb.aCC/run.c: File deleted.
7127 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7128 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7129 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7130 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7131 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7132 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7133 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7134 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7135 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7136 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7137 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7138 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7139 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7140 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7141 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7142 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7143 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7144 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7145 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7146 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7147 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7148 * gdb.hp/gdb.compat/average.c: File deleted.
7149 * gdb.hp/gdb.compat/sum.c: File deleted.
7150 * gdb.hp/gdb.compat/xdb.c: File deleted.
7151 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7152 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7153 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7154 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7155 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7156 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7157 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7158 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7159 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7160 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7161 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7162 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7163 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7164 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7165 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7166 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7167 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7168 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7169 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7170 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7171 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7172 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7173 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7174 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7175 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7176 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7177 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7178 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7179 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7180 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7181 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7182 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7183 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7184 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7185 * gdb.hp/tools/odump: File deleted.
7186
7187 2015-03-19 Pedro Alves <palves@redhat.com>
7188
7189 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7190 (saw_thread_3): New globals.
7191 (top level): Increment them when an event for the corresponding
7192 thread is seen.
7193 (no thread starvation): New test.
7194
7195 2015-03-19 Pedro Alves <palves@redhat.com>
7196
7197 * gdb.threads/continue-pending-status.c: New file.
7198 * gdb.threads/continue-pending-status.exp: New file.
7199
7200 2015-03-18 Pedro Alves <palves@redhat.com>
7201
7202 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7203 Use gdb_is_target_remote instead of is_remote. Use
7204 gdb_test_multiple instead of gdb_expect. Exit early if
7205 gdb_test_multiple hits its internal matches. Tighten stepi tests
7206 expected output. Fail on exit with any signal, instead of just
7207 SIGILL.
7208
7209 2015-03-18 Yao Qi <yao.qi@linaro.org>
7210
7211 PR tdep/18107
7212 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7213 variable.
7214 * gdb.base/catch-syscall.exp: Don't skip it on
7215 aarch64*-*-linux* target. Remove elements in all_syscalls.
7216 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7217 target.
7218 (setup_all_syscalls): New proc.
7219
7220 2015-03-16 Yao Qi <yao.qi@linaro.org>
7221
7222 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7223 (top level): Skip tests if valid_addr_p returns false for
7224 $cmd1 or $cmd2.
7225
7226 2015-03-11 Andy Wingo <wingo@igalia.com>
7227
7228 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7229
7230 2015-03-11 Yao Qi <yao.qi@linaro.org>
7231
7232 * gdb.base/catch-syscall.exp: Fix typo in comments.
7233
7234 2015-03-11 Yao Qi <yao.qi@linaro.org>
7235
7236 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7237
7238 2015-03-09 Pedro Alves <palves@redhat.com>
7239
7240 * dg-extract-results.py: Delete.
7241
7242 2015-03-09 Pedro Alves <palves@redhat.com>
7243
7244 Merge dg-extract-results.sh from GCC upstream (r218843).
7245
7246 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7247 * dg-extract-results.sh: Use --text with grep to avoid issues with
7248 binary files. Fall back to cat -v, if that doesn't work.
7249
7250 2015-03-05 Pedro Alves <palves@redhat.com>
7251
7252 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7253
7254 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7255
7256 * lib/mi-support.exp (mi_expect_interrupt): Accept
7257 alternative event for when in all-stop mode.
7258
7259 2015-03-04 Pedro Alves <palves@redhat.com>
7260
7261 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7262
7263 2015-03-04 Mark Kettenis <kettenis@gnu.org>
7264
7265 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7266
7267 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7268
7269 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7270 regexps for GDB's current line display, accept a hex address
7271 preceding the line number.
7272
7273 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7274
7275 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7276 the 'arch1' variable for "s390*-linux*" targets.
7277
7278 2015-03-04 Pedro Alves <palves@redhat.com>
7279
7280 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7281 (main): Pass missing retval argument to pthread_join call.
7282
7283 2015-03-02 Pedro Alves <palves@redhat.com>
7284
7285 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7286 (top level): Call do_test with non-stop as well.
7287
7288 2015-03-02 Pedro Alves <palves@redhat.com>
7289
7290 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7291 -1.
7292
7293 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7294
7295 * gdb.arch/s390-vregs.exp: New test.
7296 * gdb.arch/s390-vregs.S: New file.
7297
7298 2015-02-27 Pedro Alves <palves@redhat.com>
7299
7300 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7301 call to catch_command_errors.
7302 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7303 catch_command_errors.
7304
7305 2015-02-27 Pedro Alves <palves@redhat.com>
7306
7307 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7308 "true" for boolean result.
7309 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7310 prototype of main.
7311
7312 2015-02-27 Pedro Alves <palves@redhat.com>
7313
7314 * lib/unbuffer_output.c: New file.
7315 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7316 (main): Call gdb_unbuffer_output.
7317
7318 2015-02-27 Yao Qi <yao.qi@linaro.org>
7319
7320 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7321 target.
7322
7323 2015-02-26 Doug Evans <dje@google.com>
7324
7325 * gdb.cp/class2.cc (Dbase, D): New classes.
7326 (main): New local delta.
7327 * gdb.cp/class2.exp: Test printing delta.
7328 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7329 (dynbar): New global.
7330 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7331
7332 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7333
7334 * gdb.compile/compile-ifunc.c: New file.
7335 * gdb.compile/compile-ifunc.exp: New file.
7336
7337 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7338
7339 * gdb.base/structs.exp: Check for correct struct on finish.
7340
7341 2015-02-26 Yao Qi <yao.qi@linaro.org>
7342
7343 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7344 is zero.
7345
7346 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7347
7348 * gdb.arch/cordic.ko.bz2: New file.
7349 * gdb.arch/cordic.ko.debug.bz2: New file.
7350 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7351
7352 2015-02-25 Yao Qi <yao.qi@linaro.org>
7353
7354 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7355 aarch64*-*-* target.
7356
7357 2015-02-23 Pedro Alves <palves@redhat.com>
7358
7359 * lib/gdb.exp (delete_breakpoints): Rewrite using
7360 gdb_test_multiple.
7361
7362 2015-02-23 Pedro Alves <palves@redhat.com>
7363
7364 * gdb.base/info-os.c: Include stdlib.h.
7365
7366 2015-02-22 Doug Evans <xdje42@gmail.com>
7367
7368 PR symtab/17855
7369 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7370 is read after symbols have been re-read.
7371 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7372 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7373
7374 2015-02-21 Doug Evans <dje@google.com>
7375
7376 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7377
7378 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7379
7380 PR corefiles/17808
7381 * gdb.arch/i386-biarch-core.core.bz2: New file.
7382 * gdb.arch/i386-biarch-core.exp: New file.
7383
7384 2015-02-21 Pedro Alves <palves@redhat.com>
7385
7386 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7387 runto_main fails.
7388
7389 2015-02-20 Pedro Alves <palves@redhat.com>
7390
7391 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7392 info probes.
7393
7394 2015-02-20 Pedro Alves <palves@redhat.com>
7395
7396 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7397
7398 2015-02-20 Pedro Alves <palves@redhat.com>
7399
7400 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7401 clean_restart before gdb_target_supports_trace.
7402
7403 2015-02-20 Pedro Alves <palves@redhat.com>
7404
7405 PR threads/18006
7406 * gdb.threads/clone-thread_db.c: New file.
7407 * gdb.threads/clone-thread_db.exp: New file.
7408
7409 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7410
7411 PR breakpoints/16812
7412 * gdb.base/catch-gdb-caused-signals.c: New file.
7413 * gdb.base/catch-gdb-caused-signals.exp: New file.
7414
7415 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7416
7417 * configure: Regenerated.
7418 * configure.ac: Use GDB_AC_TRANSFORM.
7419 * aclocal.m4: sinclude ../transform.m4.
7420
7421 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7422
7423 * lib/dtrace.exp: New file.
7424 * gdb.base/dtrace-probe.exp: Likewise.
7425 * gdb.base/dtrace-probe.d: Likewise.
7426 * gdb.base/dtrace-probe.c: Likewise.
7427 * lib/pdtrace.in: Likewise.
7428 * configure.ac: Output variables with the transformed names of
7429 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
7430 * configure: Regenerated.
7431
7432 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7433
7434 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7435 expected message when trying to access $_probe_* convenience
7436 variables while not on a probe.
7437
7438 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7439
7440 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7441
7442 2015-02-11 Pedro Alves <pedro@codesourcery.com>
7443
7444 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7445 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7446
7447 2015-02-10 Doug Evans <xdje42@gmail.com>
7448
7449 * lib/gdb.exp (gdb_load): Always return a result.
7450
7451 2015-02-10 Pedro Alves <palves@redhat.com>
7452
7453 * gdb.threads/signal-sigtrap.c: New file.
7454 * gdb.threads/signal-sigtrap.exp: New file.
7455
7456 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7457
7458 * gdb.trace/no-attach-trace.c: New file.
7459 * gdb.trace/no-attach-trace.exp: New file.
7460
7461 2015-02-09 Mark Wielaard <mjw@redhat.com>
7462
7463 * gdb.dwarf2/atomic.c: New file.
7464 * gdb.dwarf2/atomic-type.exp: Likewise.
7465
7466 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7467
7468 * gdb.btrace/buffer-size.exp: Update "info record" output.
7469 * gdb.btrace/delta.exp: Update "info record" output.
7470 * gdb.btrace/enable.exp: Update "info record" output.
7471 * gdb.btrace/finish.exp: Update "info record" output.
7472 * gdb.btrace/instruction_history.exp: Update "info record" output.
7473 * gdb.btrace/next.exp: Update "info record" output.
7474 * gdb.btrace/nexti.exp: Update "info record" output.
7475 * gdb.btrace/step.exp: Update "info record" output.
7476 * gdb.btrace/stepi.exp: Update "info record" output.
7477 * gdb.btrace/nohist.exp: Update "info record" output.
7478
7479 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7480
7481 * gdb.btrace/buffer-size: New.
7482
7483 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7484
7485 * gdb.btrace/delta.exp: Update "info record" output.
7486 * gdb.btrace/enable.exp: Update "info record" output.
7487 * gdb.btrace/finish.exp: Update "info record" output.
7488 * gdb.btrace/instruction_history.exp: Update "info record" output.
7489 * gdb.btrace/next.exp: Update "info record" output.
7490 * gdb.btrace/nexti.exp: Update "info record" output.
7491 * gdb.btrace/step.exp: Update "info record" output.
7492 * gdb.btrace/stepi.exp: Update "info record" output.
7493 * gdb.btrace/nohist.exp: Update "info record" output.
7494
7495 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
7496
7497 PR gdb/15678
7498 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7499
7500 2015-02-06 Pedro Alves <palves@redhat.com>
7501
7502 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7503 macro.
7504 (seconds_left, again): New globals.
7505 (main): Wait seconds_left in a 1-second sleep loop instead of
7506 sleeping 180 seconds. If 'again' is set, reset the seconds
7507 counter.
7508 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7509 'again' in the inferior before detaching. Print the seconds left.
7510 (options): New global.
7511 (top level): Build program with -DTIMEOUT=$timeout.
7512
7513 2015-02-06 Pedro Alves <palves@redhat.com>
7514
7515 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7516 determine how many seconds to pass to 'alarm'.
7517 * gdb.base/gdb-sigterm.exp (top level): Build program with
7518 -DTIMEOUT=$timeout.
7519 (do_test): Return success/failure indication. Add more verbose
7520 logging. Don't fail if 200 single steps are seen. Instead, fail
7521 when the test times out.
7522 (passes): New global.
7523 (top level): Break the testing loop if testing fails on any
7524 iteration. Use gdb_assert.
7525
7526 2015-02-04 Don Breazeal <donb@codesourcery.com>
7527
7528 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7529 and initialize them.
7530 (ipc_cleanup): New function.
7531 (main): Don't declare shmid, semid, and msqid. Add a call to
7532 atexit so that we call ipc_cleanup on exit.
7533
7534 2015-02-04 Pedro Alves <palves@redhat.com>
7535
7536 * boards/native-extended-gdbserver.exp: Remove any target variant
7537 specifications from the board name before clearing the isremote
7538 flag from board_info.
7539
7540 2015-01-31 Doug Evans <xdje42@gmail.com>
7541
7542 * gdb.base/maint.exp <maint print type argc>: Update expected output.
7543
7544 2015-01-31 Gary Benson <gbenson@redhat.com>
7545
7546 * gdb.base/completion.exp: Disable completion limiting for
7547 existing tests. Add new tests to check completion limiting.
7548 * gdb.linespec/ls-errs.exp: Disable completion limiting.
7549
7550 2015-01-31 Doug Evans <xdje42@gmail.com>
7551
7552 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7553
7554 2015-01-31 Doug Evans <xdje42@gmail.com>
7555
7556 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7557 entries. Duplicate file section script entries.
7558 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7559 inlined entries. Add test for safe-path rejection.
7560 * gdb.python/py-section-script.c: Add duplicate inlined section script
7561 entries. Duplicate file section script entries.
7562 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7563 inlined entries. Add test for safe-path rejection.
7564
7565 2015-01-29 Joel Brobecker <brobecker@adacore.com>
7566
7567 * gdb.ada/disc_arr_bound: New testcase.
7568
7569 2015-01-29 Joel Brobecker <brobecker@adacore.com>
7570
7571 * gdb.ada/mi_var_array: New testcase.
7572
7573 2015-01-27 Doug Evans <dje@google.com>
7574
7575 * gdb.python/py-objfile.exp: Add tests for objfile.username.
7576 Add test for objfile.filename, objfile.username after objfile
7577 has been unloaded.
7578
7579 2015-01-26 Joel Brobecker <brobecker@adacore.com>
7580
7581 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7582 the second test to print the name attribute of value
7583 returned by the call to gdb.lookup_type, and adjust
7584 the expected output accordingly.
7585
7586 2015-01-25 Mark Wielaard <mjw@redhat.com>
7587
7588 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7589 * gdb.base/disp-step-fork.c: Include unistd.h.
7590 * gdb.base/siginfo-obj.c: Include stdio.h.
7591 * gdb.base/siginfo-thread.c: Likewise.
7592 * gdb.mi/non-stop.c: Include unistd.h.
7593 * gdb.mi/nsthrexec.c: Include stdio.h.
7594 * gdb.mi/pthreads.c: Include unistd.h.
7595 * gdb.modula2/unbounded1.c (main): Declare returns int.
7596 * gdb.reverse/consecutive-reverse.c: Likewise.
7597 * gdb.threads/create-fail.c: Include unistd.h.
7598 * gdb.threads/killed.c: Likewise.
7599 * gdb.threads/linux-dp.c: Likewise.
7600 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
7601 * gdb.threads/non-ldr-exc-2.c: Likewise.
7602 * gdb.threads/non-ldr-exc-3.c: Likewise.
7603 * gdb.threads/non-ldr-exc-4.c: Likewise.
7604 * gdb.threads/pthreads.c: Include unistd.h.
7605 (main): Declare returns int.
7606 * gdb.threads/tls-main.c (foo): New declaration.
7607 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
7608
7609 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
7610
7611 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
7612 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
7613
7614 2015-01-15 Mark Wielaard <mjw@redhat.com>
7615
7616 * gdb.base/noreturn-return.c: New file.
7617 * gdb.base/noreturn-return.exp: New file.
7618 * gdb.base/noreturn-finish.c: New file.
7619 * gdb.base/noreturn-finish.exp: New file.
7620
7621 2015-01-23 Pedro Alves <palves@redhat.com>
7622
7623 * gdb.threads/continue-pending-after-query.c: New file.
7624 * gdb.threads/continue-pending-after-query.exp: New file.
7625
7626 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
7627 Simon Marchi <simon.marchi@ericsson.com>
7628
7629 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
7630 * gdb.base/valgrind-db-attach.exp: Same.
7631 * gdb.base/valgrind-infcall.exp: Same.
7632 * lib/mi-support.exp (default_mi_gdb_start): Same.
7633 * lib/prompt.exp (default_prompt_gdb_start): Same.
7634 * lib/gdb.exp (default_gdb_spawn): Same.
7635 (gdb_interact): New.
7636
7637
7638 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7639
7640 * gdb.compile/compile.exp (pointer to jit function): New test.
7641
7642 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
7643
7644 * lib/gdb.exp (supports_process_record): Return true for
7645 powerpc*-*-linux*.
7646 (supports_reverse): Likewise.
7647
7648 2015-01-15 Don Breazeal <donb@codesourcery.com>
7649
7650 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
7651 instead of checking whether the target board is remote and
7652 use spawn_wait_for_attach instead of exec/sleep.
7653 * gdb.base/attach-twice.exp: Likewise.
7654
7655 2015-01-15 Joel Brobecker <brobecker@adacore.com>
7656
7657 * gdb.ada/var_arr_attrs: New testcase.
7658
7659 2015-01-14 Pedro Alves <palves@redhat.com>
7660 Joel Brobecker <brobecker@adacore.com>
7661
7662 PR gdb/17525
7663 * gdb.base/bp-cmds-execution-x-script.c: New file.
7664 * gdb.base/bp-cmds-execution-x-script.exp: New file.
7665 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
7666
7667 2015-01-14 Pedro Alves <palves@redhat.com>
7668
7669 PR cli/17828
7670 * gdb.base/batch-preserve-term-settings.c: New file.
7671 * gdb.base/batch-preserve-term-settings.exp: New file.
7672
7673 2015-01-13 Doug Evans <dje@google.com>
7674
7675 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
7676 binary.
7677
7678 2015-01-13 Joel Brobecker <brobecker@adacore.com>
7679
7680 * Makefile.in (clean mostlyclean): Do not delete *.py.
7681
7682 2015-01-13 Joel Brobecker <brobecker@adacore.com>
7683
7684 * gdb.python/py-lookup-type.exp: New file.
7685
7686 2015-01-12 Pedro Alves <palves@redhat.com>
7687
7688 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
7689 restore GDBFLAGS before returning.
7690
7691 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7692
7693 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
7694 is_amd64_regs_target and is_x86_like_target.
7695
7696 2015-01-11 Doug Evans <xdje42@gmail.com>
7697
7698 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
7699 is given without an explicit form.
7700 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
7701 attributes.
7702 * gdb.dwarf/corrupt.exp: Ditto.
7703 * gdb.dwarf2/enum-type.exp: Ditto.
7704 * gdb.trace/entry-values.exp: Ditto.
7705 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
7706
7707 2015-01-11 Doug Evans <xdje42@gmail.com>
7708
7709 PR gdb/15830
7710 * gdb.base/maint.exp: Remove references to "maint demangle".
7711 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
7712 Add tests for explicitly specifying language to demangle.
7713 * gdb.dlang/demangle.exp: Ditto.
7714
7715 2015-01-09 Pedro Alves <palves@redhat.com>
7716
7717 * gdb.threads/non-stop-fair-events.c: New file.
7718 * gdb.threads/non-stop-fair-events.exp: New file.
7719
7720 2015-01-09 Pedro Alves <palves@redhat.com>
7721
7722 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
7723 the global scope. Set a breakpoint after all threads are started
7724 rather than stepping over two source lines. Expect the prompt.
7725 * gdb.base/watch_thread_num.c (threads_started_barrier): New
7726 global.
7727 (NUM): Now 15.
7728 (main): Use threads_started_barrier to wait for all threads to
7729 start. Main thread no longer calls thread_function. Exit after
7730 180 seconds.
7731 (loop): New function.
7732 (thread_function): Wait on threads_started_barrier barrier. Call
7733 'loop' at each iteration.
7734 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
7735 threads have started, instead of hardcoding number of "next"
7736 steps. Use an access watchpoint instead of a write watchpoint.
7737
7738 2015-01-09 Pedro Alves <palves@redhat.com>
7739
7740 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
7741 (thread_func): Wait on barrier.
7742 (main): Wait for all threads to start before stopping GDB.
7743 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
7744 global.
7745 (thread1_func, thread2_func): Wait on barrier.
7746 (main): Wait for all threads to start before stopping GDB.
7747 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
7748 New global.
7749 (thread1_func, thread2_func): Wait on barrier.
7750 (main): Wait for all threads to start before stopping GDB.
7751
7752 2015-01-09 Pedro Alves <palves@redhat.com>
7753
7754 * gdb.threads/attach-many-short-lived-threads.c: New file.
7755 * gdb.threads/attach-many-short-lived-threads.exp: New file.
7756
7757 2014-01-09 Pedro Alves <palves@redhat.com>
7758
7759 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
7760 instead of to thread 2.
7761 * gdb.threads/signal-command-multiple-signals-pending.c (main):
7762 Add barrier around each pthread_create call instead of around all
7763 calls.
7764 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
7765 Set a break on thread_function and have the child threads hit it
7766 one at at a time.
7767
7768 2015-01-09 Pedro Alves <palves@redhat.com>
7769
7770 * lib/gdb.exp (can_spawn_for_attach): New procedure.
7771 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
7772 false.
7773 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
7774 checking whether the target board is remote.
7775 * gdb.multi/multi-attach.exp: Likewise.
7776 * gdb.python/py-sync-interp.exp: Likewise.
7777 * gdb.server/ext-attach.exp: Likewise.
7778 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
7779 tests that need to attach, instead of checking whether the target
7780 board is remote at the top of the file.
7781
7782 2015-01-08 Yao Qi <yao@codesourcery.com>
7783
7784 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
7785
7786 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7787
7788 Fix testcase compilation.
7789 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
7790
7791 2015-01-06 Joel Brobecker <brobecker@adacore.com>
7792
7793 * gdb.python/py-type.exp: Add a couple test about empty
7794 array creation, and negative-length array creation.
7795
7796 2015-01-02 Doug Evans <xdje42@gmail.com>
7797
7798 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
7799
7800 2015-01-02 Doug Evans <dje@google.com>
7801
7802 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
7803
7804 2014-12-29 Yao Qi <yao@codesourcery.com>
7805
7806 * gdb.trace/entry-values.exp: Update comments. Rename variable
7807 bar_call_foo to returned_from_foo.
7808
7809 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
7810
7811 PR gdb/17394
7812 * gdb.linespec/break-asm-file.c: New file.
7813 * gdb.linespec/break-asm-file.exp: New file.
7814 * gdb.linespec/break-asm-file0.s: New file.
7815 * gdb.linespec/break-asm-file1.s: New file.
7816
7817 2014-12-18 Nigel Stephens <nigel@mips.com>
7818 Maciej W. Rozycki <macro@codesourcery.com>
7819
7820 * gdb.base/float.exp: Handle the new output from "info float" on
7821 MIPS targets.
7822
7823 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7824
7825 Fix MinGW compilation.
7826 * gdb.compile/compile-ops.exp: Update untested message if
7827 !skip_compile_feature_tests.
7828 * gdb.compile/compile-setjmp.exp: Likewise.
7829 * gdb.compile/compile-tls.exp: Likewise.
7830 * gdb.compile/compile.exp: Likewise.
7831 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
7832 supported on this host".
7833
7834 2014-12-16 Doug Evans <xdje42@gmail.com>
7835
7836 * boards/stabs.exp: New file.
7837
7838 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
7839
7840 * gdb.base/completion.exp: Adjust to format changes of "maint
7841 print user-registers".
7842
7843 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
7844
7845 PR server/17457
7846 * gdb.arch/aarch64-fp.c: New file.
7847 * gdb.arch/aarch64-fp.exp: New file.
7848
7849 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7850
7851 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
7852 r210637, r210913, r211666, r215400, r215817).
7853
7854 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
7855 * dg-extract-results.py: New file.
7856 * dg-extract-results.sh: Use it if the environment seems
7857 suitable.
7858
7859 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
7860
7861 * dg-extract-results.py (parse_run): Handle warnings that
7862 are printed before a test harness is run.
7863
7864 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
7865
7866 * dg-extract-results.py (Named): Remove __cmp__ method.
7867 (output_variation): Use a key to sort variation.harnesses.
7868
7869 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
7870
7871 * dg-extract-results.py: For Python 3, force sys.stdout to
7872 handle surrogate escape sequences.
7873 (safe_open): New function.
7874 (output_segment, main): Use it.
7875
7876 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
7877
7878 * dg-extract-results.py (Prog.result_re): Include options
7879 in test name.
7880
7881 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
7882
7883 * dg-extract-results.py (output_variation): Always sort if
7884 do_sum.
7885
7886 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
7887
7888 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
7889 as long as we get pagination notifications.
7890
7891 2014-12-15 Jason Merrill <jason@redhat.com>
7892
7893 * Makefile.in (check-gdb.%): Restore.
7894 * README: Mention it.
7895
7896 2014-12-13 Joel Brobecker <brobecker@adacore.com>
7897
7898 * gdb.ada/str_uninit: New testcase.
7899
7900 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7901
7902 PR symtab/17642
7903 * gdb.base/vla-stub-define.c: New file.
7904 * gdb.base/vla-stub.c: New file.
7905 * gdb.base/vla-stub.exp: New file.
7906
7907 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
7908 Jan Kratochvil <jan.kratochvil@redhat.com>
7909 Tom Tromey <tromey@redhat.com>
7910
7911 * configure.ac: Add gdb.compile/.
7912 * configure: Regenerate.
7913 * gdb.compile/Makefile.in: New file.
7914 * gdb.compile/compile-ops.exp: New file.
7915 * gdb.compile/compile-ops.c: New file.
7916 * gdb.compile/compile-tls.c: New file.
7917 * gdb.compile/compile-tls.exp: New file.
7918 * gdb.compile/compile-constvar.S: New file.
7919 * gdb.compile/compile-constvar.c: New file.
7920 * gdb.compile/compile-mod.c: New file.
7921 * gdb.compile/compile-nodebug.c: New file.
7922 * gdb.compile/compile-setjmp-mod.c: New file.
7923 * gdb.compile/compile-setjmp.c: New file.
7924 * gdb.compile/compile-setjmp.exp: New file.
7925 * gdb.compile/compile-shlib.c: New file.
7926 * gdb.compile/compile.c: New file.
7927 * gdb.compile/compile.exp: New file.
7928 * lib/gdb.exp (skip_compile_feature_tests): New proc.
7929
7930 2014-12-12 Tom Tromey <tromey@redhat.com>
7931
7932 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
7933 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
7934
7935 2014-12-12 Doug Evans <dje@google.com>
7936
7937 * lib/gdb-python.exp (get_python_valueof): New function.
7938 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
7939
7940 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7941
7942 * gdb.base/completion.exp: Add test for completion of "info
7943 registers ".
7944
7945 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
7946
7947 * gdb.base/func-ptrs.c: New file.
7948 * gdb.base/func-ptrs.exp: New file.
7949
7950 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
7951
7952 PR breakpoints/17012
7953 * gdb.base/dprintf-detach.c: New file.
7954 * gdb.base/dprintf-detach.exp: New file.
7955
7956 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
7957
7958 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
7959 * lib/gdb.exp (target_is_gdbserver): New procedure.
7960
7961 2014-12-08 Doug Evans <dje@google.com>
7962
7963 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
7964
7965 2014-12-05 Yao Qi <yao@codesourcery.com>
7966
7967 * gdb.guile/scm-error.exp: Remove the third argument to
7968 gdb_remote_download.
7969 * gdb.guile/scm-frame-args.exp: Likewise.
7970 * gdb.guile/scm-section-script.exp: Likewise.
7971
7972 2014-12-05 Yao Qi <yao@codesourcery.com>
7973
7974 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
7975
7976 2014-12-04 Doug Evans <dje@google.com>
7977
7978 * gdb.python/py-objfile.exp: Add tests for
7979 objfile.add_separate_debug_file.
7980
7981 2014-12-04 Doug Evans <dje@google.com>
7982
7983 * lib/gdb.exp (get_build_id): New function.
7984 (build_id_debug_filename_get): Rewrite to use it.
7985 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
7986
7987 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
7988
7989 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
7990 `method(long)', not just 0x0.
7991 * gdb.cp/nsalias.exp: Align code labels to 4.
7992 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
7993 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
7994 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
7995 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
7996 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
7997 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
7998
7999 2014-12-02 Doug Evans <dje@google.com>
8000
8001 PR symtab/17602
8002 * gdb.cp/anon-ns.cc: Move guts of this file to ...
8003 * gdb.cp/anon-ns2.cc: ... here. New file.
8004 * gdb.cp/anon-ns.exp: Update.
8005
8006 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
8007
8008 * gdb.python/py-events.py (inferior_call_handler): New.
8009 (register_changed_handler, memory_changed_handler): New.
8010 (test_events.invoke): Register new handlers.
8011 * gdb.python/py-events.exp: Add tests for inferior call,
8012 memory_changed and register_changed events.
8013
8014 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8015
8016 * gdb.base/execl-update-breakpoints.exp: Specify the link address
8017 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
8018 if the linker doesn't understand this.
8019
8020 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
8021
8022 * gdb.python/python.exp: Change expected reply to help().
8023
8024 2014-12-01 Yao Qi <yao@codesourcery.com>
8025
8026 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
8027 AC_CONFIG_SUBDIRS(gdb.gdbtk).
8028 * configure: Re-generated.
8029
8030 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
8031
8032 * gdb.cp/chained-calls.cc: New file.
8033 * gdb.cp/chained-calls.exp: New file.
8034 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8035
8036 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
8037
8038 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8039 * gdb.dwarf2/symtab-producer.exp: Same.
8040 * gdb.gdb/python-interrupts.exp: Same.
8041 * gdb.gdb/python-selftest.exp: Same.
8042 * gdb.python/py-linetable.exp: Same.
8043 * gdb.python/py-type.exp: Same.
8044 * gdb.python/py-value-cc.exp: Same.
8045 * gdb.python/py-value.exp: Same.
8046
8047 2014-11-28 Yao Qi <yao@codesourcery.com>
8048
8049 * gdb.base/break-probes.exp: Match library name prefixed with
8050 sysroot.
8051
8052 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
8053
8054 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
8055 test expected output. Add parentheses for the call to print.
8056 Remove L suffix from integers.
8057
8058 2014-11-26 Doug Evans <dje@google.com>
8059
8060 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8061
8062 2014-11-22 Yao Qi <yao@codesourcery.com>
8063
8064 * gdb.trace/entry-values.c: Remove asms.
8065 (foo): Add foo_label.
8066 (bar): Add bar_label.
8067 * gdb.trace/entry-values.exp: Remove code computing foo's
8068 length and bar's length.
8069 (Dwarf::assemble): Invoke function_range for bar and use
8070 MACRO_AT_func for foo.
8071
8072 2014-11-22 Yao Qi <yao@codesourcery.com>
8073
8074 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8075 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
8076 Use .Lgcc43_procstart instead of gcc43.
8077
8078 2014-11-21 Joel Brobecker <brobecker@adacore.com>
8079
8080 * gdb.ada/n_arr_bound: New testcase.
8081
8082 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
8083
8084 PR breakpoints/10737
8085 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8086 test_catch_syscall_multi_arch.
8087 (test_catch_syscall_multi_arch): New function.
8088
8089 2014-11-20 Doug Evans <xdje42@gmail.com>
8090
8091 * gdb.base/maint.exp: Update expected output.
8092
8093 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8094
8095 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8096 4-byte instruction on S390.
8097
8098 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8099
8100 * gdb.ada/arr_arr: New testcase.
8101
8102 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8103
8104 * gdb.ada/pkd_arr_elem: New Testcase.
8105
8106 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
8107
8108 * gdb.reverse/break-precsave: Expect completion message for
8109 core file reads.
8110 * gdb.reverse/consecutive-precsave.exp: Likewise.
8111 * gdb.reverse/finish-precsave.exp: Likewise.
8112 * gdb.reverse/i386-precsave.exp: Likewise.
8113 * gdb.reverse/machinestate-precsave.exp: Likewise.
8114 * gdb.reverse/sigall-precsave.exp: Likewise.
8115 * gdb.reverse/solib-precsave.exp: Likewise.
8116 * gdb.reverse/step-precsave.exp: Likewise.
8117 * gdb.reverse/until-precsave.exp: Likewise.
8118 * gdb.reverse/watch-precsave.exp: Likewise.
8119
8120 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8121
8122 * gdb.base/bp-permanent.c: Include unistd.h.
8123 * gdb.python/py-framefilter-mi.c (main): Add return type.
8124 * gdb.python/py-framefilter.c (main): Likewise.
8125 * gdb.trace/actions-changed.c (main): Likewise.
8126
8127 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8128
8129 * gdb.mi/until.c: Add eye-catchers.
8130 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8131 line numbers.
8132
8133 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8134
8135 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8136 function header variants in break1.c.
8137 * gdb.base/ena-dis-br.exp: Likewise.
8138 * gdb.base/hbreak2.exp: Likewise.
8139 * gdb.reverse/until-precsave.exp: Drop references to removed
8140 non-prototype function header variants in ur1.c.
8141 * gdb.reverse/until-reverse.exp: Likewise.
8142
8143 2014-11-17 Petr Machata <pmachata@redhat.com>
8144
8145 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8146 ${_cu_offset_size} bytes abbrev offset.
8147
8148 2014-11-15 Doug Evans <xdje42@gmail.com>
8149
8150 PR symtab/17559
8151 * gdb.base/line-symtabs.exp: New file.
8152 * gdb.base/line-symtabs.c: New file.
8153 * gdb.base/line-symtabs.h: New file.
8154
8155 2014-11-14 Yao Qi <yao@codesourcery.com>
8156
8157 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8158 (func): Add label func_label.
8159 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8160 Replace low_pc and high_pc with MACRO_AT_range.
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 (Dwarf::assemble):
8166 Replace name, low_pc and high_pc with MACRO_AT_func.
8167
8168 2014-11-14 Yao Qi <yao@codesourcery.com>
8169
8170 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8171 produce debug information.
8172 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8173
8174 2014-11-14 Yao Qi <yao@codesourcery.com>
8175
8176 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8177 object and get function length.
8178 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8179 with MACRO_AT_func.
8180 (top-level): Replace gdb_compile and clean_restart with
8181 prepare_for_testing.
8182 * gdb.dwarf2/main.c (main): Add label main_label.
8183
8184 2014-11-14 Yao Qi <yao@codesourcery.com>
8185
8186 * lib/dwarf.exp (function_range): New procedure.
8187 (Dwarf::_handle_macro_at_func): New procedure.
8188 (Dwarf::_handle_macro_at_range): New procedure.
8189 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8190
8191 2014-11-14 Yao Qi <yao@codesourcery.com>
8192
8193 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8194 (_handle_attribute): New procedure.
8195
8196 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8197
8198 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8199 * gdb.base/call-sc.c (zed): Likewise.
8200 * gdb.base/checkpoint.c (main): Likewise.
8201 * gdb.base/dump.c (main): Likewise.
8202 * gdb.base/gcore.c (main): Likewise.
8203 * gdb.base/huge.c (main): Likewise.
8204 * gdb.base/multi-forks.c (main): Likewise.
8205 * gdb.base/pr10179-a.c (main): Likewise.
8206 * gdb.base/savedregs.c (main): Likewise.
8207 * gdb.base/sigaltstack.c (main): Likewise.
8208 * gdb.base/siginfo.c (main): Likewise.
8209 * gdb.base/structs.c (zed): Likewise.
8210 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8211 * gdb.mi/mi-syn-frame.c (main): Likewise.
8212 * gdb.mi/until.c (foo, main): Likewise.
8213 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8214 * gdb.base/solib-weak.c (foo): Declare.
8215 * gdb.base/attach-twice.c: Include stdio.h.
8216 * gdb.base/weaklib1.c: Likewise.
8217 * gdb.base/weaklib2.c: Likewise.
8218 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8219 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8220 unistd.h.
8221 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8222 * gdb.mi/mi-exit-code.c: Likewise.
8223 * gdb.base/break-interp-lib.c: Include string.h.
8224 * gdb.base/coremaker.c: Likewise.
8225 * gdb.base/testenv.c: Likewise.
8226 * gdb.python/py-finish-breakpoint.c: Likewise.
8227 * gdb.base/inferior-died.c: Include sys/wait.h.
8228 * gdb.base/fileio.c: Include time.h.
8229 * gdb.base/async-shell.c: Include unistd.h.
8230 * gdb.base/dprintf-non-stop.c: Likewise.
8231 * gdb.base/info-os.c: Likewise.
8232 * gdb.mi/mi-console.c: Likewise.
8233 * gdb.mi/watch-nonstop.c: Likewise.
8234 * gdb.python/py-events.c: Likewise.
8235 * gdb.base/async.c (baz): Move up before its invocation.
8236 * gdb.base/code_elim2.c (my_global_func): Likewise.
8237 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8238 * gdb.base/advance.c (func2): Likewise.
8239
8240 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8241
8242 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8243 variant.
8244 * gdb.base/annota3.c: Likewise.
8245 * gdb.base/async.c: Likewise.
8246 * gdb.base/average.c: Likewise.
8247 * gdb.base/call-ar-st.c: Likewise.
8248 * gdb.base/call-rt-st.c: Likewise.
8249 * gdb.base/call-sc.c: Likewise.
8250 * gdb.base/call-strs.c: Likewise.
8251 * gdb.base/ending-run.c: Likewise.
8252 * gdb.base/execd-prog.c: Likewise.
8253 * gdb.base/exprs.c: Likewise.
8254 * gdb.base/foll-exec.c: Likewise.
8255 * gdb.base/foll-fork.c: Likewise.
8256 * gdb.base/foll-vfork.c: Likewise.
8257 * gdb.base/funcargs.c: Likewise.
8258 * gdb.base/gcore.c: Likewise.
8259 * gdb.base/jump.c: Likewise.
8260 * gdb.base/langs0.c: Likewise.
8261 * gdb.base/langs1.c: Likewise.
8262 * gdb.base/langs2.c: Likewise.
8263 * gdb.base/mips_pro.c: Likewise.
8264 * gdb.base/nodebug.c: Likewise.
8265 * gdb.base/opaque0.c: Likewise.
8266 * gdb.base/opaque1.c: Likewise.
8267 * gdb.base/recurse.c: Likewise.
8268 * gdb.base/run.c: Likewise.
8269 * gdb.base/scope0.c: Likewise.
8270 * gdb.base/scope1.c: Likewise.
8271 * gdb.base/setshow.c: Likewise.
8272 * gdb.base/setvar.c: Likewise.
8273 * gdb.base/shmain.c: Likewise.
8274 * gdb.base/shr1.c: Likewise.
8275 * gdb.base/shr2.c: Likewise.
8276 * gdb.base/sigall.c: Likewise.
8277 * gdb.base/signals.c: Likewise.
8278 * gdb.base/so-indr-cl.c: Likewise.
8279 * gdb.base/solib2.c: Likewise.
8280 * gdb.base/structs.c: Likewise.
8281 * gdb.base/sum.c: Likewise.
8282 * gdb.base/vforked-prog.c: Likewise.
8283 * gdb.base/watchpoint.c: Likewise.
8284 * gdb.reverse/shr2.c: Likewise.
8285 * gdb.reverse/until-reverse.c: Likewise.
8286 * gdb.reverse/ur1.c: Likewise.
8287 * gdb.reverse/watch-reverse.c: Likewise.
8288
8289 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8290
8291 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8292 variant.
8293 * gdb.base/sepdebug.exp: Drop references to removed code.
8294
8295 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8296
8297 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8298 variant. Preserve original line numbering.
8299 * gdb.base/list1.c: Likewise.
8300
8301 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8302
8303 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8304 variant.
8305 * gdb.base/break1.c: Likewise.
8306 * gdb.base/break.exp: Drop references to removed code.
8307
8308 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8309
8310 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8311 variant.
8312
8313 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8314
8315 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8316
8317 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8318
8319 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8320 logic into perform_all_tests() and invoke it with and without
8321 function header prototypes.
8322 (do_function_calls): Remove conditional XFAIL for PR 5318.
8323 (rerun_and_prepare): Remove duplicate code.
8324 (perform_all_tests): New. Main logic moved here.
8325
8326 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8327
8328 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8329 code guarded by #ifdef NO_PROTOTYPES.
8330 (t_double_many_args): Likewise.
8331 (DEF_FUNC_MANY_ARGS_1): Likewise.
8332 (DEF_FUNC_VALUES_1): Likewise.
8333 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8334 guarded by #ifdef PROTOTYPES.
8335
8336 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8337
8338 * gdb.mi/mi-console.c: Add eye-catcher.
8339 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8340 instead of literal line number.
8341
8342 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8343
8344 * gdb.base/shr2.c: Add eye-catcher.
8345 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8346 line number.
8347
8348 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8349
8350 * gdb.base/jump.c: Add eye-catchers.
8351 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8352 numbers.
8353
8354 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8355
8356 * gdb.base/execd-prog.c: Add eye-catchers.
8357 * gdb.base/foll-exec.c: Likewise.
8358 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8359 line numbers.
8360
8361 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8362
8363 * gdb.base/ending-run.c: Add eye-catchers.
8364 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8365 literal line numbers.
8366
8367 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8368
8369 * gdb.base/call-rt-st.c: Add eye-catchers.
8370 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8371 literal line numbers.
8372
8373 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8374
8375 * gdb.base/call-ar-st.c: Add eye-catchers.
8376 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8377 literal line numbers.
8378
8379 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8380
8381 * gdb.base/average.c: Add eye-catchers.
8382 * gdb.base/sum.c: Likewise.
8383 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8384 regexps dynamically.
8385
8386 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8387
8388 * gdb.base/solib1.c: Add eye-catchers.
8389 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8390 literal line numbers.
8391
8392 2014-11-12 Pedro Alves <palves@redhat.com>
8393
8394 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8395 leader has exited.
8396
8397 2014-11-12 Pedro Alves <palves@redhat.com>
8398
8399 * gdb.arch/i386-bp_permanent.c: New file.
8400 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8401 (srcfile): Set to i386-bp_permanent.c.
8402 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8403 that stepi does not execute the 'leave' instruction, instead of
8404 testing it does execute.
8405 * gdb.base/bp-permanent.c: New file.
8406 * gdb.base/bp-permanent.exp: New file.
8407
8408 2014-11-10 Doug Evans <xdje42@gmail.com>
8409
8410 PR symtab/17564
8411 * gdb.base/symtab-search-order.exp: New file.
8412 * gdb.base/symtab-search-order.c: New file.
8413 * gdb.base/symtab-search-order-1.c: New file.
8414 * gdb.base/symtab-search-order-shlib-1.c: New file.
8415
8416 2014-11-07 Pedro Alves <palves@redhat.com>
8417
8418 PR gdb/17511
8419 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8420 i?86-*-linux*.
8421
8422 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8423
8424 PR c++/17494
8425 * gdb.cp/pr17494.cc: New file.
8426 * gdb.cp/pr17494.exp: New file.
8427
8428 2014-11-02 Yao Qi <yao@codesourcery.com>
8429
8430 * gdb.python/python.exp: Get working directory and match the
8431 output of "set extended-prompt \\w " with it.
8432
8433 2014-10-30 Doug Evans <dje@google.com>
8434
8435 * gdb.python/py-objfile.exp: Add tests for setting random attributes
8436 in objfiles.
8437 * gdb.python/py-progspace.exp: Add tests for setting random attributes
8438 in progspaces.
8439
8440 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
8441
8442 * gdb.base/fullpath-expand.exp: Skip for a remote host.
8443 * gdb.base/realname-expand.exp: Likewise.
8444 * gdb.linespec/macro-relative.exp: Likewise.
8445
8446 2014-10-29 Pedro Alves <palves@redhat.com>
8447
8448 PR gdb/17408
8449 * gdb.threads/schedlock.c (some_function): New function.
8450 (call_function): New global.
8451 (MAYBE_CALL_SOME_FUNCTION): New macro.
8452 (thread_function): Call it.
8453 * gdb.threads/schedlock.exp (get_args): Add description parameter,
8454 and use it instead of a global counter. Adjust all callers.
8455 (get_current_thread): Use "find current thread" for test message
8456 here rather than having all callers pass down the same string.
8457 (goto_loop): New procedure, factored out from ...
8458 (my_continue): ... this.
8459 (step_ten_loops): Change parameter from test message to command to
8460 use. Adjust.
8461 (list_count): Delete global.
8462 (check_result): New procedure, factored out from duplicate top
8463 level code.
8464 (continue tests): Wrap in with_test_prefix.
8465 (test_step): New procedure, factored out from duplicate top level
8466 code.
8467 (top level): Test "step" in combination with all scheduler-locking
8468 modes. Test "next" in combination with all scheduler-locking
8469 modes, and in combination with stepping over a function call or
8470 not.
8471 * gdb.threads/next-bp-other-thread.c: New file.
8472 * gdb.threads/next-bp-other-thread.exp: New file.
8473
8474 2014-10-29 Pedro Alves <palves@redhat.com>
8475
8476 PR python/17372
8477 * gdb.python/python.exp: Test a multi-line command that spawns
8478 interactive Python.
8479 * gdb.base/multi-line-starts-subshell.exp: New file.
8480
8481 2014-10-29 Yao Qi <yao@codesourcery.com>
8482
8483 * gdb.base/fileio.exp: Make directories on host.
8484
8485 2014-10-29 Yao Qi <yao@codesourcery.com>
8486
8487 * gdb.base/fileio.c (test_write): Close the file.
8488
8489 2014-10-28 Pedro Alves <palves@redhat.com>
8490
8491 PR gdb/12623
8492 * gdb.base/sigstep.c (no_handler): New global.
8493 (main): If 'no_handler is true, set the signal handlers to
8494 SIG_IGN.
8495 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8496 with_sw_watch and no_handler parameters. Handle them.
8497 (top level) <stepping over handler when stopped at a breakpoint
8498 test>: Add a test axis for testing with a software watchpoint, and
8499 another for testing with the signal handler set to SIG_IGN.
8500 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8501 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8502
8503 2014-10-28 Pedro Alves <palves@redhat.com>
8504
8505 PR gdb/17511
8506 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8507 * gdb.base/sigstep.exp (other_handler_location): New global.
8508 (advance): Support stepping into the signal handler, and running
8509 commands while in the handler.
8510 (in_handler_map): New global.
8511 (top level): In the advance test, add combinations for getting
8512 into the handler with stepping commands, and for running commands
8513 in the handler. Add comment descripting the advancei tests.
8514
8515 2014-10-28 Pedro Alves <palves@redhat.com>
8516
8517 * gdb.base/sigstep.exp: Use build_executable instead of
8518 prepare_for_testing.
8519 (top level): Move code that starts GDB, runs to main and creates a
8520 display to ...
8521 (restart): ... this new procedure.
8522 (top level): Move backtrace from signal handler test to ...
8523 (validate_backtrace): ... this new procedure.
8524 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
8525 with_test_prefix. Always restart GDB.
8526 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
8527 with_test_prefix. Always restart GDB. No need to delete
8528 breakpoints after the test.
8529 (test_skip_handler): Remove prefix parameter.
8530 (skip_over_handler, breakpoint_to_handler)
8531 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8532 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
8533 restart GDB. No need to delete breakpoints after the test.
8534 (top level): Use foreach to call the test procedures with
8535 different commands.
8536
8537 2014-10-28 Pedro Alves <palves@redhat.com>
8538
8539 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8540 instead of GNATS numbers.
8541 * gdb.base/sigbpt.exp: Likewise.
8542 * gdb.base/siginfo.exp: Likewise.
8543 * gdb.base/sigstep.exp: Likewise.
8544
8545 2014-10-27 Pedro Alves <palves@redhat.com>
8546
8547 * gdb.base/sigstep.c (dummy): New global.
8548 (main): Issue a couple writes to the new global.
8549 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8550 procedures.
8551 (skip_over_handler): Use test_skip_handler.
8552 (top level): Call skip_over_handler for stepi and nexti too.
8553 (breakpoint_over_handler): Use test_skip_handler.
8554 (top level): Call breakpoint_over_handler for stepi and nexti too.
8555
8556 2014-10-27 Yao Qi <yao@codesourcery.com>
8557
8558 * gdb.trace/tfile.c (adjust_function_address)
8559 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8560 function descriptor.
8561
8562 2014-10-24 Don Breazeal <donb@codesourcery.com>
8563
8564 * gdb.base/foll-fork.exp (test_follow_fork,
8565 catch_fork_child_follow): Check for updated fork messages emitted
8566 from infrun.c.
8567 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8568 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8569 vfork_and_exec_child_follow_through_step): Check for updated vfork
8570 messages emitted from infrun.c.
8571
8572 2014-10-24 Pedro Alves <palves@redhat.com>
8573
8574 * gdb.base/corefile.exp: Remove references to ultrix.
8575 * gdb.base/interrupt.exp: Likewise.
8576 * gdb.base/whatis.exp: Likewise.
8577 * gdb.gdb/selftest.exp: Likewise.
8578 * gdb.threads/manythreads.exp: Likewise.
8579 * gdb.threads/print-threads.exp: Likewise.
8580 * gdb.threads/pthreads.exp:: Likewise.
8581 * gdb.threads/schedlock.exp: Likewise.
8582
8583 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
8584
8585 * gdb.cp/non-trivial-retval.cc: Add a test case.
8586 * gdb.cp/non-trivial-retval.exp: Add a test.
8587
8588 2014-10-20 Yao Qi <yao@codesourcery.com>
8589
8590 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8591 * gdb.python/py-objfile-script-gdb.py: New file.
8592 * gdb.python/py-objfile-script.exp: Update reference to
8593 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
8594 of remote_download. Remove the dest file.
8595
8596 2014-10-20 Yao Qi <yao@codesourcery.com>
8597
8598 * gdb.base/checkpoint.exp: Don't remove file copied on host.
8599 * gdb.base/step-line.exp: Likewise.
8600 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8601 * gdb.dwarf2/dw2-basic.exp: Likewise.
8602 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8603 * gdb.dwarf2/dw2-filename.exp: Likewise.
8604 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8605 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8606 * gdb.dwarf2/dw2-producer.exp: Likewise.
8607 * gdb.dwarf2/mac-fileno.exp: Likewise.
8608 * gdb.python/py-frame-args.exp: Likewise.
8609 * gdb.python/py-framefilter.exp: Likewise.
8610 * gdb.python/py-mi.exp: Likewise.
8611 * gdb.python/py-objfile-script.exp: Likewise
8612 * gdb.python/py-pp-integral.exp: Likewise.
8613 * gdb.python/py-pp-re-notag.exp: Likewise.
8614 * gdb.python/py-prettyprint.exp: Likewise.
8615 * gdb.python/py-section-script.exp: Likewise.
8616 * gdb.python/py-typeprint.exp: Likewise.
8617 * gdb.python/py-xmethods.exp: Likewise.
8618 * gdb.stabs/weird.exp: Likewise.
8619 * gdb.xml/tdesc-regs.exp: Likewise.
8620
8621 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
8622
8623 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
8624 (out_cu): Use addr_len for the size of addresses.
8625 (out_line): Likewise. Size DW_LNE_set_address instruction
8626 according to addr_len.
8627 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
8628 (FUNC): Add START_INSNS to definition.
8629
8630 2014-10-18 Yao Qi <yao@codesourcery.com>
8631
8632 * gdb.base/argv0-symlink.exp: Check argv[0] value if
8633 gdb_has_argv0 return true.
8634 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
8635 check [target_info exists noargs], check [gdb_has_argv0]
8636 instead.
8637 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
8638 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
8639 procedures.
8640
8641 2014-10-17 Doug Evans <dje@google.com>
8642
8643 * gdb.python/py-events.exp: Update expected output for clear_objfiles
8644 event.
8645 * gdb.python/py-events.py: Add clear_objfiles event.
8646
8647 2014-10-17 Doug Evans <dje@google.com>
8648
8649 * gdb.python/py-objfile.exp: Test progspace attribute.
8650
8651 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
8652
8653 * gdb.guile/scm-breakpoint.exp: Do not assume any
8654 directory separators when matching source file paths.
8655 * gdb.python/py-breakpoint.exp: Likewise.
8656 * gdb.reverse/break-precsave.exp: Likewise.
8657 * gdb.reverse/break-reverse.exp: Likewise.
8658 * gdb.reverse/consecutive-precsave.exp: Likewise.
8659 * gdb.reverse/finish-precsave.exp: Likewise.
8660 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8661 * gdb.reverse/finish-reverse.exp: Likewise.
8662 * gdb.reverse/i386-precsave.exp: Likewise.
8663 * gdb.reverse/i387-env-reverse.exp: Likewise.
8664 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8665 * gdb.reverse/machinestate-precsave.exp: Likewise.
8666 * gdb.reverse/machinestate.exp: Likewise.
8667 * gdb.reverse/sigall-precsave.exp: Likewise.
8668 * gdb.reverse/solib-precsave.exp: Likewise.
8669 * gdb.reverse/step-precsave.exp: Likewise.
8670 * gdb.reverse/until-precsave.exp: Likewise.
8671 * gdb.reverse/watch-precsave.exp: Likewise.
8672 * gdb.reverse/watch-reverse.exp: Likewise.
8673
8674 2014-10-17 Yao Qi <yao@codesourcery.com>
8675
8676 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
8677 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
8678
8679 2014-10-17 Pedro Alves <palves@redhat.com>
8680
8681 PR gdb/17471
8682 * gdb.base/bg-execution-repeat.c: New file.
8683 * gdb.base/bg-execution-repeat.exp: New file.
8684
8685 2014-10-17 Pedro Alves <palves@redhat.com>
8686
8687 PR gdb/17300
8688 * gdb.base/continue-all-already-running.c: New file.
8689 * gdb.base/continue-all-already-running.exp: New file.
8690
8691 2014-10-17 Pedro Alves <palves@redhat.com>
8692
8693 PR gdb/17472
8694 * gdb.base/annota-input-while-running.c: New file.
8695 * gdb.base/annota-input-while-running.exp: New file.
8696
8697 2014-10-17 Pedro Alves <palves@redhat.com>
8698
8699 * gdb.base/callfuncs.exp: emove references to osf.
8700 * gdb.base/sigall.exp: Likewise.
8701 * gdb.gdb/selftest.exp: Likewise.
8702 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
8703 * gdb.mi/non-stop.c: Likewise.
8704 * gdb.mi/pthreads.c: Likewise.
8705 * gdb.reverse/sigall-precsave.exp: Likewise.
8706 * gdb.reverse/sigall-reverse.exp: Likewise.
8707 * gdb.threads/pthreads.c: Likewise.
8708 * gdb.threads/pthreads.exp: Likewise.
8709
8710 2014-10-17 Yao Qi <yao@codesourcery.com>
8711
8712 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
8713 check 'target_info exists noargs'.
8714 (test_command_prompt_position): Likewise.
8715 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
8716 Remove "set args".
8717 (progvar_simple_while_test): Likewise.
8718 (progvar_complex_if_while_test): Likewise.
8719 (if_while_breakpoint_command_test): Likewise.
8720 (infrun_breakpoint_command_test): Likewise.
8721 (breakpoint_command_test): Likewise.
8722 (watchpoint_command_test): Likewise.
8723 (bp_deleted_in_command_test): Likewise.
8724 (temporary_breakpoint_commands): Likewise.
8725
8726 2014-10-16 Yao Qi <yao@codesourcery.com>
8727
8728 * gdb.base/remotetimeout.exp: Remove noargs checking.
8729
8730 2014-10-15 Pedro Alves <palves@redhat.com>
8731
8732 PR breakpoints/9649
8733 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
8734 * gdb.base/breakpoint-in-ro-region.exp
8735 (probe_target_hardware_step): New procedure.
8736 (top level): Probe hardware stepping and hardware breakpoint
8737 support. Test stepping through a read-only region, with both
8738 "breakpoint auto-hw" on and off and both "always-inserted" on and
8739 off.
8740
8741 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
8742
8743 * gdb.dlang/demangle.exp: Update for demangling changes.
8744
8745 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8746
8747 * gdb.cp/non-trivial-retval.cc: Add new test cases.
8748 * gdb.cp/non-trivial-retval.exp: Add new tests.
8749
8750 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8751
8752 PR c++/13403
8753 PR c++/15154
8754 * gdb.cp/non-trivial-retval.cc: New file.
8755 * gdb.cp/non-trivial-retval.exp: New file.
8756
8757 2014-10-15 Yao Qi <yao@codesourcery.com>
8758
8759 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
8760 remote host.
8761
8762 2014-10-15 Yao Qi <yao@codesourcery.com>
8763
8764 * gdb.python/py-symbol.exp: Match file base name if host is
8765 remote, otherwise match file name with dir name.
8766 * gdb.python/py-symtab.exp: Likewise.
8767 * gdb.python/python.exp: Likewise.
8768
8769 2014-10-15 Yao Qi <yao@codesourcery.com>
8770
8771 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
8772 pattern.
8773 * gdb.python/py-symtab.exp: Likewise.
8774 * gdb.python/python.exp: Remove trailing ".*". Fix typo
8775 locationn.
8776
8777 2014-10-14 Joel Brobecker <brobecker@adacore.com>
8778
8779 * gdb.ada/addr_arith: New testcase.
8780
8781 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
8782
8783 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
8784 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
8785 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
8786 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
8787
8788 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
8789
8790 * gdb.arch/stap-eval-lang-ada.S: Likewise.
8791 * gdb.arch/stap-eval-lang-ada.c: Likewise.
8792 * gdb.arch/stap-eval-lang-ada.exp: New file.
8793
8794 2014-10-14 Yao Qi <yao@codesourcery.com>
8795
8796 * gdb.mi/mi-var-child.c (nothing1): New function.
8797 (nothing2): New function.
8798 (do_children_tests): Set function pointers by nothing1 and
8799 nothing2.
8800 * gdb.mi/mi-var-child.exp: Step over new added statements.
8801 Update test to match the new output.
8802 * gdb.mi/var-cmd.c (nothing1): New function.
8803 (nothing2): New function.
8804 (do_children_tests): Set function pointers by nothing1 and
8805 nothing2.
8806 * gdb.mi/mi-var-display.exp: Update test to match output.
8807 Step to the line specified by $line_dct_nothing.
8808 Increase the number of lines to step.
8809
8810 2014-10-14 Yao Qi <yao@codesourcery.com>
8811
8812 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
8813 tests.
8814 * gdb.mi/mi2-var-child.exp: Likewise.
8815
8816 2014-10-13 Doug Evans <dje@google.com>
8817
8818 * gdb.python/py-objfile.exp: Change name of file name test.
8819
8820 2014-10-13 Doug Evans <dje@google.com>
8821
8822 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
8823 from the start of the CU.
8824
8825 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8826 Yao Qi <yao@codesourcery.com>
8827
8828 Fix "save breakpoints" for "catch" command.
8829 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
8830 Remove -nonewline. Match also the added "main" line.
8831
8832 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8833
8834 Fix "save breakpoints" for "disable $bpnum" command.
8835 * gdb.base/save-bp.c (main): Add label.
8836 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
8837
8838 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8839
8840 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
8841
8842 2014-10-11 Yao Qi <yao@codesourcery.com>
8843
8844 * gdb.server/server-kill.exp: Execute command
8845 "set remote trace-status-packet on" before "tstatus".
8846
8847 2014-10-11 Yao Qi <yao@codesourcery.com>
8848
8849 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
8850 (main): Call getppid.
8851 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
8852 and continue to it. Read variable "server_pid".
8853
8854 2014-10-11 Yao Qi <yao@codesourcery.com>
8855
8856 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
8857
8858 2014-10-11 Yao Qi <yao@codesourcery.com>
8859
8860 * gdb.threads/thread-find.exp: Don't execute command
8861 "info threads".
8862 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
8863 * gdb.threads/linux-dp.exp: Don't check the condition
8864 $threads_created equals to zero.
8865
8866 2014-10-10 Pedro Alves <palves@redhat.com>
8867
8868 * gdb.base/bigcore.exp: Remove references to IRIX.
8869 * gdb.base/funcargs.exp: Likewise.
8870 * gdb.base/interrupt.exp: Likewise.
8871 * gdb.base/mips_pro.exp: Likewise.
8872 * gdb.base/nodebug.exp: Likewise.
8873 * gdb.base/setvar.exp: Likewise.
8874 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
8875
8876 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8877 Pedro Alves <palves@redhat.com>
8878
8879 PR symtab/14466
8880 * gdb.base/vdso-warning.c: New file.
8881 * gdb.base/vdso-warning.exp: New file.
8882
8883 2014-10-02 Doug Evans <dje@google.com>
8884
8885 * gdb.base/structs.c (main): Don't run forever.
8886
8887 2014-10-02 Pedro Alves <palves@redhat.com>
8888
8889 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
8890 (top level) <stop threads 1, stop threads 2>: Use it.
8891
8892 2014-10-02 Pedro Alves <palves@redhat.com>
8893
8894 * gdb.threads/break-while-running.exp (test): Add new
8895 'update_thread_list' argument. Skip "info threads" if false.
8896 (top level): Add new 'update_thread_list' axis.
8897
8898 2014-10-02 Pedro Alves <palves@redhat.com>
8899
8900 PR breakpoints/17431
8901 * gdb.base/execl-update-breakpoints.c: New file.
8902 * gdb.base/execl-update-breakpoints.exp: New file.
8903
8904 2014-10-01 Pedro Alves <palves@redhat.com>
8905
8906 * gdb.base/breakpoint-in-ro-region.c: New file.
8907 * gdb.base/breakpoint-in-ro-region.exp: New file.
8908
8909 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
8910
8911 * gdb.mi/mi-exit-code.exp: New file.
8912 * gdb.mi/mi-exit-code.c: New file.
8913
8914 2014-09-30 Yao Qi <yao@codesourcery.com>
8915
8916 * lib/prelink-support.exp (build_executable_own_libs): Error if
8917 the target isn't native.
8918
8919 2014-09-30 Yao Qi <yao@codesourcery.com>
8920
8921 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
8922 false.
8923
8924 2014-09-22 Pedro Alves <palves@redhat.com>
8925
8926 * gdb.threads/break-while-running.exp: New file.
8927 * gdb.threads/break-while-running.c: New file.
8928
8929 2014-09-19 Yao Qi <yao@codesourcery.com>
8930
8931 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
8932 Invoke test. Restart GDB with --readnow and invoke test again.
8933
8934 2014-09-19 Yao Qi <yao@codesourcery.com>
8935
8936 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
8937 proc set_breakpoint_on_gcd_function. Invoke
8938 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
8939 invoke set_breakpoint_on_gcd_function again.
8940
8941 2014-09-18 Doug Evans <dje@google.com>
8942
8943 * gdb.dwarf2/symtab-producer.exp: New file.
8944
8945 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
8946
8947 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
8948 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
8949 * gdb.base/global-var-nested-by-dso.c: Likewise.
8950 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8951
8952 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
8953 Pedro Alves <palves@redhat.com>
8954
8955 * gdb.base/watch-bitfields.exp: Pass string other than test file
8956 name to prepare_for_testing.
8957 (watch): New procedure.
8958 (expect_watchpoint): Use with_test_prefix.
8959 (top level): Factor out tests to ...
8960 (test_watch_location, test_regular_watch): ... these new
8961 procedures, and use with_test_prefix and gdb_continue_to_end.
8962
8963 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
8964
8965 PR breakpoints/12526
8966 * gdb.base/watch-bitfields.exp: New file.
8967 * gdb.base/watch-bitfields.c: New file.
8968
8969 2014-09-16 Pedro Alves <palves@redhat.com>
8970
8971 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
8972 software and hardware addresses, not software address against
8973 itself.
8974
8975 2014-09-16 Pedro Alves <palves@redhat.com>
8976
8977 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
8978 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
8979
8980 2014-09-16 Pedro Alves <palves@redhat.com>
8981
8982 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
8983 files.
8984 * gdb.base/a2-run.exp: Remove all code guarded by istarget
8985 "*-*-vxworks*" throughout.
8986 * gdb.base/break.exp: Likewise.
8987 * gdb.base/default.exp: Likewise.
8988 * gdb.base/scope.exp: Likewise.
8989 * gdb.base/sepdebug.exp: Likewise.
8990 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
8991 throughout.
8992 * gdb.base/run.c: Likewise.
8993 * gdb.base/sepdebug.c: Likewise.
8994 * gdb.hp/gdb.aCC/run.c: Likewise.
8995 * gdb.reverse/until-reverse.c: Likewise.
8996 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
8997
8998 2014-09-16 Yao Qi <yao@codesourcery.com>
8999
9000 * boards/local-remote-host-native.exp: New file.
9001
9002 2014-09-14 Doug Evans <xdje42@gmail.com>
9003
9004 * gdb.threads/queue-signal.c (thread_count): New variable.
9005 (thread_count_mutex, thread_count_condvar): New variables.
9006 (incr_thread_count, wait_all_threads_running): New functions.
9007 (main): Wait for all threads to be in their thread functions.
9008
9009 2014-09-13 Doug Evans <xdje42@gmail.com>
9010
9011 * gdb.threads/queue-signal.c: New file.
9012 * gdb.threads/queue-signal.exp: New file.
9013
9014 2014-09-13 Doug Evans <xdje42@gmail.com>
9015
9016 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9017 be consistent with what default_gdb_init uses.
9018 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9019 the plain text of the prompt. Add some logging printfs.
9020 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9021
9022 2014-09-12 Pedro Alves <palves@redhat.com>
9023
9024 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9025 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9026 * gdb.arch/i386-size-overlap.exp: Likewise.
9027 * gdb.arch/i386-size.exp: Likewise.
9028 * gdb.arch/i386-unwind.exp: Likewise.
9029 * gdb.base/a2-run.exp: Likewise.
9030 * gdb.base/break.exp: Likewise.
9031 * gdb.base/charset.exp: Likewise.
9032 * gdb.base/chng-syms.exp: Likewise.
9033 * gdb.base/commands.exp: Likewise.
9034 * gdb.base/dbx.exp: Likewise.
9035 * gdb.base/find.exp: Likewise.
9036 * gdb.base/funcargs.exp: Likewise.
9037 * gdb.base/jit-simple.exp: Likewise.
9038 * gdb.base/reread.exp: Likewise.
9039 * gdb.base/sepdebug.exp: Likewise.
9040 * gdb.base/step-bt.exp: Likewise.
9041 * gdb.cp/mb-inline.exp: Likewise.
9042 * gdb.cp/mb-templates.exp: Likewise.
9043 * gdb.objc/basicclass.exp: Likewise.
9044 * gdb.threads/killed.exp: Likewise.
9045
9046 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9047
9048 PR tdep/17379
9049 * gdb.arch/powerpc-stackless.S: New file.
9050 * gdb.arch/powerpc-stackless.exp: New file.
9051
9052 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9053
9054 * gdb.base/attach.c: Include unistd.h.
9055 (main): Call alarm. Add label postloop.
9056 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
9057 gdb_breakpoint, gdb_continue_to_breakpoint.
9058 (test_command_line_attach_run): Kill ${testpid} in one exit path.
9059
9060 2014-09-11 Pedro Alves <palves@redhat.com>
9061
9062 PR gdb/17347
9063 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9064 * gdb.base/attach.exp (test_command_line_attach_run): New
9065 procedure.
9066 (top level): Call it.
9067
9068 2014-09-11 Pedro Alves <palves@redhat.com>
9069
9070 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9071 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9072 (do_command_attach_tests): Use spawn_wait_for_attach.
9073 * gdb.base/solib-overlap.exp: Likewise.
9074 * gdb.multi/multi-attach.exp: Likewise.
9075 * gdb.python/py-prompt.exp: Likewise.
9076 * gdb.python/py-sync-interp.exp: Likewise.
9077 * gdb.server/ext-attach.exp: Likewise.
9078
9079 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
9080
9081 * gdb.fortran/array-element.exp: Remove unexpected "continue"
9082 command in testcase. Simplify testcase.
9083
9084 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9085
9086 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9087
9088 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9089
9090 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9091
9092 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9093
9094 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9095
9096 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9097
9098 * gdb.dwarf2/dynarr-ptr.c: New file.
9099 * gdb.dwarf2/dynarr-ptr.exp: New file.
9100
9101 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9102
9103 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9104 of 30 rather than hardcoding 120 for a slow test case. Take the
9105 `gdb,timeout' target setting into account for this calculation.
9106 Don't extend the timeout for the test cases that don't need it.
9107
9108 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9109
9110 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9111 a factor of 2 for a slow test case. Take the `gdb,timeout'
9112 target setting into account for this calculation.
9113 * gdb.reverse/until-precsave.exp: Increase the timeout by
9114 a factor of 15 and 3 respectively rather than adding 120
9115 for a pair of slow test cases. Take the `gdb,timeout'
9116 target setting into account for this calculation.
9117
9118 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9119
9120 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9121 timeout, don't pass one down to gdb_expect.
9122 (gdb_expect): Rework timeout selection.
9123
9124 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9125
9126 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9127 exception on timeout.
9128 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9129 (gdbserver_start_extended): Catch any `gdbserver_start' error
9130 exceptions.
9131 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9132 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9133 `gdbserver_gdb_load' error exceptions.
9134
9135 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9136
9137 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9138 120 on waiting for the TCP socket to open.
9139
9140 2014-09-09 Doug Evans <xdje42@gmail.com>
9141
9142 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9143 _caller_matches, _any_caller_is, _any_caller_matches.
9144
9145 2014-09-09 Doug Evans <xdje42@gmail.com>
9146
9147 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9148
9149 2014-09-09 Yao Qi <yao@codesourcery.com>
9150
9151 * gdb.mi/mi-var-display.exp: Set print symbol off.
9152
9153 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9154
9155 PR gdb/17035
9156 * gdb.base/commands.exp: Add tests to verify user-defined
9157 commands with empty bodies.
9158 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9159 python commands in `show user command`.
9160 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9161 scheme commands in `show user command`.
9162
9163 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9164
9165 PR python/17355
9166 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9167 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9168 * gdb.python/py-framefilter-invalidarg.exp: New file.
9169 * gdb.python/py-framefilter-invalidarg.py: New file.
9170
9171 2014-09-06 Doug Evans <xdje42@gmail.com>
9172
9173 PR 15276
9174 * gdb.python/py-caller-is.c: New file.
9175 * gdb.python/py-caller-is.exp: New file.
9176
9177 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9178
9179 PR gdb/17235
9180 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9181 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9182
9183 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9184
9185 PR fortran/17237
9186 * gdb.fortran/print-formatted.exp: New file.
9187 * gdb.fortran/print-formatted.f90: Likewise.
9188
9189 2014-09-03 Sasha Smundak <asmundak@google.com>
9190
9191 * gdb.python/py-frame.exp: Test Frame.read_register.
9192
9193 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9194
9195 PR python/16699
9196 * gdb.python/py-completion.exp: New file.
9197 * gdb.python/py-completion.py: Likewise.
9198
9199 2014-08-28 Doug Evans <dje@google.com>
9200
9201 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9202 eax,etc. are live with values set by gdb and thus the compiler can't
9203 use them.
9204 * gdb.arch/i386-pseudo.c (main): Ditto.
9205
9206 2014-08-27 Doug Evans <dje@google.com>
9207
9208 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9209
9210 2014-08-25 Doug Evans <dje@google.com>
9211
9212 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9213 (main): Ditto.
9214
9215 2014-08-25 Doug Evans <dje@google.com>
9216
9217 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9218
9219 2014-08-24 Yao Qi <yao@codesourcery.com>
9220
9221 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9222 symbol off.
9223 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9224
9225 2014-08-22 Doug Evans <dje@google.com>
9226
9227 PR 17276
9228 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9229 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9230 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9231
9232 2014-08-22 Yao Qi <yao@codesourcery.com>
9233
9234 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9235 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9236 * gdb.python/python.exp: Likewise. Use .py file on the host
9237 instead of the build.
9238
9239 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9240
9241 * gdb.threads/gcore-stale-thread.c: New file.
9242 * gdb.threads/gcore-stale-thread.exp: New file.
9243
9244 2014-08-21 Pedro Alves <palves@redhat.com>
9245
9246 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9247 * gdb.base/gcore-relro-pie.exp: Likewise.
9248 * gdb.base/gcore-relro.exp: Likewise.
9249 * gdb.base/gcore.exp: Likewise.
9250 * gdb.base/print-symbol-loading.exp: Likewise.
9251 * gdb.threads/gcore-thread.exp: Likewise.
9252 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9253
9254 2014-08-20 Pedro Alves <palves@redhat.com>
9255 Jan Kratochvil <jan.kratochvil@redhat.com>
9256
9257 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9258 configure.
9259 (EXPECT): Handle READ1 being set.
9260 (all): Depend on EXTRA_RULES.
9261 (check-read1, expect-read1, read1.so, read1): New rules.
9262 * README (Testsuite Parameters): Document the READ1 make variable.
9263 (Race detection): New section.
9264 * configure: Regenerate.
9265 * configure.ac: If build==host==target, and running under a
9266 GNU/glibc system, add read1 to the extra Makefile rules.
9267 (EXTRA_RULES): AC_SUBST it.
9268 * lib/read1.c: New file.
9269
9270 2014-08-20 Joel Brobecker <brobecker@adacore.com>
9271
9272 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9273 the handling of variables declared as a typedef to an array
9274 which a DW_AT_data_location attribute.
9275
9276 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
9277 Pedro Alves <palves@redhat.com>
9278
9279 PR symtab/14604
9280 PR symtab/14605
9281 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9282 gdb_test.
9283
9284 2014-08-19 Pedro Alves <palves@redhat.com>
9285
9286 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9287
9288 2014-08-19 Yao Qi <yao@codesourcery.com>
9289
9290 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9291 right line.
9292
9293 2014-08-18 David Blaikie <dblaikie@gmail.com>
9294
9295 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9296
9297 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9298
9299 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9300 attribute in array range.
9301
9302 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9303
9304 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9305
9306 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9307
9308 PR c++/17132
9309 * gdb.cp/pr17132.cc: New file.
9310 * gdb.cp/pr17132.exp: New file.
9311
9312 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9313
9314 * gdb.python/py-xmethods.py (A_getarrayind)
9315 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9316 Use 'print' with function call syntax.
9317 (E_method_matcher.match): Fix tab vs space indentation mixup.
9318
9319 2014-08-15 Yao Qi <yao@codesourcery.com>
9320
9321 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9322 false.
9323
9324 2014-08-15 Yao Qi <yao@codesourcery.com>
9325
9326 * gdb.cp/casts.exp: Set print symbol off.
9327 * gdb.cp/class2.exp: Likewise.
9328 * gdb.cp/overload.exp: Likewise.
9329 * gdb.cp/templates.exp: Likewise.
9330
9331 2014-08-11 Doug Evans <dje@google.com>
9332
9333 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9334 (test_load_shlib): Update.
9335
9336 2014-08-09 Yao Qi <yao@codesourcery.com>
9337
9338 * gdb.base/display.exp: Invoke is_address_zero_readable.
9339 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9340 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9341 * gdb.base/hbreak-unmapped.exp: Return if
9342 is_address_zero_readable returns true.
9343 * gdb.base/signest.exp: Likewise.
9344 * gdb.base/signull.exp: Likewise.
9345 * gdb.base/sigbpt.exp: Likewise.
9346 * gdb.guile/scm-disasm.exp: Do the test if
9347 is_address_zero_readable returns false.
9348 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9349 * gdb.python/py-arch.exp: Likewise.
9350 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9351 * lib/gdb.exp (is_address_zero_readable): New proc.
9352
9353 2014-08-09 Yao Qi <yao@codesourcery.com>
9354
9355 PR testsuite/13443
9356 * gdb.mi/mi-var-display.exp: Make test messages unique.
9357
9358 2014-08-04 Tom Tromey <tromey@redhat.com>
9359
9360 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9361 target 0".
9362
9363 2014-08-04 Tom Tromey <tromey@redhat.com>
9364
9365 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9366 "target_resume".
9367
9368 2014-08-01 Joel Brobecker <brobecker@adacore.com>
9369
9370 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9371 inner_vla_struct_object_size.
9372 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9373 as xfail.
9374
9375 2014-07-30 Pedro Alves <palves@redhat.com>
9376
9377 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9378 comment.
9379
9380 2014-07-29 Yao Qi <yao@codesourcery.com>
9381
9382 PR gdb/17206
9383 * gdb.base/until-nodebug.exp: New.
9384
9385 2014-07-28 Doug Evans <xdje42@gmail.com>
9386
9387 PR guile/17203
9388 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9389 previously existing parameter, and previously ambiguously spelled
9390 parameter.
9391
9392 2014-07-28 Will Newton <will.newton@linaro.org>
9393
9394 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9395
9396 2014-07-26 Ludovic Courtès <ludo@gnu.org>
9397 Doug Evans <xdje42@gmail.com>
9398
9399 PR guile/17146
9400 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9401
9402 2014-07-25 Pedro Alves <palves@redhat.com>
9403
9404 * gdb.threads/signal-command-handle-nopass.c: New file.
9405 * gdb.threads/signal-command-handle-nopass.exp: New file.
9406 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9407 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9408 * gdb.threads/signal-delivered-right-thread.c: New file.
9409 * gdb.threads/signal-delivered-right-thread.exp: New file.
9410
9411 2014-07-25 Pedro Alves <palves@redhat.com>
9412
9413 * gdb.base/double-prompt-target-event-error.exp
9414 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9415 match.
9416 (cancel_pagination_in_target_event): Rework double prompt
9417 detection.
9418 * gdb.base/paginate-after-ctrl-c-running.exp
9419 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9420 <return>' match.
9421 * gdb.base/paginate-bg-execution.exp
9422 (test_bg_execution_pagination_return)
9423 (test_bg_execution_pagination_cancel): Remove '-notransfer
9424 <return>' matches.
9425 * gdb.base/paginate-execution-startup.exp
9426 (test_fg_execution_pagination_return)
9427 (test_fg_execution_pagination_cancel): Remove '-notransfer
9428 <return>' matches.
9429 * gdb.base/paginate-inferior-exit.exp
9430 (test_paginate_inferior_exited): Remove '-notransfer <return>'
9431 match.
9432 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9433 * lib/gdb.exp (pagination_prompt): Run text through
9434 string_to_regexp.
9435 (gdb_test_multiple): Match $pagination_prompt instead of
9436 "<return>".
9437 (string_to_regexp): Move to lib/gdb-utils.exp.
9438
9439 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9440
9441 * gdb.arch/amd64-entry-value-paramref.S: New file.
9442 * gdb.arch/amd64-entry-value-paramref.cc: New file.
9443 * gdb.arch/amd64-entry-value-paramref.exp: New file.
9444 * gdb.arch/amd64-optimout-repeat.S: New file.
9445 * gdb.arch/amd64-optimout-repeat.c: New file.
9446 * gdb.arch/amd64-optimout-repeat.exp: New file.
9447
9448 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9449
9450 PR gdb/17170
9451 * gdb.base/statistics.exp: New file.
9452
9453 2014-07-17 Doug Evans <dje@google.com>
9454
9455 PR gdb/17170
9456 * gdb.base/maint.exp: Update testing of per-command stats.
9457
9458 2014-07-16 Pedro Alves <palves@redhat.com>
9459
9460 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9461 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9462 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9463 (tfile_write_buf): New functions.
9464 (add_memory_block): Rewrite using the above.
9465 (adjust_function_address): New function.
9466 (FUNCTION_ADDRESS): New macro.
9467 (write_basic_trace_file): Remove short_x local, and use
9468 tfile_write_16. Change type of func_addr local to unsigned long
9469 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
9470 here. Cast argument of add_memory_block to char pointer.
9471 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
9472 (main): Remove parameters.
9473 * gdb.trace/tfile.exp: Remove nowarnings.
9474
9475 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
9476
9477 * gdb.base/debug-expr.exp: Test string evaluation with
9478 "debug expression" on.
9479
9480 2014-07-15 Pedro Alves <palves@redhat.com>
9481
9482 * gdb.base/reread.exp: Use clean_restart.
9483
9484 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
9485
9486 * gdb.arch/avr-flash-qualifer.c: New.
9487 * gdb.arch/avr-flash-qualifer.exp: New.
9488
9489 2014-07-14 Pedro Alves <palves@redhat.com>
9490
9491 * gdb.base/paginate-after-ctrl-c-running.c: New file.
9492 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9493
9494 2014-07-14 Pedro Alves <palves@redhat.com>
9495
9496 * gdb.base/double-prompt-target-event-error.c: New file.
9497 * gdb.base/double-prompt-target-event-error.exp: New file.
9498
9499 2014-07-14 Pedro Alves <palves@redhat.com>
9500
9501 PR gdb/17072
9502 * gdb.base/paginate-inferior-exit.c: New file.
9503 * gdb.base/paginate-inferior-exit.exp: New file.
9504
9505 2014-07-14 Pedro Alves <palves@redhat.com>
9506
9507 PR gdb/17072
9508 * gdb.base/paginate-bg-execution.c: New file.
9509 * gdb.base/paginate-bg-execution.exp: New file.
9510
9511 2014-07-14 Pedro Alves <palves@redhat.com>
9512
9513 PR gdb/17072
9514 * gdb.base/paginate-execution-startup.c: New file.
9515 * gdb.base/paginate-execution-startup.exp: New file.
9516 * lib/gdb.exp (pagination_prompt): New global.
9517 (default_gdb_spawn): New procedure, factored out from
9518 default_gdb_spawn.
9519 (default_gdb_start): Adjust to call default_gdb_spawn.
9520 (gdb_spawn): New procedure.
9521
9522 2014-07-14 Pedro Alves <palves@redhat.com>
9523
9524 * lib/gdb.exp (gdb_assert): New procedure.
9525 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9526
9527 2014-07-14 Pedro Alves <palves@redhat.com>
9528
9529 * gdb.base/execution-termios.c: New file.
9530 * gdb.base/execution-termios.exp: New file.
9531
9532 2014-07-14 Tom Tromey <tromey@redhat.com>
9533
9534 * gdb.cp/vla-cxx.cc: New file.
9535 * gdb.cp/vla-cxx.exp: New file.
9536
9537 2014-07-14 Tom Tromey <tromey@redhat.com>
9538
9539 * gdb.reverse/rerun-prec.c: New file.
9540 * gdb.reverse/rerun-prec.exp: New file.
9541
9542 2014-07-12 Maciej W. Rozycki <macro@mips.com>
9543 Maciej W. Rozycki <macro@codesourcery.com>
9544
9545 * lib/gdb-utils.exp: New file.
9546 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9547 inline `gdb_init_command' processing.
9548 (gdb_start_cmd): Likewise.
9549 * lib/mi-support.exp (mi_run_cmd): Likewise.
9550 * README: Document `gdb_init_command' and `gdb_init_commands'.
9551
9552 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9553
9554 Fix false FAIL running under a very long directory name.
9555 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9556 and "set print elements 10000". Twice.
9557
9558 2014-07-11 Yao Qi <yao@codesourcery.com>
9559
9560 * gdb.base/exprs.exp: "set print symbol off".
9561
9562 2014-07-11 Pedro Alves <palves@redhat.com>
9563
9564 * gdb.threads/kill.c: New file.
9565 * gdb.threads/kill.exp: New file.
9566
9567 2014-07-10 Yao Qi <yao@codesourcery.com>
9568
9569 * gdb.trace/tfile.c (write_basic_trace_file)
9570 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9571 address written to trace file.
9572
9573 2014-07-09 Pedro Alves <palves@redhat.com>
9574
9575 * gdb.base/attach-wait-input.exp: New file.
9576 * gdb.base/attach-wait-input.c: New file.
9577
9578 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9579
9580 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9581 setting up test structures.
9582 (main): Call new test function.
9583 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9584 test function, continue into test function and walk test
9585 structures.
9586
9587 2014-07-02 Yao Qi <yao@codesourcery.com>
9588
9589 * gdb.trace/entry-values.c: Define labels 'foo_start' and
9590 'bar_start' at the beginning of functions 'foo' and 'bar'
9591 respectively.
9592 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9593 instead of 'foo' and 'bar'.
9594
9595 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
9596
9597 * gdb.btrace/segv.exp: New.
9598 * gdb.btrace/segv.c: New.
9599
9600 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
9601
9602 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9603 instruction.
9604
9605 2014-06-30 Mark Wielaard <mjw@redhat.com>
9606
9607 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
9608 vulture, vilify, villar): New volatile array constants.
9609 (vindictive, vegetation): New const volatile array constants.
9610 * gdb.base/volatile.exp: Test volatile and const volatile array
9611 types.
9612
9613 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9614
9615 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
9616 target lacks support for awatch, rwatch, or hbreak.
9617
9618 2014-06-27 Yao Qi <yao@codesourcery.com>
9619
9620 * gdb.multi/dummy-frame-restore.exp: New.
9621 * gdb.multi/dummy-frame-restore.c: New.
9622
9623 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
9624
9625 * gdb.btrace/gcore.exp: New.
9626
9627 2014-06-23 Pedro Alves <palves@redhat.com>
9628
9629 * gdb.base/watchpoint-reuse-slot.c: New file.
9630 * gdb.base/watchpoint-reuse-slot.exp: New file.
9631
9632 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
9633
9634 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
9635 progspace's filename in 'info', 'enable' and 'disable' command
9636 tests.
9637
9638 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9639
9640 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
9641 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9642 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
9643
9644 2014-06-20 Gary Benson <gbenson@redhat.com>
9645
9646 * gdb.arch/i386-avx.exp: Fix include file location.
9647 * gdb.arch/i386-sse.exp: Likewise.
9648
9649 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
9650
9651 * gdb.dlang/expression.exp: New file.
9652
9653 2014-06-19 Pedro Alves <palves@redhat.com>
9654
9655 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
9656 out from ...
9657 (top level): ... here. Iterate running tests under different
9658 scheduler-locking settings.
9659
9660 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
9661
9662 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
9663 to DW_FORM_addr and use non-zero addresses.
9664
9665 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
9666
9667 PR gdb/17017
9668 * gdb.python/py-xmethods.cc: Add global function call counters and
9669 increment them in their respective functions. Remove "cout"
9670 statements.
9671 * gdb.python/py-xmethods.exp: Make tests check the global function
9672 call counters instead of depending on inferior IO.
9673
9674 2014-06-18 Don Breazeal <donb@codesourcery.com>
9675
9676 * gdb.base/foll-fork.exp (default_fork_parent_follow):
9677 Deleted procedure.
9678 (explicit_fork_parent_follow): Deleted procedure.
9679 (explicit_fork_child_follow): Deleted procedure.
9680 (test_follow_fork): New procedure.
9681 (do_fork_tests): Replace calls to deleted procedures with
9682 calls to test_follow_fork and reset GDB for subsequent
9683 procedure calls.
9684
9685 2014-06-17 Yao Qi <yao@codesourcery.com>
9686
9687 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
9688 CP1252.
9689
9690 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
9691
9692 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
9693 Initialize ptr and S explicitly.
9694 (skip_type_update_when_not_use_rtti_test): Likewise.
9695
9696 2014-06-16 Keith Seitz <keiths@redhat.com>
9697
9698 PR mi/15863
9699 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
9700 the inferior is started.
9701
9702 2014-06-16 Pedro Alves <palves@redhat.com>
9703
9704 * gdb.base/break-main-file-remove-fail.c: New file.
9705 * gdb.base/break-main-file-remove-fail.exp: New file.
9706 * gdb.base/break-unload-file.exp: Use build_executable instead of
9707 prepare_for_testing.
9708 (test_break): New parameter "initial_load". Handle it.
9709 (top level): Add initial_load cmdline/file axis.
9710
9711 2014-06-12 Tom Tromey <tromey@redhat.com>
9712
9713 * gdb.base/completion.exp: Don't use directory name in test.
9714
9715 2014-06-09 Gary Benson <gbenson@redhat.com>
9716
9717 * gdb.base/sigall.c [Functions to send signals]: Reorder to
9718 separate the always-available ANSI-standard signals from the
9719 signals that require checking.
9720 (main): Likewise.
9721 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
9722 Likewise.
9723 (main): Likewise.
9724
9725 2014-06-07 Keith Seitz <keiths@redhat.com>
9726
9727 Revert:
9728 PR c++/16253
9729 * gdb.cp/var-tag.cc: New file.
9730 * gdb.cp/var-tag.exp: New file.
9731 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
9732 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
9733 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9734 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9735
9736 2014-06-06 Doug Evans <xdje42@gmail.com>
9737
9738 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
9739
9740 2014-06-06 Pedro Alves <palves@redhat.com>
9741
9742 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
9743 in target debug output instead of looking at RSP packets,
9744 disabling the test on any target that uses hardware stepping.
9745 Update comments.
9746
9747 2014-06-06 Pedro Alves <palves@redhat.com>
9748
9749 * gdb.base/break-unload-file.exp: Fix typo.
9750
9751 2014-06-06 Yao Qi <yao@codesourcery.com>
9752
9753 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
9754 from "jit_function" to "^jit_function".
9755
9756 2014-06-06 Yao Qi <yao@codesourcery.com>
9757
9758 * gdb.base/async.c (foo): Add one statement.
9759 * gdb.base/async.exp: Get the next instruction address and
9760 match the output of "nexti" by instruction address. Match
9761 the hex address in the output of "finish".
9762
9763 2014-06-06 Gary Benson <gbenson@redhat.com>
9764
9765 * gdb.base/call-signals.c: Remove preprocessor conditionals
9766 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
9767 SIGSEGV and SIGTERM.
9768 * gdb.base/sigall.c: Likewise.
9769 * gdb.base/unwindonsignal.c: Likewise.
9770 * gdb.reverse/sigall-reverse.c: Likewise.
9771
9772 2014-06-06 Yao Qi <yao@codesourcery.com>
9773
9774 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
9775 readable, skip the test.
9776
9777 2014-06-06 Yao Qi <yao@codesourcery.com>
9778
9779 * gdb.threads/staticthreads.c (thread_function): Move the line
9780 setting breakpoint on forward.
9781 * gdb.threads/staticthreads.exp: Update comments.
9782
9783 2014-06-05 Ludovic Courtès <ludo@gnu.org>
9784
9785 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
9786 "history-append! type error".
9787
9788 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
9789
9790 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
9791 erroneous dprintf expected input.
9792
9793 2014-06-04 Doug Evans <xdje42@gmail.com>
9794
9795 * gdb.guile/scm-generics.exp: Delete.
9796
9797 2014-06-04 Doug Evans <xdje42@gmail.com>
9798
9799 * gdb.guile/scm-breakpoint.exp: Update.
9800 Add tests for breakpoint registration.
9801
9802 2014-06-04 Tom Tromey <tromey@redhat.com>
9803
9804 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
9805 VLA-in-union.
9806 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
9807 inner_vla_struct, vla_union types. Initialize objects of those
9808 types and compute their sizes.
9809
9810 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
9811 Hui Zhu <hui@codesourcery.com>
9812
9813 * gdb.base/fileio.exp: Add test for shell not available as well as
9814 available.
9815 * gdb.base/fileio.c (test_system): Check for shell twice.
9816
9817 2014-06-04 Yao Qi <yao@codesourcery.com>
9818
9819 * gdb.base/auto-connect-native-target.exp: Remove redundant
9820 space from the regexp pattern.
9821
9822 2014-06-04 Yao Qi <yao@codesourcery.com>
9823
9824 * gdb.base/default.exp: Replace "child" with "native" in
9825 regexp pattern.
9826
9827 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
9828
9829 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
9830 * gdb.python/py-xmethods.exp: New tests to test xmethods.
9831 * gdb.python/py-xmethods.py: Python script supporting the
9832 new testcase and tests.
9833
9834 2014-06-03 Joel Brobecker <brobecker@adacore.com>
9835 Pedro Alves <palves@redhat.com>
9836
9837 PR breakpoints/17000
9838 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
9839 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
9840
9841 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
9842
9843 * gdb.base/subst.exp: Add tests to verify partial path matching
9844 output.
9845
9846 2014-06-03 Pedro Alves <palves@redhat.com>
9847
9848 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
9849 target that doesn't use software single-stepping.
9850
9851 2014-06-03 Pedro Alves <palves@redhat.com>
9852
9853 PR breakpoints/17000
9854 * gdb.base/sss-bp-on-user-bp-2.c: New file.
9855 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
9856
9857 2014-06-02 Doug Evans <xdje42@gmail.com>
9858
9859 * gdb.guile/scm-parameter.exp: New file.
9860
9861 2014-06-02 Doug Evans <xdje42@gmail.com>
9862
9863 * gdb.guile/scm-cmd.c: New file.
9864 * gdb.guile/scm-cmd.exp: New file.
9865
9866 2014-06-02 Doug Evans <xdje42@gmail.com>
9867
9868 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
9869 pretty-printer lookup.
9870 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
9871 (make-pp_s-printer): Call it.
9872 (make-pretty-printer-from-dict): New function.
9873 (lookup-pretty-printer-maker-from-dict): New function.
9874 (*pretty-printer*): Simplify.
9875 (make-objfile-pp_s-printer): New function.
9876 (install-objfile-pretty-printers!): New function.
9877 (make-progspace-pp_s-printer): New function.
9878 (install-progspace-pretty-printers!): New function.
9879 * gdb.guile/scm-progspace.c: New file.
9880 * gdb.guile/scm-progspace.exp: New file.
9881
9882 2014-06-02 Pedro Alves <palves@redhat.com>
9883
9884 * gdb.base/dprintf-bp-same-addr.c: New file.
9885 * gdb.base/dprintf-bp-same-addr.exp: New file.
9886
9887 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9888
9889 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
9890 * gdb.arch/powerpc-power.s: Likewise.
9891
9892 2014-06-02 Joel Brobecker <brobecker@adacore.com>
9893
9894 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
9895
9896 2014-06-01 Yao Qi <yao@codesourcery.com>
9897
9898 * gdb.base/watchpoint.exp (test_watch_location): Check null
9899 pointer can be dereferenced. If not, do the test, otherwise
9900 skip it.
9901
9902 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
9903
9904 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
9905 results.
9906 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
9907
9908 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
9909
9910 * gdb.arch/amd64-invalid-stack-middle.S: New file.
9911 * gdb.arch/amd64-invalid-stack-middle.c: New file.
9912 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
9913 * gdb.arch/amd64-invalid-stack-top.c: New file.
9914 * gdb.arch/amd64-invalid-stack-top.exp: New file.
9915
9916 2014-05-30 Pedro Alves <palves@redhat.com>
9917
9918 PR breakpoints/17000
9919 * gdb.base/sss-bp-on-user-bp.c: New file.
9920 * gdb.base/sss-bp-on-user-bp.exp: New file.
9921
9922 2014-05-30 David Blaikie <dblaikie@gmail.com>
9923
9924 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
9925 gnu_inline semantics via attribute.
9926 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
9927 source explicitly specifies the required semantics.
9928
9929 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
9930
9931 * gdb.reverse/sigall-reverse.exp: Fix a typo.
9932
9933 2014-05-29 Pedro Alves <palves@redhat.com>
9934 Tom Tromey <tromey@redhat.com>
9935
9936 * gdb.base/async-shell.exp: Don't enable target-async.
9937 * gdb.base/async.exp
9938 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
9939 parameter. Adjust.
9940 (top level): Don't test with "target-async".
9941 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
9942 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
9943 * gdb.base/inferior-died.exp: Don't enable target-async.
9944 * gdb.base/interrupt-noterm.exp: Likewise.
9945 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
9946 * gdb.mi/mi-nonstop-exit.exp: Likewise.
9947 * gdb.mi/mi-nonstop.exp: Likewise.
9948 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9949 * gdb.mi/mi-nsintrall.exp: Likewise.
9950 * gdb.mi/mi-nsmoribund.exp: Likewise.
9951 * gdb.mi/mi-nsthrexec.exp: Likewise.
9952 * gdb.mi/mi-watch-nonstop.exp: Likewise.
9953 * gdb.multi/watchpoint-multi.exp: Adjust comment.
9954 * gdb.python/py-evsignal.exp: Don't enable target-async.
9955 * gdb.python/py-evthreads.exp: Likewise.
9956 * gdb.python/py-prompt.exp: Likewise.
9957 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
9958 * gdb.server/solib-list.exp: Don't enable target-async.
9959 * gdb.threads/thread-specific-bp.exp: Likewise.
9960 * lib/mi-support.exp: Adjust to use mi-async.
9961
9962 2014-05-29 Pedro Alves <palves@redhat.com>
9963
9964 PR gdb/13860
9965 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
9966 reason, even in sync mode.
9967
9968 2014-05-29 Pedro Alves <palves@redhat.com>
9969 Hui Zhu <hui@codesourcery.com>
9970
9971 PR PR15693
9972 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
9973 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
9974 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
9975 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
9976
9977 2014-05-28 Joel Brobecker <brobecker@adacore.com>
9978
9979 * config/monitor.exp (gdb_target_monitor): Replace use of
9980 "set remotebaud" by "set serial baud".
9981
9982 2014-05-26 Andy Wingo <wingo@igalia.com>
9983
9984 * gdb.guile/scm-breakpoint.exp:
9985 * gdb.guile/scm-gsmob.exp: Update to use plain old object
9986 properties instead of gdb-object-properties.
9987
9988 2014-05-26 Yao Qi <yao@codesourcery.com>
9989
9990 * gdb.server/no-thread-db.exp: Specify source file name
9991 explicitly when setting a breakpoint.
9992
9993 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9994
9995 * gdb.btrace/vdso.c: New.
9996 * gdb.btrace/vdso.exp: New.
9997
9998 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9999
10000 * gdb.base/gcore.exp (capture_command_output): Move ...
10001 * lib/gdb.exp (capture_command_output): ... here.
10002
10003 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10004
10005 * gdb.btrace/data.exp: Test memory access during btrace replay.
10006
10007 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
10008
10009 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
10010
10011 2014-05-21 Pedro Alves <palves@redhat.com>
10012
10013 PR gdb/13860
10014 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
10015 (top level): Test that output related to execution commands is
10016 sent to the console with CLI commands, but not with MI commands.
10017 Test that breakpoint events are always mirrored to the console.
10018 Also expect the new source line to be output after a "next" in
10019 async mode too. Make it a pass/fail test.
10020 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10021 output.
10022 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10023
10024 2014-05-21 Pedro Alves <palves@redhat.com>
10025
10026 * gdb.base/list.exp (build_pattern, test_list): New procedures.
10027 Use them to test variations of "list" after reaching a breakpoint.
10028 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10029 Test "list" with listsize 10 after reaching a breakpoint.
10030 * gdb.python/python.exp (decode_line current location line
10031 number): Adjust expected line number.
10032
10033 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
10034
10035 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10036 behavior for $args, pass it directly to "run".
10037
10038 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
10039
10040 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
10041 30000 to 65536.
10042
10043 2014-05-21 Pedro Alves <palves@redhat.com>
10044
10045 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
10046 auto-connect-native-target off".
10047 * gdb.base/auto-connect-native-target.c: New file.
10048 * gdb.base/auto-connect-native-target.exp: New file.
10049
10050 2014-05-21 Pedro Alves <palves@redhat.com>
10051
10052 * gdb.base/default.exp: Test "target native" instead of "target
10053 child".
10054
10055 2014-05-21 Mark Wielaard <mjw@redhat.com>
10056
10057 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10058
10059 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10060
10061 Fix TLS access for -static -pthread.
10062 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10063 <HAVE_TLS> (thread_function, main): Initialize it.
10064 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10065 Add clean_restart.
10066 <$have_tls != "">: Check TLSVAR.
10067
10068 2014-05-21 Pedro Alves <palves@redhat.com>
10069
10070 * gdb.base/dcache-line-read-error.c: New.
10071 * gdb.base/dcache-line-read-error.exp: New.
10072
10073 2014-05-20 Pedro Alves <palves@redhat.com>
10074
10075 * gdb.base/compare-sections.c: New file.
10076 * gdb.base/compare-sections.exp: New file.
10077
10078 2014-05-20 Pedro Alves <palves@redhat.com>
10079
10080 * gdb.base/break-idempotent.c: New file.
10081 * gdb.base/break-idempotent.exp: New file.
10082
10083 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
10084
10085 * gdb.btrace/nohist.exp: New.
10086
10087 2014-05-20 Yao Qi <yao@codesourcery.com>
10088
10089 * lib/gdb.exp (gdb_init): Set timeout if test file is under
10090 gdb.reverse directory and gdb_reverse_timeout exists in board
10091 setting.
10092 * README: Document gdb_reverse_timeout.
10093
10094 2014-05-20 Yao Qi <yao@codesourcery.com>
10095
10096 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10097 'test_file_name'. Treat args as a string instead of a list.
10098 (gdb_init): Rename argument 'args' by 'test_file_name'.
10099
10100 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10101
10102 * gdb.arch/powerpc-power.exp: New file.
10103 * gdb.arch/powerpc-power.s: New file.
10104
10105 2014-05-16 Doug Evans <dje@google.com>
10106
10107 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
10108 * gdb.base/completion.exp: Check that all expected files exist
10109 before doing file completion.
10110
10111 2014-05-16 Doug Evans <dje@google.com>
10112
10113 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10114 Update.
10115 (do_syscall_tests_without_xml): Update.
10116
10117 2014-05-16 Pedro Alves <palves@redhat.com>
10118
10119 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10120 instead of "unknown output after running".
10121
10122 2014-05-16 Yao Qi <yao@codesourcery.com>
10123
10124 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10125 file1.txt from host at the end.
10126 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10127
10128 2014-05-15 Doug Evans <dje@google.com>
10129
10130 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10131 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10132 loading file. Add test for TU lookup.
10133
10134 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10135
10136 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10137 calling "-exec-arguments" or "set args" before running the
10138 inferior.
10139
10140 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10141
10142 * lib/mi-support.exp (mi_expect_stop): Expect message for
10143 inferiors that exit with non-zero exit code.
10144
10145 2014-05-14 Yao Qi <yao@codesourcery.com>
10146
10147 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10148 match absolute path on remote host.
10149 (test_file_list_exec_source_files): Remove "/" from the
10150 pattern.
10151
10152 2014-05-14 Yao Qi <yao@codesourcery.com>
10153
10154 * boards/local-remote-host-notty.exp (${board}_file): New
10155 proc.
10156
10157 2014-05-07 Kyle McMartin <kyle@redhat.com>
10158
10159 Pushed by Joel Brobecker <brobecker@adacore.com>.
10160 * gdb.arch/aarch64-atomic-inst.c: New file.
10161 * gdb.arch/aarch64-atomic-inst.exp: New file.
10162
10163 2014-05-07 Yao Qi <yao@codesourcery.com>
10164
10165 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10166 in current context" too.
10167
10168 2014-05-05 Keith Seitz <keiths@redhat.com>
10169
10170 * gdb.linespec/ls-dollar.exp: Add test for linespec
10171 file:convenience_variable.
10172
10173 2014-05-05 Yao Qi <yao@codesourcery.com>
10174
10175 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10176 traceframes into tfile and ctf trace files. Read data from
10177 trace file and test collected data.
10178 (gdb_collect_locals_test): Likewise.
10179 (gdb_unavailable_registers_test): Likewise.
10180 (gdb_unavailable_floats): Likewise.
10181 (gdb_collect_globals_test): Likewise.
10182 (top-level): Append "ctf" to trace_file_targets if GDB
10183 supports.
10184
10185 2014-05-05 Yao Qi <yao@codesourcery.com>
10186
10187 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10188 code to ...
10189 (gdb_collect_args_test_1): ... it. New proc.
10190 (gdb_collect_locals_test): Move some code to ...
10191 (gdb_collect_locals_test_1): ... it. New proc.
10192 (gdb_unavailable_registers_test): Move some code to ...
10193 (gdb_unavailable_registers_test_1): ... it. New proc.
10194 (gdb_unavailable_floats): Move some code to ...
10195 (gdb_unavailable_floats_1): ... it. New proc.
10196
10197 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10198
10199 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10200 probes to test for bitness recognition.
10201 * gdb.arch/amd64-stap-optional-prefix.exp
10202 (test_probe_value_without_reg): New procedure.
10203 Add code to test for different kinds of bitness.
10204
10205 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10206
10207 PR breakpoints/16889
10208 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10209 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10210
10211 2014-05-01 Pedro Alves <palves@redhat.com>
10212
10213 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10214 gdb_file_cmd if no file is specified.
10215 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10216 last_loaded_file to set the remote exec-file.
10217
10218 2014-05-01 Pedro Alves <palves@redhat.com>
10219
10220 * boards/local-remote-host.exp: New file.
10221
10222 2014-05-01 Pedro Alves <palves@redhat.com>
10223
10224 * boards/local-remote-host.exp: Rename to ...
10225 * boards/local-remote-host-notty.exp: ... this.
10226
10227 2014-04-28 Joel Brobecker <brobecker@adacore.com>
10228
10229 * gdb.ada/dyn_arrayidx: New testcase.
10230
10231 2014-04-26 Yao Qi <yao@codesourcery.com>
10232
10233 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10234 and compute the length of function main. Save it in
10235 $main_length.
10236 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10237 (top-level): Use gdb_compile to compile objects into
10238 executable and restart GDB. Remove invocation to
10239 prepare_for_testing.
10240
10241 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10242 Pedro Alves <palves@redhat.com>
10243
10244 PR server/16255
10245 * gdb.multi/multi-attach.c: New file.
10246 * gdb.multi/multi-attach.exp: New file.
10247
10248 2014-04-25 Pedro Alves <palves@redhat.com>
10249
10250 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10251 user.
10252 (top level): Test that "set remote conditional-breakpoints-packet
10253 off" works as intended.
10254 * gdb.base/dprintf.exp: Test that "set remote
10255 breakpoint-commands-packet off" works as intended.
10256 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10257 New function.
10258 (top level): Call it.
10259 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10260 remote fast-tracepoints-packet off" works as intended.
10261 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10262 * lib/gdb.exp (gdb_is_target_remote): ... here.
10263
10264 2014-04-24 David Blaikie <dblaikie@gmail.com>
10265
10266 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10267 ensure clang would not discard them.
10268 * gdb.base/gdbvars.c: Ditto.
10269 * gdb.base/memattr.c: Ditto.
10270 * gdb.base/whatis.c: Ditto.
10271 * gdb.python/py-prettyprint.c: Ditto.
10272 * gdb.trace/actions.c: Ditto.
10273 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10274 ensure clang would not discard it.
10275
10276 2014-04-24 David Blaikie <dblaikie@gmail.com>
10277
10278 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10279 clang to emit the full definition of type required by the test
10280 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10281
10282 2014-04-24 David Blaikie <dblaikie@gmail.com>
10283
10284 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10285 coax Clang into emitting the definition of the type.
10286 * gdb.cp/pr10728-x.h (y): Ditto.
10287 * gdb.cp/pr10728-y.cc (y): Ditto.
10288
10289 2014-04-24 David Blaikie <dblaikie@gmail.com>
10290
10291 * gdb.base/label.exp: XFAIL label related tests under Clang.
10292 * gdb.cp/cplabel.exp: Ditto.
10293 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10294 under Clang those using labels.
10295
10296 2014-04-25 Yao Qi <yao@codesourcery.com>
10297
10298 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10299 double_label.
10300 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10301 partial_label and double_label.
10302
10303 2014-04-24 David Blaikie <dblaikie@gmail.com>
10304
10305 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10306
10307 2014-04-24 David Blaikie <dblaikie@gmail.com>
10308
10309 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10310 of the function to work across GCC and Clang.
10311 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10312 pointer types (const void ** const V void **).
10313
10314 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
10315 Walfred Tedeschi <walfred.tedeschi@intel.com>
10316
10317 * Makefile.in (EXECUTABLES): Added i386-avx512.
10318 * gdb.arch/i386-avx512.c: New file.
10319 * gdb.arch/i386-avx512.exp: Likewise.
10320
10321 2014-04-23 Keith Seitz <keiths@redhat.com>
10322
10323 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10324 (mi_make_breakpoint_table): New procedure.
10325 (mi_create_breakpoint): Use mi_make_breakpoint
10326 and return the result.
10327 (mi_make_breakpoint): New procedure.
10328 (mi_build_kv_pairs): New procedure.
10329
10330 * gdb.mi/mi-break.exp: Remove unused globals,
10331 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10332 All callers updated.
10333 * gdb.mi/mi-dprintf.exp: Use variable to track command
10334 number.
10335 Update all callers of mi_create_breakpoint and use
10336 mi_make_breakpoint_table.
10337 Remove any unused global variables.
10338 * gdb.mi/mi-nonstop.exp: Likewise.
10339 * gdb.mi/mi-nsintrall.exp: Likewise.
10340 * gdb.mi/mi-nsmoribund.exp: Likewise.
10341 * gdb.mi/mi-nsthrexec.exp: Likewise.
10342 * gdb.mi/mi-reverse.exp: Likewise.
10343 * gdb.mi/mi-simplerun.exp: Likewise.
10344 * gdb.mi/mi-stepn.exp: Likewise.
10345 * gdb.mi/mi-syn-frame.exp: Likewise.
10346 * gdb.mi/mi-until.exp: Likewise.
10347 * gdb.mi/mi-var-cp.exp: Likewise.
10348 * gdb.mi/mi-var-display.exp: Likewise.
10349 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10350 * gdb.mi/mi2-var-child.exp: Likewise.
10351 * gdb.mi/mi-vla-c99.exp: Likewise.
10352 * lib/mi-support.exp: Likewise.
10353
10354 From Ian Lance Taylor <iant@cygnus.com>:
10355 * lib/gdb.exp (parse_args): New procedure.
10356
10357 2014-04-23 Pedro Alves <palves@redhat.com>
10358
10359 * gdb.base/break-unload-file.c: New file.
10360 * gdb.base/break-unload-file.exp: New file.
10361 * gdb.base/sym-file-lib.c (baz): New function.
10362 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10363 field.
10364 (load): Store the segment's mapped size.
10365 (unload): New function.
10366 (unload_shlib): New function.
10367 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10368 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10369 set a breakpoint at baz, and call it.
10370 * gdb.base/sym-file.exp: New tests for stale breakpoint
10371 instructions.
10372
10373 2014-04-23 Pedro Alves <palves@redhat.com>
10374
10375 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10376 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10377 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10378 * gdb.base/hbreak-unmapped.c: New file.
10379 * gdb.base/hbreak-unmapped.exp: New file.
10380 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10381 * lib/gdb.exp (gdb_is_target_remote): ... here.
10382
10383 2014-04-22 Pedro Alves <palves@redhat.com>
10384
10385 * gdb.base/consecutive-step-over.c: New file.
10386 * gdb.base/consecutive-step-over.exp: New file.
10387
10388 2014-04-22 Pedro Alves <palves@redhat.com>
10389
10390 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10391 instead of send_gdb/gdb_expect.
10392
10393 2014-04-22 Yao Qi <yao@codesourcery.com>
10394
10395 * lib/trace-support.exp (generate_tracefile): New procedure.
10396 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10397 return 0.
10398 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10399 if generate_tracefile returns 1.
10400
10401 2014-04-18 Tom Tromey <palves@redhat.com>
10402 Pedro alves <tromey@redhat.com>
10403
10404 PR backtrace/15558
10405 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10406 with a backtrace limit.
10407 * gdb.python/py-frame-inline.exp: Test running to an inline
10408 function with a backtrace limit, and printing the newest frame.
10409 * gdb.python/py-frame-inline.c (main): Call f.
10410
10411 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10412
10413 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10414
10415 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10416
10417 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10418 Drop prefix from unsupported source file path.
10419
10420 2014-04-17 Yao Qi <yao@codesourcery.com>
10421
10422 * lib/gdb.exp (with_target_charset): New proc.
10423 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10424 with_target_charset.
10425 (test_print_strings): Likewise.
10426 (test_repeat_bytes): Likewise.
10427 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10428 for some tests.
10429
10430 2014-04-16 Keith Seitz <keiths@redhat.com>
10431
10432 PR gdb/15827
10433 * gdb.dwarf2/corrupt.c: New file.
10434 * gdb.dwarf2/corrupt.exp: New file.
10435
10436 2014-04-16 Keith Seitz <keiths@redhat.com>
10437
10438 PR c++/16597
10439 * gdb.cp/namelessclass.cc: New file.
10440 * gdb.cp/namelessclass.exp: New file.
10441 * gdb.cp/namelessclass.S: New file.
10442
10443 2014-04-16 Doug Evans <dje@google.com>
10444
10445 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10446 Add comment.
10447 (gdbserver_default_get_comm_port): New function.
10448 (gdbserver_start): Check if board file provided
10449 "gdbserver,get_comm_port" and use it if so.
10450 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10451 (gdb,socketport): Set to "stdio".
10452 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10453 (stdio_gdbserver_template): Delete.
10454 (${board}_get_remote_address): Update.
10455 (${board}_build_remote_cmd): Delete.
10456 (${board}_get_comm_port): New function.
10457 (${board}_spawn): Update.
10458 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10459 Delete.
10460 (${board}_get_remote_address): Update.
10461 (${board}_get_comm_port): New function.
10462
10463 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
10464
10465 * gdb.base/memattr.exp: Improve regexps to handle memory regions
10466 appearing in any order.
10467
10468 2014-04-15 Doug Evans <dje@google.com>
10469
10470 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10471 uninitialized value of "description".
10472
10473 2014-04-15 Keith Seitz <keiths@redhat.com>
10474
10475 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10476 Remove unused globals.
10477 (test_running_the_program): Likewise.
10478 (test_controlled_execution): Likewise.
10479 (test_controlling_breakpoints): Likewise.
10480 (test_program_termination): Likewise.
10481
10482 2014-04-15 Keith Seitz <keiths@redhat.com>
10483
10484 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10485 unused globals.
10486 (test_rbreak_creation_and_listing): Likewise.
10487 (test_ignore_count): Likewise.
10488 (test_error): Likewise.
10489
10490 2014-04-15 Pedro Alves <palves@redhat.com>
10491
10492 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10493 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10494 sym-file-loader.c.
10495 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10496 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10497 to sym-file-loader.c.
10498 (struct library): Forward declare.
10499 (load_shlib, lookup_function): Change prototypes.
10500 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10501 (translate_offset): Remove declarations.
10502 (get_text_addr): New declaration.
10503 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10504 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10505 sym-file-loader.h.
10506 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10507 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10508 here from sym-file-loader.h.
10509 (struct library): New structure.
10510 (load_shlib, lookup_function): Change prototypes and adjust to
10511 work with a struct library.
10512 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10513 (translate_offset): Make static.
10514 (get_text_addr): New function.
10515 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10516
10517 2014-04-15 Pedro Alves <palves@redhat.com>
10518
10519 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
10520
10521 2014-04-15 Pedro Alves <palves@redhat.com>
10522
10523 * gdb.base/sym-file-loader.c: Include <limits.h>.
10524 (SELF_LINK): New define.
10525 (get_origin): New function.
10526 (load_shlib): Use it.
10527 * gdb.base/sym-file.exp: Don't early return if the target is
10528 remote. Use runto_main, and issue fail is that fails. Use
10529 gdb_load_shlibs.
10530 (shlib_name): Delete.
10531 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
10532
10533 2014-04-15 Pedro Alves <palves@redhat.com>
10534
10535 * gdb.base/sym-file.exp: Remove regex characters from test
10536 message. Don't refer to breakpoint numbers in test messages.
10537
10538 2014-04-14 Keith Seitz <keiths@redhat.com>
10539
10540 PR c++/16253
10541 * gdb.cp/var-tag.cc: New file.
10542 * gdb.cp/var-tag.exp: New file.
10543 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10544 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10545 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10546 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10547
10548 2014-04-14 Tom Tromey <tromey@redhat.com>
10549
10550 * gdb.cp/classes.exp (test_enums): Handle underlying type.
10551 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10552 type.
10553 * gdb.cp/enum-class.exp: New file.
10554 * gdb.cp/enum-class.cc: New file.
10555
10556 2014-04-14 Tom Tromey <tromey@redhat.com>
10557
10558 * gdb.dwarf2/enum-type.exp: New file.
10559
10560 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10561
10562 * gdb.mi/mi-vla-c99.exp: New file.
10563 * gdb.mi/vla.c: New file.
10564
10565 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10566
10567 * gdb.base/vla-datatypes.c: New file.
10568 * gdb.base/vla-datatypes.exp: New file.
10569
10570 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10571
10572 * gdb.base/vla-ptr.c: New file.
10573 * gdb.base/vla-ptr.exp: New file.
10574
10575 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10576
10577 * gdb.dwarf2/count.exp: New file.
10578
10579 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10580
10581 * gdb.base/vla-sideeffect.c: New file.
10582 * gdb.base/vla-sideeffect.exp: New file.
10583
10584 2014-04-14 David Blaikie <dblaikie@gmail.com>
10585
10586 * gdb.mi/non-stop.c: Add return value for non-void function return
10587 statement.
10588 * gdb.threads/staticthreads.c: Ditto.
10589
10590 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
10591 Doug Evans <xdje42@gmail.com>
10592
10593 * gdb.guile/scm-value.c: Improve test case.
10594 * gdb.guile/scm-value.exp: Add new test.
10595
10596 2014-04-11 David Blaikie <dblaikie@gmail.com>
10597
10598 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
10599 override Clang's default.
10600
10601 2014-04-11 Joel Brobecker <brobecker@adacore.com>
10602
10603 Revert the following changes (regressions):
10604
10605 * gdb.base/vla-sideeffect.c: New file.
10606 * gdb.base/vla-sideeffect.exp: New file.
10607
10608 * gdb.dwarf2/count.exp: New file.
10609
10610 * gdb.base/vla-multi.c: New file.
10611 * gdb.base/vla-multi.exp: New file.
10612
10613 * gdb.base/vla-ptr.c: New file.
10614 * gdb.base/vla-ptr.exp: New file.
10615
10616 * gdb.base/vla-datatypes.c: New file.
10617 * gdb.base/vla-datatypes.exp: New file.
10618
10619 * gdb.mi/mi-vla-c99.exp: New file.
10620 * gdb.mi/vla.c: New file.
10621
10622 2014-04-11 Keith Seitz <keiths@redhat.com>
10623
10624 PR c++/16675
10625 * gdb.cp/cpsizeof.exp: New file.
10626 * gdb.cp/cpsizeof.cc: New file.
10627
10628 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10629
10630 * gdb.mi/mi-vla-c99.exp: New file.
10631 * gdb.mi/vla.c: New file.
10632
10633 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10634
10635 * gdb.base/vla-datatypes.c: New file.
10636 * gdb.base/vla-datatypes.exp: New file.
10637
10638 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10639
10640 * gdb.base/vla-ptr.c: New file.
10641 * gdb.base/vla-ptr.exp: New file.
10642
10643 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10644
10645 * gdb.base/vla-multi.c: New file.
10646 * gdb.base/vla-multi.exp: New file.
10647
10648 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10649
10650 * gdb.dwarf2/count.exp: New file.
10651
10652 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10653
10654 * gdb.base/vla-sideeffect.c: New file.
10655 * gdb.base/vla-sideeffect.exp: New file.
10656
10657 2014-04-11 Yao Qi <yao@codesourcery.com>
10658
10659 * gdb.base/completion.exp: Check file exists before running tests
10660 on file completion.
10661
10662 2014-04-10 Pedro Alves <palves@redhat.com>
10663
10664 * gdb.base/cond-eval-mode.c: New file.
10665 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
10666 prepare_for_testing to build the new file. Check result of
10667 runto_main.
10668 (test_break, test_watch): New procedures.
10669 (top level): Use them.
10670
10671 2014-04-08 Pierre Muller <muller@sourceware.org>
10672
10673 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
10674 Ctrl-V use for mingw hosts.
10675
10676 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
10677
10678 * gdb.python/py-value.c: Improve test case.
10679 * gdb.python/py-value.exp: Add new test.
10680
10681 2014-04-07 David Blaikie <dblaikie@gmail.com>
10682
10683 * lib/compiler.c: Identify the clang compiler.
10684 * lib/compiler.cc: Ditto.
10685
10686 2014-04-03 Yao Qi <yao@codesourcery.com>
10687
10688 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
10689
10690 2014-04-01 Anton Blanchard <anton@samba.org>
10691
10692 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
10693 messages unique.
10694
10695 2014-04-01 Anton Blanchard <anton@samba.org>
10696
10697 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
10698 prepare_for_testing.
10699
10700 2014-04-01 Anton Blanchard <anton@samba.org>
10701
10702 * gdb.arch/ppc64-atomic-inst.c: Remove.
10703 * gdb.arch/ppc64-atomic-inst.S: New file.
10704 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
10705
10706 2014-03-31 Doug Evans <dje@google.com>
10707
10708 * gdb.base/print-symbol-loading-lib.c: New file.
10709 * gdb.base/print-symbol-loading-main.c: New file.
10710 * gdb.base/print-symbol-loading.exp: New file.
10711
10712 2014-03-31 Yao Qi <yao@codesourcery.com>
10713
10714 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
10715
10716 2014-03-28 Joel Brobecker <brobecker@adacore.com>
10717
10718 * gdb.ada/mi_dyn_arr: New testcase.
10719
10720 2014-03-27 Doug Evans <dje@google.com>
10721
10722 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
10723
10724 2014-03-27 Yao Qi <yao@codesourcery.com>
10725
10726 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
10727 if target is nios2-*-*.
10728
10729 2014-03-26 Yao Qi <yao@codesourcery.com>
10730
10731 * lib/gdb.exp (readline_is_used): New proc.
10732 * gdb.base/completion.exp: Move tests on command complete up.
10733 Skip the rest of tests if readline is not used.
10734 * gdb.ada/complete.exp: Skp the test if readline is not
10735 used.
10736 * gdb.base/filesym.exp: Likewise.
10737 * gdb.base/macscp.exp: Likewise.
10738 * gdb.base/readline-ask.exp: Likewise.
10739 * gdb.base/readline.exp: Likewise.
10740 * gdb.python/py-cmd.exp: Likewise.
10741 * gdb.trace/tfile.exp: Likewise.
10742
10743 2014-03-26 Yao Qi <yao@codesourcery.com>
10744
10745 * gdb.base/macscp.exp: Fix code format issues.
10746
10747 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
10748
10749 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
10750 * gdb.asm/powerpc64le.inc: New file.
10751
10752 2014-03-25 Pedro Alves <palves@redhat.com>
10753 Doug Evans <dje@google.com>
10754
10755 * gdb.base/source-execution.c: New file.
10756 * gdb.base/source-execution.exp: New file.
10757 * gdb.base/source-execution.gdb: New file.
10758
10759 2014-03-24 Doug Evans <dje@google.com>
10760
10761 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
10762 using fission.
10763
10764 2014-03-24 Hui Zhu <hui@codesourcery.com>
10765 Pedro Alves <palves@redhat.com>
10766
10767 PR breakpoints/16101
10768 * gdb.base/dprintf.exp: Use unsupported rather than changing the
10769 test pass/fail messages. Detect missing support for dprintf when
10770 breakpoints are actually inserted.
10771 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
10772 breakpoints are actually inserted.
10773 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
10774 fails.
10775
10776 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10777
10778 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
10779
10780 2014-03-22 Doug Evans <xdje42@gmail.com>
10781
10782 * gdb.python/python.exp (python not supported): Verify multi-line
10783 python command issues an error.
10784 * gdb.guile/guile.exp (guile not supported): Verify multi-line
10785 guile command issues an error.
10786
10787 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
10788
10789 * gdb.threads/thread-specific.exp: Handle the lack of usable
10790 $this_breakpoint and $this_thread.
10791
10792 2014-03-21 Hui Zhu <hui@codesourcery.com>
10793
10794 * gdb.base/attach.exp (do_command_attach_tests): New.
10795
10796 2014-03-20 Tom Tromey <tromey@redhat.com>
10797 Pedro Alves <palves@redhat.com>
10798
10799 PR cli/15718
10800 * gdb.base/condbreak-call-false.c: New file.
10801 * gdb.base/condbreak-call-false.exp: New file.
10802
10803 2014-03-20 Pedro Alves <palves@redhat.com>
10804
10805 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
10806 Delete.
10807 (block_signals, unblock_signals): Delete.
10808 (child_function_2, main): Remove references to deleted variable
10809 and functions.
10810
10811 2014-03-20 Pedro Alves <palves@redhat.com>
10812
10813 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
10814 Use pthread_kill to signal thread 2.
10815 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10816 Adjust to make the test send itself a signal rather than using the
10817 host's "kill" command.
10818
10819 2014-03-20 Pedro Alves <palves@redhat.com>
10820
10821 * gdb.threads/multiple-step-overs.c: New file.
10822 * gdb.threads/multiple-step-overs.exp: New file.
10823 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10824 Adjust expected infrun debug output.
10825
10826 2014-03-20 Pedro Alves <palves@redhat.com>
10827
10828 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
10829 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
10830
10831 2014-03-20 Pedro Alves <palves@redhat.com>
10832
10833 PR breakpoints/7143
10834 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
10835 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
10836 of gdb_test_multiple.
10837 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
10838 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
10839
10840 2014-03-20 Pedro Alves <palves@redhat.com>
10841
10842 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
10843 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
10844
10845 2014-03-19 Pedro Alves <palves@redhat.com>
10846
10847 * gdb.base/async.exp: Remove early return.
10848
10849 2014-03-19 Pedro Alves <palves@redhat.com>
10850
10851 * gdb.base/async.exp (step& tests): Pass explicit test messages.
10852
10853 2014-03-19 Pedro Alves <palves@redhat.com>
10854
10855 * gdb.base/async.exp (test_background): Expect \r\n after
10856 "completed." in the fail pattern.
10857
10858 2014-03-19 Pedro Alves <palves@redhat.com>
10859
10860 * gdb.base/async.exp (test_background): New procedure.
10861 Use it for all background execution command tests.
10862
10863 2014-03-19 Pedro Alves <palves@redhat.com>
10864
10865 * gdb.base/async.exp: Use prepare_for_testing.
10866
10867 2014-03-19 Pedro Alves <palves@redhat.com>
10868
10869 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
10870 the same line.
10871
10872 2014-03-19 Pedro Alves <palves@redhat.com>
10873
10874 * gdb.base/async.c (main): Add "jump here" and "until here" line
10875 marker comments.
10876 * gdb.base/async.exp (jump_here): New global.
10877 (jump& test): Use it.
10878 (until_here): New global.
10879 (until& test): Use it.
10880
10881 2014-03-19 Pedro Alves <palves@redhat.com>
10882
10883 * gdb.base/async.exp: Don't frob gdb_protocol.
10884
10885 2014-03-18 Doug Evans <xdje42@gmail.com>
10886
10887 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
10888 Fix spelling of exec-done-display.
10889
10890 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
10891
10892 PR gdb/15358
10893 * gdb.base/gdb-sigterm.c: New file.
10894 * gdb.base/gdb-sigterm.exp: New file.
10895
10896 2014-03-18 Pedro Alves <palves@redhat.com>
10897
10898 PR gdb/13860
10899 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
10900 * lib/mi-support.exp (mi_expect_stop): Add special handling for
10901 solib-event.
10902
10903 2014-03-17 Joel Brobecker <brobecker@adacore.com>
10904
10905 * gdb.ada/pckd_arr_ren: New testcase.
10906
10907 2014-03-13 Doug Evans <xdje42@gmail.com>
10908
10909 PR guile/16612
10910 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
10911 collect after discarding symbols.
10912
10913 2014-03-13 Ludovic Courtès <ludo@gnu.org>
10914 Doug Evans <xdje42@gmail.com>
10915
10916 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
10917 to history survives a gc.
10918
10919 2014-03-13 Pedro Alves <palves@redhat.com>
10920
10921 * gdb.base/default.exp: Don't test "target procfs".
10922
10923 2014-03-13 Pedro Alves <palves@redhat.com>
10924
10925 * gdb.base/default.exp: Update "target child" and "target procfs"
10926 tests to not expect "Unix".
10927
10928 2014-03-12 Tom Tromey <tromey@redhat.com>
10929
10930 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
10931 New procs. Add target-async tests.
10932 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
10933 Add target-async tests.
10934
10935 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10936
10937 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
10938 'func_start' and 'func_end' for the beginning and end of the
10939 function code, respectively.
10940 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
10941 'func_end' instead of 'func' and 'main'.
10942
10943 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10944
10945 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
10946 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
10947 generate the debug info assembler source.
10948
10949 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10950
10951 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
10952 * gdb.dwarf2/arr-subrange.exp: Likewise.
10953 * gdb.dwarf2/dwz.exp: Likewise.
10954 * gdb.dwarf2/method-ptr.exp: Likewise.
10955 * gdb.dwarf2/missing-sig-type.exp: Likewise.
10956 * gdb.dwarf2/subrange.exp: Likewise.
10957 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
10958 * gdb.dwarf2/implptrpiece.exp: Likewise.
10959 * gdb.dwarf2/nostaticblock.exp: Likewise.
10960
10961 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10962
10963 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
10964 directory to absolute path name arguments.
10965
10966 2014-03-10 Joel Brobecker <brobecker@adacore.com>
10967
10968 * gdb.ada/tagged_access: New testcase.
10969
10970 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
10971
10972 * gdb.btrace/data.exp: Update expected output.
10973
10974 2014-03-06 Yao Qi <yao@codesourcery.com>
10975
10976 * gdb.trace/pr16508.exp: New file.
10977
10978 2014-03-05 Pedro Alves <palves@redhat.com>
10979
10980 PR gdb/16575
10981 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
10982 procedure.
10983 (top level): Adjust to use it. Add tests that exercise breakpoint
10984 interaction with the code-cache.
10985
10986 2014-02-26 Ludovic Courtès <ludo@gnu.org>
10987
10988 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
10989 test for 'history-append!'.
10990
10991 2014-02-26 Joel Brobecker <brobecker@adacore.com>
10992
10993 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
10994 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
10995 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
10996 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
10997 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
10998 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
10999
11000 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11001
11002 * testsuite/gdb.python/py-pp-re-notag.c: New file.
11003 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
11004 * testsuite/gdb.python/py-pp-re-notag.p: New file.
11005
11006 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11007
11008 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
11009
11010 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11011
11012 * gdb.dwarf2/arr-stride.c: New file.
11013 * gdb.dwarf2/arr-stride.exp: New file.
11014
11015 2014-02-26 Pedro Alves <palves@redhat.com>
11016
11017 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11018 that won't ever trigger. Make sure that GDB reports the correct
11019 breakpoint that caused the stop.
11020
11021 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11022
11023 PR gdb/16626
11024 * gdb.base/auto-load-script: New file.
11025 * gdb.base/auto-load.c: New file.
11026 * gdb.base/auto-load.exp: New file.
11027
11028 PR gdb/16626
11029 * gdb.base/auto-load.exp: Fix out-of-srctree run.
11030
11031 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11032
11033 Fix dw2-icycle.exp -fsanitize=address GDB crash.
11034 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11035
11036 2014-02-24 Doug Evans <dje@google.com>
11037
11038 * lib/gdb.exp (run_on_host): Log error output if program fails.
11039
11040 2014-02-21 Pedro Alves <palves@redhat.com>
11041
11042 * gdb.threads/step-after-sr-lock.c: Rename to ...
11043 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
11044 * gdb.threads/step-after-sr-lock.exp: Rename to ...
11045 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11046 ... this.
11047
11048 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
11049
11050 PR tdep/16397
11051 * gdb.arch/amd64-stap-special-operands.exp: New file.
11052 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
11053 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
11054 * gdb.arch/amd64-stap-triplet.S: Likewise.
11055 * gdb.arch/amd64-stap-triplet.c: Likewise.
11056
11057 2014-02-20 Joel Brobecker <brobecker@adacore.com>
11058
11059 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11060 in .section pseudo-op.
11061
11062 2014-02-20 lin zuojian <manjian2006@gmail.com>
11063 Joel Brobecker <brobecker@adacore.com>
11064 Doug Evans <xdje42@gmail.com>
11065
11066 PR symtab/16581
11067 * gdb.dwarf2/dw2-icycle.S: New file.
11068 * gdb.dwarf2/dw2-icycle.c: New file.
11069 * gdb.dwarf2/dw2-icycle.exp: New file.
11070
11071 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
11072
11073 * gdb.python/py-value-cc.cc: Improve test case to enable testing
11074 operations on gdb.Value objects.
11075 * gdb.python/py-value-cc.exp: Add new test to test operations on
11076 gdb.Value objects.
11077
11078 2014-02-18 Doug Evans <dje@google.com>
11079
11080 * Makefile.in (TESTS): New variable.
11081 (expanded_tests, expanded_tests_or_none): New variables
11082 (check-single): Pass $(expanded_tests_or_none) to runtest.
11083 (check-parallel): Only run tests in $(TESTS) if non-empty.
11084 (check/no-matching-tests-found): New rule.
11085 * README: Document TESTS makefile variable.
11086
11087 2014-02-18 Doug Evans <dje@google.com>
11088
11089 * Makefile.in (check-parallel): rm -rf outputs temp.
11090
11091 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11092
11093 Fix "ERROR: no fileid for" in the testsuite.
11094 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11095
11096 2014-02-12 Doug Evans <dje@google.com>
11097
11098 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11099 (MISCELLANEOUS): New variable.
11100 (clean): rm -rf $(MISCELLANEOUS).
11101 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11102 dwp live in the same directory as symlinks, with each symlink pointed
11103 to a differently named file in a different directory.
11104
11105 2014-02-11 Doug Evans <dje@google.com>
11106
11107 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11108 of Tcl file commands.
11109
11110 2014-02-10 Mark Kettenis <kettenis@gnu.org>
11111
11112 * gdb.threads/step-after-sr-lock.exp: Avoid executing
11113 "kill -SIGUSR1 -1".
11114
11115 2014-02-10 Joel Brobecker <brobecker@adacore.com>
11116
11117 * gdb.ada/tick_length_array_enum_idx: New testcase.
11118
11119 2014-02-10 Doug Evans <xdje42@gmail.com>
11120
11121 * configure.ac (AC_OUTPUT): Add gdb.guile.
11122 * configure: Regenerate.
11123 * lib/gdb-guile.exp: New file.
11124 * lib/gdb.exp (get_target_charset): New function.
11125 * gdb.base/help.exp: Update expected output from "apropos apropos".
11126 * gdb.guile/Makefile.in: New file.
11127 * gdb.guile/guile.exp: New file.
11128 * gdb.guile/scm-arch.c: New file.
11129 * gdb.guile/scm-arch.exp: New file.
11130 * gdb.guile/scm-block.c: New file.
11131 * gdb.guile/scm-block.exp: New file.
11132 * gdb.guile/scm-breakpoint.c: New file.
11133 * gdb.guile/scm-breakpoint.exp: New file.
11134 * gdb.guile/scm-disasm.c: New file.
11135 * gdb.guile/scm-disasm.exp: New file.
11136 * gdb.guile/scm-equal.c: New file.
11137 * gdb.guile/scm-equal.exp: New file.
11138 * gdb.guile/scm-error.exp: New file.
11139 * gdb.guile/scm-error.scm: New file.
11140 * gdb.guile/scm-frame-args.c: New file.
11141 * gdb.guile/scm-frame-args.exp: New file.
11142 * gdb.guile/scm-frame-args.scm: New file.
11143 * gdb.guile/scm-frame-inline.c: New file.
11144 * gdb.guile/scm-frame-inline.exp: New file.
11145 * gdb.guile/scm-frame.c: New file.
11146 * gdb.guile/scm-frame.exp: New file.
11147 * gdb.guile/scm-generics.exp: New file.
11148 * gdb.guile/scm-gsmob.exp: New file.
11149 * gdb.guile/scm-iterator.c: New file.
11150 * gdb.guile/scm-iterator.exp: New file.
11151 * gdb.guile/scm-math.c: New file.
11152 * gdb.guile/scm-math.exp: New file.
11153 * gdb.guile/scm-objfile-script-gdb.in: New file.
11154 * gdb.guile/scm-objfile-script.c: New file.
11155 * gdb.guile/scm-objfile-script.exp: New file.
11156 * gdb.guile/scm-objfile.c: New file.
11157 * gdb.guile/scm-objfile.exp: New file.
11158 * gdb.guile/scm-ports.exp: New file.
11159 * gdb.guile/scm-pretty-print.c: New file.
11160 * gdb.guile/scm-pretty-print.exp: New file.
11161 * gdb.guile/scm-pretty-print.scm: New file.
11162 * gdb.guile/scm-section-script.c: New file.
11163 * gdb.guile/scm-section-script.exp: New file.
11164 * gdb.guile/scm-section-script.scm: New file.
11165 * gdb.guile/scm-symbol.c: New file.
11166 * gdb.guile/scm-symbol.exp: New file.
11167 * gdb.guile/scm-symtab-2.c: New file.
11168 * gdb.guile/scm-symtab.c: New file.
11169 * gdb.guile/scm-symtab.exp: New file.
11170 * gdb.guile/scm-type.c: New file.
11171 * gdb.guile/scm-type.exp: New file.
11172 * gdb.guile/scm-value-cc.cc: New file.
11173 * gdb.guile/scm-value-cc.exp: New file.
11174 * gdb.guile/scm-value.c: New file.
11175 * gdb.guile/scm-value.exp: New file.
11176 * gdb.guile/source2.scm: New file.
11177 * gdb.guile/types-module.cc: New file.
11178 * gdb.guile/types-module.exp: New file.
11179
11180 2014-02-10 Yao Qi <yao@codesourcery.com>
11181
11182 PR testsuite/16543
11183 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11184 * configure: Regenerated.
11185 * Makefile.in: New file.
11186
11187 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11188
11189 * gdb.python/py-framefilter.exp: Fix typo.
11190
11191 2014-02-08 Yao Qi <yao@codesourcery.com>
11192
11193 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11194 that no =breakpoint-modified is emitted when breakpoints are
11195 modified through MI commands.
11196
11197 2014-02-07 Pedro Alves <pedro@codesourcery.com>
11198 Pedro Alves <palves@redhat.com>
11199
11200 * gdb.threads/step-after-sr-lock.c: New file.
11201 * gdb.threads/step-after-sr-lock.exp: New file.
11202
11203 2014-02-07 Pedro Alves <palves@redhat.com>
11204
11205 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11206
11207 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11208
11209 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11210 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11211
11212 2014-02-06 Doug Evans <xdje42@gmail.com>
11213
11214 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11215 output.
11216
11217 * gdb.gdb/python-interrupts.exp: New file.
11218
11219 2014-02-05 Yao Qi <yao@codesourcery.com>
11220
11221 * gdb.trace/report.exp (use_collected_data): Test the output
11222 of "info threads" and "info inferiors".
11223
11224 2014-02-05 Yao Qi <yao@codesourcery.com>
11225
11226 Revert this patch:
11227
11228 2013-05-24 Yao Qi <yao@codesourcery.com>
11229
11230 * gdb.trace/tfile.exp: Test inferior and thread.
11231
11232 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11233
11234 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11235 on a function.
11236 * gdb.base/step-bt.c: Call hello via function pointer to make
11237 sure its first instruction is executed on powerpc64le-linux.
11238
11239 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11240
11241 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11242
11243 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11244
11245 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11246 of the test patterns for use on little-endian systems.
11247
11248 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11249
11250 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11251 (decimal_vector): Fix for little-endian.
11252
11253 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11254
11255 * gdb.arch/sparc-sysstep.exp: New file.
11256 * gdb.arch/sparc-sysstep.c: Likewise.
11257
11258 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11259
11260 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11261
11262 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11263
11264 2014-01-23 Tom Tromey <tromey@redhat.com>
11265
11266 * gdb.ada/array_char_idx: New testcase.
11267
11268 2014-01-23 Tom Tromey <tromey@redhat.com>
11269
11270 PR python/16487:
11271 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11272 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11273 classes.
11274
11275 2014-01-23 Tom Tromey <tromey@redhat.com>
11276
11277 PR python/16491:
11278 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11279 string from an inferior frame.
11280 * gdb.python/py-framefilter-mi.exp: Update.
11281
11282 2014-01-22 Doug Evans <dje@google.com>
11283
11284 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11285
11286 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11287
11288 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11289
11290 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11291
11292 * gdb.trace/entry-values.exp: Remove excess space character from
11293 regex patterns. Handle s390 call instruction.
11294
11295 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11296
11297 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11298 define "*_start" label. Make "name" static.
11299 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11300 ${name} by references to ${name}_start.
11301
11302 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11303
11304 * gdb.base/info-macros.exp: Remove "debug" from the compile
11305 options.
11306
11307 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11308
11309 * gdb.dlang/demangle.exp: New file.
11310
11311 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11312
11313 * gdb.dlang/primitive-types.exp: New file.
11314
11315 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11316
11317 * configure.ac: Create gdb.dlang/Makefile.
11318 * configure: Regenerate.
11319 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11320 * gdb.dlang/Makefile.in: New file.
11321 * lib/d-support.exp: New file.
11322 * lib/gdb.exp (skip_d_tests): New proc.
11323
11324 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11325
11326 * gdb.btrace/delta.exp: Check reverse stepi.
11327 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11328 * gdb.btrace/finish.exp: New.
11329 * gdb.btrace/next.exp: New.
11330 * gdb.btrace/nexti.exp: New.
11331 * gdb.btrace/record_goto.c: Add comments.
11332 * gdb.btrace/step.exp: New.
11333 * gdb.btrace/stepi.exp: New.
11334 * gdb.btrace/multi-thread-step.c: New.
11335 * gdb.btrace/multi-thread-step.exp: New.
11336 * gdb.btrace/rn-dl-bind.c: New.
11337 * gdb.btrace/rn-dl-bind.exp: New.
11338 * gdb.btrace/data.c: New.
11339 * gdb.btrace/data.exp: New.
11340 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11341
11342 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11343
11344 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11345 * gdb.btrace/exception.exp: Update.
11346 * gdb.btrace/instruction_history.exp: Update.
11347 * gdb.btrace/record_goto.exp: Update.
11348 * gdb.btrace/tailcall.exp: Update.
11349 * gdb.btrace/unknown_functions.exp: Update.
11350 * gdb.btrace/delta.exp: New.
11351
11352 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11353
11354 * gdb.btrace/record_goto.exp: Add backtrace test.
11355 * gdb.btrace/tailcall.exp: Add backtrace test.
11356
11357 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11358
11359 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11360 * gdb.btrace/record_goto.c: New.
11361 * gdb.btrace/record_goto.exp: New.
11362 * gdb.btrace/x86-record_goto.S: New.
11363
11364 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11365
11366 * gdb.btrace/function_call_history.exp: Update tests.
11367 * gdb.btrace/instruction_history.exp: Update tests.
11368
11369 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11370
11371 * gdb.btrace/function_call_history.exp: Fix expected field
11372 order for "record function-call-history".
11373 Add new tests for "record function-call-history /c".
11374 * gdb.btrace/exception.cc: New.
11375 * gdb.btrace/exception.exp: New.
11376 * gdb.btrace/tailcall.exp: New.
11377 * gdb.btrace/x86-tailcall.S: New.
11378 * gdb.btrace/x86-tailcall.c: New.
11379 * gdb.btrace/unknown_functions.c: New.
11380 * gdb.btrace/unknown_functions.exp: New.
11381 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11382
11383 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11384
11385 * gdb.btrace/instruction_history.exp: Update.
11386 * gdb.btrace/function_call_history.exp: Update.
11387
11388 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11389
11390 * gdb.btrace/function_call_history.exp: Fix expected function
11391 trace.
11392 * gdb.btrace/instruction_history.exp: Initialize traced.
11393 Remove traced_functions.
11394
11395 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11396
11397 * gdb.btrace/function_call_history.exp: Update
11398 * gdb.btrace/instruction_history.exp: Update.
11399
11400 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11401
11402 * gdb.btrace/enable.exp: Update expected text.
11403
11404 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11405
11406 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11407 bytes.
11408
11409 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11410
11411 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11412
11413 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
11414
11415 * lib/gdb.exp (supports_process_record): Return true for
11416 arm*-linux*. (supports_reverse): Likewise.
11417
11418 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11419
11420 PR python/15464
11421 PR python/16113
11422 * gdb.python/py-type.c: Enhance test case.
11423 * gdb.python/py-value-cc.cc: Likewise
11424 * gdb.python/py-type.exp: Add new tests.
11425 * gdb.python/py-value-cc.exp: Likewise
11426
11427 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11428 Pedro Alves <palves@redhat.com>
11429
11430 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11431 Make "name" extern.
11432 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11433 references to ${name}_start by references to ${name}.
11434
11435 2014-01-10 Joel Brobecker <brobecker@adacore.com>
11436
11437 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11438
11439 2014-01-10 Joel Brobecker <brobecker@adacore.com>
11440
11441 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11442
11443 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
11444 Pedro Alves <palves@redhat.com>
11445
11446 * gdb.mi/mi-info-os.exp: Connect to the target with
11447 mi_gdb_target_load.
11448
11449 2014-01-08 Pedro Alves <palves@redhat.com>
11450
11451 * gdb.threads/reconnect-signal.c: New file.
11452 * gdb.threads/reconnect-signal.exp: New file.
11453
11454 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11455
11456 * gdb.base/source-dir.exp: New file.
11457
11458 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11459
11460 * gdb.ada/mi_interface: New testcase.
11461
11462 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11463
11464 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11465 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11466 gdb.ada/pp-rec-component/pck.ads: New files.
11467
11468 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11469
11470 * gdb.python/py-pp-integral.c: New file.
11471 * gdb.python/py-pp-integral.py: New file.
11472 * gdb.python/py-pp-integral.exp: New file.
11473
11474 For older changes see ChangeLog-1993-2013.
11475 \f
11476 ;; Local Variables:
11477 ;; mode: change-log
11478 ;; left-margin: 8
11479 ;; fill-column: 74
11480 ;; version-control: never
11481 ;; End:
11482
11483 Copyright 2014-2017 Free Software Foundation, Inc.
11484 Copying and distribution of this file, with or without modification,
11485 are permitted provided the copyright notice and this notice are preserved.