]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
Python: Introduce gdb.RecordGap class
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2
3 * gdb.python/py-record-btrace.exp: Remove test for
4 gdb.BtraceInstruction.error.
5
6 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7
8 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
9
10 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11
12 * gdb.python/py-record-btrace-threads.c: New file.
13 * gdb.python/py-record-btrace-threads.exp: New file.
14
15 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
16
17 PR testsuite/8595
18 * gdb.base/environ.exp: Make test available in all architectures.
19 Move bits related to "info program" testing to
20 gdb.base/info-program.exp. Rewrite tests to use the two new
21 procedures mentione below.
22 (test_set_show_env_var) New procedure.
23 (test_set_show_env_var_equal): Likewise.
24 * gdb.base/info-program.exp: New file.
25
26 2017-04-27 Keith Seitz <keiths@redhat.com>
27
28 * gdb.cp/oranking.cc (test15): New function.
29 (main): Call test15 and declare additional variables for testing.
30 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
31 "p foo101('abc')" tests.
32 Add tests for cv qualifier overloads.
33 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
34 "lvalue reference overload" test.
35 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
36 "print value of f1 on Child&& in f2" test.
37
38 2017-04-19 Pedro Alves <palves@redhat.com>
39
40 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
41 procedure.
42 (top level): Call it.
43 * lib/gdb.exp (gdb_define_cmd): New procedure.
44
45 2017-04-12 Pedro Alves <palves@redhat.com>
46
47 PR gdb/21323
48 * gdb.cp/wide_char_types.c: Include <wchar.h>.
49 (wchar): New global.
50 * gdb.cp/wide_char_types.exp (wide_char_types_program)
51 (do_test_wide_char, wide_char_types_no_program, top level): Add
52 wchar_t testing.
53
54 2017-04-12 Pedro Alves <palves@redhat.com>
55
56 PR c++/21323
57 * gdb.cp/wide_char_types.c: New file.
58 * gdb.cp/wide_char_types.exp: New file.
59
60 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
61
62 PR gdb/21352
63 * gdb.trace/tsv.exp: Add test for "tsave -r".
64
65 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
66
67 * gdb.dlang/watch-loc.c: New file.
68 * gdb.dlang/watch-loc.exp: New file.
69
70 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
71
72 * gdb.python/py-section-script.exp (sepdebug): New testcases.
73
74 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
75
76 * gdb.arch/arc-analyze-prologue.S: New file.
77 * gdb.arch/arc-analyze-prologue.exp: Likewise.
78
79 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
80
81 * gdb.arch/arc-decode-insn.S: New file.
82 * gdb.arch/arc-decode-insn.exp: Likewise.
83
84 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
85
86 PR tdep/20928
87 * gdb.arch/sparc64-regs.exp: New file.
88 * gdb.arch/sparc64-regs.S: Likewise.
89
90 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
91
92 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
93 and memory view on Python 3.
94
95 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
96 Keith Seitz <keiths@redhat.com>
97
98 PR gdb/14441
99 * gdb.cp/demangle.exp: Add rvalue reference tests.
100 * gdb.cp/rvalue-ref-casts.cc: New file.
101 * gdb.cp/rvalue-ref-casts.exp: New file.
102 * gdb.cp/rvalue-ref-overload.cc: New file.
103 * gdb.cp/rvalue-ref-overload.exp: New file.
104 * gdb.cp/rvalue-ref-params.cc: New file.
105 * gdb.cp/rvalue-ref-params.exp: New file.
106 * gdb.cp/rvalue-ref-sizeof.cc: New file.
107 * gdb.cp/rvalue-ref-sizeof.exp: New file.
108 * gdb.cp/rvalue-ref-types.cc: New file.
109 * gdb.cp/rvalue-ref-types.exp: New file.
110 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
111 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
112
113 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
114
115 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
116 New procedure.
117
118 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
119
120 * lib/mi-support.exp (mi_gdb_test): Add additional message
121 for unexpected output.
122
123 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
124
125 * gdb.base/examine-backward.c (Barrier): New character array
126 constant, to ensure that TestStrings is preceded by a string
127 terminator.
128
129 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
130
131 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
132 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
133 and implicit pointer into such a location.
134
135 2017-03-16 Doug Evans <dje@google.com>
136
137 * gdb.python/py-lazy-string (pointer): Really add new typedef.
138
139 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
140
141 * gdb.cp/m-static.exp: Fix expectation for prototype of
142 test5.single_constructor and single_constructor::single_constructor.
143
144 2017-03-16 Doug Evans <dje@google.com>
145
146 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
147 * gdb.guile/scm-lazy-string.c: New file.
148 * gdb.guile/scm-value.exp: Move lazy string tests to ...
149 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
150 for pointer, array, typedef lazy strings.
151
152 2017-03-16 Doug Evans <dje@google.com>
153
154 PR python/17728, python/18439, python/18779
155 * gdb.python/py-value.c (main) Delete locals sptr, sn.
156 * gdb.python/py-lazy-string.c (pointer): New typedef.
157 (main): New locals ptr, array, typedef_ptr.
158 * gdb.python/py-value.exp: Move lazy string tests to ...
159 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
160 array, typedef lazy strings.
161
162 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
163
164 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
165 Add optional 'test' parameter.
166
167 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
168
169 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
170 Skip for versions of DejaGnu < 1.5.
171
172 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
173
174 * lib/gdb.exp (dejagnu_version): New proc.
175 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
176 Use dejagnu_version.
177
178 2017-03-10 Keith Seitz <keiths@redhat.com>
179
180 PR c++/8128
181 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
182 type from destructor regexps.
183 Add a branch which actually passes the test.
184 Adjust "ptype t5i" test names.
185
186 2017-03-08 Pedro Alves <palves@redhat.com>
187
188 * gdb.base/step-over-exit.exp: Add explicit test message.
189
190 2017-03-08 Pedro Alves <palves@redhat.com>
191
192 PR gdb/18360
193 * gdb.threads/interrupt-while-step-over.c: New file.
194 * gdb.threads/interrupt-while-step-over.exp: New file.
195
196 2017-03-08 Pedro Alves <palves@redhat.com>
197
198 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
199 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
200
201 2017-03-08 Pedro Alves <palves@redhat.com>
202
203 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
204 PKRU as not supported as a PASS.
205
206 2017-03-08 Pedro Alves <palves@redhat.com>
207
208 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
209 prefix instead of $binfile1/$binfile2.
210 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
211 in test message.
212 * gdb.python/py-completion.exp: Use "load python file" as test
213 messages instead of unstable path names.
214
215 2017-03-08 Pedro Alves <palves@redhat.com>
216 Jan Kratochvil <jan.kratochvil@redhat.com>
217
218 PR cli/21218
219 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
220 New proc.
221 (top level): Call it.
222
223 2017-03-08 Pedro Alves <palves@redhat.com>
224
225 PR tui/21216
226 * gdb.tui/tui-nl-filtered-output.exp: New file.
227
228 2017-03-08 Pedro Alves <palves@redhat.com>
229
230 * gdb.base/completion.exp: Move TUI completion tests to ...
231 * gdb.tui/completion.exp: ... this new file.
232
233 2017-03-08 Pedro Alves <palves@redhat.com>
234
235 * gdb.base/tui-disasm-long-lines.c,
236 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
237 gdb.base/tui-layout.exp: Move to ...
238 * gdb.tui/: ... this new directory.
239
240 2017-03-07 Pedro Alves <palves@redhat.com>
241
242 * gdb.base/tui-layout.c: New file.
243 * gdb.base/tui-layout.exp: New file.
244
245 2017-03-07 Pedro Alves <palves@redhat.com>
246
247 * gdb.base/tui-layout.c: Rename to ...
248 * gdb.base/tui-disasm-long-lines.c: ... this.
249 * gdb.base/tui-layout.exp: Rename to ...
250 * gdb.base/tui-disasm-long-lines.exp: ... this.
251
252 2017-03-07 Pedro Alves <palves@redhat.com>
253
254 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
255
256 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
257
258 * i386-mpx-call.c: New file.
259 * i386-mpx-call.exp: New file.
260
261 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
262
263 * gdb.arch/powerpc-power.exp: Delete test.
264 * gdb.arch/powerpc-power.s: Likewise.
265 * gdb.disasm/disassembler-options.exp: New test.
266 * gdb.arch/powerpc-altivec.exp: Likewise.
267 * gdb.arch/powerpc-altivec.s: Likewise.
268 * gdb.arch/powerpc-altivec2.exp: Likewise.
269 * gdb.arch/powerpc-altivec2.s: Likewise.
270 * gdb.arch/powerpc-altivec3.exp: Likewise.
271 * gdb.arch/powerpc-altivec3.s: Likewise.
272 * gdb.arch/powerpc-power7.exp: Likewise.
273 * gdb.arch/powerpc-power7.s: Likewise.
274 * gdb.arch/powerpc-power8.exp: Likewise.
275 * gdb.arch/powerpc-power8.s: Likewise.
276 * gdb.arch/powerpc-power9.exp: Likewise.
277 * gdb.arch/powerpc-power9.s: Likewise.
278 * gdb.arch/powerpc-vsx.exp: Likewise.
279 * gdb.arch/powerpc-vsx.s: Likewise.
280 * gdb.arch/powerpc-vsx2.exp: Likewise.
281 * gdb.arch/powerpc-vsx2.s: Likewise.
282 * gdb.arch/powerpc-vsx3.exp: Likewise.
283 * gdb.arch/powerpc-vsx3.s: Likewise.
284 * gdb.arch/arm-disassembler-options.exp: Likewise.
285 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
286 * gdb.arch/s390-disassembler-options.exp: Likewise.
287
288 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
289
290 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
291 (check_supported_features): ... this. Changed return type to void.
292 (supports_rdseed): New static global.
293 (rdseed): Check supports_rdseed.
294 (initialize): Call check_supported_features.
295
296 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
297
298 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
299 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
300 and lqarx/stqcx.
301 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
302 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
303
304 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
305
306 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
307 uppercase.
308
309 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
310
311 * gdb.dwarf2/formdata16.c: New file.
312 * gdb.dwarf2/formdata16.exp: New file.
313 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
314
315 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
316
317 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
318 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
319 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
320 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
321 DW_AT_GNU_*.
322
323 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
324
325 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
326
327 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
328
329 PR gdb/21164
330 * gdb.base/maint.exp: Add testcases for when the commands do
331 not have arguments.
332
333 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
334
335 * gdb.cp/chained-calls.exp: Use p instead of P.
336
337 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
338
339 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
340 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
341
342 2017-02-14 Tom Tromey <tom@tromey.com>
343
344 PR python/13598:
345 * gdb.python/py-events.exp: Add before_prompt event tests.
346
347 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
348
349 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
350
351 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
352
353 * gdb.linespec/explicit.c (my_unique_function_name): New function.
354 (main): Call my_unique_function_name.
355 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
356 completion of patterns with a single match.
357 Add missing -re switches to gdb_test_multiple calls.
358
359 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
360
361 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
362 return if core file is not recognized.
363
364 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
365
366 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
367 and extra UIs.
368
369 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
370
371 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
372 proc_with_prefix.
373
374 2017-02-10 Tom Tromey <tom@tromey.com>
375
376 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
377
378 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
379
380 PR gdb/21122
381 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
382
383 2017-02-08 Jerome Guitton <guitton@adacore.com>
384
385 * gdb.base/define.exp: Add test for command abbreviations
386 in define.
387
388 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
389
390 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
391 * gdb.reverse/insn-reverse-x86.c: New file.
392
393 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
394
395 PR tdep/20936
396 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
397
398 2017-02-03 Tom Tromey <tom@tromey.com>
399
400 PR rust/21097:
401 * gdb.rust/simple.exp: Add new tests.
402
403 2017-02-02 Pedro Alves <palves@redhat.com>
404
405 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
406 tests.
407
408 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
409
410 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
411 taking a 2-byte value out of a 4-byte DWARF implicit value on
412 big-endian targets.
413 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
414 logic. Add test cases for DW_OP_implicit.
415
416 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
417
418 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
419
420 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
421
422 * gdb.btrace/enable.exp: Call gdb_exit before
423 skip_gdbserver_tests.
424
425 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
426
427 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
428 GDBFLAGS.
429
430 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
431
432 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
433 the test is skipped.
434 * gdb.btrace/data.exp: Likewise.
435 * gdb.btrace/delta.exp: Likewise.
436 * gdb.btrace/dlopen.exp: Likewise.
437 * gdb.btrace/enable-running.exp: Likewise.
438 * gdb.btrace/enable.exp: Likewise.
439 * gdb.btrace/exception.exp: Likewise.
440 * gdb.btrace/function_call_history.exp: Likewise.
441 * gdb.btrace/gcore.exp: Likewise.
442 * gdb.btrace/instruction_history.exp: Likewise.
443 * gdb.btrace/multi-thread-step.exp: Likewise.
444 * gdb.btrace/nohist.exp: Likewise.
445 * gdb.btrace/non-stop.exp: Likewise.
446 * gdb.btrace/reconnect.exp: Likewise.
447 * gdb.btrace/record_goto-step.exp: Likewise.
448 * gdb.btrace/record_goto.exp: Likewise.
449 * gdb.btrace/rn-dl-bind.exp: Likewise.
450 * gdb.btrace/segv.exp: Likewise.
451 * gdb.btrace/step.exp: Likewise.
452 * gdb.btrace/stepi.exp: Likewise.
453 * gdb.btrace/tailcall-only.exp: Likewise.
454 * gdb.btrace/tailcall.exp: Likewise.
455 * gdb.btrace/tsx.exp: Likewise.
456 * gdb.btrace/unknown_functions.exp: Likewise.
457 * gdb.btrace/vdso.exp: Likewise.
458
459 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
460
461 * gdb.btrace/enable-running.c: New.
462 * gdb.btrace/enable-running.exp: New.
463
464 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
465
466 * gdb.arch/amd64-gs_base.c: New file.
467 * gdb.arch/amd64-gs_base.exp: New file.
468
469 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
470
471 * lib/memory.exp: Remove spurious empty newlines.
472
473 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
474
475 * gdb.python/py-bad-printers.exp: Load python file using "source".
476 * gdb.python/py-events.exp: Likewise.
477 * gdb.python/py-evsignal.exp: Likewise.
478 * gdb.python/py-evthreads.exp: Likewise.
479 * gdb.python/py-frame-args.exp: Likewise.
480 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
481 * gdb.python/py-framefilter-mi.exp: Likewise.
482 * gdb.python/py-framefilter.exp: Likewise.
483 * gdb.python/py-mi.exp: Likewise.
484 * gdb.python/py-pp-maint.exp: Likewise.
485 * gdb.python/py-pp-registration.exp: Likewise.
486 * gdb.python/py-prettyprint.exp: Likewise.
487 (run_lang_tests): Likewise.
488 * gdb.python/py-typeprint.exp: Likewise.
489
490 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
491
492 * lib/memory.exp: New file.
493 * lib/gdb.exp: Load memory.exp.
494 * gdb.base/memattr.exp (delete_memory): Move proc to
495 lib/memory.exp and rename to delete_memory_regions.
496 Replace delete_memory with delete_memory_regions.
497 Cleanup memory regions before tests.
498 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
499 before tests.
500
501 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
502
503 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
504 files.
505 (initialize): New function conditionally defined.
506 (testcases): Move within conditional block.
507 (main): Call initialize.
508 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
509 of gdb.reverse/insn-reverse.c.
510 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
511 gdb.reverse/insn-reverse.c.
512
513 2017-01-26 Yao Qi <yao.qi@linaro.org>
514
515 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
516 disassemble on address 0.
517
518 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
519 Yao Qi <yao.qi@linaro.org>
520
521 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
522 * gdb.dwarf2/implptr-64bit.S: Remove.
523 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
524 variables in caller's context. Add DW_OP_implicit_value.
525
526 2017-01-25 Yao Qi <yao.qi@linaro.org>
527
528 * lib/dwarf.exp (Dwarf::_location): Handle
529 DW_OP_GNU_implicit_pointer with proper size.
530
531 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
532
533 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
534 and add untested calls.
535
536 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
537
538 * gdb.python/python.exp: Check line number against what GDB thinks
539 the line number is for func1.
540
541 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
542
543 * gdb.dlang/debug-expr.exp: New file.
544
545 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
546
547 Fix test names for the following files:
548
549 * gdb.ada/exec_changed.exp
550 * gdb.ada/info_types.exp
551 * gdb.arch/aarch64-atomic-inst.exp
552 * gdb.arch/aarch64-fp.exp
553 * gdb.arch/altivec-abi.exp
554 * gdb.arch/altivec-regs.exp
555 * gdb.arch/amd64-byte.exp
556 * gdb.arch/amd64-disp-step.exp
557 * gdb.arch/amd64-dword.exp
558 * gdb.arch/amd64-entry-value-inline.exp
559 * gdb.arch/amd64-entry-value-param.exp
560 * gdb.arch/amd64-entry-value-paramref.exp
561 * gdb.arch/amd64-entry-value.exp
562 * gdb.arch/amd64-i386-address.exp
563 * gdb.arch/amd64-invalid-stack-middle.exp
564 * gdb.arch/amd64-invalid-stack-top.exp
565 * gdb.arch/amd64-optimout-repeat.exp
566 * gdb.arch/amd64-prologue-skip.exp
567 * gdb.arch/amd64-prologue-xmm.exp
568 * gdb.arch/amd64-stap-special-operands.exp
569 * gdb.arch/amd64-stap-wrong-subexp.exp
570 * gdb.arch/amd64-tailcall-cxx.exp
571 * gdb.arch/amd64-tailcall-noret.exp
572 * gdb.arch/amd64-tailcall-ret.exp
573 * gdb.arch/amd64-tailcall-self.exp
574 * gdb.arch/amd64-word.exp
575 * gdb.arch/arm-bl-branch-dest.exp
576 * gdb.arch/arm-disp-step.exp
577 * gdb.arch/arm-neon.exp
578 * gdb.arch/arm-single-step-kernel-helper.exp
579 * gdb.arch/avr-flash-qualifier.exp
580 * gdb.arch/disp-step-insn-reloc.exp
581 * gdb.arch/e500-abi.exp
582 * gdb.arch/e500-regs.exp
583 * gdb.arch/ftrace-insn-reloc.exp
584 * gdb.arch/i386-avx512.exp
585 * gdb.arch/i386-bp_permanent.exp
586 * gdb.arch/i386-byte.exp
587 * gdb.arch/i386-cfi-notcurrent.exp
588 * gdb.arch/i386-disp-step.exp
589 * gdb.arch/i386-dr3-watch.exp
590 * gdb.arch/i386-float.exp
591 * gdb.arch/i386-gnu-cfi.exp
592 * gdb.arch/i386-mpx-map.exp
593 * gdb.arch/i386-mpx-sigsegv.exp
594 * gdb.arch/i386-mpx-simple_segv.exp
595 * gdb.arch/i386-mpx.exp
596 * gdb.arch/i386-permbkpt.exp
597 * gdb.arch/i386-prologue.exp
598 * gdb.arch/i386-signal.exp
599 * gdb.arch/i386-size-overlap.exp
600 * gdb.arch/i386-unwind.exp
601 * gdb.arch/i386-word.exp
602 * gdb.arch/mips-fcr.exp
603 * gdb.arch/powerpc-d128-regs.exp
604 * gdb.arch/powerpc-stackless.exp
605 * gdb.arch/ppc64-atomic-inst.exp
606 * gdb.arch/s390-stackless.exp
607 * gdb.arch/s390-tdbregs.exp
608 * gdb.arch/s390-vregs.exp
609 * gdb.arch/sparc-sysstep.exp
610 * gdb.arch/thumb-bx-pc.exp
611 * gdb.arch/thumb-singlestep.exp
612 * gdb.arch/thumb2-it.exp
613 * gdb.arch/vsx-regs.exp
614 * gdb.asm/asm-source.exp
615 * gdb.base/a2-run.exp
616 * gdb.base/advance.exp
617 * gdb.base/all-bin.exp
618 * gdb.base/anon.exp
619 * gdb.base/args.exp
620 * gdb.base/arithmet.exp
621 * gdb.base/async-shell.exp
622 * gdb.base/async.exp
623 * gdb.base/attach-pie-noexec.exp
624 * gdb.base/attach-twice.exp
625 * gdb.base/auto-load.exp
626 * gdb.base/bang.exp
627 * gdb.base/bitfields.exp
628 * gdb.base/break-always.exp
629 * gdb.base/break-caller-line.exp
630 * gdb.base/break-entry.exp
631 * gdb.base/break-inline.exp
632 * gdb.base/break-on-linker-gcd-function.exp
633 * gdb.base/break-probes.exp
634 * gdb.base/break.exp
635 * gdb.base/breakpoint-shadow.exp
636 * gdb.base/call-ar-st.exp
637 * gdb.base/call-sc.exp
638 * gdb.base/call-signal-resume.exp
639 * gdb.base/call-strs.exp
640 * gdb.base/callfuncs.exp
641 * gdb.base/catch-fork-static.exp
642 * gdb.base/catch-gdb-caused-signals.exp
643 * gdb.base/catch-load.exp
644 * gdb.base/catch-signal-fork.exp
645 * gdb.base/catch-signal.exp
646 * gdb.base/catch-syscall.exp
647 * gdb.base/charset.exp
648 * gdb.base/checkpoint.exp
649 * gdb.base/chng-syms.exp
650 * gdb.base/code-expr.exp
651 * gdb.base/code_elim.exp
652 * gdb.base/commands.exp
653 * gdb.base/completion.exp
654 * gdb.base/complex.exp
655 * gdb.base/cond-expr.exp
656 * gdb.base/condbreak.exp
657 * gdb.base/consecutive.exp
658 * gdb.base/continue-all-already-running.exp
659 * gdb.base/coredump-filter.exp
660 * gdb.base/corefile.exp
661 * gdb.base/dbx.exp
662 * gdb.base/debug-expr.exp
663 * gdb.base/define.exp
664 * gdb.base/del.exp
665 * gdb.base/disabled-location.exp
666 * gdb.base/disasm-end-cu.exp
667 * gdb.base/disasm-optim.exp
668 * gdb.base/display.exp
669 * gdb.base/duplicate-bp.exp
670 * gdb.base/ena-dis-br.exp
671 * gdb.base/ending-run.exp
672 * gdb.base/enumval.exp
673 * gdb.base/environ.exp
674 * gdb.base/eu-strip-infcall.exp
675 * gdb.base/eval-avoid-side-effects.exp
676 * gdb.base/eval-skip.exp
677 * gdb.base/exitsignal.exp
678 * gdb.base/expand-psymtabs.exp
679 * gdb.base/filesym.exp
680 * gdb.base/find-unmapped.exp
681 * gdb.base/finish.exp
682 * gdb.base/float.exp
683 * gdb.base/foll-exec-mode.exp
684 * gdb.base/foll-exec.exp
685 * gdb.base/foll-fork.exp
686 * gdb.base/fortran-sym-case.exp
687 * gdb.base/freebpcmd.exp
688 * gdb.base/func-ptr.exp
689 * gdb.base/func-ptrs.exp
690 * gdb.base/funcargs.exp
691 * gdb.base/gcore-buffer-overflow.exp
692 * gdb.base/gcore-relro-pie.exp
693 * gdb.base/gcore-relro.exp
694 * gdb.base/gcore.exp
695 * gdb.base/gdb1090.exp
696 * gdb.base/gdb11530.exp
697 * gdb.base/gdb11531.exp
698 * gdb.base/gdb1821.exp
699 * gdb.base/gdbindex-stabs.exp
700 * gdb.base/gdbvars.exp
701 * gdb.base/hbreak.exp
702 * gdb.base/hbreak2.exp
703 * gdb.base/included.exp
704 * gdb.base/infcall-input.exp
705 * gdb.base/inferior-died.exp
706 * gdb.base/infnan.exp
707 * gdb.base/info-macros.exp
708 * gdb.base/info-os.exp
709 * gdb.base/info-proc.exp
710 * gdb.base/info-shared.exp
711 * gdb.base/info-target.exp
712 * gdb.base/infoline.exp
713 * gdb.base/interp.exp
714 * gdb.base/interrupt.exp
715 * gdb.base/jit-reader.exp
716 * gdb.base/jit-simple.exp
717 * gdb.base/kill-after-signal.exp
718 * gdb.base/kill-detach-inferiors-cmd.exp
719 * gdb.base/label.exp
720 * gdb.base/langs.exp
721 * gdb.base/ldbl_e308.exp
722 * gdb.base/line-symtabs.exp
723 * gdb.base/linespecs.exp
724 * gdb.base/list.exp
725 * gdb.base/long_long.exp
726 * gdb.base/longest-types.exp
727 * gdb.base/maint.exp
728 * gdb.base/max-value-size.exp
729 * gdb.base/memattr.exp
730 * gdb.base/mips_pro.exp
731 * gdb.base/morestack.exp
732 * gdb.base/moribund-step.exp
733 * gdb.base/multi-forks.exp
734 * gdb.base/nested-addr.exp
735 * gdb.base/nextoverexit.exp
736 * gdb.base/noreturn-finish.exp
737 * gdb.base/noreturn-return.exp
738 * gdb.base/nostdlib.exp
739 * gdb.base/offsets.exp
740 * gdb.base/opaque.exp
741 * gdb.base/pc-fp.exp
742 * gdb.base/permissions.exp
743 * gdb.base/print-symbol-loading.exp
744 * gdb.base/prologue-include.exp
745 * gdb.base/psymtab.exp
746 * gdb.base/ptype.exp
747 * gdb.base/random-signal.exp
748 * gdb.base/randomize.exp
749 * gdb.base/range-stepping.exp
750 * gdb.base/readline-ask.exp
751 * gdb.base/recpar.exp
752 * gdb.base/recurse.exp
753 * gdb.base/relational.exp
754 * gdb.base/restore.exp
755 * gdb.base/return-nodebug.exp
756 * gdb.base/return.exp
757 * gdb.base/run-after-attach.exp
758 * gdb.base/save-bp.exp
759 * gdb.base/scope.exp
760 * gdb.base/sect-cmd.exp
761 * gdb.base/set-lang-auto.exp
762 * gdb.base/set-noassign.exp
763 * gdb.base/setvar.exp
764 * gdb.base/sigall.exp
765 * gdb.base/sigbpt.exp
766 * gdb.base/siginfo-addr.exp
767 * gdb.base/siginfo-infcall.exp
768 * gdb.base/siginfo-obj.exp
769 * gdb.base/siginfo.exp
770 * gdb.base/signals-state-child.exp
771 * gdb.base/signest.exp
772 * gdb.base/sigstep.exp
773 * gdb.base/sizeof.exp
774 * gdb.base/skip.exp
775 * gdb.base/solib-corrupted.exp
776 * gdb.base/solib-nodir.exp
777 * gdb.base/solib-search.exp
778 * gdb.base/stack-checking.exp
779 * gdb.base/stale-infcall.exp
780 * gdb.base/stap-probe.exp
781 * gdb.base/start.exp
782 * gdb.base/step-break.exp
783 * gdb.base/step-bt.exp
784 * gdb.base/step-line.exp
785 * gdb.base/step-over-exit.exp
786 * gdb.base/step-over-syscall.exp
787 * gdb.base/step-resume-infcall.exp
788 * gdb.base/step-test.exp
789 * gdb.base/store.exp
790 * gdb.base/structs3.exp
791 * gdb.base/sym-file.exp
792 * gdb.base/symbol-without-target_section.exp
793 * gdb.base/term.exp
794 * gdb.base/testenv.exp
795 * gdb.base/ui-redirect.exp
796 * gdb.base/until.exp
797 * gdb.base/unwindonsignal.exp
798 * gdb.base/value-double-free.exp
799 * gdb.base/vla-datatypes.exp
800 * gdb.base/vla-ptr.exp
801 * gdb.base/vla-sideeffect.exp
802 * gdb.base/volatile.exp
803 * gdb.base/watch-cond-infcall.exp
804 * gdb.base/watch-cond.exp
805 * gdb.base/watch-non-mem.exp
806 * gdb.base/watch-read.exp
807 * gdb.base/watch-vfork.exp
808 * gdb.base/watchpoint-cond-gone.exp
809 * gdb.base/watchpoint-delete.exp
810 * gdb.base/watchpoint-hw-hit-once.exp
811 * gdb.base/watchpoint-hw.exp
812 * gdb.base/watchpoint-stops-at-right-insn.exp
813 * gdb.base/watchpoints.exp
814 * gdb.base/wchar.exp
815 * gdb.base/whatis-exp.exp
816 * gdb.btrace/buffer-size.exp
817 * gdb.btrace/data.exp
818 * gdb.btrace/delta.exp
819 * gdb.btrace/dlopen.exp
820 * gdb.btrace/enable.exp
821 * gdb.btrace/exception.exp
822 * gdb.btrace/function_call_history.exp
823 * gdb.btrace/gcore.exp
824 * gdb.btrace/instruction_history.exp
825 * gdb.btrace/nohist.exp
826 * gdb.btrace/reconnect.exp
827 * gdb.btrace/record_goto-step.exp
828 * gdb.btrace/record_goto.exp
829 * gdb.btrace/rn-dl-bind.exp
830 * gdb.btrace/segv.exp
831 * gdb.btrace/step.exp
832 * gdb.btrace/stepi.exp
833 * gdb.btrace/tailcall-only.exp
834 * gdb.btrace/tailcall.exp
835 * gdb.btrace/tsx.exp
836 * gdb.btrace/unknown_functions.exp
837 * gdb.btrace/vdso.exp
838 * gdb.compile/compile-ifunc.exp
839 * gdb.compile/compile-ops.exp
840 * gdb.compile/compile-print.exp
841 * gdb.compile/compile-setjmp.exp
842 * gdb.cp/abstract-origin.exp
843 * gdb.cp/ambiguous.exp
844 * gdb.cp/annota2.exp
845 * gdb.cp/annota3.exp
846 * gdb.cp/anon-ns.exp
847 * gdb.cp/anon-struct.exp
848 * gdb.cp/anon-union.exp
849 * gdb.cp/arg-reference.exp
850 * gdb.cp/baseenum.exp
851 * gdb.cp/bool.exp
852 * gdb.cp/breakpoint.exp
853 * gdb.cp/bs15503.exp
854 * gdb.cp/call-c.exp
855 * gdb.cp/casts.exp
856 * gdb.cp/chained-calls.exp
857 * gdb.cp/class2.exp
858 * gdb.cp/classes.exp
859 * gdb.cp/cmpd-minsyms.exp
860 * gdb.cp/converts.exp
861 * gdb.cp/cp-relocate.exp
862 * gdb.cp/cpcompletion.exp
863 * gdb.cp/cpexprs.exp
864 * gdb.cp/cplabel.exp
865 * gdb.cp/cplusfuncs.exp
866 * gdb.cp/cpsizeof.exp
867 * gdb.cp/ctti.exp
868 * gdb.cp/derivation.exp
869 * gdb.cp/destrprint.exp
870 * gdb.cp/dispcxx.exp
871 * gdb.cp/enum-class.exp
872 * gdb.cp/exception.exp
873 * gdb.cp/exceptprint.exp
874 * gdb.cp/expand-psymtabs-cxx.exp
875 * gdb.cp/expand-sals.exp
876 * gdb.cp/extern-c.exp
877 * gdb.cp/filename.exp
878 * gdb.cp/formatted-ref.exp
879 * gdb.cp/fpointer.exp
880 * gdb.cp/gdb1355.exp
881 * gdb.cp/gdb2495.exp
882 * gdb.cp/hang.exp
883 * gdb.cp/impl-this.exp
884 * gdb.cp/infcall-dlopen.exp
885 * gdb.cp/inherit.exp
886 * gdb.cp/iostream.exp
887 * gdb.cp/koenig.exp
888 * gdb.cp/local.exp
889 * gdb.cp/m-data.exp
890 * gdb.cp/m-static.exp
891 * gdb.cp/mb-ctor.exp
892 * gdb.cp/mb-inline.exp
893 * gdb.cp/mb-templates.exp
894 * gdb.cp/member-name.exp
895 * gdb.cp/member-ptr.exp
896 * gdb.cp/meth-typedefs.exp
897 * gdb.cp/method.exp
898 * gdb.cp/method2.exp
899 * gdb.cp/minsym-fallback.exp
900 * gdb.cp/misc.exp
901 * gdb.cp/namelessclass.exp
902 * gdb.cp/namespace-enum.exp
903 * gdb.cp/namespace-nested-import.exp
904 * gdb.cp/namespace.exp
905 * gdb.cp/nextoverthrow.exp
906 * gdb.cp/no-dmgl-verbose.exp
907 * gdb.cp/non-trivial-retval.exp
908 * gdb.cp/noparam.exp
909 * gdb.cp/nsdecl.exp
910 * gdb.cp/nsimport.exp
911 * gdb.cp/nsnested.exp
912 * gdb.cp/nsnoimports.exp
913 * gdb.cp/nsrecurs.exp
914 * gdb.cp/nsstress.exp
915 * gdb.cp/nsusing.exp
916 * gdb.cp/operator.exp
917 * gdb.cp/oranking.exp
918 * gdb.cp/overload-const.exp
919 * gdb.cp/overload.exp
920 * gdb.cp/ovldbreak.exp
921 * gdb.cp/ovsrch.exp
922 * gdb.cp/paren-type.exp
923 * gdb.cp/parse-lang.exp
924 * gdb.cp/pass-by-ref.exp
925 * gdb.cp/pr-1023.exp
926 * gdb.cp/pr-1210.exp
927 * gdb.cp/pr-574.exp
928 * gdb.cp/pr10687.exp
929 * gdb.cp/pr12028.exp
930 * gdb.cp/pr17132.exp
931 * gdb.cp/pr17494.exp
932 * gdb.cp/pr9067.exp
933 * gdb.cp/pr9167.exp
934 * gdb.cp/pr9631.exp
935 * gdb.cp/printmethod.exp
936 * gdb.cp/psmang.exp
937 * gdb.cp/psymtab-parameter.exp
938 * gdb.cp/ptype-cv-cp.exp
939 * gdb.cp/ptype-flags.exp
940 * gdb.cp/re-set-overloaded.exp
941 * gdb.cp/ref-types.exp
942 * gdb.cp/rtti.exp
943 * gdb.cp/scope-err.exp
944 * gdb.cp/shadow.exp
945 * gdb.cp/smartp.exp
946 * gdb.cp/static-method.exp
947 * gdb.cp/static-print-quit.exp
948 * gdb.cp/temargs.exp
949 * gdb.cp/templates.exp
950 * gdb.cp/try_catch.exp
951 * gdb.cp/typedef-operator.exp
952 * gdb.cp/typeid.exp
953 * gdb.cp/userdef.exp
954 * gdb.cp/using-crash.exp
955 * gdb.cp/var-tag.exp
956 * gdb.cp/virtbase.exp
957 * gdb.cp/virtfunc.exp
958 * gdb.cp/virtfunc2.exp
959 * gdb.cp/vla-cxx.exp
960 * gdb.disasm/t01_mov.exp
961 * gdb.disasm/t02_mova.exp
962 * gdb.disasm/t03_add.exp
963 * gdb.disasm/t04_sub.exp
964 * gdb.disasm/t05_cmp.exp
965 * gdb.disasm/t06_ari2.exp
966 * gdb.disasm/t07_ari3.exp
967 * gdb.disasm/t08_or.exp
968 * gdb.disasm/t09_xor.exp
969 * gdb.disasm/t10_and.exp
970 * gdb.disasm/t11_logs.exp
971 * gdb.disasm/t12_bit.exp
972 * gdb.disasm/t13_otr.exp
973 * gdb.dlang/circular.exp
974 * gdb.dwarf2/arr-stride.exp
975 * gdb.dwarf2/arr-subrange.exp
976 * gdb.dwarf2/atomic-type.exp
977 * gdb.dwarf2/bad-regnum.exp
978 * gdb.dwarf2/bitfield-parent-optimized-out.exp
979 * gdb.dwarf2/callframecfa.exp
980 * gdb.dwarf2/clztest.exp
981 * gdb.dwarf2/corrupt.exp
982 * gdb.dwarf2/data-loc.exp
983 * gdb.dwarf2/dup-psym.exp
984 * gdb.dwarf2/dw2-anon-mptr.exp
985 * gdb.dwarf2/dw2-anonymous-func.exp
986 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
987 * gdb.dwarf2/dw2-bad-unresolved.exp
988 * gdb.dwarf2/dw2-basic.exp
989 * gdb.dwarf2/dw2-canonicalize-type.exp
990 * gdb.dwarf2/dw2-case-insensitive.exp
991 * gdb.dwarf2/dw2-common-block.exp
992 * gdb.dwarf2/dw2-compdir-oldgcc.exp
993 * gdb.dwarf2/dw2-compressed.exp
994 * gdb.dwarf2/dw2-const.exp
995 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
996 * gdb.dwarf2/dw2-cu-size.exp
997 * gdb.dwarf2/dw2-dup-frame.exp
998 * gdb.dwarf2/dw2-entry-value.exp
999 * gdb.dwarf2/dw2-icycle.exp
1000 * gdb.dwarf2/dw2-ifort-parameter.exp
1001 * gdb.dwarf2/dw2-inline-break.exp
1002 * gdb.dwarf2/dw2-inline-param.exp
1003 * gdb.dwarf2/dw2-intercu.exp
1004 * gdb.dwarf2/dw2-intermix.exp
1005 * gdb.dwarf2/dw2-lexical-block-bare.exp
1006 * gdb.dwarf2/dw2-linkage-name-trust.exp
1007 * gdb.dwarf2/dw2-minsym-in-cu.exp
1008 * gdb.dwarf2/dw2-noloc.exp
1009 * gdb.dwarf2/dw2-op-call.exp
1010 * gdb.dwarf2/dw2-op-out-param.exp
1011 * gdb.dwarf2/dw2-opt-structptr.exp
1012 * gdb.dwarf2/dw2-param-error.exp
1013 * gdb.dwarf2/dw2-producer.exp
1014 * gdb.dwarf2/dw2-ranges-base.exp
1015 * gdb.dwarf2/dw2-ref-missing-frame.exp
1016 * gdb.dwarf2/dw2-reg-undefined.exp
1017 * gdb.dwarf2/dw2-regno-invalid.exp
1018 * gdb.dwarf2/dw2-restore.exp
1019 * gdb.dwarf2/dw2-restrict.exp
1020 * gdb.dwarf2/dw2-single-line-discriminators.exp
1021 * gdb.dwarf2/dw2-strp.exp
1022 * gdb.dwarf2/dw2-undefined-ret-addr.exp
1023 * gdb.dwarf2/dw2-unresolved.exp
1024 * gdb.dwarf2/dw2-var-zero-addr.exp
1025 * gdb.dwarf2/dw4-sig-types.exp
1026 * gdb.dwarf2/dwz.exp
1027 * gdb.dwarf2/dynarr-ptr.exp
1028 * gdb.dwarf2/enum-type.exp
1029 * gdb.dwarf2/gdb-index.exp
1030 * gdb.dwarf2/implptr-64bit.exp
1031 * gdb.dwarf2/implptr-optimized-out.exp
1032 * gdb.dwarf2/implptr.exp
1033 * gdb.dwarf2/implref-array.exp
1034 * gdb.dwarf2/implref-const.exp
1035 * gdb.dwarf2/implref-global.exp
1036 * gdb.dwarf2/implref-struct.exp
1037 * gdb.dwarf2/mac-fileno.exp
1038 * gdb.dwarf2/main-subprogram.exp
1039 * gdb.dwarf2/member-ptr-forwardref.exp
1040 * gdb.dwarf2/method-ptr.exp
1041 * gdb.dwarf2/missing-sig-type.exp
1042 * gdb.dwarf2/nonvar-access.exp
1043 * gdb.dwarf2/opaque-type-lookup.exp
1044 * gdb.dwarf2/pieces-optimized-out.exp
1045 * gdb.dwarf2/pieces.exp
1046 * gdb.dwarf2/pr10770.exp
1047 * gdb.dwarf2/pr13961.exp
1048 * gdb.dwarf2/staticvirtual.exp
1049 * gdb.dwarf2/subrange.exp
1050 * gdb.dwarf2/symtab-producer.exp
1051 * gdb.dwarf2/trace-crash.exp
1052 * gdb.dwarf2/typeddwarf.exp
1053 * gdb.dwarf2/valop.exp
1054 * gdb.dwarf2/watch-notconst.exp
1055 * gdb.fortran/array-element.exp
1056 * gdb.fortran/charset.exp
1057 * gdb.fortran/common-block.exp
1058 * gdb.fortran/complex.exp
1059 * gdb.fortran/derived-type-function.exp
1060 * gdb.fortran/derived-type.exp
1061 * gdb.fortran/logical.exp
1062 * gdb.fortran/module.exp
1063 * gdb.fortran/multi-dim.exp
1064 * gdb.fortran/nested-funcs.exp
1065 * gdb.fortran/print-formatted.exp
1066 * gdb.fortran/subarray.exp
1067 * gdb.fortran/vla-alloc-assoc.exp
1068 * gdb.fortran/vla-datatypes.exp
1069 * gdb.fortran/vla-history.exp
1070 * gdb.fortran/vla-ptr-info.exp
1071 * gdb.fortran/vla-ptype-sub.exp
1072 * gdb.fortran/vla-ptype.exp
1073 * gdb.fortran/vla-sizeof.exp
1074 * gdb.fortran/vla-type.exp
1075 * gdb.fortran/vla-value-sub-arbitrary.exp
1076 * gdb.fortran/vla-value-sub-finish.exp
1077 * gdb.fortran/vla-value-sub.exp
1078 * gdb.fortran/vla-value.exp
1079 * gdb.fortran/whatis_type.exp
1080 * gdb.go/chan.exp
1081 * gdb.go/handcall.exp
1082 * gdb.go/hello.exp
1083 * gdb.go/integers.exp
1084 * gdb.go/methods.exp
1085 * gdb.go/package.exp
1086 * gdb.go/strings.exp
1087 * gdb.go/types.exp
1088 * gdb.go/unsafe.exp
1089 * gdb.guile/scm-arch.exp
1090 * gdb.guile/scm-block.exp
1091 * gdb.guile/scm-breakpoint.exp
1092 * gdb.guile/scm-cmd.exp
1093 * gdb.guile/scm-disasm.exp
1094 * gdb.guile/scm-equal.exp
1095 * gdb.guile/scm-frame-args.exp
1096 * gdb.guile/scm-frame-inline.exp
1097 * gdb.guile/scm-frame.exp
1098 * gdb.guile/scm-iterator.exp
1099 * gdb.guile/scm-math.exp
1100 * gdb.guile/scm-objfile.exp
1101 * gdb.guile/scm-ports.exp
1102 * gdb.guile/scm-symbol.exp
1103 * gdb.guile/scm-symtab.exp
1104 * gdb.guile/scm-value-cc.exp
1105 * gdb.guile/types-module.exp
1106 * gdb.linespec/break-ask.exp
1107 * gdb.linespec/cpexplicit.exp
1108 * gdb.linespec/explicit.exp
1109 * gdb.linespec/keywords.exp
1110 * gdb.linespec/linespec.exp
1111 * gdb.linespec/ls-dollar.exp
1112 * gdb.linespec/ls-errs.exp
1113 * gdb.linespec/skip-two.exp
1114 * gdb.linespec/thread.exp
1115 * gdb.mi/mi-async.exp
1116 * gdb.mi/mi-basics.exp
1117 * gdb.mi/mi-break.exp
1118 * gdb.mi/mi-catch-load.exp
1119 * gdb.mi/mi-cli.exp
1120 * gdb.mi/mi-cmd-param-changed.exp
1121 * gdb.mi/mi-console.exp
1122 * gdb.mi/mi-detach.exp
1123 * gdb.mi/mi-disassemble.exp
1124 * gdb.mi/mi-eval.exp
1125 * gdb.mi/mi-file-transfer.exp
1126 * gdb.mi/mi-file.exp
1127 * gdb.mi/mi-fill-memory.exp
1128 * gdb.mi/mi-inheritance-syntax-error.exp
1129 * gdb.mi/mi-linespec-err-cp.exp
1130 * gdb.mi/mi-logging.exp
1131 * gdb.mi/mi-memory-changed.exp
1132 * gdb.mi/mi-read-memory.exp
1133 * gdb.mi/mi-record-changed.exp
1134 * gdb.mi/mi-reg-undefined.exp
1135 * gdb.mi/mi-regs.exp
1136 * gdb.mi/mi-return.exp
1137 * gdb.mi/mi-reverse.exp
1138 * gdb.mi/mi-simplerun.exp
1139 * gdb.mi/mi-solib.exp
1140 * gdb.mi/mi-stack.exp
1141 * gdb.mi/mi-stepi.exp
1142 * gdb.mi/mi-syn-frame.exp
1143 * gdb.mi/mi-until.exp
1144 * gdb.mi/mi-var-block.exp
1145 * gdb.mi/mi-var-child.exp
1146 * gdb.mi/mi-var-cmd.exp
1147 * gdb.mi/mi-var-cp.exp
1148 * gdb.mi/mi-var-display.exp
1149 * gdb.mi/mi-var-invalidate.exp
1150 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1151 * gdb.mi/mi-vla-fortran.exp
1152 * gdb.mi/mi-watch.exp
1153 * gdb.mi/mi2-var-child.exp
1154 * gdb.mi/user-selected-context-sync.exp
1155 * gdb.modula2/unbounded-array.exp
1156 * gdb.multi/dummy-frame-restore.exp
1157 * gdb.multi/multi-arch-exec.exp
1158 * gdb.multi/multi-arch.exp
1159 * gdb.multi/tids.exp
1160 * gdb.multi/watchpoint-multi.exp
1161 * gdb.opencl/callfuncs.exp
1162 * gdb.opencl/convs_casts.exp
1163 * gdb.opencl/datatypes.exp
1164 * gdb.opencl/operators.exp
1165 * gdb.opencl/vec_comps.exp
1166 * gdb.opt/clobbered-registers-O2.exp
1167 * gdb.opt/inline-break.exp
1168 * gdb.opt/inline-bt.exp
1169 * gdb.opt/inline-cmds.exp
1170 * gdb.opt/inline-locals.exp
1171 * gdb.pascal/case-insensitive-symbols.exp
1172 * gdb.pascal/floats.exp
1173 * gdb.pascal/gdb11492.exp
1174 * gdb.python/lib-types.exp
1175 * gdb.python/py-arch.exp
1176 * gdb.python/py-as-string.exp
1177 * gdb.python/py-bad-printers.exp
1178 * gdb.python/py-block.exp
1179 * gdb.python/py-breakpoint-create-fail.exp
1180 * gdb.python/py-breakpoint.exp
1181 * gdb.python/py-caller-is.exp
1182 * gdb.python/py-cmd.exp
1183 * gdb.python/py-explore-cc.exp
1184 * gdb.python/py-explore.exp
1185 * gdb.python/py-finish-breakpoint.exp
1186 * gdb.python/py-finish-breakpoint2.exp
1187 * gdb.python/py-frame-args.exp
1188 * gdb.python/py-frame-inline.exp
1189 * gdb.python/py-frame.exp
1190 * gdb.python/py-framefilter-mi.exp
1191 * gdb.python/py-infthread.exp
1192 * gdb.python/py-lazy-string.exp
1193 * gdb.python/py-linetable.exp
1194 * gdb.python/py-mi-events.exp
1195 * gdb.python/py-mi-objfile.exp
1196 * gdb.python/py-mi.exp
1197 * gdb.python/py-objfile.exp
1198 * gdb.python/py-pp-integral.exp
1199 * gdb.python/py-pp-maint.exp
1200 * gdb.python/py-pp-re-notag.exp
1201 * gdb.python/py-pp-registration.exp
1202 * gdb.python/py-recurse-unwind.exp
1203 * gdb.python/py-strfns.exp
1204 * gdb.python/py-symbol.exp
1205 * gdb.python/py-symtab.exp
1206 * gdb.python/py-sync-interp.exp
1207 * gdb.python/py-typeprint.exp
1208 * gdb.python/py-unwind-maint.exp
1209 * gdb.python/py-unwind.exp
1210 * gdb.python/py-value-cc.exp
1211 * gdb.python/py-xmethods.exp
1212 * gdb.reverse/amd64-tailcall-reverse.exp
1213 * gdb.reverse/break-precsave.exp
1214 * gdb.reverse/break-reverse.exp
1215 * gdb.reverse/consecutive-precsave.exp
1216 * gdb.reverse/consecutive-reverse.exp
1217 * gdb.reverse/finish-precsave.exp
1218 * gdb.reverse/finish-reverse-bkpt.exp
1219 * gdb.reverse/finish-reverse.exp
1220 * gdb.reverse/fstatat-reverse.exp
1221 * gdb.reverse/getresuid-reverse.exp
1222 * gdb.reverse/i386-precsave.exp
1223 * gdb.reverse/i386-reverse.exp
1224 * gdb.reverse/i386-sse-reverse.exp
1225 * gdb.reverse/i387-env-reverse.exp
1226 * gdb.reverse/i387-stack-reverse.exp
1227 * gdb.reverse/insn-reverse.exp
1228 * gdb.reverse/machinestate-precsave.exp
1229 * gdb.reverse/machinestate.exp
1230 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1231 * gdb.reverse/pipe-reverse.exp
1232 * gdb.reverse/readv-reverse.exp
1233 * gdb.reverse/recvmsg-reverse.exp
1234 * gdb.reverse/rerun-prec.exp
1235 * gdb.reverse/s390-mvcle.exp
1236 * gdb.reverse/step-precsave.exp
1237 * gdb.reverse/step-reverse.exp
1238 * gdb.reverse/time-reverse.exp
1239 * gdb.reverse/until-precsave.exp
1240 * gdb.reverse/until-reverse.exp
1241 * gdb.reverse/waitpid-reverse.exp
1242 * gdb.reverse/watch-precsave.exp
1243 * gdb.reverse/watch-reverse.exp
1244 * gdb.rust/generics.exp
1245 * gdb.rust/methods.exp
1246 * gdb.rust/modules.exp
1247 * gdb.rust/simple.exp
1248 * gdb.server/connect-with-no-symbol-file.exp
1249 * gdb.server/ext-attach.exp
1250 * gdb.server/ext-restart.exp
1251 * gdb.server/ext-wrapper.exp
1252 * gdb.server/file-transfer.exp
1253 * gdb.server/server-exec-info.exp
1254 * gdb.server/server-kill.exp
1255 * gdb.server/server-mon.exp
1256 * gdb.server/wrapper.exp
1257 * gdb.stabs/exclfwd.exp
1258 * gdb.stabs/gdb11479.exp
1259 * gdb.threads/clone-new-thread-event.exp
1260 * gdb.threads/corethreads.exp
1261 * gdb.threads/current-lwp-dead.exp
1262 * gdb.threads/dlopen-libpthread.exp
1263 * gdb.threads/gcore-thread.exp
1264 * gdb.threads/sigstep-threads.exp
1265 * gdb.threads/watchpoint-fork.exp
1266 * gdb.trace/actions-changed.exp
1267 * gdb.trace/backtrace.exp
1268 * gdb.trace/change-loc.exp
1269 * gdb.trace/circ.exp
1270 * gdb.trace/collection.exp
1271 * gdb.trace/disconnected-tracing.exp
1272 * gdb.trace/ftrace.exp
1273 * gdb.trace/mi-trace-frame-collected.exp
1274 * gdb.trace/mi-trace-unavailable.exp
1275 * gdb.trace/mi-traceframe-changed.exp
1276 * gdb.trace/mi-tsv-changed.exp
1277 * gdb.trace/no-attach-trace.exp
1278 * gdb.trace/passc-dyn.exp
1279 * gdb.trace/qtro.exp
1280 * gdb.trace/range-stepping.exp
1281 * gdb.trace/read-memory.exp
1282 * gdb.trace/save-trace.exp
1283 * gdb.trace/signal.exp
1284 * gdb.trace/status-stop.exp
1285 * gdb.trace/tfile.exp
1286 * gdb.trace/trace-break.exp
1287 * gdb.trace/trace-buffer-size.exp
1288 * gdb.trace/trace-condition.exp
1289 * gdb.trace/tracefile-pseudo-reg.exp
1290 * gdb.trace/tstatus.exp
1291 * gdb.trace/unavailable.exp
1292 * gdb.trace/while-dyn.exp
1293 * gdb.trace/while-stepping.exp
1294
1295 2016-12-22 Doug Evans <xdje42@gmail.com>
1296
1297 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1298 and msymbols.
1299
1300 2016-12-19 Yao Qi <yao.qi@linaro.org>
1301
1302 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1303 (test_with_self): Don't call do_steps_and_nexts, and remove
1304 code about stepping into xmalloc.
1305
1306 2016-12-09 Yao Qi <yao.qi@linaro.org>
1307
1308 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1309
1310 2016-12-09 Yao Qi <yao.qi@linaro.org>
1311
1312 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1313
1314 2016-12-09 Pedro Alves <palves@redhat.com>
1315
1316 * gdb.base/all-architectures-0.exp: New file.
1317 * gdb.base/all-architectures-1.exp: New file.
1318 * gdb.base/all-architectures-2.exp: New file.
1319 * gdb.base/all-architectures-3.exp: New file.
1320 * gdb.base/all-architectures-4.exp: New file.
1321 * gdb.base/all-architectures-5.exp: New file.
1322 * gdb.base/all-architectures-6.exp: New file.
1323 * gdb.base/all-architectures-7.exp: New file.
1324 * gdb.base/all-architectures.exp.in: New file.
1325
1326 2016-12-09 Yao Qi <yao.qi@linaro.org>
1327
1328 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1329
1330 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1331
1332 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1333 possible.
1334 Remove useless pattern-matching code.
1335
1336 2016-12-02 Pedro Alves <palves@redhat.com>
1337
1338 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1339 procedure.
1340 (top level): Call it.
1341
1342 2016-12-02 Pedro Alves <palves@redhat.com>
1343
1344 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1345 New procedure.
1346 (top level): Call it.
1347
1348 2016-12-02 Pedro Alves <palves@redhat.com>
1349
1350 PR cli/20559
1351 * gdb.base/commands.exp (user_defined_command_args_eval): New
1352 procedure.
1353 (top level): Call it.
1354
1355 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1356
1357 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1358 timeout handling.
1359
1360 2016-12-02 Tom Tromey <tom@tromey.com>
1361
1362 * gdb.dwarf2/main-subprogram.c: New file.
1363 * gdb.dwarf2/main-subprogram.exp: New file.
1364
1365 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1366
1367 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1368 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1369 gdb_test_no_output for a couple of cases.
1370 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1371
1372 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1373
1374 Fix test names and standardize compilation error messages throughout
1375 the following files:
1376
1377 * gdb.ada/start.exp
1378 * gdb.arch/alpha-step.exp
1379 * gdb.arch/e500-prologue.exp
1380 * gdb.arch/ftrace-insn-reloc.exp
1381 * gdb.arch/gdb1291.exp
1382 * gdb.arch/gdb1431.exp
1383 * gdb.arch/gdb1558.exp
1384 * gdb.arch/i386-dr3-watch.exp
1385 * gdb.arch/i386-sse-stack-align.exp
1386 * gdb.arch/ia64-breakpoint-shadow.exp
1387 * gdb.arch/pa-nullify.exp
1388 * gdb.arch/powerpc-aix-prologue.exp
1389 * gdb.arch/thumb-bx-pc.exp
1390 * gdb.base/annota1.exp
1391 * gdb.base/annota3.exp
1392 * gdb.base/arrayidx.exp
1393 * gdb.base/assign.exp
1394 * gdb.base/attach.exp
1395 * gdb.base/auxv.exp
1396 * gdb.base/bang.exp
1397 * gdb.base/bfp-test.exp
1398 * gdb.base/bigcore.exp
1399 * gdb.base/bitfields2.exp
1400 * gdb.base/break-fun-addr.exp
1401 * gdb.base/break-probes.exp
1402 * gdb.base/call-rt-st.exp
1403 * gdb.base/callexit.exp
1404 * gdb.base/catch-fork-kill.exp
1405 * gdb.base/charset.exp
1406 * gdb.base/checkpoint.exp
1407 * gdb.base/comprdebug.exp
1408 * gdb.base/constvars.exp
1409 * gdb.base/coredump-filter.exp
1410 * gdb.base/cursal.exp
1411 * gdb.base/cvexpr.exp
1412 * gdb.base/detach.exp
1413 * gdb.base/display.exp
1414 * gdb.base/dmsym.exp
1415 * gdb.base/dprintf-pending.exp
1416 * gdb.base/dso2dso.exp
1417 * gdb.base/dtrace-probe.exp
1418 * gdb.base/dump.exp
1419 * gdb.base/enum_cond.exp
1420 * gdb.base/exe-lock.exp
1421 * gdb.base/exec-invalid-sysroot.exp
1422 * gdb.base/execl-update-breakpoints.exp
1423 * gdb.base/exprs.exp
1424 * gdb.base/fileio.exp
1425 * gdb.base/find.exp
1426 * gdb.base/finish.exp
1427 * gdb.base/fixsection.exp
1428 * gdb.base/foll-vfork.exp
1429 * gdb.base/frame-args.exp
1430 * gdb.base/gcore.exp
1431 * gdb.base/gdb1250.exp
1432 * gdb.base/global-var-nested-by-dso.exp
1433 * gdb.base/gnu-ifunc.exp
1434 * gdb.base/hashline1.exp
1435 * gdb.base/hashline2.exp
1436 * gdb.base/hashline3.exp
1437 * gdb.base/hbreak-in-shr-unsupported.exp
1438 * gdb.base/huge.exp
1439 * gdb.base/infcall-input.exp
1440 * gdb.base/info-fun.exp
1441 * gdb.base/info-shared.exp
1442 * gdb.base/jit-simple.exp
1443 * gdb.base/jit-so.exp
1444 * gdb.base/jit.exp
1445 * gdb.base/jump.exp
1446 * gdb.base/label.exp
1447 * gdb.base/lineinc.exp
1448 * gdb.base/logical.exp
1449 * gdb.base/longjmp.exp
1450 * gdb.base/macscp.exp
1451 * gdb.base/miscexprs.exp
1452 * gdb.base/new-ui-echo.exp
1453 * gdb.base/new-ui-pending-input.exp
1454 * gdb.base/new-ui.exp
1455 * gdb.base/nodebug.exp
1456 * gdb.base/nofield.exp
1457 * gdb.base/offsets.exp
1458 * gdb.base/overlays.exp
1459 * gdb.base/pending.exp
1460 * gdb.base/pointers.exp
1461 * gdb.base/pr11022.exp
1462 * gdb.base/printcmds.exp
1463 * gdb.base/prologue.exp
1464 * gdb.base/ptr-typedef.exp
1465 * gdb.base/realname-expand.exp
1466 * gdb.base/relativedebug.exp
1467 * gdb.base/relocate.exp
1468 * gdb.base/remote.exp
1469 * gdb.base/reread.exp
1470 * gdb.base/return2.exp
1471 * gdb.base/savedregs.exp
1472 * gdb.base/sep.exp
1473 * gdb.base/sepdebug.exp
1474 * gdb.base/sepsymtab.exp
1475 * gdb.base/set-inferior-tty.exp
1476 * gdb.base/setshow.exp
1477 * gdb.base/shlib-call.exp
1478 * gdb.base/sigaltstack.exp
1479 * gdb.base/siginfo-addr.exp
1480 * gdb.base/signals.exp
1481 * gdb.base/signull.exp
1482 * gdb.base/sigrepeat.exp
1483 * gdb.base/so-impl-ld.exp
1484 * gdb.base/solib-display.exp
1485 * gdb.base/solib-overlap.exp
1486 * gdb.base/solib-search.exp
1487 * gdb.base/solib-symbol.exp
1488 * gdb.base/structs.exp
1489 * gdb.base/structs2.exp
1490 * gdb.base/symtab-search-order.exp
1491 * gdb.base/twice.exp
1492 * gdb.base/unload.exp
1493 * gdb.base/varargs.exp
1494 * gdb.base/watchpoint-solib.exp
1495 * gdb.base/watchpoint.exp
1496 * gdb.base/whatis.exp
1497 * gdb.base/wrong_frame_bt_full.exp
1498 * gdb.btrace/dlopen.exp
1499 * gdb.cell/ea-standalone.exp
1500 * gdb.cell/ea-test.exp
1501 * gdb.cp/dispcxx.exp
1502 * gdb.cp/gdb2384.exp
1503 * gdb.cp/method2.exp
1504 * gdb.cp/nextoverthrow.exp
1505 * gdb.cp/pr10728.exp
1506 * gdb.disasm/am33.exp
1507 * gdb.disasm/h8300s.exp
1508 * gdb.disasm/mn10300.exp
1509 * gdb.disasm/sh3.exp
1510 * gdb.dwarf2/dw2-dir-file-name.exp
1511 * gdb.fortran/complex.exp
1512 * gdb.fortran/library-module.exp
1513 * gdb.guile/scm-pretty-print.exp
1514 * gdb.guile/scm-symbol.exp
1515 * gdb.guile/scm-type.exp
1516 * gdb.guile/scm-value.exp
1517 * gdb.linespec/linespec.exp
1518 * gdb.mi/gdb701.exp
1519 * gdb.mi/gdb792.exp
1520 * gdb.mi/mi-breakpoint-changed.exp
1521 * gdb.mi/mi-dprintf-pending.exp
1522 * gdb.mi/mi-dprintf.exp
1523 * gdb.mi/mi-exit-code.exp
1524 * gdb.mi/mi-pending.exp
1525 * gdb.mi/mi-solib.exp
1526 * gdb.mi/new-ui-mi-sync.exp
1527 * gdb.mi/pr11022.exp
1528 * gdb.mi/user-selected-context-sync.exp
1529 * gdb.opt/solib-intra-step.exp
1530 * gdb.python/py-events.exp
1531 * gdb.python/py-finish-breakpoint.exp
1532 * gdb.python/py-mi.exp
1533 * gdb.python/py-prettyprint.exp
1534 * gdb.python/py-shared.exp
1535 * gdb.python/py-symbol.exp
1536 * gdb.python/py-template.exp
1537 * gdb.python/py-type.exp
1538 * gdb.python/py-value.exp
1539 * gdb.reverse/solib-precsave.exp
1540 * gdb.reverse/solib-reverse.exp
1541 * gdb.server/solib-list.exp
1542 * gdb.stabs/weird.exp
1543 * gdb.threads/reconnect-signal.exp
1544 * gdb.threads/stepi-random-signal.exp
1545 * gdb.trace/actions.exp
1546 * gdb.trace/ax.exp
1547 * gdb.trace/backtrace.exp
1548 * gdb.trace/change-loc.exp
1549 * gdb.trace/deltrace.exp
1550 * gdb.trace/ftrace-lock.exp
1551 * gdb.trace/ftrace.exp
1552 * gdb.trace/infotrace.exp
1553 * gdb.trace/mi-tracepoint-changed.exp
1554 * gdb.trace/packetlen.exp
1555 * gdb.trace/passcount.exp
1556 * gdb.trace/pending.exp
1557 * gdb.trace/range-stepping.exp
1558 * gdb.trace/report.exp
1559 * gdb.trace/stap-trace.exp
1560 * gdb.trace/tfind.exp
1561 * gdb.trace/trace-break.exp
1562 * gdb.trace/trace-condition.exp
1563 * gdb.trace/trace-enable-disable.exp
1564 * gdb.trace/trace-mt.exp
1565 * gdb.trace/tracecmd.exp
1566 * gdb.trace/tspeed.exp
1567 * gdb.trace/tsv.exp
1568 * lib/perftest.exp
1569
1570 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1571
1572 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1573 with gdb_test_no_output.
1574 Use command as test name.
1575
1576 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1577
1578 Fix test names starting with uppercase throughout the files.
1579
1580 * gdb.ada/assign_1.exp
1581 * gdb.ada/boolean_expr.exp
1582 * gdb.base/arrayidx.exp
1583 * gdb.base/del.exp
1584 * gdb.base/gcore-buffer-overflow.exp
1585 * gdb.base/testenv.exp
1586 * gdb.compile/compile.exp
1587 * gdb.python/py-framefilter-invalidarg.exp
1588 * gdb.python/py-framefilter.exp
1589
1590 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1591
1592 Fix test names starting with uppercase throughout the files.
1593
1594 * gdb.ada/array_return.exp
1595 * gdb.ada/expr_delims.exp
1596 * gdb.ada/mi_dyn_arr.exp
1597 * gdb.ada/mi_interface.exp
1598 * gdb.ada/mi_var_array.exp
1599 * gdb.ada/watch_arg.exp
1600 * gdb.arch/alpha-step.exp
1601 * gdb.arch/altivec-regs.exp
1602 * gdb.arch/e500-regs.exp
1603 * gdb.arch/powerpc-d128-regs.exp
1604 * gdb.base/arrayidx.exp
1605 * gdb.base/break.exp
1606 * gdb.base/checkpoint.exp
1607 * gdb.base/debug-expr.exp
1608 * gdb.base/dmsym.exp
1609 * gdb.base/radix.exp
1610 * gdb.base/sepdebug.exp
1611 * gdb.base/testenv.exp
1612 * gdb.base/watch_thread_num.exp
1613 * gdb.base/watchpoint-cond-gone.exp
1614 * gdb.cell/break.exp
1615 * gdb.cell/ea-cache.exp
1616 * gdb.compile/compile.exp
1617 * gdb.cp/gdb2495.exp
1618 * gdb.gdb/selftest.exp
1619 * gdb.gdb/xfullpath.exp
1620 * gdb.go/hello.exp
1621 * gdb.go/integers.exp
1622 * gdb.objc/basicclass.exp
1623 * gdb.pascal/hello.exp
1624 * gdb.pascal/integers.exp
1625 * gdb.python/py-breakpoint.exp
1626 * gdb.python/py-cmd.exp
1627 * gdb.python/py-linetable.exp
1628 * gdb.python/py-xmethods.exp
1629 * gdb.python/python.exp
1630 * gdb.reverse/consecutive-precsave.exp
1631 * gdb.reverse/finish-precsave.exp
1632 * gdb.reverse/i386-precsave.exp
1633 * gdb.reverse/machinestate-precsave.exp
1634 * gdb.reverse/sigall-precsave.exp
1635 * gdb.reverse/solib-precsave.exp
1636 * gdb.reverse/step-precsave.exp
1637 * gdb.reverse/until-precsave.exp
1638 * gdb.reverse/watch-precsave.exp
1639 * gdb.threads/leader-exit.exp
1640 * gdb.threads/pthreads.exp
1641 * gdb.threads/wp-replication.exp
1642 * gdb.trace/actions.exp
1643 * gdb.trace/mi-tsv-changed.exp
1644 * gdb.trace/tsv.exp
1645
1646 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1647
1648 Fix test names starting with uppercase throughout the files.
1649
1650 * gdb.arch/i386-bp_permanent.exp
1651 * gdb.arch/i386-gnu-cfi.exp
1652 * gdb.base/disasm-end-cu.exp
1653 * gdb.base/macscp.exp
1654 * gdb.base/pending.exp
1655 * gdb.base/watch_thread_num.exp
1656 * gdb.cp/exception.exp
1657 * gdb.cp/gdb2495.exp
1658 * gdb.cp/local.exp
1659 * gdb.python/py-evsignal.exp
1660 * gdb.python/python.exp
1661 * gdb.trace/tracecmd.exp
1662
1663 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1664
1665 Fix test names starting with uppercase throughout the files.
1666
1667 * gdb.base/charset.exp
1668 * gdb.base/eval.exp
1669 * gdb.base/multi-forks.exp
1670 * gdb.guile/scm-progspace.exp
1671 * gdb.opencl/datatypes.exp
1672 * gdb.python/py-block.exp
1673 * gdb.python/py-function.exp
1674 * gdb.python/py-symbol.exp
1675 * gdb.python/py-symtab.exp
1676 * gdb.python/py-xmethods.exp
1677 * gdb.reverse/break-precsave.exp
1678 * gdb.reverse/break-reverse.exp
1679 * gdb.reverse/consecutive-precsave.exp
1680 * gdb.reverse/consecutive-reverse.exp
1681 * gdb.reverse/finish-precsave.exp
1682 * gdb.reverse/finish-reverse-bkpt.exp
1683 * gdb.reverse/finish-reverse.exp
1684 * gdb.reverse/fstatat-reverse.exp
1685 * gdb.reverse/getresuid-reverse.exp
1686 * gdb.reverse/i386-precsave.exp
1687 * gdb.reverse/i386-reverse.exp
1688 * gdb.reverse/i386-sse-reverse.exp
1689 * gdb.reverse/i387-stack-reverse.exp
1690 * gdb.reverse/insn-reverse.exp
1691 * gdb.reverse/machinestate-precsave.exp
1692 * gdb.reverse/machinestate.exp
1693 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1694 * gdb.reverse/pipe-reverse.exp
1695 * gdb.reverse/readv-reverse.exp
1696 * gdb.reverse/recvmsg-reverse.exp
1697 * gdb.reverse/rerun-prec.exp
1698 * gdb.reverse/s390-mvcle.exp
1699 * gdb.reverse/sigall-precsave.exp
1700 * gdb.reverse/sigall-reverse.exp
1701 * gdb.reverse/solib-precsave.exp
1702 * gdb.reverse/solib-reverse.exp
1703 * gdb.reverse/step-precsave.exp
1704 * gdb.reverse/step-reverse.exp
1705 * gdb.reverse/time-reverse.exp
1706 * gdb.reverse/until-precsave.exp
1707 * gdb.reverse/until-reverse.exp
1708 * gdb.reverse/waitpid-reverse.exp
1709 * gdb.reverse/watch-precsave.exp
1710 * gdb.reverse/watch-reverse.exp
1711
1712 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1713
1714 Fix test names starting with uppercase throughout the files.
1715
1716 * gdb.arch/i386-mpx-simple_segv.exp
1717 * gdb.arch/i386-mpx.exp
1718 * gdb.arch/i386-permbkpt.exp
1719 * gdb.arch/pa-nullify.exp
1720 * gdb.arch/powerpc-d128-regs.exp
1721 * gdb.arch/vsx-regs.exp
1722 * gdb.base/bfp-test.exp
1723 * gdb.base/break.exp
1724 * gdb.base/breakpoint-shadow.exp
1725 * gdb.base/callfuncs.exp
1726 * gdb.base/charset.exp
1727 * gdb.base/commands.exp
1728 * gdb.base/completion.exp
1729 * gdb.base/dfp-test.exp
1730 * gdb.base/echo.exp
1731 * gdb.base/ending-run.exp
1732 * gdb.base/eval.exp
1733 * gdb.base/expand-psymtabs.exp
1734 * gdb.base/float128.exp
1735 * gdb.base/floatn.exp
1736 * gdb.base/foll-exec-mode.exp
1737 * gdb.base/gdb1056.exp
1738 * gdb.base/gdb11531.exp
1739 * gdb.base/kill-after-signal.exp
1740 * gdb.base/multi-forks.exp
1741 * gdb.base/overlays.exp
1742 * gdb.base/pending.exp
1743 * gdb.base/sepdebug.exp
1744 * gdb.base/testenv.exp
1745 * gdb.base/valgrind-db-attach.exp
1746 * gdb.base/watch_thread_num.exp
1747 * gdb.base/watchpoint-cond-gone.exp
1748 * gdb.base/watchpoint.exp
1749 * gdb.base/watchpoints.exp
1750 * gdb.cp/arg-reference.exp
1751 * gdb.cp/baseenum.exp
1752 * gdb.cp/operator.exp
1753 * gdb.cp/shadow.exp
1754 * gdb.dwarf2/dw2-op-out-param.exp
1755 * gdb.dwarf2/dw2-reg-undefined.exp
1756 * gdb.go/chan.exp
1757 * gdb.go/hello.exp
1758 * gdb.go/integers.exp
1759 * gdb.go/methods.exp
1760 * gdb.go/package.exp
1761 * gdb.guile/scm-parameter.exp
1762 * gdb.guile/scm-progspace.exp
1763 * gdb.guile/scm-value.exp
1764 * gdb.mi/mi-pending.exp
1765 * gdb.mi/user-selected-context-sync.exp
1766 * gdb.multi/multi-attach.exp
1767 * gdb.multi/tids.exp
1768 * gdb.opt/clobbered-registers-O2.exp
1769 * gdb.pascal/floats.exp
1770 * gdb.pascal/integers.exp
1771 * gdb.python/py-block.exp
1772 * gdb.python/py-events.exp
1773 * gdb.python/py-parameter.exp
1774 * gdb.python/py-symbol.exp
1775 * gdb.python/py-symtab.exp
1776 * gdb.python/py-type.exp
1777 * gdb.python/py-value.exp
1778 * gdb.python/py-xmethods.exp
1779 * gdb.python/python.exp
1780 * gdb.reverse/break-precsave.exp
1781 * gdb.reverse/consecutive-precsave.exp
1782 * gdb.reverse/finish-precsave.exp
1783 * gdb.reverse/i386-precsave.exp
1784 * gdb.reverse/machinestate-precsave.exp
1785 * gdb.reverse/sigall-precsave.exp
1786 * gdb.reverse/solib-precsave.exp
1787 * gdb.reverse/step-precsave.exp
1788 * gdb.reverse/until-precsave.exp
1789 * gdb.reverse/watch-precsave.exp
1790 * gdb.server/ext-attach.exp
1791 * gdb.server/ext-restart.exp
1792 * gdb.server/ext-run.exp
1793 * gdb.server/ext-wrapper.exp
1794 * gdb.stabs/gdb11479.exp
1795 * gdb.stabs/weird.exp
1796 * gdb.threads/attach-many-short-lived-threads.exp
1797 * gdb.threads/kill.exp
1798 * gdb.threads/watchpoint-fork.exp
1799
1800 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1801
1802 Fix test names starting with uppercase throughout all the files below.
1803
1804 * gdb.ada/array_return.exp
1805 * gdb.ada/catch_ex.exp
1806 * gdb.ada/info_exc.exp
1807 * gdb.ada/mi_catch_ex.exp
1808 * gdb.ada/mi_dyn_arr.exp
1809 * gdb.ada/mi_ex_cond.exp
1810 * gdb.ada/mi_exc_info.exp
1811 * gdb.ada/mi_interface.exp
1812 * gdb.ada/mi_task_arg.exp
1813 * gdb.ada/mi_task_info.exp
1814 * gdb.ada/mi_var_array.exp
1815 * gdb.arch/alpha-step.exp
1816 * gdb.arch/amd64-disp-step.exp
1817 * gdb.arch/arm-disp-step.exp
1818 * gdb.arch/disp-step-insn-reloc.exp
1819 * gdb.arch/e500-prologue.exp
1820 * gdb.arch/ftrace-insn-reloc.exp
1821 * gdb.arch/gdb1558.exp
1822 * gdb.arch/i386-bp_permanent.exp
1823 * gdb.arch/i386-disp-step.exp
1824 * gdb.arch/i386-float.exp
1825 * gdb.arch/i386-gnu-cfi.exp
1826 * gdb.arch/ia64-breakpoint-shadow.exp
1827 * gdb.arch/mips16-thunks.exp
1828 * gdb.arch/pa-nullify.exp
1829 * gdb.arch/powerpc-aix-prologue.exp
1830 * gdb.arch/powerpc-power.exp
1831 * gdb.arch/ppc-dfp.exp
1832 * gdb.arch/s390-tdbregs.exp
1833 * gdb.arch/spu-info.exp
1834 * gdb.arch/spu-ls.exp
1835 * gdb.arch/thumb-bx-pc.exp
1836 * gdb.base/advance.exp
1837 * gdb.base/annota-input-while-running.exp
1838 * gdb.base/arrayidx.exp
1839 * gdb.base/asmlabel.exp
1840 * gdb.base/async.exp
1841 * gdb.base/attach-wait-input.exp
1842 * gdb.base/auto-connect-native-target.exp
1843 * gdb.base/batch-preserve-term-settings.exp
1844 * gdb.base/bfp-test.exp
1845 * gdb.base/bigcore.exp
1846 * gdb.base/bp-permanent.exp
1847 * gdb.base/break-always.exp
1848 * gdb.base/break-fun-addr.exp
1849 * gdb.base/break-idempotent.exp
1850 * gdb.base/break-main-file-remove-fail.exp
1851 * gdb.base/break-probes.exp
1852 * gdb.base/break-unload-file.exp
1853 * gdb.base/break.exp
1854 * gdb.base/call-ar-st.exp
1855 * gdb.base/call-rt-st.exp
1856 * gdb.base/call-sc.exp
1857 * gdb.base/call-signal-resume.exp
1858 * gdb.base/call-strs.exp
1859 * gdb.base/callexit.exp
1860 * gdb.base/callfuncs.exp
1861 * gdb.base/catch-gdb-caused-signals.exp
1862 * gdb.base/catch-signal-siginfo-cond.exp
1863 * gdb.base/catch-syscall.exp
1864 * gdb.base/compare-sections.exp
1865 * gdb.base/cond-eval-mode.exp
1866 * gdb.base/condbreak-call-false.exp
1867 * gdb.base/consecutive-step-over.exp
1868 * gdb.base/cursal.exp
1869 * gdb.base/disabled-location.exp
1870 * gdb.base/disasm-end-cu.exp
1871 * gdb.base/display.exp
1872 * gdb.base/double-prompt-target-event-error.exp
1873 * gdb.base/dprintf-bp-same-addr.exp
1874 * gdb.base/dprintf-detach.exp
1875 * gdb.base/dprintf-next.exp
1876 * gdb.base/dprintf-non-stop.exp
1877 * gdb.base/dprintf-pending.exp
1878 * gdb.base/dso2dso.exp
1879 * gdb.base/ending-run.exp
1880 * gdb.base/enum_cond.exp
1881 * gdb.base/examine-backward.exp
1882 * gdb.base/exe-lock.exp
1883 * gdb.base/exec-invalid-sysroot.exp
1884 * gdb.base/execl-update-breakpoints.exp
1885 * gdb.base/execution-termios.exp
1886 * gdb.base/fileio.exp
1887 * gdb.base/fixsection.exp
1888 * gdb.base/foll-exec-mode.exp
1889 * gdb.base/foll-exec.exp
1890 * gdb.base/fork-running-state.exp
1891 * gdb.base/frame-args.exp
1892 * gdb.base/fullpath-expand.exp
1893 * gdb.base/func-ptr.exp
1894 * gdb.base/gcore-relro-pie.exp
1895 * gdb.base/gdb1090.exp
1896 * gdb.base/gdb1555.exp
1897 * gdb.base/global-var-nested-by-dso.exp
1898 * gdb.base/gnu-ifunc.exp
1899 * gdb.base/hbreak-in-shr-unsupported.exp
1900 * gdb.base/hbreak-unmapped.exp
1901 * gdb.base/hook-stop.exp
1902 * gdb.base/infcall-input.exp
1903 * gdb.base/info-fun.exp
1904 * gdb.base/info-shared.exp
1905 * gdb.base/interrupt-noterm.exp
1906 * gdb.base/jit-so.exp
1907 * gdb.base/jit.exp
1908 * gdb.base/line-symtabs.exp
1909 * gdb.base/list.exp
1910 * gdb.base/longjmp.exp
1911 * gdb.base/macscp.exp
1912 * gdb.base/max-value-size.exp
1913 * gdb.base/nodebug.exp
1914 * gdb.base/nofield.exp
1915 * gdb.base/overlays.exp
1916 * gdb.base/paginate-after-ctrl-c-running.exp
1917 * gdb.base/paginate-bg-execution.exp
1918 * gdb.base/paginate-inferior-exit.exp
1919 * gdb.base/pending.exp
1920 * gdb.base/pr11022.exp
1921 * gdb.base/printcmds.exp
1922 * gdb.base/ptr-typedef.exp
1923 * gdb.base/ptype.exp
1924 * gdb.base/randomize.exp
1925 * gdb.base/range-stepping.exp
1926 * gdb.base/realname-expand.exp
1927 * gdb.base/relativedebug.exp
1928 * gdb.base/remote.exp
1929 * gdb.base/savedregs.exp
1930 * gdb.base/sepdebug.exp
1931 * gdb.base/set-noassign.exp
1932 * gdb.base/shlib-call.exp
1933 * gdb.base/shreloc.exp
1934 * gdb.base/sigaltstack.exp
1935 * gdb.base/sigbpt.exp
1936 * gdb.base/siginfo-addr.exp
1937 * gdb.base/siginfo-obj.exp
1938 * gdb.base/siginfo-thread.exp
1939 * gdb.base/signest.exp
1940 * gdb.base/signull.exp
1941 * gdb.base/sigrepeat.exp
1942 * gdb.base/skip.exp
1943 * gdb.base/so-impl-ld.exp
1944 * gdb.base/solib-corrupted.exp
1945 * gdb.base/solib-disc.exp
1946 * gdb.base/solib-display.exp
1947 * gdb.base/solib-overlap.exp
1948 * gdb.base/solib-search.exp
1949 * gdb.base/solib-symbol.exp
1950 * gdb.base/source-execution.exp
1951 * gdb.base/sss-bp-on-user-bp-2.exp
1952 * gdb.base/sss-bp-on-user-bp.exp
1953 * gdb.base/stack-checking.exp
1954 * gdb.base/stale-infcall.exp
1955 * gdb.base/step-break.exp
1956 * gdb.base/step-line.exp
1957 * gdb.base/step-over-exit.exp
1958 * gdb.base/step-test.exp
1959 * gdb.base/structs.exp
1960 * gdb.base/sym-file.exp
1961 * gdb.base/symtab-search-order.exp
1962 * gdb.base/term.exp
1963 * gdb.base/type-opaque.exp
1964 * gdb.base/unload.exp
1965 * gdb.base/until-nodebug.exp
1966 * gdb.base/until.exp
1967 * gdb.base/unwindonsignal.exp
1968 * gdb.base/watch-cond.exp
1969 * gdb.base/watch-non-mem.exp
1970 * gdb.base/watch_thread_num.exp
1971 * gdb.base/watchpoint-reuse-slot.exp
1972 * gdb.base/watchpoint-solib.exp
1973 * gdb.base/watchpoint.exp
1974 * gdb.btrace/dlopen.exp
1975 * gdb.cell/arch.exp
1976 * gdb.cell/break.exp
1977 * gdb.cell/bt.exp
1978 * gdb.cell/core.exp
1979 * gdb.cell/data.exp
1980 * gdb.cell/dwarfaddr.exp
1981 * gdb.cell/ea-cache.exp
1982 * gdb.cell/ea-standalone.exp
1983 * gdb.cell/ea-test.exp
1984 * gdb.cell/f-regs.exp
1985 * gdb.cell/fork.exp
1986 * gdb.cell/gcore.exp
1987 * gdb.cell/mem-access.exp
1988 * gdb.cell/ptype.exp
1989 * gdb.cell/registers.exp
1990 * gdb.cell/sizeof.exp
1991 * gdb.cell/solib-symbol.exp
1992 * gdb.cell/solib.exp
1993 * gdb.compile/compile-tls.exp
1994 * gdb.cp/exception.exp
1995 * gdb.cp/gdb2495.exp
1996 * gdb.cp/local.exp
1997 * gdb.cp/mb-inline.exp
1998 * gdb.cp/mb-templates.exp
1999 * gdb.cp/pr10687.exp
2000 * gdb.cp/pr9167.exp
2001 * gdb.cp/scope-err.exp
2002 * gdb.cp/templates.exp
2003 * gdb.cp/virtfunc.exp
2004 * gdb.dwarf2/dw2-dir-file-name.exp
2005 * gdb.dwarf2/dw2-single-line-discriminators.exp
2006 * gdb.fortran/complex.exp
2007 * gdb.fortran/library-module.exp
2008 * gdb.guile/guile.exp
2009 * gdb.guile/scm-cmd.exp
2010 * gdb.guile/scm-frame-inline.exp
2011 * gdb.guile/scm-objfile.exp
2012 * gdb.guile/scm-pretty-print.exp
2013 * gdb.guile/scm-symbol.exp
2014 * gdb.guile/scm-type.exp
2015 * gdb.guile/scm-value.exp
2016 * gdb.linespec/keywords.exp
2017 * gdb.linespec/ls-errs.exp
2018 * gdb.linespec/macro-relative.exp
2019 * gdb.linespec/thread.exp
2020 * gdb.mi/mi-breakpoint-changed.exp
2021 * gdb.mi/mi-dprintf-pending.exp
2022 * gdb.mi/mi-fullname-deleted.exp
2023 * gdb.mi/mi-logging.exp
2024 * gdb.mi/mi-pending.exp
2025 * gdb.mi/mi-solib.exp
2026 * gdb.mi/new-ui-mi-sync.exp
2027 * gdb.mi/user-selected-context-sync.exp
2028 * gdb.multi/dummy-frame-restore.exp
2029 * gdb.multi/multi-arch-exec.exp
2030 * gdb.multi/remove-inferiors.exp
2031 * gdb.multi/watchpoint-multi-exit.exp
2032 * gdb.opt/solib-intra-step.exp
2033 * gdb.perf/backtrace.exp
2034 * gdb.perf/single-step.exp
2035 * gdb.perf/skip-command.exp
2036 * gdb.perf/skip-prologue.exp
2037 * gdb.perf/solib.exp
2038 * gdb.python/lib-types.exp
2039 * gdb.python/py-as-string.exp
2040 * gdb.python/py-bad-printers.exp
2041 * gdb.python/py-block.exp
2042 * gdb.python/py-breakpoint.exp
2043 * gdb.python/py-cmd.exp
2044 * gdb.python/py-events.exp
2045 * gdb.python/py-evthreads.exp
2046 * gdb.python/py-finish-breakpoint.exp
2047 * gdb.python/py-finish-breakpoint2.exp
2048 * gdb.python/py-frame-inline.exp
2049 * gdb.python/py-frame.exp
2050 * gdb.python/py-inferior.exp
2051 * gdb.python/py-infthread.exp
2052 * gdb.python/py-mi.exp
2053 * gdb.python/py-objfile.exp
2054 * gdb.python/py-pp-maint.exp
2055 * gdb.python/py-pp-registration.exp
2056 * gdb.python/py-prettyprint.exp
2057 * gdb.python/py-recurse-unwind.exp
2058 * gdb.python/py-shared.exp
2059 * gdb.python/py-symbol.exp
2060 * gdb.python/py-symtab.exp
2061 * gdb.python/py-template.exp
2062 * gdb.python/py-type.exp
2063 * gdb.python/py-unwind-maint.exp
2064 * gdb.python/py-unwind.exp
2065 * gdb.python/py-value.exp
2066 * gdb.python/python.exp
2067 * gdb.reverse/finish-reverse-bkpt.exp
2068 * gdb.reverse/insn-reverse.exp
2069 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2070 * gdb.reverse/solib-precsave.exp
2071 * gdb.reverse/solib-reverse.exp
2072 * gdb.stabs/gdb11479.exp
2073 * gdb.stabs/weird.exp
2074 * gdb.threads/fork-child-threads.exp
2075 * gdb.threads/fork-plus-threads.exp
2076 * gdb.threads/fork-thread-pending.exp
2077 * gdb.threads/forking-threads-plus-breakpoint.exp
2078 * gdb.threads/hand-call-in-threads.exp
2079 * gdb.threads/interrupted-hand-call.exp
2080 * gdb.threads/linux-dp.exp
2081 * gdb.threads/local-watch-wrong-thread.exp
2082 * gdb.threads/next-while-other-thread-longjmps.exp
2083 * gdb.threads/non-ldr-exit.exp
2084 * gdb.threads/pending-step.exp
2085 * gdb.threads/print-threads.exp
2086 * gdb.threads/process-dies-while-detaching.exp
2087 * gdb.threads/process-dies-while-handling-bp.exp
2088 * gdb.threads/pthreads.exp
2089 * gdb.threads/queue-signal.exp
2090 * gdb.threads/reconnect-signal.exp
2091 * gdb.threads/signal-command-handle-nopass.exp
2092 * gdb.threads/signal-command-multiple-signals-pending.exp
2093 * gdb.threads/signal-delivered-right-thread.exp
2094 * gdb.threads/signal-sigtrap.exp
2095 * gdb.threads/sigthread.exp
2096 * gdb.threads/staticthreads.exp
2097 * gdb.threads/stepi-random-signal.exp
2098 * gdb.threads/thread-unwindonsignal.exp
2099 * gdb.threads/thread_check.exp
2100 * gdb.threads/thread_events.exp
2101 * gdb.threads/tid-reuse.exp
2102 * gdb.threads/tls-nodebug.exp
2103 * gdb.threads/tls-shared.exp
2104 * gdb.threads/tls-so_extern.exp
2105 * gdb.threads/tls.exp
2106 * gdb.threads/wp-replication.exp
2107 * gdb.trace/actions-changed.exp
2108 * gdb.trace/actions.exp
2109 * gdb.trace/backtrace.exp
2110 * gdb.trace/change-loc.exp
2111 * gdb.trace/collection.exp
2112 * gdb.trace/deltrace.exp
2113 * gdb.trace/disconnected-tracing.exp
2114 * gdb.trace/entry-values.exp
2115 * gdb.trace/ftrace-lock.exp
2116 * gdb.trace/ftrace.exp
2117 * gdb.trace/infotrace.exp
2118 * gdb.trace/mi-trace-frame-collected.exp
2119 * gdb.trace/mi-trace-unavailable.exp
2120 * gdb.trace/mi-traceframe-changed.exp
2121 * gdb.trace/mi-tracepoint-changed.exp
2122 * gdb.trace/mi-tsv-changed.exp
2123 * gdb.trace/no-attach-trace.exp
2124 * gdb.trace/packetlen.exp
2125 * gdb.trace/passc-dyn.exp
2126 * gdb.trace/passcount.exp
2127 * gdb.trace/pending.exp
2128 * gdb.trace/pr16508.exp
2129 * gdb.trace/qtro.exp
2130 * gdb.trace/range-stepping.exp
2131 * gdb.trace/read-memory.exp
2132 * gdb.trace/report.exp
2133 * gdb.trace/save-trace.exp
2134 * gdb.trace/signal.exp
2135 * gdb.trace/stap-trace.exp
2136 * gdb.trace/status-stop.exp
2137 * gdb.trace/strace.exp
2138 * gdb.trace/tfile.exp
2139 * gdb.trace/tfind.exp
2140 * gdb.trace/trace-break.exp
2141 * gdb.trace/trace-condition.exp
2142 * gdb.trace/trace-enable-disable.exp
2143 * gdb.trace/trace-mt.exp
2144 * gdb.trace/tracecmd.exp
2145 * gdb.trace/tracefile-pseudo-reg.exp
2146 * gdb.trace/tspeed.exp
2147 * gdb.trace/tstatus.exp
2148 * gdb.trace/tsv.exp
2149 * gdb.trace/unavailable.exp
2150 * gdb.trace/while-dyn.exp
2151 * gdb.trace/while-stepping.exp
2152 * lib/gdb-guile.exp
2153 * lib/gdb.exp
2154 * lib/mi-support.exp
2155 * lib/pascal.exp
2156 * lib/perftest.exp
2157 * lib/prelink-support.exp
2158 * lib/selftest-support.exp
2159
2160 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2161
2162 * Makefile.in: Include disable-implicit-rules.mk.
2163
2164 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2165
2166 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2167 non-byte-aligned bit fields.
2168
2169 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2170
2171 PR gdb/12616
2172 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
2173 respects the DW_AT_data_bit_offset attribute.
2174
2175 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2176
2177 * gdb.base/default.exp: Fix output of "set language".
2178
2179 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2180
2181 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2182 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
2183 make.
2184 * configure.ac: Remove checks for the make program.
2185 * configure: Re-generate.
2186
2187 2016-11-16 Kevin Buettner <kevinb@redhat.com>
2188
2189 * gdb.python/py-recurse-unwind.c (main): Add loop.
2190 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2191 to read_register() and gdb.parse_and_eval(). Make each code
2192 call a separate case that can be individually tested.
2193 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2194 proc. Call cont_and_backtrace for each of the code paths that
2195 we want to test in the unwinder.
2196
2197 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2198
2199 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2200 the definition of struct S.
2201
2202 2016-11-11 Catherine Moore <clm@codesourcery.com>
2203
2204 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2205
2206 2016-11-09 Pedro Alves <palves@redhat.com>
2207
2208 * gdb.base/commands.exp (runto_or_return): New procedure.
2209 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2210 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2211 (progvar_simple_while_test, progvar_complex_if_while_test)
2212 (if_while_breakpoint_command_test)
2213 (infrun_breakpoint_command_test, breakpoint_command_test)
2214 (user_defined_command_test, watchpoint_command_test)
2215 (test_command_prompt_position, redefine_hook_test)
2216 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2217 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2218 multi_line_input and multi_line. Remove gdb_expect and
2219 gdb_stop_suppressing_tests uses.
2220 * lib/gdb.exp (valnum_re): New global.
2221 (multi_line_input): New procedure.
2222
2223 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2224
2225 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2226 Remove.
2227 (test_setup): Define with proc_with_prefix.
2228 (test_cli_inferior): Likewise.
2229 (test_cli_thread): Likewise.
2230 (test_cli_frame): Likewise.
2231 (test_cli_select_frame): Likewise.
2232 (test_cli_up_down): Likewise.
2233 (test_mi_thread_select): Likewise.
2234 (test_mi_stack_select_frame): Likewise.
2235 (test_cli_in_mi_inferior): Likewise.
2236 (test_cli_in_mi_thread): Likewise.
2237 (test_cli_in_mi_frame): Likewise.
2238 (top level): Do not use with_test_prefix_procname.
2239
2240 2016-11-09 Pedro Alves <palves@redhat.com>
2241
2242 * gdb.base/commands.exp (gdbvar_simple_if_test)
2243 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2244 (progvar_simple_if_test, progvar_simple_while_test)
2245 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2246 (infrun_breakpoint_command_test, breakpoint_command_test)
2247 (user_defined_command_test, watchpoint_command_test)
2248 (test_command_prompt_position, deprecated_command_test)
2249 (bp_deleted_in_command, temporary_breakpoint_commands)
2250 (stray_arg0_test, source_file_with_indented_comment)
2251 (recursive_source_test, if_commands_test)
2252 (error_clears_commands_left, redefine_hook_test)
2253 (redefine_backtrace_test): Use proc_with_prefix.
2254 * lib/gdb.exp (proc_with_prefix): New proc.
2255
2256 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2257
2258 * gdb.base/tui-layout.c: New file.
2259 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2260 disassembly window contains very long lines.
2261
2262 2016-11-08 Tom Tromey <tom@tromey.com>
2263
2264 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2265 depend on Python 2.
2266
2267 2016-11-08 Tom Tromey <tom@tromey.com>
2268
2269 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2270 New method.
2271
2272 2016-10-29 Manish Goregaokar <manish@mozilla.com>
2273
2274 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
2275
2276 2016-10-27 Manish Goregaokar <manish@mozilla.com>
2277
2278 * gdb.rust/simple.rs: Add test for univariant enums without
2279 discriminants and for encoded struct-like enums.
2280
2281 2016-10-28 Pedro Alves <palves@redhat.com>
2282
2283 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2284 gdb_test_multiple, tighten regexps and match symtabs and line
2285 tables incrementally.
2286
2287 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
2288
2289 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2290 general.
2291
2292 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
2293
2294 * gdb.base/exec-invalid-sysroot.exp: New file.
2295
2296 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2297
2298 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2299
2300 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2301
2302 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2303
2304 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2305
2306 * gdb.base/killed-outside.exp: Remove $options from a call to
2307 `prepare_for_testing'.
2308
2309 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2310
2311 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2312 Change test message.
2313
2314 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2315
2316 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2317 Update comment.
2318
2319 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2320
2321 * gdb.trace/mi-trace-save.exp: New file.
2322
2323 2016-10-13 Yao Qi <yao.qi@linaro.org>
2324
2325 * gdb.base/code_elim.exp (get_var_address): Remove.
2326 * gdb.base/relocate.exp: Likewise.
2327 * gdb.base/shreloc.exp: Likewise.
2328 * lib/gdb.exp (get_var_address): New.
2329
2330 2016-10-13 Yao Qi <yao.qi@linaro.org>
2331
2332 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2333 floating point tests if $skip_float_test is false.
2334
2335 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
2336
2337 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2338 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2339 argc values.
2340 Add 1 to argc so we guarantee distinct initial/modified argc values.
2341
2342 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2343
2344 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2345
2346 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2347
2348 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2349 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2350 * gdb.arch/vsx-regs.exp: Likewise.
2351
2352 2016-10-07 Yao Qi <yao.qi@linaro.org>
2353
2354 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2355
2356 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2357
2358 * gdb.python/python.exp: Test decode_line("*0").
2359
2360 2016-10-06 Doug Evans <dje@google.com>
2361
2362 * gdb.python/py-value.exp (test_value_creation): Add test for large
2363 unsigned 64-bit value.
2364
2365 2016-10-06 Tom Tromey <tom@tromey.com>
2366
2367 * gdb.compile/compile.exp: Change java tests to rust.
2368 * gdb.base/setshow.exp: Change java tests to rust.
2369 * gdb.base/default.exp: Remove java from language list.
2370 * README (Examples): Update language example.
2371 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2372 test.
2373 * lib/gdb.exp (skip_java_tests): Remove.
2374 * lib/java.exp: Remove.
2375 * gdb.java: Remove.
2376
2377 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2378
2379 * gdb.arch/mips-fcr.exp: New test.
2380 * gdb.arch/mips-fcr.c: Source for the new test.
2381
2382 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2383
2384 * gdb.base/solib-disc.exp: Use `standard_output_file'
2385 throughout.
2386
2387 2016-10-06 Pedro Alves <palves@redhat.com>
2388
2389 * gdb.base/jit-simple-dl.c: New file.
2390 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2391 * gdb.base/jit-simple.c: ... this.
2392 * gdb.base/jit-simple.exp (jit_run): Delete.
2393 (build_jit): New proc.
2394 (jit_test_reread): Recompile either the main program or the shared
2395 library, depending on what is being tested. Skip changing address
2396 if caller wants to. Compare before/after addresses. If testing
2397 standalone, explicitly load the binary. Test "maint info
2398 breakpoints".
2399 (top level): Add "standalone vs shared lib" and "change address"
2400 vs "same address" axes.
2401
2402 2016-10-06 Pedro Alves <palves@redhat.com>
2403
2404 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2405 call.
2406 (jit_run): Delete.
2407 (jit_test_reread): Use with_test_prefix. Reload the main binary
2408 explicitly. Compare the before/after addresses of the JIT
2409 descriptor.
2410
2411 2016-08-15 Doug Evans <dje@google.com>
2412
2413 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2414 for single bitfields is bool.
2415 * gdb.xml/tdesc-regs.exp: Ditto.
2416
2417 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2418
2419 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2420
2421 2016-10-05 Yao Qi <yao.qi@linaro.org>
2422
2423 * lib/gdb.exp (support_complex_tests): Return zero if
2424 gdb_skip_float_test return true.
2425
2426 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2427 Simon Marchi <simon.marchi@ericsson.com>
2428
2429 PR gdb/20487
2430 * gdb.mi/user-selected-context-sync.exp: New file.
2431 * gdb.mi/user-selected-context-sync.c: New file.
2432
2433 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2434 Simon Marchi <simon.marchi@ericsson.com>
2435
2436 PR gdb/20487
2437 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2438 =thread-select-event check.
2439
2440 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2441
2442 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2443 the compulsory L operand changes.
2444 * gdb.arch/powerpc-power.s: Likewise.
2445
2446 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2447
2448 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2449 * gdb.base/jit-attach-pie.c: New file.
2450 * gdb.base/jit-attach-pie.exp: New file.
2451
2452 2016-09-28 Pedro Alves <palves@redhat.com>
2453
2454 * gdb.base/infcall-input.c: New file.
2455 * gdb.base/infcall-input.exp: New file.
2456
2457 2016-09-22 Yao Qi <yao.qi@linaro.org>
2458
2459 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2460 (gdb_exit): Rename it to ...
2461 (gdbserver_gdb_exit): ... Close GDBserver.
2462 (gdb_exit): New proc, call gdbserver_gdb_exit.
2463 (mi_gdb_exit): Likewise.
2464
2465 2016-09-22 Yao Qi <yao.qi@linaro.org>
2466
2467 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2468 path.
2469 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2470 Remove duplication.
2471
2472 2016-09-22 Yao Qi <yao.qi@linaro.org>
2473
2474 * lib/gdbserver-support.exp: Check the existence of
2475 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2476
2477 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2478
2479 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2480
2481 2016-09-21 Tom Tromey <tom@tromey.com>
2482
2483 PR gdb/20604:
2484 * gdb.base/quit.exp: New file.
2485
2486 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2487
2488 * .gitignore: New file.
2489
2490 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2491
2492 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2493 throughout.
2494
2495 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2496
2497 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2498
2499 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2500
2501 * gdb.cp/casts.cc (decltype): Move it ...
2502 (main): ... with its call to ...
2503 * gdb.cp/casts03.cc: ... a new file.
2504 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2505
2506 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2507
2508 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2509
2510 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
2511
2512 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2513 and sync up the test with tests in gas/testsuite/gas/ppc.
2514 * gdb.arch/powerpc-power.exp: Likewise.
2515
2516 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2517
2518 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2519
2520 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
2521 Jan Kratochvil <jan.kratochvil@redhat.com>
2522
2523 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2524 make m1's definition to be different from m2's. Use 'dummy' as an
2525 argument for probe 'two'.
2526
2527 2016-09-10 Jon Beniston <jon@beniston.com>
2528
2529 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2530 for sim target.
2531
2532 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2533
2534 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2535 variable declaration.
2536 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
2537 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2538 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2539 received HWCAP as its argument.
2540
2541 2016-09-06 Pedro Alves <palves@redhat.com>
2542
2543 * gdb.base/new-ui-pending-input.c: New file.
2544 * gdb.base/new-ui-pending-input.exp: New file.
2545 * gdb.exp (clear_gdb_spawn_id): New procedure.
2546 (with_spawn_id): Check whether gdb_spawn_id exists before
2547 referencing it. If gdb_spawn_id didn't exist on entry, clear it
2548 on exit.
2549
2550 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2551
2552 * gdb.base/float128.c: New file.
2553 * gdb.base/float128.exp: Likewise.
2554 * gdb.base/floatn.c: Likewise.
2555 * gdb.base/floatn.exp: Likewise.
2556
2557 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2558
2559 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2560
2561 2016-09-05 Pedro Alves <palves@redhat.com>
2562
2563 PR backtrace/19927
2564 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2565 unwinders are immediately called as side effect of "source" or
2566 "disable unwinder" commands.
2567 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2568
2569 2016-09-02 Yao Qi <yao.qi@linaro.org>
2570
2571 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2572 is true and $type is "float" or "double".
2573
2574 2016-09-02 Yao Qi <yao.qi@linaro.org>
2575
2576 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2577 true.
2578 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2579 * gdb.base/call-rt-st.exp: Likewise.
2580 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2581 return value instead of gdb,skip_float_test.
2582 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2583 (do_function_calls): Use its return value instead of
2584 gdb,skip_float_test.
2585 * gdb.base/finish.exp: Likewise.
2586 * gdb.base/funcargs.exp: Likewise.
2587 * gdb.base/return.exp: Likewise.
2588 * gdb.base/return2.exp: Likewise.
2589 * gdb.base/varargs.exp: Likewise.
2590 * lib/gdb.exp (gdb_skip_float_test): Change it to
2591 gdb_caching_proc. Detect the broken ptrace on arm-linux.
2592
2593 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2594
2595 * gdb.multi/tids.exp: Test "thread apply all".
2596
2597 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2598
2599 * gdb.base/default.exp (tty): Remove.
2600
2601 2016-08-24 Kevin Buettner <kevinb@redhat.com>
2602
2603 * gdb.python/py-recurse-unwind.c: New file.
2604 * gdb.python/py-recurse-unwind.py: New file.
2605 * gdb.python/py-recurse-unwind.exp: New file.
2606
2607 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2608
2609 * gdb.base/set-inferior-tty.exp: New file.
2610 * gdb.base/set-inferior-tty.c: New file.
2611
2612 2016-08-23 Pedro Alves <palves@redhat.com>
2613
2614 PR gdb/20494
2615 * gdb.base/new-ui-echo.c: New file.
2616 * gdb.base/new-ui-echo.exp: New file.
2617
2618 2016-08-23 Yao Qi <yao.qi@linaro.org>
2619
2620 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2621 gdbserver_spawn.
2622 * gdb.server/connect-without-multi-process.exp (do_test):
2623 Likewise.
2624
2625 2016-08-23 Yao Qi <yao.qi@linaro.org>
2626
2627 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2628 standalone_txt. Delete gdb_txt and standalone_txt on host
2629 and target. Spawn the binary on target. Copy files from
2630 target to host.
2631
2632 2016-08-22 Pedro Alves <palves@redhat.com>
2633
2634 PR gdb/20505
2635 * gdb.base/vdso-warning.exp: Test core dumps too. Use
2636 with_test_prefix. Factor out bits to ...
2637 (test_no_vdso): ... this new procedure.
2638
2639 2016-08-19 Carl Love <cel@us.ibm.com>
2640
2641 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2642 maintaining separate logic for constructing the output path.
2643 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2644 * gdb.arch/ppc-dfp.exp: Likewise.
2645 * gdb.arch/ppc-fp.exp: Likewise.
2646 * gdb.arch/vsx-regs.exp: Likewise.
2647 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2648 binprefix for generating the additional binary files.
2649
2650 2016-08-19 Pedro Alves <palves@redhat.com>
2651
2652 * gdb.trace/mi-trace-frame-collected.exp
2653 (test_trace_frame_collected): On x32, expect two registers.
2654
2655 2016-08-18 Carl Love <cel@us.ibm.com>
2656
2657 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2658 and sync up the test with tests in gas/testsuite/gas/ppc.
2659 * gdb.arch/powerpc-power.exp: Likewise.
2660
2661 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2662
2663 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2664 expected error message.
2665
2666 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2667
2668 * gdb.multi/remove-inferiors.exp: New file.
2669 * gdb.multi/remove-inferiors.c: New file.
2670
2671 2016-08-12 Yao Qi <yao.qi@linaro.org>
2672
2673 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
2674 argument list.
2675
2676 2016-08-10 Pedro Alves <palves@redhat.com>
2677
2678 PR gdb/19187
2679 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
2680 setup_kfails.
2681
2682 2016-08-09 Pedro Alves <palves@redhat.com>
2683 Simon Marchi <simon.marchi@ericsson.com>
2684
2685 PR gdb/20418
2686 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
2687 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
2688
2689 2016-08-09 Pedro Alves <palves@redhat.com>
2690
2691 PR mi/20431
2692 * gdb.mi/mi-cmd-error.exp: New file.
2693
2694 2016-08-09 Pedro Alves <palves@redhat.com>
2695
2696 PR gdb/18653
2697 * gdb.base/signals-state-child.c: New file.
2698 * gdb.base/signals-state-child.exp: New file.
2699 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
2700
2701 2016-08-09 Pedro Alves <palves@redhat.com>
2702
2703 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
2704
2705 2016-08-03 Tom Tromey <tom@tromey.com>
2706
2707 PR python/18565:
2708 * gdb.python/py-frame-inline.exp: Add Frame.function test.
2709
2710 2016-08-01 Yao Qi <yao.qi@linaro.org>
2711
2712 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
2713 variable mode to "multi-process" if $multi_process is 1, otherwise
2714 set it to "single-process".
2715
2716 2016-08-01 Yao Qi <yao.qi@linaro.org>
2717
2718 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
2719 * gdb.cp/cpexprs.exp: Likewise.
2720 * gdb.cp/m-static.exp: Likewise.
2721
2722 2016-07-26 Tom Tromey <tom@tromey.com>
2723
2724 PR python/20190:
2725 * gdb.threads/tls.exp (check_thread_local): Add python symbol
2726 test.
2727
2728 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
2729
2730 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
2731 selecting assembly source files.
2732 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
2733 assembly source files.
2734 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
2735 assembly source files.
2736 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
2737 selecting assembly source files.
2738
2739 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
2740
2741 * gdb.base/new-ui.exp (do_test_invalid_args): New
2742 procedure.
2743
2744 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
2745
2746 * gdb.btrace/reconnect.c: New file.
2747 * gdb.btrace/reconnect.exp: New file.
2748
2749 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
2750
2751 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
2752 to test_catch_syscall_group.
2753 (test_catch_syscall_group): New.
2754
2755 2016-07-21 Tom Tromey <tom@tromey.com>
2756
2757 * gdb.rust/simple.rs (main): Use empty struct expression.
2758 * gdb.rust/simple.exp: Add tests for empty struct expression.
2759
2760 2016-07-21 Yao Qi <yao.qi@linaro.org>
2761
2762 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
2763 if gdb_skip_xml_test is true on some targets.
2764
2765 2016-07-21 Yao Qi <yao.qi@linaro.org>
2766
2767 * gdb.server/solib-list.exp: Unset last_loaded_file.
2768
2769 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2770
2771 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
2772 "step into captured_main (args)".
2773
2774 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2775
2776 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
2777
2778 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2779
2780 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
2781
2782 2016-07-19 Pedro Alves <palves@redhat.com>
2783
2784 * gdb.opt/inline-break.exp: Remove optimize=-O2.
2785 * gdb.opt/inline-bt.exp: Likewise.
2786 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
2787 additional_flags=-Winline.
2788 * gdb.opt/inline-locals.exp: Likewise.
2789 * gdb.opt/inline-markers.c (ATTR): Define.
2790 (inlined_fn): Use it.
2791
2792 2016-07-19 Yao Qi <yao.qi@linaro.org>
2793
2794 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
2795 (test_with_self): Remove some code. Remove argument executable.
2796 (top-level): Use do_self_tests.
2797
2798 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
2799 Don Breazeal <donb@codesourcery.com>
2800
2801 * gdb.base/maint.exp: Escape paths used in regular expressions.
2802 * gdb.stabs/weird.exp: Likewise.
2803
2804 2016-07-13 Tom Tromey <tom@tromey.com>
2805
2806 PR python/15620, PR python/18620:
2807 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
2808 (test_bkpt_events): New procs.
2809
2810 2016-07-13 Tom Tromey <tom@tromey.com>
2811
2812 PR python/17698:
2813 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
2814 test.
2815 (test_watchpoints): Likewise.
2816 (test_bkpt_pending): New proc.
2817
2818 2016-07-13 Tom Tromey <tom@tromey.com>
2819
2820 PR cli/18053:
2821 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
2822 completion test.
2823
2824 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2825
2826 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
2827 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
2828 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
2829 f_label.
2830 (g): Rename g_end_lbl to g_label.
2831 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
2832 low_pc and high_pc.
2833 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
2834
2835 2016-07-12 Tom Tromey <tom@tromey.com>
2836
2837 PR python/19293:
2838 * gdb.python/py-unwind-maint.exp: Update tests.
2839
2840 2016-07-12 Yao Qi <yao.qi@linaro.org>
2841
2842 * lib/selftest-support.exp (selftest_setup): Match the output
2843 when captured_main is inlined.
2844
2845 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
2846
2847 * gdb.fortran/derived-types.exp (result_line, result_line_2):
2848 New variables.
2849 (print this%a, print this%b, print this): New tests.
2850 * gdb.fortran/derived-types.f90 (this): New object and
2851 initialization.
2852
2853 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2854
2855 * gdb.ada/arraydim.exp: Remove extra directory level in build
2856 directory.
2857
2858 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2859
2860 * lib/ada.exp: Remove extra directory level in build directory.
2861 * gdb.ada/cond_lang.exp: Likewise.
2862 * gdb.ada/exec_changed.exp: Likewise.
2863 * gdb.ada/lang_switch.exp: Likewise.
2864
2865 2016-07-06 Manish Goregaokar <manish@mozilla.com>
2866
2867 * simple.rs: Add test for raw pointer subscripting.
2868 * simple.exp: Add test expectations.
2869
2870 2016-07-05 Yao Qi <yao.qi@linaro.org>
2871
2872 * gdb.mi/mi-reverse.exp: Match =record-started output.
2873
2874 2016-07-01 Pedro Alves <palves@redhat.com>
2875
2876 * gdb.base/jit-reader.exp (info_registers_current_frame): New
2877 procedure.
2878 (jit_reader_test): Test the jit reader's unwinder.
2879 * gdb.base/jithost.c (jit_function_00_code): New global.
2880 (main): Use memcpy to fill in the mmapped code, instead of poking
2881 bytes manually here.
2882 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
2883 value.
2884 (read_debug_info): Save the function's range.
2885 (read_sp): New function.
2886 (unwind_frame): Use it. Also unwind RBP.
2887 (get_frame_id): Use read_sp.
2888 (gdb_init_reader): Use calloc instead of malloc.
2889 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
2890 parameter. Use gdb_test_multiple.
2891
2892 2016-07-01 Pedro Alves <palves@redhat.com>
2893 Antoine Tremblay <antoine.tremblay@ericsson.com>
2894
2895 * gdb.threads/process-dies-while-detaching.c: New file.
2896 * gdb.threads/process-dies-while-detaching.exp: New file.
2897
2898 2016-07-01 Pedro Alves <palves@redhat.com>
2899
2900 * gdb.multi/watchpoint-multi-exit.c: New file.
2901 * gdb.multi/watchpoint-multi-exit.exp: New file.
2902
2903 2016-06-30 Pedro Alves <palves@redhat.com>
2904
2905 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
2906 unset inferior_spawn_id.
2907
2908 2016-06-30 Pedro Alves <palves@redhat.com>
2909
2910 * lib/mi-support.exp (default_mi_gdb_start): Declare global
2911 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
2912
2913 2016-06-29 Yao Qi <yao.qi@linaro.org>
2914
2915 * gdb.base/return.c: Add copyright header.
2916
2917 2016-06-29 Tom Tromey <tom@tromey.com>
2918
2919 PR python/20129:
2920 * gdb.python/py-framefilter.exp: Add tests for setting priority
2921 and disabling of non-existent frame filter.
2922
2923 2016-06-29 Yao Qi <yao.qi@linaro.org>
2924
2925 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
2926 0x0f07ff.
2927
2928 2016-06-28 Yao Qi <yao.qi@linaro.org>
2929
2930 * gdb.base/catch-syscall.exp: Remove check on isnative and target
2931 triplets. Start gdb, execute catch syscall, and continue. Check
2932 gdb's output to determine catch syscall is supported.
2933
2934 2016-06-27 Manish Goregaokar <manish@mozilla.com>
2935
2936 * gdb.rust/simple.rs: Add test for returning unit in a function.
2937 * gdb.rust/simple.exp: Add expectation for functions returning
2938 unit.
2939
2940 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
2941
2942 * gdb.python/py-breakpoint-create-fail.c,
2943 gdb.python/py-breakpoint-create-fail.exp,
2944 gdb.python/py-breakpoint-create-fail.py: New testcase.
2945
2946 2016-06-25 Manish Goregaokar <manish@mozilla.com>
2947
2948 PR gdb/20239
2949 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
2950 * gdb.rust/simple.exp: Add test expectations for new NonZero
2951 tests.
2952
2953 2016-06-24 David Taylor <dtaylor@emc.com>
2954
2955 * gdb.base/offsets.exp: New file.
2956 * gdb.base/offsets.c: New file.
2957
2958 2016-06-23 Tom Tromey <tom@tromey.com>
2959
2960 PR gdb/16483:
2961 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
2962 before any filters are loaded.
2963
2964 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
2965
2966 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
2967 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
2968 structs.
2969 * gdb.fortran/derived-type-function.exp: New file.
2970 * gdb.fortran/derived-type-function.f90: New file.
2971
2972
2973 2016-06-21 Pedro Alves <palves@redhat.com>
2974
2975 * gdb.base/new-ui.exp: New file.
2976 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
2977 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
2978 (with_spawn_id): New procedure.
2979
2980 2016-06-21 Pedro Alves <palves@redhat.com>
2981
2982 * gdb.mi/mi-exec-run.exp: New file.
2983
2984 2016-06-21 Pedro Alves <palves@redhat.com>
2985
2986 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
2987 breakpoint command's output on the main UI.
2988 (test_break): New procedure, factored out from calls in the top
2989 level.
2990 (top level): Use foreach_with_prefix to test MI as main UI and as
2991 separate UI.
2992
2993 2016-06-21 Pedro Alves <palves@redhat.com>
2994
2995 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
2996 (test_awatch_creation_and_listing)
2997 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
2998 Remove 'type' parameter.
2999 (test_watchpoint_all): New parameter mi_mode. Remove
3000 with_test_prefix.
3001 (top level): Use foreach_with_prefix, and add main/separate UI MI
3002 testing axis.
3003
3004 2016-06-21 Pedro Alves <palves@redhat.com>
3005
3006 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
3007 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
3008 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
3009 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
3010 (gdb_main_spawn_id, mi_spawn_id): Declare and
3011 comment.
3012 (mi_create_inferior_pty): New procedure,
3013 factored out from default_mi_gdb_start.
3014 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
3015 procedures.
3016 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
3017 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
3018 Use mi_create_inferior_pty.
3019 (mi_gdb_start): Use eval to pass down args list.
3020
3021 2016-06-21 Pedro Alves <palves@redhat.com>
3022
3023 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
3024 * gdb.opt/inline-cmds.exp: Add MI tests.
3025
3026 2016-06-21 Pedro Alves <palves@redhat.com>
3027
3028 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
3029
3030 2016-06-21 Pedro Alves <palves@redhat.com>
3031
3032 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
3033 (top level): Use it instead of mi_execute_to.
3034
3035 2016-06-21 Pedro Alves <palves@redhat.com>
3036
3037 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
3038 (cont_handler_str): New.
3039 (signal_stop_handler): Set stop_handler_str instead of printing to
3040 stdout.
3041 (continue_handler): Set cont_handler_str instead of printing to
3042 stdout.
3043 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
3044 mi_send_resuming_command. Print stop_handler_str and
3045 cont_handler_str instead of expecting the python events print
3046 directly.
3047
3048 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3049
3050 * gdb.base/jit-reader.exp: New file.
3051 * gdb.base/jithost.c: New file.
3052 * gdb.base/jithost.h: New file.
3053 * gdb.base/jitreader.c : New file.
3054 * gdb.base/jit-protocol.h: New file.
3055
3056 2016-06-17 Yao Qi <yao.qi@linaro.org>
3057
3058 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
3059 parameters follow_fork and detach_on_fork. Set follow-fork-mode
3060 and detach-on-fork. Adjust tests.
3061 (top level): Invoke break_cond_on_syscall with combinations of
3062 syscall, follow-fork-mode and detach-on-fork.
3063
3064 2016-06-17 Yao Qi <yao.qi@linaro.org>
3065
3066 * gdb.base/step-over-exit.c: New.
3067 * gdb.base/step-over-exit.exp: New.
3068
3069 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
3070
3071 * gdb.base/float.exp: Add target check for nds32*-*-*.
3072 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
3073
3074 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
3075
3076 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
3077 for unsupported target features.
3078 * gdb.base/call-rt-st.exp: Likewise.
3079 * gdb.base/call-sc.exp: Likewise.
3080 * gdb.base/call-signal-resume.exp: Likewise.
3081 * gdb.base/call-strs.exp: Likewise.
3082 * gdb.base/callexit.exp: Likewise.
3083 * gdb.base/callfuncs.exp: Likewise.
3084 * gdb.base/nodebug.exp: Likewise.
3085 * gdb.base/printcmds.exp: Likewise.
3086 * gdb.base/ptype.exp: Likewise.
3087 * gdb.base/structs.exp: Likewise.
3088 * gdb.base/unwindonsignal.exp: Likewise.
3089 * gdb.cp/gdb2495.exp: Likewise.
3090 * gdb.cp/templates.exp: Likewise.
3091 * gdb.cp/virtfunc.exp: Likewise.
3092 * gdb.threads/hand-call-in-threads.exp: Likewise.
3093 * gdb.threads/interrupted-hand-call.exp: Likewise.
3094 * gdb.threads/thread-unwindonsignal.exp: Likewise.
3095
3096 2016-06-10 Tom Tromey <tom@tromey.com>
3097
3098 PR rust/20110:
3099 * gdb.rust/expr.exp: Add test for integer constant larger than
3100 i32.
3101
3102 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
3103
3104 * gdb.fortran/nested-funcs.exp: New.
3105 * gdb.fortran/nested-funcs.f90: New.
3106
3107 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
3108
3109 * gdb.base/examine-backward.c: New file.
3110 * gdb.base/examine-backward.exp: New file.
3111
3112 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
3113
3114 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3115 matching.
3116
3117 2016-06-02 Tom Tromey <tom@tromey.com>
3118
3119 PR python/18984:
3120 * gdb.python/py-shared.exp: Add solib_name test.
3121
3122 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
3123
3124 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
3125
3126 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
3127
3128 PR c++/19893
3129 * gdb.dwarf2/implref.exp: Rename to...
3130 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
3131 * gdb.dwarf2/implref-array.c: New file.
3132 * gdb.dwarf2/implref-array.exp: Likewise.
3133 * gdb.dwarf2/implref-global.c: Likewise.
3134 * gdb.dwarf2/implref-global.exp: Likewise.
3135 * gdb.dwarf2/implref-struct.c: Likewise.
3136 * gdb.dwarf2/implref-struct.exp: Likewise.
3137
3138 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3139
3140 * gdb.trace/trace-condition.exp: Add 64bit tests.
3141
3142 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3143
3144 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3145 bits types.
3146 (main): Adapt to 8 to 64 bits types.
3147 * gdb.trace/trace-condition.exp: Add new tests.
3148
3149 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3150
3151 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3152
3153 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3154
3155 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3156 Move condition tests...
3157 * gdb.trace/trace-condition.exp: Here.
3158
3159 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3160
3161 * gdb.trace/trace-condition.exp: Add counter-case tests.
3162
3163 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3164
3165 PR c++/15231
3166 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3167 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3168
3169 2016-05-27 Pedro Alves <palves@redhat.com>
3170
3171 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3172 New procedure.
3173 (top level): Call it, and bail out of DejaGnu is known to be bad.
3174
3175 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
3176
3177 * gdb.base/whatis.c: Extend the test case.
3178 * gdb.base/whatis.exp: Add additional tests.
3179
3180 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3181
3182 * gdb.fortran/type.f90: Add pointer variable.
3183 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3184
3185 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3186
3187 * gdb.fortran/vla-type.exp: Fix testcase name.
3188
3189 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3190
3191 * gdb.fortran/vla-type.exp: Access elements in nested structs.
3192
3193 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3194
3195 * gdb.fortran/type.f90: Add nested structures.
3196 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3197 * gdb.fortran/derived-type.exp: Adapt expected output.
3198 * gdb.fortran/vla-type.exp: Adapt expected output.
3199
3200 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3201
3202 * gdb.fortran/whatis_type.exp: Adapt expected output.
3203
3204 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3205
3206 * gdb.fortran/print_type.exp: Fix expected output.
3207 * gdb.fortran/whatis_type.exp: Fix expected output.
3208
3209 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3210
3211 * gdb.fortran/whatis_type.exp: Use multi_line.
3212
3213 2016-05-24 Tom Tromey <tom@tromey.com>
3214
3215 PR python/17386:
3216 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3217 use value as an index.
3218
3219 2016-05-23 Tom Tromey <tom@tromey.com>
3220
3221 PR python/17981:
3222 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3223 no-breakpoint case.
3224
3225 2016-05-24 Pedro Alves <palves@redhat.com>
3226
3227 PR gdb/19828
3228 * gdb.threads/clone-attach-detach.c: New file.
3229 * gdb.threads/clone-attach-detach.exp: New file.
3230
3231 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3232
3233 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3234
3235 2016-05-23 Tom Tromey <tom@tromey.com>
3236
3237 PR python/19438, PR python/18393:
3238 * gdb.python/py-progspace.exp: Add "dir" test.
3239 * gdb.python/py-objfile.exp: Add "dir" test.
3240
3241 2016-05-23 Yao Qi <yao.qi@linaro.org>
3242
3243 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3244 * gdb.arch/thumb2-it.exp: Likewise.
3245
3246 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3247
3248 * gdb.mi/mi-threads-interrupt.c: New file.
3249 * gdb.mi/mi-threads-interrupt.exp: New file.
3250
3251 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3252
3253 PR gdb/18077
3254 * gdb.mi/mi-async-run.exp: New file.
3255 * gdb.mi/mi-async-run.c: New file.
3256
3257 2016-05-17 Tom Tromey <tom@tromey.com>
3258 Manish Goregaokar <manishsmail@gmail.com>
3259
3260 * lib/rust-support.exp: New file.
3261 * lib/gdb.exp (skip_rust_tests): New proc.
3262 (build_executable_from_specs): Handle rust.
3263 * lib/future.exp (gdb_find_rustc): New proc.
3264 (gdb_default_target_compile): Handle rust.
3265 * gdb.rust/expr.exp: New file.
3266 * gdb.rust/generics.exp: New file.
3267 * gdb.rust/generics.rs: New file.
3268 * gdb.rust/methods.exp: New file.
3269 * gdb.rust/methods.rs: New file.
3270 * gdb.rust/modules.exp: New file.
3271 * gdb.rust/modules.rs: New file.
3272 * gdb.rust/simple.exp: New file.
3273 * gdb.rust/simple.rs: New file.
3274
3275 2016-05-17 Tom Tromey <tom@tromey.com>
3276
3277 * gdb.base/default.exp (set language): Add rust.
3278
3279 2016-05-17 Tom Tromey <tom@tromey.com>
3280
3281 * gdb.gdb/unittest.exp: New file.
3282
3283 2016-05-16 Yao Qi <yao.qi@linaro.org>
3284
3285 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3286 shell_prompt. Update shell_prompt_re.
3287
3288 2016-05-12 Doug Evans <dje@google.com>
3289
3290 PR symtab/19999
3291 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3292 $options when building executable.
3293 * gdb.dwarf2/fission-loclists-pie.S: New file.
3294 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3295
3296 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3297
3298 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3299 of [is_remote target],
3300
3301 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3302
3303 * lib/gdb.exp (use_gdb_stub): New procedure.
3304
3305 2016-05-03 Yunlian Jiang <yunlian@google.com>
3306 Doug Evans <dje@google.com>
3307
3308 PR symtab/19914
3309 * gdb.dwarf2/dwp-sepdebug.c: New file.
3310 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3311
3312 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3313
3314 * gdb.base/detach.exp: Remove is_remote check.
3315
3316 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3317
3318 * gdb.base/annota-input-while-running.exp: Don't check for
3319 [is_remote target]. Enable annotations after running to main.
3320 Remove unused "set test..." line.
3321
3322 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3323
3324 * gdb.trace/trace-enable-disable.exp: New file.
3325 * gdb.trace/trace-enable-disable.c: New file.
3326
3327 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3328
3329 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3330 use it in info sharedlibrary test.
3331 * gdb.trace/ftrace-lock.exp: Likewise.
3332 * gdb.trace/ftrace.exp: Likewise.
3333 * gdb.trace/range-stepping.exp: Likewise.
3334 * gdb.trace/trace-break.exp: Likewise.
3335 * gdb.trace/trace-condition.exp: Likewise.
3336 * gdb.trace/trace-mt.exp: Likewise.
3337
3338 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3339
3340 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3341 (gdb_load_shlib): ... this.
3342 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3343 gdb_load_shlib.
3344 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3345 * gdb.base/ctxobj.exp: Likewise.
3346 * gdb.base/dprintf-pending.exp: Likewise.
3347 * gdb.base/dso2dso.exp: Likewise.
3348 * gdb.base/fixsection.exp: Likewise.
3349 * gdb.base/gcore-relro.exp: Likewise.
3350 * gdb.base/gdb1555.exp: Likewise.
3351 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3352 * gdb.base/gnu-ifunc.exp: Likewise.
3353 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3354 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3355 * gdb.base/pending.exp: Likewise.
3356 * gdb.base/print-file-var.exp: Likewise.
3357 * gdb.base/print-symbol-loading.exp: Likewise.
3358 * gdb.base/shlib-call.exp: Likewise.
3359 * gdb.base/shreloc.exp: Likewise.
3360 * gdb.base/so-impl-ld.exp: Likewise.
3361 * gdb.base/solib-disc.exp: Likewise.
3362 * gdb.base/solib-nodir.exp: Likewise.
3363 * gdb.base/solib-overlap.exp: Likewise.
3364 * gdb.base/solib-symbol.exp: Likewise.
3365 * gdb.base/solib-weak.exp (do_test): Likewise.
3366 * gdb.base/sym-file.exp: Likewise.
3367 * gdb.base/symtab-search-order.exp: Likewise.
3368 * gdb.base/type-opaque.exp: Likewise.
3369 * gdb.base/unload.exp: Likewise.
3370 * gdb.base/watchpoint-solib.exp: Likewise.
3371 * gdb.compile/compile.exp: Likewise.
3372 * gdb.cp/gdb2384.exp: Likewise.
3373 * gdb.cp/infcall-dlopen.exp: Likewise.
3374 * gdb.cp/re-set-overloaded.exp: Likewise.
3375 * gdb.fortran/library-module.exp: Likewise.
3376 * gdb.opt/solib-intra-step.exp: Likewise.
3377 * gdb.python/py-finish-breakpoint.exp: Likewise.
3378 * gdb.python/py-shared.exp: Likewise.
3379 * gdb.reverse/solib-precsave.exp: Likewise.
3380 * gdb.reverse/solib-reverse.exp: Likewise.
3381 * gdb.server/solib-list.exp: Likewise.
3382 * gdb.threads/dlopen-libpthread.exp: Likewise.
3383 * gdb.threads/tls-shared.exp: Likewise.
3384 * gdb.threads/tls-so_extern.exp: Likewise.
3385 * gdb.trace/change-loc.exp: Likewise.
3386 * gdb.trace/ftrace-lock.exp: Likewise.
3387 * gdb.trace/ftrace.exp: Likewise.
3388 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3389 * gdb.trace/pending.exp: Likewise.
3390 * gdb.trace/range-stepping.exp: Likewise.
3391 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3392 (strace_info_marker): Likewise.
3393 (strace_probe_marker): Likewise.
3394 (strace_trace_on_same_addr): Likewise.
3395 (strace_trace_on_diff_addr): Likewise.
3396 * gdb.trace/trace-break.exp: Likewise.
3397 * gdb.trace/trace-condition.exp: Likewise.
3398 * gdb.trace/trace-mt.exp: Likewise.
3399
3400 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3401
3402 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3403 result of gdb_remote_download.
3404 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3405 * gdb.base/dso2dso.exp: Likewise.
3406 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3407 * gdb.base/print-file-var.exp: Likewise.
3408 * gdb.base/shlib-call.exp: Likewise.
3409 * gdb.base/shreloc.exp: Likewise.
3410 * gdb.base/solib-overlap.exp: Likewise.
3411 * gdb.base/solib-weak.exp (do_test): Likewise.
3412 * gdb.base/unload.exp: Likewise.
3413
3414 2016-04-27 Yao Qi <yao.qi@linaro.org>
3415
3416 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3417 exists.
3418
3419 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3420
3421 * vla-type.exp: Print structure from toplevel.
3422
3423 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3424
3425 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3426 of dynamic types.
3427 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3428 of dynamic types.
3429
3430 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3431
3432 * gdb.fortran/vla-type.f90: New file.
3433 * gdb.fortran/vla-type.exp: New file.
3434
3435 2016-04-25 Yao Qi <yao.qi@linaro.org>
3436
3437 * gdb.base/branch-to-self.c: New file.
3438 * gdb.base/branch-to-self.exp: New file.
3439
3440 2016-04-22 Yao Qi <yao.qi@linaro.org>
3441
3442 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3443 more after $hex.
3444
3445 2016-04-22 Yao Qi <yao.qi@linaro.org>
3446
3447 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3448 * gdb.base/annota3.exp: Likewise.
3449
3450 2016-04-22 Yao Qi <yao.qi@linaro.org>
3451
3452 * gdb.reverse/step-precsave.exp: Do one step and test program
3453 stops in "callee" and do multiple steps until program goes out
3454 of "callee".
3455 * gdb.reverse/step-reverse.exp: Likewise.
3456
3457 2016-04-22 Yao Qi <yao.qi@linaro.org>
3458
3459 * gdb.trace/signal.exp: Also pass if
3460 $tracepoint_hits($i) > $iterations.
3461
3462 2016-04-22 Yao Qi <yao.qi@linaro.org>
3463
3464 * gdb.trace/signal.c: New file.
3465 * gdb.trace/signal.exp: New file.
3466
3467 2016-04-19 Doug Evans <xdje42@gmail.com>
3468
3469 * gdb.base/bad-file.exp: New file.
3470
3471 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3472
3473 * gdb.dwarf2/implref.exp: New file.
3474
3475 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3476
3477 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3478 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3479 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3480 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3481 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3482 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3483 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3484 * lib/fortran.exp (fortran_int4): New procedure.
3485 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3486 (fortran_logical4): Likewise.
3487
3488 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3489
3490 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3491
3492 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3493
3494 * lib/compiler.c: Add Intel specific preprocessor macros.
3495 * lib/compiler.cc: Likewise.
3496
3497 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
3498
3499 * gdb.server/connect-with-no-symbol-file.c: New file.
3500 * gdb.server/connect-with-no-symbol-file.exp: New file.
3501
3502 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3503
3504 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3505
3506 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3507
3508 * boards/gdbserver-base.exp (${board}_download): Copy source file to
3509 standard output directory.
3510
3511 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
3512
3513 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3514
3515 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
3516
3517 * gdb.btrace/instruction_history.c (loop): Add declaration.
3518
3519 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3520
3521 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3522
3523 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
3524
3525 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3526 parentheses to print.
3527 (continue_handler): Likewise.
3528
3529 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
3530
3531 * gdb.server/solib-list.exp: Remove is_remote check.
3532 Pass shlib= to gdb_compile. Don't link shared library with
3533 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
3534 Run binary filename through "readlink -f" on the target.
3535
3536 2016-04-08 Pedro Alves <palves@redhat.com>
3537
3538 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
3539 interpreter filename as argument to gdbserver_spawn.
3540 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3541 Return empty if $last_loaded_file does not exist.
3542
3543 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3544
3545 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3546 * gdb.base/jit-main.c: Use exit after usage.
3547
3548 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3549
3550 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3551 GDBHISTSIZE prior to the tests.
3552 * gdb.base/gdbinit-history.exp: Likewise.
3553
3554 2016-04-07 Pedro Alves <palves@redhat.com>
3555
3556 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3557 instead of build_executable. Use gdb_load_shlibs.
3558
3559 2016-04-07 Yao Qi <yao.qi@linaro.org>
3560
3561 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3562 Execute "si" command.
3563
3564 2016-04-07 Yao Qi <yao.qi@linaro.org>
3565
3566 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3567 number instead of the comments on some line.
3568
3569 2016-04-06 Don Breazeal <donb@codesourcery.com>
3570
3571 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3572 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3573
3574 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
3575
3576 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3577 standard_output_file. Remove unused binfile variable.
3578
3579 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
3580
3581 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3582 * gdb.python/py-mi-objfile.exp: Match "list main" output
3583 in console format.
3584
3585 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
3586
3587 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3588 absolute.
3589
3590 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3591
3592 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3593 absolute.
3594 * gdb.trace/ftrace.exp: Likewise.
3595 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3596 targets as well.
3597 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3598 (gdb_load_shlibs): Copy libraries to test directory when testing
3599 natively. Only set solib-search-path if testing remotely.
3600 * lib/mi-support.exp (mi_load_shlibs): Likewise.
3601
3602 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3603
3604 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3605 gdb_download. Use it even if the target is not remote.
3606 * gdb.base/jit.exp (compile_jit_test): Likewise.
3607 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3608 output directory if the destination board is local, otherwise use
3609 the standard remote_download from DejaGnu.
3610 (gdb_download): Remove.
3611 (gdb_load_shlibs): Use gdb_remote_download instead of
3612 gdb_download.
3613 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3614 Use gdb_remote_download instead of gdb_download. Use it even if
3615 the target is not remote.
3616 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3617 instead of gdb_download.
3618
3619 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
3620
3621 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3622 (test_insert_delete_modify): Call mi_load_shlibs before trying to
3623 run.
3624
3625 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
3626
3627 PR gdb/19820
3628 * gdb.base/printcmds.exp: Add artificial arrays tests.
3629
3630 2016-03-31 Pedro Alves <palves@redhat.com>
3631
3632 PR gdb/19858
3633 * gdb.base/jit-main.c: Include unistd.h.
3634 (ATTACH): Define to 0 if not already defined.
3635 (wait_for_gdb, mypid): New globals.
3636 (WAIT_FOR_GDB): New macro.
3637 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
3638 some breakpoint locations.
3639 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3640 New procedures.
3641 (one_jit_test): Add REATTACH parameter, and handle it. Use
3642 continue_to_test_location.
3643 (top level): Test attach, and adjusts calls to one_jit_test.
3644
3645 2016-03-31 Pedro Alves <palves@redhat.com>
3646
3647 PR gdb/19858
3648 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
3649 BINSUFFIX parameter, and handle it.
3650 (top level): Adjust calls compile_jit_test.
3651
3652 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
3653
3654 PR python/19743
3655 * gdb.python/py-mi-events-gdb.py: New file.
3656 * gdb.python/py-mi-events.c: New file.
3657 * gdb.python/py-mi-events.exp: New file.
3658
3659 2016-03-30 Yao Qi <yao.qi@linaro.org>
3660
3661 * gdb.reverse/until-precsave.exp: Match function name only.
3662 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3663 Move malloc to a condition block.
3664 * gdb.reverse/until-reverse.exp: Match function name only.
3665
3666 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
3667
3668 * gdb.trace/ftrace.exp: Set arg0exp for s390.
3669 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3670 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3671 variable for GPR 0 instead of assuming it is register 0.
3672 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
3673 * lib/trace-support.exp: Add s390 registers.
3674
3675 2016-03-29 Yao Qi <yao.qi@linaro.org>
3676
3677 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
3678
3679 2016-03-24 Yao Qi <yao.qi@linaro.org>
3680
3681 * gdb.reverse/break-reverse.exp: Add quotation mark in the
3682 test message.
3683
3684 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3685
3686 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
3687 maintaining separate logic for constructing the output path.
3688
3689 2016-03-16 Don Breazeal <donb@codesourcery.com>
3690
3691 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3692 Retry fork and waitpid on interrupted system call errors.
3693 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3694 Use with_timeout_factor to increase timeout by factor of 10.
3695
3696 2016-03-15 Don Breazeal <donb@codesourcery.com>
3697
3698 * gdb.cp/scope-err.cc: New test program.
3699 * gdb.cp/scope-err.exp: New test script.
3700 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
3701 lines and "set breakpoint here" comment.
3702 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
3703 Fixed some whitespace and format issues.
3704 * gdb.mi/mi-linespec-err-cp.cc: New test program.
3705 * gdb.mi/mi-linespec-err-cp.exp: New test script.
3706
3707 2016-03-15 Doug Evans <dje@google.com>
3708
3709 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
3710 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
3711 All callers updated. Add tests for enums, mixed flags register.
3712
3713 2016-03-15 Doug Evans <dje@google.com>
3714
3715 * gdb.base/skip.c (main): Call test_skip_file_and_function.
3716 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
3717
3718 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
3719
3720 * gdb.base/default.exp: Add $_as_string to the list of expected
3721 convenience functions.
3722
3723 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
3724
3725 * gdb.base/maint.exp: New tests for 'maint info line-table'.
3726
3727 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
3728
3729 * gdb.python/py-as-string.exp: New file.
3730 * gdb.python/py-as-string.c: New file.
3731
3732 2016-03-09 Pedro Alves <palves@redhat.com>
3733
3734 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
3735 signal" -> "Thread NN received signal" output change.
3736 * gdb.threads/ia64-sigill.exp: Likewise.
3737 * gdb.threads/linux-dp.exp: Likewise.
3738 * gdb.threads/manythreads.exp: Likewise.
3739 * gdb.threads/pending-step.exp: Likewise.
3740 * gdb.threads/print-threads.exp: Likewise.
3741 * gdb.threads/sigstep-threads.exp: Likewise.
3742 * gdb.threads/staticthreads.exp: Likewise.
3743 * gdb.threads/tls.exp: Likewise.
3744
3745 2016-03-09 Pedro Alves <palves@redhat.com>
3746
3747 * gdb.base/command-line-input.exp: New file.
3748
3749 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3750
3751 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
3752 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
3753 * gdb.trace/pending.exp: Accept leading dot before function name.
3754 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
3755 * lib/trace-support.exp: Set registers for ppc.
3756
3757 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3758
3759 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
3760 use it for disassembly; accept .main in addition to main in backtrace.
3761
3762 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
3763 Marcin Kościelnicki <koriakin@0x04.net>
3764
3765 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
3766 (gdb_recursion_test_ptr): New global variable.
3767 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
3768 gdb_recursion_test.
3769 (gdb_c_test): Ditto.
3770
3771 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3772
3773 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
3774 ordering.
3775
3776 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3777
3778 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
3779 (bar): Add bar_start_lbl label.
3780 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
3781 of foo/bar for emitting DWARF and tracing.
3782
3783 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
3784
3785 * analyze-racy-logs.py: Set executable bit.
3786
3787 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
3788
3789 * Makefile.in (DEFAULT_RACY_ITER): New variable.
3790 (CHECK_TARGET_TMP): Likewise.
3791 (check-single-racy): New rule.
3792 (check-parallel-racy): Likewise.
3793 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
3794 (do-check-parallel-racy): New rule.
3795 (check-racy/%.exp): Likewise.
3796 * README (Racy testcases): New section.
3797 * analyze-racy-logs.py: New file.
3798
3799 2016-03-03 Doug Evans <dje@google.com>
3800
3801 * gdb.base/skip.exp: Use with_test_prefix.
3802
3803 2016-03-03 Yao Qi <yao.qi@linaro.org>
3804
3805 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
3806 Invoke step_over_syscall "clone" and break_cond_on_syscall
3807 "clone".
3808 * gdb.base/step-over-clone.c: New file.
3809
3810 2016-03-03 Yao Qi <yao.qi@linaro.org>
3811
3812 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
3813 code format.
3814
3815 2016-03-03 Yao Qi <yao.qi@linaro.org>
3816
3817 * gdb.base/disp-step-fork.c: Rename to ...
3818 * gdb.base/step-over-fork.c: ... it. New file.
3819 * gdb.base/disp-step-vfork.c: Rename to ...
3820 * gdb.base/step-over-vfork.c: ... it. New file.
3821 * gdb.base/disp-step-syscall.exp: Rename to ...
3822 * gdb.base/step-over-syscall.exp: ... it. New file.
3823 (disp_step_cross_syscall): Rename to ...
3824 (step_over_syscall): ... it.
3825
3826 2016-03-03 Yao Qi <yao.qi@linaro.org>
3827
3828 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
3829 If target supports condition evaluation on target, invoke
3830 break_cond_on_syscall for fork and vfork.
3831
3832 2016-03-03 Yao Qi <yao.qi@linaro.org>
3833
3834 * gdb.base/disp-step-syscall.exp: Don't invoke
3835 support_displaced_stepping.
3836 (disp_step_cross_syscall): Test with displaced stepping off and
3837 on if supported.
3838
3839 2016-03-03 Yao Qi <yao.qi@linaro.org>
3840
3841 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
3842 proc.
3843 (setup): New proc.
3844 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
3845 and setup.
3846
3847 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3848
3849 * gdb.fortran/vla-history.exp: Remove breakpoint.
3850
3851 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3852
3853 * gdb.fortran/vla-history.exp: Lookup array elements and printing
3854 exceeds timeout.
3855
3856 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3857
3858 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
3859 breakpoint.
3860
3861 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3862
3863 * gdb.mi/vla.f90: Nullify pointer after declaration.
3864
3865 2016-03-01 Pedro Alves <palves@redhat.com>
3866
3867 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
3868
3869 2016-03-01 Pedro Alves <palves@redhat.com>
3870
3871 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
3872 before anything else.
3873 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
3874 _GNU_SOURCE here.
3875 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
3876 before anything else.
3877 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
3878
3879 2016-03-01 Pedro Alves <palves@redhat.com>
3880
3881 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
3882
3883 2016-03-01 Yao Qi <yao.qi@linaro.org>
3884
3885 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
3886 prepare_for_testing.
3887
3888 2016-03-01 Yao Qi <yao.qi@linaro.org>
3889
3890 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
3891
3892 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3893
3894 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
3895 manually constructing the output path.
3896
3897 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3898
3899 * gdb.arch/s390-stackless.S: New.
3900 * gdb.arch/s390-stackless.exp: New.
3901
3902 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
3903
3904 * gdb.dlang/circular.c: New file.
3905 * gdb.dlang/circular.exp: New file.
3906
3907 2016-02-26 Yao Qi <yao.qi@linaro.org>
3908
3909 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
3910 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
3911 (testcases): Update.
3912
3913 2016-02-26 Yao Qi <yao.qi@linaro.org>
3914
3915 * gdb.reverse/aarch64.c: Rename to ...
3916 * gdb.reverse/insn-reverse.c: ... it.
3917 * gdb.reverse/aarch64.exp: Rename to ...
3918 * gdb.reverse/insn-reverse.exp: ... it.
3919
3920 2016-02-26 Yao Qi <yao.qi@linaro.org>
3921
3922 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
3923 (testcase_ftype): New.
3924 (testcases): New array.
3925 (n_testcases): New.
3926 (main): Call each element in testcases.
3927 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
3928 (read_testcase): New.
3929 Do the tests in a loop.
3930
3931 2016-02-25 Yao Qi <yao.qi@linaro.org>
3932
3933 * gdb.base/branches.c: Remove.
3934
3935 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3936
3937 PR gdb/13808
3938 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
3939
3940 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3941
3942 * gdb.trace/ftrace.exp: Remove unnecessary target check.
3943
3944 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3945
3946 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
3947 change x86_64 call_insn to 'callq'.
3948
3949 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3950
3951 * gdb.trace/tfile-avx.c: Move to...
3952 * gdb.trace/tracefile-pseudo-reg.c: Here.
3953 * gdb.trace/tfile-avx.exp: Move to...
3954 * gdb.trace/tracefile-pseudo-reg.exp: Here.
3955
3956 2016-02-24 Gary Benson <gbenson@redhat.com>
3957
3958 * gdb.base/attach-pie-noexec.exp: Do not expect an error
3959 message on attach.
3960
3961 2016-02-23 Doug Evans <dje@google.com>
3962
3963 * gdb.base/skip.c (test_skip): New function.
3964 (end_test_skip_file_and_function): New function.
3965 (test_skip_file_and_function): New function.
3966 * gdb.base/skip1.c (test_skip): New function.
3967 (skip1_test_skip_file_and_function): New function.
3968 * gdb.base/skip.exp: Add tests for new skip options.
3969 * gdb.base/skip-solib.exp: Update expected output.
3970 * gdb.perf/skip-command.cc: New file.
3971 * gdb.perf/skip-command.exp: New file.
3972 * gdb.perf/skip-command.py: New file.
3973
3974 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
3975
3976 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
3977 info registers pattern.
3978
3979 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
3980
3981 * lib/future.exp: Add D support.
3982 (gdb_find_gdc): New proc.
3983 (gdb_default_target_compile): Add D support.
3984
3985 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
3986
3987 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
3988 user+system time.
3989 (trace_speed_test): Determine the iteration count for a time
3990 between 15..30 seconds.
3991
3992 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
3993
3994 * gdb.arch/i386-mpx-sigsegv.c: New file.
3995 * gdb.arch/i386-mpx-sigsegv.exp: New file.
3996 * gdb.arch/i386-mpx-simple_segv.c: New file.
3997 * gdb.arch/i386-mpx-simple_segv.exp: New file.
3998
3999 2016-02-18 Yao Qi <yao.qi@linaro.org>
4000
4001 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4002 Don't call setup_kfail.
4003
4004 2016-02-18 Yao Qi <yao.qi@linaro.org>
4005
4006 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4007 Set "set breakpoint condition-evaluation" per $cond_bp_target.
4008
4009 2016-02-16 Doug Evans <dje@google.com>
4010
4011 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
4012 * gdb.base/skip1.c: Ditto.
4013 * gdb.base/skip.exp: Whitespace cleanup.
4014
4015 2016-02-16 Don Breazeal <donb@codesourcery.com>
4016
4017 PR remote/19496
4018 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4019 Remove kfail for PR remote/19496.
4020
4021 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4022
4023 * lib/gdb.exp (standard_temp_file): Return a path specific to
4024 the runtest invocation.
4025
4026 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4027
4028 * gdb.trace/save-trace.exp: Change relative path to be in the
4029 standard output directory.
4030
4031 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4032
4033 * gdb.arch/i386-prologue.c: Add missing prototypes.
4034
4035 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4036
4037 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
4038 * gdb.arch/i386-prologue.exp: Likewise.
4039 * gdb.arch/i386-size.exp: Likewise.
4040
4041 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
4042
4043 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
4044 define object file path.
4045 * gdb.btrace/gcore.exp: Use standard_output_file to define core
4046 file path.
4047 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
4048 standard_output_file to define binfile.
4049
4050 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4051
4052 Fix compatibility with recent gfortran-5.3.1.
4053 * gdb.fortran/vla-history.exp (print vla1 allocated)
4054 (print vla2 allocated, print $2, print $3): Remove
4055 (print $4): Rename to ...
4056 (print $2): ... here.
4057 (print $9): Rename to ...
4058 (print $5): ... here.
4059 (print $10): Rename to ...
4060 (print $6): ... here.
4061 * gdb.fortran/vla.f90: Add pvla initialization.
4062
4063 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4064
4065 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
4066 New test.
4067 * gdb.fortran/vla-value-sub.exp: Likewise.
4068
4069 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
4070
4071 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
4072
4073 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
4074
4075 * i386-biarch-core.exp: Define corefile using
4076 standard_output_file.
4077
4078 2016-02-12 Yao Qi <yao.qi@linaro.org>
4079
4080 * gdb.arch/arm-single-step-kernel-helper.c: New.
4081 * gdb.arch/arm-single-step-kernel-helper.exp: New.
4082
4083 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4084
4085 * gdb.btrace/tailcall-only.exp: New.
4086 * gdb.btrace/tailcall-only.c: New.
4087 * gdb.btrace/x86_64-tailcall-only.S: New.
4088 * gdb.btrace/i686-tailcall-only.S: New.
4089
4090 2016-02-11 Pedro Alves <palves@redhat.com>
4091
4092 * README (Parallel testing): Add missing double quotes.
4093
4094 2016-02-11 Pedro Alves <palves@redhat.com>
4095
4096 * README (Parallel testing): New section.
4097 (GDB_PARALLEL): Rewrite.
4098 (FORCE_PARALLEL): Document.
4099
4100 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
4101
4102 * gdb.trace/tfile-avx.c: New test.
4103 * gdb.trace/tfile-avx.exp: New test.
4104
4105 2016-02-09 Keith Seitz <keiths@redhat.com>
4106
4107 PR breakpoints/19546
4108 * gdb.base/infcall-exec.c: New file.
4109 * gdb.base/infcall-exec2.c: New file.
4110 * gdb.base/infcall-exec.exp: New file.
4111
4112 2016-02-09 Keith Seitz <keiths@redhat.com>
4113
4114 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4115 (toplevel): Call test_bkpt_address.
4116
4117 2016-02-09 Keith Seitz <keiths@redhat.com>
4118
4119 PR python/19506
4120 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
4121 (toplevel): Call test_bkpt_address.
4122
4123 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
4124
4125 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4126 to AC_OUTPUT.
4127 * configure: Regenerate.
4128
4129 2016-02-09 Pedro Alves <palves@redhat.com>
4130
4131 PR breakpoints/19548
4132 * gdb.base/execl-update-breakpoints.c (some_function): New
4133 function.
4134 (main): Call it.
4135 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4136 Tighten expected GDB output.
4137
4138 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4139
4140 * Makefile.in (ALL_SUBDIRS): Remove.
4141 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4142 (distclean maintainer-clean realclean): Likewise.
4143 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4144 * configure: Regenerate.
4145 * gdb.ada/Makefile.in: Delete.
4146 * gdb.arch/Makefile.in: Likewise.
4147 * gdb.asm/Makefile.in: Likewise.
4148 * gdb.base/Makefile.in: Likewise.
4149 * gdb.btrace/Makefile.in: Likewise.
4150 * gdb.cell/Makefile.in: Likewise.
4151 * gdb.compile/Makefile.in: Likewise.
4152 * gdb.cp/Makefile.in: Likewise.
4153 * gdb.disasm/Makefile.in: Likewise.
4154 * gdb.dlang/Makefile.in: Likewise.
4155 * gdb.dwarf2/Makefile.in: Likewise.
4156 * gdb.fortran/Makefile.in: Likewise.
4157 * gdb.gdb/Makefile.in: Likewise.
4158 * gdb.go/Makefile.in: Likewise.
4159 * gdb.guile/Makefile.in: Likewise.
4160 * gdb.java/Makefile.in: Likewise.
4161 * gdb.linespec/Makefile.in: Likewise.
4162 * gdb.mi/Makefile.in: Likewise.
4163 * gdb.modula2/Makefile.in: Likewise.
4164 * gdb.multi/Makefile.in: Likewise.
4165 * gdb.objc/Makefile.in: Likewise.
4166 * gdb.opencl/Makefile.in: Likewise.
4167 * gdb.opt/Makefile.in: Likewise.
4168 * gdb.pascal/Makefile.in: Likewise.
4169 * gdb.perf/Makefile.in: Likewise.
4170 * gdb.python/Makefile.in: Likewise.
4171 * gdb.reverse/Makefile.in: Likewise.
4172 * gdb.server/Makefile.in: Likewise.
4173 * gdb.stabs/Makefile.in: Likewise.
4174 * gdb.threads/Makefile.in: Likewise.
4175 * gdb.trace/Makefile.in: Likewise.
4176 * gdb.xml/Makefile.in: Likewise.
4177 * lib/gdb.exp (make_gdb_parallel_path): Add check for
4178 GDB_PARALLEL.
4179 (standard_output_file): Remove check for GDB_PARALLEL, always
4180 return path in outputs/$subdir/$testname.
4181
4182 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4183
4184 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4185 (site.exp): Assign abs_srcdir to tcl's srcdir.
4186
4187 2016-02-04 Yao Qi <yao.qi@linaro.org>
4188
4189 * gdb.base/foll-exec-mode.c: Include limits.h.
4190 (main): Add parameters argc and argv. Get directory from
4191 argv[0].
4192 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4193 compilation.
4194 * gdb.base/foll-exec.c: Include limits.h.
4195 (main): Add parameters argc and argv.
4196 Get directory from argv[0].
4197 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4198 Adjust tests on the number of lines as source code changed.
4199 * gdb.base/foll-vfork-exit.c: Include limits.h.
4200 (main): Add one line of statement before vfork.
4201 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4202 (main): Add parameters argc and argv. Get directory from
4203 argv[0].
4204 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4205 (setup_gdb): Set tbreak to skip some source lines.
4206 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4207 (main): Add parameters argc and argv. Get directory from
4208 argv[0].
4209 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4210 compilation.
4211 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4212 (main): Add parameters argc and argv. Get directory from
4213 argv[0].
4214 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4215 compilation.
4216
4217 2016-02-01 Doug Evans <dje@google.com>
4218
4219 * gdb.base/skip.exp: Clean up multiple references to same test name.
4220
4221 2016-02-01 Pedro Alves <palves@redhat.com>
4222
4223 PR remote/19496
4224 * gdb.threads/forking-threads-plus-breakpoint.exp
4225 (displaced_stepping_supported): New global.
4226 (probe_displaced_stepping_support): New procedure.
4227 (do_test): Add 'displaced' parameter, and use it.
4228 (top level): Check for displaced stepping support. Add displaced
4229 stepping on/off testing axis.
4230
4231 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4232
4233 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4234 pointer. Don't perform further tests on the unassociated pointer
4235 if the first test fails.
4236
4237 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4238
4239 * gdb.base/max-value-size.c: New file.
4240 * gdb.base/max-value-size.exp: New file.
4241 * gdb.base/huge.exp: Disable max-value-size for this test.
4242
4243 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4244
4245 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4246
4247 2016-01-28 Yao Qi <yao.qi@linaro.org>
4248
4249 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4250
4251 2016-01-25 Pedro Alves <palves@redhat.com>
4252
4253 PR threads/19461
4254 * gdb.base/fork-running-state.c: New file.
4255 * gdb.base/fork-running-state.exp: New file.
4256
4257 2016-01-25 Pedro Alves <palves@redhat.com>
4258
4259 PR gdb/19494
4260 * gdb.base/catch-fork-kill.c: New file.
4261 * gdb.base/catch-fork-kill.exp: New file.
4262
4263 2016-01-25 Pedro Alves <palves@redhat.com>
4264
4265 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4266 Delete, moved to lib/gdb.exp.
4267 * gdb.threads/forking-threads-plus-breakpoint.exp
4268 (foreach_with_prefix): Likewise.
4269 * gdb.threads/process-dies-while-handling-bp.exp
4270 (foreach_with_prefix): Likewise.
4271 * lib/gdb.exp (foreach_with_prefix): New procedure.
4272
4273 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4274
4275 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4276 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4277
4278 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4279
4280 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4281 endian targets.
4282
4283 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4284 Pedro Alves <palves@redhat.com>
4285
4286 Fix testsuite compatibility with Guile.
4287 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4288 number.
4289
4290 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4291
4292 Fix testsuite compatibility with Guile.
4293 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4294 (thread 1): New test for backtrace through signal handler.
4295
4296 2016-01-22 Yao Qi <yao.qi@linaro.org>
4297
4298 PR testsuite/19491
4299 * gdb.base/multi-forks.c: Include
4300 ../lib/unbuffer_output.c
4301 (main): Call gdb_unbuffer_output.
4302
4303 2016-01-21 Doug Evans <dje@google.com>
4304
4305 * lib/ada.exp (gdb_compile_ada): Fix typo.
4306
4307 2016-01-21 Joel Brobecker <brobecker@adacore.com>
4308
4309 * gdb.base/break-fun-addr.exp: New file.
4310 * gdb.base/break-fun-addr1.c: New file.
4311 * gdb.base/break-fun-addr2.c: New file.
4312
4313 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4314
4315 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4316 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4317 enum flag values.
4318
4319 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4320
4321 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4322 when GDB can not set the vector return value. Add more comments
4323 for clarification.
4324
4325 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4326
4327 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4328 command.
4329
4330 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4331
4332 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4333
4334 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4335
4336 * Makefile.in (check-single): Pass --status to runtest.
4337 (check/%.exp): Likewise.
4338
4339 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4340
4341 * Makefile.in (check-parallel): Propagate return code from make
4342 do-check-parallel.
4343
4344 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4345
4346 * gdb.trace/ftrace.exp: Fix expected message on continue.
4347 * gdb.trace/pending.exp: Fix expected message on continue.
4348 * gdb.trace/trace-break.exp: Fix expected message on continue.
4349
4350 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4351
4352 * lib/gdb.exp (gdb_test): Remove unused global references.
4353
4354 2016-01-18 Pedro Alves <palves@redhat.com>
4355
4356 * gdb.base/async-shell.exp: Adjust expected output.
4357 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4358 * gdb.base/siginfo-thread.exp: Adjust expected output.
4359 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4360 * gdb.java/jnpe.exp: Adjust expected output.
4361 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4362 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4363 * gdb.threads/leader-exit.exp: Adjust expected output.
4364 * gdb.threads/manythreads.exp: Adjust expected output.
4365 * gdb.threads/pthreads.exp: Adjust expected output.
4366 * gdb.threads/schedlock.exp: Adjust expected output.
4367 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4368 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4369 expected output.
4370 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4371 output.
4372 * gdb.threads/sigthread.exp: Adjust expected output.
4373 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4374
4375 2016-01-18 Yao Qi <yao.qi@linaro.org>
4376
4377 * gdb.guile/scm-section-script.c: Replace @progbits with
4378 %progbits.
4379 * gdb.python/py-section-script.c: Likewise.
4380
4381 2016-01-15 Pedro Alves <palves@redhat.com>
4382
4383 * gdb.multi/tids.exp: Test star wildcard ranges.
4384
4385 2016-01-15 Pedro Alves <palves@redhat.com>
4386
4387 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4388 command from "thread apply" invocation.
4389 (thr_apply_info_thr_invalid): Default the expected output to the
4390 input tid list.
4391 (top level): Add tests that use convenience variables. Add tests
4392 for "thread apply" with a valid TID list, but missing the command.
4393
4394 2016-01-13 Pedro Alves <palves@redhat.com>
4395
4396 * gdb.base/default.exp: Expect $_gthread as well.
4397 * gdb.multi/tids.exp: Test $_gthread.
4398 * gdb.threads/thread-specific.exp: Test $_gthread.
4399
4400 2016-01-13 Pedro Alves <palves@redhat.com>
4401
4402 * gdb.multi/tids.exp: Test "info threads -gid".
4403
4404 2016-01-13 Pedro Alves <palves@redhat.com>
4405
4406 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4407 Breakpoint.thread.
4408 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4409
4410 2016-01-07 Pedro Alves <palves@redhat.com>
4411
4412 * gdb.base/break.exp: Adjust to output changes.
4413 * gdb.base/hbreak2.exp: Likewise.
4414 * gdb.base/sepdebug.exp: Likewise.
4415 * gdb.base/watch_thread_num.exp: Likewise.
4416 * gdb.linespec/keywords.exp: Likewise.
4417 * gdb.multi/info-threads.exp: Likewise.
4418 * gdb.threads/thread-find.exp: Likewise.
4419 * gdb.multi/tids.c: New file.
4420 * gdb.multi/tids.exp: New file.
4421
4422 2016-01-13 Pedro Alves <palves@redhat.com>
4423
4424 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4425
4426 2016-01-13 Pedro Alves <palves@redhat.com>
4427
4428 * gdb.base/default.exp: Expect $_inferior as well.
4429 * gdb.multi/base.exp: Test $_inferior.
4430
4431 2016-01-13 Pedro Alves <palves@redhat.com>
4432
4433 PR breakpoints/19388
4434 * gdb.base/catch-signal-siginfo-cond.c: New file.
4435 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4436
4437 2016-01-12 Josh Stone <jistone@redhat.com>
4438 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4439
4440 * gdb.base/catch-syscall.c (do_execve): New variable.
4441 (main): Conditionally trigger an execve.
4442 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4443 (test_catch_syscall_execve): New, check entry/return across execve.
4444 (do_syscall_tests): Call test_catch_syscall_execve.
4445
4446 2016-01-12 Pedro Alves <palves@redhat.com>
4447
4448 * gdb.base/random-signal.exp (do_test): New procedure, with body
4449 of testcase moved in.
4450
4451 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4452 Pedro Alves <palves@redhat.com>
4453
4454 * gdb.base/funcargs.exp (finish from indirectly called function):
4455 Reintroduce the case for 'First'.
4456
4457 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4458 Pedro Alves <palves@redhat.com>
4459
4460 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4461 (tcatch_vfork_then_child_follow_exec)
4462 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4463 identification.
4464
4465 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4466
4467 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4468 and repeats to unlimited.
4469 * gdb.python/py-value.exp: Likewise.
4470 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4471 and repeats to unlimited.
4472
4473 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4474
4475 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4476 and reordering the functions.
4477 * gdb.multi/hangout.c: Likewise.
4478 * gdb.multi/hello.c: Likewise.
4479
4480 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4481
4482 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4483 absolute.
4484 (SingleStatisticTestResult.report): Use dict.keys instead of
4485 dict.iterkeys.
4486
4487 2016-01-06 Pedro Alves <palves@redhat.com>
4488
4489 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4490
4491 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4492
4493 * gdb.btrace/dlopen.exp: New.
4494 * gdb.btrace/dlopen.c: New.
4495 * gdb.btrace/dlopen-dso.c: New.
4496
4497 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4498
4499 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4500 PATTERN argument is optional.
4501
4502 2015-12-24 Joel Brobecker <brobecker@adacore.com>
4503
4504 * lib/ada.exp (target_compile_ada_from_dir): New function.
4505 (gdb_compile_ada): Reimplement avoiding the use of project files.
4506 * gdb.ada/gnat_ada.gpr: Delete.
4507 * gdb.ada/cond_lang.exp: Adjust test to make path before
4508 filename optional.
4509 * gdb.ada/small_reg_param.exp: Likewise.
4510
4511 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
4512
4513 * gdb.base/foll-vork.exp: Remove HP-UX special case.
4514
4515 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
4516
4517 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4518 case.
4519
4520 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
4521
4522 * gdb.base/break.exp: Remove dead code.
4523 * gdb.base/sepdebug.exp: Likewise.
4524
4525 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4526
4527 * gdb.asm/asm-source.exp: Remove HP-UX references.
4528 * gdb.base/annota1.exp: Likewise.
4529 * gdb.base/annota3.exp: Likewise.
4530 * gdb.base/attach.exp: Likewise.
4531 * gdb.base/bigcore.exp: Likewise.
4532 * gdb.base/break.exp: Likewise.
4533 * gdb.base/call-ar-st.exp: Likewise.
4534 * gdb.base/callfuncs.exp: Likewise.
4535 * gdb.base/catch-fork-static.exp: Likewise.
4536 * gdb.base/display.exp: Likewise.
4537 * gdb.base/foll-exec-mode.exp: Likewise.
4538 * gdb.base/foll-exec.exp: Likewise.
4539 * gdb.base/foll-fork.exp: Likewise.
4540 * gdb.base/foll-vfork.exp: Likewise.
4541 * gdb.base/funcargs.exp: Likewise.
4542 * gdb.base/hbreak2.exp: Likewise.
4543 * gdb.base/inferior-died.exp: Likewise.
4544 * gdb.base/interrupt.exp: Likewise.
4545 * gdb.base/multi-forks.exp: Likewise.
4546 * gdb.base/nodebug.exp: Likewise.
4547 * gdb.base/sepdebug.exp: Likewise.
4548 * gdb.base/solib1.c: Likewise.
4549 * gdb.base/step-test.exp: Likewise.
4550 * gdb.mi/non-stop.c: Likewise.
4551 * gdb.mi/pthreads.c: Likewise.
4552 * gdb.multi/bkpt-multi-exec.ex: Likewise.
4553 * gdb.threads/pthreads.c: Likewise.
4554 * gdb.threads/staticthreads.exp: Likewise.
4555 * lib/future.exp: Likewise.
4556 * lib/gdb.exp: Likewise.
4557 * gdb.base/so-indr-cl.c: Remove.
4558 * gdb.base/so-indr-cl.exp: Likewise.
4559 * gdb.base/solib.c: Likewise.
4560 * gdb.base/solib.exp: Likewise.
4561 * gdb.base/solib2.c: Likewise.
4562
4563 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4564
4565 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4566 * gdb.base/call-ar-st.exp: Likewise.
4567 * gdb.base/callfuncs.exp: Likewise.
4568 * gdb.base/condbreak.exp: Likewise.
4569 * gdb.base/constvars.exp: Likewise.
4570 * gdb.base/hbreak2.exp: Likewise.
4571 * gdb.base/langs.exp: Likewise.
4572 * gdb.base/list.exp: Likewise.
4573 * gdb.base/long_long.exp: Likewise.
4574 * gdb.base/ptype.exp: Likewise.
4575 * gdb.base/scope.exp: Likewise.
4576 * gdb.base/signals.exp: Likewise.
4577 * gdb.base/so-impl-ld.exp: Likewise.
4578 * gdb.base/varargs.exp: Likewise.
4579 * gdb.base/volatile.exp: Likewise.
4580 * gdb.base/whatis.exp: Likewise.
4581 * gdb.cp/cplusfuncs.exp: Likewise.
4582 * gdb.cp/inherit.exp: Likewise.
4583 * gdb.cp/local.exp: Likewise.
4584 * gdb.cp/member-ptr.exp: Likewise.
4585 * gdb.cp/method.exp: Likewise.
4586 * gdb.cp/overload.exp: Likewise.
4587 * gdb.cp/templates.exp: Likewise.
4588 * gdb.stabs/weird.exp: Likewise.
4589 * lib/compiler.c: Likewise.
4590 * lib/compiler.cc: Likewise.
4591 * lib/cp-support.exp: Likewise.
4592 * lib/gdb.exp: Likewise.
4593
4594 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
4595
4596 * configure.ac: Remove HP-UX case.
4597 * configure: Regenerate.
4598
4599 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
4600
4601 * lib/gdb.exp (gdb_compile): Add function doc.
4602
4603 2015-12-17 Pedro Alves <palves@redhat.com>
4604
4605 PR threads/19354
4606 * gdb.multi/info-threads.exp: New file.
4607
4608 2015-12-15 Yao Qi <yao.qi@linaro.org>
4609
4610 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4611 is aarch64*-*-*.
4612
4613 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4614
4615 * gdb.base/history-duplicates.exp: Skip if no readline support.
4616
4617 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4618
4619 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4620
4621 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4622
4623 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4624
4625 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4626
4627 * gdb.base/completion.exp: Skip tests that interrupt GDB with
4628 ctrl-C if nointerrupts target property is set.
4629 * gdb.base/double-prompt-target-event-error.exp: Likewise.
4630 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4631 * gdb.base/paginate-bg-execution.exp: Likewise.
4632 * gdb.base/paginate-execution-startup.exp: Likewise.
4633 * gdb.base/random-signal.exp: Likewise.
4634 * gdb.base/range-stepping.exp: Likewise.
4635 * gdb.cp/annota2.exp: Likewise.
4636 * gdb.cp/annota3.exp: Likewise.
4637 * gdb.gdb/selftest.exp: Likewise.
4638 * gdb.threads/continue-pending-status.exp: Likewise.
4639 * gdb.threads/leader-exit.exp: Likewise.
4640 * gdb.threads/manythreads.exp: Likewise.
4641 * gdb.threads/pthreads.exp: Likewise.
4642 * gdb.threads/schedlock.exp: Likewise.
4643 * gdb.threads/sigthread.exp: Likewise.
4644
4645 2015-12-11 Don Breazeal <donb@codesourcery.com>
4646
4647 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4648 remote.
4649 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4650 * gdb.base/foll-exec.exp (main): Enable for target remote.
4651 * gdb.base/foll-fork.exp (main): Likewise.
4652 * gdb.base/foll-vfork.exp (main): Likewise.
4653 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4654 (proc continue_to_exit_bp_loc): Use clean_restart.
4655 * gdb.base/pie-execl.exp (main): Disable for target remote.
4656 * gdb.base/watch-vfork.exp (main): Enable for target remote.
4657 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4658 * gdb.threads/execl.exp (main): Likewise.
4659 * gdb.threads/fork-child-threads.exp (main): Likewise.
4660 * gdb.threads/fork-plus-threads.exp (main): Disable for target
4661 remote.
4662 * gdb.threads/fork-thread-pending.exp (main): Enable for target
4663 remote.
4664 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4665 pid.tid style ptids, instead of just tid.
4666 * gdb.threads/thread-execl.exp (main): Enable for target remote.
4667 * gdb.threads/watchpoint-fork.exp (main): Likewise.
4668 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4669 ptids, instead of just tid.
4670
4671 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4672
4673 * gdb.base/list.exp (test_list_forward): Add end of file error
4674 test.
4675 (test_repeat_list_command): Add end of file error test.
4676 (test_list_backwards): Add beginning of file error test.
4677
4678 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4679
4680 * gdb.base/list.exp (test_list_invalid_args): New function,
4681 defined, and called.
4682
4683 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4684
4685 * gdb.base/list.exp (test_list): Make test names unique.
4686
4687 2015-12-11 Yao Qi <yao.qi@linaro.org>
4688
4689 * gdb.base/coremaker2.c: Remove.
4690
4691 2015-12-10 Pedro Alves <palves@redhat.com>
4692
4693 * gdb.multi/base.exp: Remove stale "spaces" references.
4694
4695 2015-12-10 Pedro Alves <palves@redhat.com>
4696
4697 * gdb.multi/base.exp: Don't use nowarnings.
4698 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
4699 * gdb.multi/hangout.c: Include stdio.h.
4700 * gdb.multi/hello.c: Include stdlib.h.
4701 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
4702 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
4703 * gdb.multi/multi-arch.exp: Don't use nowarnings.
4704
4705 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
4706
4707 * gdb.dwarf2/dw2-ranges-base.c: New file.
4708 * gdb.dwarf2/dw2-ranges-base.exp: New file.
4709 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
4710 support additional line table, and debug ranges generation.
4711 (Dwarf::ranges): New function, generate .debug_ranges.
4712 (Dwarf::lines): Support generating simple line table programs.
4713 (Dwarf::assemble): Initialise new namespace variables.
4714
4715 2015-12-09 Kevin Buettner <kevinb@redhat.com>
4716
4717 * gdb.base/async.exp (proc test_background): Add case for
4718 asynchronous execution not supported.
4719
4720 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
4721
4722 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
4723 format and change test names to make them unique.
4724
4725 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
4726 Pedro Alves <pedro@redhat.com>
4727
4728 PR gdb/18702
4729 Add checking of floatformats setup on x86_64 hosts.
4730 * gdb.arch/i386-float.S (main): Load bigval and smallval.
4731 (smallval, bigval): New labels/constants.
4732 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
4733 float" after loading bigval and smallval.
4734
4735 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
4736
4737 * gdb.ada/fun_overload_menu.exp: New testcase.
4738 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
4739
4740 2015-12-04 Josh Stone <jistone@redhat.com>
4741
4742 * gdb.base/catch-fork-static.exp: New.
4743
4744 2015-12-03 Yao Qi <yao.qi@linaro.org>
4745
4746 * gdb.base/sizeof.c: Don't include stdio.h and
4747 ../lib/unbuffer_output.c.
4748 (main): New variable 'size' and 'value'. Remove printf and
4749 gdb_unbuffer_output. Assign return value to size and value.
4750 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
4751 at the beginning.
4752 (check_sizeof): Check the result by printing variable 'size'.
4753 (check_valueof): Check the result by printing variable 'value'.
4754
4755 2015-12-01 Yao Qi <yao.qi@linaro.org>
4756
4757 * gdb.base/disp-step-syscall.exp: Define syscall instruction
4758 for aarch64*-*-linux* target.
4759
4760 2015-11-30 Pedro Alves <palves@redhat.com>
4761
4762 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
4763
4764 2015-11-30 Pedro Alves <palves@redhat.com>
4765
4766 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
4767 Handle non-stop mode vCont replies.
4768
4769 2015-11-30 Pedro Alves <palves@redhat.com>
4770
4771 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
4772 prepare_for_testing. Start gdb with "set non-stop on" appended to
4773 GDBFLAGS. Lax expected stop output.
4774
4775 2015-11-27 Yao Qi <yao.qi@linaro.org>
4776
4777 * gdb.arch/arm-neon.exp: New.
4778 * gdb.arch/arm-neon.c: New.
4779
4780 2015-11-27 Yao Qi <yao.qi@linaro.org>
4781
4782 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
4783
4784 2015-11-27 Yao Qi <yao.qi@linaro.org>
4785
4786 * gdb.cp/annota2.exp: Allow multiple occurrences of the
4787 frames-invalid annotation.
4788
4789 2015-11-27 Yao Qi <yao.qi@linaro.org>
4790
4791 * gdb.cp/annota2.exp: Use ${frames_invalid}.
4792
4793 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
4794
4795 * gdb.threads/names.exp: New file.
4796 * gdb.threads/names.c: New file.
4797 * README: Mention gdb,no_thread_names.
4798
4799 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
4800
4801 PR 19297
4802 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
4803 support" error.
4804
4805 2015-11-24 Pedro Alves <palves@redhat.com>
4806
4807 PR 17539
4808 * gdb.base/display.exp: Expect displays to be sorted in ascending
4809 order. Use multi_line.
4810 * gdb.base/solib-display.exp: Likewise.
4811
4812 2015-11-24 Pedro Alves <palves@redhat.com>
4813
4814 PR 17539
4815 * gdb.base/display.exp: Expect displays to be sorted in ascending
4816 order. Use multi_line.
4817 * gdb.base/solib-display.exp: Likewise.
4818
4819 2015-11-24 Pedro Alves <palves@redhat.com>
4820
4821 PR 17539
4822 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
4823 threads in ascending order.
4824 * gdb.base/foll-fork.exp: Likewise.
4825 * gdb.base/foll-vfork.exp: Likewise.
4826 * gdb.base/multi-forks.exp: Likewise.
4827 * gdb.mi/mi-nonstop.exp: Likewise.
4828 * gdb.mi/mi-nsintrall.exp: Likewise.
4829 * gdb.multi/base.exp: Likewise.
4830 * gdb.multi/multi-arch.exp: Likewise.
4831 * gdb.python/py-inferior.exp: Likewise.
4832 * gdb.threads/break-while-running.exp: Likewise.
4833 * gdb.threads/execl.exp: Likewise.
4834 * gdb.threads/gcore-thread.exp: Likewise.
4835 * gdb.threads/info-threads-cur-sal.exp: Likewise.
4836 * gdb.threads/kill.exp: Likewise.
4837 * gdb.threads/linux-dp.exp: Likewise.
4838 * gdb.threads/multiple-step-overs.exp: Likewise.
4839 * gdb.threads/next-bp-other-thread.exp: Likewise.
4840 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
4841 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
4842 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
4843 * gdb.threads/thread-find.exp: Likewise.
4844 * gdb.threads/tls.exp: Likewise.
4845 * lib/mi-support.exp (mi_reverse_list): Delete.
4846 (mi_check_thread_states): No longer reverse list.
4847
4848 2015-11-24 Pedro Alves <palves@redhat.com>
4849
4850 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
4851 use lowercase.
4852
4853 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4854
4855 * gdb.trace/actions.c: Include trace-common.h.
4856 (main): Add a location for a fast tracepoint.
4857 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
4858 the normal tracepoints.
4859 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
4860
4861 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4862
4863 * save-trace.exp: Factor out code to these...
4864 (gdb_save_tracepoints): New.
4865 (gdb_load_tracepoints): New.
4866 (do_save_load_test): New.
4867
4868 2015-11-23 Kevin Buettner <kevinb@redhat.com>
4869
4870 * gdb.base/asmlabel.exp: New test.
4871 * gdb.base/asmlabel.c: New test case.
4872
4873 2015-11-23 Joel Brobecker <brobecker@adacore.com>
4874
4875 * gdb.base/wrong_frame_bt_full-main.c: New file.
4876 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
4877 * gdb.base/wrong_frame_bt_full.exp: New file.
4878
4879 2015-11-23 Joel Brobecker <brobecker@adacore.com>
4880
4881 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
4882
4883 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4884
4885 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
4886 pstate register when comparing registers values in
4887 sparc64-*-linux-gnu targets to avoid spurious differences.
4888
4889 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4890
4891 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
4892
4893 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
4894
4895 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
4896 as type argument to gdb_compile.
4897 * gdb.base/nested-subp2.exp: Likewise.
4898 * gdb.base/nested-subp3.exp: Likewise.
4899
4900 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
4901
4902 * lib/dwarf.exp (_note): Fix left shift of negative value.
4903 * gdb.trace/trace-condition.exp: Likewise.
4904
4905 2015-11-13 Yao Qi <yao.qi@linaro.org>
4906
4907 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
4908 comments about d10v.
4909 (test_scalar_returns): Likewise.
4910 * gdb.base/d10v.ld: Remove.
4911 * gdb.base/overlays.exp: Remove the target triplet checking for
4912 d10v-*-*.
4913 * gdb.base/structs.exp (test_struct_returns): Remove the
4914 comments about d10v.
4915 (test_struct_calls): Likewise.
4916
4917 2015-11-13 Yao Qi <yao.qi@linaro.org>
4918
4919 * gdb.base/gnu_vector.exp: Check the return value by "p res".
4920 * gdb.base/gnu_vector.c: Don't include stdio.h.
4921 (main): Don't print res and call add_some_intvecs.
4922
4923 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
4924
4925 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
4926 macro.
4927 (func5): Removed.
4928 (func4): Use FAST_TRACEPOINT_LABEL.
4929 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
4930 macro.
4931 (func): Removed.
4932 (thread_function): Use FAST_TRACEPOINT_LABEL.
4933 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
4934 (func): Remove.
4935 (marker): Use FAST_TRACEPOINT_LABEL.
4936 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
4937 (pendfunc1): Remove.
4938 (pendfunc): Use FAST_TRACEPOINT_LABEL.
4939 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
4940 (foo): Remove.
4941 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
4942 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
4943 macro.
4944 (func): Remove.
4945 (marker): Use FAST_TRACEPOINT_LABEL.
4946 * gdb.trace/trace-common.h: New header.
4947 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
4948 macro.
4949 (func): Remove.
4950 (marker): Use FAST_TRACEPOINT_LABEL.
4951 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
4952 (func): Remove.
4953 (thread_function): Use FAST_TRACEPOINT_LABEL.
4954
4955 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
4956
4957 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
4958 in front.
4959 * gdb.trace/change-loc.exp: Use global pcreg definition.
4960 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
4961 * gdb.trace/entry-values.exp: Use global spreg definition, add $
4962 in front.
4963 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
4964 * gdb.trace/pending.exp: Likewise.
4965 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
4966 * gdb.trace/trace-break.exp: Likewise.
4967 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
4968 in front.
4969 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
4970 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
4971 in front.
4972 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
4973
4974 2015-11-09 Joel Brobecker <brobecker@adacore.com>
4975
4976 * gdb.ada/fin_fun_out: New testcase.
4977
4978 2015-11-07 Kevin Buettner <kevinb@redhat.com>
4979
4980 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
4981 value associated with DW_AT_byte_size.
4982 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
4983 constants for DW_AT_byte_size, DW_AT_lower_bound, and
4984 DW_AT_upper_bound.
4985
4986 2015-11-07 Kevin Buettner <kevinb@redhat.com>
4987
4988 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
4989 (gdb_target_symbol_prefix_flags): Define in terms of _asm
4990 version.
4991 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
4992 gdb.dwarf2/dw2-canonicalize-type.exp,
4993 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
4994 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
4995 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
4996 provided by gdb_target_symbol_prefix_flags_asm.
4997 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
4998 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
4999 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
5000 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
5001 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
5002 macros where needed). Use this macro for symbols which require
5003 the prefix provided by SYMBOL_PREFIX.
5004
5005 2015-11-05 Kevin Buettner <kevinb@redhat.com>
5006
5007 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
5008 New procs.
5009 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
5010 representing expressions, of more than one list element.
5011 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
5012 to prepend linker symbol prefix to f.
5013 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
5014 table_1 and table_2.
5015 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
5016 Likewise, for f and g.
5017 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
5018 for ptr.
5019 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
5020 for main.
5021 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
5022 table_1_ptr and table_2_ptr.
5023
5024 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5025 Joel Brobecker <brobecker@adacore.com>
5026
5027 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
5028
5029 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
5030
5031 * gdb.reverse/s390-mvcle.c: New test.
5032 * gdb.reverse/s390-mvcle.exp: New file.
5033 * lib/gdb.exp: Enable reverse tests on s390*-linux.
5034
5035 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5036
5037 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
5038
5039 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5040
5041 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
5042 reaching marker2.
5043 * gdb.reverse/getresuid-reverse.exp: Likewise.
5044 * gdb.reverse/pipe-reverse.exp: Likewise.
5045 * gdb.reverse/readv-reverse.exp: Likewise.
5046 * gdb.reverse/recvmsg-reverse.exp: Likewise.
5047 * gdb.reverse/time-reverse.exp: Likewise.
5048 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
5049
5050 2015-10-30 Yao Qi <yao.qi@linaro.org>
5051
5052 * gdb.threads/wp-replication.c (watch_count_done): Remove.
5053 (empty_cycle): Remove.
5054 (main): Don't call empty_cycle. Don't use watch_count_done.
5055 * gdb.threads/wp-replication.exp: Don't set breakpoint on
5056 empty_cycle. Rewrite the code counting HW watchpoints.
5057
5058 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
5059
5060 * gdb.reverse/fstatat-reverse.c: New test.
5061 * gdb.reverse/fstatat-reverse.exp: New file.
5062 * gdb.reverse/getresuid-reverse.c: New test.
5063 * gdb.reverse/getresuid-reverse.exp: New file.
5064 * gdb.reverse/pipe-reverse.c: New test.
5065 * gdb.reverse/pipe-reverse.exp: New file.
5066 * gdb.reverse/readv-reverse.c: New test.
5067 * gdb.reverse/readv-reverse.exp: New file.
5068 * gdb.reverse/recvmsg-reverse.c: New test.
5069 * gdb.reverse/recvmsg-reverse.exp: New file.
5070 * gdb.reverse/time-reverse.c: New test.
5071 * gdb.reverse/time-reverse.exp: New file.
5072 * gdb.reverse/waitpid-reverse.c: New test.
5073 * gdb.reverse/waitpid-reverse.exp: New file.
5074
5075 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5076
5077 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
5078
5079 2015-10-26 Doug Evans <dje@google.com>
5080
5081 PR symtab/17391
5082 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
5083 * gdb.dwarf2/bad-regnum.c: New file.
5084 * gdb.dwarf2/bad-regnum.exp: New file.
5085
5086 2015-10-26 Doug Evans <dje@google.com>
5087
5088 PR python/18938
5089 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5090 file.
5091
5092 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5093
5094 * gdb.compile/compile.exp (compile code globalvar): Update expectation
5095 for a change by "Mention language in compile error message".
5096
5097 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
5098
5099 PR python/18073
5100 * gdb.python/py-type.c (C::a_method): New.
5101 (C::a_const_method): New.
5102 (C::a_static_method): New.
5103 (a_function): New.
5104 * gdb.python/py-type.exp (test_fields): Test getting fields
5105 from function and method.
5106
5107 2015-10-21 Keven Boell <keven.boell@intel.com>
5108
5109 * gdb.fortran/vla-alloc-assoc.exp: New file.
5110 * gdb.fortran/vla-datatypes.exp: New file.
5111 * gdb.fortran/vla-datatypes.f90: New file.
5112 * gdb.fortran/vla-history.exp: New file.
5113 * gdb.fortran/vla-ptype-sub.exp: New file.
5114 * gdb.fortran/vla-ptype.exp: New file.
5115 * gdb.fortran/vla-sizeof.exp: New file.
5116 * gdb.fortran/vla-sub.f90: New file.
5117 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
5118 * gdb.fortran/vla-value-sub-finish.exp: New file.
5119 * gdb.fortran/vla-value-sub.exp: New file.
5120 * gdb.fortran/vla-value.exp: New file.
5121 * gdb.fortran/vla-ptr-info.exp: New file.
5122 * gdb.mi/mi-vla-fortran.exp: New file.
5123 * gdb.mi/vla.f90: New file.
5124
5125 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
5126
5127 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
5128 of hardwired timeout value.
5129
5130 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5131 Pedro Alves <palves@redhat.com>
5132
5133 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5134 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
5135
5136 2015-10-19 Josh Stone <jistone@redhat.com>
5137
5138 * gdb.base/catch-syscall.c: Include <sched.h>.
5139 (unknown_syscall): New variable.
5140 (main): Trigger a vfork and an unknown syscall.
5141 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5142 (unknown_syscall_number): Likewise.
5143 (check_call_to_syscall): Accept an optional syscall pattern.
5144 (check_return_from_syscall): Likewise.
5145 (check_continue): Likewise.
5146 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5147 (test_catch_syscall_skipping_return): New test toggling off 'catch
5148 syscall' to step over the syscall return, then toggling back on.
5149 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5150 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5151 (do_syscall_tests): Call test_catch_syscall_without_args and
5152 test_catch_syscall_mid_vfork.
5153 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5154 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5155
5156 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
5157
5158 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5159 print g_vE): Add new pass patterns.
5160 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5161 print various symbol names for vptr fields.
5162
5163 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
5164
5165 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5166 results.
5167
5168 2015-10-12 Yao Qi <yao.qi@linaro.org>
5169
5170 * gdb.arch/disp-step-insn-reloc.exp: New test case.
5171
5172 2015-10-12 Yao Qi <yao.qi@linaro.org>
5173
5174 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5175 is aarch64*-*-linux*.
5176
5177 2015-10-12 Yao Qi <yao.qi@linaro.org>
5178
5179 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5180 (can_relocate_bcond_true): ... it.
5181 (can_relocate_bcond_false): New function.
5182 (foo): Likewise.
5183 (can_relocate_bl): Likewise.
5184 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5185 can_relocate_bl.
5186
5187 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
5188
5189 * gdb.base/nested-addr.c: New file.
5190 * gdb.base/nested-addr.exp: New testcase.
5191
5192 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
5193
5194 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5195 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5196 its output. Ignore the output of "record goto begin" and instead
5197 check that GDB is replaying.
5198
5199 2015-10-09 Pedro Alves <palves@redhat.com>
5200
5201 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5202 (top level): Use it in the run with no args test.
5203
5204 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5205
5206 * gdb.dlang/properties.exp: New file.
5207
5208 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5209
5210 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5211 whether or not address 0x1000 is mapped on the target.
5212
5213 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5214
5215 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5216 build.
5217
5218 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5219
5220 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5221 instruction-history test.
5222
5223 2015-09-28 Doug Evans <dje@google.com>
5224
5225 * gdb.base/gcore.c (array_func): Add reference to static_array.
5226
5227 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5228
5229 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5230 source line.
5231
5232 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5233
5234 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5235 short or char as base type.
5236
5237 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5238
5239 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5240 to allow any size enum.
5241
5242 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5243
5244 * gdb.ada/array_ptr_renaming.exp: New testcase.
5245 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5246 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5247
5248 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5249
5250 * gdb.trace/ftrace-lock.c: New file.
5251 * gdb.trace/ftrace-lock.exp: New file.
5252
5253 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5254
5255 * gdb.arch/insn-reloc.c: New file.
5256 * gdb.arch/ftrace-insn-reloc.exp: New file.
5257
5258 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5259
5260 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5261 instruction.
5262 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5263 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5264 * gdb.trace/range-stepping.c: Likewise.
5265 * gdb.trace/trace-break.c: Likewise.
5266 * gdb.trace/trace-mt.c (thread_function): Likewise.
5267 * gdb.trace/ftrace.c (marker): Likewise.
5268 * gdb.trace/trace-condition.c (marker): Likewise.
5269 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5270 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5271 is_aarch64_target.
5272
5273 2015-09-18 Doug Evans <xdje42@gmail.com>
5274
5275 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5276 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5277
5278 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5279
5280 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5281 the breakpoint.
5282
5283 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5284
5285 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5286 the pending breakpoint. Remove timeout override for "Run till
5287 MI pending breakpoint on pendfunc3 on thread 2" test.
5288
5289 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5290
5291 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5292 filename pattern.
5293
5294 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5295
5296 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5297 in breakpoint filename pattern.
5298
5299 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5300
5301 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5302
5303 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5304
5305 * gdb.linespec/explicit.exp: Check for readline support for
5306 tab-completion tests. Fix obvious typo.
5307
5308 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5309
5310 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5311 and replay.
5312
5313 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5314
5315 * gdb.btrace/non-stop.c: New.
5316 * gdb.btrace/non-stop.exp: New.
5317
5318 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5319 Yao Qi <yao.qi@linaro.org>
5320
5321 * gdb.trace/trace-condition.c: New file.
5322 * gdb.trace/trace-condition.exp: New file.
5323
5324 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
5325
5326 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5327 for testing bytecode compilation.
5328
5329 2015-09-16 Pedro Alves <palves@redhat.com>
5330 Sandra Loosemore <sandra@codesourcery.com>
5331
5332 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5333 (SECONDS): Redefine.
5334 (main): Call pthread_kill and alarm early.
5335 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5336 support.
5337 (test): If the target can't hardware step and doesn't support
5338 displaced stepping, increase the timeout.
5339
5340 2015-09-16 Pedro Alves <palves@redhat.com>
5341
5342 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5343 (enable_debug): New procedures.
5344 (test): Use them. Bail out if waiting for threads fails.
5345 (top level): Bail out if a test fails.
5346
5347 2015-09-16 Yao Qi <yao.qi@linaro.org>
5348
5349 * gdb.asm/asm-source.exp: Set asm-arch for
5350 aarch64*-*-* target.
5351 * gdb.asm/aarch64.inc: New file.
5352
5353 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5354
5355 * gdb.ada/array_of_variable_length.exp: New testcase.
5356 * gdb.ada/array_of_variable_length/foo.adb: New file.
5357 * gdb.ada/array_of_variable_length/pck.adb: New file.
5358 * gdb.ada/array_of_variable_length/pck.ads: New file.
5359
5360 2015-09-15 Doug Evans <dje@google.com>
5361
5362 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5363 of function static local variable.
5364
5365 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5366
5367 * gdb.threads/tls-so_extern.exp: New test file.
5368 * gdb.threads/tls-so_extern.c: New test file.
5369 * gdb.threads/tls-so_extern_main.c: New test file.
5370
5371 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5372
5373 * gdb.opt/solib-intra-step-lib.c: New file.
5374 * gdb.opt/solib-intra-step-main.c: New file.
5375 * gdb.opt/solib-intra-step.exp: New file.
5376
5377 2015-09-15 Pedro Alves <palves@redhat.com>
5378
5379 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5380 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5381
5382 2015-09-14 Pedro Alves <palves@redhat.com>
5383
5384 * gdb.base/hook-stop-continue.c: Delete.
5385 * gdb.base/hook-stop-continue.exp: Delete.
5386 * gdb.base/hook-stop-frame.c: Delete.
5387 * gdb.base/hook-stop-frame.exp: Delete.
5388 * gdb.base/hook-stop.c: New file.
5389 * gdb.base/hook-stop.exp: New file.
5390
5391 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5392
5393 * gdb.ada/access_to_packed_array.exp: New testcase.
5394 * gdb.ada/access_to_packed_array/foo.adb: New file.
5395 * gdb.ada/access_to_packed_array/pack.adb: New file.
5396 * gdb.ada/access_to_packed_array/pack.ads: New file.
5397
5398 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5399
5400 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5401 buffer size test.
5402
5403 2015-09-11 Don Breazeal <donb@codesourcery.com>
5404
5405 * gdb.base/foll-exec.c: Add copyright header. Fix
5406 formatting issues.
5407 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5408 (do_exec_tests): Use clean_restart in place of zap_session,
5409 and for test initialization. Fix formatting issues. Use
5410 fail in place of perror.
5411 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5412 an expect statement to match an expression with output from
5413 the program under debug.
5414 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5415 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5416 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5417 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5418 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5419
5420 2015-09-09 Doug Evans <dje@google.com>
5421
5422 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5423
5424 2015-09-09 Doug Evans <dje@google.com>
5425
5426 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5427
5428 2015-09-09 Doug Evans <dje@google.com>
5429
5430 * gdb.base/savedregs.exp: Fix typo.
5431
5432 2015-09-09 Pedro Alves <palves@redhat.com>
5433
5434 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5435
5436 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5437
5438 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5439 command actually switches threads. Give up on remaining
5440 tests if target fails to stop at breakpoint.
5441
5442 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5443
5444 * gdb.ada/funcall_char.exp: New testcase.
5445 * gdb.ada/funcall_char/foo.adb: New file.
5446
5447 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5448
5449 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5450 expected outputs. Add two testcases for completing ambiguous
5451 functions.
5452 * gdb.ada/complete/aux_pck.adb: New file.
5453 * gdb.ada/complete/aux_pck.ads: New file.
5454 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5455 Ambiguous_Func functions.
5456 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5457 * gdb.ada/complete/pck.adb: Likewise.
5458
5459 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5460
5461 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5462 failures to run the test program under GDB.
5463
5464 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
5465
5466 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5467 to C.
5468
5469 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5470
5471 * gdb.base/run-after-attach.exp: New test file.
5472 * gdb.base/run-after-attach.c: New test file.
5473
5474 2015-08-26 Don Breazeal <donb@codesourcery.com>
5475
5476 * gdb.base/foll-exec-2.c: New test program.
5477 * gdb.base/foll-exec-2.exp: New test.
5478
5479 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5480
5481 * gdb.base/nested-subp1.exp: New file.
5482 * gdb.base/nested-subp1.c: New file.
5483 * gdb.base/nested-subp2.exp: New file.
5484 * gdb.base/nested-subp2.c: New file.
5485 * gdb.base/nested-subp3.exp: New file.
5486 * gdb.base/nested-subp3.c: New file.
5487
5488 2015-08-24 Pedro Alves <palves@redhat.com>
5489
5490 * gdb.server/connect-without-multi-process.c: New file.
5491 * gdb.server/connect-without-multi-process.exp: New file.
5492
5493 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5494
5495 * gdb.opt/inline-markers.c: Make z int.
5496
5497 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5498
5499 * gdb.opt/inline-markers.c: Make z volatile.
5500
5501 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5502
5503 * gdb.opt/inline-bt.c: New volatile global z.
5504 * gdb.opt/inline-cmds.c: Likewise.
5505 * gdb.opt/inline-locals.c: Likewise.
5506 * gdb.opt/inline-markers.c: New extern global z.
5507 (marker): Use z.
5508 (inline_fn): Likewise.
5509
5510 2015-08-24 Pedro Alves <palves@redhat.com>
5511
5512 * config/m32r-stub.exp: Remove file.
5513 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5514 * gdb.base/call-rt-st.exp: Likewise.
5515 * gdb.base/call-strs.exp: Likewise.
5516 * gdb.base/default.exp: Remove references to h8300-*-hms and
5517 *-*-udi*.
5518 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5519
5520 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5521
5522 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5523 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
5524 and "return" use KFAIL when GDB can not read/write the vector
5525 return value.
5526
5527 2015-08-21 Gary Benson <gbenson@redhat.com>
5528
5529 * gdb.trace/pending.exp: Cope with remote transfer warnings.
5530
5531 2015-08-20 Pedro Alves <palves@redhat.com>
5532
5533 * gdb.server/solib-list.exp: No longer expect an interior stop in
5534 non-stop mode.
5535
5536 2015-08-20 Pedro Alves <palves@redhat.com>
5537
5538 * gdb.server/connect-stopped-target.c: New file.
5539 * gdb.server/connect-stopped-target.exp: New file.
5540
5541 2015-08-20 Pedro Alves <palves@redhat.com>
5542
5543 * gdb.dwarf2/comp-unit-lang.exp: New file.
5544 * gdb.dwarf2/comp-unit-lang.c: New file.
5545
5546 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
5547
5548 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5549 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5550
5551 2015-08-19 Kevin Buettner <kevinb@redhat.com>
5552
5553 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5554 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5555
5556 2015-08-18 Doug Evans <dje@google.com>
5557 Adrian Sendroiu <adrian.sendroiu@freescale.com>
5558
5559 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5560 skip_python_tests. New arg prompt_regexp.
5561 (skip_python_tests): New function.
5562 * lib/mi-support.exp (mi_skip_python_tests): New function.
5563 * gdb.python/py-mi-objfile-gdb.py: New file.
5564 * gdb.python/py-mi-objfile.c: New file.
5565 * gdb.python/py-mi-objfile.exp: New file.
5566
5567 2015-08-17 Keith Seitz <keiths@redhat.com>
5568
5569 * gdb.linespec/explicit.exp: Move strace test from here ...
5570 * gdb.trace/strace.exp: ... to here.
5571
5572 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
5573
5574 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5575 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5576
5577 2015-08-14 Doug Evans <xdje42@gmail.com>
5578
5579 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5580 inferior before selecting a new file.
5581
5582 2015-08-14 Doug Evans <xdje42@gmail.com>
5583
5584 * gdb.mi/mi-disassemble.exp: Update.
5585 * gdb.base/disasm-optim.S: New file.
5586 * gdb.base/disasm-optim.c: New file.
5587 * gdb.base/disasm-optim.h: New file.
5588 * gdb.base/disasm-optim.exp: New file.
5589
5590 2015-08-14 Keith Seitz <keiths@redhat.com>
5591
5592 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5593 "evaluated-by".
5594
5595 2015-08-13 Joel Brobecker <brobecker@adacore.com>
5596
5597 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5598
5599 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
5600
5601 * gdb.ada/fun_renaming.exp: New testcase.
5602 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5603 * gdb.ada/fun_renaming/pack.adb: New file.
5604 * gdb.ada/fun_renaming/pack.ads: New file.
5605
5606 2015-08-12 Keith Seitz <keiths@redhat.com>
5607
5608 * gdb.base/dso2dso.exp: Pass basename of source file in call to
5609 gdb_get_line_number.
5610
5611 2015-08-12 Joel Brobecker <brobecker@adacore.com>
5612
5613 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5614 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5615 gdb.base/dso2dso.exp: New files.
5616
5617 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
5618 Pedro Alves <palves@redhat.com>
5619 Keith Seitz <keiths@redhat.com>
5620
5621 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5622 GDBFLAGS.
5623
5624 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5625
5626 * gdb.base/gdbhistsize-history.exp
5627 (test_histsize_history_setting): Use save_vars.
5628 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5629 Use save_vars.
5630 (test_no_truncation_of_unlimited_history_file): Use save_vars.
5631 * gdb.base/readline.exp: Use save_vars.
5632
5633 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5634
5635 * lib/gdb.exp (save_vars): New proc.
5636
5637 2015-08-11 Keith Seitz <keiths@redhat.com>
5638
5639 * gdb.base/help.exp: Update help_breakpoint_text.
5640
5641 2015-08-11 Keith Seitz <keiths@redhat.com>
5642
5643 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5644 (at toplevel): Call test_explicit_breakpoints.
5645 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5646 breakpoints.
5647 * lib/mi-support.exp (mi_make_breakpoint): Add support for
5648 breakpoint conditions, "-cond".
5649
5650 2015-08-11 Keith Seitz <keiths@redhat.com>
5651
5652 * gdb.linespec/3explicit.c: New file.
5653 * gdb.linespec/cpexplicit.cc: New file.
5654 * gdb.linespec/cpexplicit.exp: New file.
5655 * gdb.linespec/explicit.c: New file.
5656 * gdb.linespec/explicit.exp: New file.
5657 * gdb.linespec/explicit2.c: New file.
5658 * gdb.linespec/ls-errs.exp: Add explicit location tests.
5659 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5660 before using in the matching pattern.
5661 Clarify that `prefix' is a regular expression.
5662
5663 2015-08-11 Keith Seitz <keiths@redhat.com>
5664
5665 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5666 test.
5667 Add tests for missing ",FMT" and ",".
5668
5669 2015-08-10 Doug Evans <dje@google.com>
5670 Keith Seitz <keiths@redhat.com>
5671
5672 PR gdb/17960
5673 * gdb.base/completion.exp: Add location completer tests.
5674
5675 2015-08-07 Pedro Alves <palves@redhat.com>
5676
5677 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
5678 tests here.
5679 (top level): Run do_test with and without displaced stepping.
5680
5681 2015-08-07 Pedro Alves <palves@redhat.com>
5682
5683 * gdb.base/valgrind-disp-step.c: New file.
5684 * gdb.base/valgrind-disp-step.exp: New file.
5685
5686 2015-08-07 Pedro Alves <palves@redhat.com>
5687
5688 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
5689 Delete function.
5690 (main): Add alarm. Run an infinite loop instead of calling
5691 wait_threads.
5692 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
5693 comment.
5694 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
5695 Delete function.
5696 (main): Add alarm. Run an infinite loop instead of calling
5697 wait_threads.
5698 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
5699 comment.
5700
5701 2015-08-07 Pedro Alves <palves@redhat.com>
5702
5703 * gdb.base/checkpoint-ns.exp: New file.
5704 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
5705 standard_testfile.
5706
5707 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5708
5709 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
5710 * gdb.btrace/instruction_history.exp: Update.
5711 * gdb.btrace/tsx.exp: New.
5712 * gdb.btrace/tsx.c: New.
5713
5714 2015-08-06 Pedro Alves <palves@redhat.com>
5715
5716 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
5717 increase timeout.
5718 * gdb.reverse/until-precsave.exp: Bump timeouts.
5719
5720 2015-08-06 Pedro Alves <palves@redhat.com>
5721
5722 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
5723
5724 2015-08-06 Pedro Alves <palves@redhat.com>
5725
5726 PR gdb/18749
5727 * gdb.threads/process-dies-while-handling-bp.c: New file.
5728 * gdb.threads/process-dies-while-handling-bp.exp: New file.
5729
5730 2015-08-06 Pedro Alves <palves@redhat.com>
5731
5732 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
5733 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
5734
5735 2015-08-05 Pedro Alves <palves@redhat.com>
5736
5737 * gdb.threads/next-while-other-thread-longjmps.c: New file.
5738 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
5739
5740 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5741
5742 * gdb.base/bp-permanent.exp: Report test as unsupported if
5743 the target cannot stop at the permanent breakpoint.
5744
5745 2015-08-03 Doug Evans <dje@google.com>
5746
5747 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
5748 10000.
5749
5750 2015-08-03 Doug Evans <dje@google.com>
5751
5752 * Makefile.in (workers/%.worker, build-perf): New rule.
5753 (GDB_PERFTEST_MODE): New variable.
5754 (check-perf): Use it.
5755 (clean): Clean up gdb.perf parallel build subdirs.
5756 * lib/build-piece.exp: New file.
5757 * lib/gdb.exp (make_gdb_parallel_path): New function
5758 (standard_output_file, standard_temp_file): Call it.
5759 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5760 of $GDB_PARALLEL.
5761 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
5762
5763 2015-08-03 Doug Evans <dje@google.com>
5764
5765 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
5766 (LOG_FILE_NAME): New global.
5767 (TextReporter.__init__): Initialize self.txt_sum.
5768 (TextReporter.report): Add support for multiple data-points.
5769 Move report to perftest.sum, put raw data in perftest.log.
5770 (TextReporter.start): Open sum and log files.
5771 (TextReporter.end): Close sum and log files.
5772 * gdb.perf/lib/perftest/testresult.py
5773 (SingleStatisticTestResult.record): Handle multiple data-points.
5774
5775 2015-07-31 Pedro Alves <palves@redhat.com>
5776
5777 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
5778 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5779 kill_wait_spawned_process instead of explicit "kill -9".
5780 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
5781 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5782 kill_wait_spawned_process.
5783 * gdb.base/attach-twice.exp: Likewise.
5784 * gdb.base/attach.exp: Likewise.
5785 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
5786 gdb_test_multiple.
5787 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
5788 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5789 kill_wait_spawned_process.
5790 * gdb.base/valgrind-infcall.exp: Likewise.
5791 * gdb.multi/multi-attach.exp: Likewise.
5792 * gdb.python/py-prompt.exp: Likewise.
5793 * gdb.python/py-sync-interp.exp: Likewise.
5794 * gdb.server/ext-attach.exp: Likewise.
5795 * gdb.threads/attach-into-signal.exp (corefunc): Use
5796 spawn_wait_for_attach, spawn_id_get_pid and
5797 kill_wait_spawned_process.
5798 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
5799 spawn_wait_for_attach returning a spawn id instead of a pid. Use
5800 spawn_id_get_pid and kill_wait_spawned_process.
5801 * gdb.threads/attach-stopped.exp (corefunc): Use
5802 spawn_wait_for_attach, spawn_id_get_pid and
5803 kill_wait_spawned_process.
5804 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
5805 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5806 kill_wait_spawned_process instead of explicit "kill -9".
5807 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
5808 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
5809 (spawn_wait_for_attach): Use spawn instead of exec to spawn
5810 processes. Don't map cygwin/windows pids here. Now returns a
5811 spawn id list.
5812
5813 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5814
5815 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
5816 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
5817 correct patch.
5818
5819 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5820
5821 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
5822
5823 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5824
5825 Reapply:
5826 2014-05-21 Mark Wielaard <mjw@redhat.com>
5827
5828 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5829
5830 2015-07-30 Pedro Alves <palves@redhat.com>
5831
5832 * linux-low.c (handle_extended_wait): Set the child's last
5833 reported status to TARGET_WAITKIND_STOPPED.
5834
5835 2015-07-30 Pedro Alves <palves@redhat.com>
5836
5837 PR threads/18600
5838 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
5839 only shows inferior 1.
5840
5841 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
5842 Pedro Alves <palves@redhat.com>
5843
5844 PR threads/18600
5845 * gdb.threads/fork-plus-threads.c: New file.
5846 * gdb.threads/fork-plus-threads.exp: New file.
5847
5848 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5849
5850 * gdb.base/batch-preserve-term-settings.exp
5851 (test_terminal_settings_preserved_after_cli_exit): Use
5852 send_quit_command.
5853
5854 2015-07-29 Pedro Alves <palves@redhat.com>
5855 Don Breazeal <donb@codesourcery.com>
5856
5857 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
5858 output from both inferior_spawn_id and gdb_spawn_id.
5859
5860 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5861
5862 * gdb.threads/attach-into-signal.exp (corefunc): Use
5863 with_test_prefix on nested loops, uniquefying the test messages.
5864
5865 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5866
5867 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
5868 commit.
5869
5870 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5871
5872 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
5873 New proc.
5874 (test_terminal_settings_preserved_after_sigterm): New test.
5875
5876 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5877
5878 * gdb.base/batch-preserve-term-settings.exp
5879 (test_terminal_settings_preserved_after_cli_exit): New test.
5880
5881 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5882
5883 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
5884 manipulation of saved_gdbflags.
5885 (test_terminal_settings_preserved): Remove global declaration of
5886 the unused variable pagination_prompt. Remove manipulation of
5887 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
5888 GDBFLAGS.
5889
5890 2015-07-29 Pedro Alves <palves@redhat.com>
5891
5892 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
5893
5894 2015-07-29 Pedro Alves <palves@redhat.com>
5895
5896 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
5897 at the top.
5898
5899 2015-07-29 Pedro Alves <palves@redhat.com>
5900
5901 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
5902 (main): Call gdb_unbuffer_output.
5903 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
5904 (main): Call gdb_unbuffer_output.
5905 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
5906 (main): Call gdb_unbuffer_output.
5907 * gdb.base/call-strs.exp: Adjust to step over the
5908 gdb_unbuffer_output call.
5909 * gdb.base/catch-gdb-caused-signals.c: Include
5910 "../lib/unbuffer_output.c".
5911 (main): Call gdb_unbuffer_output.
5912 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
5913 (main): Call gdb_unbuffer_output.
5914 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
5915 (main): Call gdb_unbuffer_output.
5916 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
5917 (main): Call gdb_unbuffer_output.
5918 * gdb.base/shlib-call.exp: Adjust to step over the
5919 gdb_unbuffer_output call.
5920 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
5921 (main): Call gdb_unbuffer_output.
5922 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
5923 (main): Call gdb_unbuffer_output.
5924 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
5925 (main): Rename to ...
5926 (test): ... this.
5927 (main): Reimplement.
5928 * gdb.base/varargs.exp: Run to test instead of to main.
5929 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5930 (main): Call gdb_unbuffer_output.
5931
5932 2015-07-29 Pedro Alves <palves@redhat.com>
5933
5934 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
5935 factore out from mi_continue_dprintf. For call-style dprintfs,
5936 expect dprintf output out of $inferior_spawn_id.
5937 (mi_continue_dprintf): Use mi_expect_dprintf.
5938 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5939 (main): Call gdb_unbuffer_output.
5940
5941 2015-07-29 Pedro Alves <palves@redhat.com>
5942
5943 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
5944 (default_mi_gdb_start): Set inferior_spawn_id instead of
5945 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
5946 gdb_spawn_id.
5947 (mi_gdb_test): Always expect inferior output from both
5948 $inferior_spawn_id and $gdb_spawn_id.
5949
5950 2015-07-29 Pedro Alves <palves@redhat.com>
5951
5952 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
5953 send_inferior and $inferior_spawn_id.
5954
5955 2015-07-29 Pedro Alves <palves@redhat.com>
5956
5957 * gdb.gdb/complaints.exp (test_initial_complaints)
5958 (test_serial_complaints, test_short_complaints): Use
5959 gdb_test_stdio.
5960 (test_empty_complaint): Handle $inferior_spawn_id !=
5961 $gdb_spawn_id.
5962
5963 2015-07-29 Pedro Alves <palves@redhat.com>
5964
5965 * gdb.base/varargs.exp: Use gdb_test_stdio.
5966
5967 2015-07-29 Pedro Alves <palves@redhat.com>
5968
5969 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
5970
5971 2015-07-29 Pedro Alves <palves@redhat.com>
5972
5973 * gdb.base/ending-run.exp: Use gdb_test_stdio.
5974
5975 2015-07-29 Pedro Alves <palves@redhat.com>
5976
5977 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
5978 parameter into two new parameters, "inf_result" and "gdb_result".
5979 Expect inferior output and gdb output from $inferior_spawn_id and
5980 $gdb_spawn_id, respectively. Adjust all callers.
5981
5982 2015-07-29 Pedro Alves <palves@redhat.com>
5983
5984 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
5985 of gdb_test_sequence.
5986
5987 2015-07-29 Pedro Alves <palves@redhat.com>
5988
5989 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
5990 (saw_spurious_output): Expect inferior output from
5991 $inferior_spawn_id. Use gdb_test_stdio.
5992
5993 2015-07-29 Pedro Alves <palves@redhat.com>
5994
5995 * gdb.base/dprintf.exp: Use standard_testfile. Change
5996 prepare_for_testing call.
5997 (srcfile): Don't set.
5998 (restart): New procedure.
5999 (test_dprintf): New procecure, use to continue over dprintfs.
6000 (test_call, test_agent): New procedures, tests moved here.
6001 Restart gdb and recreate dprintfs. Adjust expected output.
6002
6003 2015-07-29 Pedro Alves <palves@redhat.com>
6004
6005 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
6006
6007 2015-07-29 Pedro Alves <palves@redhat.com>
6008
6009 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
6010
6011 2015-07-29 Pedro Alves <palves@redhat.com>
6012
6013 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
6014 gdb_test_stdio.
6015
6016 2015-07-29 Pedro Alves <palves@redhat.com>
6017
6018 * lib/gdb.exp (gdb_test_stdio): New procedure.
6019
6020 2015-07-29 Pedro Alves <palves@redhat.com>
6021
6022 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
6023
6024 2015-07-29 Pedro Alves <palves@redhat.com>
6025
6026 * gdb.base/call-signal-resume.exp: Remove check for
6027 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
6028 * gdb.base/unwindonsignal.exp: Likewise.
6029 * gdb.base/call-signals.c (gen_signal): Remove printf call.
6030 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
6031
6032 2015-07-29 Pedro Alves <palves@redhat.com>
6033
6034 * gdb.base/siginfo-addr.c (pass): New function.
6035 (handler): Call it iff si_addr is correct.
6036 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
6037 Set a breakpoint at "pass" and continue to it.
6038
6039 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
6040
6041 * gdb.python/py-objfile.exp: Make some tests have unique names.
6042 * gdb.python/py-pp-registration.exp: Likewise.
6043
6044 2015-07-28 Pedro Alves <palves@redhat.com>
6045
6046 * gdb.server/server-exec-info.exp: Issue a "disconnect".
6047
6048 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6049
6050 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
6051
6052 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6053
6054 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
6055
6056 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6057
6058 * gdb.base/gdb-sigterm-2.exp: New test.
6059
6060 2015-07-25 Doug Evans <xdje42@gmail.com>
6061
6062 Revert:
6063 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6064 (workers/%.worker, build-perf): New rule.
6065 (GDB_PERFTEST_MODE): New variable.
6066 (check-perf): Use it.
6067 (clean): Clean up gdb.perf parallel build subdirs.
6068 * lib/build-piece.exp: New file.
6069 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6070 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6071 name.
6072 (standard_temp_file): Ditto.
6073 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6074 of $GDB_PARALLEL.
6075
6076 2015-07-24 Doug Evans <dje@google.com>
6077
6078 * gdb.perf/lib/perftest/utils.py: New file.
6079 * gdb.perf/gm-hello.cc: New file.
6080 * gdb.perf/gm-pervasive-typedef.cc: New file.
6081 * gdb.perf/gm-pervasive-typedef.h: New file.
6082 * gdb.perf/gm-std.cc: New file.
6083 * gdb.perf/gm-std.h: New file.
6084 * gdb.perf/gm-use-cerr.cc: New file.
6085 * gdb.perf/gm-utils.h: New file.
6086 * gdb.perf/gmonster-null-lookup.py: New file.
6087 * gdb.perf/gmonster-pervasive-typedef.py: New file.
6088 * gdb.perf/gmonster-print-cerr.py: New file.
6089 * gdb.perf/gmonster-ptype-string.py: New file.
6090 * gdb.perf/gmonster-runto-main.py: New file.
6091 * gdb.perf/gmonster-select-file.py: New file.
6092 * gdb.perf/gmonster1-null-lookup.exp: New file.
6093 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6094 * gdb.perf/gmonster1-print-cerr.exp: New file.
6095 * gdb.perf/gmonster1-ptype-string.exp: New file.
6096 * gdb.perf/gmonster1-runto-main.exp: New file.
6097 * gdb.perf/gmonster1-select-file.exp: New file.
6098 * gdb.perf/gmonster1.cc: New file.
6099 * gdb.perf/gmonster1.exp: New file.
6100 * gdb.perf/gmonster2-null-lookup.exp: New file.
6101 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6102 * gdb.perf/gmonster2-print-cerr.exp: New file.
6103 * gdb.perf/gmonster2-ptype-string.exp: New file.
6104 * gdb.perf/gmonster2-runto-main.exp: New file.
6105 * gdb.perf/gmonster2-select-file.exp: New file.
6106 * gdb.perf/gmonster2.cc: New file.
6107 * gdb.perf/gmonster2.exp: New file.
6108
6109 2015-07-24 Doug Evans <dje@google.com>
6110
6111 * gdb.perf/README: New file.
6112 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6113 * lib/gen-perf-test.exp: New file.
6114
6115 2015-07-24 Doug Evans <dje@google.com>
6116
6117 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
6118 (PerfTest::startup): New function.
6119 (PerfTest::run): Return result of calling body.
6120 (PerfTest::assemble): Rewrite.
6121 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
6122 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
6123 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
6124 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
6125 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
6126
6127 2015-07-24 Doug Evans <dje@google.com>
6128
6129 * lib/gdb.exp (clean_restart): Make executable optional.
6130
6131 2015-07-24 Doug Evans <dje@google.com>
6132
6133 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
6134 compiler_info references.
6135 * gdb.cp/temargs.exp: Ditto.
6136 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6137 (get_compiler_info): Early exit if already computed. Set compiler_info
6138 to "unknown" if there was a problem.
6139 (test_compiler_info): Add function comment. Call get_compiler_info.
6140
6141 2015-07-24 Doug Evans <dje@google.com>
6142
6143 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6144 (workers/%.worker, build-perf): New rule.
6145 (GDB_PERFTEST_MODE): New variable.
6146 (check-perf): Use it.
6147 (clean): Clean up gdb.perf parallel build subdirs.
6148 * lib/build-piece.exp: New file.
6149 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6150 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6151 name.
6152 (standard_temp_file): Ditto.
6153 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6154 of $GDB_PARALLEL.
6155
6156 2015-07-24 Doug Evans <dje@google.com>
6157
6158 * lib/future.exp (gdb_default_target_compile): New option
6159 "early_flags".
6160 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6161 --as-needed.
6162
6163 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
6164
6165 * gdb.base/catch-syscall.exp: Call gdb_exit before
6166 gdb_skip_xml_test.
6167
6168 2015-07-24 Pedro Alves <palves@redhat.com>
6169
6170 * gdb.python/py-events.exp: Accept output between the stop event
6171 and the prompt.
6172 * gdb.python/py-evsignal.exp: Likewise.
6173 * gdb.python/py-evthreads.exp: Likewise.
6174
6175 2015-07-24 Pedro Alves <palves@redhat.com>
6176
6177 PR gdb/18717
6178 * gdb.threads/non-ldr-exit.c: New file.
6179 * gdb.threads/non-ldr-exit.exp: New file.
6180
6181 2015-07-24 Yao Qi <yao.qi@linaro.org>
6182
6183 * gdb.server/ext-wrapper.exp: Test --wrapper option when
6184 restarting process.
6185
6186 2015-07-24 Yao Qi <yao.qi@linaro.org>
6187
6188 * gdb.server/ext-restart.exp: New file.
6189
6190 2015-07-24 Yao Qi <yao.qi@linaro.org>
6191
6192 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6193 argument options.
6194 * gdb.server/ext-wrapper.exp: New file.
6195
6196 2015-07-23 Doug Evans <dje@google.com>
6197
6198 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6199 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6200
6201 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6202
6203 * gdb.ada/var_arr_typedef.exp: New testcase.
6204 * gdb.ada/var_arr_typedef/pack.adb: New file.
6205 * gdb.ada/var_arr_typedef/pack.ads: New file.
6206 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6207
6208 2015-07-20 Joel Brobecker <brobecker@adacore.com>
6209
6210 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6211
6212 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6213
6214 * gdb.arch/i386-biarch-core.exp: Replace istarget
6215 by "complete set gnutarget". Remove expectation for the "core-file"
6216 command.
6217
6218 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6219
6220 Revert the previous commit:
6221 Tests for validate symbol file using build-id.
6222
6223 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6224
6225 Tests for validate symbol file using build-id.
6226 * gdb.base/solib-mismatch-lib.c: New file.
6227 * gdb.base/solib-mismatch-libmod.c: New file.
6228 * gdb.base/solib-mismatch.c: New file.
6229 * gdb.base/solib-mismatch.exp: New file.
6230
6231 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6232
6233 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6234 nios2-*-linux*.
6235 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6236 * gdb.base/siginfo.exp: Likewise.
6237 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6238
6239 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6240
6241 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6242 Move it to ...
6243 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6244 ... here.
6245 * gdb.trace/range-stepping.exp: Check that the target supports
6246 range stepping.
6247
6248 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6249
6250 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6251
6252 2015-07-14 Pedro Alves <palves@redhat.com>
6253
6254 * gdb.base/killed-outside.exp: New file.
6255 * gdb.base/killed-outside.c: New file.
6256
6257 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6258
6259 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6260 (n at main): New.
6261 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6262
6263 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6264
6265 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6266 infcall tests instead of setting up for KFAIL.
6267
6268 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6269
6270 * gdb.btrace/record_goto-step.exp: New.
6271
6272 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6273
6274 PR compile/18484
6275 * gdb.compile/compile.c (struct struct_type): Add volatile to
6276 selffield's type.
6277 * gdb.compile/compile.exp
6278 (compile code struct_object.selffield = &struct_object): Skip further
6279 struct_object tests if this one xfails.
6280
6281 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
6282
6283 PR exp/18617
6284 * gdb.trace/ax.exp: Add test.
6285
6286 2015-07-07 Yao Qi <yao.qi@linaro.org>
6287
6288 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6289 instead of istarget "aarch64*-*-*".
6290 * gdb.arch/aarch64-fp.exp: Likewise.
6291 * gdb.base/float.exp: Likewise.
6292 * gdb.reverse/aarch64.exp: Likewise.
6293 * lib/gdb.exp (is_aarch64_target): New proc.
6294
6295 2015-07-07 Yao Qi <yao.qi@linaro.org>
6296
6297 * lib/gdb.exp (is_aarch32_target): New proc.
6298 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6299 instead of "istarget "arm*-*-*"".
6300 * gdb.arch/arm-disp-step.exp: Likewise.
6301 * gdb.arch/thumb-bx-pc.exp: Likewise.
6302 * gdb.arch/thumb-prologue.exp: Likewise.
6303 * gdb.arch/thumb-singlestep.exp: Likewise.
6304 * gdb.base/disp-step-syscall.exp: Likewise.
6305 * gdb.base/float.exp: Likewise.
6306
6307 2015-07-07 Yao Qi <yao.qi@linaro.org>
6308
6309 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6310 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6311
6312 2015-07-07 Yao Qi <yao.qi@linaro.org>
6313
6314 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6315 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6316 if it exists.
6317 * gdb.multi/multi-arch.exp: Likewise.
6318
6319 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6320
6321 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6322 print.
6323
6324 2015-07-07 Yao Qi <yao.qi@linaro.org>
6325
6326 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6327
6328 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6329
6330 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6331 '[' and ']' characters.
6332
6333 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6334
6335 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6336
6337 2015-06-29 Pedro Alves <palves@redhat.com>
6338
6339 PR threads/18127
6340 * gdb.threads/hand-call-new-thread.c: New file.
6341 * gdb.threads/hand-call-new-thread.c: New file.
6342
6343 2015-06-26 Keith Seitz <keiths@redhat.com>
6344 Doug Evans <dje@google.com>
6345
6346 PR 16253
6347 * gdb.cp/var-tag-2.cc: New file.
6348 * gdb.cp/var-tag-3.cc: New file.
6349 * gdb.cp/var-tag-4.cc: New file.
6350 * gdb.cp/var-tag.cc: New file.
6351 * gdb.cp/var-tag.exp: New file.
6352
6353 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6354
6355 * gdb.base/history-duplicates.exp: New test.
6356
6357 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6358
6359 * gdb.base/completion.exp: Test the completion of the "focus"
6360 command.
6361
6362 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6363
6364 * gdb.arch/amd64-prologue-skip.S: New file.
6365 * gdb.arch/amd64-prologue-skip.exp: New file.
6366
6367 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6368
6369 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6370 is_address_zero_readable check.
6371
6372 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6373
6374 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6375 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6376
6377 2015-06-24 Yao Qi <yao.qi@linaro.org>
6378
6379 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6380 linux targets.
6381
6382 2015-06-24 Yao Qi <yao.qi@linaro.org>
6383
6384 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6385 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6386 * gdb.base/siginfo-thread.exp: Likewise.
6387
6388 2015-06-22 Yao Qi <yao.qi@linaro.org>
6389
6390 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6391
6392 2015-06-22 Yao Qi <yao.qi@linaro.org>
6393
6394 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6395 aarch64*-*-*.
6396 (skip_hw_watchpoint_tests): Likewise.
6397
6398 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6399
6400 * gdb.base/gdbinit-history.exp: Test the interaction between
6401 setting GDBHISTSIZE and setting the history size via .gdbinit.
6402
6403 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6404
6405 PR gdb/16999
6406 * gdb.base/gdbhistsize-history.exp: New test.
6407
6408 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6409
6410 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6411 with GDBHISTSIZE.
6412 * gdb.base/readline.exp: Likewise.
6413
6414 2015-06-17 Yao Qi <yao.qi@linaro.org>
6415
6416 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6417 line.
6418
6419 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6420
6421 * gdb.base/gdbinit-history.exp: Add test case to check that
6422 an unlimited history file does not get truncated on exit.
6423
6424 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6425
6426 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6427 (VECTOR): New macro. Use it...
6428 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6429 ...for these typedefs.
6430 (int8, char1, int1, double1): New typedefs.
6431 (struct just_int2, struct two_int2): New structures.
6432 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6433 (add_structvecs, add_singlevecs): New functions.
6434 (main): Call add_some_intvecs twice.
6435 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6436 the compile and exit upon failure. Try compiling for the "native"
6437 architecture. Test inferior function calls with vector arguments
6438 and vector return value handling with "finish" and "return".
6439
6440 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6441
6442 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6443 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6444 PE file.
6445 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6446
6447 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6448
6449 PR breakpoints/16465
6450 * gdb.mi/mi-dprintf-pending.c: New file.
6451 * gdb.mi/mi-dprintf-pending.exp: New test.
6452 * gdb.mi/mi-dprintf-pendshr.c: New file.
6453
6454 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6455 Mircea Gherzan <mircea.gherzan@intel.com>
6456
6457 * gdb.arch/i386-mpx-map.c: New file.
6458 * gdb.arch/i386-mpx-map.exp: New File.
6459
6460 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6461
6462 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6463 * gdb.arch/i386-mpx.exp: Indentation fixed.
6464
6465 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6466
6467 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6468 function and improved indentation.
6469 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6470 gdb_test_multiple. Added additional tests to skip the test.
6471
6472 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6473
6474 * gdb.arch/i386-avx512.c: Change path in include file.
6475 * gdb.arch/i386-avx512.exp: Change include dir path
6476 compilation flag.
6477 * gdb.arch/i386-mpx.c: Change path in include file.
6478 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6479 flag.
6480
6481 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6482
6483 * gdb.compile/compile-print.exp (compile print *vararray@3)
6484 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6485
6486 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6487
6488 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6489 (do not keep jit in memory): ... this.
6490 (expect 5): Change it to ...
6491 (expect no 5): ... this.
6492
6493 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6494
6495 PR gdb/15564
6496 * gdb.mi/mi-detach.exp: New file.
6497
6498 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6499
6500 PR symtab/18392
6501 * gdb.arch/amd64-tailcall-self.S: New file.
6502 * gdb.arch/amd64-tailcall-self.c: New file.
6503 * gdb.arch/amd64-tailcall-self.exp: New file.
6504
6505 2015-05-28 Don Breazeal <donb@codesourcery.com>
6506
6507 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6508 tests for remote targets by checking is_target_gdbserver.
6509
6510 2015-05-27 Doug Evans <dje@google.com>
6511
6512 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6513 * gdb.dwarf2/opaque-type-lookup.c: New file.
6514 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6515
6516 2015-05-26 Doug Evans <dje@google.com>
6517
6518 * gdb.cp/iostream.cc: New file.
6519 * gdb.cp/iostream.exp: New file.
6520
6521 2015-05-26 Doug Evans <dje@google.com>
6522
6523 * gdb.dwarf2/dw2-op-call.exp: Update.
6524 * gdb.dwarf2/dw4-sig-types.exp: Update.
6525 * gdb.dwarf2/implptr.exp: Update.
6526 * gdb.mi/mi-cmd-param-changed.exp: Update.
6527
6528 2015-05-26 Doug Evans <dje@google.com>
6529
6530 * gdb.python/py-lazy-string.c: New file.
6531 * gdb.python/py-lazy-string.exp: New file.
6532 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6533 (main): Update. Add estring3.
6534 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6535 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6536
6537 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
6538 Yao Qi <yao.qi@linaro.org>
6539
6540 * gdb.reverse/aarch64.c: New.
6541 * gdb.reverse/aarch64.exp: New.
6542
6543 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
6544
6545 * lib/gdb.exp (supports_process_record): Return true for
6546 aarch64*-linux*.
6547 (supports_reverse): Likewise.
6548
6549 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
6550
6551 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6552 Use with_test_prefix.
6553
6554 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6555
6556 * gdb.base/completion.exp: Add test for completion of layout
6557 names.
6558
6559 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
6560
6561 * lib/gdb.exp (skip_tui_tests): New proc.
6562 * gdb.base/tui-layout.exp: Check skip_tui_tests.
6563
6564 2015-05-19 Pedro Alves <palves@redhat.com>
6565
6566 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6567 Save the whole env array instead of just HOME. Unset HISTSIZE in
6568 the environment while testing. Restore whole environment
6569 afterwards.
6570
6571 2015-05-16 Doug Evans <xdje42@gmail.com>
6572
6573 * gdb.guile/scm-ports.c: New file.
6574 * gdb.guile/scm-ports.exp: Add memory port tests.
6575
6576 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6577
6578 * gdb.compile/compile-print.c: New file.
6579 * gdb.compile/compile-print.exp: New file.
6580
6581 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6582
6583 * gdb.compile/compile-ops.exp: Cast param to void.
6584 * gdb.compile/compile.exp: Complete type for _gdb_expr.
6585 (compile code struct_object.selffield = &struct_object): Add xfail.
6586
6587 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6588
6589 * gdb.ada/arr_enum_with_gap: New testcase.
6590
6591 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6592
6593 * gdb.ada/byte_packed_arr: New testcase.
6594
6595 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6596
6597 * gdb.ada/pckd_neg: New testcase.
6598
6599 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
6600
6601 PR gdb/17820
6602 * gdb.base/gdbinit-history.exp: New test.
6603 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6604 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6605
6606 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
6607
6608 * gdb.python/py-xmethods.cc: Enhance test case.
6609 * gdb.python/py-xmethods.exp: New tests.
6610 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6611 function.
6612 (B_indexoper): Likewise.
6613 (global_dm_list) : Add new xmethod worker functions.
6614
6615 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
6616
6617 * gdb.base/coredump-filter.exp: Correctly unset
6618 "coredump_var_addr" array.
6619
6620 2015-05-08 Pedro Alves <palves@redhat.com>
6621
6622 * gdb.server/non-existing-program.exp: Unset spawn_id.
6623
6624 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
6625
6626 PR python/18291
6627 * gdb.python/py-xmethods.exp: Add tests.
6628
6629 2015-05-08 Yao Qi <yao.qi@linaro.org>
6630
6631 PR gdb/18208
6632 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6633 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6634 function set_coredump_filter, and remove remote_exec call.
6635 Remove argument ipid. Callers update.
6636 (top level): Don't get inferior's PID.
6637
6638 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
6639
6640 * gdb.base/watch_thread_num.exp: Skip test on targets without
6641 access watchpoints.
6642
6643 2015-05-06 Pedro Alves <palves@redhat.com>
6644
6645 PR server/18081
6646 * gdb.server/non-existing-program.exp: New file.
6647
6648 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6649
6650 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6651
6652 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6653
6654 * gdb.ada/out_of_line_in_inlined: New testcase.
6655
6656 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6657
6658 * gdb.ada/var_rec_arr: New testcase.
6659
6660 2015-04-30 Yao Qi <yao.qi@linaro.org>
6661
6662 * gdb.base/break-idempotent.exp: If
6663 skip_hw_watchpoint_multi_tests returns true, skip the tests
6664 on "rwatch" and "awatch".
6665
6666 2015-04-30 Yao Qi <yao.qi@linaro.org>
6667
6668 * gdb.base/relativedebug.exp: Invoke gdb command
6669 "info sharedlibrary", and if libc.so doesn't have debug info,
6670 skip the test.
6671
6672 2015-04-29 Doug Evans <dje@google.com>
6673
6674 * gdb.python/py-xmethods.exp: Add ptype tests.
6675 * gdb.python/py-xmethods.py (E_method_char_worker): Add
6676 get_result_type method.
6677
6678 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
6679
6680 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
6681 the target does not support hardware watchpoints.
6682
6683 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
6684
6685 * gdb.base/break-always.exp: Abort testing if writing to memory
6686 causes an error.
6687
6688 2015-04-28 Doug Evans <dje@google.com>
6689
6690 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
6691 * gdb.python/py-pp-registration.exp: ... here. New file.
6692 * gdb.python/py-pp-registration.c: New file.
6693 * gdb.python/py-pp-registration.py: New file.
6694
6695 2015-04-28 Doug Evans <dje@google.com>
6696
6697 * gdb.python/py-bad-printers.c: New file.
6698 * gdb.python/py-bad-printers.py: New file.
6699 * gdb.python/py-bad-printers.exp: New file.
6700
6701 2015-04-28 Sasha Smundak <asmundak@google.com>
6702
6703 * gdb.python/py-type.exp: New test.
6704
6705 2015-04-28 Andy Wingo <wingo@igalia.com>
6706
6707 * gdb.python/py-parameter.exp:
6708 * gdb.guile/scm-parameter.exp: Escape the path that we are
6709 matching against, as it might contain characters that are special
6710 to regular expressions.
6711
6712 2015-04-27 Joel Brobecker <brobecker@adacore.com>
6713
6714 * gdb.ada/rec_comp: New testcase.
6715
6716 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
6717
6718 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
6719 before using it.
6720
6721 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
6722
6723 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
6724 new tests for verilog output.
6725
6726 2015-04-24 Yao Qi <yao.qi@linaro.org>
6727
6728 * boards/remote-gdbserver-on-localhost.exp: New file.
6729
6730 2015-04-23 Pedro Alves <palves@redhat.com>
6731
6732 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
6733 $inferior_spawn_id instead of $inferior_spawn_id directly. On
6734 "end of file", remove $inferior_spawn_id from the indirect list.
6735
6736 2015-04-23 Pedro Alves <palves@redhat.com>
6737
6738 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
6739
6740 2015-04-23 Pedro Alves <palves@redhat.com>
6741
6742 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
6743 on $any_spawn_id instead of only on $gdb_spawn_id.
6744
6745 2015-04-21 Pierre Muller <muller@sourceware.org>
6746
6747 PR pascal/17815
6748 * lib/pascal.exp (gpc_compile): Add new option "class".
6749 (fpc_compile): Likewise.
6750 * gdb.pascal/case-insensitive-symbols.pas: New file.
6751 * gdb.pascal/case-insensitive-symbols.exp: New file.
6752
6753 2015-04-20 Gary Benson <gbenson@redhat.com>
6754
6755 * gdb.base/attach.exp: Fix three extended remote failures.
6756
6757 2015-04-17 Gary Benson <gbenson@redhat.com>
6758
6759 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
6760 the main executable over the remote protocol.
6761
6762 2015-04-16 Pedro Alves <palves@redhat.com>
6763
6764 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
6765 a new gdbserver if gdbserver_reconnect_p is set.
6766
6767 2015-04-16 Pedro Alves <palves@redhat.com>
6768
6769 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
6770 is set, don't exit gdbserver.
6771
6772 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6773
6774 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
6775 appropriate .insn, such that an older assembler can be used.
6776 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
6777 the z/Architecture instruction set on 31-bit targets as well.
6778
6779 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6780
6781 * gdb.go/handcall.exp: Remove all logic related to the first
6782 breakpoint and rely on go_runto_main instead.
6783 * gdb.go/strings.exp: Likewise.
6784 * gdb.go/unsafe.exp: Likewise.
6785 * gdb.go/hello.exp: Likewise. Also rename the remaining
6786 breakpoint marker to "breakpoint 1".
6787 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
6788 * gdb.go/strings.go: Likewise.
6789 * gdb.go/unsafe.go: Likewise.
6790 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
6791 "set breakpoint 2 here" and rename the remaining breakpoint marker
6792 to "breakpoint 1".
6793
6794 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
6795
6796 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
6797 if itertools.imap is not present.
6798 * gdb.python/py-objfile.exp: Add parentheses.
6799 * gdb.python/py-type.exp: Same.
6800 * gdb.python/py-unwind-maint.py: Same.
6801
6802 2015-04-15 Yao Qi <yao.qi@linaro.org>
6803
6804 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
6805 of ":$ptr_size" and set its form explicitly.
6806
6807 2015-04-15 Pedro Alves <palves@redhat.com>
6808 Yao Qi <yao.qi@linaro.org>
6809
6810 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
6811 timeout by factor of 4.
6812 (test_regular_watch): Likewise.
6813 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
6814 * gdb.reverse/sigall-reverse.exp: Likewise.
6815 * gdb.reverse/until-precsave.exp: Likewise.
6816 * lib/gdb.exp (with_timeout_factor): New proc.
6817 (gdb_expect): Move some code to ...
6818 (get_largest_timeout): ... here. New procedure.
6819
6820 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
6821
6822 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
6823
6824 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
6825
6826 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
6827 to write to the .text section.
6828
6829 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
6830
6831 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
6832 Handle the case of targets that do not provide PID information.
6833
6834 2015-04-13 Yao Qi <yao.qi@linaro.org>
6835
6836 * lib/gdbserver-support.exp (gdb_exit): Catch exception
6837 and use expect instead of gdb_expect.
6838
6839 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
6840
6841 * gdb.base/coredump-filter.exp: Rename variable "addr" to
6842 "coredump_var_addr" to avoid naming conflict with other testcases.
6843
6844 2015-04-10 Pedro Alves <palves@redhat.com>
6845
6846 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
6847 gdb_test_sequence and gdb_assert.
6848
6849 2015-04-10 Pedro Alves <palves@redhat.com>
6850
6851 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
6852 test messages that don't include the breakpoint address.
6853
6854 2015-04-10 Yao Qi <yao.qi@linaro.org>
6855
6856 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
6857 false for some offset and width combinations which aren't
6858 supported by linux kernel.
6859
6860 2015-04-10 Pedro Alves <palves@redhat.com>
6861
6862 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
6863 procedure, factored out from ...
6864 (top level): ... here. Add "set displaced-stepping" testing axis.
6865 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
6866 parameter "displaced". Use it.
6867 (top level): Use foreach and add "set displaced-stepping" testing
6868 axis.
6869
6870 2015-04-10 Pedro Alves <palves@redhat.com>
6871
6872 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
6873 Remove comment.
6874 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
6875 both the address of the instruction that triggers the watchpoint
6876 and the address of the instruction immediately after, and use
6877 those addresses for the test. Fix comment.
6878
6879 2015-04-10 Pedro Alves <palves@redhat.com>
6880
6881 * gdb.base/sigstep.exp (breakpoint_to_handler)
6882 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
6883 Test "backtrace" in handler.
6884 (breakpoint_over_handler): New parameter 'displaced'. Use it.
6885 (top level): Add new "displaced" test axis to
6886 breakpoint_to_handler, breakpoint_to_handler_entry and
6887 breakpoint_over_handler.
6888
6889 2015-04-10 Pedro Alves <palves@redhat.com>
6890
6891 PR gdb/18216
6892 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
6893
6894 2015-04-10 Yao Qi <yao.qi@linaro.org>
6895
6896 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
6897 (test_add_rn_pc): New function.
6898 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
6899 (top level): Invoke test_add_rn_pc.
6900
6901 2015-04-10 Pedro Alves <palves@redhat.com>
6902
6903 PR gdb/13858
6904 * gdb.base/step-over-no-symbols.exp: New file.
6905
6906 2015-04-09 Andy Wingo <wingo@igalia.com>
6907
6908 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
6909 after the Python tests.
6910
6911 2015-04-08 Keith Seitz <keiths@redhat.com>
6912
6913 PR python/16699
6914 * gdb.python/py-completion.exp: New tests for completion.
6915 * gdb.python/py-completion.py (CompleteLimit1): New class.
6916 (CompleteLimit2): Likewise.
6917 (CompleteLimit3): Likewise.
6918 (CompleteLimit4): Likewise.
6919 (CompleteLimit5): Likewise.
6920 (CompleteLimit6): Likewise.
6921 (CompleteLimit7): Likewise.
6922
6923 2015-04-08 Pedro Alves <palves@redhat.com>
6924
6925 PR gdb/18214
6926 PR gdb/18216
6927 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
6928 function.
6929 (main): Install it as SIGUSR1 handler.
6930 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
6931 parameter. Always use "setup" as prefix. Toggle "set
6932 displaced-stepping" off/on depending on global. Don't switch to
6933 thread 1 here.
6934 (top level): Add displaced stepping "off/on" test axis. Update
6935 "setup" calls. Wrap each subtest with with_test_prefix. Test
6936 continuing with a queued signal in each thread.
6937
6938 2015-04-08 Pedro Alves <palves@redhat.com>
6939
6940 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
6941 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
6942 gdb_breakpoint instead of gdb_test that doesn't expect anything.
6943 Return early if running to main fails.
6944 * gdb.trace/while-stepping.exp: Likewise.
6945
6946 2015-04-07 Pedro Alves <palves@redhat.com>
6947
6948 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
6949 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
6950 interact with inferior program.
6951
6952 2015-04-07 Pedro Alves <palves@redhat.com>
6953
6954 * lib/gdb.exp (inferior_spawn_id): New global.
6955 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
6956 spawn id after processing the user code.
6957 (default_gdb_start): Set inferior_spawn_id.
6958 (send_inferior): New procedure.
6959 * lib/gdbserver-support.exp (gdbserver_start): Set
6960 inferior_spawn_id.
6961 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
6962
6963 2015-04-07 Pedro Alves <palves@redhat.com>
6964
6965 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
6966 * lib/gdbserver-support.exp (gdbserver_start): Make
6967 $server_spawn_id global.
6968 (gdbserver_start): Don't wait for gdbserver's spawn id with
6969 expect_background.
6970 (close_gdbserver): New procedure.
6971 (gdb_exit): Rename the default version and reimplement.
6972
6973 2015-04-07 Pedro Alves <palves@redhat.com>
6974
6975 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
6976 append the substituted item, not the original item.
6977
6978 2015-04-07 Pedro Alves <palves@redhat.com>
6979
6980 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
6981 gdb_expect.
6982
6983 2015-04-07 Pedro Alves <palves@redhat.com>
6984
6985 * gdb.base/interrupt.exp: Don't handle the case of the inferior
6986 output appearing once only.
6987
6988 2015-04-07 Pedro Alves <palves@redhat.com>
6989
6990 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
6991 that doesn't expect anything. Return early if running to main
6992 fails.
6993
6994 2015-04-07 Yao Qi <yao.qi@linaro.org>
6995
6996 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
6997 (child_function): Call alarm.
6998 (main): Move call to alarm into the loop.
6999 * gdb.threads/non-stop-fair-events.exp: Build program with
7000 -DTIMEOUT=$timeout.
7001
7002 2015-04-06 Doug Evans <xdje42@gmail.com>
7003
7004 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
7005 Fix dest parameter to board_info.
7006 (fpc_compile): Ditto.
7007 (gdb_compile_pascal): Rename dest arg to destfile.
7008
7009 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
7010
7011 * gdb.ada/funcall_ref.exp: New file.
7012 * gdb.ada/funcall_ref/foo.adb: New file.
7013
7014 2015-04-02 Yao Qi <yao.qi@linaro.org>
7015
7016 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
7017 is remote.
7018
7019 2015-04-02 Gary Benson <gbenson@redhat.com>
7020
7021 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
7022
7023 2015-04-01 Sasha Smundak <asmundak@google.com>
7024
7025 * gdb.python/py-unwind-maint.c: New file.
7026 * gdb.python/py-unwind-maint.exp: New test.
7027 * gdb.python/py-unwind-maint.py: New file.
7028 * gdb.python/py-unwind.c: New file.
7029 * gdb.python/py-unwind.exp: New test.
7030 * gdb.python/py-unwind.py: New test.
7031
7032 2015-04-01 Pedro Alves <palves@redhat.com>
7033
7034 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
7035 to fail instead of non-existent $test.
7036
7037 2015-04-01 Pedro Alves <palves@redhat.com>
7038
7039 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
7040 GDBFLAGS if not empty.
7041
7042 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
7043
7044 * gdb.ada/complete.exp: Remove "multi_line".
7045 * gdb.ada/info_exc.exp: Remove "multi_line".
7046 * gdb.ada/packed_tagged.exp: Remove "multi_line".
7047 * gdb.ada/ptype_field.exp: Remove "multi_line".
7048 * gdb.ada/sym_print_name.exp: Remove "multi_line".
7049 * gdb.ada/tagged.exp: Remove "multi_line".
7050 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
7051 [multi_line ...]
7052 * gdb.btrace/delta.exp: Likewise.
7053 * gdb.btrace/exception.exp: Likewise.
7054 * gdb.btrace/function_call_history.exp: Likewise.
7055 * gdb.btrace/instruction_history.exp: Likewise.
7056 * gdb.btrace/nohist.exp: Likewise.
7057 * gdb.btrace/record_goto.exp: Likewise.
7058 * gdb.btrace/segv.exp: Likewise.
7059 * gdb.btrace/stepi.exp: Likewise.
7060 * gdb.btrace/tailcall.exp: Likewise.
7061 * gdb.btrace/unknown_functions.exp: Likewise.
7062 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
7063 * lib/gdb.exp: Add the "multi_line" helper.
7064
7065 2015-04-01 Pedro Alves <palves@redhat.com>
7066
7067 * gdb.threads/tid-reuse.c: New file.
7068 * gdb.threads/tid-reuse.exp: New file.
7069
7070 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
7071
7072 PR corefiles/16092
7073 * gdb.base/coredump-filter.c: New file.
7074 * gdb.base/coredump-filter.exp: Likewise.
7075
7076 2015-03-27 Petr Machata <pmachata@redhat.com>
7077
7078 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
7079 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
7080 (Dwarf::assemble): Initialize them.
7081 (Dwarf::lines): New function.
7082
7083 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
7084
7085 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
7086 SYMBOL_PREFIX for x86_64-*-cygwin.
7087
7088 2015-03-26 Andy Wingo <wingo@igalia.com>
7089
7090 PR symtab/18148
7091 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
7092 const_value but not a location.
7093 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7094 location defined in non-main CUs are visible.
7095
7096 2015-03-26 Yao Qi <yao.qi@linaro.org>
7097
7098 PR testsuite/18139
7099 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7100 Add a line number entry for the same line.
7101 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7102 Add a line number entry for the same line.
7103
7104 2015-03-26 Yao Qi <yao.qi@linaro.org>
7105
7106 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7107 .int 0.
7108 (func): Likewise. Add .Lfunc_1 label.
7109 Use .Lfunc_1 label.
7110 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7111 .int 0.
7112 (func): Likewise.
7113 Use .Lfunc_1 label.
7114
7115 2015-03-26 Yao Qi <yao.qi@linaro.org>
7116
7117 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
7118 Call gdb_compile instead to compile each .s files without debug
7119 information.
7120
7121 2015-03-26 Yao Qi <yao.qi@linaro.org>
7122
7123 * gdb.base/savedregs.exp (process_saved_regs): Make
7124 "Saved registers:" optional in the pattern.
7125
7126 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7127
7128 * gdb.btrace/next.exp: Merged into step.exp.
7129 * gdb.btrace/finish.exp: Merged into step.exp.
7130 * gdb.btrace/nexti.exp: Merged into stepi.exp.
7131 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
7132 "record goto" and checking the exact replay position.
7133 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
7134 check for "Recording format" in "info record" output.
7135 * gdb.btrace/record_goto.exp: Choose test file based on target.
7136 * gdb.btrace/x86-record_goto.S: Renamed into ...
7137 * gdb.btrace/x86_64-record_goto.S: ... this.
7138 * gdb.btrace/i686-record_goto.S: New.
7139 * gdb.btrace/x86-tailcall.S: Renamed into ...
7140 * gdb.btrace/x86_64-tailcall.S: ... this.
7141 * gdb.btrace/i686-tailcall.S: New.
7142 * gdb.btrace/x86-tailcall.c: Renamed into ...
7143 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
7144 separate statements. Update test.
7145 * gdb.btrace/delta.exp: Use record_goto.c as test file.
7146 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7147 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7148 * gdb.btrace/tailcall.exp: Choose test file based on target.
7149 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7150
7151 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7152
7153 * gdb.btrace/exception.exp: Increase BTS buffer size.
7154
7155 2015-03-24 Pedro Alves <palves@redhat.com>
7156
7157 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7158
7159 2015-03-24 Pedro Alves <palves@redhat.com>
7160
7161 * gdb.threads/schedlock.exp (test_step): No longer expect that
7162 "set scheduler-locking step" with "next" over a function call runs
7163 threads unlocked.
7164
7165 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7166
7167 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7168
7169 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7170
7171 PR breakpoints/16466
7172 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7173 * gdb.mi/mi-pending.c (thread_func): New function.
7174 (int main): Add threading support required.
7175 * gdb.mi/mi-pending.exp: Add tests for this issue.
7176 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7177 (pendfunc2): Remove stdio dependency.
7178 * gdb.mi/mi-pendshr2.c: New file.
7179
7180 2015-03-23 Keith Seitz <keiths@redhat.com>
7181
7182 * gdb.linespec/keywords.c: New file.
7183 * gdb.linespec/keywords.exp: New file.
7184
7185 2015-03-23 Keith Seitz <keiths@redhat.com>
7186
7187 PR gdb/18021
7188 * gdb.dwarf2/staticvirtual.exp: New test.
7189
7190 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7191
7192 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7193 * README: Remove HP-UX and gdb.hp.
7194 (configuration):
7195 * configure: Regenerate.
7196 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7197 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7198 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7199 gdb.hp/gdb.defects/Makefile.
7200 * gdb.hp/Makefile.in: File deleted.
7201 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7202 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7203 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7204 * gdb.hp/gdb.aCC/run.c: File deleted.
7205 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7206 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7207 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7208 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7209 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7210 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7211 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7212 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7213 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7214 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7215 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7216 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7217 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7218 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7219 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7220 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7221 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7222 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7223 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7224 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7225 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7226 * gdb.hp/gdb.compat/average.c: File deleted.
7227 * gdb.hp/gdb.compat/sum.c: File deleted.
7228 * gdb.hp/gdb.compat/xdb.c: File deleted.
7229 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7230 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7231 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7232 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7233 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7234 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7235 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7236 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7237 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7238 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7239 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7240 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7241 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7242 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7243 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7244 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7245 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7246 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7247 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7248 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7249 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7250 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7251 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7252 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7253 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7254 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7255 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7256 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7257 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7258 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7259 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7260 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7261 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7262 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7263 * gdb.hp/tools/odump: File deleted.
7264
7265 2015-03-19 Pedro Alves <palves@redhat.com>
7266
7267 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7268 (saw_thread_3): New globals.
7269 (top level): Increment them when an event for the corresponding
7270 thread is seen.
7271 (no thread starvation): New test.
7272
7273 2015-03-19 Pedro Alves <palves@redhat.com>
7274
7275 * gdb.threads/continue-pending-status.c: New file.
7276 * gdb.threads/continue-pending-status.exp: New file.
7277
7278 2015-03-18 Pedro Alves <palves@redhat.com>
7279
7280 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7281 Use gdb_is_target_remote instead of is_remote. Use
7282 gdb_test_multiple instead of gdb_expect. Exit early if
7283 gdb_test_multiple hits its internal matches. Tighten stepi tests
7284 expected output. Fail on exit with any signal, instead of just
7285 SIGILL.
7286
7287 2015-03-18 Yao Qi <yao.qi@linaro.org>
7288
7289 PR tdep/18107
7290 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7291 variable.
7292 * gdb.base/catch-syscall.exp: Don't skip it on
7293 aarch64*-*-linux* target. Remove elements in all_syscalls.
7294 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7295 target.
7296 (setup_all_syscalls): New proc.
7297
7298 2015-03-16 Yao Qi <yao.qi@linaro.org>
7299
7300 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7301 (top level): Skip tests if valid_addr_p returns false for
7302 $cmd1 or $cmd2.
7303
7304 2015-03-11 Andy Wingo <wingo@igalia.com>
7305
7306 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7307
7308 2015-03-11 Yao Qi <yao.qi@linaro.org>
7309
7310 * gdb.base/catch-syscall.exp: Fix typo in comments.
7311
7312 2015-03-11 Yao Qi <yao.qi@linaro.org>
7313
7314 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7315
7316 2015-03-09 Pedro Alves <palves@redhat.com>
7317
7318 * dg-extract-results.py: Delete.
7319
7320 2015-03-09 Pedro Alves <palves@redhat.com>
7321
7322 Merge dg-extract-results.sh from GCC upstream (r218843).
7323
7324 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7325 * dg-extract-results.sh: Use --text with grep to avoid issues with
7326 binary files. Fall back to cat -v, if that doesn't work.
7327
7328 2015-03-05 Pedro Alves <palves@redhat.com>
7329
7330 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7331
7332 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7333
7334 * lib/mi-support.exp (mi_expect_interrupt): Accept
7335 alternative event for when in all-stop mode.
7336
7337 2015-03-04 Pedro Alves <palves@redhat.com>
7338
7339 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7340
7341 2015-03-04 Mark Kettenis <kettenis@gnu.org>
7342
7343 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7344
7345 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7346
7347 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7348 regexps for GDB's current line display, accept a hex address
7349 preceding the line number.
7350
7351 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7352
7353 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7354 the 'arch1' variable for "s390*-linux*" targets.
7355
7356 2015-03-04 Pedro Alves <palves@redhat.com>
7357
7358 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7359 (main): Pass missing retval argument to pthread_join call.
7360
7361 2015-03-02 Pedro Alves <palves@redhat.com>
7362
7363 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7364 (top level): Call do_test with non-stop as well.
7365
7366 2015-03-02 Pedro Alves <palves@redhat.com>
7367
7368 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7369 -1.
7370
7371 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7372
7373 * gdb.arch/s390-vregs.exp: New test.
7374 * gdb.arch/s390-vregs.S: New file.
7375
7376 2015-02-27 Pedro Alves <palves@redhat.com>
7377
7378 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7379 call to catch_command_errors.
7380 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7381 catch_command_errors.
7382
7383 2015-02-27 Pedro Alves <palves@redhat.com>
7384
7385 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7386 "true" for boolean result.
7387 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7388 prototype of main.
7389
7390 2015-02-27 Pedro Alves <palves@redhat.com>
7391
7392 * lib/unbuffer_output.c: New file.
7393 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7394 (main): Call gdb_unbuffer_output.
7395
7396 2015-02-27 Yao Qi <yao.qi@linaro.org>
7397
7398 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7399 target.
7400
7401 2015-02-26 Doug Evans <dje@google.com>
7402
7403 * gdb.cp/class2.cc (Dbase, D): New classes.
7404 (main): New local delta.
7405 * gdb.cp/class2.exp: Test printing delta.
7406 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7407 (dynbar): New global.
7408 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7409
7410 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7411
7412 * gdb.compile/compile-ifunc.c: New file.
7413 * gdb.compile/compile-ifunc.exp: New file.
7414
7415 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7416
7417 * gdb.base/structs.exp: Check for correct struct on finish.
7418
7419 2015-02-26 Yao Qi <yao.qi@linaro.org>
7420
7421 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7422 is zero.
7423
7424 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7425
7426 * gdb.arch/cordic.ko.bz2: New file.
7427 * gdb.arch/cordic.ko.debug.bz2: New file.
7428 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7429
7430 2015-02-25 Yao Qi <yao.qi@linaro.org>
7431
7432 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7433 aarch64*-*-* target.
7434
7435 2015-02-23 Pedro Alves <palves@redhat.com>
7436
7437 * lib/gdb.exp (delete_breakpoints): Rewrite using
7438 gdb_test_multiple.
7439
7440 2015-02-23 Pedro Alves <palves@redhat.com>
7441
7442 * gdb.base/info-os.c: Include stdlib.h.
7443
7444 2015-02-22 Doug Evans <xdje42@gmail.com>
7445
7446 PR symtab/17855
7447 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7448 is read after symbols have been re-read.
7449 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7450 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7451
7452 2015-02-21 Doug Evans <dje@google.com>
7453
7454 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7455
7456 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7457
7458 PR corefiles/17808
7459 * gdb.arch/i386-biarch-core.core.bz2: New file.
7460 * gdb.arch/i386-biarch-core.exp: New file.
7461
7462 2015-02-21 Pedro Alves <palves@redhat.com>
7463
7464 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7465 runto_main fails.
7466
7467 2015-02-20 Pedro Alves <palves@redhat.com>
7468
7469 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7470 info probes.
7471
7472 2015-02-20 Pedro Alves <palves@redhat.com>
7473
7474 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7475
7476 2015-02-20 Pedro Alves <palves@redhat.com>
7477
7478 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7479 clean_restart before gdb_target_supports_trace.
7480
7481 2015-02-20 Pedro Alves <palves@redhat.com>
7482
7483 PR threads/18006
7484 * gdb.threads/clone-thread_db.c: New file.
7485 * gdb.threads/clone-thread_db.exp: New file.
7486
7487 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7488
7489 PR breakpoints/16812
7490 * gdb.base/catch-gdb-caused-signals.c: New file.
7491 * gdb.base/catch-gdb-caused-signals.exp: New file.
7492
7493 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7494
7495 * configure: Regenerated.
7496 * configure.ac: Use GDB_AC_TRANSFORM.
7497 * aclocal.m4: sinclude ../transform.m4.
7498
7499 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7500
7501 * lib/dtrace.exp: New file.
7502 * gdb.base/dtrace-probe.exp: Likewise.
7503 * gdb.base/dtrace-probe.d: Likewise.
7504 * gdb.base/dtrace-probe.c: Likewise.
7505 * lib/pdtrace.in: Likewise.
7506 * configure.ac: Output variables with the transformed names of
7507 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
7508 * configure: Regenerated.
7509
7510 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7511
7512 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7513 expected message when trying to access $_probe_* convenience
7514 variables while not on a probe.
7515
7516 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7517
7518 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7519
7520 2015-02-11 Pedro Alves <pedro@codesourcery.com>
7521
7522 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7523 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7524
7525 2015-02-10 Doug Evans <xdje42@gmail.com>
7526
7527 * lib/gdb.exp (gdb_load): Always return a result.
7528
7529 2015-02-10 Pedro Alves <palves@redhat.com>
7530
7531 * gdb.threads/signal-sigtrap.c: New file.
7532 * gdb.threads/signal-sigtrap.exp: New file.
7533
7534 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7535
7536 * gdb.trace/no-attach-trace.c: New file.
7537 * gdb.trace/no-attach-trace.exp: New file.
7538
7539 2015-02-09 Mark Wielaard <mjw@redhat.com>
7540
7541 * gdb.dwarf2/atomic.c: New file.
7542 * gdb.dwarf2/atomic-type.exp: Likewise.
7543
7544 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7545
7546 * gdb.btrace/buffer-size.exp: Update "info record" output.
7547 * gdb.btrace/delta.exp: Update "info record" output.
7548 * gdb.btrace/enable.exp: Update "info record" output.
7549 * gdb.btrace/finish.exp: Update "info record" output.
7550 * gdb.btrace/instruction_history.exp: Update "info record" output.
7551 * gdb.btrace/next.exp: Update "info record" output.
7552 * gdb.btrace/nexti.exp: Update "info record" output.
7553 * gdb.btrace/step.exp: Update "info record" output.
7554 * gdb.btrace/stepi.exp: Update "info record" output.
7555 * gdb.btrace/nohist.exp: Update "info record" output.
7556
7557 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7558
7559 * gdb.btrace/buffer-size: New.
7560
7561 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7562
7563 * gdb.btrace/delta.exp: Update "info record" output.
7564 * gdb.btrace/enable.exp: Update "info record" output.
7565 * gdb.btrace/finish.exp: Update "info record" output.
7566 * gdb.btrace/instruction_history.exp: Update "info record" output.
7567 * gdb.btrace/next.exp: Update "info record" output.
7568 * gdb.btrace/nexti.exp: Update "info record" output.
7569 * gdb.btrace/step.exp: Update "info record" output.
7570 * gdb.btrace/stepi.exp: Update "info record" output.
7571 * gdb.btrace/nohist.exp: Update "info record" output.
7572
7573 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
7574
7575 PR gdb/15678
7576 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7577
7578 2015-02-06 Pedro Alves <palves@redhat.com>
7579
7580 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7581 macro.
7582 (seconds_left, again): New globals.
7583 (main): Wait seconds_left in a 1-second sleep loop instead of
7584 sleeping 180 seconds. If 'again' is set, reset the seconds
7585 counter.
7586 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7587 'again' in the inferior before detaching. Print the seconds left.
7588 (options): New global.
7589 (top level): Build program with -DTIMEOUT=$timeout.
7590
7591 2015-02-06 Pedro Alves <palves@redhat.com>
7592
7593 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7594 determine how many seconds to pass to 'alarm'.
7595 * gdb.base/gdb-sigterm.exp (top level): Build program with
7596 -DTIMEOUT=$timeout.
7597 (do_test): Return success/failure indication. Add more verbose
7598 logging. Don't fail if 200 single steps are seen. Instead, fail
7599 when the test times out.
7600 (passes): New global.
7601 (top level): Break the testing loop if testing fails on any
7602 iteration. Use gdb_assert.
7603
7604 2015-02-04 Don Breazeal <donb@codesourcery.com>
7605
7606 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7607 and initialize them.
7608 (ipc_cleanup): New function.
7609 (main): Don't declare shmid, semid, and msqid. Add a call to
7610 atexit so that we call ipc_cleanup on exit.
7611
7612 2015-02-04 Pedro Alves <palves@redhat.com>
7613
7614 * boards/native-extended-gdbserver.exp: Remove any target variant
7615 specifications from the board name before clearing the isremote
7616 flag from board_info.
7617
7618 2015-01-31 Doug Evans <xdje42@gmail.com>
7619
7620 * gdb.base/maint.exp <maint print type argc>: Update expected output.
7621
7622 2015-01-31 Gary Benson <gbenson@redhat.com>
7623
7624 * gdb.base/completion.exp: Disable completion limiting for
7625 existing tests. Add new tests to check completion limiting.
7626 * gdb.linespec/ls-errs.exp: Disable completion limiting.
7627
7628 2015-01-31 Doug Evans <xdje42@gmail.com>
7629
7630 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7631
7632 2015-01-31 Doug Evans <xdje42@gmail.com>
7633
7634 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7635 entries. Duplicate file section script entries.
7636 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7637 inlined entries. Add test for safe-path rejection.
7638 * gdb.python/py-section-script.c: Add duplicate inlined section script
7639 entries. Duplicate file section script entries.
7640 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7641 inlined entries. Add test for safe-path rejection.
7642
7643 2015-01-29 Joel Brobecker <brobecker@adacore.com>
7644
7645 * gdb.ada/disc_arr_bound: New testcase.
7646
7647 2015-01-29 Joel Brobecker <brobecker@adacore.com>
7648
7649 * gdb.ada/mi_var_array: New testcase.
7650
7651 2015-01-27 Doug Evans <dje@google.com>
7652
7653 * gdb.python/py-objfile.exp: Add tests for objfile.username.
7654 Add test for objfile.filename, objfile.username after objfile
7655 has been unloaded.
7656
7657 2015-01-26 Joel Brobecker <brobecker@adacore.com>
7658
7659 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7660 the second test to print the name attribute of value
7661 returned by the call to gdb.lookup_type, and adjust
7662 the expected output accordingly.
7663
7664 2015-01-25 Mark Wielaard <mjw@redhat.com>
7665
7666 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7667 * gdb.base/disp-step-fork.c: Include unistd.h.
7668 * gdb.base/siginfo-obj.c: Include stdio.h.
7669 * gdb.base/siginfo-thread.c: Likewise.
7670 * gdb.mi/non-stop.c: Include unistd.h.
7671 * gdb.mi/nsthrexec.c: Include stdio.h.
7672 * gdb.mi/pthreads.c: Include unistd.h.
7673 * gdb.modula2/unbounded1.c (main): Declare returns int.
7674 * gdb.reverse/consecutive-reverse.c: Likewise.
7675 * gdb.threads/create-fail.c: Include unistd.h.
7676 * gdb.threads/killed.c: Likewise.
7677 * gdb.threads/linux-dp.c: Likewise.
7678 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
7679 * gdb.threads/non-ldr-exc-2.c: Likewise.
7680 * gdb.threads/non-ldr-exc-3.c: Likewise.
7681 * gdb.threads/non-ldr-exc-4.c: Likewise.
7682 * gdb.threads/pthreads.c: Include unistd.h.
7683 (main): Declare returns int.
7684 * gdb.threads/tls-main.c (foo): New declaration.
7685 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
7686
7687 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
7688
7689 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
7690 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
7691
7692 2015-01-15 Mark Wielaard <mjw@redhat.com>
7693
7694 * gdb.base/noreturn-return.c: New file.
7695 * gdb.base/noreturn-return.exp: New file.
7696 * gdb.base/noreturn-finish.c: New file.
7697 * gdb.base/noreturn-finish.exp: New file.
7698
7699 2015-01-23 Pedro Alves <palves@redhat.com>
7700
7701 * gdb.threads/continue-pending-after-query.c: New file.
7702 * gdb.threads/continue-pending-after-query.exp: New file.
7703
7704 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
7705 Simon Marchi <simon.marchi@ericsson.com>
7706
7707 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
7708 * gdb.base/valgrind-db-attach.exp: Same.
7709 * gdb.base/valgrind-infcall.exp: Same.
7710 * lib/mi-support.exp (default_mi_gdb_start): Same.
7711 * lib/prompt.exp (default_prompt_gdb_start): Same.
7712 * lib/gdb.exp (default_gdb_spawn): Same.
7713 (gdb_interact): New.
7714
7715
7716 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7717
7718 * gdb.compile/compile.exp (pointer to jit function): New test.
7719
7720 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
7721
7722 * lib/gdb.exp (supports_process_record): Return true for
7723 powerpc*-*-linux*.
7724 (supports_reverse): Likewise.
7725
7726 2015-01-15 Don Breazeal <donb@codesourcery.com>
7727
7728 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
7729 instead of checking whether the target board is remote and
7730 use spawn_wait_for_attach instead of exec/sleep.
7731 * gdb.base/attach-twice.exp: Likewise.
7732
7733 2015-01-15 Joel Brobecker <brobecker@adacore.com>
7734
7735 * gdb.ada/var_arr_attrs: New testcase.
7736
7737 2015-01-14 Pedro Alves <palves@redhat.com>
7738 Joel Brobecker <brobecker@adacore.com>
7739
7740 PR gdb/17525
7741 * gdb.base/bp-cmds-execution-x-script.c: New file.
7742 * gdb.base/bp-cmds-execution-x-script.exp: New file.
7743 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
7744
7745 2015-01-14 Pedro Alves <palves@redhat.com>
7746
7747 PR cli/17828
7748 * gdb.base/batch-preserve-term-settings.c: New file.
7749 * gdb.base/batch-preserve-term-settings.exp: New file.
7750
7751 2015-01-13 Doug Evans <dje@google.com>
7752
7753 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
7754 binary.
7755
7756 2015-01-13 Joel Brobecker <brobecker@adacore.com>
7757
7758 * Makefile.in (clean mostlyclean): Do not delete *.py.
7759
7760 2015-01-13 Joel Brobecker <brobecker@adacore.com>
7761
7762 * gdb.python/py-lookup-type.exp: New file.
7763
7764 2015-01-12 Pedro Alves <palves@redhat.com>
7765
7766 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
7767 restore GDBFLAGS before returning.
7768
7769 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7770
7771 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
7772 is_amd64_regs_target and is_x86_like_target.
7773
7774 2015-01-11 Doug Evans <xdje42@gmail.com>
7775
7776 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
7777 is given without an explicit form.
7778 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
7779 attributes.
7780 * gdb.dwarf/corrupt.exp: Ditto.
7781 * gdb.dwarf2/enum-type.exp: Ditto.
7782 * gdb.trace/entry-values.exp: Ditto.
7783 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
7784
7785 2015-01-11 Doug Evans <xdje42@gmail.com>
7786
7787 PR gdb/15830
7788 * gdb.base/maint.exp: Remove references to "maint demangle".
7789 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
7790 Add tests for explicitly specifying language to demangle.
7791 * gdb.dlang/demangle.exp: Ditto.
7792
7793 2015-01-09 Pedro Alves <palves@redhat.com>
7794
7795 * gdb.threads/non-stop-fair-events.c: New file.
7796 * gdb.threads/non-stop-fair-events.exp: New file.
7797
7798 2015-01-09 Pedro Alves <palves@redhat.com>
7799
7800 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
7801 the global scope. Set a breakpoint after all threads are started
7802 rather than stepping over two source lines. Expect the prompt.
7803 * gdb.base/watch_thread_num.c (threads_started_barrier): New
7804 global.
7805 (NUM): Now 15.
7806 (main): Use threads_started_barrier to wait for all threads to
7807 start. Main thread no longer calls thread_function. Exit after
7808 180 seconds.
7809 (loop): New function.
7810 (thread_function): Wait on threads_started_barrier barrier. Call
7811 'loop' at each iteration.
7812 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
7813 threads have started, instead of hardcoding number of "next"
7814 steps. Use an access watchpoint instead of a write watchpoint.
7815
7816 2015-01-09 Pedro Alves <palves@redhat.com>
7817
7818 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
7819 (thread_func): Wait on barrier.
7820 (main): Wait for all threads to start before stopping GDB.
7821 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
7822 global.
7823 (thread1_func, thread2_func): Wait on barrier.
7824 (main): Wait for all threads to start before stopping GDB.
7825 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
7826 New global.
7827 (thread1_func, thread2_func): Wait on barrier.
7828 (main): Wait for all threads to start before stopping GDB.
7829
7830 2015-01-09 Pedro Alves <palves@redhat.com>
7831
7832 * gdb.threads/attach-many-short-lived-threads.c: New file.
7833 * gdb.threads/attach-many-short-lived-threads.exp: New file.
7834
7835 2014-01-09 Pedro Alves <palves@redhat.com>
7836
7837 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
7838 instead of to thread 2.
7839 * gdb.threads/signal-command-multiple-signals-pending.c (main):
7840 Add barrier around each pthread_create call instead of around all
7841 calls.
7842 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
7843 Set a break on thread_function and have the child threads hit it
7844 one at at a time.
7845
7846 2015-01-09 Pedro Alves <palves@redhat.com>
7847
7848 * lib/gdb.exp (can_spawn_for_attach): New procedure.
7849 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
7850 false.
7851 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
7852 checking whether the target board is remote.
7853 * gdb.multi/multi-attach.exp: Likewise.
7854 * gdb.python/py-sync-interp.exp: Likewise.
7855 * gdb.server/ext-attach.exp: Likewise.
7856 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
7857 tests that need to attach, instead of checking whether the target
7858 board is remote at the top of the file.
7859
7860 2015-01-08 Yao Qi <yao@codesourcery.com>
7861
7862 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
7863
7864 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7865
7866 Fix testcase compilation.
7867 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
7868
7869 2015-01-06 Joel Brobecker <brobecker@adacore.com>
7870
7871 * gdb.python/py-type.exp: Add a couple test about empty
7872 array creation, and negative-length array creation.
7873
7874 2015-01-02 Doug Evans <xdje42@gmail.com>
7875
7876 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
7877
7878 2015-01-02 Doug Evans <dje@google.com>
7879
7880 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
7881
7882 2014-12-29 Yao Qi <yao@codesourcery.com>
7883
7884 * gdb.trace/entry-values.exp: Update comments. Rename variable
7885 bar_call_foo to returned_from_foo.
7886
7887 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
7888
7889 PR gdb/17394
7890 * gdb.linespec/break-asm-file.c: New file.
7891 * gdb.linespec/break-asm-file.exp: New file.
7892 * gdb.linespec/break-asm-file0.s: New file.
7893 * gdb.linespec/break-asm-file1.s: New file.
7894
7895 2014-12-18 Nigel Stephens <nigel@mips.com>
7896 Maciej W. Rozycki <macro@codesourcery.com>
7897
7898 * gdb.base/float.exp: Handle the new output from "info float" on
7899 MIPS targets.
7900
7901 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7902
7903 Fix MinGW compilation.
7904 * gdb.compile/compile-ops.exp: Update untested message if
7905 !skip_compile_feature_tests.
7906 * gdb.compile/compile-setjmp.exp: Likewise.
7907 * gdb.compile/compile-tls.exp: Likewise.
7908 * gdb.compile/compile.exp: Likewise.
7909 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
7910 supported on this host".
7911
7912 2014-12-16 Doug Evans <xdje42@gmail.com>
7913
7914 * boards/stabs.exp: New file.
7915
7916 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
7917
7918 * gdb.base/completion.exp: Adjust to format changes of "maint
7919 print user-registers".
7920
7921 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
7922
7923 PR server/17457
7924 * gdb.arch/aarch64-fp.c: New file.
7925 * gdb.arch/aarch64-fp.exp: New file.
7926
7927 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7928
7929 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
7930 r210637, r210913, r211666, r215400, r215817).
7931
7932 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
7933 * dg-extract-results.py: New file.
7934 * dg-extract-results.sh: Use it if the environment seems
7935 suitable.
7936
7937 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
7938
7939 * dg-extract-results.py (parse_run): Handle warnings that
7940 are printed before a test harness is run.
7941
7942 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
7943
7944 * dg-extract-results.py (Named): Remove __cmp__ method.
7945 (output_variation): Use a key to sort variation.harnesses.
7946
7947 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
7948
7949 * dg-extract-results.py: For Python 3, force sys.stdout to
7950 handle surrogate escape sequences.
7951 (safe_open): New function.
7952 (output_segment, main): Use it.
7953
7954 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
7955
7956 * dg-extract-results.py (Prog.result_re): Include options
7957 in test name.
7958
7959 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
7960
7961 * dg-extract-results.py (output_variation): Always sort if
7962 do_sum.
7963
7964 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
7965
7966 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
7967 as long as we get pagination notifications.
7968
7969 2014-12-15 Jason Merrill <jason@redhat.com>
7970
7971 * Makefile.in (check-gdb.%): Restore.
7972 * README: Mention it.
7973
7974 2014-12-13 Joel Brobecker <brobecker@adacore.com>
7975
7976 * gdb.ada/str_uninit: New testcase.
7977
7978 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7979
7980 PR symtab/17642
7981 * gdb.base/vla-stub-define.c: New file.
7982 * gdb.base/vla-stub.c: New file.
7983 * gdb.base/vla-stub.exp: New file.
7984
7985 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
7986 Jan Kratochvil <jan.kratochvil@redhat.com>
7987 Tom Tromey <tromey@redhat.com>
7988
7989 * configure.ac: Add gdb.compile/.
7990 * configure: Regenerate.
7991 * gdb.compile/Makefile.in: New file.
7992 * gdb.compile/compile-ops.exp: New file.
7993 * gdb.compile/compile-ops.c: New file.
7994 * gdb.compile/compile-tls.c: New file.
7995 * gdb.compile/compile-tls.exp: New file.
7996 * gdb.compile/compile-constvar.S: New file.
7997 * gdb.compile/compile-constvar.c: New file.
7998 * gdb.compile/compile-mod.c: New file.
7999 * gdb.compile/compile-nodebug.c: New file.
8000 * gdb.compile/compile-setjmp-mod.c: New file.
8001 * gdb.compile/compile-setjmp.c: New file.
8002 * gdb.compile/compile-setjmp.exp: New file.
8003 * gdb.compile/compile-shlib.c: New file.
8004 * gdb.compile/compile.c: New file.
8005 * gdb.compile/compile.exp: New file.
8006 * lib/gdb.exp (skip_compile_feature_tests): New proc.
8007
8008 2014-12-12 Tom Tromey <tromey@redhat.com>
8009
8010 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
8011 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
8012
8013 2014-12-12 Doug Evans <dje@google.com>
8014
8015 * lib/gdb-python.exp (get_python_valueof): New function.
8016 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
8017
8018 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8019
8020 * gdb.base/completion.exp: Add test for completion of "info
8021 registers ".
8022
8023 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
8024
8025 * gdb.base/func-ptrs.c: New file.
8026 * gdb.base/func-ptrs.exp: New file.
8027
8028 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8029
8030 PR breakpoints/17012
8031 * gdb.base/dprintf-detach.c: New file.
8032 * gdb.base/dprintf-detach.exp: New file.
8033
8034 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8035
8036 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
8037 * lib/gdb.exp (target_is_gdbserver): New procedure.
8038
8039 2014-12-08 Doug Evans <dje@google.com>
8040
8041 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
8042
8043 2014-12-05 Yao Qi <yao@codesourcery.com>
8044
8045 * gdb.guile/scm-error.exp: Remove the third argument to
8046 gdb_remote_download.
8047 * gdb.guile/scm-frame-args.exp: Likewise.
8048 * gdb.guile/scm-section-script.exp: Likewise.
8049
8050 2014-12-05 Yao Qi <yao@codesourcery.com>
8051
8052 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
8053
8054 2014-12-04 Doug Evans <dje@google.com>
8055
8056 * gdb.python/py-objfile.exp: Add tests for
8057 objfile.add_separate_debug_file.
8058
8059 2014-12-04 Doug Evans <dje@google.com>
8060
8061 * lib/gdb.exp (get_build_id): New function.
8062 (build_id_debug_filename_get): Rewrite to use it.
8063 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
8064
8065 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
8066
8067 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
8068 `method(long)', not just 0x0.
8069 * gdb.cp/nsalias.exp: Align code labels to 4.
8070 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
8071 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
8072 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
8073 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
8074 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
8075 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
8076
8077 2014-12-02 Doug Evans <dje@google.com>
8078
8079 PR symtab/17602
8080 * gdb.cp/anon-ns.cc: Move guts of this file to ...
8081 * gdb.cp/anon-ns2.cc: ... here. New file.
8082 * gdb.cp/anon-ns.exp: Update.
8083
8084 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
8085
8086 * gdb.python/py-events.py (inferior_call_handler): New.
8087 (register_changed_handler, memory_changed_handler): New.
8088 (test_events.invoke): Register new handlers.
8089 * gdb.python/py-events.exp: Add tests for inferior call,
8090 memory_changed and register_changed events.
8091
8092 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8093
8094 * gdb.base/execl-update-breakpoints.exp: Specify the link address
8095 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
8096 if the linker doesn't understand this.
8097
8098 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
8099
8100 * gdb.python/python.exp: Change expected reply to help().
8101
8102 2014-12-01 Yao Qi <yao@codesourcery.com>
8103
8104 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
8105 AC_CONFIG_SUBDIRS(gdb.gdbtk).
8106 * configure: Re-generated.
8107
8108 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
8109
8110 * gdb.cp/chained-calls.cc: New file.
8111 * gdb.cp/chained-calls.exp: New file.
8112 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8113
8114 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
8115
8116 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8117 * gdb.dwarf2/symtab-producer.exp: Same.
8118 * gdb.gdb/python-interrupts.exp: Same.
8119 * gdb.gdb/python-selftest.exp: Same.
8120 * gdb.python/py-linetable.exp: Same.
8121 * gdb.python/py-type.exp: Same.
8122 * gdb.python/py-value-cc.exp: Same.
8123 * gdb.python/py-value.exp: Same.
8124
8125 2014-11-28 Yao Qi <yao@codesourcery.com>
8126
8127 * gdb.base/break-probes.exp: Match library name prefixed with
8128 sysroot.
8129
8130 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
8131
8132 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
8133 test expected output. Add parentheses for the call to print.
8134 Remove L suffix from integers.
8135
8136 2014-11-26 Doug Evans <dje@google.com>
8137
8138 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8139
8140 2014-11-22 Yao Qi <yao@codesourcery.com>
8141
8142 * gdb.trace/entry-values.c: Remove asms.
8143 (foo): Add foo_label.
8144 (bar): Add bar_label.
8145 * gdb.trace/entry-values.exp: Remove code computing foo's
8146 length and bar's length.
8147 (Dwarf::assemble): Invoke function_range for bar and use
8148 MACRO_AT_func for foo.
8149
8150 2014-11-22 Yao Qi <yao@codesourcery.com>
8151
8152 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8153 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
8154 Use .Lgcc43_procstart instead of gcc43.
8155
8156 2014-11-21 Joel Brobecker <brobecker@adacore.com>
8157
8158 * gdb.ada/n_arr_bound: New testcase.
8159
8160 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
8161
8162 PR breakpoints/10737
8163 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8164 test_catch_syscall_multi_arch.
8165 (test_catch_syscall_multi_arch): New function.
8166
8167 2014-11-20 Doug Evans <xdje42@gmail.com>
8168
8169 * gdb.base/maint.exp: Update expected output.
8170
8171 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8172
8173 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8174 4-byte instruction on S390.
8175
8176 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8177
8178 * gdb.ada/arr_arr: New testcase.
8179
8180 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8181
8182 * gdb.ada/pkd_arr_elem: New Testcase.
8183
8184 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
8185
8186 * gdb.reverse/break-precsave: Expect completion message for
8187 core file reads.
8188 * gdb.reverse/consecutive-precsave.exp: Likewise.
8189 * gdb.reverse/finish-precsave.exp: Likewise.
8190 * gdb.reverse/i386-precsave.exp: Likewise.
8191 * gdb.reverse/machinestate-precsave.exp: Likewise.
8192 * gdb.reverse/sigall-precsave.exp: Likewise.
8193 * gdb.reverse/solib-precsave.exp: Likewise.
8194 * gdb.reverse/step-precsave.exp: Likewise.
8195 * gdb.reverse/until-precsave.exp: Likewise.
8196 * gdb.reverse/watch-precsave.exp: Likewise.
8197
8198 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8199
8200 * gdb.base/bp-permanent.c: Include unistd.h.
8201 * gdb.python/py-framefilter-mi.c (main): Add return type.
8202 * gdb.python/py-framefilter.c (main): Likewise.
8203 * gdb.trace/actions-changed.c (main): Likewise.
8204
8205 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8206
8207 * gdb.mi/until.c: Add eye-catchers.
8208 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8209 line numbers.
8210
8211 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8212
8213 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8214 function header variants in break1.c.
8215 * gdb.base/ena-dis-br.exp: Likewise.
8216 * gdb.base/hbreak2.exp: Likewise.
8217 * gdb.reverse/until-precsave.exp: Drop references to removed
8218 non-prototype function header variants in ur1.c.
8219 * gdb.reverse/until-reverse.exp: Likewise.
8220
8221 2014-11-17 Petr Machata <pmachata@redhat.com>
8222
8223 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8224 ${_cu_offset_size} bytes abbrev offset.
8225
8226 2014-11-15 Doug Evans <xdje42@gmail.com>
8227
8228 PR symtab/17559
8229 * gdb.base/line-symtabs.exp: New file.
8230 * gdb.base/line-symtabs.c: New file.
8231 * gdb.base/line-symtabs.h: New file.
8232
8233 2014-11-14 Yao Qi <yao@codesourcery.com>
8234
8235 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8236 (func): Add label func_label.
8237 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8238 Replace low_pc and high_pc with MACRO_AT_range.
8239 Replace name, low_pc and high_pc with MACRO_AT_func.
8240
8241 2014-11-14 Yao Qi <yao@codesourcery.com>
8242
8243 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8244 Replace name, low_pc and high_pc with MACRO_AT_func.
8245
8246 2014-11-14 Yao Qi <yao@codesourcery.com>
8247
8248 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8249 produce debug information.
8250 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8251
8252 2014-11-14 Yao Qi <yao@codesourcery.com>
8253
8254 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8255 object and get function length.
8256 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8257 with MACRO_AT_func.
8258 (top-level): Replace gdb_compile and clean_restart with
8259 prepare_for_testing.
8260 * gdb.dwarf2/main.c (main): Add label main_label.
8261
8262 2014-11-14 Yao Qi <yao@codesourcery.com>
8263
8264 * lib/dwarf.exp (function_range): New procedure.
8265 (Dwarf::_handle_macro_at_func): New procedure.
8266 (Dwarf::_handle_macro_at_range): New procedure.
8267 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8268
8269 2014-11-14 Yao Qi <yao@codesourcery.com>
8270
8271 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8272 (_handle_attribute): New procedure.
8273
8274 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8275
8276 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8277 * gdb.base/call-sc.c (zed): Likewise.
8278 * gdb.base/checkpoint.c (main): Likewise.
8279 * gdb.base/dump.c (main): Likewise.
8280 * gdb.base/gcore.c (main): Likewise.
8281 * gdb.base/huge.c (main): Likewise.
8282 * gdb.base/multi-forks.c (main): Likewise.
8283 * gdb.base/pr10179-a.c (main): Likewise.
8284 * gdb.base/savedregs.c (main): Likewise.
8285 * gdb.base/sigaltstack.c (main): Likewise.
8286 * gdb.base/siginfo.c (main): Likewise.
8287 * gdb.base/structs.c (zed): Likewise.
8288 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8289 * gdb.mi/mi-syn-frame.c (main): Likewise.
8290 * gdb.mi/until.c (foo, main): Likewise.
8291 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8292 * gdb.base/solib-weak.c (foo): Declare.
8293 * gdb.base/attach-twice.c: Include stdio.h.
8294 * gdb.base/weaklib1.c: Likewise.
8295 * gdb.base/weaklib2.c: Likewise.
8296 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8297 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8298 unistd.h.
8299 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8300 * gdb.mi/mi-exit-code.c: Likewise.
8301 * gdb.base/break-interp-lib.c: Include string.h.
8302 * gdb.base/coremaker.c: Likewise.
8303 * gdb.base/testenv.c: Likewise.
8304 * gdb.python/py-finish-breakpoint.c: Likewise.
8305 * gdb.base/inferior-died.c: Include sys/wait.h.
8306 * gdb.base/fileio.c: Include time.h.
8307 * gdb.base/async-shell.c: Include unistd.h.
8308 * gdb.base/dprintf-non-stop.c: Likewise.
8309 * gdb.base/info-os.c: Likewise.
8310 * gdb.mi/mi-console.c: Likewise.
8311 * gdb.mi/watch-nonstop.c: Likewise.
8312 * gdb.python/py-events.c: Likewise.
8313 * gdb.base/async.c (baz): Move up before its invocation.
8314 * gdb.base/code_elim2.c (my_global_func): Likewise.
8315 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8316 * gdb.base/advance.c (func2): Likewise.
8317
8318 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8319
8320 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8321 variant.
8322 * gdb.base/annota3.c: Likewise.
8323 * gdb.base/async.c: Likewise.
8324 * gdb.base/average.c: Likewise.
8325 * gdb.base/call-ar-st.c: Likewise.
8326 * gdb.base/call-rt-st.c: Likewise.
8327 * gdb.base/call-sc.c: Likewise.
8328 * gdb.base/call-strs.c: Likewise.
8329 * gdb.base/ending-run.c: Likewise.
8330 * gdb.base/execd-prog.c: Likewise.
8331 * gdb.base/exprs.c: Likewise.
8332 * gdb.base/foll-exec.c: Likewise.
8333 * gdb.base/foll-fork.c: Likewise.
8334 * gdb.base/foll-vfork.c: Likewise.
8335 * gdb.base/funcargs.c: Likewise.
8336 * gdb.base/gcore.c: Likewise.
8337 * gdb.base/jump.c: Likewise.
8338 * gdb.base/langs0.c: Likewise.
8339 * gdb.base/langs1.c: Likewise.
8340 * gdb.base/langs2.c: Likewise.
8341 * gdb.base/mips_pro.c: Likewise.
8342 * gdb.base/nodebug.c: Likewise.
8343 * gdb.base/opaque0.c: Likewise.
8344 * gdb.base/opaque1.c: Likewise.
8345 * gdb.base/recurse.c: Likewise.
8346 * gdb.base/run.c: Likewise.
8347 * gdb.base/scope0.c: Likewise.
8348 * gdb.base/scope1.c: Likewise.
8349 * gdb.base/setshow.c: Likewise.
8350 * gdb.base/setvar.c: Likewise.
8351 * gdb.base/shmain.c: Likewise.
8352 * gdb.base/shr1.c: Likewise.
8353 * gdb.base/shr2.c: Likewise.
8354 * gdb.base/sigall.c: Likewise.
8355 * gdb.base/signals.c: Likewise.
8356 * gdb.base/so-indr-cl.c: Likewise.
8357 * gdb.base/solib2.c: Likewise.
8358 * gdb.base/structs.c: Likewise.
8359 * gdb.base/sum.c: Likewise.
8360 * gdb.base/vforked-prog.c: Likewise.
8361 * gdb.base/watchpoint.c: Likewise.
8362 * gdb.reverse/shr2.c: Likewise.
8363 * gdb.reverse/until-reverse.c: Likewise.
8364 * gdb.reverse/ur1.c: Likewise.
8365 * gdb.reverse/watch-reverse.c: Likewise.
8366
8367 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8368
8369 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8370 variant.
8371 * gdb.base/sepdebug.exp: Drop references to removed code.
8372
8373 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8374
8375 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8376 variant. Preserve original line numbering.
8377 * gdb.base/list1.c: Likewise.
8378
8379 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8380
8381 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8382 variant.
8383 * gdb.base/break1.c: Likewise.
8384 * gdb.base/break.exp: Drop references to removed code.
8385
8386 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8387
8388 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8389 variant.
8390
8391 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8392
8393 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8394
8395 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8396
8397 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8398 logic into perform_all_tests() and invoke it with and without
8399 function header prototypes.
8400 (do_function_calls): Remove conditional XFAIL for PR 5318.
8401 (rerun_and_prepare): Remove duplicate code.
8402 (perform_all_tests): New. Main logic moved here.
8403
8404 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8405
8406 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8407 code guarded by #ifdef NO_PROTOTYPES.
8408 (t_double_many_args): Likewise.
8409 (DEF_FUNC_MANY_ARGS_1): Likewise.
8410 (DEF_FUNC_VALUES_1): Likewise.
8411 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8412 guarded by #ifdef PROTOTYPES.
8413
8414 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8415
8416 * gdb.mi/mi-console.c: Add eye-catcher.
8417 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8418 instead of literal line number.
8419
8420 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8421
8422 * gdb.base/shr2.c: Add eye-catcher.
8423 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8424 line number.
8425
8426 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8427
8428 * gdb.base/jump.c: Add eye-catchers.
8429 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8430 numbers.
8431
8432 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8433
8434 * gdb.base/execd-prog.c: Add eye-catchers.
8435 * gdb.base/foll-exec.c: Likewise.
8436 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8437 line numbers.
8438
8439 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8440
8441 * gdb.base/ending-run.c: Add eye-catchers.
8442 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8443 literal line numbers.
8444
8445 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8446
8447 * gdb.base/call-rt-st.c: Add eye-catchers.
8448 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8449 literal line numbers.
8450
8451 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8452
8453 * gdb.base/call-ar-st.c: Add eye-catchers.
8454 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8455 literal line numbers.
8456
8457 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8458
8459 * gdb.base/average.c: Add eye-catchers.
8460 * gdb.base/sum.c: Likewise.
8461 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8462 regexps dynamically.
8463
8464 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8465
8466 * gdb.base/solib1.c: Add eye-catchers.
8467 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8468 literal line numbers.
8469
8470 2014-11-12 Pedro Alves <palves@redhat.com>
8471
8472 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8473 leader has exited.
8474
8475 2014-11-12 Pedro Alves <palves@redhat.com>
8476
8477 * gdb.arch/i386-bp_permanent.c: New file.
8478 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8479 (srcfile): Set to i386-bp_permanent.c.
8480 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8481 that stepi does not execute the 'leave' instruction, instead of
8482 testing it does execute.
8483 * gdb.base/bp-permanent.c: New file.
8484 * gdb.base/bp-permanent.exp: New file.
8485
8486 2014-11-10 Doug Evans <xdje42@gmail.com>
8487
8488 PR symtab/17564
8489 * gdb.base/symtab-search-order.exp: New file.
8490 * gdb.base/symtab-search-order.c: New file.
8491 * gdb.base/symtab-search-order-1.c: New file.
8492 * gdb.base/symtab-search-order-shlib-1.c: New file.
8493
8494 2014-11-07 Pedro Alves <palves@redhat.com>
8495
8496 PR gdb/17511
8497 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8498 i?86-*-linux*.
8499
8500 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8501
8502 PR c++/17494
8503 * gdb.cp/pr17494.cc: New file.
8504 * gdb.cp/pr17494.exp: New file.
8505
8506 2014-11-02 Yao Qi <yao@codesourcery.com>
8507
8508 * gdb.python/python.exp: Get working directory and match the
8509 output of "set extended-prompt \\w " with it.
8510
8511 2014-10-30 Doug Evans <dje@google.com>
8512
8513 * gdb.python/py-objfile.exp: Add tests for setting random attributes
8514 in objfiles.
8515 * gdb.python/py-progspace.exp: Add tests for setting random attributes
8516 in progspaces.
8517
8518 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
8519
8520 * gdb.base/fullpath-expand.exp: Skip for a remote host.
8521 * gdb.base/realname-expand.exp: Likewise.
8522 * gdb.linespec/macro-relative.exp: Likewise.
8523
8524 2014-10-29 Pedro Alves <palves@redhat.com>
8525
8526 PR gdb/17408
8527 * gdb.threads/schedlock.c (some_function): New function.
8528 (call_function): New global.
8529 (MAYBE_CALL_SOME_FUNCTION): New macro.
8530 (thread_function): Call it.
8531 * gdb.threads/schedlock.exp (get_args): Add description parameter,
8532 and use it instead of a global counter. Adjust all callers.
8533 (get_current_thread): Use "find current thread" for test message
8534 here rather than having all callers pass down the same string.
8535 (goto_loop): New procedure, factored out from ...
8536 (my_continue): ... this.
8537 (step_ten_loops): Change parameter from test message to command to
8538 use. Adjust.
8539 (list_count): Delete global.
8540 (check_result): New procedure, factored out from duplicate top
8541 level code.
8542 (continue tests): Wrap in with_test_prefix.
8543 (test_step): New procedure, factored out from duplicate top level
8544 code.
8545 (top level): Test "step" in combination with all scheduler-locking
8546 modes. Test "next" in combination with all scheduler-locking
8547 modes, and in combination with stepping over a function call or
8548 not.
8549 * gdb.threads/next-bp-other-thread.c: New file.
8550 * gdb.threads/next-bp-other-thread.exp: New file.
8551
8552 2014-10-29 Pedro Alves <palves@redhat.com>
8553
8554 PR python/17372
8555 * gdb.python/python.exp: Test a multi-line command that spawns
8556 interactive Python.
8557 * gdb.base/multi-line-starts-subshell.exp: New file.
8558
8559 2014-10-29 Yao Qi <yao@codesourcery.com>
8560
8561 * gdb.base/fileio.exp: Make directories on host.
8562
8563 2014-10-29 Yao Qi <yao@codesourcery.com>
8564
8565 * gdb.base/fileio.c (test_write): Close the file.
8566
8567 2014-10-28 Pedro Alves <palves@redhat.com>
8568
8569 PR gdb/12623
8570 * gdb.base/sigstep.c (no_handler): New global.
8571 (main): If 'no_handler is true, set the signal handlers to
8572 SIG_IGN.
8573 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8574 with_sw_watch and no_handler parameters. Handle them.
8575 (top level) <stepping over handler when stopped at a breakpoint
8576 test>: Add a test axis for testing with a software watchpoint, and
8577 another for testing with the signal handler set to SIG_IGN.
8578 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8579 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8580
8581 2014-10-28 Pedro Alves <palves@redhat.com>
8582
8583 PR gdb/17511
8584 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8585 * gdb.base/sigstep.exp (other_handler_location): New global.
8586 (advance): Support stepping into the signal handler, and running
8587 commands while in the handler.
8588 (in_handler_map): New global.
8589 (top level): In the advance test, add combinations for getting
8590 into the handler with stepping commands, and for running commands
8591 in the handler. Add comment descripting the advancei tests.
8592
8593 2014-10-28 Pedro Alves <palves@redhat.com>
8594
8595 * gdb.base/sigstep.exp: Use build_executable instead of
8596 prepare_for_testing.
8597 (top level): Move code that starts GDB, runs to main and creates a
8598 display to ...
8599 (restart): ... this new procedure.
8600 (top level): Move backtrace from signal handler test to ...
8601 (validate_backtrace): ... this new procedure.
8602 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
8603 with_test_prefix. Always restart GDB.
8604 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
8605 with_test_prefix. Always restart GDB. No need to delete
8606 breakpoints after the test.
8607 (test_skip_handler): Remove prefix parameter.
8608 (skip_over_handler, breakpoint_to_handler)
8609 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8610 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
8611 restart GDB. No need to delete breakpoints after the test.
8612 (top level): Use foreach to call the test procedures with
8613 different commands.
8614
8615 2014-10-28 Pedro Alves <palves@redhat.com>
8616
8617 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8618 instead of GNATS numbers.
8619 * gdb.base/sigbpt.exp: Likewise.
8620 * gdb.base/siginfo.exp: Likewise.
8621 * gdb.base/sigstep.exp: Likewise.
8622
8623 2014-10-27 Pedro Alves <palves@redhat.com>
8624
8625 * gdb.base/sigstep.c (dummy): New global.
8626 (main): Issue a couple writes to the new global.
8627 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8628 procedures.
8629 (skip_over_handler): Use test_skip_handler.
8630 (top level): Call skip_over_handler for stepi and nexti too.
8631 (breakpoint_over_handler): Use test_skip_handler.
8632 (top level): Call breakpoint_over_handler for stepi and nexti too.
8633
8634 2014-10-27 Yao Qi <yao@codesourcery.com>
8635
8636 * gdb.trace/tfile.c (adjust_function_address)
8637 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8638 function descriptor.
8639
8640 2014-10-24 Don Breazeal <donb@codesourcery.com>
8641
8642 * gdb.base/foll-fork.exp (test_follow_fork,
8643 catch_fork_child_follow): Check for updated fork messages emitted
8644 from infrun.c.
8645 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8646 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8647 vfork_and_exec_child_follow_through_step): Check for updated vfork
8648 messages emitted from infrun.c.
8649
8650 2014-10-24 Pedro Alves <palves@redhat.com>
8651
8652 * gdb.base/corefile.exp: Remove references to ultrix.
8653 * gdb.base/interrupt.exp: Likewise.
8654 * gdb.base/whatis.exp: Likewise.
8655 * gdb.gdb/selftest.exp: Likewise.
8656 * gdb.threads/manythreads.exp: Likewise.
8657 * gdb.threads/print-threads.exp: Likewise.
8658 * gdb.threads/pthreads.exp:: Likewise.
8659 * gdb.threads/schedlock.exp: Likewise.
8660
8661 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
8662
8663 * gdb.cp/non-trivial-retval.cc: Add a test case.
8664 * gdb.cp/non-trivial-retval.exp: Add a test.
8665
8666 2014-10-20 Yao Qi <yao@codesourcery.com>
8667
8668 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8669 * gdb.python/py-objfile-script-gdb.py: New file.
8670 * gdb.python/py-objfile-script.exp: Update reference to
8671 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
8672 of remote_download. Remove the dest file.
8673
8674 2014-10-20 Yao Qi <yao@codesourcery.com>
8675
8676 * gdb.base/checkpoint.exp: Don't remove file copied on host.
8677 * gdb.base/step-line.exp: Likewise.
8678 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8679 * gdb.dwarf2/dw2-basic.exp: Likewise.
8680 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8681 * gdb.dwarf2/dw2-filename.exp: Likewise.
8682 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8683 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8684 * gdb.dwarf2/dw2-producer.exp: Likewise.
8685 * gdb.dwarf2/mac-fileno.exp: Likewise.
8686 * gdb.python/py-frame-args.exp: Likewise.
8687 * gdb.python/py-framefilter.exp: Likewise.
8688 * gdb.python/py-mi.exp: Likewise.
8689 * gdb.python/py-objfile-script.exp: Likewise
8690 * gdb.python/py-pp-integral.exp: Likewise.
8691 * gdb.python/py-pp-re-notag.exp: Likewise.
8692 * gdb.python/py-prettyprint.exp: Likewise.
8693 * gdb.python/py-section-script.exp: Likewise.
8694 * gdb.python/py-typeprint.exp: Likewise.
8695 * gdb.python/py-xmethods.exp: Likewise.
8696 * gdb.stabs/weird.exp: Likewise.
8697 * gdb.xml/tdesc-regs.exp: Likewise.
8698
8699 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
8700
8701 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
8702 (out_cu): Use addr_len for the size of addresses.
8703 (out_line): Likewise. Size DW_LNE_set_address instruction
8704 according to addr_len.
8705 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
8706 (FUNC): Add START_INSNS to definition.
8707
8708 2014-10-18 Yao Qi <yao@codesourcery.com>
8709
8710 * gdb.base/argv0-symlink.exp: Check argv[0] value if
8711 gdb_has_argv0 return true.
8712 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
8713 check [target_info exists noargs], check [gdb_has_argv0]
8714 instead.
8715 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
8716 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
8717 procedures.
8718
8719 2014-10-17 Doug Evans <dje@google.com>
8720
8721 * gdb.python/py-events.exp: Update expected output for clear_objfiles
8722 event.
8723 * gdb.python/py-events.py: Add clear_objfiles event.
8724
8725 2014-10-17 Doug Evans <dje@google.com>
8726
8727 * gdb.python/py-objfile.exp: Test progspace attribute.
8728
8729 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
8730
8731 * gdb.guile/scm-breakpoint.exp: Do not assume any
8732 directory separators when matching source file paths.
8733 * gdb.python/py-breakpoint.exp: Likewise.
8734 * gdb.reverse/break-precsave.exp: Likewise.
8735 * gdb.reverse/break-reverse.exp: Likewise.
8736 * gdb.reverse/consecutive-precsave.exp: Likewise.
8737 * gdb.reverse/finish-precsave.exp: Likewise.
8738 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8739 * gdb.reverse/finish-reverse.exp: Likewise.
8740 * gdb.reverse/i386-precsave.exp: Likewise.
8741 * gdb.reverse/i387-env-reverse.exp: Likewise.
8742 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8743 * gdb.reverse/machinestate-precsave.exp: Likewise.
8744 * gdb.reverse/machinestate.exp: Likewise.
8745 * gdb.reverse/sigall-precsave.exp: Likewise.
8746 * gdb.reverse/solib-precsave.exp: Likewise.
8747 * gdb.reverse/step-precsave.exp: Likewise.
8748 * gdb.reverse/until-precsave.exp: Likewise.
8749 * gdb.reverse/watch-precsave.exp: Likewise.
8750 * gdb.reverse/watch-reverse.exp: Likewise.
8751
8752 2014-10-17 Yao Qi <yao@codesourcery.com>
8753
8754 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
8755 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
8756
8757 2014-10-17 Pedro Alves <palves@redhat.com>
8758
8759 PR gdb/17471
8760 * gdb.base/bg-execution-repeat.c: New file.
8761 * gdb.base/bg-execution-repeat.exp: New file.
8762
8763 2014-10-17 Pedro Alves <palves@redhat.com>
8764
8765 PR gdb/17300
8766 * gdb.base/continue-all-already-running.c: New file.
8767 * gdb.base/continue-all-already-running.exp: New file.
8768
8769 2014-10-17 Pedro Alves <palves@redhat.com>
8770
8771 PR gdb/17472
8772 * gdb.base/annota-input-while-running.c: New file.
8773 * gdb.base/annota-input-while-running.exp: New file.
8774
8775 2014-10-17 Pedro Alves <palves@redhat.com>
8776
8777 * gdb.base/callfuncs.exp: emove references to osf.
8778 * gdb.base/sigall.exp: Likewise.
8779 * gdb.gdb/selftest.exp: Likewise.
8780 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
8781 * gdb.mi/non-stop.c: Likewise.
8782 * gdb.mi/pthreads.c: Likewise.
8783 * gdb.reverse/sigall-precsave.exp: Likewise.
8784 * gdb.reverse/sigall-reverse.exp: Likewise.
8785 * gdb.threads/pthreads.c: Likewise.
8786 * gdb.threads/pthreads.exp: Likewise.
8787
8788 2014-10-17 Yao Qi <yao@codesourcery.com>
8789
8790 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
8791 check 'target_info exists noargs'.
8792 (test_command_prompt_position): Likewise.
8793 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
8794 Remove "set args".
8795 (progvar_simple_while_test): Likewise.
8796 (progvar_complex_if_while_test): Likewise.
8797 (if_while_breakpoint_command_test): Likewise.
8798 (infrun_breakpoint_command_test): Likewise.
8799 (breakpoint_command_test): Likewise.
8800 (watchpoint_command_test): Likewise.
8801 (bp_deleted_in_command_test): Likewise.
8802 (temporary_breakpoint_commands): Likewise.
8803
8804 2014-10-16 Yao Qi <yao@codesourcery.com>
8805
8806 * gdb.base/remotetimeout.exp: Remove noargs checking.
8807
8808 2014-10-15 Pedro Alves <palves@redhat.com>
8809
8810 PR breakpoints/9649
8811 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
8812 * gdb.base/breakpoint-in-ro-region.exp
8813 (probe_target_hardware_step): New procedure.
8814 (top level): Probe hardware stepping and hardware breakpoint
8815 support. Test stepping through a read-only region, with both
8816 "breakpoint auto-hw" on and off and both "always-inserted" on and
8817 off.
8818
8819 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
8820
8821 * gdb.dlang/demangle.exp: Update for demangling changes.
8822
8823 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8824
8825 * gdb.cp/non-trivial-retval.cc: Add new test cases.
8826 * gdb.cp/non-trivial-retval.exp: Add new tests.
8827
8828 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8829
8830 PR c++/13403
8831 PR c++/15154
8832 * gdb.cp/non-trivial-retval.cc: New file.
8833 * gdb.cp/non-trivial-retval.exp: New file.
8834
8835 2014-10-15 Yao Qi <yao@codesourcery.com>
8836
8837 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
8838 remote host.
8839
8840 2014-10-15 Yao Qi <yao@codesourcery.com>
8841
8842 * gdb.python/py-symbol.exp: Match file base name if host is
8843 remote, otherwise match file name with dir name.
8844 * gdb.python/py-symtab.exp: Likewise.
8845 * gdb.python/python.exp: Likewise.
8846
8847 2014-10-15 Yao Qi <yao@codesourcery.com>
8848
8849 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
8850 pattern.
8851 * gdb.python/py-symtab.exp: Likewise.
8852 * gdb.python/python.exp: Remove trailing ".*". Fix typo
8853 locationn.
8854
8855 2014-10-14 Joel Brobecker <brobecker@adacore.com>
8856
8857 * gdb.ada/addr_arith: New testcase.
8858
8859 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
8860
8861 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
8862 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
8863 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
8864 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
8865
8866 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
8867
8868 * gdb.arch/stap-eval-lang-ada.S: Likewise.
8869 * gdb.arch/stap-eval-lang-ada.c: Likewise.
8870 * gdb.arch/stap-eval-lang-ada.exp: New file.
8871
8872 2014-10-14 Yao Qi <yao@codesourcery.com>
8873
8874 * gdb.mi/mi-var-child.c (nothing1): New function.
8875 (nothing2): New function.
8876 (do_children_tests): Set function pointers by nothing1 and
8877 nothing2.
8878 * gdb.mi/mi-var-child.exp: Step over new added statements.
8879 Update test to match the new output.
8880 * gdb.mi/var-cmd.c (nothing1): New function.
8881 (nothing2): New function.
8882 (do_children_tests): Set function pointers by nothing1 and
8883 nothing2.
8884 * gdb.mi/mi-var-display.exp: Update test to match output.
8885 Step to the line specified by $line_dct_nothing.
8886 Increase the number of lines to step.
8887
8888 2014-10-14 Yao Qi <yao@codesourcery.com>
8889
8890 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
8891 tests.
8892 * gdb.mi/mi2-var-child.exp: Likewise.
8893
8894 2014-10-13 Doug Evans <dje@google.com>
8895
8896 * gdb.python/py-objfile.exp: Change name of file name test.
8897
8898 2014-10-13 Doug Evans <dje@google.com>
8899
8900 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
8901 from the start of the CU.
8902
8903 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8904 Yao Qi <yao@codesourcery.com>
8905
8906 Fix "save breakpoints" for "catch" command.
8907 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
8908 Remove -nonewline. Match also the added "main" line.
8909
8910 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8911
8912 Fix "save breakpoints" for "disable $bpnum" command.
8913 * gdb.base/save-bp.c (main): Add label.
8914 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
8915
8916 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8917
8918 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
8919
8920 2014-10-11 Yao Qi <yao@codesourcery.com>
8921
8922 * gdb.server/server-kill.exp: Execute command
8923 "set remote trace-status-packet on" before "tstatus".
8924
8925 2014-10-11 Yao Qi <yao@codesourcery.com>
8926
8927 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
8928 (main): Call getppid.
8929 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
8930 and continue to it. Read variable "server_pid".
8931
8932 2014-10-11 Yao Qi <yao@codesourcery.com>
8933
8934 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
8935
8936 2014-10-11 Yao Qi <yao@codesourcery.com>
8937
8938 * gdb.threads/thread-find.exp: Don't execute command
8939 "info threads".
8940 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
8941 * gdb.threads/linux-dp.exp: Don't check the condition
8942 $threads_created equals to zero.
8943
8944 2014-10-10 Pedro Alves <palves@redhat.com>
8945
8946 * gdb.base/bigcore.exp: Remove references to IRIX.
8947 * gdb.base/funcargs.exp: Likewise.
8948 * gdb.base/interrupt.exp: Likewise.
8949 * gdb.base/mips_pro.exp: Likewise.
8950 * gdb.base/nodebug.exp: Likewise.
8951 * gdb.base/setvar.exp: Likewise.
8952 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
8953
8954 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8955 Pedro Alves <palves@redhat.com>
8956
8957 PR symtab/14466
8958 * gdb.base/vdso-warning.c: New file.
8959 * gdb.base/vdso-warning.exp: New file.
8960
8961 2014-10-02 Doug Evans <dje@google.com>
8962
8963 * gdb.base/structs.c (main): Don't run forever.
8964
8965 2014-10-02 Pedro Alves <palves@redhat.com>
8966
8967 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
8968 (top level) <stop threads 1, stop threads 2>: Use it.
8969
8970 2014-10-02 Pedro Alves <palves@redhat.com>
8971
8972 * gdb.threads/break-while-running.exp (test): Add new
8973 'update_thread_list' argument. Skip "info threads" if false.
8974 (top level): Add new 'update_thread_list' axis.
8975
8976 2014-10-02 Pedro Alves <palves@redhat.com>
8977
8978 PR breakpoints/17431
8979 * gdb.base/execl-update-breakpoints.c: New file.
8980 * gdb.base/execl-update-breakpoints.exp: New file.
8981
8982 2014-10-01 Pedro Alves <palves@redhat.com>
8983
8984 * gdb.base/breakpoint-in-ro-region.c: New file.
8985 * gdb.base/breakpoint-in-ro-region.exp: New file.
8986
8987 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
8988
8989 * gdb.mi/mi-exit-code.exp: New file.
8990 * gdb.mi/mi-exit-code.c: New file.
8991
8992 2014-09-30 Yao Qi <yao@codesourcery.com>
8993
8994 * lib/prelink-support.exp (build_executable_own_libs): Error if
8995 the target isn't native.
8996
8997 2014-09-30 Yao Qi <yao@codesourcery.com>
8998
8999 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
9000 false.
9001
9002 2014-09-22 Pedro Alves <palves@redhat.com>
9003
9004 * gdb.threads/break-while-running.exp: New file.
9005 * gdb.threads/break-while-running.c: New file.
9006
9007 2014-09-19 Yao Qi <yao@codesourcery.com>
9008
9009 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
9010 Invoke test. Restart GDB with --readnow and invoke test again.
9011
9012 2014-09-19 Yao Qi <yao@codesourcery.com>
9013
9014 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
9015 proc set_breakpoint_on_gcd_function. Invoke
9016 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
9017 invoke set_breakpoint_on_gcd_function again.
9018
9019 2014-09-18 Doug Evans <dje@google.com>
9020
9021 * gdb.dwarf2/symtab-producer.exp: New file.
9022
9023 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9024
9025 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
9026 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
9027 * gdb.base/global-var-nested-by-dso.c: Likewise.
9028 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9029
9030 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9031 Pedro Alves <palves@redhat.com>
9032
9033 * gdb.base/watch-bitfields.exp: Pass string other than test file
9034 name to prepare_for_testing.
9035 (watch): New procedure.
9036 (expect_watchpoint): Use with_test_prefix.
9037 (top level): Factor out tests to ...
9038 (test_watch_location, test_regular_watch): ... these new
9039 procedures, and use with_test_prefix and gdb_continue_to_end.
9040
9041 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
9042
9043 PR breakpoints/12526
9044 * gdb.base/watch-bitfields.exp: New file.
9045 * gdb.base/watch-bitfields.c: New file.
9046
9047 2014-09-16 Pedro Alves <palves@redhat.com>
9048
9049 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
9050 software and hardware addresses, not software address against
9051 itself.
9052
9053 2014-09-16 Pedro Alves <palves@redhat.com>
9054
9055 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
9056 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
9057
9058 2014-09-16 Pedro Alves <palves@redhat.com>
9059
9060 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
9061 files.
9062 * gdb.base/a2-run.exp: Remove all code guarded by istarget
9063 "*-*-vxworks*" throughout.
9064 * gdb.base/break.exp: Likewise.
9065 * gdb.base/default.exp: Likewise.
9066 * gdb.base/scope.exp: Likewise.
9067 * gdb.base/sepdebug.exp: Likewise.
9068 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
9069 throughout.
9070 * gdb.base/run.c: Likewise.
9071 * gdb.base/sepdebug.c: Likewise.
9072 * gdb.hp/gdb.aCC/run.c: Likewise.
9073 * gdb.reverse/until-reverse.c: Likewise.
9074 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
9075
9076 2014-09-16 Yao Qi <yao@codesourcery.com>
9077
9078 * boards/local-remote-host-native.exp: New file.
9079
9080 2014-09-14 Doug Evans <xdje42@gmail.com>
9081
9082 * gdb.threads/queue-signal.c (thread_count): New variable.
9083 (thread_count_mutex, thread_count_condvar): New variables.
9084 (incr_thread_count, wait_all_threads_running): New functions.
9085 (main): Wait for all threads to be in their thread functions.
9086
9087 2014-09-13 Doug Evans <xdje42@gmail.com>
9088
9089 * gdb.threads/queue-signal.c: New file.
9090 * gdb.threads/queue-signal.exp: New file.
9091
9092 2014-09-13 Doug Evans <xdje42@gmail.com>
9093
9094 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9095 be consistent with what default_gdb_init uses.
9096 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9097 the plain text of the prompt. Add some logging printfs.
9098 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9099
9100 2014-09-12 Pedro Alves <palves@redhat.com>
9101
9102 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9103 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9104 * gdb.arch/i386-size-overlap.exp: Likewise.
9105 * gdb.arch/i386-size.exp: Likewise.
9106 * gdb.arch/i386-unwind.exp: Likewise.
9107 * gdb.base/a2-run.exp: Likewise.
9108 * gdb.base/break.exp: Likewise.
9109 * gdb.base/charset.exp: Likewise.
9110 * gdb.base/chng-syms.exp: Likewise.
9111 * gdb.base/commands.exp: Likewise.
9112 * gdb.base/dbx.exp: Likewise.
9113 * gdb.base/find.exp: Likewise.
9114 * gdb.base/funcargs.exp: Likewise.
9115 * gdb.base/jit-simple.exp: Likewise.
9116 * gdb.base/reread.exp: Likewise.
9117 * gdb.base/sepdebug.exp: Likewise.
9118 * gdb.base/step-bt.exp: Likewise.
9119 * gdb.cp/mb-inline.exp: Likewise.
9120 * gdb.cp/mb-templates.exp: Likewise.
9121 * gdb.objc/basicclass.exp: Likewise.
9122 * gdb.threads/killed.exp: Likewise.
9123
9124 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9125
9126 PR tdep/17379
9127 * gdb.arch/powerpc-stackless.S: New file.
9128 * gdb.arch/powerpc-stackless.exp: New file.
9129
9130 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9131
9132 * gdb.base/attach.c: Include unistd.h.
9133 (main): Call alarm. Add label postloop.
9134 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
9135 gdb_breakpoint, gdb_continue_to_breakpoint.
9136 (test_command_line_attach_run): Kill ${testpid} in one exit path.
9137
9138 2014-09-11 Pedro Alves <palves@redhat.com>
9139
9140 PR gdb/17347
9141 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9142 * gdb.base/attach.exp (test_command_line_attach_run): New
9143 procedure.
9144 (top level): Call it.
9145
9146 2014-09-11 Pedro Alves <palves@redhat.com>
9147
9148 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9149 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9150 (do_command_attach_tests): Use spawn_wait_for_attach.
9151 * gdb.base/solib-overlap.exp: Likewise.
9152 * gdb.multi/multi-attach.exp: Likewise.
9153 * gdb.python/py-prompt.exp: Likewise.
9154 * gdb.python/py-sync-interp.exp: Likewise.
9155 * gdb.server/ext-attach.exp: Likewise.
9156
9157 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
9158
9159 * gdb.fortran/array-element.exp: Remove unexpected "continue"
9160 command in testcase. Simplify testcase.
9161
9162 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9163
9164 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9165
9166 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9167
9168 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9169
9170 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9171
9172 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9173
9174 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9175
9176 * gdb.dwarf2/dynarr-ptr.c: New file.
9177 * gdb.dwarf2/dynarr-ptr.exp: New file.
9178
9179 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9180
9181 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9182 of 30 rather than hardcoding 120 for a slow test case. Take the
9183 `gdb,timeout' target setting into account for this calculation.
9184 Don't extend the timeout for the test cases that don't need it.
9185
9186 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9187
9188 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9189 a factor of 2 for a slow test case. Take the `gdb,timeout'
9190 target setting into account for this calculation.
9191 * gdb.reverse/until-precsave.exp: Increase the timeout by
9192 a factor of 15 and 3 respectively rather than adding 120
9193 for a pair of slow test cases. Take the `gdb,timeout'
9194 target setting into account for this calculation.
9195
9196 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9197
9198 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9199 timeout, don't pass one down to gdb_expect.
9200 (gdb_expect): Rework timeout selection.
9201
9202 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9203
9204 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9205 exception on timeout.
9206 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9207 (gdbserver_start_extended): Catch any `gdbserver_start' error
9208 exceptions.
9209 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9210 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9211 `gdbserver_gdb_load' error exceptions.
9212
9213 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9214
9215 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9216 120 on waiting for the TCP socket to open.
9217
9218 2014-09-09 Doug Evans <xdje42@gmail.com>
9219
9220 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9221 _caller_matches, _any_caller_is, _any_caller_matches.
9222
9223 2014-09-09 Doug Evans <xdje42@gmail.com>
9224
9225 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9226
9227 2014-09-09 Yao Qi <yao@codesourcery.com>
9228
9229 * gdb.mi/mi-var-display.exp: Set print symbol off.
9230
9231 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9232
9233 PR gdb/17035
9234 * gdb.base/commands.exp: Add tests to verify user-defined
9235 commands with empty bodies.
9236 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9237 python commands in `show user command`.
9238 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9239 scheme commands in `show user command`.
9240
9241 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9242
9243 PR python/17355
9244 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9245 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9246 * gdb.python/py-framefilter-invalidarg.exp: New file.
9247 * gdb.python/py-framefilter-invalidarg.py: New file.
9248
9249 2014-09-06 Doug Evans <xdje42@gmail.com>
9250
9251 PR 15276
9252 * gdb.python/py-caller-is.c: New file.
9253 * gdb.python/py-caller-is.exp: New file.
9254
9255 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9256
9257 PR gdb/17235
9258 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9259 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9260
9261 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9262
9263 PR fortran/17237
9264 * gdb.fortran/print-formatted.exp: New file.
9265 * gdb.fortran/print-formatted.f90: Likewise.
9266
9267 2014-09-03 Sasha Smundak <asmundak@google.com>
9268
9269 * gdb.python/py-frame.exp: Test Frame.read_register.
9270
9271 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9272
9273 PR python/16699
9274 * gdb.python/py-completion.exp: New file.
9275 * gdb.python/py-completion.py: Likewise.
9276
9277 2014-08-28 Doug Evans <dje@google.com>
9278
9279 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9280 eax,etc. are live with values set by gdb and thus the compiler can't
9281 use them.
9282 * gdb.arch/i386-pseudo.c (main): Ditto.
9283
9284 2014-08-27 Doug Evans <dje@google.com>
9285
9286 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9287
9288 2014-08-25 Doug Evans <dje@google.com>
9289
9290 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9291 (main): Ditto.
9292
9293 2014-08-25 Doug Evans <dje@google.com>
9294
9295 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9296
9297 2014-08-24 Yao Qi <yao@codesourcery.com>
9298
9299 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9300 symbol off.
9301 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9302
9303 2014-08-22 Doug Evans <dje@google.com>
9304
9305 PR 17276
9306 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9307 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9308 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9309
9310 2014-08-22 Yao Qi <yao@codesourcery.com>
9311
9312 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9313 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9314 * gdb.python/python.exp: Likewise. Use .py file on the host
9315 instead of the build.
9316
9317 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9318
9319 * gdb.threads/gcore-stale-thread.c: New file.
9320 * gdb.threads/gcore-stale-thread.exp: New file.
9321
9322 2014-08-21 Pedro Alves <palves@redhat.com>
9323
9324 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9325 * gdb.base/gcore-relro-pie.exp: Likewise.
9326 * gdb.base/gcore-relro.exp: Likewise.
9327 * gdb.base/gcore.exp: Likewise.
9328 * gdb.base/print-symbol-loading.exp: Likewise.
9329 * gdb.threads/gcore-thread.exp: Likewise.
9330 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9331
9332 2014-08-20 Pedro Alves <palves@redhat.com>
9333 Jan Kratochvil <jan.kratochvil@redhat.com>
9334
9335 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9336 configure.
9337 (EXPECT): Handle READ1 being set.
9338 (all): Depend on EXTRA_RULES.
9339 (check-read1, expect-read1, read1.so, read1): New rules.
9340 * README (Testsuite Parameters): Document the READ1 make variable.
9341 (Race detection): New section.
9342 * configure: Regenerate.
9343 * configure.ac: If build==host==target, and running under a
9344 GNU/glibc system, add read1 to the extra Makefile rules.
9345 (EXTRA_RULES): AC_SUBST it.
9346 * lib/read1.c: New file.
9347
9348 2014-08-20 Joel Brobecker <brobecker@adacore.com>
9349
9350 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9351 the handling of variables declared as a typedef to an array
9352 which a DW_AT_data_location attribute.
9353
9354 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
9355 Pedro Alves <palves@redhat.com>
9356
9357 PR symtab/14604
9358 PR symtab/14605
9359 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9360 gdb_test.
9361
9362 2014-08-19 Pedro Alves <palves@redhat.com>
9363
9364 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9365
9366 2014-08-19 Yao Qi <yao@codesourcery.com>
9367
9368 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9369 right line.
9370
9371 2014-08-18 David Blaikie <dblaikie@gmail.com>
9372
9373 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9374
9375 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9376
9377 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9378 attribute in array range.
9379
9380 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9381
9382 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9383
9384 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9385
9386 PR c++/17132
9387 * gdb.cp/pr17132.cc: New file.
9388 * gdb.cp/pr17132.exp: New file.
9389
9390 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9391
9392 * gdb.python/py-xmethods.py (A_getarrayind)
9393 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9394 Use 'print' with function call syntax.
9395 (E_method_matcher.match): Fix tab vs space indentation mixup.
9396
9397 2014-08-15 Yao Qi <yao@codesourcery.com>
9398
9399 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9400 false.
9401
9402 2014-08-15 Yao Qi <yao@codesourcery.com>
9403
9404 * gdb.cp/casts.exp: Set print symbol off.
9405 * gdb.cp/class2.exp: Likewise.
9406 * gdb.cp/overload.exp: Likewise.
9407 * gdb.cp/templates.exp: Likewise.
9408
9409 2014-08-11 Doug Evans <dje@google.com>
9410
9411 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9412 (test_load_shlib): Update.
9413
9414 2014-08-09 Yao Qi <yao@codesourcery.com>
9415
9416 * gdb.base/display.exp: Invoke is_address_zero_readable.
9417 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9418 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9419 * gdb.base/hbreak-unmapped.exp: Return if
9420 is_address_zero_readable returns true.
9421 * gdb.base/signest.exp: Likewise.
9422 * gdb.base/signull.exp: Likewise.
9423 * gdb.base/sigbpt.exp: Likewise.
9424 * gdb.guile/scm-disasm.exp: Do the test if
9425 is_address_zero_readable returns false.
9426 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9427 * gdb.python/py-arch.exp: Likewise.
9428 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9429 * lib/gdb.exp (is_address_zero_readable): New proc.
9430
9431 2014-08-09 Yao Qi <yao@codesourcery.com>
9432
9433 PR testsuite/13443
9434 * gdb.mi/mi-var-display.exp: Make test messages unique.
9435
9436 2014-08-04 Tom Tromey <tromey@redhat.com>
9437
9438 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9439 target 0".
9440
9441 2014-08-04 Tom Tromey <tromey@redhat.com>
9442
9443 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9444 "target_resume".
9445
9446 2014-08-01 Joel Brobecker <brobecker@adacore.com>
9447
9448 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9449 inner_vla_struct_object_size.
9450 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9451 as xfail.
9452
9453 2014-07-30 Pedro Alves <palves@redhat.com>
9454
9455 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9456 comment.
9457
9458 2014-07-29 Yao Qi <yao@codesourcery.com>
9459
9460 PR gdb/17206
9461 * gdb.base/until-nodebug.exp: New.
9462
9463 2014-07-28 Doug Evans <xdje42@gmail.com>
9464
9465 PR guile/17203
9466 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9467 previously existing parameter, and previously ambiguously spelled
9468 parameter.
9469
9470 2014-07-28 Will Newton <will.newton@linaro.org>
9471
9472 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9473
9474 2014-07-26 Ludovic Courtès <ludo@gnu.org>
9475 Doug Evans <xdje42@gmail.com>
9476
9477 PR guile/17146
9478 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9479
9480 2014-07-25 Pedro Alves <palves@redhat.com>
9481
9482 * gdb.threads/signal-command-handle-nopass.c: New file.
9483 * gdb.threads/signal-command-handle-nopass.exp: New file.
9484 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9485 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9486 * gdb.threads/signal-delivered-right-thread.c: New file.
9487 * gdb.threads/signal-delivered-right-thread.exp: New file.
9488
9489 2014-07-25 Pedro Alves <palves@redhat.com>
9490
9491 * gdb.base/double-prompt-target-event-error.exp
9492 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9493 match.
9494 (cancel_pagination_in_target_event): Rework double prompt
9495 detection.
9496 * gdb.base/paginate-after-ctrl-c-running.exp
9497 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9498 <return>' match.
9499 * gdb.base/paginate-bg-execution.exp
9500 (test_bg_execution_pagination_return)
9501 (test_bg_execution_pagination_cancel): Remove '-notransfer
9502 <return>' matches.
9503 * gdb.base/paginate-execution-startup.exp
9504 (test_fg_execution_pagination_return)
9505 (test_fg_execution_pagination_cancel): Remove '-notransfer
9506 <return>' matches.
9507 * gdb.base/paginate-inferior-exit.exp
9508 (test_paginate_inferior_exited): Remove '-notransfer <return>'
9509 match.
9510 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9511 * lib/gdb.exp (pagination_prompt): Run text through
9512 string_to_regexp.
9513 (gdb_test_multiple): Match $pagination_prompt instead of
9514 "<return>".
9515 (string_to_regexp): Move to lib/gdb-utils.exp.
9516
9517 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9518
9519 * gdb.arch/amd64-entry-value-paramref.S: New file.
9520 * gdb.arch/amd64-entry-value-paramref.cc: New file.
9521 * gdb.arch/amd64-entry-value-paramref.exp: New file.
9522 * gdb.arch/amd64-optimout-repeat.S: New file.
9523 * gdb.arch/amd64-optimout-repeat.c: New file.
9524 * gdb.arch/amd64-optimout-repeat.exp: New file.
9525
9526 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9527
9528 PR gdb/17170
9529 * gdb.base/statistics.exp: New file.
9530
9531 2014-07-17 Doug Evans <dje@google.com>
9532
9533 PR gdb/17170
9534 * gdb.base/maint.exp: Update testing of per-command stats.
9535
9536 2014-07-16 Pedro Alves <palves@redhat.com>
9537
9538 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9539 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9540 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9541 (tfile_write_buf): New functions.
9542 (add_memory_block): Rewrite using the above.
9543 (adjust_function_address): New function.
9544 (FUNCTION_ADDRESS): New macro.
9545 (write_basic_trace_file): Remove short_x local, and use
9546 tfile_write_16. Change type of func_addr local to unsigned long
9547 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
9548 here. Cast argument of add_memory_block to char pointer.
9549 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
9550 (main): Remove parameters.
9551 * gdb.trace/tfile.exp: Remove nowarnings.
9552
9553 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
9554
9555 * gdb.base/debug-expr.exp: Test string evaluation with
9556 "debug expression" on.
9557
9558 2014-07-15 Pedro Alves <palves@redhat.com>
9559
9560 * gdb.base/reread.exp: Use clean_restart.
9561
9562 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
9563
9564 * gdb.arch/avr-flash-qualifer.c: New.
9565 * gdb.arch/avr-flash-qualifer.exp: New.
9566
9567 2014-07-14 Pedro Alves <palves@redhat.com>
9568
9569 * gdb.base/paginate-after-ctrl-c-running.c: New file.
9570 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9571
9572 2014-07-14 Pedro Alves <palves@redhat.com>
9573
9574 * gdb.base/double-prompt-target-event-error.c: New file.
9575 * gdb.base/double-prompt-target-event-error.exp: New file.
9576
9577 2014-07-14 Pedro Alves <palves@redhat.com>
9578
9579 PR gdb/17072
9580 * gdb.base/paginate-inferior-exit.c: New file.
9581 * gdb.base/paginate-inferior-exit.exp: New file.
9582
9583 2014-07-14 Pedro Alves <palves@redhat.com>
9584
9585 PR gdb/17072
9586 * gdb.base/paginate-bg-execution.c: New file.
9587 * gdb.base/paginate-bg-execution.exp: New file.
9588
9589 2014-07-14 Pedro Alves <palves@redhat.com>
9590
9591 PR gdb/17072
9592 * gdb.base/paginate-execution-startup.c: New file.
9593 * gdb.base/paginate-execution-startup.exp: New file.
9594 * lib/gdb.exp (pagination_prompt): New global.
9595 (default_gdb_spawn): New procedure, factored out from
9596 default_gdb_spawn.
9597 (default_gdb_start): Adjust to call default_gdb_spawn.
9598 (gdb_spawn): New procedure.
9599
9600 2014-07-14 Pedro Alves <palves@redhat.com>
9601
9602 * lib/gdb.exp (gdb_assert): New procedure.
9603 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9604
9605 2014-07-14 Pedro Alves <palves@redhat.com>
9606
9607 * gdb.base/execution-termios.c: New file.
9608 * gdb.base/execution-termios.exp: New file.
9609
9610 2014-07-14 Tom Tromey <tromey@redhat.com>
9611
9612 * gdb.cp/vla-cxx.cc: New file.
9613 * gdb.cp/vla-cxx.exp: New file.
9614
9615 2014-07-14 Tom Tromey <tromey@redhat.com>
9616
9617 * gdb.reverse/rerun-prec.c: New file.
9618 * gdb.reverse/rerun-prec.exp: New file.
9619
9620 2014-07-12 Maciej W. Rozycki <macro@mips.com>
9621 Maciej W. Rozycki <macro@codesourcery.com>
9622
9623 * lib/gdb-utils.exp: New file.
9624 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9625 inline `gdb_init_command' processing.
9626 (gdb_start_cmd): Likewise.
9627 * lib/mi-support.exp (mi_run_cmd): Likewise.
9628 * README: Document `gdb_init_command' and `gdb_init_commands'.
9629
9630 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9631
9632 Fix false FAIL running under a very long directory name.
9633 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9634 and "set print elements 10000". Twice.
9635
9636 2014-07-11 Yao Qi <yao@codesourcery.com>
9637
9638 * gdb.base/exprs.exp: "set print symbol off".
9639
9640 2014-07-11 Pedro Alves <palves@redhat.com>
9641
9642 * gdb.threads/kill.c: New file.
9643 * gdb.threads/kill.exp: New file.
9644
9645 2014-07-10 Yao Qi <yao@codesourcery.com>
9646
9647 * gdb.trace/tfile.c (write_basic_trace_file)
9648 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9649 address written to trace file.
9650
9651 2014-07-09 Pedro Alves <palves@redhat.com>
9652
9653 * gdb.base/attach-wait-input.exp: New file.
9654 * gdb.base/attach-wait-input.c: New file.
9655
9656 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9657
9658 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9659 setting up test structures.
9660 (main): Call new test function.
9661 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9662 test function, continue into test function and walk test
9663 structures.
9664
9665 2014-07-02 Yao Qi <yao@codesourcery.com>
9666
9667 * gdb.trace/entry-values.c: Define labels 'foo_start' and
9668 'bar_start' at the beginning of functions 'foo' and 'bar'
9669 respectively.
9670 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9671 instead of 'foo' and 'bar'.
9672
9673 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
9674
9675 * gdb.btrace/segv.exp: New.
9676 * gdb.btrace/segv.c: New.
9677
9678 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
9679
9680 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9681 instruction.
9682
9683 2014-06-30 Mark Wielaard <mjw@redhat.com>
9684
9685 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
9686 vulture, vilify, villar): New volatile array constants.
9687 (vindictive, vegetation): New const volatile array constants.
9688 * gdb.base/volatile.exp: Test volatile and const volatile array
9689 types.
9690
9691 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9692
9693 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
9694 target lacks support for awatch, rwatch, or hbreak.
9695
9696 2014-06-27 Yao Qi <yao@codesourcery.com>
9697
9698 * gdb.multi/dummy-frame-restore.exp: New.
9699 * gdb.multi/dummy-frame-restore.c: New.
9700
9701 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
9702
9703 * gdb.btrace/gcore.exp: New.
9704
9705 2014-06-23 Pedro Alves <palves@redhat.com>
9706
9707 * gdb.base/watchpoint-reuse-slot.c: New file.
9708 * gdb.base/watchpoint-reuse-slot.exp: New file.
9709
9710 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
9711
9712 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
9713 progspace's filename in 'info', 'enable' and 'disable' command
9714 tests.
9715
9716 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9717
9718 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
9719 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9720 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
9721
9722 2014-06-20 Gary Benson <gbenson@redhat.com>
9723
9724 * gdb.arch/i386-avx.exp: Fix include file location.
9725 * gdb.arch/i386-sse.exp: Likewise.
9726
9727 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
9728
9729 * gdb.dlang/expression.exp: New file.
9730
9731 2014-06-19 Pedro Alves <palves@redhat.com>
9732
9733 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
9734 out from ...
9735 (top level): ... here. Iterate running tests under different
9736 scheduler-locking settings.
9737
9738 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
9739
9740 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
9741 to DW_FORM_addr and use non-zero addresses.
9742
9743 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
9744
9745 PR gdb/17017
9746 * gdb.python/py-xmethods.cc: Add global function call counters and
9747 increment them in their respective functions. Remove "cout"
9748 statements.
9749 * gdb.python/py-xmethods.exp: Make tests check the global function
9750 call counters instead of depending on inferior IO.
9751
9752 2014-06-18 Don Breazeal <donb@codesourcery.com>
9753
9754 * gdb.base/foll-fork.exp (default_fork_parent_follow):
9755 Deleted procedure.
9756 (explicit_fork_parent_follow): Deleted procedure.
9757 (explicit_fork_child_follow): Deleted procedure.
9758 (test_follow_fork): New procedure.
9759 (do_fork_tests): Replace calls to deleted procedures with
9760 calls to test_follow_fork and reset GDB for subsequent
9761 procedure calls.
9762
9763 2014-06-17 Yao Qi <yao@codesourcery.com>
9764
9765 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
9766 CP1252.
9767
9768 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
9769
9770 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
9771 Initialize ptr and S explicitly.
9772 (skip_type_update_when_not_use_rtti_test): Likewise.
9773
9774 2014-06-16 Keith Seitz <keiths@redhat.com>
9775
9776 PR mi/15863
9777 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
9778 the inferior is started.
9779
9780 2014-06-16 Pedro Alves <palves@redhat.com>
9781
9782 * gdb.base/break-main-file-remove-fail.c: New file.
9783 * gdb.base/break-main-file-remove-fail.exp: New file.
9784 * gdb.base/break-unload-file.exp: Use build_executable instead of
9785 prepare_for_testing.
9786 (test_break): New parameter "initial_load". Handle it.
9787 (top level): Add initial_load cmdline/file axis.
9788
9789 2014-06-12 Tom Tromey <tromey@redhat.com>
9790
9791 * gdb.base/completion.exp: Don't use directory name in test.
9792
9793 2014-06-09 Gary Benson <gbenson@redhat.com>
9794
9795 * gdb.base/sigall.c [Functions to send signals]: Reorder to
9796 separate the always-available ANSI-standard signals from the
9797 signals that require checking.
9798 (main): Likewise.
9799 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
9800 Likewise.
9801 (main): Likewise.
9802
9803 2014-06-07 Keith Seitz <keiths@redhat.com>
9804
9805 Revert:
9806 PR c++/16253
9807 * gdb.cp/var-tag.cc: New file.
9808 * gdb.cp/var-tag.exp: New file.
9809 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
9810 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
9811 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9812 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9813
9814 2014-06-06 Doug Evans <xdje42@gmail.com>
9815
9816 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
9817
9818 2014-06-06 Pedro Alves <palves@redhat.com>
9819
9820 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
9821 in target debug output instead of looking at RSP packets,
9822 disabling the test on any target that uses hardware stepping.
9823 Update comments.
9824
9825 2014-06-06 Pedro Alves <palves@redhat.com>
9826
9827 * gdb.base/break-unload-file.exp: Fix typo.
9828
9829 2014-06-06 Yao Qi <yao@codesourcery.com>
9830
9831 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
9832 from "jit_function" to "^jit_function".
9833
9834 2014-06-06 Yao Qi <yao@codesourcery.com>
9835
9836 * gdb.base/async.c (foo): Add one statement.
9837 * gdb.base/async.exp: Get the next instruction address and
9838 match the output of "nexti" by instruction address. Match
9839 the hex address in the output of "finish".
9840
9841 2014-06-06 Gary Benson <gbenson@redhat.com>
9842
9843 * gdb.base/call-signals.c: Remove preprocessor conditionals
9844 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
9845 SIGSEGV and SIGTERM.
9846 * gdb.base/sigall.c: Likewise.
9847 * gdb.base/unwindonsignal.c: Likewise.
9848 * gdb.reverse/sigall-reverse.c: Likewise.
9849
9850 2014-06-06 Yao Qi <yao@codesourcery.com>
9851
9852 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
9853 readable, skip the test.
9854
9855 2014-06-06 Yao Qi <yao@codesourcery.com>
9856
9857 * gdb.threads/staticthreads.c (thread_function): Move the line
9858 setting breakpoint on forward.
9859 * gdb.threads/staticthreads.exp: Update comments.
9860
9861 2014-06-05 Ludovic Courtès <ludo@gnu.org>
9862
9863 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
9864 "history-append! type error".
9865
9866 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
9867
9868 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
9869 erroneous dprintf expected input.
9870
9871 2014-06-04 Doug Evans <xdje42@gmail.com>
9872
9873 * gdb.guile/scm-generics.exp: Delete.
9874
9875 2014-06-04 Doug Evans <xdje42@gmail.com>
9876
9877 * gdb.guile/scm-breakpoint.exp: Update.
9878 Add tests for breakpoint registration.
9879
9880 2014-06-04 Tom Tromey <tromey@redhat.com>
9881
9882 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
9883 VLA-in-union.
9884 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
9885 inner_vla_struct, vla_union types. Initialize objects of those
9886 types and compute their sizes.
9887
9888 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
9889 Hui Zhu <hui@codesourcery.com>
9890
9891 * gdb.base/fileio.exp: Add test for shell not available as well as
9892 available.
9893 * gdb.base/fileio.c (test_system): Check for shell twice.
9894
9895 2014-06-04 Yao Qi <yao@codesourcery.com>
9896
9897 * gdb.base/auto-connect-native-target.exp: Remove redundant
9898 space from the regexp pattern.
9899
9900 2014-06-04 Yao Qi <yao@codesourcery.com>
9901
9902 * gdb.base/default.exp: Replace "child" with "native" in
9903 regexp pattern.
9904
9905 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
9906
9907 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
9908 * gdb.python/py-xmethods.exp: New tests to test xmethods.
9909 * gdb.python/py-xmethods.py: Python script supporting the
9910 new testcase and tests.
9911
9912 2014-06-03 Joel Brobecker <brobecker@adacore.com>
9913 Pedro Alves <palves@redhat.com>
9914
9915 PR breakpoints/17000
9916 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
9917 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
9918
9919 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
9920
9921 * gdb.base/subst.exp: Add tests to verify partial path matching
9922 output.
9923
9924 2014-06-03 Pedro Alves <palves@redhat.com>
9925
9926 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
9927 target that doesn't use software single-stepping.
9928
9929 2014-06-03 Pedro Alves <palves@redhat.com>
9930
9931 PR breakpoints/17000
9932 * gdb.base/sss-bp-on-user-bp-2.c: New file.
9933 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
9934
9935 2014-06-02 Doug Evans <xdje42@gmail.com>
9936
9937 * gdb.guile/scm-parameter.exp: New file.
9938
9939 2014-06-02 Doug Evans <xdje42@gmail.com>
9940
9941 * gdb.guile/scm-cmd.c: New file.
9942 * gdb.guile/scm-cmd.exp: New file.
9943
9944 2014-06-02 Doug Evans <xdje42@gmail.com>
9945
9946 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
9947 pretty-printer lookup.
9948 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
9949 (make-pp_s-printer): Call it.
9950 (make-pretty-printer-from-dict): New function.
9951 (lookup-pretty-printer-maker-from-dict): New function.
9952 (*pretty-printer*): Simplify.
9953 (make-objfile-pp_s-printer): New function.
9954 (install-objfile-pretty-printers!): New function.
9955 (make-progspace-pp_s-printer): New function.
9956 (install-progspace-pretty-printers!): New function.
9957 * gdb.guile/scm-progspace.c: New file.
9958 * gdb.guile/scm-progspace.exp: New file.
9959
9960 2014-06-02 Pedro Alves <palves@redhat.com>
9961
9962 * gdb.base/dprintf-bp-same-addr.c: New file.
9963 * gdb.base/dprintf-bp-same-addr.exp: New file.
9964
9965 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9966
9967 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
9968 * gdb.arch/powerpc-power.s: Likewise.
9969
9970 2014-06-02 Joel Brobecker <brobecker@adacore.com>
9971
9972 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
9973
9974 2014-06-01 Yao Qi <yao@codesourcery.com>
9975
9976 * gdb.base/watchpoint.exp (test_watch_location): Check null
9977 pointer can be dereferenced. If not, do the test, otherwise
9978 skip it.
9979
9980 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
9981
9982 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
9983 results.
9984 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
9985
9986 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
9987
9988 * gdb.arch/amd64-invalid-stack-middle.S: New file.
9989 * gdb.arch/amd64-invalid-stack-middle.c: New file.
9990 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
9991 * gdb.arch/amd64-invalid-stack-top.c: New file.
9992 * gdb.arch/amd64-invalid-stack-top.exp: New file.
9993
9994 2014-05-30 Pedro Alves <palves@redhat.com>
9995
9996 PR breakpoints/17000
9997 * gdb.base/sss-bp-on-user-bp.c: New file.
9998 * gdb.base/sss-bp-on-user-bp.exp: New file.
9999
10000 2014-05-30 David Blaikie <dblaikie@gmail.com>
10001
10002 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
10003 gnu_inline semantics via attribute.
10004 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
10005 source explicitly specifies the required semantics.
10006
10007 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
10008
10009 * gdb.reverse/sigall-reverse.exp: Fix a typo.
10010
10011 2014-05-29 Pedro Alves <palves@redhat.com>
10012 Tom Tromey <tromey@redhat.com>
10013
10014 * gdb.base/async-shell.exp: Don't enable target-async.
10015 * gdb.base/async.exp
10016 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
10017 parameter. Adjust.
10018 (top level): Don't test with "target-async".
10019 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
10020 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
10021 * gdb.base/inferior-died.exp: Don't enable target-async.
10022 * gdb.base/interrupt-noterm.exp: Likewise.
10023 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
10024 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10025 * gdb.mi/mi-nonstop.exp: Likewise.
10026 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10027 * gdb.mi/mi-nsintrall.exp: Likewise.
10028 * gdb.mi/mi-nsmoribund.exp: Likewise.
10029 * gdb.mi/mi-nsthrexec.exp: Likewise.
10030 * gdb.mi/mi-watch-nonstop.exp: Likewise.
10031 * gdb.multi/watchpoint-multi.exp: Adjust comment.
10032 * gdb.python/py-evsignal.exp: Don't enable target-async.
10033 * gdb.python/py-evthreads.exp: Likewise.
10034 * gdb.python/py-prompt.exp: Likewise.
10035 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
10036 * gdb.server/solib-list.exp: Don't enable target-async.
10037 * gdb.threads/thread-specific-bp.exp: Likewise.
10038 * lib/mi-support.exp: Adjust to use mi-async.
10039
10040 2014-05-29 Pedro Alves <palves@redhat.com>
10041
10042 PR gdb/13860
10043 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
10044 reason, even in sync mode.
10045
10046 2014-05-29 Pedro Alves <palves@redhat.com>
10047 Hui Zhu <hui@codesourcery.com>
10048
10049 PR PR15693
10050 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
10051 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
10052 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
10053 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
10054
10055 2014-05-28 Joel Brobecker <brobecker@adacore.com>
10056
10057 * config/monitor.exp (gdb_target_monitor): Replace use of
10058 "set remotebaud" by "set serial baud".
10059
10060 2014-05-26 Andy Wingo <wingo@igalia.com>
10061
10062 * gdb.guile/scm-breakpoint.exp:
10063 * gdb.guile/scm-gsmob.exp: Update to use plain old object
10064 properties instead of gdb-object-properties.
10065
10066 2014-05-26 Yao Qi <yao@codesourcery.com>
10067
10068 * gdb.server/no-thread-db.exp: Specify source file name
10069 explicitly when setting a breakpoint.
10070
10071 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10072
10073 * gdb.btrace/vdso.c: New.
10074 * gdb.btrace/vdso.exp: New.
10075
10076 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10077
10078 * gdb.base/gcore.exp (capture_command_output): Move ...
10079 * lib/gdb.exp (capture_command_output): ... here.
10080
10081 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10082
10083 * gdb.btrace/data.exp: Test memory access during btrace replay.
10084
10085 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
10086
10087 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
10088
10089 2014-05-21 Pedro Alves <palves@redhat.com>
10090
10091 PR gdb/13860
10092 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
10093 (top level): Test that output related to execution commands is
10094 sent to the console with CLI commands, but not with MI commands.
10095 Test that breakpoint events are always mirrored to the console.
10096 Also expect the new source line to be output after a "next" in
10097 async mode too. Make it a pass/fail test.
10098 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10099 output.
10100 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10101
10102 2014-05-21 Pedro Alves <palves@redhat.com>
10103
10104 * gdb.base/list.exp (build_pattern, test_list): New procedures.
10105 Use them to test variations of "list" after reaching a breakpoint.
10106 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10107 Test "list" with listsize 10 after reaching a breakpoint.
10108 * gdb.python/python.exp (decode_line current location line
10109 number): Adjust expected line number.
10110
10111 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
10112
10113 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10114 behavior for $args, pass it directly to "run".
10115
10116 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
10117
10118 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
10119 30000 to 65536.
10120
10121 2014-05-21 Pedro Alves <palves@redhat.com>
10122
10123 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
10124 auto-connect-native-target off".
10125 * gdb.base/auto-connect-native-target.c: New file.
10126 * gdb.base/auto-connect-native-target.exp: New file.
10127
10128 2014-05-21 Pedro Alves <palves@redhat.com>
10129
10130 * gdb.base/default.exp: Test "target native" instead of "target
10131 child".
10132
10133 2014-05-21 Mark Wielaard <mjw@redhat.com>
10134
10135 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10136
10137 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10138
10139 Fix TLS access for -static -pthread.
10140 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10141 <HAVE_TLS> (thread_function, main): Initialize it.
10142 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10143 Add clean_restart.
10144 <$have_tls != "">: Check TLSVAR.
10145
10146 2014-05-21 Pedro Alves <palves@redhat.com>
10147
10148 * gdb.base/dcache-line-read-error.c: New.
10149 * gdb.base/dcache-line-read-error.exp: New.
10150
10151 2014-05-20 Pedro Alves <palves@redhat.com>
10152
10153 * gdb.base/compare-sections.c: New file.
10154 * gdb.base/compare-sections.exp: New file.
10155
10156 2014-05-20 Pedro Alves <palves@redhat.com>
10157
10158 * gdb.base/break-idempotent.c: New file.
10159 * gdb.base/break-idempotent.exp: New file.
10160
10161 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
10162
10163 * gdb.btrace/nohist.exp: New.
10164
10165 2014-05-20 Yao Qi <yao@codesourcery.com>
10166
10167 * lib/gdb.exp (gdb_init): Set timeout if test file is under
10168 gdb.reverse directory and gdb_reverse_timeout exists in board
10169 setting.
10170 * README: Document gdb_reverse_timeout.
10171
10172 2014-05-20 Yao Qi <yao@codesourcery.com>
10173
10174 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10175 'test_file_name'. Treat args as a string instead of a list.
10176 (gdb_init): Rename argument 'args' by 'test_file_name'.
10177
10178 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10179
10180 * gdb.arch/powerpc-power.exp: New file.
10181 * gdb.arch/powerpc-power.s: New file.
10182
10183 2014-05-16 Doug Evans <dje@google.com>
10184
10185 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
10186 * gdb.base/completion.exp: Check that all expected files exist
10187 before doing file completion.
10188
10189 2014-05-16 Doug Evans <dje@google.com>
10190
10191 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10192 Update.
10193 (do_syscall_tests_without_xml): Update.
10194
10195 2014-05-16 Pedro Alves <palves@redhat.com>
10196
10197 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10198 instead of "unknown output after running".
10199
10200 2014-05-16 Yao Qi <yao@codesourcery.com>
10201
10202 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10203 file1.txt from host at the end.
10204 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10205
10206 2014-05-15 Doug Evans <dje@google.com>
10207
10208 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10209 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10210 loading file. Add test for TU lookup.
10211
10212 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10213
10214 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10215 calling "-exec-arguments" or "set args" before running the
10216 inferior.
10217
10218 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10219
10220 * lib/mi-support.exp (mi_expect_stop): Expect message for
10221 inferiors that exit with non-zero exit code.
10222
10223 2014-05-14 Yao Qi <yao@codesourcery.com>
10224
10225 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10226 match absolute path on remote host.
10227 (test_file_list_exec_source_files): Remove "/" from the
10228 pattern.
10229
10230 2014-05-14 Yao Qi <yao@codesourcery.com>
10231
10232 * boards/local-remote-host-notty.exp (${board}_file): New
10233 proc.
10234
10235 2014-05-07 Kyle McMartin <kyle@redhat.com>
10236
10237 Pushed by Joel Brobecker <brobecker@adacore.com>.
10238 * gdb.arch/aarch64-atomic-inst.c: New file.
10239 * gdb.arch/aarch64-atomic-inst.exp: New file.
10240
10241 2014-05-07 Yao Qi <yao@codesourcery.com>
10242
10243 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10244 in current context" too.
10245
10246 2014-05-05 Keith Seitz <keiths@redhat.com>
10247
10248 * gdb.linespec/ls-dollar.exp: Add test for linespec
10249 file:convenience_variable.
10250
10251 2014-05-05 Yao Qi <yao@codesourcery.com>
10252
10253 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10254 traceframes into tfile and ctf trace files. Read data from
10255 trace file and test collected data.
10256 (gdb_collect_locals_test): Likewise.
10257 (gdb_unavailable_registers_test): Likewise.
10258 (gdb_unavailable_floats): Likewise.
10259 (gdb_collect_globals_test): Likewise.
10260 (top-level): Append "ctf" to trace_file_targets if GDB
10261 supports.
10262
10263 2014-05-05 Yao Qi <yao@codesourcery.com>
10264
10265 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10266 code to ...
10267 (gdb_collect_args_test_1): ... it. New proc.
10268 (gdb_collect_locals_test): Move some code to ...
10269 (gdb_collect_locals_test_1): ... it. New proc.
10270 (gdb_unavailable_registers_test): Move some code to ...
10271 (gdb_unavailable_registers_test_1): ... it. New proc.
10272 (gdb_unavailable_floats): Move some code to ...
10273 (gdb_unavailable_floats_1): ... it. New proc.
10274
10275 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10276
10277 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10278 probes to test for bitness recognition.
10279 * gdb.arch/amd64-stap-optional-prefix.exp
10280 (test_probe_value_without_reg): New procedure.
10281 Add code to test for different kinds of bitness.
10282
10283 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10284
10285 PR breakpoints/16889
10286 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10287 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10288
10289 2014-05-01 Pedro Alves <palves@redhat.com>
10290
10291 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10292 gdb_file_cmd if no file is specified.
10293 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10294 last_loaded_file to set the remote exec-file.
10295
10296 2014-05-01 Pedro Alves <palves@redhat.com>
10297
10298 * boards/local-remote-host.exp: New file.
10299
10300 2014-05-01 Pedro Alves <palves@redhat.com>
10301
10302 * boards/local-remote-host.exp: Rename to ...
10303 * boards/local-remote-host-notty.exp: ... this.
10304
10305 2014-04-28 Joel Brobecker <brobecker@adacore.com>
10306
10307 * gdb.ada/dyn_arrayidx: New testcase.
10308
10309 2014-04-26 Yao Qi <yao@codesourcery.com>
10310
10311 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10312 and compute the length of function main. Save it in
10313 $main_length.
10314 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10315 (top-level): Use gdb_compile to compile objects into
10316 executable and restart GDB. Remove invocation to
10317 prepare_for_testing.
10318
10319 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10320 Pedro Alves <palves@redhat.com>
10321
10322 PR server/16255
10323 * gdb.multi/multi-attach.c: New file.
10324 * gdb.multi/multi-attach.exp: New file.
10325
10326 2014-04-25 Pedro Alves <palves@redhat.com>
10327
10328 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10329 user.
10330 (top level): Test that "set remote conditional-breakpoints-packet
10331 off" works as intended.
10332 * gdb.base/dprintf.exp: Test that "set remote
10333 breakpoint-commands-packet off" works as intended.
10334 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10335 New function.
10336 (top level): Call it.
10337 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10338 remote fast-tracepoints-packet off" works as intended.
10339 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10340 * lib/gdb.exp (gdb_is_target_remote): ... here.
10341
10342 2014-04-24 David Blaikie <dblaikie@gmail.com>
10343
10344 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10345 ensure clang would not discard them.
10346 * gdb.base/gdbvars.c: Ditto.
10347 * gdb.base/memattr.c: Ditto.
10348 * gdb.base/whatis.c: Ditto.
10349 * gdb.python/py-prettyprint.c: Ditto.
10350 * gdb.trace/actions.c: Ditto.
10351 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10352 ensure clang would not discard it.
10353
10354 2014-04-24 David Blaikie <dblaikie@gmail.com>
10355
10356 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10357 clang to emit the full definition of type required by the test
10358 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10359
10360 2014-04-24 David Blaikie <dblaikie@gmail.com>
10361
10362 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10363 coax Clang into emitting the definition of the type.
10364 * gdb.cp/pr10728-x.h (y): Ditto.
10365 * gdb.cp/pr10728-y.cc (y): Ditto.
10366
10367 2014-04-24 David Blaikie <dblaikie@gmail.com>
10368
10369 * gdb.base/label.exp: XFAIL label related tests under Clang.
10370 * gdb.cp/cplabel.exp: Ditto.
10371 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10372 under Clang those using labels.
10373
10374 2014-04-25 Yao Qi <yao@codesourcery.com>
10375
10376 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10377 double_label.
10378 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10379 partial_label and double_label.
10380
10381 2014-04-24 David Blaikie <dblaikie@gmail.com>
10382
10383 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10384
10385 2014-04-24 David Blaikie <dblaikie@gmail.com>
10386
10387 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10388 of the function to work across GCC and Clang.
10389 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10390 pointer types (const void ** const V void **).
10391
10392 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
10393 Walfred Tedeschi <walfred.tedeschi@intel.com>
10394
10395 * Makefile.in (EXECUTABLES): Added i386-avx512.
10396 * gdb.arch/i386-avx512.c: New file.
10397 * gdb.arch/i386-avx512.exp: Likewise.
10398
10399 2014-04-23 Keith Seitz <keiths@redhat.com>
10400
10401 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10402 (mi_make_breakpoint_table): New procedure.
10403 (mi_create_breakpoint): Use mi_make_breakpoint
10404 and return the result.
10405 (mi_make_breakpoint): New procedure.
10406 (mi_build_kv_pairs): New procedure.
10407
10408 * gdb.mi/mi-break.exp: Remove unused globals,
10409 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10410 All callers updated.
10411 * gdb.mi/mi-dprintf.exp: Use variable to track command
10412 number.
10413 Update all callers of mi_create_breakpoint and use
10414 mi_make_breakpoint_table.
10415 Remove any unused global variables.
10416 * gdb.mi/mi-nonstop.exp: Likewise.
10417 * gdb.mi/mi-nsintrall.exp: Likewise.
10418 * gdb.mi/mi-nsmoribund.exp: Likewise.
10419 * gdb.mi/mi-nsthrexec.exp: Likewise.
10420 * gdb.mi/mi-reverse.exp: Likewise.
10421 * gdb.mi/mi-simplerun.exp: Likewise.
10422 * gdb.mi/mi-stepn.exp: Likewise.
10423 * gdb.mi/mi-syn-frame.exp: Likewise.
10424 * gdb.mi/mi-until.exp: Likewise.
10425 * gdb.mi/mi-var-cp.exp: Likewise.
10426 * gdb.mi/mi-var-display.exp: Likewise.
10427 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10428 * gdb.mi/mi2-var-child.exp: Likewise.
10429 * gdb.mi/mi-vla-c99.exp: Likewise.
10430 * lib/mi-support.exp: Likewise.
10431
10432 From Ian Lance Taylor <iant@cygnus.com>:
10433 * lib/gdb.exp (parse_args): New procedure.
10434
10435 2014-04-23 Pedro Alves <palves@redhat.com>
10436
10437 * gdb.base/break-unload-file.c: New file.
10438 * gdb.base/break-unload-file.exp: New file.
10439 * gdb.base/sym-file-lib.c (baz): New function.
10440 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10441 field.
10442 (load): Store the segment's mapped size.
10443 (unload): New function.
10444 (unload_shlib): New function.
10445 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10446 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10447 set a breakpoint at baz, and call it.
10448 * gdb.base/sym-file.exp: New tests for stale breakpoint
10449 instructions.
10450
10451 2014-04-23 Pedro Alves <palves@redhat.com>
10452
10453 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10454 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10455 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10456 * gdb.base/hbreak-unmapped.c: New file.
10457 * gdb.base/hbreak-unmapped.exp: New file.
10458 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10459 * lib/gdb.exp (gdb_is_target_remote): ... here.
10460
10461 2014-04-22 Pedro Alves <palves@redhat.com>
10462
10463 * gdb.base/consecutive-step-over.c: New file.
10464 * gdb.base/consecutive-step-over.exp: New file.
10465
10466 2014-04-22 Pedro Alves <palves@redhat.com>
10467
10468 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10469 instead of send_gdb/gdb_expect.
10470
10471 2014-04-22 Yao Qi <yao@codesourcery.com>
10472
10473 * lib/trace-support.exp (generate_tracefile): New procedure.
10474 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10475 return 0.
10476 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10477 if generate_tracefile returns 1.
10478
10479 2014-04-18 Tom Tromey <palves@redhat.com>
10480 Pedro alves <tromey@redhat.com>
10481
10482 PR backtrace/15558
10483 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10484 with a backtrace limit.
10485 * gdb.python/py-frame-inline.exp: Test running to an inline
10486 function with a backtrace limit, and printing the newest frame.
10487 * gdb.python/py-frame-inline.c (main): Call f.
10488
10489 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10490
10491 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10492
10493 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10494
10495 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10496 Drop prefix from unsupported source file path.
10497
10498 2014-04-17 Yao Qi <yao@codesourcery.com>
10499
10500 * lib/gdb.exp (with_target_charset): New proc.
10501 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10502 with_target_charset.
10503 (test_print_strings): Likewise.
10504 (test_repeat_bytes): Likewise.
10505 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10506 for some tests.
10507
10508 2014-04-16 Keith Seitz <keiths@redhat.com>
10509
10510 PR gdb/15827
10511 * gdb.dwarf2/corrupt.c: New file.
10512 * gdb.dwarf2/corrupt.exp: New file.
10513
10514 2014-04-16 Keith Seitz <keiths@redhat.com>
10515
10516 PR c++/16597
10517 * gdb.cp/namelessclass.cc: New file.
10518 * gdb.cp/namelessclass.exp: New file.
10519 * gdb.cp/namelessclass.S: New file.
10520
10521 2014-04-16 Doug Evans <dje@google.com>
10522
10523 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10524 Add comment.
10525 (gdbserver_default_get_comm_port): New function.
10526 (gdbserver_start): Check if board file provided
10527 "gdbserver,get_comm_port" and use it if so.
10528 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10529 (gdb,socketport): Set to "stdio".
10530 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10531 (stdio_gdbserver_template): Delete.
10532 (${board}_get_remote_address): Update.
10533 (${board}_build_remote_cmd): Delete.
10534 (${board}_get_comm_port): New function.
10535 (${board}_spawn): Update.
10536 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10537 Delete.
10538 (${board}_get_remote_address): Update.
10539 (${board}_get_comm_port): New function.
10540
10541 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
10542
10543 * gdb.base/memattr.exp: Improve regexps to handle memory regions
10544 appearing in any order.
10545
10546 2014-04-15 Doug Evans <dje@google.com>
10547
10548 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10549 uninitialized value of "description".
10550
10551 2014-04-15 Keith Seitz <keiths@redhat.com>
10552
10553 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10554 Remove unused globals.
10555 (test_running_the_program): Likewise.
10556 (test_controlled_execution): Likewise.
10557 (test_controlling_breakpoints): Likewise.
10558 (test_program_termination): Likewise.
10559
10560 2014-04-15 Keith Seitz <keiths@redhat.com>
10561
10562 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10563 unused globals.
10564 (test_rbreak_creation_and_listing): Likewise.
10565 (test_ignore_count): Likewise.
10566 (test_error): Likewise.
10567
10568 2014-04-15 Pedro Alves <palves@redhat.com>
10569
10570 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10571 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10572 sym-file-loader.c.
10573 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10574 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10575 to sym-file-loader.c.
10576 (struct library): Forward declare.
10577 (load_shlib, lookup_function): Change prototypes.
10578 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10579 (translate_offset): Remove declarations.
10580 (get_text_addr): New declaration.
10581 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10582 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10583 sym-file-loader.h.
10584 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10585 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10586 here from sym-file-loader.h.
10587 (struct library): New structure.
10588 (load_shlib, lookup_function): Change prototypes and adjust to
10589 work with a struct library.
10590 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10591 (translate_offset): Make static.
10592 (get_text_addr): New function.
10593 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10594
10595 2014-04-15 Pedro Alves <palves@redhat.com>
10596
10597 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
10598
10599 2014-04-15 Pedro Alves <palves@redhat.com>
10600
10601 * gdb.base/sym-file-loader.c: Include <limits.h>.
10602 (SELF_LINK): New define.
10603 (get_origin): New function.
10604 (load_shlib): Use it.
10605 * gdb.base/sym-file.exp: Don't early return if the target is
10606 remote. Use runto_main, and issue fail is that fails. Use
10607 gdb_load_shlibs.
10608 (shlib_name): Delete.
10609 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
10610
10611 2014-04-15 Pedro Alves <palves@redhat.com>
10612
10613 * gdb.base/sym-file.exp: Remove regex characters from test
10614 message. Don't refer to breakpoint numbers in test messages.
10615
10616 2014-04-14 Keith Seitz <keiths@redhat.com>
10617
10618 PR c++/16253
10619 * gdb.cp/var-tag.cc: New file.
10620 * gdb.cp/var-tag.exp: New file.
10621 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10622 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10623 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10624 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10625
10626 2014-04-14 Tom Tromey <tromey@redhat.com>
10627
10628 * gdb.cp/classes.exp (test_enums): Handle underlying type.
10629 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10630 type.
10631 * gdb.cp/enum-class.exp: New file.
10632 * gdb.cp/enum-class.cc: New file.
10633
10634 2014-04-14 Tom Tromey <tromey@redhat.com>
10635
10636 * gdb.dwarf2/enum-type.exp: New file.
10637
10638 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10639
10640 * gdb.mi/mi-vla-c99.exp: New file.
10641 * gdb.mi/vla.c: New file.
10642
10643 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10644
10645 * gdb.base/vla-datatypes.c: New file.
10646 * gdb.base/vla-datatypes.exp: New file.
10647
10648 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10649
10650 * gdb.base/vla-ptr.c: New file.
10651 * gdb.base/vla-ptr.exp: New file.
10652
10653 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10654
10655 * gdb.dwarf2/count.exp: New file.
10656
10657 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10658
10659 * gdb.base/vla-sideeffect.c: New file.
10660 * gdb.base/vla-sideeffect.exp: New file.
10661
10662 2014-04-14 David Blaikie <dblaikie@gmail.com>
10663
10664 * gdb.mi/non-stop.c: Add return value for non-void function return
10665 statement.
10666 * gdb.threads/staticthreads.c: Ditto.
10667
10668 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
10669 Doug Evans <xdje42@gmail.com>
10670
10671 * gdb.guile/scm-value.c: Improve test case.
10672 * gdb.guile/scm-value.exp: Add new test.
10673
10674 2014-04-11 David Blaikie <dblaikie@gmail.com>
10675
10676 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
10677 override Clang's default.
10678
10679 2014-04-11 Joel Brobecker <brobecker@adacore.com>
10680
10681 Revert the following changes (regressions):
10682
10683 * gdb.base/vla-sideeffect.c: New file.
10684 * gdb.base/vla-sideeffect.exp: New file.
10685
10686 * gdb.dwarf2/count.exp: New file.
10687
10688 * gdb.base/vla-multi.c: New file.
10689 * gdb.base/vla-multi.exp: New file.
10690
10691 * gdb.base/vla-ptr.c: New file.
10692 * gdb.base/vla-ptr.exp: New file.
10693
10694 * gdb.base/vla-datatypes.c: New file.
10695 * gdb.base/vla-datatypes.exp: New file.
10696
10697 * gdb.mi/mi-vla-c99.exp: New file.
10698 * gdb.mi/vla.c: New file.
10699
10700 2014-04-11 Keith Seitz <keiths@redhat.com>
10701
10702 PR c++/16675
10703 * gdb.cp/cpsizeof.exp: New file.
10704 * gdb.cp/cpsizeof.cc: New file.
10705
10706 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10707
10708 * gdb.mi/mi-vla-c99.exp: New file.
10709 * gdb.mi/vla.c: New file.
10710
10711 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10712
10713 * gdb.base/vla-datatypes.c: New file.
10714 * gdb.base/vla-datatypes.exp: New file.
10715
10716 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10717
10718 * gdb.base/vla-ptr.c: New file.
10719 * gdb.base/vla-ptr.exp: New file.
10720
10721 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10722
10723 * gdb.base/vla-multi.c: New file.
10724 * gdb.base/vla-multi.exp: New file.
10725
10726 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10727
10728 * gdb.dwarf2/count.exp: New file.
10729
10730 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10731
10732 * gdb.base/vla-sideeffect.c: New file.
10733 * gdb.base/vla-sideeffect.exp: New file.
10734
10735 2014-04-11 Yao Qi <yao@codesourcery.com>
10736
10737 * gdb.base/completion.exp: Check file exists before running tests
10738 on file completion.
10739
10740 2014-04-10 Pedro Alves <palves@redhat.com>
10741
10742 * gdb.base/cond-eval-mode.c: New file.
10743 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
10744 prepare_for_testing to build the new file. Check result of
10745 runto_main.
10746 (test_break, test_watch): New procedures.
10747 (top level): Use them.
10748
10749 2014-04-08 Pierre Muller <muller@sourceware.org>
10750
10751 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
10752 Ctrl-V use for mingw hosts.
10753
10754 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
10755
10756 * gdb.python/py-value.c: Improve test case.
10757 * gdb.python/py-value.exp: Add new test.
10758
10759 2014-04-07 David Blaikie <dblaikie@gmail.com>
10760
10761 * lib/compiler.c: Identify the clang compiler.
10762 * lib/compiler.cc: Ditto.
10763
10764 2014-04-03 Yao Qi <yao@codesourcery.com>
10765
10766 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
10767
10768 2014-04-01 Anton Blanchard <anton@samba.org>
10769
10770 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
10771 messages unique.
10772
10773 2014-04-01 Anton Blanchard <anton@samba.org>
10774
10775 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
10776 prepare_for_testing.
10777
10778 2014-04-01 Anton Blanchard <anton@samba.org>
10779
10780 * gdb.arch/ppc64-atomic-inst.c: Remove.
10781 * gdb.arch/ppc64-atomic-inst.S: New file.
10782 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
10783
10784 2014-03-31 Doug Evans <dje@google.com>
10785
10786 * gdb.base/print-symbol-loading-lib.c: New file.
10787 * gdb.base/print-symbol-loading-main.c: New file.
10788 * gdb.base/print-symbol-loading.exp: New file.
10789
10790 2014-03-31 Yao Qi <yao@codesourcery.com>
10791
10792 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
10793
10794 2014-03-28 Joel Brobecker <brobecker@adacore.com>
10795
10796 * gdb.ada/mi_dyn_arr: New testcase.
10797
10798 2014-03-27 Doug Evans <dje@google.com>
10799
10800 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
10801
10802 2014-03-27 Yao Qi <yao@codesourcery.com>
10803
10804 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
10805 if target is nios2-*-*.
10806
10807 2014-03-26 Yao Qi <yao@codesourcery.com>
10808
10809 * lib/gdb.exp (readline_is_used): New proc.
10810 * gdb.base/completion.exp: Move tests on command complete up.
10811 Skip the rest of tests if readline is not used.
10812 * gdb.ada/complete.exp: Skp the test if readline is not
10813 used.
10814 * gdb.base/filesym.exp: Likewise.
10815 * gdb.base/macscp.exp: Likewise.
10816 * gdb.base/readline-ask.exp: Likewise.
10817 * gdb.base/readline.exp: Likewise.
10818 * gdb.python/py-cmd.exp: Likewise.
10819 * gdb.trace/tfile.exp: Likewise.
10820
10821 2014-03-26 Yao Qi <yao@codesourcery.com>
10822
10823 * gdb.base/macscp.exp: Fix code format issues.
10824
10825 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
10826
10827 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
10828 * gdb.asm/powerpc64le.inc: New file.
10829
10830 2014-03-25 Pedro Alves <palves@redhat.com>
10831 Doug Evans <dje@google.com>
10832
10833 * gdb.base/source-execution.c: New file.
10834 * gdb.base/source-execution.exp: New file.
10835 * gdb.base/source-execution.gdb: New file.
10836
10837 2014-03-24 Doug Evans <dje@google.com>
10838
10839 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
10840 using fission.
10841
10842 2014-03-24 Hui Zhu <hui@codesourcery.com>
10843 Pedro Alves <palves@redhat.com>
10844
10845 PR breakpoints/16101
10846 * gdb.base/dprintf.exp: Use unsupported rather than changing the
10847 test pass/fail messages. Detect missing support for dprintf when
10848 breakpoints are actually inserted.
10849 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
10850 breakpoints are actually inserted.
10851 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
10852 fails.
10853
10854 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10855
10856 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
10857
10858 2014-03-22 Doug Evans <xdje42@gmail.com>
10859
10860 * gdb.python/python.exp (python not supported): Verify multi-line
10861 python command issues an error.
10862 * gdb.guile/guile.exp (guile not supported): Verify multi-line
10863 guile command issues an error.
10864
10865 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
10866
10867 * gdb.threads/thread-specific.exp: Handle the lack of usable
10868 $this_breakpoint and $this_thread.
10869
10870 2014-03-21 Hui Zhu <hui@codesourcery.com>
10871
10872 * gdb.base/attach.exp (do_command_attach_tests): New.
10873
10874 2014-03-20 Tom Tromey <tromey@redhat.com>
10875 Pedro Alves <palves@redhat.com>
10876
10877 PR cli/15718
10878 * gdb.base/condbreak-call-false.c: New file.
10879 * gdb.base/condbreak-call-false.exp: New file.
10880
10881 2014-03-20 Pedro Alves <palves@redhat.com>
10882
10883 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
10884 Delete.
10885 (block_signals, unblock_signals): Delete.
10886 (child_function_2, main): Remove references to deleted variable
10887 and functions.
10888
10889 2014-03-20 Pedro Alves <palves@redhat.com>
10890
10891 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
10892 Use pthread_kill to signal thread 2.
10893 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10894 Adjust to make the test send itself a signal rather than using the
10895 host's "kill" command.
10896
10897 2014-03-20 Pedro Alves <palves@redhat.com>
10898
10899 * gdb.threads/multiple-step-overs.c: New file.
10900 * gdb.threads/multiple-step-overs.exp: New file.
10901 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10902 Adjust expected infrun debug output.
10903
10904 2014-03-20 Pedro Alves <palves@redhat.com>
10905
10906 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
10907 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
10908
10909 2014-03-20 Pedro Alves <palves@redhat.com>
10910
10911 PR breakpoints/7143
10912 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
10913 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
10914 of gdb_test_multiple.
10915 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
10916 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
10917
10918 2014-03-20 Pedro Alves <palves@redhat.com>
10919
10920 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
10921 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
10922
10923 2014-03-19 Pedro Alves <palves@redhat.com>
10924
10925 * gdb.base/async.exp: Remove early return.
10926
10927 2014-03-19 Pedro Alves <palves@redhat.com>
10928
10929 * gdb.base/async.exp (step& tests): Pass explicit test messages.
10930
10931 2014-03-19 Pedro Alves <palves@redhat.com>
10932
10933 * gdb.base/async.exp (test_background): Expect \r\n after
10934 "completed." in the fail pattern.
10935
10936 2014-03-19 Pedro Alves <palves@redhat.com>
10937
10938 * gdb.base/async.exp (test_background): New procedure.
10939 Use it for all background execution command tests.
10940
10941 2014-03-19 Pedro Alves <palves@redhat.com>
10942
10943 * gdb.base/async.exp: Use prepare_for_testing.
10944
10945 2014-03-19 Pedro Alves <palves@redhat.com>
10946
10947 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
10948 the same line.
10949
10950 2014-03-19 Pedro Alves <palves@redhat.com>
10951
10952 * gdb.base/async.c (main): Add "jump here" and "until here" line
10953 marker comments.
10954 * gdb.base/async.exp (jump_here): New global.
10955 (jump& test): Use it.
10956 (until_here): New global.
10957 (until& test): Use it.
10958
10959 2014-03-19 Pedro Alves <palves@redhat.com>
10960
10961 * gdb.base/async.exp: Don't frob gdb_protocol.
10962
10963 2014-03-18 Doug Evans <xdje42@gmail.com>
10964
10965 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
10966 Fix spelling of exec-done-display.
10967
10968 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
10969
10970 PR gdb/15358
10971 * gdb.base/gdb-sigterm.c: New file.
10972 * gdb.base/gdb-sigterm.exp: New file.
10973
10974 2014-03-18 Pedro Alves <palves@redhat.com>
10975
10976 PR gdb/13860
10977 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
10978 * lib/mi-support.exp (mi_expect_stop): Add special handling for
10979 solib-event.
10980
10981 2014-03-17 Joel Brobecker <brobecker@adacore.com>
10982
10983 * gdb.ada/pckd_arr_ren: New testcase.
10984
10985 2014-03-13 Doug Evans <xdje42@gmail.com>
10986
10987 PR guile/16612
10988 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
10989 collect after discarding symbols.
10990
10991 2014-03-13 Ludovic Courtès <ludo@gnu.org>
10992 Doug Evans <xdje42@gmail.com>
10993
10994 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
10995 to history survives a gc.
10996
10997 2014-03-13 Pedro Alves <palves@redhat.com>
10998
10999 * gdb.base/default.exp: Don't test "target procfs".
11000
11001 2014-03-13 Pedro Alves <palves@redhat.com>
11002
11003 * gdb.base/default.exp: Update "target child" and "target procfs"
11004 tests to not expect "Unix".
11005
11006 2014-03-12 Tom Tromey <tromey@redhat.com>
11007
11008 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
11009 New procs. Add target-async tests.
11010 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
11011 Add target-async tests.
11012
11013 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11014
11015 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
11016 'func_start' and 'func_end' for the beginning and end of the
11017 function code, respectively.
11018 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
11019 'func_end' instead of 'func' and 'main'.
11020
11021 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11022
11023 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
11024 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
11025 generate the debug info assembler source.
11026
11027 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11028
11029 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
11030 * gdb.dwarf2/arr-subrange.exp: Likewise.
11031 * gdb.dwarf2/dwz.exp: Likewise.
11032 * gdb.dwarf2/method-ptr.exp: Likewise.
11033 * gdb.dwarf2/missing-sig-type.exp: Likewise.
11034 * gdb.dwarf2/subrange.exp: Likewise.
11035 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
11036 * gdb.dwarf2/implptrpiece.exp: Likewise.
11037 * gdb.dwarf2/nostaticblock.exp: Likewise.
11038
11039 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11040
11041 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
11042 directory to absolute path name arguments.
11043
11044 2014-03-10 Joel Brobecker <brobecker@adacore.com>
11045
11046 * gdb.ada/tagged_access: New testcase.
11047
11048 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
11049
11050 * gdb.btrace/data.exp: Update expected output.
11051
11052 2014-03-06 Yao Qi <yao@codesourcery.com>
11053
11054 * gdb.trace/pr16508.exp: New file.
11055
11056 2014-03-05 Pedro Alves <palves@redhat.com>
11057
11058 PR gdb/16575
11059 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
11060 procedure.
11061 (top level): Adjust to use it. Add tests that exercise breakpoint
11062 interaction with the code-cache.
11063
11064 2014-02-26 Ludovic Courtès <ludo@gnu.org>
11065
11066 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
11067 test for 'history-append!'.
11068
11069 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11070
11071 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
11072 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
11073 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
11074 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
11075 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
11076 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
11077
11078 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11079
11080 * testsuite/gdb.python/py-pp-re-notag.c: New file.
11081 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
11082 * testsuite/gdb.python/py-pp-re-notag.p: New file.
11083
11084 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11085
11086 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
11087
11088 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11089
11090 * gdb.dwarf2/arr-stride.c: New file.
11091 * gdb.dwarf2/arr-stride.exp: New file.
11092
11093 2014-02-26 Pedro Alves <palves@redhat.com>
11094
11095 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11096 that won't ever trigger. Make sure that GDB reports the correct
11097 breakpoint that caused the stop.
11098
11099 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11100
11101 PR gdb/16626
11102 * gdb.base/auto-load-script: New file.
11103 * gdb.base/auto-load.c: New file.
11104 * gdb.base/auto-load.exp: New file.
11105
11106 PR gdb/16626
11107 * gdb.base/auto-load.exp: Fix out-of-srctree run.
11108
11109 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11110
11111 Fix dw2-icycle.exp -fsanitize=address GDB crash.
11112 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11113
11114 2014-02-24 Doug Evans <dje@google.com>
11115
11116 * lib/gdb.exp (run_on_host): Log error output if program fails.
11117
11118 2014-02-21 Pedro Alves <palves@redhat.com>
11119
11120 * gdb.threads/step-after-sr-lock.c: Rename to ...
11121 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
11122 * gdb.threads/step-after-sr-lock.exp: Rename to ...
11123 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11124 ... this.
11125
11126 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
11127
11128 PR tdep/16397
11129 * gdb.arch/amd64-stap-special-operands.exp: New file.
11130 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
11131 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
11132 * gdb.arch/amd64-stap-triplet.S: Likewise.
11133 * gdb.arch/amd64-stap-triplet.c: Likewise.
11134
11135 2014-02-20 Joel Brobecker <brobecker@adacore.com>
11136
11137 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11138 in .section pseudo-op.
11139
11140 2014-02-20 lin zuojian <manjian2006@gmail.com>
11141 Joel Brobecker <brobecker@adacore.com>
11142 Doug Evans <xdje42@gmail.com>
11143
11144 PR symtab/16581
11145 * gdb.dwarf2/dw2-icycle.S: New file.
11146 * gdb.dwarf2/dw2-icycle.c: New file.
11147 * gdb.dwarf2/dw2-icycle.exp: New file.
11148
11149 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
11150
11151 * gdb.python/py-value-cc.cc: Improve test case to enable testing
11152 operations on gdb.Value objects.
11153 * gdb.python/py-value-cc.exp: Add new test to test operations on
11154 gdb.Value objects.
11155
11156 2014-02-18 Doug Evans <dje@google.com>
11157
11158 * Makefile.in (TESTS): New variable.
11159 (expanded_tests, expanded_tests_or_none): New variables
11160 (check-single): Pass $(expanded_tests_or_none) to runtest.
11161 (check-parallel): Only run tests in $(TESTS) if non-empty.
11162 (check/no-matching-tests-found): New rule.
11163 * README: Document TESTS makefile variable.
11164
11165 2014-02-18 Doug Evans <dje@google.com>
11166
11167 * Makefile.in (check-parallel): rm -rf outputs temp.
11168
11169 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11170
11171 Fix "ERROR: no fileid for" in the testsuite.
11172 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11173
11174 2014-02-12 Doug Evans <dje@google.com>
11175
11176 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11177 (MISCELLANEOUS): New variable.
11178 (clean): rm -rf $(MISCELLANEOUS).
11179 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11180 dwp live in the same directory as symlinks, with each symlink pointed
11181 to a differently named file in a different directory.
11182
11183 2014-02-11 Doug Evans <dje@google.com>
11184
11185 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11186 of Tcl file commands.
11187
11188 2014-02-10 Mark Kettenis <kettenis@gnu.org>
11189
11190 * gdb.threads/step-after-sr-lock.exp: Avoid executing
11191 "kill -SIGUSR1 -1".
11192
11193 2014-02-10 Joel Brobecker <brobecker@adacore.com>
11194
11195 * gdb.ada/tick_length_array_enum_idx: New testcase.
11196
11197 2014-02-10 Doug Evans <xdje42@gmail.com>
11198
11199 * configure.ac (AC_OUTPUT): Add gdb.guile.
11200 * configure: Regenerate.
11201 * lib/gdb-guile.exp: New file.
11202 * lib/gdb.exp (get_target_charset): New function.
11203 * gdb.base/help.exp: Update expected output from "apropos apropos".
11204 * gdb.guile/Makefile.in: New file.
11205 * gdb.guile/guile.exp: New file.
11206 * gdb.guile/scm-arch.c: New file.
11207 * gdb.guile/scm-arch.exp: New file.
11208 * gdb.guile/scm-block.c: New file.
11209 * gdb.guile/scm-block.exp: New file.
11210 * gdb.guile/scm-breakpoint.c: New file.
11211 * gdb.guile/scm-breakpoint.exp: New file.
11212 * gdb.guile/scm-disasm.c: New file.
11213 * gdb.guile/scm-disasm.exp: New file.
11214 * gdb.guile/scm-equal.c: New file.
11215 * gdb.guile/scm-equal.exp: New file.
11216 * gdb.guile/scm-error.exp: New file.
11217 * gdb.guile/scm-error.scm: New file.
11218 * gdb.guile/scm-frame-args.c: New file.
11219 * gdb.guile/scm-frame-args.exp: New file.
11220 * gdb.guile/scm-frame-args.scm: New file.
11221 * gdb.guile/scm-frame-inline.c: New file.
11222 * gdb.guile/scm-frame-inline.exp: New file.
11223 * gdb.guile/scm-frame.c: New file.
11224 * gdb.guile/scm-frame.exp: New file.
11225 * gdb.guile/scm-generics.exp: New file.
11226 * gdb.guile/scm-gsmob.exp: New file.
11227 * gdb.guile/scm-iterator.c: New file.
11228 * gdb.guile/scm-iterator.exp: New file.
11229 * gdb.guile/scm-math.c: New file.
11230 * gdb.guile/scm-math.exp: New file.
11231 * gdb.guile/scm-objfile-script-gdb.in: New file.
11232 * gdb.guile/scm-objfile-script.c: New file.
11233 * gdb.guile/scm-objfile-script.exp: New file.
11234 * gdb.guile/scm-objfile.c: New file.
11235 * gdb.guile/scm-objfile.exp: New file.
11236 * gdb.guile/scm-ports.exp: New file.
11237 * gdb.guile/scm-pretty-print.c: New file.
11238 * gdb.guile/scm-pretty-print.exp: New file.
11239 * gdb.guile/scm-pretty-print.scm: New file.
11240 * gdb.guile/scm-section-script.c: New file.
11241 * gdb.guile/scm-section-script.exp: New file.
11242 * gdb.guile/scm-section-script.scm: New file.
11243 * gdb.guile/scm-symbol.c: New file.
11244 * gdb.guile/scm-symbol.exp: New file.
11245 * gdb.guile/scm-symtab-2.c: New file.
11246 * gdb.guile/scm-symtab.c: New file.
11247 * gdb.guile/scm-symtab.exp: New file.
11248 * gdb.guile/scm-type.c: New file.
11249 * gdb.guile/scm-type.exp: New file.
11250 * gdb.guile/scm-value-cc.cc: New file.
11251 * gdb.guile/scm-value-cc.exp: New file.
11252 * gdb.guile/scm-value.c: New file.
11253 * gdb.guile/scm-value.exp: New file.
11254 * gdb.guile/source2.scm: New file.
11255 * gdb.guile/types-module.cc: New file.
11256 * gdb.guile/types-module.exp: New file.
11257
11258 2014-02-10 Yao Qi <yao@codesourcery.com>
11259
11260 PR testsuite/16543
11261 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11262 * configure: Regenerated.
11263 * Makefile.in: New file.
11264
11265 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11266
11267 * gdb.python/py-framefilter.exp: Fix typo.
11268
11269 2014-02-08 Yao Qi <yao@codesourcery.com>
11270
11271 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11272 that no =breakpoint-modified is emitted when breakpoints are
11273 modified through MI commands.
11274
11275 2014-02-07 Pedro Alves <pedro@codesourcery.com>
11276 Pedro Alves <palves@redhat.com>
11277
11278 * gdb.threads/step-after-sr-lock.c: New file.
11279 * gdb.threads/step-after-sr-lock.exp: New file.
11280
11281 2014-02-07 Pedro Alves <palves@redhat.com>
11282
11283 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11284
11285 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11286
11287 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11288 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11289
11290 2014-02-06 Doug Evans <xdje42@gmail.com>
11291
11292 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11293 output.
11294
11295 * gdb.gdb/python-interrupts.exp: New file.
11296
11297 2014-02-05 Yao Qi <yao@codesourcery.com>
11298
11299 * gdb.trace/report.exp (use_collected_data): Test the output
11300 of "info threads" and "info inferiors".
11301
11302 2014-02-05 Yao Qi <yao@codesourcery.com>
11303
11304 Revert this patch:
11305
11306 2013-05-24 Yao Qi <yao@codesourcery.com>
11307
11308 * gdb.trace/tfile.exp: Test inferior and thread.
11309
11310 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11311
11312 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11313 on a function.
11314 * gdb.base/step-bt.c: Call hello via function pointer to make
11315 sure its first instruction is executed on powerpc64le-linux.
11316
11317 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11318
11319 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11320
11321 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11322
11323 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11324 of the test patterns for use on little-endian systems.
11325
11326 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11327
11328 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11329 (decimal_vector): Fix for little-endian.
11330
11331 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11332
11333 * gdb.arch/sparc-sysstep.exp: New file.
11334 * gdb.arch/sparc-sysstep.c: Likewise.
11335
11336 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11337
11338 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11339
11340 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11341
11342 2014-01-23 Tom Tromey <tromey@redhat.com>
11343
11344 * gdb.ada/array_char_idx: New testcase.
11345
11346 2014-01-23 Tom Tromey <tromey@redhat.com>
11347
11348 PR python/16487:
11349 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11350 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11351 classes.
11352
11353 2014-01-23 Tom Tromey <tromey@redhat.com>
11354
11355 PR python/16491:
11356 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11357 string from an inferior frame.
11358 * gdb.python/py-framefilter-mi.exp: Update.
11359
11360 2014-01-22 Doug Evans <dje@google.com>
11361
11362 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11363
11364 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11365
11366 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11367
11368 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11369
11370 * gdb.trace/entry-values.exp: Remove excess space character from
11371 regex patterns. Handle s390 call instruction.
11372
11373 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11374
11375 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11376 define "*_start" label. Make "name" static.
11377 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11378 ${name} by references to ${name}_start.
11379
11380 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11381
11382 * gdb.base/info-macros.exp: Remove "debug" from the compile
11383 options.
11384
11385 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11386
11387 * gdb.dlang/demangle.exp: New file.
11388
11389 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11390
11391 * gdb.dlang/primitive-types.exp: New file.
11392
11393 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11394
11395 * configure.ac: Create gdb.dlang/Makefile.
11396 * configure: Regenerate.
11397 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11398 * gdb.dlang/Makefile.in: New file.
11399 * lib/d-support.exp: New file.
11400 * lib/gdb.exp (skip_d_tests): New proc.
11401
11402 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11403
11404 * gdb.btrace/delta.exp: Check reverse stepi.
11405 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11406 * gdb.btrace/finish.exp: New.
11407 * gdb.btrace/next.exp: New.
11408 * gdb.btrace/nexti.exp: New.
11409 * gdb.btrace/record_goto.c: Add comments.
11410 * gdb.btrace/step.exp: New.
11411 * gdb.btrace/stepi.exp: New.
11412 * gdb.btrace/multi-thread-step.c: New.
11413 * gdb.btrace/multi-thread-step.exp: New.
11414 * gdb.btrace/rn-dl-bind.c: New.
11415 * gdb.btrace/rn-dl-bind.exp: New.
11416 * gdb.btrace/data.c: New.
11417 * gdb.btrace/data.exp: New.
11418 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11419
11420 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11421
11422 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11423 * gdb.btrace/exception.exp: Update.
11424 * gdb.btrace/instruction_history.exp: Update.
11425 * gdb.btrace/record_goto.exp: Update.
11426 * gdb.btrace/tailcall.exp: Update.
11427 * gdb.btrace/unknown_functions.exp: Update.
11428 * gdb.btrace/delta.exp: New.
11429
11430 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11431
11432 * gdb.btrace/record_goto.exp: Add backtrace test.
11433 * gdb.btrace/tailcall.exp: Add backtrace test.
11434
11435 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11436
11437 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11438 * gdb.btrace/record_goto.c: New.
11439 * gdb.btrace/record_goto.exp: New.
11440 * gdb.btrace/x86-record_goto.S: New.
11441
11442 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11443
11444 * gdb.btrace/function_call_history.exp: Update tests.
11445 * gdb.btrace/instruction_history.exp: Update tests.
11446
11447 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11448
11449 * gdb.btrace/function_call_history.exp: Fix expected field
11450 order for "record function-call-history".
11451 Add new tests for "record function-call-history /c".
11452 * gdb.btrace/exception.cc: New.
11453 * gdb.btrace/exception.exp: New.
11454 * gdb.btrace/tailcall.exp: New.
11455 * gdb.btrace/x86-tailcall.S: New.
11456 * gdb.btrace/x86-tailcall.c: New.
11457 * gdb.btrace/unknown_functions.c: New.
11458 * gdb.btrace/unknown_functions.exp: New.
11459 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11460
11461 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11462
11463 * gdb.btrace/instruction_history.exp: Update.
11464 * gdb.btrace/function_call_history.exp: Update.
11465
11466 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11467
11468 * gdb.btrace/function_call_history.exp: Fix expected function
11469 trace.
11470 * gdb.btrace/instruction_history.exp: Initialize traced.
11471 Remove traced_functions.
11472
11473 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11474
11475 * gdb.btrace/function_call_history.exp: Update
11476 * gdb.btrace/instruction_history.exp: Update.
11477
11478 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11479
11480 * gdb.btrace/enable.exp: Update expected text.
11481
11482 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11483
11484 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11485 bytes.
11486
11487 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11488
11489 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11490
11491 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
11492
11493 * lib/gdb.exp (supports_process_record): Return true for
11494 arm*-linux*. (supports_reverse): Likewise.
11495
11496 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11497
11498 PR python/15464
11499 PR python/16113
11500 * gdb.python/py-type.c: Enhance test case.
11501 * gdb.python/py-value-cc.cc: Likewise
11502 * gdb.python/py-type.exp: Add new tests.
11503 * gdb.python/py-value-cc.exp: Likewise
11504
11505 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11506 Pedro Alves <palves@redhat.com>
11507
11508 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11509 Make "name" extern.
11510 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11511 references to ${name}_start by references to ${name}.
11512
11513 2014-01-10 Joel Brobecker <brobecker@adacore.com>
11514
11515 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11516
11517 2014-01-10 Joel Brobecker <brobecker@adacore.com>
11518
11519 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11520
11521 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
11522 Pedro Alves <palves@redhat.com>
11523
11524 * gdb.mi/mi-info-os.exp: Connect to the target with
11525 mi_gdb_target_load.
11526
11527 2014-01-08 Pedro Alves <palves@redhat.com>
11528
11529 * gdb.threads/reconnect-signal.c: New file.
11530 * gdb.threads/reconnect-signal.exp: New file.
11531
11532 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11533
11534 * gdb.base/source-dir.exp: New file.
11535
11536 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11537
11538 * gdb.ada/mi_interface: New testcase.
11539
11540 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11541
11542 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11543 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11544 gdb.ada/pp-rec-component/pck.ads: New files.
11545
11546 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11547
11548 * gdb.python/py-pp-integral.c: New file.
11549 * gdb.python/py-pp-integral.py: New file.
11550 * gdb.python/py-pp-integral.exp: New file.
11551
11552 For older changes see ChangeLog-1993-2013.
11553 \f
11554 ;; Local Variables:
11555 ;; mode: change-log
11556 ;; left-margin: 8
11557 ;; fill-column: 74
11558 ;; version-control: never
11559 ;; End:
11560
11561 Copyright 2014-2017 Free Software Foundation, Inc.
11562 Copying and distribution of this file, with or without modification,
11563 are permitted provided the copyright notice and this notice are preserved.