]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
Python: Move and rename gdb.BtraceFunction
[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: Rename prev_sibling and next_sibling
4 to prev and next.
5
6 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7
8 * gdb.python/py-record-btrace.exp: Remove test for
9 gdb.BtraceInstruction.error.
10
11 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12
13 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
14
15 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
16
17 * gdb.python/py-record-btrace-threads.c: New file.
18 * gdb.python/py-record-btrace-threads.exp: New file.
19
20 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
21
22 PR testsuite/8595
23 * gdb.base/environ.exp: Make test available in all architectures.
24 Move bits related to "info program" testing to
25 gdb.base/info-program.exp. Rewrite tests to use the two new
26 procedures mentione below.
27 (test_set_show_env_var) New procedure.
28 (test_set_show_env_var_equal): Likewise.
29 * gdb.base/info-program.exp: New file.
30
31 2017-04-27 Keith Seitz <keiths@redhat.com>
32
33 * gdb.cp/oranking.cc (test15): New function.
34 (main): Call test15 and declare additional variables for testing.
35 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
36 "p foo101('abc')" tests.
37 Add tests for cv qualifier overloads.
38 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
39 "lvalue reference overload" test.
40 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
41 "print value of f1 on Child&& in f2" test.
42
43 2017-04-19 Pedro Alves <palves@redhat.com>
44
45 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
46 procedure.
47 (top level): Call it.
48 * lib/gdb.exp (gdb_define_cmd): New procedure.
49
50 2017-04-12 Pedro Alves <palves@redhat.com>
51
52 PR gdb/21323
53 * gdb.cp/wide_char_types.c: Include <wchar.h>.
54 (wchar): New global.
55 * gdb.cp/wide_char_types.exp (wide_char_types_program)
56 (do_test_wide_char, wide_char_types_no_program, top level): Add
57 wchar_t testing.
58
59 2017-04-12 Pedro Alves <palves@redhat.com>
60
61 PR c++/21323
62 * gdb.cp/wide_char_types.c: New file.
63 * gdb.cp/wide_char_types.exp: New file.
64
65 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
66
67 PR gdb/21352
68 * gdb.trace/tsv.exp: Add test for "tsave -r".
69
70 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
71
72 * gdb.dlang/watch-loc.c: New file.
73 * gdb.dlang/watch-loc.exp: New file.
74
75 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
76
77 * gdb.python/py-section-script.exp (sepdebug): New testcases.
78
79 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
80
81 * gdb.arch/arc-analyze-prologue.S: New file.
82 * gdb.arch/arc-analyze-prologue.exp: Likewise.
83
84 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
85
86 * gdb.arch/arc-decode-insn.S: New file.
87 * gdb.arch/arc-decode-insn.exp: Likewise.
88
89 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
90
91 PR tdep/20928
92 * gdb.arch/sparc64-regs.exp: New file.
93 * gdb.arch/sparc64-regs.S: Likewise.
94
95 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
96
97 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
98 and memory view on Python 3.
99
100 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
101 Keith Seitz <keiths@redhat.com>
102
103 PR gdb/14441
104 * gdb.cp/demangle.exp: Add rvalue reference tests.
105 * gdb.cp/rvalue-ref-casts.cc: New file.
106 * gdb.cp/rvalue-ref-casts.exp: New file.
107 * gdb.cp/rvalue-ref-overload.cc: New file.
108 * gdb.cp/rvalue-ref-overload.exp: New file.
109 * gdb.cp/rvalue-ref-params.cc: New file.
110 * gdb.cp/rvalue-ref-params.exp: New file.
111 * gdb.cp/rvalue-ref-sizeof.cc: New file.
112 * gdb.cp/rvalue-ref-sizeof.exp: New file.
113 * gdb.cp/rvalue-ref-types.cc: New file.
114 * gdb.cp/rvalue-ref-types.exp: New file.
115 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
116 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
117
118 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
119
120 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
121 New procedure.
122
123 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
124
125 * lib/mi-support.exp (mi_gdb_test): Add additional message
126 for unexpected output.
127
128 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
129
130 * gdb.base/examine-backward.c (Barrier): New character array
131 constant, to ensure that TestStrings is preceded by a string
132 terminator.
133
134 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
135
136 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
137 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
138 and implicit pointer into such a location.
139
140 2017-03-16 Doug Evans <dje@google.com>
141
142 * gdb.python/py-lazy-string (pointer): Really add new typedef.
143
144 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
145
146 * gdb.cp/m-static.exp: Fix expectation for prototype of
147 test5.single_constructor and single_constructor::single_constructor.
148
149 2017-03-16 Doug Evans <dje@google.com>
150
151 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
152 * gdb.guile/scm-lazy-string.c: New file.
153 * gdb.guile/scm-value.exp: Move lazy string tests to ...
154 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
155 for pointer, array, typedef lazy strings.
156
157 2017-03-16 Doug Evans <dje@google.com>
158
159 PR python/17728, python/18439, python/18779
160 * gdb.python/py-value.c (main) Delete locals sptr, sn.
161 * gdb.python/py-lazy-string.c (pointer): New typedef.
162 (main): New locals ptr, array, typedef_ptr.
163 * gdb.python/py-value.exp: Move lazy string tests to ...
164 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
165 array, typedef lazy strings.
166
167 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
168
169 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
170 Add optional 'test' parameter.
171
172 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
173
174 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
175 Skip for versions of DejaGnu < 1.5.
176
177 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
178
179 * lib/gdb.exp (dejagnu_version): New proc.
180 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
181 Use dejagnu_version.
182
183 2017-03-10 Keith Seitz <keiths@redhat.com>
184
185 PR c++/8128
186 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
187 type from destructor regexps.
188 Add a branch which actually passes the test.
189 Adjust "ptype t5i" test names.
190
191 2017-03-08 Pedro Alves <palves@redhat.com>
192
193 * gdb.base/step-over-exit.exp: Add explicit test message.
194
195 2017-03-08 Pedro Alves <palves@redhat.com>
196
197 PR gdb/18360
198 * gdb.threads/interrupt-while-step-over.c: New file.
199 * gdb.threads/interrupt-while-step-over.exp: New file.
200
201 2017-03-08 Pedro Alves <palves@redhat.com>
202
203 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
204 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
205
206 2017-03-08 Pedro Alves <palves@redhat.com>
207
208 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
209 PKRU as not supported as a PASS.
210
211 2017-03-08 Pedro Alves <palves@redhat.com>
212
213 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
214 prefix instead of $binfile1/$binfile2.
215 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
216 in test message.
217 * gdb.python/py-completion.exp: Use "load python file" as test
218 messages instead of unstable path names.
219
220 2017-03-08 Pedro Alves <palves@redhat.com>
221 Jan Kratochvil <jan.kratochvil@redhat.com>
222
223 PR cli/21218
224 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
225 New proc.
226 (top level): Call it.
227
228 2017-03-08 Pedro Alves <palves@redhat.com>
229
230 PR tui/21216
231 * gdb.tui/tui-nl-filtered-output.exp: New file.
232
233 2017-03-08 Pedro Alves <palves@redhat.com>
234
235 * gdb.base/completion.exp: Move TUI completion tests to ...
236 * gdb.tui/completion.exp: ... this new file.
237
238 2017-03-08 Pedro Alves <palves@redhat.com>
239
240 * gdb.base/tui-disasm-long-lines.c,
241 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
242 gdb.base/tui-layout.exp: Move to ...
243 * gdb.tui/: ... this new directory.
244
245 2017-03-07 Pedro Alves <palves@redhat.com>
246
247 * gdb.base/tui-layout.c: New file.
248 * gdb.base/tui-layout.exp: New file.
249
250 2017-03-07 Pedro Alves <palves@redhat.com>
251
252 * gdb.base/tui-layout.c: Rename to ...
253 * gdb.base/tui-disasm-long-lines.c: ... this.
254 * gdb.base/tui-layout.exp: Rename to ...
255 * gdb.base/tui-disasm-long-lines.exp: ... this.
256
257 2017-03-07 Pedro Alves <palves@redhat.com>
258
259 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
260
261 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
262
263 * i386-mpx-call.c: New file.
264 * i386-mpx-call.exp: New file.
265
266 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
267
268 * gdb.arch/powerpc-power.exp: Delete test.
269 * gdb.arch/powerpc-power.s: Likewise.
270 * gdb.disasm/disassembler-options.exp: New test.
271 * gdb.arch/powerpc-altivec.exp: Likewise.
272 * gdb.arch/powerpc-altivec.s: Likewise.
273 * gdb.arch/powerpc-altivec2.exp: Likewise.
274 * gdb.arch/powerpc-altivec2.s: Likewise.
275 * gdb.arch/powerpc-altivec3.exp: Likewise.
276 * gdb.arch/powerpc-altivec3.s: Likewise.
277 * gdb.arch/powerpc-power7.exp: Likewise.
278 * gdb.arch/powerpc-power7.s: Likewise.
279 * gdb.arch/powerpc-power8.exp: Likewise.
280 * gdb.arch/powerpc-power8.s: Likewise.
281 * gdb.arch/powerpc-power9.exp: Likewise.
282 * gdb.arch/powerpc-power9.s: Likewise.
283 * gdb.arch/powerpc-vsx.exp: Likewise.
284 * gdb.arch/powerpc-vsx.s: Likewise.
285 * gdb.arch/powerpc-vsx2.exp: Likewise.
286 * gdb.arch/powerpc-vsx2.s: Likewise.
287 * gdb.arch/powerpc-vsx3.exp: Likewise.
288 * gdb.arch/powerpc-vsx3.s: Likewise.
289 * gdb.arch/arm-disassembler-options.exp: Likewise.
290 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
291 * gdb.arch/s390-disassembler-options.exp: Likewise.
292
293 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
294
295 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
296 (check_supported_features): ... this. Changed return type to void.
297 (supports_rdseed): New static global.
298 (rdseed): Check supports_rdseed.
299 (initialize): Call check_supported_features.
300
301 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
302
303 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
304 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
305 and lqarx/stqcx.
306 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
307 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
308
309 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
310
311 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
312 uppercase.
313
314 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
315
316 * gdb.dwarf2/formdata16.c: New file.
317 * gdb.dwarf2/formdata16.exp: New file.
318 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
319
320 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
321
322 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
323 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
324 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
325 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
326 DW_AT_GNU_*.
327
328 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
329
330 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
331
332 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
333
334 PR gdb/21164
335 * gdb.base/maint.exp: Add testcases for when the commands do
336 not have arguments.
337
338 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
339
340 * gdb.cp/chained-calls.exp: Use p instead of P.
341
342 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
343
344 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
345 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
346
347 2017-02-14 Tom Tromey <tom@tromey.com>
348
349 PR python/13598:
350 * gdb.python/py-events.exp: Add before_prompt event tests.
351
352 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
353
354 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
355
356 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
357
358 * gdb.linespec/explicit.c (my_unique_function_name): New function.
359 (main): Call my_unique_function_name.
360 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
361 completion of patterns with a single match.
362 Add missing -re switches to gdb_test_multiple calls.
363
364 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
365
366 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
367 return if core file is not recognized.
368
369 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
370
371 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
372 and extra UIs.
373
374 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
375
376 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
377 proc_with_prefix.
378
379 2017-02-10 Tom Tromey <tom@tromey.com>
380
381 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
382
383 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
384
385 PR gdb/21122
386 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
387
388 2017-02-08 Jerome Guitton <guitton@adacore.com>
389
390 * gdb.base/define.exp: Add test for command abbreviations
391 in define.
392
393 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
394
395 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
396 * gdb.reverse/insn-reverse-x86.c: New file.
397
398 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
399
400 PR tdep/20936
401 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
402
403 2017-02-03 Tom Tromey <tom@tromey.com>
404
405 PR rust/21097:
406 * gdb.rust/simple.exp: Add new tests.
407
408 2017-02-02 Pedro Alves <palves@redhat.com>
409
410 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
411 tests.
412
413 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
414
415 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
416 taking a 2-byte value out of a 4-byte DWARF implicit value on
417 big-endian targets.
418 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
419 logic. Add test cases for DW_OP_implicit.
420
421 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
422
423 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
424
425 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
426
427 * gdb.btrace/enable.exp: Call gdb_exit before
428 skip_gdbserver_tests.
429
430 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
431
432 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
433 GDBFLAGS.
434
435 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
436
437 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
438 the test is skipped.
439 * gdb.btrace/data.exp: Likewise.
440 * gdb.btrace/delta.exp: Likewise.
441 * gdb.btrace/dlopen.exp: Likewise.
442 * gdb.btrace/enable-running.exp: Likewise.
443 * gdb.btrace/enable.exp: Likewise.
444 * gdb.btrace/exception.exp: Likewise.
445 * gdb.btrace/function_call_history.exp: Likewise.
446 * gdb.btrace/gcore.exp: Likewise.
447 * gdb.btrace/instruction_history.exp: Likewise.
448 * gdb.btrace/multi-thread-step.exp: Likewise.
449 * gdb.btrace/nohist.exp: Likewise.
450 * gdb.btrace/non-stop.exp: Likewise.
451 * gdb.btrace/reconnect.exp: Likewise.
452 * gdb.btrace/record_goto-step.exp: Likewise.
453 * gdb.btrace/record_goto.exp: Likewise.
454 * gdb.btrace/rn-dl-bind.exp: Likewise.
455 * gdb.btrace/segv.exp: Likewise.
456 * gdb.btrace/step.exp: Likewise.
457 * gdb.btrace/stepi.exp: Likewise.
458 * gdb.btrace/tailcall-only.exp: Likewise.
459 * gdb.btrace/tailcall.exp: Likewise.
460 * gdb.btrace/tsx.exp: Likewise.
461 * gdb.btrace/unknown_functions.exp: Likewise.
462 * gdb.btrace/vdso.exp: Likewise.
463
464 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
465
466 * gdb.btrace/enable-running.c: New.
467 * gdb.btrace/enable-running.exp: New.
468
469 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
470
471 * gdb.arch/amd64-gs_base.c: New file.
472 * gdb.arch/amd64-gs_base.exp: New file.
473
474 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
475
476 * lib/memory.exp: Remove spurious empty newlines.
477
478 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
479
480 * gdb.python/py-bad-printers.exp: Load python file using "source".
481 * gdb.python/py-events.exp: Likewise.
482 * gdb.python/py-evsignal.exp: Likewise.
483 * gdb.python/py-evthreads.exp: Likewise.
484 * gdb.python/py-frame-args.exp: Likewise.
485 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
486 * gdb.python/py-framefilter-mi.exp: Likewise.
487 * gdb.python/py-framefilter.exp: Likewise.
488 * gdb.python/py-mi.exp: Likewise.
489 * gdb.python/py-pp-maint.exp: Likewise.
490 * gdb.python/py-pp-registration.exp: Likewise.
491 * gdb.python/py-prettyprint.exp: Likewise.
492 (run_lang_tests): Likewise.
493 * gdb.python/py-typeprint.exp: Likewise.
494
495 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
496
497 * lib/memory.exp: New file.
498 * lib/gdb.exp: Load memory.exp.
499 * gdb.base/memattr.exp (delete_memory): Move proc to
500 lib/memory.exp and rename to delete_memory_regions.
501 Replace delete_memory with delete_memory_regions.
502 Cleanup memory regions before tests.
503 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
504 before tests.
505
506 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
507
508 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
509 files.
510 (initialize): New function conditionally defined.
511 (testcases): Move within conditional block.
512 (main): Call initialize.
513 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
514 of gdb.reverse/insn-reverse.c.
515 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
516 gdb.reverse/insn-reverse.c.
517
518 2017-01-26 Yao Qi <yao.qi@linaro.org>
519
520 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
521 disassemble on address 0.
522
523 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
524 Yao Qi <yao.qi@linaro.org>
525
526 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
527 * gdb.dwarf2/implptr-64bit.S: Remove.
528 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
529 variables in caller's context. Add DW_OP_implicit_value.
530
531 2017-01-25 Yao Qi <yao.qi@linaro.org>
532
533 * lib/dwarf.exp (Dwarf::_location): Handle
534 DW_OP_GNU_implicit_pointer with proper size.
535
536 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
537
538 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
539 and add untested calls.
540
541 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
542
543 * gdb.python/python.exp: Check line number against what GDB thinks
544 the line number is for func1.
545
546 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
547
548 * gdb.dlang/debug-expr.exp: New file.
549
550 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
551
552 Fix test names for the following files:
553
554 * gdb.ada/exec_changed.exp
555 * gdb.ada/info_types.exp
556 * gdb.arch/aarch64-atomic-inst.exp
557 * gdb.arch/aarch64-fp.exp
558 * gdb.arch/altivec-abi.exp
559 * gdb.arch/altivec-regs.exp
560 * gdb.arch/amd64-byte.exp
561 * gdb.arch/amd64-disp-step.exp
562 * gdb.arch/amd64-dword.exp
563 * gdb.arch/amd64-entry-value-inline.exp
564 * gdb.arch/amd64-entry-value-param.exp
565 * gdb.arch/amd64-entry-value-paramref.exp
566 * gdb.arch/amd64-entry-value.exp
567 * gdb.arch/amd64-i386-address.exp
568 * gdb.arch/amd64-invalid-stack-middle.exp
569 * gdb.arch/amd64-invalid-stack-top.exp
570 * gdb.arch/amd64-optimout-repeat.exp
571 * gdb.arch/amd64-prologue-skip.exp
572 * gdb.arch/amd64-prologue-xmm.exp
573 * gdb.arch/amd64-stap-special-operands.exp
574 * gdb.arch/amd64-stap-wrong-subexp.exp
575 * gdb.arch/amd64-tailcall-cxx.exp
576 * gdb.arch/amd64-tailcall-noret.exp
577 * gdb.arch/amd64-tailcall-ret.exp
578 * gdb.arch/amd64-tailcall-self.exp
579 * gdb.arch/amd64-word.exp
580 * gdb.arch/arm-bl-branch-dest.exp
581 * gdb.arch/arm-disp-step.exp
582 * gdb.arch/arm-neon.exp
583 * gdb.arch/arm-single-step-kernel-helper.exp
584 * gdb.arch/avr-flash-qualifier.exp
585 * gdb.arch/disp-step-insn-reloc.exp
586 * gdb.arch/e500-abi.exp
587 * gdb.arch/e500-regs.exp
588 * gdb.arch/ftrace-insn-reloc.exp
589 * gdb.arch/i386-avx512.exp
590 * gdb.arch/i386-bp_permanent.exp
591 * gdb.arch/i386-byte.exp
592 * gdb.arch/i386-cfi-notcurrent.exp
593 * gdb.arch/i386-disp-step.exp
594 * gdb.arch/i386-dr3-watch.exp
595 * gdb.arch/i386-float.exp
596 * gdb.arch/i386-gnu-cfi.exp
597 * gdb.arch/i386-mpx-map.exp
598 * gdb.arch/i386-mpx-sigsegv.exp
599 * gdb.arch/i386-mpx-simple_segv.exp
600 * gdb.arch/i386-mpx.exp
601 * gdb.arch/i386-permbkpt.exp
602 * gdb.arch/i386-prologue.exp
603 * gdb.arch/i386-signal.exp
604 * gdb.arch/i386-size-overlap.exp
605 * gdb.arch/i386-unwind.exp
606 * gdb.arch/i386-word.exp
607 * gdb.arch/mips-fcr.exp
608 * gdb.arch/powerpc-d128-regs.exp
609 * gdb.arch/powerpc-stackless.exp
610 * gdb.arch/ppc64-atomic-inst.exp
611 * gdb.arch/s390-stackless.exp
612 * gdb.arch/s390-tdbregs.exp
613 * gdb.arch/s390-vregs.exp
614 * gdb.arch/sparc-sysstep.exp
615 * gdb.arch/thumb-bx-pc.exp
616 * gdb.arch/thumb-singlestep.exp
617 * gdb.arch/thumb2-it.exp
618 * gdb.arch/vsx-regs.exp
619 * gdb.asm/asm-source.exp
620 * gdb.base/a2-run.exp
621 * gdb.base/advance.exp
622 * gdb.base/all-bin.exp
623 * gdb.base/anon.exp
624 * gdb.base/args.exp
625 * gdb.base/arithmet.exp
626 * gdb.base/async-shell.exp
627 * gdb.base/async.exp
628 * gdb.base/attach-pie-noexec.exp
629 * gdb.base/attach-twice.exp
630 * gdb.base/auto-load.exp
631 * gdb.base/bang.exp
632 * gdb.base/bitfields.exp
633 * gdb.base/break-always.exp
634 * gdb.base/break-caller-line.exp
635 * gdb.base/break-entry.exp
636 * gdb.base/break-inline.exp
637 * gdb.base/break-on-linker-gcd-function.exp
638 * gdb.base/break-probes.exp
639 * gdb.base/break.exp
640 * gdb.base/breakpoint-shadow.exp
641 * gdb.base/call-ar-st.exp
642 * gdb.base/call-sc.exp
643 * gdb.base/call-signal-resume.exp
644 * gdb.base/call-strs.exp
645 * gdb.base/callfuncs.exp
646 * gdb.base/catch-fork-static.exp
647 * gdb.base/catch-gdb-caused-signals.exp
648 * gdb.base/catch-load.exp
649 * gdb.base/catch-signal-fork.exp
650 * gdb.base/catch-signal.exp
651 * gdb.base/catch-syscall.exp
652 * gdb.base/charset.exp
653 * gdb.base/checkpoint.exp
654 * gdb.base/chng-syms.exp
655 * gdb.base/code-expr.exp
656 * gdb.base/code_elim.exp
657 * gdb.base/commands.exp
658 * gdb.base/completion.exp
659 * gdb.base/complex.exp
660 * gdb.base/cond-expr.exp
661 * gdb.base/condbreak.exp
662 * gdb.base/consecutive.exp
663 * gdb.base/continue-all-already-running.exp
664 * gdb.base/coredump-filter.exp
665 * gdb.base/corefile.exp
666 * gdb.base/dbx.exp
667 * gdb.base/debug-expr.exp
668 * gdb.base/define.exp
669 * gdb.base/del.exp
670 * gdb.base/disabled-location.exp
671 * gdb.base/disasm-end-cu.exp
672 * gdb.base/disasm-optim.exp
673 * gdb.base/display.exp
674 * gdb.base/duplicate-bp.exp
675 * gdb.base/ena-dis-br.exp
676 * gdb.base/ending-run.exp
677 * gdb.base/enumval.exp
678 * gdb.base/environ.exp
679 * gdb.base/eu-strip-infcall.exp
680 * gdb.base/eval-avoid-side-effects.exp
681 * gdb.base/eval-skip.exp
682 * gdb.base/exitsignal.exp
683 * gdb.base/expand-psymtabs.exp
684 * gdb.base/filesym.exp
685 * gdb.base/find-unmapped.exp
686 * gdb.base/finish.exp
687 * gdb.base/float.exp
688 * gdb.base/foll-exec-mode.exp
689 * gdb.base/foll-exec.exp
690 * gdb.base/foll-fork.exp
691 * gdb.base/fortran-sym-case.exp
692 * gdb.base/freebpcmd.exp
693 * gdb.base/func-ptr.exp
694 * gdb.base/func-ptrs.exp
695 * gdb.base/funcargs.exp
696 * gdb.base/gcore-buffer-overflow.exp
697 * gdb.base/gcore-relro-pie.exp
698 * gdb.base/gcore-relro.exp
699 * gdb.base/gcore.exp
700 * gdb.base/gdb1090.exp
701 * gdb.base/gdb11530.exp
702 * gdb.base/gdb11531.exp
703 * gdb.base/gdb1821.exp
704 * gdb.base/gdbindex-stabs.exp
705 * gdb.base/gdbvars.exp
706 * gdb.base/hbreak.exp
707 * gdb.base/hbreak2.exp
708 * gdb.base/included.exp
709 * gdb.base/infcall-input.exp
710 * gdb.base/inferior-died.exp
711 * gdb.base/infnan.exp
712 * gdb.base/info-macros.exp
713 * gdb.base/info-os.exp
714 * gdb.base/info-proc.exp
715 * gdb.base/info-shared.exp
716 * gdb.base/info-target.exp
717 * gdb.base/infoline.exp
718 * gdb.base/interp.exp
719 * gdb.base/interrupt.exp
720 * gdb.base/jit-reader.exp
721 * gdb.base/jit-simple.exp
722 * gdb.base/kill-after-signal.exp
723 * gdb.base/kill-detach-inferiors-cmd.exp
724 * gdb.base/label.exp
725 * gdb.base/langs.exp
726 * gdb.base/ldbl_e308.exp
727 * gdb.base/line-symtabs.exp
728 * gdb.base/linespecs.exp
729 * gdb.base/list.exp
730 * gdb.base/long_long.exp
731 * gdb.base/longest-types.exp
732 * gdb.base/maint.exp
733 * gdb.base/max-value-size.exp
734 * gdb.base/memattr.exp
735 * gdb.base/mips_pro.exp
736 * gdb.base/morestack.exp
737 * gdb.base/moribund-step.exp
738 * gdb.base/multi-forks.exp
739 * gdb.base/nested-addr.exp
740 * gdb.base/nextoverexit.exp
741 * gdb.base/noreturn-finish.exp
742 * gdb.base/noreturn-return.exp
743 * gdb.base/nostdlib.exp
744 * gdb.base/offsets.exp
745 * gdb.base/opaque.exp
746 * gdb.base/pc-fp.exp
747 * gdb.base/permissions.exp
748 * gdb.base/print-symbol-loading.exp
749 * gdb.base/prologue-include.exp
750 * gdb.base/psymtab.exp
751 * gdb.base/ptype.exp
752 * gdb.base/random-signal.exp
753 * gdb.base/randomize.exp
754 * gdb.base/range-stepping.exp
755 * gdb.base/readline-ask.exp
756 * gdb.base/recpar.exp
757 * gdb.base/recurse.exp
758 * gdb.base/relational.exp
759 * gdb.base/restore.exp
760 * gdb.base/return-nodebug.exp
761 * gdb.base/return.exp
762 * gdb.base/run-after-attach.exp
763 * gdb.base/save-bp.exp
764 * gdb.base/scope.exp
765 * gdb.base/sect-cmd.exp
766 * gdb.base/set-lang-auto.exp
767 * gdb.base/set-noassign.exp
768 * gdb.base/setvar.exp
769 * gdb.base/sigall.exp
770 * gdb.base/sigbpt.exp
771 * gdb.base/siginfo-addr.exp
772 * gdb.base/siginfo-infcall.exp
773 * gdb.base/siginfo-obj.exp
774 * gdb.base/siginfo.exp
775 * gdb.base/signals-state-child.exp
776 * gdb.base/signest.exp
777 * gdb.base/sigstep.exp
778 * gdb.base/sizeof.exp
779 * gdb.base/skip.exp
780 * gdb.base/solib-corrupted.exp
781 * gdb.base/solib-nodir.exp
782 * gdb.base/solib-search.exp
783 * gdb.base/stack-checking.exp
784 * gdb.base/stale-infcall.exp
785 * gdb.base/stap-probe.exp
786 * gdb.base/start.exp
787 * gdb.base/step-break.exp
788 * gdb.base/step-bt.exp
789 * gdb.base/step-line.exp
790 * gdb.base/step-over-exit.exp
791 * gdb.base/step-over-syscall.exp
792 * gdb.base/step-resume-infcall.exp
793 * gdb.base/step-test.exp
794 * gdb.base/store.exp
795 * gdb.base/structs3.exp
796 * gdb.base/sym-file.exp
797 * gdb.base/symbol-without-target_section.exp
798 * gdb.base/term.exp
799 * gdb.base/testenv.exp
800 * gdb.base/ui-redirect.exp
801 * gdb.base/until.exp
802 * gdb.base/unwindonsignal.exp
803 * gdb.base/value-double-free.exp
804 * gdb.base/vla-datatypes.exp
805 * gdb.base/vla-ptr.exp
806 * gdb.base/vla-sideeffect.exp
807 * gdb.base/volatile.exp
808 * gdb.base/watch-cond-infcall.exp
809 * gdb.base/watch-cond.exp
810 * gdb.base/watch-non-mem.exp
811 * gdb.base/watch-read.exp
812 * gdb.base/watch-vfork.exp
813 * gdb.base/watchpoint-cond-gone.exp
814 * gdb.base/watchpoint-delete.exp
815 * gdb.base/watchpoint-hw-hit-once.exp
816 * gdb.base/watchpoint-hw.exp
817 * gdb.base/watchpoint-stops-at-right-insn.exp
818 * gdb.base/watchpoints.exp
819 * gdb.base/wchar.exp
820 * gdb.base/whatis-exp.exp
821 * gdb.btrace/buffer-size.exp
822 * gdb.btrace/data.exp
823 * gdb.btrace/delta.exp
824 * gdb.btrace/dlopen.exp
825 * gdb.btrace/enable.exp
826 * gdb.btrace/exception.exp
827 * gdb.btrace/function_call_history.exp
828 * gdb.btrace/gcore.exp
829 * gdb.btrace/instruction_history.exp
830 * gdb.btrace/nohist.exp
831 * gdb.btrace/reconnect.exp
832 * gdb.btrace/record_goto-step.exp
833 * gdb.btrace/record_goto.exp
834 * gdb.btrace/rn-dl-bind.exp
835 * gdb.btrace/segv.exp
836 * gdb.btrace/step.exp
837 * gdb.btrace/stepi.exp
838 * gdb.btrace/tailcall-only.exp
839 * gdb.btrace/tailcall.exp
840 * gdb.btrace/tsx.exp
841 * gdb.btrace/unknown_functions.exp
842 * gdb.btrace/vdso.exp
843 * gdb.compile/compile-ifunc.exp
844 * gdb.compile/compile-ops.exp
845 * gdb.compile/compile-print.exp
846 * gdb.compile/compile-setjmp.exp
847 * gdb.cp/abstract-origin.exp
848 * gdb.cp/ambiguous.exp
849 * gdb.cp/annota2.exp
850 * gdb.cp/annota3.exp
851 * gdb.cp/anon-ns.exp
852 * gdb.cp/anon-struct.exp
853 * gdb.cp/anon-union.exp
854 * gdb.cp/arg-reference.exp
855 * gdb.cp/baseenum.exp
856 * gdb.cp/bool.exp
857 * gdb.cp/breakpoint.exp
858 * gdb.cp/bs15503.exp
859 * gdb.cp/call-c.exp
860 * gdb.cp/casts.exp
861 * gdb.cp/chained-calls.exp
862 * gdb.cp/class2.exp
863 * gdb.cp/classes.exp
864 * gdb.cp/cmpd-minsyms.exp
865 * gdb.cp/converts.exp
866 * gdb.cp/cp-relocate.exp
867 * gdb.cp/cpcompletion.exp
868 * gdb.cp/cpexprs.exp
869 * gdb.cp/cplabel.exp
870 * gdb.cp/cplusfuncs.exp
871 * gdb.cp/cpsizeof.exp
872 * gdb.cp/ctti.exp
873 * gdb.cp/derivation.exp
874 * gdb.cp/destrprint.exp
875 * gdb.cp/dispcxx.exp
876 * gdb.cp/enum-class.exp
877 * gdb.cp/exception.exp
878 * gdb.cp/exceptprint.exp
879 * gdb.cp/expand-psymtabs-cxx.exp
880 * gdb.cp/expand-sals.exp
881 * gdb.cp/extern-c.exp
882 * gdb.cp/filename.exp
883 * gdb.cp/formatted-ref.exp
884 * gdb.cp/fpointer.exp
885 * gdb.cp/gdb1355.exp
886 * gdb.cp/gdb2495.exp
887 * gdb.cp/hang.exp
888 * gdb.cp/impl-this.exp
889 * gdb.cp/infcall-dlopen.exp
890 * gdb.cp/inherit.exp
891 * gdb.cp/iostream.exp
892 * gdb.cp/koenig.exp
893 * gdb.cp/local.exp
894 * gdb.cp/m-data.exp
895 * gdb.cp/m-static.exp
896 * gdb.cp/mb-ctor.exp
897 * gdb.cp/mb-inline.exp
898 * gdb.cp/mb-templates.exp
899 * gdb.cp/member-name.exp
900 * gdb.cp/member-ptr.exp
901 * gdb.cp/meth-typedefs.exp
902 * gdb.cp/method.exp
903 * gdb.cp/method2.exp
904 * gdb.cp/minsym-fallback.exp
905 * gdb.cp/misc.exp
906 * gdb.cp/namelessclass.exp
907 * gdb.cp/namespace-enum.exp
908 * gdb.cp/namespace-nested-import.exp
909 * gdb.cp/namespace.exp
910 * gdb.cp/nextoverthrow.exp
911 * gdb.cp/no-dmgl-verbose.exp
912 * gdb.cp/non-trivial-retval.exp
913 * gdb.cp/noparam.exp
914 * gdb.cp/nsdecl.exp
915 * gdb.cp/nsimport.exp
916 * gdb.cp/nsnested.exp
917 * gdb.cp/nsnoimports.exp
918 * gdb.cp/nsrecurs.exp
919 * gdb.cp/nsstress.exp
920 * gdb.cp/nsusing.exp
921 * gdb.cp/operator.exp
922 * gdb.cp/oranking.exp
923 * gdb.cp/overload-const.exp
924 * gdb.cp/overload.exp
925 * gdb.cp/ovldbreak.exp
926 * gdb.cp/ovsrch.exp
927 * gdb.cp/paren-type.exp
928 * gdb.cp/parse-lang.exp
929 * gdb.cp/pass-by-ref.exp
930 * gdb.cp/pr-1023.exp
931 * gdb.cp/pr-1210.exp
932 * gdb.cp/pr-574.exp
933 * gdb.cp/pr10687.exp
934 * gdb.cp/pr12028.exp
935 * gdb.cp/pr17132.exp
936 * gdb.cp/pr17494.exp
937 * gdb.cp/pr9067.exp
938 * gdb.cp/pr9167.exp
939 * gdb.cp/pr9631.exp
940 * gdb.cp/printmethod.exp
941 * gdb.cp/psmang.exp
942 * gdb.cp/psymtab-parameter.exp
943 * gdb.cp/ptype-cv-cp.exp
944 * gdb.cp/ptype-flags.exp
945 * gdb.cp/re-set-overloaded.exp
946 * gdb.cp/ref-types.exp
947 * gdb.cp/rtti.exp
948 * gdb.cp/scope-err.exp
949 * gdb.cp/shadow.exp
950 * gdb.cp/smartp.exp
951 * gdb.cp/static-method.exp
952 * gdb.cp/static-print-quit.exp
953 * gdb.cp/temargs.exp
954 * gdb.cp/templates.exp
955 * gdb.cp/try_catch.exp
956 * gdb.cp/typedef-operator.exp
957 * gdb.cp/typeid.exp
958 * gdb.cp/userdef.exp
959 * gdb.cp/using-crash.exp
960 * gdb.cp/var-tag.exp
961 * gdb.cp/virtbase.exp
962 * gdb.cp/virtfunc.exp
963 * gdb.cp/virtfunc2.exp
964 * gdb.cp/vla-cxx.exp
965 * gdb.disasm/t01_mov.exp
966 * gdb.disasm/t02_mova.exp
967 * gdb.disasm/t03_add.exp
968 * gdb.disasm/t04_sub.exp
969 * gdb.disasm/t05_cmp.exp
970 * gdb.disasm/t06_ari2.exp
971 * gdb.disasm/t07_ari3.exp
972 * gdb.disasm/t08_or.exp
973 * gdb.disasm/t09_xor.exp
974 * gdb.disasm/t10_and.exp
975 * gdb.disasm/t11_logs.exp
976 * gdb.disasm/t12_bit.exp
977 * gdb.disasm/t13_otr.exp
978 * gdb.dlang/circular.exp
979 * gdb.dwarf2/arr-stride.exp
980 * gdb.dwarf2/arr-subrange.exp
981 * gdb.dwarf2/atomic-type.exp
982 * gdb.dwarf2/bad-regnum.exp
983 * gdb.dwarf2/bitfield-parent-optimized-out.exp
984 * gdb.dwarf2/callframecfa.exp
985 * gdb.dwarf2/clztest.exp
986 * gdb.dwarf2/corrupt.exp
987 * gdb.dwarf2/data-loc.exp
988 * gdb.dwarf2/dup-psym.exp
989 * gdb.dwarf2/dw2-anon-mptr.exp
990 * gdb.dwarf2/dw2-anonymous-func.exp
991 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
992 * gdb.dwarf2/dw2-bad-unresolved.exp
993 * gdb.dwarf2/dw2-basic.exp
994 * gdb.dwarf2/dw2-canonicalize-type.exp
995 * gdb.dwarf2/dw2-case-insensitive.exp
996 * gdb.dwarf2/dw2-common-block.exp
997 * gdb.dwarf2/dw2-compdir-oldgcc.exp
998 * gdb.dwarf2/dw2-compressed.exp
999 * gdb.dwarf2/dw2-const.exp
1000 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
1001 * gdb.dwarf2/dw2-cu-size.exp
1002 * gdb.dwarf2/dw2-dup-frame.exp
1003 * gdb.dwarf2/dw2-entry-value.exp
1004 * gdb.dwarf2/dw2-icycle.exp
1005 * gdb.dwarf2/dw2-ifort-parameter.exp
1006 * gdb.dwarf2/dw2-inline-break.exp
1007 * gdb.dwarf2/dw2-inline-param.exp
1008 * gdb.dwarf2/dw2-intercu.exp
1009 * gdb.dwarf2/dw2-intermix.exp
1010 * gdb.dwarf2/dw2-lexical-block-bare.exp
1011 * gdb.dwarf2/dw2-linkage-name-trust.exp
1012 * gdb.dwarf2/dw2-minsym-in-cu.exp
1013 * gdb.dwarf2/dw2-noloc.exp
1014 * gdb.dwarf2/dw2-op-call.exp
1015 * gdb.dwarf2/dw2-op-out-param.exp
1016 * gdb.dwarf2/dw2-opt-structptr.exp
1017 * gdb.dwarf2/dw2-param-error.exp
1018 * gdb.dwarf2/dw2-producer.exp
1019 * gdb.dwarf2/dw2-ranges-base.exp
1020 * gdb.dwarf2/dw2-ref-missing-frame.exp
1021 * gdb.dwarf2/dw2-reg-undefined.exp
1022 * gdb.dwarf2/dw2-regno-invalid.exp
1023 * gdb.dwarf2/dw2-restore.exp
1024 * gdb.dwarf2/dw2-restrict.exp
1025 * gdb.dwarf2/dw2-single-line-discriminators.exp
1026 * gdb.dwarf2/dw2-strp.exp
1027 * gdb.dwarf2/dw2-undefined-ret-addr.exp
1028 * gdb.dwarf2/dw2-unresolved.exp
1029 * gdb.dwarf2/dw2-var-zero-addr.exp
1030 * gdb.dwarf2/dw4-sig-types.exp
1031 * gdb.dwarf2/dwz.exp
1032 * gdb.dwarf2/dynarr-ptr.exp
1033 * gdb.dwarf2/enum-type.exp
1034 * gdb.dwarf2/gdb-index.exp
1035 * gdb.dwarf2/implptr-64bit.exp
1036 * gdb.dwarf2/implptr-optimized-out.exp
1037 * gdb.dwarf2/implptr.exp
1038 * gdb.dwarf2/implref-array.exp
1039 * gdb.dwarf2/implref-const.exp
1040 * gdb.dwarf2/implref-global.exp
1041 * gdb.dwarf2/implref-struct.exp
1042 * gdb.dwarf2/mac-fileno.exp
1043 * gdb.dwarf2/main-subprogram.exp
1044 * gdb.dwarf2/member-ptr-forwardref.exp
1045 * gdb.dwarf2/method-ptr.exp
1046 * gdb.dwarf2/missing-sig-type.exp
1047 * gdb.dwarf2/nonvar-access.exp
1048 * gdb.dwarf2/opaque-type-lookup.exp
1049 * gdb.dwarf2/pieces-optimized-out.exp
1050 * gdb.dwarf2/pieces.exp
1051 * gdb.dwarf2/pr10770.exp
1052 * gdb.dwarf2/pr13961.exp
1053 * gdb.dwarf2/staticvirtual.exp
1054 * gdb.dwarf2/subrange.exp
1055 * gdb.dwarf2/symtab-producer.exp
1056 * gdb.dwarf2/trace-crash.exp
1057 * gdb.dwarf2/typeddwarf.exp
1058 * gdb.dwarf2/valop.exp
1059 * gdb.dwarf2/watch-notconst.exp
1060 * gdb.fortran/array-element.exp
1061 * gdb.fortran/charset.exp
1062 * gdb.fortran/common-block.exp
1063 * gdb.fortran/complex.exp
1064 * gdb.fortran/derived-type-function.exp
1065 * gdb.fortran/derived-type.exp
1066 * gdb.fortran/logical.exp
1067 * gdb.fortran/module.exp
1068 * gdb.fortran/multi-dim.exp
1069 * gdb.fortran/nested-funcs.exp
1070 * gdb.fortran/print-formatted.exp
1071 * gdb.fortran/subarray.exp
1072 * gdb.fortran/vla-alloc-assoc.exp
1073 * gdb.fortran/vla-datatypes.exp
1074 * gdb.fortran/vla-history.exp
1075 * gdb.fortran/vla-ptr-info.exp
1076 * gdb.fortran/vla-ptype-sub.exp
1077 * gdb.fortran/vla-ptype.exp
1078 * gdb.fortran/vla-sizeof.exp
1079 * gdb.fortran/vla-type.exp
1080 * gdb.fortran/vla-value-sub-arbitrary.exp
1081 * gdb.fortran/vla-value-sub-finish.exp
1082 * gdb.fortran/vla-value-sub.exp
1083 * gdb.fortran/vla-value.exp
1084 * gdb.fortran/whatis_type.exp
1085 * gdb.go/chan.exp
1086 * gdb.go/handcall.exp
1087 * gdb.go/hello.exp
1088 * gdb.go/integers.exp
1089 * gdb.go/methods.exp
1090 * gdb.go/package.exp
1091 * gdb.go/strings.exp
1092 * gdb.go/types.exp
1093 * gdb.go/unsafe.exp
1094 * gdb.guile/scm-arch.exp
1095 * gdb.guile/scm-block.exp
1096 * gdb.guile/scm-breakpoint.exp
1097 * gdb.guile/scm-cmd.exp
1098 * gdb.guile/scm-disasm.exp
1099 * gdb.guile/scm-equal.exp
1100 * gdb.guile/scm-frame-args.exp
1101 * gdb.guile/scm-frame-inline.exp
1102 * gdb.guile/scm-frame.exp
1103 * gdb.guile/scm-iterator.exp
1104 * gdb.guile/scm-math.exp
1105 * gdb.guile/scm-objfile.exp
1106 * gdb.guile/scm-ports.exp
1107 * gdb.guile/scm-symbol.exp
1108 * gdb.guile/scm-symtab.exp
1109 * gdb.guile/scm-value-cc.exp
1110 * gdb.guile/types-module.exp
1111 * gdb.linespec/break-ask.exp
1112 * gdb.linespec/cpexplicit.exp
1113 * gdb.linespec/explicit.exp
1114 * gdb.linespec/keywords.exp
1115 * gdb.linespec/linespec.exp
1116 * gdb.linespec/ls-dollar.exp
1117 * gdb.linespec/ls-errs.exp
1118 * gdb.linespec/skip-two.exp
1119 * gdb.linespec/thread.exp
1120 * gdb.mi/mi-async.exp
1121 * gdb.mi/mi-basics.exp
1122 * gdb.mi/mi-break.exp
1123 * gdb.mi/mi-catch-load.exp
1124 * gdb.mi/mi-cli.exp
1125 * gdb.mi/mi-cmd-param-changed.exp
1126 * gdb.mi/mi-console.exp
1127 * gdb.mi/mi-detach.exp
1128 * gdb.mi/mi-disassemble.exp
1129 * gdb.mi/mi-eval.exp
1130 * gdb.mi/mi-file-transfer.exp
1131 * gdb.mi/mi-file.exp
1132 * gdb.mi/mi-fill-memory.exp
1133 * gdb.mi/mi-inheritance-syntax-error.exp
1134 * gdb.mi/mi-linespec-err-cp.exp
1135 * gdb.mi/mi-logging.exp
1136 * gdb.mi/mi-memory-changed.exp
1137 * gdb.mi/mi-read-memory.exp
1138 * gdb.mi/mi-record-changed.exp
1139 * gdb.mi/mi-reg-undefined.exp
1140 * gdb.mi/mi-regs.exp
1141 * gdb.mi/mi-return.exp
1142 * gdb.mi/mi-reverse.exp
1143 * gdb.mi/mi-simplerun.exp
1144 * gdb.mi/mi-solib.exp
1145 * gdb.mi/mi-stack.exp
1146 * gdb.mi/mi-stepi.exp
1147 * gdb.mi/mi-syn-frame.exp
1148 * gdb.mi/mi-until.exp
1149 * gdb.mi/mi-var-block.exp
1150 * gdb.mi/mi-var-child.exp
1151 * gdb.mi/mi-var-cmd.exp
1152 * gdb.mi/mi-var-cp.exp
1153 * gdb.mi/mi-var-display.exp
1154 * gdb.mi/mi-var-invalidate.exp
1155 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1156 * gdb.mi/mi-vla-fortran.exp
1157 * gdb.mi/mi-watch.exp
1158 * gdb.mi/mi2-var-child.exp
1159 * gdb.mi/user-selected-context-sync.exp
1160 * gdb.modula2/unbounded-array.exp
1161 * gdb.multi/dummy-frame-restore.exp
1162 * gdb.multi/multi-arch-exec.exp
1163 * gdb.multi/multi-arch.exp
1164 * gdb.multi/tids.exp
1165 * gdb.multi/watchpoint-multi.exp
1166 * gdb.opencl/callfuncs.exp
1167 * gdb.opencl/convs_casts.exp
1168 * gdb.opencl/datatypes.exp
1169 * gdb.opencl/operators.exp
1170 * gdb.opencl/vec_comps.exp
1171 * gdb.opt/clobbered-registers-O2.exp
1172 * gdb.opt/inline-break.exp
1173 * gdb.opt/inline-bt.exp
1174 * gdb.opt/inline-cmds.exp
1175 * gdb.opt/inline-locals.exp
1176 * gdb.pascal/case-insensitive-symbols.exp
1177 * gdb.pascal/floats.exp
1178 * gdb.pascal/gdb11492.exp
1179 * gdb.python/lib-types.exp
1180 * gdb.python/py-arch.exp
1181 * gdb.python/py-as-string.exp
1182 * gdb.python/py-bad-printers.exp
1183 * gdb.python/py-block.exp
1184 * gdb.python/py-breakpoint-create-fail.exp
1185 * gdb.python/py-breakpoint.exp
1186 * gdb.python/py-caller-is.exp
1187 * gdb.python/py-cmd.exp
1188 * gdb.python/py-explore-cc.exp
1189 * gdb.python/py-explore.exp
1190 * gdb.python/py-finish-breakpoint.exp
1191 * gdb.python/py-finish-breakpoint2.exp
1192 * gdb.python/py-frame-args.exp
1193 * gdb.python/py-frame-inline.exp
1194 * gdb.python/py-frame.exp
1195 * gdb.python/py-framefilter-mi.exp
1196 * gdb.python/py-infthread.exp
1197 * gdb.python/py-lazy-string.exp
1198 * gdb.python/py-linetable.exp
1199 * gdb.python/py-mi-events.exp
1200 * gdb.python/py-mi-objfile.exp
1201 * gdb.python/py-mi.exp
1202 * gdb.python/py-objfile.exp
1203 * gdb.python/py-pp-integral.exp
1204 * gdb.python/py-pp-maint.exp
1205 * gdb.python/py-pp-re-notag.exp
1206 * gdb.python/py-pp-registration.exp
1207 * gdb.python/py-recurse-unwind.exp
1208 * gdb.python/py-strfns.exp
1209 * gdb.python/py-symbol.exp
1210 * gdb.python/py-symtab.exp
1211 * gdb.python/py-sync-interp.exp
1212 * gdb.python/py-typeprint.exp
1213 * gdb.python/py-unwind-maint.exp
1214 * gdb.python/py-unwind.exp
1215 * gdb.python/py-value-cc.exp
1216 * gdb.python/py-xmethods.exp
1217 * gdb.reverse/amd64-tailcall-reverse.exp
1218 * gdb.reverse/break-precsave.exp
1219 * gdb.reverse/break-reverse.exp
1220 * gdb.reverse/consecutive-precsave.exp
1221 * gdb.reverse/consecutive-reverse.exp
1222 * gdb.reverse/finish-precsave.exp
1223 * gdb.reverse/finish-reverse-bkpt.exp
1224 * gdb.reverse/finish-reverse.exp
1225 * gdb.reverse/fstatat-reverse.exp
1226 * gdb.reverse/getresuid-reverse.exp
1227 * gdb.reverse/i386-precsave.exp
1228 * gdb.reverse/i386-reverse.exp
1229 * gdb.reverse/i386-sse-reverse.exp
1230 * gdb.reverse/i387-env-reverse.exp
1231 * gdb.reverse/i387-stack-reverse.exp
1232 * gdb.reverse/insn-reverse.exp
1233 * gdb.reverse/machinestate-precsave.exp
1234 * gdb.reverse/machinestate.exp
1235 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1236 * gdb.reverse/pipe-reverse.exp
1237 * gdb.reverse/readv-reverse.exp
1238 * gdb.reverse/recvmsg-reverse.exp
1239 * gdb.reverse/rerun-prec.exp
1240 * gdb.reverse/s390-mvcle.exp
1241 * gdb.reverse/step-precsave.exp
1242 * gdb.reverse/step-reverse.exp
1243 * gdb.reverse/time-reverse.exp
1244 * gdb.reverse/until-precsave.exp
1245 * gdb.reverse/until-reverse.exp
1246 * gdb.reverse/waitpid-reverse.exp
1247 * gdb.reverse/watch-precsave.exp
1248 * gdb.reverse/watch-reverse.exp
1249 * gdb.rust/generics.exp
1250 * gdb.rust/methods.exp
1251 * gdb.rust/modules.exp
1252 * gdb.rust/simple.exp
1253 * gdb.server/connect-with-no-symbol-file.exp
1254 * gdb.server/ext-attach.exp
1255 * gdb.server/ext-restart.exp
1256 * gdb.server/ext-wrapper.exp
1257 * gdb.server/file-transfer.exp
1258 * gdb.server/server-exec-info.exp
1259 * gdb.server/server-kill.exp
1260 * gdb.server/server-mon.exp
1261 * gdb.server/wrapper.exp
1262 * gdb.stabs/exclfwd.exp
1263 * gdb.stabs/gdb11479.exp
1264 * gdb.threads/clone-new-thread-event.exp
1265 * gdb.threads/corethreads.exp
1266 * gdb.threads/current-lwp-dead.exp
1267 * gdb.threads/dlopen-libpthread.exp
1268 * gdb.threads/gcore-thread.exp
1269 * gdb.threads/sigstep-threads.exp
1270 * gdb.threads/watchpoint-fork.exp
1271 * gdb.trace/actions-changed.exp
1272 * gdb.trace/backtrace.exp
1273 * gdb.trace/change-loc.exp
1274 * gdb.trace/circ.exp
1275 * gdb.trace/collection.exp
1276 * gdb.trace/disconnected-tracing.exp
1277 * gdb.trace/ftrace.exp
1278 * gdb.trace/mi-trace-frame-collected.exp
1279 * gdb.trace/mi-trace-unavailable.exp
1280 * gdb.trace/mi-traceframe-changed.exp
1281 * gdb.trace/mi-tsv-changed.exp
1282 * gdb.trace/no-attach-trace.exp
1283 * gdb.trace/passc-dyn.exp
1284 * gdb.trace/qtro.exp
1285 * gdb.trace/range-stepping.exp
1286 * gdb.trace/read-memory.exp
1287 * gdb.trace/save-trace.exp
1288 * gdb.trace/signal.exp
1289 * gdb.trace/status-stop.exp
1290 * gdb.trace/tfile.exp
1291 * gdb.trace/trace-break.exp
1292 * gdb.trace/trace-buffer-size.exp
1293 * gdb.trace/trace-condition.exp
1294 * gdb.trace/tracefile-pseudo-reg.exp
1295 * gdb.trace/tstatus.exp
1296 * gdb.trace/unavailable.exp
1297 * gdb.trace/while-dyn.exp
1298 * gdb.trace/while-stepping.exp
1299
1300 2016-12-22 Doug Evans <xdje42@gmail.com>
1301
1302 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1303 and msymbols.
1304
1305 2016-12-19 Yao Qi <yao.qi@linaro.org>
1306
1307 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1308 (test_with_self): Don't call do_steps_and_nexts, and remove
1309 code about stepping into xmalloc.
1310
1311 2016-12-09 Yao Qi <yao.qi@linaro.org>
1312
1313 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1314
1315 2016-12-09 Yao Qi <yao.qi@linaro.org>
1316
1317 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1318
1319 2016-12-09 Pedro Alves <palves@redhat.com>
1320
1321 * gdb.base/all-architectures-0.exp: New file.
1322 * gdb.base/all-architectures-1.exp: New file.
1323 * gdb.base/all-architectures-2.exp: New file.
1324 * gdb.base/all-architectures-3.exp: New file.
1325 * gdb.base/all-architectures-4.exp: New file.
1326 * gdb.base/all-architectures-5.exp: New file.
1327 * gdb.base/all-architectures-6.exp: New file.
1328 * gdb.base/all-architectures-7.exp: New file.
1329 * gdb.base/all-architectures.exp.in: New file.
1330
1331 2016-12-09 Yao Qi <yao.qi@linaro.org>
1332
1333 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1334
1335 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1336
1337 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1338 possible.
1339 Remove useless pattern-matching code.
1340
1341 2016-12-02 Pedro Alves <palves@redhat.com>
1342
1343 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1344 procedure.
1345 (top level): Call it.
1346
1347 2016-12-02 Pedro Alves <palves@redhat.com>
1348
1349 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1350 New procedure.
1351 (top level): Call it.
1352
1353 2016-12-02 Pedro Alves <palves@redhat.com>
1354
1355 PR cli/20559
1356 * gdb.base/commands.exp (user_defined_command_args_eval): New
1357 procedure.
1358 (top level): Call it.
1359
1360 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1361
1362 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1363 timeout handling.
1364
1365 2016-12-02 Tom Tromey <tom@tromey.com>
1366
1367 * gdb.dwarf2/main-subprogram.c: New file.
1368 * gdb.dwarf2/main-subprogram.exp: New file.
1369
1370 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1371
1372 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1373 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1374 gdb_test_no_output for a couple of cases.
1375 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1376
1377 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1378
1379 Fix test names and standardize compilation error messages throughout
1380 the following files:
1381
1382 * gdb.ada/start.exp
1383 * gdb.arch/alpha-step.exp
1384 * gdb.arch/e500-prologue.exp
1385 * gdb.arch/ftrace-insn-reloc.exp
1386 * gdb.arch/gdb1291.exp
1387 * gdb.arch/gdb1431.exp
1388 * gdb.arch/gdb1558.exp
1389 * gdb.arch/i386-dr3-watch.exp
1390 * gdb.arch/i386-sse-stack-align.exp
1391 * gdb.arch/ia64-breakpoint-shadow.exp
1392 * gdb.arch/pa-nullify.exp
1393 * gdb.arch/powerpc-aix-prologue.exp
1394 * gdb.arch/thumb-bx-pc.exp
1395 * gdb.base/annota1.exp
1396 * gdb.base/annota3.exp
1397 * gdb.base/arrayidx.exp
1398 * gdb.base/assign.exp
1399 * gdb.base/attach.exp
1400 * gdb.base/auxv.exp
1401 * gdb.base/bang.exp
1402 * gdb.base/bfp-test.exp
1403 * gdb.base/bigcore.exp
1404 * gdb.base/bitfields2.exp
1405 * gdb.base/break-fun-addr.exp
1406 * gdb.base/break-probes.exp
1407 * gdb.base/call-rt-st.exp
1408 * gdb.base/callexit.exp
1409 * gdb.base/catch-fork-kill.exp
1410 * gdb.base/charset.exp
1411 * gdb.base/checkpoint.exp
1412 * gdb.base/comprdebug.exp
1413 * gdb.base/constvars.exp
1414 * gdb.base/coredump-filter.exp
1415 * gdb.base/cursal.exp
1416 * gdb.base/cvexpr.exp
1417 * gdb.base/detach.exp
1418 * gdb.base/display.exp
1419 * gdb.base/dmsym.exp
1420 * gdb.base/dprintf-pending.exp
1421 * gdb.base/dso2dso.exp
1422 * gdb.base/dtrace-probe.exp
1423 * gdb.base/dump.exp
1424 * gdb.base/enum_cond.exp
1425 * gdb.base/exe-lock.exp
1426 * gdb.base/exec-invalid-sysroot.exp
1427 * gdb.base/execl-update-breakpoints.exp
1428 * gdb.base/exprs.exp
1429 * gdb.base/fileio.exp
1430 * gdb.base/find.exp
1431 * gdb.base/finish.exp
1432 * gdb.base/fixsection.exp
1433 * gdb.base/foll-vfork.exp
1434 * gdb.base/frame-args.exp
1435 * gdb.base/gcore.exp
1436 * gdb.base/gdb1250.exp
1437 * gdb.base/global-var-nested-by-dso.exp
1438 * gdb.base/gnu-ifunc.exp
1439 * gdb.base/hashline1.exp
1440 * gdb.base/hashline2.exp
1441 * gdb.base/hashline3.exp
1442 * gdb.base/hbreak-in-shr-unsupported.exp
1443 * gdb.base/huge.exp
1444 * gdb.base/infcall-input.exp
1445 * gdb.base/info-fun.exp
1446 * gdb.base/info-shared.exp
1447 * gdb.base/jit-simple.exp
1448 * gdb.base/jit-so.exp
1449 * gdb.base/jit.exp
1450 * gdb.base/jump.exp
1451 * gdb.base/label.exp
1452 * gdb.base/lineinc.exp
1453 * gdb.base/logical.exp
1454 * gdb.base/longjmp.exp
1455 * gdb.base/macscp.exp
1456 * gdb.base/miscexprs.exp
1457 * gdb.base/new-ui-echo.exp
1458 * gdb.base/new-ui-pending-input.exp
1459 * gdb.base/new-ui.exp
1460 * gdb.base/nodebug.exp
1461 * gdb.base/nofield.exp
1462 * gdb.base/offsets.exp
1463 * gdb.base/overlays.exp
1464 * gdb.base/pending.exp
1465 * gdb.base/pointers.exp
1466 * gdb.base/pr11022.exp
1467 * gdb.base/printcmds.exp
1468 * gdb.base/prologue.exp
1469 * gdb.base/ptr-typedef.exp
1470 * gdb.base/realname-expand.exp
1471 * gdb.base/relativedebug.exp
1472 * gdb.base/relocate.exp
1473 * gdb.base/remote.exp
1474 * gdb.base/reread.exp
1475 * gdb.base/return2.exp
1476 * gdb.base/savedregs.exp
1477 * gdb.base/sep.exp
1478 * gdb.base/sepdebug.exp
1479 * gdb.base/sepsymtab.exp
1480 * gdb.base/set-inferior-tty.exp
1481 * gdb.base/setshow.exp
1482 * gdb.base/shlib-call.exp
1483 * gdb.base/sigaltstack.exp
1484 * gdb.base/siginfo-addr.exp
1485 * gdb.base/signals.exp
1486 * gdb.base/signull.exp
1487 * gdb.base/sigrepeat.exp
1488 * gdb.base/so-impl-ld.exp
1489 * gdb.base/solib-display.exp
1490 * gdb.base/solib-overlap.exp
1491 * gdb.base/solib-search.exp
1492 * gdb.base/solib-symbol.exp
1493 * gdb.base/structs.exp
1494 * gdb.base/structs2.exp
1495 * gdb.base/symtab-search-order.exp
1496 * gdb.base/twice.exp
1497 * gdb.base/unload.exp
1498 * gdb.base/varargs.exp
1499 * gdb.base/watchpoint-solib.exp
1500 * gdb.base/watchpoint.exp
1501 * gdb.base/whatis.exp
1502 * gdb.base/wrong_frame_bt_full.exp
1503 * gdb.btrace/dlopen.exp
1504 * gdb.cell/ea-standalone.exp
1505 * gdb.cell/ea-test.exp
1506 * gdb.cp/dispcxx.exp
1507 * gdb.cp/gdb2384.exp
1508 * gdb.cp/method2.exp
1509 * gdb.cp/nextoverthrow.exp
1510 * gdb.cp/pr10728.exp
1511 * gdb.disasm/am33.exp
1512 * gdb.disasm/h8300s.exp
1513 * gdb.disasm/mn10300.exp
1514 * gdb.disasm/sh3.exp
1515 * gdb.dwarf2/dw2-dir-file-name.exp
1516 * gdb.fortran/complex.exp
1517 * gdb.fortran/library-module.exp
1518 * gdb.guile/scm-pretty-print.exp
1519 * gdb.guile/scm-symbol.exp
1520 * gdb.guile/scm-type.exp
1521 * gdb.guile/scm-value.exp
1522 * gdb.linespec/linespec.exp
1523 * gdb.mi/gdb701.exp
1524 * gdb.mi/gdb792.exp
1525 * gdb.mi/mi-breakpoint-changed.exp
1526 * gdb.mi/mi-dprintf-pending.exp
1527 * gdb.mi/mi-dprintf.exp
1528 * gdb.mi/mi-exit-code.exp
1529 * gdb.mi/mi-pending.exp
1530 * gdb.mi/mi-solib.exp
1531 * gdb.mi/new-ui-mi-sync.exp
1532 * gdb.mi/pr11022.exp
1533 * gdb.mi/user-selected-context-sync.exp
1534 * gdb.opt/solib-intra-step.exp
1535 * gdb.python/py-events.exp
1536 * gdb.python/py-finish-breakpoint.exp
1537 * gdb.python/py-mi.exp
1538 * gdb.python/py-prettyprint.exp
1539 * gdb.python/py-shared.exp
1540 * gdb.python/py-symbol.exp
1541 * gdb.python/py-template.exp
1542 * gdb.python/py-type.exp
1543 * gdb.python/py-value.exp
1544 * gdb.reverse/solib-precsave.exp
1545 * gdb.reverse/solib-reverse.exp
1546 * gdb.server/solib-list.exp
1547 * gdb.stabs/weird.exp
1548 * gdb.threads/reconnect-signal.exp
1549 * gdb.threads/stepi-random-signal.exp
1550 * gdb.trace/actions.exp
1551 * gdb.trace/ax.exp
1552 * gdb.trace/backtrace.exp
1553 * gdb.trace/change-loc.exp
1554 * gdb.trace/deltrace.exp
1555 * gdb.trace/ftrace-lock.exp
1556 * gdb.trace/ftrace.exp
1557 * gdb.trace/infotrace.exp
1558 * gdb.trace/mi-tracepoint-changed.exp
1559 * gdb.trace/packetlen.exp
1560 * gdb.trace/passcount.exp
1561 * gdb.trace/pending.exp
1562 * gdb.trace/range-stepping.exp
1563 * gdb.trace/report.exp
1564 * gdb.trace/stap-trace.exp
1565 * gdb.trace/tfind.exp
1566 * gdb.trace/trace-break.exp
1567 * gdb.trace/trace-condition.exp
1568 * gdb.trace/trace-enable-disable.exp
1569 * gdb.trace/trace-mt.exp
1570 * gdb.trace/tracecmd.exp
1571 * gdb.trace/tspeed.exp
1572 * gdb.trace/tsv.exp
1573 * lib/perftest.exp
1574
1575 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1576
1577 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1578 with gdb_test_no_output.
1579 Use command as test name.
1580
1581 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1582
1583 Fix test names starting with uppercase throughout the files.
1584
1585 * gdb.ada/assign_1.exp
1586 * gdb.ada/boolean_expr.exp
1587 * gdb.base/arrayidx.exp
1588 * gdb.base/del.exp
1589 * gdb.base/gcore-buffer-overflow.exp
1590 * gdb.base/testenv.exp
1591 * gdb.compile/compile.exp
1592 * gdb.python/py-framefilter-invalidarg.exp
1593 * gdb.python/py-framefilter.exp
1594
1595 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1596
1597 Fix test names starting with uppercase throughout the files.
1598
1599 * gdb.ada/array_return.exp
1600 * gdb.ada/expr_delims.exp
1601 * gdb.ada/mi_dyn_arr.exp
1602 * gdb.ada/mi_interface.exp
1603 * gdb.ada/mi_var_array.exp
1604 * gdb.ada/watch_arg.exp
1605 * gdb.arch/alpha-step.exp
1606 * gdb.arch/altivec-regs.exp
1607 * gdb.arch/e500-regs.exp
1608 * gdb.arch/powerpc-d128-regs.exp
1609 * gdb.base/arrayidx.exp
1610 * gdb.base/break.exp
1611 * gdb.base/checkpoint.exp
1612 * gdb.base/debug-expr.exp
1613 * gdb.base/dmsym.exp
1614 * gdb.base/radix.exp
1615 * gdb.base/sepdebug.exp
1616 * gdb.base/testenv.exp
1617 * gdb.base/watch_thread_num.exp
1618 * gdb.base/watchpoint-cond-gone.exp
1619 * gdb.cell/break.exp
1620 * gdb.cell/ea-cache.exp
1621 * gdb.compile/compile.exp
1622 * gdb.cp/gdb2495.exp
1623 * gdb.gdb/selftest.exp
1624 * gdb.gdb/xfullpath.exp
1625 * gdb.go/hello.exp
1626 * gdb.go/integers.exp
1627 * gdb.objc/basicclass.exp
1628 * gdb.pascal/hello.exp
1629 * gdb.pascal/integers.exp
1630 * gdb.python/py-breakpoint.exp
1631 * gdb.python/py-cmd.exp
1632 * gdb.python/py-linetable.exp
1633 * gdb.python/py-xmethods.exp
1634 * gdb.python/python.exp
1635 * gdb.reverse/consecutive-precsave.exp
1636 * gdb.reverse/finish-precsave.exp
1637 * gdb.reverse/i386-precsave.exp
1638 * gdb.reverse/machinestate-precsave.exp
1639 * gdb.reverse/sigall-precsave.exp
1640 * gdb.reverse/solib-precsave.exp
1641 * gdb.reverse/step-precsave.exp
1642 * gdb.reverse/until-precsave.exp
1643 * gdb.reverse/watch-precsave.exp
1644 * gdb.threads/leader-exit.exp
1645 * gdb.threads/pthreads.exp
1646 * gdb.threads/wp-replication.exp
1647 * gdb.trace/actions.exp
1648 * gdb.trace/mi-tsv-changed.exp
1649 * gdb.trace/tsv.exp
1650
1651 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1652
1653 Fix test names starting with uppercase throughout the files.
1654
1655 * gdb.arch/i386-bp_permanent.exp
1656 * gdb.arch/i386-gnu-cfi.exp
1657 * gdb.base/disasm-end-cu.exp
1658 * gdb.base/macscp.exp
1659 * gdb.base/pending.exp
1660 * gdb.base/watch_thread_num.exp
1661 * gdb.cp/exception.exp
1662 * gdb.cp/gdb2495.exp
1663 * gdb.cp/local.exp
1664 * gdb.python/py-evsignal.exp
1665 * gdb.python/python.exp
1666 * gdb.trace/tracecmd.exp
1667
1668 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1669
1670 Fix test names starting with uppercase throughout the files.
1671
1672 * gdb.base/charset.exp
1673 * gdb.base/eval.exp
1674 * gdb.base/multi-forks.exp
1675 * gdb.guile/scm-progspace.exp
1676 * gdb.opencl/datatypes.exp
1677 * gdb.python/py-block.exp
1678 * gdb.python/py-function.exp
1679 * gdb.python/py-symbol.exp
1680 * gdb.python/py-symtab.exp
1681 * gdb.python/py-xmethods.exp
1682 * gdb.reverse/break-precsave.exp
1683 * gdb.reverse/break-reverse.exp
1684 * gdb.reverse/consecutive-precsave.exp
1685 * gdb.reverse/consecutive-reverse.exp
1686 * gdb.reverse/finish-precsave.exp
1687 * gdb.reverse/finish-reverse-bkpt.exp
1688 * gdb.reverse/finish-reverse.exp
1689 * gdb.reverse/fstatat-reverse.exp
1690 * gdb.reverse/getresuid-reverse.exp
1691 * gdb.reverse/i386-precsave.exp
1692 * gdb.reverse/i386-reverse.exp
1693 * gdb.reverse/i386-sse-reverse.exp
1694 * gdb.reverse/i387-stack-reverse.exp
1695 * gdb.reverse/insn-reverse.exp
1696 * gdb.reverse/machinestate-precsave.exp
1697 * gdb.reverse/machinestate.exp
1698 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1699 * gdb.reverse/pipe-reverse.exp
1700 * gdb.reverse/readv-reverse.exp
1701 * gdb.reverse/recvmsg-reverse.exp
1702 * gdb.reverse/rerun-prec.exp
1703 * gdb.reverse/s390-mvcle.exp
1704 * gdb.reverse/sigall-precsave.exp
1705 * gdb.reverse/sigall-reverse.exp
1706 * gdb.reverse/solib-precsave.exp
1707 * gdb.reverse/solib-reverse.exp
1708 * gdb.reverse/step-precsave.exp
1709 * gdb.reverse/step-reverse.exp
1710 * gdb.reverse/time-reverse.exp
1711 * gdb.reverse/until-precsave.exp
1712 * gdb.reverse/until-reverse.exp
1713 * gdb.reverse/waitpid-reverse.exp
1714 * gdb.reverse/watch-precsave.exp
1715 * gdb.reverse/watch-reverse.exp
1716
1717 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1718
1719 Fix test names starting with uppercase throughout the files.
1720
1721 * gdb.arch/i386-mpx-simple_segv.exp
1722 * gdb.arch/i386-mpx.exp
1723 * gdb.arch/i386-permbkpt.exp
1724 * gdb.arch/pa-nullify.exp
1725 * gdb.arch/powerpc-d128-regs.exp
1726 * gdb.arch/vsx-regs.exp
1727 * gdb.base/bfp-test.exp
1728 * gdb.base/break.exp
1729 * gdb.base/breakpoint-shadow.exp
1730 * gdb.base/callfuncs.exp
1731 * gdb.base/charset.exp
1732 * gdb.base/commands.exp
1733 * gdb.base/completion.exp
1734 * gdb.base/dfp-test.exp
1735 * gdb.base/echo.exp
1736 * gdb.base/ending-run.exp
1737 * gdb.base/eval.exp
1738 * gdb.base/expand-psymtabs.exp
1739 * gdb.base/float128.exp
1740 * gdb.base/floatn.exp
1741 * gdb.base/foll-exec-mode.exp
1742 * gdb.base/gdb1056.exp
1743 * gdb.base/gdb11531.exp
1744 * gdb.base/kill-after-signal.exp
1745 * gdb.base/multi-forks.exp
1746 * gdb.base/overlays.exp
1747 * gdb.base/pending.exp
1748 * gdb.base/sepdebug.exp
1749 * gdb.base/testenv.exp
1750 * gdb.base/valgrind-db-attach.exp
1751 * gdb.base/watch_thread_num.exp
1752 * gdb.base/watchpoint-cond-gone.exp
1753 * gdb.base/watchpoint.exp
1754 * gdb.base/watchpoints.exp
1755 * gdb.cp/arg-reference.exp
1756 * gdb.cp/baseenum.exp
1757 * gdb.cp/operator.exp
1758 * gdb.cp/shadow.exp
1759 * gdb.dwarf2/dw2-op-out-param.exp
1760 * gdb.dwarf2/dw2-reg-undefined.exp
1761 * gdb.go/chan.exp
1762 * gdb.go/hello.exp
1763 * gdb.go/integers.exp
1764 * gdb.go/methods.exp
1765 * gdb.go/package.exp
1766 * gdb.guile/scm-parameter.exp
1767 * gdb.guile/scm-progspace.exp
1768 * gdb.guile/scm-value.exp
1769 * gdb.mi/mi-pending.exp
1770 * gdb.mi/user-selected-context-sync.exp
1771 * gdb.multi/multi-attach.exp
1772 * gdb.multi/tids.exp
1773 * gdb.opt/clobbered-registers-O2.exp
1774 * gdb.pascal/floats.exp
1775 * gdb.pascal/integers.exp
1776 * gdb.python/py-block.exp
1777 * gdb.python/py-events.exp
1778 * gdb.python/py-parameter.exp
1779 * gdb.python/py-symbol.exp
1780 * gdb.python/py-symtab.exp
1781 * gdb.python/py-type.exp
1782 * gdb.python/py-value.exp
1783 * gdb.python/py-xmethods.exp
1784 * gdb.python/python.exp
1785 * gdb.reverse/break-precsave.exp
1786 * gdb.reverse/consecutive-precsave.exp
1787 * gdb.reverse/finish-precsave.exp
1788 * gdb.reverse/i386-precsave.exp
1789 * gdb.reverse/machinestate-precsave.exp
1790 * gdb.reverse/sigall-precsave.exp
1791 * gdb.reverse/solib-precsave.exp
1792 * gdb.reverse/step-precsave.exp
1793 * gdb.reverse/until-precsave.exp
1794 * gdb.reverse/watch-precsave.exp
1795 * gdb.server/ext-attach.exp
1796 * gdb.server/ext-restart.exp
1797 * gdb.server/ext-run.exp
1798 * gdb.server/ext-wrapper.exp
1799 * gdb.stabs/gdb11479.exp
1800 * gdb.stabs/weird.exp
1801 * gdb.threads/attach-many-short-lived-threads.exp
1802 * gdb.threads/kill.exp
1803 * gdb.threads/watchpoint-fork.exp
1804
1805 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1806
1807 Fix test names starting with uppercase throughout all the files below.
1808
1809 * gdb.ada/array_return.exp
1810 * gdb.ada/catch_ex.exp
1811 * gdb.ada/info_exc.exp
1812 * gdb.ada/mi_catch_ex.exp
1813 * gdb.ada/mi_dyn_arr.exp
1814 * gdb.ada/mi_ex_cond.exp
1815 * gdb.ada/mi_exc_info.exp
1816 * gdb.ada/mi_interface.exp
1817 * gdb.ada/mi_task_arg.exp
1818 * gdb.ada/mi_task_info.exp
1819 * gdb.ada/mi_var_array.exp
1820 * gdb.arch/alpha-step.exp
1821 * gdb.arch/amd64-disp-step.exp
1822 * gdb.arch/arm-disp-step.exp
1823 * gdb.arch/disp-step-insn-reloc.exp
1824 * gdb.arch/e500-prologue.exp
1825 * gdb.arch/ftrace-insn-reloc.exp
1826 * gdb.arch/gdb1558.exp
1827 * gdb.arch/i386-bp_permanent.exp
1828 * gdb.arch/i386-disp-step.exp
1829 * gdb.arch/i386-float.exp
1830 * gdb.arch/i386-gnu-cfi.exp
1831 * gdb.arch/ia64-breakpoint-shadow.exp
1832 * gdb.arch/mips16-thunks.exp
1833 * gdb.arch/pa-nullify.exp
1834 * gdb.arch/powerpc-aix-prologue.exp
1835 * gdb.arch/powerpc-power.exp
1836 * gdb.arch/ppc-dfp.exp
1837 * gdb.arch/s390-tdbregs.exp
1838 * gdb.arch/spu-info.exp
1839 * gdb.arch/spu-ls.exp
1840 * gdb.arch/thumb-bx-pc.exp
1841 * gdb.base/advance.exp
1842 * gdb.base/annota-input-while-running.exp
1843 * gdb.base/arrayidx.exp
1844 * gdb.base/asmlabel.exp
1845 * gdb.base/async.exp
1846 * gdb.base/attach-wait-input.exp
1847 * gdb.base/auto-connect-native-target.exp
1848 * gdb.base/batch-preserve-term-settings.exp
1849 * gdb.base/bfp-test.exp
1850 * gdb.base/bigcore.exp
1851 * gdb.base/bp-permanent.exp
1852 * gdb.base/break-always.exp
1853 * gdb.base/break-fun-addr.exp
1854 * gdb.base/break-idempotent.exp
1855 * gdb.base/break-main-file-remove-fail.exp
1856 * gdb.base/break-probes.exp
1857 * gdb.base/break-unload-file.exp
1858 * gdb.base/break.exp
1859 * gdb.base/call-ar-st.exp
1860 * gdb.base/call-rt-st.exp
1861 * gdb.base/call-sc.exp
1862 * gdb.base/call-signal-resume.exp
1863 * gdb.base/call-strs.exp
1864 * gdb.base/callexit.exp
1865 * gdb.base/callfuncs.exp
1866 * gdb.base/catch-gdb-caused-signals.exp
1867 * gdb.base/catch-signal-siginfo-cond.exp
1868 * gdb.base/catch-syscall.exp
1869 * gdb.base/compare-sections.exp
1870 * gdb.base/cond-eval-mode.exp
1871 * gdb.base/condbreak-call-false.exp
1872 * gdb.base/consecutive-step-over.exp
1873 * gdb.base/cursal.exp
1874 * gdb.base/disabled-location.exp
1875 * gdb.base/disasm-end-cu.exp
1876 * gdb.base/display.exp
1877 * gdb.base/double-prompt-target-event-error.exp
1878 * gdb.base/dprintf-bp-same-addr.exp
1879 * gdb.base/dprintf-detach.exp
1880 * gdb.base/dprintf-next.exp
1881 * gdb.base/dprintf-non-stop.exp
1882 * gdb.base/dprintf-pending.exp
1883 * gdb.base/dso2dso.exp
1884 * gdb.base/ending-run.exp
1885 * gdb.base/enum_cond.exp
1886 * gdb.base/examine-backward.exp
1887 * gdb.base/exe-lock.exp
1888 * gdb.base/exec-invalid-sysroot.exp
1889 * gdb.base/execl-update-breakpoints.exp
1890 * gdb.base/execution-termios.exp
1891 * gdb.base/fileio.exp
1892 * gdb.base/fixsection.exp
1893 * gdb.base/foll-exec-mode.exp
1894 * gdb.base/foll-exec.exp
1895 * gdb.base/fork-running-state.exp
1896 * gdb.base/frame-args.exp
1897 * gdb.base/fullpath-expand.exp
1898 * gdb.base/func-ptr.exp
1899 * gdb.base/gcore-relro-pie.exp
1900 * gdb.base/gdb1090.exp
1901 * gdb.base/gdb1555.exp
1902 * gdb.base/global-var-nested-by-dso.exp
1903 * gdb.base/gnu-ifunc.exp
1904 * gdb.base/hbreak-in-shr-unsupported.exp
1905 * gdb.base/hbreak-unmapped.exp
1906 * gdb.base/hook-stop.exp
1907 * gdb.base/infcall-input.exp
1908 * gdb.base/info-fun.exp
1909 * gdb.base/info-shared.exp
1910 * gdb.base/interrupt-noterm.exp
1911 * gdb.base/jit-so.exp
1912 * gdb.base/jit.exp
1913 * gdb.base/line-symtabs.exp
1914 * gdb.base/list.exp
1915 * gdb.base/longjmp.exp
1916 * gdb.base/macscp.exp
1917 * gdb.base/max-value-size.exp
1918 * gdb.base/nodebug.exp
1919 * gdb.base/nofield.exp
1920 * gdb.base/overlays.exp
1921 * gdb.base/paginate-after-ctrl-c-running.exp
1922 * gdb.base/paginate-bg-execution.exp
1923 * gdb.base/paginate-inferior-exit.exp
1924 * gdb.base/pending.exp
1925 * gdb.base/pr11022.exp
1926 * gdb.base/printcmds.exp
1927 * gdb.base/ptr-typedef.exp
1928 * gdb.base/ptype.exp
1929 * gdb.base/randomize.exp
1930 * gdb.base/range-stepping.exp
1931 * gdb.base/realname-expand.exp
1932 * gdb.base/relativedebug.exp
1933 * gdb.base/remote.exp
1934 * gdb.base/savedregs.exp
1935 * gdb.base/sepdebug.exp
1936 * gdb.base/set-noassign.exp
1937 * gdb.base/shlib-call.exp
1938 * gdb.base/shreloc.exp
1939 * gdb.base/sigaltstack.exp
1940 * gdb.base/sigbpt.exp
1941 * gdb.base/siginfo-addr.exp
1942 * gdb.base/siginfo-obj.exp
1943 * gdb.base/siginfo-thread.exp
1944 * gdb.base/signest.exp
1945 * gdb.base/signull.exp
1946 * gdb.base/sigrepeat.exp
1947 * gdb.base/skip.exp
1948 * gdb.base/so-impl-ld.exp
1949 * gdb.base/solib-corrupted.exp
1950 * gdb.base/solib-disc.exp
1951 * gdb.base/solib-display.exp
1952 * gdb.base/solib-overlap.exp
1953 * gdb.base/solib-search.exp
1954 * gdb.base/solib-symbol.exp
1955 * gdb.base/source-execution.exp
1956 * gdb.base/sss-bp-on-user-bp-2.exp
1957 * gdb.base/sss-bp-on-user-bp.exp
1958 * gdb.base/stack-checking.exp
1959 * gdb.base/stale-infcall.exp
1960 * gdb.base/step-break.exp
1961 * gdb.base/step-line.exp
1962 * gdb.base/step-over-exit.exp
1963 * gdb.base/step-test.exp
1964 * gdb.base/structs.exp
1965 * gdb.base/sym-file.exp
1966 * gdb.base/symtab-search-order.exp
1967 * gdb.base/term.exp
1968 * gdb.base/type-opaque.exp
1969 * gdb.base/unload.exp
1970 * gdb.base/until-nodebug.exp
1971 * gdb.base/until.exp
1972 * gdb.base/unwindonsignal.exp
1973 * gdb.base/watch-cond.exp
1974 * gdb.base/watch-non-mem.exp
1975 * gdb.base/watch_thread_num.exp
1976 * gdb.base/watchpoint-reuse-slot.exp
1977 * gdb.base/watchpoint-solib.exp
1978 * gdb.base/watchpoint.exp
1979 * gdb.btrace/dlopen.exp
1980 * gdb.cell/arch.exp
1981 * gdb.cell/break.exp
1982 * gdb.cell/bt.exp
1983 * gdb.cell/core.exp
1984 * gdb.cell/data.exp
1985 * gdb.cell/dwarfaddr.exp
1986 * gdb.cell/ea-cache.exp
1987 * gdb.cell/ea-standalone.exp
1988 * gdb.cell/ea-test.exp
1989 * gdb.cell/f-regs.exp
1990 * gdb.cell/fork.exp
1991 * gdb.cell/gcore.exp
1992 * gdb.cell/mem-access.exp
1993 * gdb.cell/ptype.exp
1994 * gdb.cell/registers.exp
1995 * gdb.cell/sizeof.exp
1996 * gdb.cell/solib-symbol.exp
1997 * gdb.cell/solib.exp
1998 * gdb.compile/compile-tls.exp
1999 * gdb.cp/exception.exp
2000 * gdb.cp/gdb2495.exp
2001 * gdb.cp/local.exp
2002 * gdb.cp/mb-inline.exp
2003 * gdb.cp/mb-templates.exp
2004 * gdb.cp/pr10687.exp
2005 * gdb.cp/pr9167.exp
2006 * gdb.cp/scope-err.exp
2007 * gdb.cp/templates.exp
2008 * gdb.cp/virtfunc.exp
2009 * gdb.dwarf2/dw2-dir-file-name.exp
2010 * gdb.dwarf2/dw2-single-line-discriminators.exp
2011 * gdb.fortran/complex.exp
2012 * gdb.fortran/library-module.exp
2013 * gdb.guile/guile.exp
2014 * gdb.guile/scm-cmd.exp
2015 * gdb.guile/scm-frame-inline.exp
2016 * gdb.guile/scm-objfile.exp
2017 * gdb.guile/scm-pretty-print.exp
2018 * gdb.guile/scm-symbol.exp
2019 * gdb.guile/scm-type.exp
2020 * gdb.guile/scm-value.exp
2021 * gdb.linespec/keywords.exp
2022 * gdb.linespec/ls-errs.exp
2023 * gdb.linespec/macro-relative.exp
2024 * gdb.linespec/thread.exp
2025 * gdb.mi/mi-breakpoint-changed.exp
2026 * gdb.mi/mi-dprintf-pending.exp
2027 * gdb.mi/mi-fullname-deleted.exp
2028 * gdb.mi/mi-logging.exp
2029 * gdb.mi/mi-pending.exp
2030 * gdb.mi/mi-solib.exp
2031 * gdb.mi/new-ui-mi-sync.exp
2032 * gdb.mi/user-selected-context-sync.exp
2033 * gdb.multi/dummy-frame-restore.exp
2034 * gdb.multi/multi-arch-exec.exp
2035 * gdb.multi/remove-inferiors.exp
2036 * gdb.multi/watchpoint-multi-exit.exp
2037 * gdb.opt/solib-intra-step.exp
2038 * gdb.perf/backtrace.exp
2039 * gdb.perf/single-step.exp
2040 * gdb.perf/skip-command.exp
2041 * gdb.perf/skip-prologue.exp
2042 * gdb.perf/solib.exp
2043 * gdb.python/lib-types.exp
2044 * gdb.python/py-as-string.exp
2045 * gdb.python/py-bad-printers.exp
2046 * gdb.python/py-block.exp
2047 * gdb.python/py-breakpoint.exp
2048 * gdb.python/py-cmd.exp
2049 * gdb.python/py-events.exp
2050 * gdb.python/py-evthreads.exp
2051 * gdb.python/py-finish-breakpoint.exp
2052 * gdb.python/py-finish-breakpoint2.exp
2053 * gdb.python/py-frame-inline.exp
2054 * gdb.python/py-frame.exp
2055 * gdb.python/py-inferior.exp
2056 * gdb.python/py-infthread.exp
2057 * gdb.python/py-mi.exp
2058 * gdb.python/py-objfile.exp
2059 * gdb.python/py-pp-maint.exp
2060 * gdb.python/py-pp-registration.exp
2061 * gdb.python/py-prettyprint.exp
2062 * gdb.python/py-recurse-unwind.exp
2063 * gdb.python/py-shared.exp
2064 * gdb.python/py-symbol.exp
2065 * gdb.python/py-symtab.exp
2066 * gdb.python/py-template.exp
2067 * gdb.python/py-type.exp
2068 * gdb.python/py-unwind-maint.exp
2069 * gdb.python/py-unwind.exp
2070 * gdb.python/py-value.exp
2071 * gdb.python/python.exp
2072 * gdb.reverse/finish-reverse-bkpt.exp
2073 * gdb.reverse/insn-reverse.exp
2074 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2075 * gdb.reverse/solib-precsave.exp
2076 * gdb.reverse/solib-reverse.exp
2077 * gdb.stabs/gdb11479.exp
2078 * gdb.stabs/weird.exp
2079 * gdb.threads/fork-child-threads.exp
2080 * gdb.threads/fork-plus-threads.exp
2081 * gdb.threads/fork-thread-pending.exp
2082 * gdb.threads/forking-threads-plus-breakpoint.exp
2083 * gdb.threads/hand-call-in-threads.exp
2084 * gdb.threads/interrupted-hand-call.exp
2085 * gdb.threads/linux-dp.exp
2086 * gdb.threads/local-watch-wrong-thread.exp
2087 * gdb.threads/next-while-other-thread-longjmps.exp
2088 * gdb.threads/non-ldr-exit.exp
2089 * gdb.threads/pending-step.exp
2090 * gdb.threads/print-threads.exp
2091 * gdb.threads/process-dies-while-detaching.exp
2092 * gdb.threads/process-dies-while-handling-bp.exp
2093 * gdb.threads/pthreads.exp
2094 * gdb.threads/queue-signal.exp
2095 * gdb.threads/reconnect-signal.exp
2096 * gdb.threads/signal-command-handle-nopass.exp
2097 * gdb.threads/signal-command-multiple-signals-pending.exp
2098 * gdb.threads/signal-delivered-right-thread.exp
2099 * gdb.threads/signal-sigtrap.exp
2100 * gdb.threads/sigthread.exp
2101 * gdb.threads/staticthreads.exp
2102 * gdb.threads/stepi-random-signal.exp
2103 * gdb.threads/thread-unwindonsignal.exp
2104 * gdb.threads/thread_check.exp
2105 * gdb.threads/thread_events.exp
2106 * gdb.threads/tid-reuse.exp
2107 * gdb.threads/tls-nodebug.exp
2108 * gdb.threads/tls-shared.exp
2109 * gdb.threads/tls-so_extern.exp
2110 * gdb.threads/tls.exp
2111 * gdb.threads/wp-replication.exp
2112 * gdb.trace/actions-changed.exp
2113 * gdb.trace/actions.exp
2114 * gdb.trace/backtrace.exp
2115 * gdb.trace/change-loc.exp
2116 * gdb.trace/collection.exp
2117 * gdb.trace/deltrace.exp
2118 * gdb.trace/disconnected-tracing.exp
2119 * gdb.trace/entry-values.exp
2120 * gdb.trace/ftrace-lock.exp
2121 * gdb.trace/ftrace.exp
2122 * gdb.trace/infotrace.exp
2123 * gdb.trace/mi-trace-frame-collected.exp
2124 * gdb.trace/mi-trace-unavailable.exp
2125 * gdb.trace/mi-traceframe-changed.exp
2126 * gdb.trace/mi-tracepoint-changed.exp
2127 * gdb.trace/mi-tsv-changed.exp
2128 * gdb.trace/no-attach-trace.exp
2129 * gdb.trace/packetlen.exp
2130 * gdb.trace/passc-dyn.exp
2131 * gdb.trace/passcount.exp
2132 * gdb.trace/pending.exp
2133 * gdb.trace/pr16508.exp
2134 * gdb.trace/qtro.exp
2135 * gdb.trace/range-stepping.exp
2136 * gdb.trace/read-memory.exp
2137 * gdb.trace/report.exp
2138 * gdb.trace/save-trace.exp
2139 * gdb.trace/signal.exp
2140 * gdb.trace/stap-trace.exp
2141 * gdb.trace/status-stop.exp
2142 * gdb.trace/strace.exp
2143 * gdb.trace/tfile.exp
2144 * gdb.trace/tfind.exp
2145 * gdb.trace/trace-break.exp
2146 * gdb.trace/trace-condition.exp
2147 * gdb.trace/trace-enable-disable.exp
2148 * gdb.trace/trace-mt.exp
2149 * gdb.trace/tracecmd.exp
2150 * gdb.trace/tracefile-pseudo-reg.exp
2151 * gdb.trace/tspeed.exp
2152 * gdb.trace/tstatus.exp
2153 * gdb.trace/tsv.exp
2154 * gdb.trace/unavailable.exp
2155 * gdb.trace/while-dyn.exp
2156 * gdb.trace/while-stepping.exp
2157 * lib/gdb-guile.exp
2158 * lib/gdb.exp
2159 * lib/mi-support.exp
2160 * lib/pascal.exp
2161 * lib/perftest.exp
2162 * lib/prelink-support.exp
2163 * lib/selftest-support.exp
2164
2165 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2166
2167 * Makefile.in: Include disable-implicit-rules.mk.
2168
2169 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2170
2171 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2172 non-byte-aligned bit fields.
2173
2174 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2175
2176 PR gdb/12616
2177 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
2178 respects the DW_AT_data_bit_offset attribute.
2179
2180 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2181
2182 * gdb.base/default.exp: Fix output of "set language".
2183
2184 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2185
2186 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2187 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
2188 make.
2189 * configure.ac: Remove checks for the make program.
2190 * configure: Re-generate.
2191
2192 2016-11-16 Kevin Buettner <kevinb@redhat.com>
2193
2194 * gdb.python/py-recurse-unwind.c (main): Add loop.
2195 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2196 to read_register() and gdb.parse_and_eval(). Make each code
2197 call a separate case that can be individually tested.
2198 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2199 proc. Call cont_and_backtrace for each of the code paths that
2200 we want to test in the unwinder.
2201
2202 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2203
2204 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2205 the definition of struct S.
2206
2207 2016-11-11 Catherine Moore <clm@codesourcery.com>
2208
2209 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2210
2211 2016-11-09 Pedro Alves <palves@redhat.com>
2212
2213 * gdb.base/commands.exp (runto_or_return): New procedure.
2214 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2215 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2216 (progvar_simple_while_test, progvar_complex_if_while_test)
2217 (if_while_breakpoint_command_test)
2218 (infrun_breakpoint_command_test, breakpoint_command_test)
2219 (user_defined_command_test, watchpoint_command_test)
2220 (test_command_prompt_position, redefine_hook_test)
2221 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2222 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2223 multi_line_input and multi_line. Remove gdb_expect and
2224 gdb_stop_suppressing_tests uses.
2225 * lib/gdb.exp (valnum_re): New global.
2226 (multi_line_input): New procedure.
2227
2228 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2229
2230 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2231 Remove.
2232 (test_setup): Define with proc_with_prefix.
2233 (test_cli_inferior): Likewise.
2234 (test_cli_thread): Likewise.
2235 (test_cli_frame): Likewise.
2236 (test_cli_select_frame): Likewise.
2237 (test_cli_up_down): Likewise.
2238 (test_mi_thread_select): Likewise.
2239 (test_mi_stack_select_frame): Likewise.
2240 (test_cli_in_mi_inferior): Likewise.
2241 (test_cli_in_mi_thread): Likewise.
2242 (test_cli_in_mi_frame): Likewise.
2243 (top level): Do not use with_test_prefix_procname.
2244
2245 2016-11-09 Pedro Alves <palves@redhat.com>
2246
2247 * gdb.base/commands.exp (gdbvar_simple_if_test)
2248 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2249 (progvar_simple_if_test, progvar_simple_while_test)
2250 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2251 (infrun_breakpoint_command_test, breakpoint_command_test)
2252 (user_defined_command_test, watchpoint_command_test)
2253 (test_command_prompt_position, deprecated_command_test)
2254 (bp_deleted_in_command, temporary_breakpoint_commands)
2255 (stray_arg0_test, source_file_with_indented_comment)
2256 (recursive_source_test, if_commands_test)
2257 (error_clears_commands_left, redefine_hook_test)
2258 (redefine_backtrace_test): Use proc_with_prefix.
2259 * lib/gdb.exp (proc_with_prefix): New proc.
2260
2261 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2262
2263 * gdb.base/tui-layout.c: New file.
2264 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2265 disassembly window contains very long lines.
2266
2267 2016-11-08 Tom Tromey <tom@tromey.com>
2268
2269 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2270 depend on Python 2.
2271
2272 2016-11-08 Tom Tromey <tom@tromey.com>
2273
2274 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2275 New method.
2276
2277 2016-10-29 Manish Goregaokar <manish@mozilla.com>
2278
2279 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
2280
2281 2016-10-27 Manish Goregaokar <manish@mozilla.com>
2282
2283 * gdb.rust/simple.rs: Add test for univariant enums without
2284 discriminants and for encoded struct-like enums.
2285
2286 2016-10-28 Pedro Alves <palves@redhat.com>
2287
2288 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2289 gdb_test_multiple, tighten regexps and match symtabs and line
2290 tables incrementally.
2291
2292 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
2293
2294 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2295 general.
2296
2297 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
2298
2299 * gdb.base/exec-invalid-sysroot.exp: New file.
2300
2301 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2302
2303 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2304
2305 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2306
2307 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2308
2309 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2310
2311 * gdb.base/killed-outside.exp: Remove $options from a call to
2312 `prepare_for_testing'.
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 Change test message.
2318
2319 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2320
2321 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2322 Update comment.
2323
2324 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2325
2326 * gdb.trace/mi-trace-save.exp: New file.
2327
2328 2016-10-13 Yao Qi <yao.qi@linaro.org>
2329
2330 * gdb.base/code_elim.exp (get_var_address): Remove.
2331 * gdb.base/relocate.exp: Likewise.
2332 * gdb.base/shreloc.exp: Likewise.
2333 * lib/gdb.exp (get_var_address): New.
2334
2335 2016-10-13 Yao Qi <yao.qi@linaro.org>
2336
2337 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2338 floating point tests if $skip_float_test is false.
2339
2340 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
2341
2342 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2343 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2344 argc values.
2345 Add 1 to argc so we guarantee distinct initial/modified argc values.
2346
2347 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2348
2349 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2350
2351 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2352
2353 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2354 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2355 * gdb.arch/vsx-regs.exp: Likewise.
2356
2357 2016-10-07 Yao Qi <yao.qi@linaro.org>
2358
2359 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2360
2361 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2362
2363 * gdb.python/python.exp: Test decode_line("*0").
2364
2365 2016-10-06 Doug Evans <dje@google.com>
2366
2367 * gdb.python/py-value.exp (test_value_creation): Add test for large
2368 unsigned 64-bit value.
2369
2370 2016-10-06 Tom Tromey <tom@tromey.com>
2371
2372 * gdb.compile/compile.exp: Change java tests to rust.
2373 * gdb.base/setshow.exp: Change java tests to rust.
2374 * gdb.base/default.exp: Remove java from language list.
2375 * README (Examples): Update language example.
2376 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2377 test.
2378 * lib/gdb.exp (skip_java_tests): Remove.
2379 * lib/java.exp: Remove.
2380 * gdb.java: Remove.
2381
2382 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2383
2384 * gdb.arch/mips-fcr.exp: New test.
2385 * gdb.arch/mips-fcr.c: Source for the new test.
2386
2387 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2388
2389 * gdb.base/solib-disc.exp: Use `standard_output_file'
2390 throughout.
2391
2392 2016-10-06 Pedro Alves <palves@redhat.com>
2393
2394 * gdb.base/jit-simple-dl.c: New file.
2395 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2396 * gdb.base/jit-simple.c: ... this.
2397 * gdb.base/jit-simple.exp (jit_run): Delete.
2398 (build_jit): New proc.
2399 (jit_test_reread): Recompile either the main program or the shared
2400 library, depending on what is being tested. Skip changing address
2401 if caller wants to. Compare before/after addresses. If testing
2402 standalone, explicitly load the binary. Test "maint info
2403 breakpoints".
2404 (top level): Add "standalone vs shared lib" and "change address"
2405 vs "same address" axes.
2406
2407 2016-10-06 Pedro Alves <palves@redhat.com>
2408
2409 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2410 call.
2411 (jit_run): Delete.
2412 (jit_test_reread): Use with_test_prefix. Reload the main binary
2413 explicitly. Compare the before/after addresses of the JIT
2414 descriptor.
2415
2416 2016-08-15 Doug Evans <dje@google.com>
2417
2418 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2419 for single bitfields is bool.
2420 * gdb.xml/tdesc-regs.exp: Ditto.
2421
2422 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2423
2424 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2425
2426 2016-10-05 Yao Qi <yao.qi@linaro.org>
2427
2428 * lib/gdb.exp (support_complex_tests): Return zero if
2429 gdb_skip_float_test return true.
2430
2431 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2432 Simon Marchi <simon.marchi@ericsson.com>
2433
2434 PR gdb/20487
2435 * gdb.mi/user-selected-context-sync.exp: New file.
2436 * gdb.mi/user-selected-context-sync.c: New file.
2437
2438 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2439 Simon Marchi <simon.marchi@ericsson.com>
2440
2441 PR gdb/20487
2442 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2443 =thread-select-event check.
2444
2445 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2446
2447 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2448 the compulsory L operand changes.
2449 * gdb.arch/powerpc-power.s: Likewise.
2450
2451 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2452
2453 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2454 * gdb.base/jit-attach-pie.c: New file.
2455 * gdb.base/jit-attach-pie.exp: New file.
2456
2457 2016-09-28 Pedro Alves <palves@redhat.com>
2458
2459 * gdb.base/infcall-input.c: New file.
2460 * gdb.base/infcall-input.exp: New file.
2461
2462 2016-09-22 Yao Qi <yao.qi@linaro.org>
2463
2464 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2465 (gdb_exit): Rename it to ...
2466 (gdbserver_gdb_exit): ... Close GDBserver.
2467 (gdb_exit): New proc, call gdbserver_gdb_exit.
2468 (mi_gdb_exit): Likewise.
2469
2470 2016-09-22 Yao Qi <yao.qi@linaro.org>
2471
2472 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2473 path.
2474 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2475 Remove duplication.
2476
2477 2016-09-22 Yao Qi <yao.qi@linaro.org>
2478
2479 * lib/gdbserver-support.exp: Check the existence of
2480 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2481
2482 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2483
2484 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2485
2486 2016-09-21 Tom Tromey <tom@tromey.com>
2487
2488 PR gdb/20604:
2489 * gdb.base/quit.exp: New file.
2490
2491 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2492
2493 * .gitignore: New file.
2494
2495 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2496
2497 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2498 throughout.
2499
2500 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2501
2502 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2503
2504 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2505
2506 * gdb.cp/casts.cc (decltype): Move it ...
2507 (main): ... with its call to ...
2508 * gdb.cp/casts03.cc: ... a new file.
2509 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2510
2511 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2512
2513 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2514
2515 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
2516
2517 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2518 and sync up the test with tests in gas/testsuite/gas/ppc.
2519 * gdb.arch/powerpc-power.exp: Likewise.
2520
2521 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2522
2523 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2524
2525 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
2526 Jan Kratochvil <jan.kratochvil@redhat.com>
2527
2528 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2529 make m1's definition to be different from m2's. Use 'dummy' as an
2530 argument for probe 'two'.
2531
2532 2016-09-10 Jon Beniston <jon@beniston.com>
2533
2534 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2535 for sim target.
2536
2537 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2538
2539 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2540 variable declaration.
2541 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
2542 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2543 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2544 received HWCAP as its argument.
2545
2546 2016-09-06 Pedro Alves <palves@redhat.com>
2547
2548 * gdb.base/new-ui-pending-input.c: New file.
2549 * gdb.base/new-ui-pending-input.exp: New file.
2550 * gdb.exp (clear_gdb_spawn_id): New procedure.
2551 (with_spawn_id): Check whether gdb_spawn_id exists before
2552 referencing it. If gdb_spawn_id didn't exist on entry, clear it
2553 on exit.
2554
2555 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2556
2557 * gdb.base/float128.c: New file.
2558 * gdb.base/float128.exp: Likewise.
2559 * gdb.base/floatn.c: Likewise.
2560 * gdb.base/floatn.exp: Likewise.
2561
2562 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2563
2564 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2565
2566 2016-09-05 Pedro Alves <palves@redhat.com>
2567
2568 PR backtrace/19927
2569 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2570 unwinders are immediately called as side effect of "source" or
2571 "disable unwinder" commands.
2572 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2573
2574 2016-09-02 Yao Qi <yao.qi@linaro.org>
2575
2576 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2577 is true and $type is "float" or "double".
2578
2579 2016-09-02 Yao Qi <yao.qi@linaro.org>
2580
2581 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2582 true.
2583 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2584 * gdb.base/call-rt-st.exp: Likewise.
2585 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2586 return value instead of gdb,skip_float_test.
2587 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2588 (do_function_calls): Use its return value instead of
2589 gdb,skip_float_test.
2590 * gdb.base/finish.exp: Likewise.
2591 * gdb.base/funcargs.exp: Likewise.
2592 * gdb.base/return.exp: Likewise.
2593 * gdb.base/return2.exp: Likewise.
2594 * gdb.base/varargs.exp: Likewise.
2595 * lib/gdb.exp (gdb_skip_float_test): Change it to
2596 gdb_caching_proc. Detect the broken ptrace on arm-linux.
2597
2598 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2599
2600 * gdb.multi/tids.exp: Test "thread apply all".
2601
2602 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2603
2604 * gdb.base/default.exp (tty): Remove.
2605
2606 2016-08-24 Kevin Buettner <kevinb@redhat.com>
2607
2608 * gdb.python/py-recurse-unwind.c: New file.
2609 * gdb.python/py-recurse-unwind.py: New file.
2610 * gdb.python/py-recurse-unwind.exp: New file.
2611
2612 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2613
2614 * gdb.base/set-inferior-tty.exp: New file.
2615 * gdb.base/set-inferior-tty.c: New file.
2616
2617 2016-08-23 Pedro Alves <palves@redhat.com>
2618
2619 PR gdb/20494
2620 * gdb.base/new-ui-echo.c: New file.
2621 * gdb.base/new-ui-echo.exp: New file.
2622
2623 2016-08-23 Yao Qi <yao.qi@linaro.org>
2624
2625 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2626 gdbserver_spawn.
2627 * gdb.server/connect-without-multi-process.exp (do_test):
2628 Likewise.
2629
2630 2016-08-23 Yao Qi <yao.qi@linaro.org>
2631
2632 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2633 standalone_txt. Delete gdb_txt and standalone_txt on host
2634 and target. Spawn the binary on target. Copy files from
2635 target to host.
2636
2637 2016-08-22 Pedro Alves <palves@redhat.com>
2638
2639 PR gdb/20505
2640 * gdb.base/vdso-warning.exp: Test core dumps too. Use
2641 with_test_prefix. Factor out bits to ...
2642 (test_no_vdso): ... this new procedure.
2643
2644 2016-08-19 Carl Love <cel@us.ibm.com>
2645
2646 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2647 maintaining separate logic for constructing the output path.
2648 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2649 * gdb.arch/ppc-dfp.exp: Likewise.
2650 * gdb.arch/ppc-fp.exp: Likewise.
2651 * gdb.arch/vsx-regs.exp: Likewise.
2652 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2653 binprefix for generating the additional binary files.
2654
2655 2016-08-19 Pedro Alves <palves@redhat.com>
2656
2657 * gdb.trace/mi-trace-frame-collected.exp
2658 (test_trace_frame_collected): On x32, expect two registers.
2659
2660 2016-08-18 Carl Love <cel@us.ibm.com>
2661
2662 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2663 and sync up the test with tests in gas/testsuite/gas/ppc.
2664 * gdb.arch/powerpc-power.exp: Likewise.
2665
2666 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2667
2668 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2669 expected error message.
2670
2671 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2672
2673 * gdb.multi/remove-inferiors.exp: New file.
2674 * gdb.multi/remove-inferiors.c: New file.
2675
2676 2016-08-12 Yao Qi <yao.qi@linaro.org>
2677
2678 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
2679 argument list.
2680
2681 2016-08-10 Pedro Alves <palves@redhat.com>
2682
2683 PR gdb/19187
2684 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
2685 setup_kfails.
2686
2687 2016-08-09 Pedro Alves <palves@redhat.com>
2688 Simon Marchi <simon.marchi@ericsson.com>
2689
2690 PR gdb/20418
2691 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
2692 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
2693
2694 2016-08-09 Pedro Alves <palves@redhat.com>
2695
2696 PR mi/20431
2697 * gdb.mi/mi-cmd-error.exp: New file.
2698
2699 2016-08-09 Pedro Alves <palves@redhat.com>
2700
2701 PR gdb/18653
2702 * gdb.base/signals-state-child.c: New file.
2703 * gdb.base/signals-state-child.exp: New file.
2704 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
2705
2706 2016-08-09 Pedro Alves <palves@redhat.com>
2707
2708 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
2709
2710 2016-08-03 Tom Tromey <tom@tromey.com>
2711
2712 PR python/18565:
2713 * gdb.python/py-frame-inline.exp: Add Frame.function test.
2714
2715 2016-08-01 Yao Qi <yao.qi@linaro.org>
2716
2717 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
2718 variable mode to "multi-process" if $multi_process is 1, otherwise
2719 set it to "single-process".
2720
2721 2016-08-01 Yao Qi <yao.qi@linaro.org>
2722
2723 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
2724 * gdb.cp/cpexprs.exp: Likewise.
2725 * gdb.cp/m-static.exp: Likewise.
2726
2727 2016-07-26 Tom Tromey <tom@tromey.com>
2728
2729 PR python/20190:
2730 * gdb.threads/tls.exp (check_thread_local): Add python symbol
2731 test.
2732
2733 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
2734
2735 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
2736 selecting assembly source files.
2737 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
2738 assembly source files.
2739 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
2740 assembly source files.
2741 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
2742 selecting assembly source files.
2743
2744 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
2745
2746 * gdb.base/new-ui.exp (do_test_invalid_args): New
2747 procedure.
2748
2749 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
2750
2751 * gdb.btrace/reconnect.c: New file.
2752 * gdb.btrace/reconnect.exp: New file.
2753
2754 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
2755
2756 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
2757 to test_catch_syscall_group.
2758 (test_catch_syscall_group): New.
2759
2760 2016-07-21 Tom Tromey <tom@tromey.com>
2761
2762 * gdb.rust/simple.rs (main): Use empty struct expression.
2763 * gdb.rust/simple.exp: Add tests for empty struct expression.
2764
2765 2016-07-21 Yao Qi <yao.qi@linaro.org>
2766
2767 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
2768 if gdb_skip_xml_test is true on some targets.
2769
2770 2016-07-21 Yao Qi <yao.qi@linaro.org>
2771
2772 * gdb.server/solib-list.exp: Unset last_loaded_file.
2773
2774 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2775
2776 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
2777 "step into captured_main (args)".
2778
2779 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2780
2781 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
2782
2783 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2784
2785 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
2786
2787 2016-07-19 Pedro Alves <palves@redhat.com>
2788
2789 * gdb.opt/inline-break.exp: Remove optimize=-O2.
2790 * gdb.opt/inline-bt.exp: Likewise.
2791 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
2792 additional_flags=-Winline.
2793 * gdb.opt/inline-locals.exp: Likewise.
2794 * gdb.opt/inline-markers.c (ATTR): Define.
2795 (inlined_fn): Use it.
2796
2797 2016-07-19 Yao Qi <yao.qi@linaro.org>
2798
2799 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
2800 (test_with_self): Remove some code. Remove argument executable.
2801 (top-level): Use do_self_tests.
2802
2803 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
2804 Don Breazeal <donb@codesourcery.com>
2805
2806 * gdb.base/maint.exp: Escape paths used in regular expressions.
2807 * gdb.stabs/weird.exp: Likewise.
2808
2809 2016-07-13 Tom Tromey <tom@tromey.com>
2810
2811 PR python/15620, PR python/18620:
2812 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
2813 (test_bkpt_events): New procs.
2814
2815 2016-07-13 Tom Tromey <tom@tromey.com>
2816
2817 PR python/17698:
2818 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
2819 test.
2820 (test_watchpoints): Likewise.
2821 (test_bkpt_pending): New proc.
2822
2823 2016-07-13 Tom Tromey <tom@tromey.com>
2824
2825 PR cli/18053:
2826 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
2827 completion test.
2828
2829 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2830
2831 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
2832 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
2833 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
2834 f_label.
2835 (g): Rename g_end_lbl to g_label.
2836 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
2837 low_pc and high_pc.
2838 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
2839
2840 2016-07-12 Tom Tromey <tom@tromey.com>
2841
2842 PR python/19293:
2843 * gdb.python/py-unwind-maint.exp: Update tests.
2844
2845 2016-07-12 Yao Qi <yao.qi@linaro.org>
2846
2847 * lib/selftest-support.exp (selftest_setup): Match the output
2848 when captured_main is inlined.
2849
2850 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
2851
2852 * gdb.fortran/derived-types.exp (result_line, result_line_2):
2853 New variables.
2854 (print this%a, print this%b, print this): New tests.
2855 * gdb.fortran/derived-types.f90 (this): New object and
2856 initialization.
2857
2858 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2859
2860 * gdb.ada/arraydim.exp: Remove extra directory level in build
2861 directory.
2862
2863 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2864
2865 * lib/ada.exp: Remove extra directory level in build directory.
2866 * gdb.ada/cond_lang.exp: Likewise.
2867 * gdb.ada/exec_changed.exp: Likewise.
2868 * gdb.ada/lang_switch.exp: Likewise.
2869
2870 2016-07-06 Manish Goregaokar <manish@mozilla.com>
2871
2872 * simple.rs: Add test for raw pointer subscripting.
2873 * simple.exp: Add test expectations.
2874
2875 2016-07-05 Yao Qi <yao.qi@linaro.org>
2876
2877 * gdb.mi/mi-reverse.exp: Match =record-started output.
2878
2879 2016-07-01 Pedro Alves <palves@redhat.com>
2880
2881 * gdb.base/jit-reader.exp (info_registers_current_frame): New
2882 procedure.
2883 (jit_reader_test): Test the jit reader's unwinder.
2884 * gdb.base/jithost.c (jit_function_00_code): New global.
2885 (main): Use memcpy to fill in the mmapped code, instead of poking
2886 bytes manually here.
2887 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
2888 value.
2889 (read_debug_info): Save the function's range.
2890 (read_sp): New function.
2891 (unwind_frame): Use it. Also unwind RBP.
2892 (get_frame_id): Use read_sp.
2893 (gdb_init_reader): Use calloc instead of malloc.
2894 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
2895 parameter. Use gdb_test_multiple.
2896
2897 2016-07-01 Pedro Alves <palves@redhat.com>
2898 Antoine Tremblay <antoine.tremblay@ericsson.com>
2899
2900 * gdb.threads/process-dies-while-detaching.c: New file.
2901 * gdb.threads/process-dies-while-detaching.exp: New file.
2902
2903 2016-07-01 Pedro Alves <palves@redhat.com>
2904
2905 * gdb.multi/watchpoint-multi-exit.c: New file.
2906 * gdb.multi/watchpoint-multi-exit.exp: New file.
2907
2908 2016-06-30 Pedro Alves <palves@redhat.com>
2909
2910 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
2911 unset inferior_spawn_id.
2912
2913 2016-06-30 Pedro Alves <palves@redhat.com>
2914
2915 * lib/mi-support.exp (default_mi_gdb_start): Declare global
2916 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
2917
2918 2016-06-29 Yao Qi <yao.qi@linaro.org>
2919
2920 * gdb.base/return.c: Add copyright header.
2921
2922 2016-06-29 Tom Tromey <tom@tromey.com>
2923
2924 PR python/20129:
2925 * gdb.python/py-framefilter.exp: Add tests for setting priority
2926 and disabling of non-existent frame filter.
2927
2928 2016-06-29 Yao Qi <yao.qi@linaro.org>
2929
2930 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
2931 0x0f07ff.
2932
2933 2016-06-28 Yao Qi <yao.qi@linaro.org>
2934
2935 * gdb.base/catch-syscall.exp: Remove check on isnative and target
2936 triplets. Start gdb, execute catch syscall, and continue. Check
2937 gdb's output to determine catch syscall is supported.
2938
2939 2016-06-27 Manish Goregaokar <manish@mozilla.com>
2940
2941 * gdb.rust/simple.rs: Add test for returning unit in a function.
2942 * gdb.rust/simple.exp: Add expectation for functions returning
2943 unit.
2944
2945 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
2946
2947 * gdb.python/py-breakpoint-create-fail.c,
2948 gdb.python/py-breakpoint-create-fail.exp,
2949 gdb.python/py-breakpoint-create-fail.py: New testcase.
2950
2951 2016-06-25 Manish Goregaokar <manish@mozilla.com>
2952
2953 PR gdb/20239
2954 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
2955 * gdb.rust/simple.exp: Add test expectations for new NonZero
2956 tests.
2957
2958 2016-06-24 David Taylor <dtaylor@emc.com>
2959
2960 * gdb.base/offsets.exp: New file.
2961 * gdb.base/offsets.c: New file.
2962
2963 2016-06-23 Tom Tromey <tom@tromey.com>
2964
2965 PR gdb/16483:
2966 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
2967 before any filters are loaded.
2968
2969 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
2970
2971 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
2972 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
2973 structs.
2974 * gdb.fortran/derived-type-function.exp: New file.
2975 * gdb.fortran/derived-type-function.f90: New file.
2976
2977
2978 2016-06-21 Pedro Alves <palves@redhat.com>
2979
2980 * gdb.base/new-ui.exp: New file.
2981 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
2982 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
2983 (with_spawn_id): New procedure.
2984
2985 2016-06-21 Pedro Alves <palves@redhat.com>
2986
2987 * gdb.mi/mi-exec-run.exp: New file.
2988
2989 2016-06-21 Pedro Alves <palves@redhat.com>
2990
2991 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
2992 breakpoint command's output on the main UI.
2993 (test_break): New procedure, factored out from calls in the top
2994 level.
2995 (top level): Use foreach_with_prefix to test MI as main UI and as
2996 separate UI.
2997
2998 2016-06-21 Pedro Alves <palves@redhat.com>
2999
3000 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
3001 (test_awatch_creation_and_listing)
3002 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
3003 Remove 'type' parameter.
3004 (test_watchpoint_all): New parameter mi_mode. Remove
3005 with_test_prefix.
3006 (top level): Use foreach_with_prefix, and add main/separate UI MI
3007 testing axis.
3008
3009 2016-06-21 Pedro Alves <palves@redhat.com>
3010
3011 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
3012 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
3013 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
3014 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
3015 (gdb_main_spawn_id, mi_spawn_id): Declare and
3016 comment.
3017 (mi_create_inferior_pty): New procedure,
3018 factored out from default_mi_gdb_start.
3019 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
3020 procedures.
3021 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
3022 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
3023 Use mi_create_inferior_pty.
3024 (mi_gdb_start): Use eval to pass down args list.
3025
3026 2016-06-21 Pedro Alves <palves@redhat.com>
3027
3028 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
3029 * gdb.opt/inline-cmds.exp: Add MI tests.
3030
3031 2016-06-21 Pedro Alves <palves@redhat.com>
3032
3033 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
3034
3035 2016-06-21 Pedro Alves <palves@redhat.com>
3036
3037 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
3038 (top level): Use it instead of mi_execute_to.
3039
3040 2016-06-21 Pedro Alves <palves@redhat.com>
3041
3042 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
3043 (cont_handler_str): New.
3044 (signal_stop_handler): Set stop_handler_str instead of printing to
3045 stdout.
3046 (continue_handler): Set cont_handler_str instead of printing to
3047 stdout.
3048 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
3049 mi_send_resuming_command. Print stop_handler_str and
3050 cont_handler_str instead of expecting the python events print
3051 directly.
3052
3053 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3054
3055 * gdb.base/jit-reader.exp: New file.
3056 * gdb.base/jithost.c: New file.
3057 * gdb.base/jithost.h: New file.
3058 * gdb.base/jitreader.c : New file.
3059 * gdb.base/jit-protocol.h: New file.
3060
3061 2016-06-17 Yao Qi <yao.qi@linaro.org>
3062
3063 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
3064 parameters follow_fork and detach_on_fork. Set follow-fork-mode
3065 and detach-on-fork. Adjust tests.
3066 (top level): Invoke break_cond_on_syscall with combinations of
3067 syscall, follow-fork-mode and detach-on-fork.
3068
3069 2016-06-17 Yao Qi <yao.qi@linaro.org>
3070
3071 * gdb.base/step-over-exit.c: New.
3072 * gdb.base/step-over-exit.exp: New.
3073
3074 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
3075
3076 * gdb.base/float.exp: Add target check for nds32*-*-*.
3077 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
3078
3079 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
3080
3081 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
3082 for unsupported target features.
3083 * gdb.base/call-rt-st.exp: Likewise.
3084 * gdb.base/call-sc.exp: Likewise.
3085 * gdb.base/call-signal-resume.exp: Likewise.
3086 * gdb.base/call-strs.exp: Likewise.
3087 * gdb.base/callexit.exp: Likewise.
3088 * gdb.base/callfuncs.exp: Likewise.
3089 * gdb.base/nodebug.exp: Likewise.
3090 * gdb.base/printcmds.exp: Likewise.
3091 * gdb.base/ptype.exp: Likewise.
3092 * gdb.base/structs.exp: Likewise.
3093 * gdb.base/unwindonsignal.exp: Likewise.
3094 * gdb.cp/gdb2495.exp: Likewise.
3095 * gdb.cp/templates.exp: Likewise.
3096 * gdb.cp/virtfunc.exp: Likewise.
3097 * gdb.threads/hand-call-in-threads.exp: Likewise.
3098 * gdb.threads/interrupted-hand-call.exp: Likewise.
3099 * gdb.threads/thread-unwindonsignal.exp: Likewise.
3100
3101 2016-06-10 Tom Tromey <tom@tromey.com>
3102
3103 PR rust/20110:
3104 * gdb.rust/expr.exp: Add test for integer constant larger than
3105 i32.
3106
3107 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
3108
3109 * gdb.fortran/nested-funcs.exp: New.
3110 * gdb.fortran/nested-funcs.f90: New.
3111
3112 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
3113
3114 * gdb.base/examine-backward.c: New file.
3115 * gdb.base/examine-backward.exp: New file.
3116
3117 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
3118
3119 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3120 matching.
3121
3122 2016-06-02 Tom Tromey <tom@tromey.com>
3123
3124 PR python/18984:
3125 * gdb.python/py-shared.exp: Add solib_name test.
3126
3127 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
3128
3129 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
3130
3131 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
3132
3133 PR c++/19893
3134 * gdb.dwarf2/implref.exp: Rename to...
3135 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
3136 * gdb.dwarf2/implref-array.c: New file.
3137 * gdb.dwarf2/implref-array.exp: Likewise.
3138 * gdb.dwarf2/implref-global.c: Likewise.
3139 * gdb.dwarf2/implref-global.exp: Likewise.
3140 * gdb.dwarf2/implref-struct.c: Likewise.
3141 * gdb.dwarf2/implref-struct.exp: Likewise.
3142
3143 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3144
3145 * gdb.trace/trace-condition.exp: Add 64bit tests.
3146
3147 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3148
3149 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3150 bits types.
3151 (main): Adapt to 8 to 64 bits types.
3152 * gdb.trace/trace-condition.exp: Add new tests.
3153
3154 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3155
3156 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3157
3158 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3159
3160 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3161 Move condition tests...
3162 * gdb.trace/trace-condition.exp: Here.
3163
3164 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3165
3166 * gdb.trace/trace-condition.exp: Add counter-case tests.
3167
3168 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3169
3170 PR c++/15231
3171 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3172 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3173
3174 2016-05-27 Pedro Alves <palves@redhat.com>
3175
3176 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3177 New procedure.
3178 (top level): Call it, and bail out of DejaGnu is known to be bad.
3179
3180 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
3181
3182 * gdb.base/whatis.c: Extend the test case.
3183 * gdb.base/whatis.exp: Add additional tests.
3184
3185 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3186
3187 * gdb.fortran/type.f90: Add pointer variable.
3188 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3189
3190 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3191
3192 * gdb.fortran/vla-type.exp: Fix testcase name.
3193
3194 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3195
3196 * gdb.fortran/vla-type.exp: Access elements in nested structs.
3197
3198 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3199
3200 * gdb.fortran/type.f90: Add nested structures.
3201 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3202 * gdb.fortran/derived-type.exp: Adapt expected output.
3203 * gdb.fortran/vla-type.exp: Adapt expected output.
3204
3205 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3206
3207 * gdb.fortran/whatis_type.exp: Adapt expected output.
3208
3209 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3210
3211 * gdb.fortran/print_type.exp: Fix expected output.
3212 * gdb.fortran/whatis_type.exp: Fix expected output.
3213
3214 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3215
3216 * gdb.fortran/whatis_type.exp: Use multi_line.
3217
3218 2016-05-24 Tom Tromey <tom@tromey.com>
3219
3220 PR python/17386:
3221 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3222 use value as an index.
3223
3224 2016-05-23 Tom Tromey <tom@tromey.com>
3225
3226 PR python/17981:
3227 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3228 no-breakpoint case.
3229
3230 2016-05-24 Pedro Alves <palves@redhat.com>
3231
3232 PR gdb/19828
3233 * gdb.threads/clone-attach-detach.c: New file.
3234 * gdb.threads/clone-attach-detach.exp: New file.
3235
3236 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3237
3238 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3239
3240 2016-05-23 Tom Tromey <tom@tromey.com>
3241
3242 PR python/19438, PR python/18393:
3243 * gdb.python/py-progspace.exp: Add "dir" test.
3244 * gdb.python/py-objfile.exp: Add "dir" test.
3245
3246 2016-05-23 Yao Qi <yao.qi@linaro.org>
3247
3248 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3249 * gdb.arch/thumb2-it.exp: Likewise.
3250
3251 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3252
3253 * gdb.mi/mi-threads-interrupt.c: New file.
3254 * gdb.mi/mi-threads-interrupt.exp: New file.
3255
3256 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3257
3258 PR gdb/18077
3259 * gdb.mi/mi-async-run.exp: New file.
3260 * gdb.mi/mi-async-run.c: New file.
3261
3262 2016-05-17 Tom Tromey <tom@tromey.com>
3263 Manish Goregaokar <manishsmail@gmail.com>
3264
3265 * lib/rust-support.exp: New file.
3266 * lib/gdb.exp (skip_rust_tests): New proc.
3267 (build_executable_from_specs): Handle rust.
3268 * lib/future.exp (gdb_find_rustc): New proc.
3269 (gdb_default_target_compile): Handle rust.
3270 * gdb.rust/expr.exp: New file.
3271 * gdb.rust/generics.exp: New file.
3272 * gdb.rust/generics.rs: New file.
3273 * gdb.rust/methods.exp: New file.
3274 * gdb.rust/methods.rs: New file.
3275 * gdb.rust/modules.exp: New file.
3276 * gdb.rust/modules.rs: New file.
3277 * gdb.rust/simple.exp: New file.
3278 * gdb.rust/simple.rs: New file.
3279
3280 2016-05-17 Tom Tromey <tom@tromey.com>
3281
3282 * gdb.base/default.exp (set language): Add rust.
3283
3284 2016-05-17 Tom Tromey <tom@tromey.com>
3285
3286 * gdb.gdb/unittest.exp: New file.
3287
3288 2016-05-16 Yao Qi <yao.qi@linaro.org>
3289
3290 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3291 shell_prompt. Update shell_prompt_re.
3292
3293 2016-05-12 Doug Evans <dje@google.com>
3294
3295 PR symtab/19999
3296 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3297 $options when building executable.
3298 * gdb.dwarf2/fission-loclists-pie.S: New file.
3299 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3300
3301 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3302
3303 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3304 of [is_remote target],
3305
3306 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3307
3308 * lib/gdb.exp (use_gdb_stub): New procedure.
3309
3310 2016-05-03 Yunlian Jiang <yunlian@google.com>
3311 Doug Evans <dje@google.com>
3312
3313 PR symtab/19914
3314 * gdb.dwarf2/dwp-sepdebug.c: New file.
3315 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3316
3317 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3318
3319 * gdb.base/detach.exp: Remove is_remote check.
3320
3321 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3322
3323 * gdb.base/annota-input-while-running.exp: Don't check for
3324 [is_remote target]. Enable annotations after running to main.
3325 Remove unused "set test..." line.
3326
3327 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3328
3329 * gdb.trace/trace-enable-disable.exp: New file.
3330 * gdb.trace/trace-enable-disable.c: New file.
3331
3332 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3333
3334 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3335 use it in info sharedlibrary test.
3336 * gdb.trace/ftrace-lock.exp: Likewise.
3337 * gdb.trace/ftrace.exp: Likewise.
3338 * gdb.trace/range-stepping.exp: Likewise.
3339 * gdb.trace/trace-break.exp: Likewise.
3340 * gdb.trace/trace-condition.exp: Likewise.
3341 * gdb.trace/trace-mt.exp: Likewise.
3342
3343 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3344
3345 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3346 (gdb_load_shlib): ... this.
3347 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3348 gdb_load_shlib.
3349 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3350 * gdb.base/ctxobj.exp: Likewise.
3351 * gdb.base/dprintf-pending.exp: Likewise.
3352 * gdb.base/dso2dso.exp: Likewise.
3353 * gdb.base/fixsection.exp: Likewise.
3354 * gdb.base/gcore-relro.exp: Likewise.
3355 * gdb.base/gdb1555.exp: Likewise.
3356 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3357 * gdb.base/gnu-ifunc.exp: Likewise.
3358 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3359 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3360 * gdb.base/pending.exp: Likewise.
3361 * gdb.base/print-file-var.exp: Likewise.
3362 * gdb.base/print-symbol-loading.exp: Likewise.
3363 * gdb.base/shlib-call.exp: Likewise.
3364 * gdb.base/shreloc.exp: Likewise.
3365 * gdb.base/so-impl-ld.exp: Likewise.
3366 * gdb.base/solib-disc.exp: Likewise.
3367 * gdb.base/solib-nodir.exp: Likewise.
3368 * gdb.base/solib-overlap.exp: Likewise.
3369 * gdb.base/solib-symbol.exp: Likewise.
3370 * gdb.base/solib-weak.exp (do_test): Likewise.
3371 * gdb.base/sym-file.exp: Likewise.
3372 * gdb.base/symtab-search-order.exp: Likewise.
3373 * gdb.base/type-opaque.exp: Likewise.
3374 * gdb.base/unload.exp: Likewise.
3375 * gdb.base/watchpoint-solib.exp: Likewise.
3376 * gdb.compile/compile.exp: Likewise.
3377 * gdb.cp/gdb2384.exp: Likewise.
3378 * gdb.cp/infcall-dlopen.exp: Likewise.
3379 * gdb.cp/re-set-overloaded.exp: Likewise.
3380 * gdb.fortran/library-module.exp: Likewise.
3381 * gdb.opt/solib-intra-step.exp: Likewise.
3382 * gdb.python/py-finish-breakpoint.exp: Likewise.
3383 * gdb.python/py-shared.exp: Likewise.
3384 * gdb.reverse/solib-precsave.exp: Likewise.
3385 * gdb.reverse/solib-reverse.exp: Likewise.
3386 * gdb.server/solib-list.exp: Likewise.
3387 * gdb.threads/dlopen-libpthread.exp: Likewise.
3388 * gdb.threads/tls-shared.exp: Likewise.
3389 * gdb.threads/tls-so_extern.exp: Likewise.
3390 * gdb.trace/change-loc.exp: Likewise.
3391 * gdb.trace/ftrace-lock.exp: Likewise.
3392 * gdb.trace/ftrace.exp: Likewise.
3393 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3394 * gdb.trace/pending.exp: Likewise.
3395 * gdb.trace/range-stepping.exp: Likewise.
3396 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3397 (strace_info_marker): Likewise.
3398 (strace_probe_marker): Likewise.
3399 (strace_trace_on_same_addr): Likewise.
3400 (strace_trace_on_diff_addr): Likewise.
3401 * gdb.trace/trace-break.exp: Likewise.
3402 * gdb.trace/trace-condition.exp: Likewise.
3403 * gdb.trace/trace-mt.exp: Likewise.
3404
3405 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3406
3407 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3408 result of gdb_remote_download.
3409 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3410 * gdb.base/dso2dso.exp: Likewise.
3411 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3412 * gdb.base/print-file-var.exp: Likewise.
3413 * gdb.base/shlib-call.exp: Likewise.
3414 * gdb.base/shreloc.exp: Likewise.
3415 * gdb.base/solib-overlap.exp: Likewise.
3416 * gdb.base/solib-weak.exp (do_test): Likewise.
3417 * gdb.base/unload.exp: Likewise.
3418
3419 2016-04-27 Yao Qi <yao.qi@linaro.org>
3420
3421 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3422 exists.
3423
3424 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3425
3426 * vla-type.exp: Print structure from toplevel.
3427
3428 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3429
3430 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3431 of dynamic types.
3432 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3433 of dynamic types.
3434
3435 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3436
3437 * gdb.fortran/vla-type.f90: New file.
3438 * gdb.fortran/vla-type.exp: New file.
3439
3440 2016-04-25 Yao Qi <yao.qi@linaro.org>
3441
3442 * gdb.base/branch-to-self.c: New file.
3443 * gdb.base/branch-to-self.exp: New file.
3444
3445 2016-04-22 Yao Qi <yao.qi@linaro.org>
3446
3447 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3448 more after $hex.
3449
3450 2016-04-22 Yao Qi <yao.qi@linaro.org>
3451
3452 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3453 * gdb.base/annota3.exp: Likewise.
3454
3455 2016-04-22 Yao Qi <yao.qi@linaro.org>
3456
3457 * gdb.reverse/step-precsave.exp: Do one step and test program
3458 stops in "callee" and do multiple steps until program goes out
3459 of "callee".
3460 * gdb.reverse/step-reverse.exp: Likewise.
3461
3462 2016-04-22 Yao Qi <yao.qi@linaro.org>
3463
3464 * gdb.trace/signal.exp: Also pass if
3465 $tracepoint_hits($i) > $iterations.
3466
3467 2016-04-22 Yao Qi <yao.qi@linaro.org>
3468
3469 * gdb.trace/signal.c: New file.
3470 * gdb.trace/signal.exp: New file.
3471
3472 2016-04-19 Doug Evans <xdje42@gmail.com>
3473
3474 * gdb.base/bad-file.exp: New file.
3475
3476 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3477
3478 * gdb.dwarf2/implref.exp: New file.
3479
3480 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3481
3482 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3483 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3484 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3485 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3486 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3487 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3488 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3489 * lib/fortran.exp (fortran_int4): New procedure.
3490 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3491 (fortran_logical4): Likewise.
3492
3493 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3494
3495 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3496
3497 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3498
3499 * lib/compiler.c: Add Intel specific preprocessor macros.
3500 * lib/compiler.cc: Likewise.
3501
3502 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
3503
3504 * gdb.server/connect-with-no-symbol-file.c: New file.
3505 * gdb.server/connect-with-no-symbol-file.exp: New file.
3506
3507 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3508
3509 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3510
3511 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3512
3513 * boards/gdbserver-base.exp (${board}_download): Copy source file to
3514 standard output directory.
3515
3516 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
3517
3518 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3519
3520 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
3521
3522 * gdb.btrace/instruction_history.c (loop): Add declaration.
3523
3524 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3525
3526 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3527
3528 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
3529
3530 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3531 parentheses to print.
3532 (continue_handler): Likewise.
3533
3534 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
3535
3536 * gdb.server/solib-list.exp: Remove is_remote check.
3537 Pass shlib= to gdb_compile. Don't link shared library with
3538 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
3539 Run binary filename through "readlink -f" on the target.
3540
3541 2016-04-08 Pedro Alves <palves@redhat.com>
3542
3543 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
3544 interpreter filename as argument to gdbserver_spawn.
3545 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3546 Return empty if $last_loaded_file does not exist.
3547
3548 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3549
3550 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3551 * gdb.base/jit-main.c: Use exit after usage.
3552
3553 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3554
3555 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3556 GDBHISTSIZE prior to the tests.
3557 * gdb.base/gdbinit-history.exp: Likewise.
3558
3559 2016-04-07 Pedro Alves <palves@redhat.com>
3560
3561 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3562 instead of build_executable. Use gdb_load_shlibs.
3563
3564 2016-04-07 Yao Qi <yao.qi@linaro.org>
3565
3566 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3567 Execute "si" command.
3568
3569 2016-04-07 Yao Qi <yao.qi@linaro.org>
3570
3571 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3572 number instead of the comments on some line.
3573
3574 2016-04-06 Don Breazeal <donb@codesourcery.com>
3575
3576 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3577 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3578
3579 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
3580
3581 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3582 standard_output_file. Remove unused binfile variable.
3583
3584 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
3585
3586 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3587 * gdb.python/py-mi-objfile.exp: Match "list main" output
3588 in console format.
3589
3590 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
3591
3592 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3593 absolute.
3594
3595 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3596
3597 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3598 absolute.
3599 * gdb.trace/ftrace.exp: Likewise.
3600 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3601 targets as well.
3602 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3603 (gdb_load_shlibs): Copy libraries to test directory when testing
3604 natively. Only set solib-search-path if testing remotely.
3605 * lib/mi-support.exp (mi_load_shlibs): Likewise.
3606
3607 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3608
3609 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3610 gdb_download. Use it even if the target is not remote.
3611 * gdb.base/jit.exp (compile_jit_test): Likewise.
3612 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3613 output directory if the destination board is local, otherwise use
3614 the standard remote_download from DejaGnu.
3615 (gdb_download): Remove.
3616 (gdb_load_shlibs): Use gdb_remote_download instead of
3617 gdb_download.
3618 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3619 Use gdb_remote_download instead of gdb_download. Use it even if
3620 the target is not remote.
3621 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3622 instead of gdb_download.
3623
3624 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
3625
3626 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3627 (test_insert_delete_modify): Call mi_load_shlibs before trying to
3628 run.
3629
3630 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
3631
3632 PR gdb/19820
3633 * gdb.base/printcmds.exp: Add artificial arrays tests.
3634
3635 2016-03-31 Pedro Alves <palves@redhat.com>
3636
3637 PR gdb/19858
3638 * gdb.base/jit-main.c: Include unistd.h.
3639 (ATTACH): Define to 0 if not already defined.
3640 (wait_for_gdb, mypid): New globals.
3641 (WAIT_FOR_GDB): New macro.
3642 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
3643 some breakpoint locations.
3644 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3645 New procedures.
3646 (one_jit_test): Add REATTACH parameter, and handle it. Use
3647 continue_to_test_location.
3648 (top level): Test attach, and adjusts calls to one_jit_test.
3649
3650 2016-03-31 Pedro Alves <palves@redhat.com>
3651
3652 PR gdb/19858
3653 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
3654 BINSUFFIX parameter, and handle it.
3655 (top level): Adjust calls compile_jit_test.
3656
3657 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
3658
3659 PR python/19743
3660 * gdb.python/py-mi-events-gdb.py: New file.
3661 * gdb.python/py-mi-events.c: New file.
3662 * gdb.python/py-mi-events.exp: New file.
3663
3664 2016-03-30 Yao Qi <yao.qi@linaro.org>
3665
3666 * gdb.reverse/until-precsave.exp: Match function name only.
3667 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3668 Move malloc to a condition block.
3669 * gdb.reverse/until-reverse.exp: Match function name only.
3670
3671 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
3672
3673 * gdb.trace/ftrace.exp: Set arg0exp for s390.
3674 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3675 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3676 variable for GPR 0 instead of assuming it is register 0.
3677 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
3678 * lib/trace-support.exp: Add s390 registers.
3679
3680 2016-03-29 Yao Qi <yao.qi@linaro.org>
3681
3682 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
3683
3684 2016-03-24 Yao Qi <yao.qi@linaro.org>
3685
3686 * gdb.reverse/break-reverse.exp: Add quotation mark in the
3687 test message.
3688
3689 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3690
3691 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
3692 maintaining separate logic for constructing the output path.
3693
3694 2016-03-16 Don Breazeal <donb@codesourcery.com>
3695
3696 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3697 Retry fork and waitpid on interrupted system call errors.
3698 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3699 Use with_timeout_factor to increase timeout by factor of 10.
3700
3701 2016-03-15 Don Breazeal <donb@codesourcery.com>
3702
3703 * gdb.cp/scope-err.cc: New test program.
3704 * gdb.cp/scope-err.exp: New test script.
3705 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
3706 lines and "set breakpoint here" comment.
3707 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
3708 Fixed some whitespace and format issues.
3709 * gdb.mi/mi-linespec-err-cp.cc: New test program.
3710 * gdb.mi/mi-linespec-err-cp.exp: New test script.
3711
3712 2016-03-15 Doug Evans <dje@google.com>
3713
3714 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
3715 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
3716 All callers updated. Add tests for enums, mixed flags register.
3717
3718 2016-03-15 Doug Evans <dje@google.com>
3719
3720 * gdb.base/skip.c (main): Call test_skip_file_and_function.
3721 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
3722
3723 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
3724
3725 * gdb.base/default.exp: Add $_as_string to the list of expected
3726 convenience functions.
3727
3728 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
3729
3730 * gdb.base/maint.exp: New tests for 'maint info line-table'.
3731
3732 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
3733
3734 * gdb.python/py-as-string.exp: New file.
3735 * gdb.python/py-as-string.c: New file.
3736
3737 2016-03-09 Pedro Alves <palves@redhat.com>
3738
3739 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
3740 signal" -> "Thread NN received signal" output change.
3741 * gdb.threads/ia64-sigill.exp: Likewise.
3742 * gdb.threads/linux-dp.exp: Likewise.
3743 * gdb.threads/manythreads.exp: Likewise.
3744 * gdb.threads/pending-step.exp: Likewise.
3745 * gdb.threads/print-threads.exp: Likewise.
3746 * gdb.threads/sigstep-threads.exp: Likewise.
3747 * gdb.threads/staticthreads.exp: Likewise.
3748 * gdb.threads/tls.exp: Likewise.
3749
3750 2016-03-09 Pedro Alves <palves@redhat.com>
3751
3752 * gdb.base/command-line-input.exp: New file.
3753
3754 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3755
3756 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
3757 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
3758 * gdb.trace/pending.exp: Accept leading dot before function name.
3759 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
3760 * lib/trace-support.exp: Set registers for ppc.
3761
3762 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3763
3764 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
3765 use it for disassembly; accept .main in addition to main in backtrace.
3766
3767 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
3768 Marcin Kościelnicki <koriakin@0x04.net>
3769
3770 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
3771 (gdb_recursion_test_ptr): New global variable.
3772 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
3773 gdb_recursion_test.
3774 (gdb_c_test): Ditto.
3775
3776 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3777
3778 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
3779 ordering.
3780
3781 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3782
3783 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
3784 (bar): Add bar_start_lbl label.
3785 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
3786 of foo/bar for emitting DWARF and tracing.
3787
3788 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
3789
3790 * analyze-racy-logs.py: Set executable bit.
3791
3792 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
3793
3794 * Makefile.in (DEFAULT_RACY_ITER): New variable.
3795 (CHECK_TARGET_TMP): Likewise.
3796 (check-single-racy): New rule.
3797 (check-parallel-racy): Likewise.
3798 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
3799 (do-check-parallel-racy): New rule.
3800 (check-racy/%.exp): Likewise.
3801 * README (Racy testcases): New section.
3802 * analyze-racy-logs.py: New file.
3803
3804 2016-03-03 Doug Evans <dje@google.com>
3805
3806 * gdb.base/skip.exp: Use with_test_prefix.
3807
3808 2016-03-03 Yao Qi <yao.qi@linaro.org>
3809
3810 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
3811 Invoke step_over_syscall "clone" and break_cond_on_syscall
3812 "clone".
3813 * gdb.base/step-over-clone.c: New file.
3814
3815 2016-03-03 Yao Qi <yao.qi@linaro.org>
3816
3817 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
3818 code format.
3819
3820 2016-03-03 Yao Qi <yao.qi@linaro.org>
3821
3822 * gdb.base/disp-step-fork.c: Rename to ...
3823 * gdb.base/step-over-fork.c: ... it. New file.
3824 * gdb.base/disp-step-vfork.c: Rename to ...
3825 * gdb.base/step-over-vfork.c: ... it. New file.
3826 * gdb.base/disp-step-syscall.exp: Rename to ...
3827 * gdb.base/step-over-syscall.exp: ... it. New file.
3828 (disp_step_cross_syscall): Rename to ...
3829 (step_over_syscall): ... it.
3830
3831 2016-03-03 Yao Qi <yao.qi@linaro.org>
3832
3833 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
3834 If target supports condition evaluation on target, invoke
3835 break_cond_on_syscall for fork and vfork.
3836
3837 2016-03-03 Yao Qi <yao.qi@linaro.org>
3838
3839 * gdb.base/disp-step-syscall.exp: Don't invoke
3840 support_displaced_stepping.
3841 (disp_step_cross_syscall): Test with displaced stepping off and
3842 on if supported.
3843
3844 2016-03-03 Yao Qi <yao.qi@linaro.org>
3845
3846 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
3847 proc.
3848 (setup): New proc.
3849 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
3850 and setup.
3851
3852 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3853
3854 * gdb.fortran/vla-history.exp: Remove breakpoint.
3855
3856 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3857
3858 * gdb.fortran/vla-history.exp: Lookup array elements and printing
3859 exceeds timeout.
3860
3861 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3862
3863 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
3864 breakpoint.
3865
3866 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3867
3868 * gdb.mi/vla.f90: Nullify pointer after declaration.
3869
3870 2016-03-01 Pedro Alves <palves@redhat.com>
3871
3872 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
3873
3874 2016-03-01 Pedro Alves <palves@redhat.com>
3875
3876 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
3877 before anything else.
3878 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
3879 _GNU_SOURCE here.
3880 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
3881 before anything else.
3882 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
3883
3884 2016-03-01 Pedro Alves <palves@redhat.com>
3885
3886 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
3887
3888 2016-03-01 Yao Qi <yao.qi@linaro.org>
3889
3890 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
3891 prepare_for_testing.
3892
3893 2016-03-01 Yao Qi <yao.qi@linaro.org>
3894
3895 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
3896
3897 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3898
3899 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
3900 manually constructing the output path.
3901
3902 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3903
3904 * gdb.arch/s390-stackless.S: New.
3905 * gdb.arch/s390-stackless.exp: New.
3906
3907 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
3908
3909 * gdb.dlang/circular.c: New file.
3910 * gdb.dlang/circular.exp: New file.
3911
3912 2016-02-26 Yao Qi <yao.qi@linaro.org>
3913
3914 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
3915 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
3916 (testcases): Update.
3917
3918 2016-02-26 Yao Qi <yao.qi@linaro.org>
3919
3920 * gdb.reverse/aarch64.c: Rename to ...
3921 * gdb.reverse/insn-reverse.c: ... it.
3922 * gdb.reverse/aarch64.exp: Rename to ...
3923 * gdb.reverse/insn-reverse.exp: ... it.
3924
3925 2016-02-26 Yao Qi <yao.qi@linaro.org>
3926
3927 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
3928 (testcase_ftype): New.
3929 (testcases): New array.
3930 (n_testcases): New.
3931 (main): Call each element in testcases.
3932 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
3933 (read_testcase): New.
3934 Do the tests in a loop.
3935
3936 2016-02-25 Yao Qi <yao.qi@linaro.org>
3937
3938 * gdb.base/branches.c: Remove.
3939
3940 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3941
3942 PR gdb/13808
3943 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
3944
3945 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3946
3947 * gdb.trace/ftrace.exp: Remove unnecessary target check.
3948
3949 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3950
3951 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
3952 change x86_64 call_insn to 'callq'.
3953
3954 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3955
3956 * gdb.trace/tfile-avx.c: Move to...
3957 * gdb.trace/tracefile-pseudo-reg.c: Here.
3958 * gdb.trace/tfile-avx.exp: Move to...
3959 * gdb.trace/tracefile-pseudo-reg.exp: Here.
3960
3961 2016-02-24 Gary Benson <gbenson@redhat.com>
3962
3963 * gdb.base/attach-pie-noexec.exp: Do not expect an error
3964 message on attach.
3965
3966 2016-02-23 Doug Evans <dje@google.com>
3967
3968 * gdb.base/skip.c (test_skip): New function.
3969 (end_test_skip_file_and_function): New function.
3970 (test_skip_file_and_function): New function.
3971 * gdb.base/skip1.c (test_skip): New function.
3972 (skip1_test_skip_file_and_function): New function.
3973 * gdb.base/skip.exp: Add tests for new skip options.
3974 * gdb.base/skip-solib.exp: Update expected output.
3975 * gdb.perf/skip-command.cc: New file.
3976 * gdb.perf/skip-command.exp: New file.
3977 * gdb.perf/skip-command.py: New file.
3978
3979 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
3980
3981 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
3982 info registers pattern.
3983
3984 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
3985
3986 * lib/future.exp: Add D support.
3987 (gdb_find_gdc): New proc.
3988 (gdb_default_target_compile): Add D support.
3989
3990 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
3991
3992 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
3993 user+system time.
3994 (trace_speed_test): Determine the iteration count for a time
3995 between 15..30 seconds.
3996
3997 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
3998
3999 * gdb.arch/i386-mpx-sigsegv.c: New file.
4000 * gdb.arch/i386-mpx-sigsegv.exp: New file.
4001 * gdb.arch/i386-mpx-simple_segv.c: New file.
4002 * gdb.arch/i386-mpx-simple_segv.exp: New file.
4003
4004 2016-02-18 Yao Qi <yao.qi@linaro.org>
4005
4006 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4007 Don't call setup_kfail.
4008
4009 2016-02-18 Yao Qi <yao.qi@linaro.org>
4010
4011 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4012 Set "set breakpoint condition-evaluation" per $cond_bp_target.
4013
4014 2016-02-16 Doug Evans <dje@google.com>
4015
4016 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
4017 * gdb.base/skip1.c: Ditto.
4018 * gdb.base/skip.exp: Whitespace cleanup.
4019
4020 2016-02-16 Don Breazeal <donb@codesourcery.com>
4021
4022 PR remote/19496
4023 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4024 Remove kfail for PR remote/19496.
4025
4026 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4027
4028 * lib/gdb.exp (standard_temp_file): Return a path specific to
4029 the runtest invocation.
4030
4031 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4032
4033 * gdb.trace/save-trace.exp: Change relative path to be in the
4034 standard output directory.
4035
4036 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4037
4038 * gdb.arch/i386-prologue.c: Add missing prototypes.
4039
4040 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4041
4042 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
4043 * gdb.arch/i386-prologue.exp: Likewise.
4044 * gdb.arch/i386-size.exp: Likewise.
4045
4046 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
4047
4048 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
4049 define object file path.
4050 * gdb.btrace/gcore.exp: Use standard_output_file to define core
4051 file path.
4052 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
4053 standard_output_file to define binfile.
4054
4055 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4056
4057 Fix compatibility with recent gfortran-5.3.1.
4058 * gdb.fortran/vla-history.exp (print vla1 allocated)
4059 (print vla2 allocated, print $2, print $3): Remove
4060 (print $4): Rename to ...
4061 (print $2): ... here.
4062 (print $9): Rename to ...
4063 (print $5): ... here.
4064 (print $10): Rename to ...
4065 (print $6): ... here.
4066 * gdb.fortran/vla.f90: Add pvla initialization.
4067
4068 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4069
4070 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
4071 New test.
4072 * gdb.fortran/vla-value-sub.exp: Likewise.
4073
4074 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
4075
4076 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
4077
4078 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
4079
4080 * i386-biarch-core.exp: Define corefile using
4081 standard_output_file.
4082
4083 2016-02-12 Yao Qi <yao.qi@linaro.org>
4084
4085 * gdb.arch/arm-single-step-kernel-helper.c: New.
4086 * gdb.arch/arm-single-step-kernel-helper.exp: New.
4087
4088 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4089
4090 * gdb.btrace/tailcall-only.exp: New.
4091 * gdb.btrace/tailcall-only.c: New.
4092 * gdb.btrace/x86_64-tailcall-only.S: New.
4093 * gdb.btrace/i686-tailcall-only.S: New.
4094
4095 2016-02-11 Pedro Alves <palves@redhat.com>
4096
4097 * README (Parallel testing): Add missing double quotes.
4098
4099 2016-02-11 Pedro Alves <palves@redhat.com>
4100
4101 * README (Parallel testing): New section.
4102 (GDB_PARALLEL): Rewrite.
4103 (FORCE_PARALLEL): Document.
4104
4105 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
4106
4107 * gdb.trace/tfile-avx.c: New test.
4108 * gdb.trace/tfile-avx.exp: New test.
4109
4110 2016-02-09 Keith Seitz <keiths@redhat.com>
4111
4112 PR breakpoints/19546
4113 * gdb.base/infcall-exec.c: New file.
4114 * gdb.base/infcall-exec2.c: New file.
4115 * gdb.base/infcall-exec.exp: New file.
4116
4117 2016-02-09 Keith Seitz <keiths@redhat.com>
4118
4119 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4120 (toplevel): Call test_bkpt_address.
4121
4122 2016-02-09 Keith Seitz <keiths@redhat.com>
4123
4124 PR python/19506
4125 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
4126 (toplevel): Call test_bkpt_address.
4127
4128 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
4129
4130 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4131 to AC_OUTPUT.
4132 * configure: Regenerate.
4133
4134 2016-02-09 Pedro Alves <palves@redhat.com>
4135
4136 PR breakpoints/19548
4137 * gdb.base/execl-update-breakpoints.c (some_function): New
4138 function.
4139 (main): Call it.
4140 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4141 Tighten expected GDB output.
4142
4143 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4144
4145 * Makefile.in (ALL_SUBDIRS): Remove.
4146 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4147 (distclean maintainer-clean realclean): Likewise.
4148 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4149 * configure: Regenerate.
4150 * gdb.ada/Makefile.in: Delete.
4151 * gdb.arch/Makefile.in: Likewise.
4152 * gdb.asm/Makefile.in: Likewise.
4153 * gdb.base/Makefile.in: Likewise.
4154 * gdb.btrace/Makefile.in: Likewise.
4155 * gdb.cell/Makefile.in: Likewise.
4156 * gdb.compile/Makefile.in: Likewise.
4157 * gdb.cp/Makefile.in: Likewise.
4158 * gdb.disasm/Makefile.in: Likewise.
4159 * gdb.dlang/Makefile.in: Likewise.
4160 * gdb.dwarf2/Makefile.in: Likewise.
4161 * gdb.fortran/Makefile.in: Likewise.
4162 * gdb.gdb/Makefile.in: Likewise.
4163 * gdb.go/Makefile.in: Likewise.
4164 * gdb.guile/Makefile.in: Likewise.
4165 * gdb.java/Makefile.in: Likewise.
4166 * gdb.linespec/Makefile.in: Likewise.
4167 * gdb.mi/Makefile.in: Likewise.
4168 * gdb.modula2/Makefile.in: Likewise.
4169 * gdb.multi/Makefile.in: Likewise.
4170 * gdb.objc/Makefile.in: Likewise.
4171 * gdb.opencl/Makefile.in: Likewise.
4172 * gdb.opt/Makefile.in: Likewise.
4173 * gdb.pascal/Makefile.in: Likewise.
4174 * gdb.perf/Makefile.in: Likewise.
4175 * gdb.python/Makefile.in: Likewise.
4176 * gdb.reverse/Makefile.in: Likewise.
4177 * gdb.server/Makefile.in: Likewise.
4178 * gdb.stabs/Makefile.in: Likewise.
4179 * gdb.threads/Makefile.in: Likewise.
4180 * gdb.trace/Makefile.in: Likewise.
4181 * gdb.xml/Makefile.in: Likewise.
4182 * lib/gdb.exp (make_gdb_parallel_path): Add check for
4183 GDB_PARALLEL.
4184 (standard_output_file): Remove check for GDB_PARALLEL, always
4185 return path in outputs/$subdir/$testname.
4186
4187 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4188
4189 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4190 (site.exp): Assign abs_srcdir to tcl's srcdir.
4191
4192 2016-02-04 Yao Qi <yao.qi@linaro.org>
4193
4194 * gdb.base/foll-exec-mode.c: Include limits.h.
4195 (main): Add parameters argc and argv. Get directory from
4196 argv[0].
4197 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4198 compilation.
4199 * gdb.base/foll-exec.c: Include limits.h.
4200 (main): Add parameters argc and argv.
4201 Get directory from argv[0].
4202 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4203 Adjust tests on the number of lines as source code changed.
4204 * gdb.base/foll-vfork-exit.c: Include limits.h.
4205 (main): Add one line of statement before vfork.
4206 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4207 (main): Add parameters argc and argv. Get directory from
4208 argv[0].
4209 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4210 (setup_gdb): Set tbreak to skip some source lines.
4211 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4212 (main): Add parameters argc and argv. Get directory from
4213 argv[0].
4214 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4215 compilation.
4216 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4217 (main): Add parameters argc and argv. Get directory from
4218 argv[0].
4219 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4220 compilation.
4221
4222 2016-02-01 Doug Evans <dje@google.com>
4223
4224 * gdb.base/skip.exp: Clean up multiple references to same test name.
4225
4226 2016-02-01 Pedro Alves <palves@redhat.com>
4227
4228 PR remote/19496
4229 * gdb.threads/forking-threads-plus-breakpoint.exp
4230 (displaced_stepping_supported): New global.
4231 (probe_displaced_stepping_support): New procedure.
4232 (do_test): Add 'displaced' parameter, and use it.
4233 (top level): Check for displaced stepping support. Add displaced
4234 stepping on/off testing axis.
4235
4236 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4237
4238 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4239 pointer. Don't perform further tests on the unassociated pointer
4240 if the first test fails.
4241
4242 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4243
4244 * gdb.base/max-value-size.c: New file.
4245 * gdb.base/max-value-size.exp: New file.
4246 * gdb.base/huge.exp: Disable max-value-size for this test.
4247
4248 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4249
4250 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4251
4252 2016-01-28 Yao Qi <yao.qi@linaro.org>
4253
4254 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4255
4256 2016-01-25 Pedro Alves <palves@redhat.com>
4257
4258 PR threads/19461
4259 * gdb.base/fork-running-state.c: New file.
4260 * gdb.base/fork-running-state.exp: New file.
4261
4262 2016-01-25 Pedro Alves <palves@redhat.com>
4263
4264 PR gdb/19494
4265 * gdb.base/catch-fork-kill.c: New file.
4266 * gdb.base/catch-fork-kill.exp: New file.
4267
4268 2016-01-25 Pedro Alves <palves@redhat.com>
4269
4270 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4271 Delete, moved to lib/gdb.exp.
4272 * gdb.threads/forking-threads-plus-breakpoint.exp
4273 (foreach_with_prefix): Likewise.
4274 * gdb.threads/process-dies-while-handling-bp.exp
4275 (foreach_with_prefix): Likewise.
4276 * lib/gdb.exp (foreach_with_prefix): New procedure.
4277
4278 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4279
4280 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4281 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4282
4283 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4284
4285 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4286 endian targets.
4287
4288 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4289 Pedro Alves <palves@redhat.com>
4290
4291 Fix testsuite compatibility with Guile.
4292 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4293 number.
4294
4295 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4296
4297 Fix testsuite compatibility with Guile.
4298 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4299 (thread 1): New test for backtrace through signal handler.
4300
4301 2016-01-22 Yao Qi <yao.qi@linaro.org>
4302
4303 PR testsuite/19491
4304 * gdb.base/multi-forks.c: Include
4305 ../lib/unbuffer_output.c
4306 (main): Call gdb_unbuffer_output.
4307
4308 2016-01-21 Doug Evans <dje@google.com>
4309
4310 * lib/ada.exp (gdb_compile_ada): Fix typo.
4311
4312 2016-01-21 Joel Brobecker <brobecker@adacore.com>
4313
4314 * gdb.base/break-fun-addr.exp: New file.
4315 * gdb.base/break-fun-addr1.c: New file.
4316 * gdb.base/break-fun-addr2.c: New file.
4317
4318 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4319
4320 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4321 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4322 enum flag values.
4323
4324 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4325
4326 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4327 when GDB can not set the vector return value. Add more comments
4328 for clarification.
4329
4330 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4331
4332 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4333 command.
4334
4335 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4336
4337 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4338
4339 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4340
4341 * Makefile.in (check-single): Pass --status to runtest.
4342 (check/%.exp): Likewise.
4343
4344 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4345
4346 * Makefile.in (check-parallel): Propagate return code from make
4347 do-check-parallel.
4348
4349 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4350
4351 * gdb.trace/ftrace.exp: Fix expected message on continue.
4352 * gdb.trace/pending.exp: Fix expected message on continue.
4353 * gdb.trace/trace-break.exp: Fix expected message on continue.
4354
4355 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4356
4357 * lib/gdb.exp (gdb_test): Remove unused global references.
4358
4359 2016-01-18 Pedro Alves <palves@redhat.com>
4360
4361 * gdb.base/async-shell.exp: Adjust expected output.
4362 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4363 * gdb.base/siginfo-thread.exp: Adjust expected output.
4364 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4365 * gdb.java/jnpe.exp: Adjust expected output.
4366 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4367 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4368 * gdb.threads/leader-exit.exp: Adjust expected output.
4369 * gdb.threads/manythreads.exp: Adjust expected output.
4370 * gdb.threads/pthreads.exp: Adjust expected output.
4371 * gdb.threads/schedlock.exp: Adjust expected output.
4372 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4373 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4374 expected output.
4375 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4376 output.
4377 * gdb.threads/sigthread.exp: Adjust expected output.
4378 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4379
4380 2016-01-18 Yao Qi <yao.qi@linaro.org>
4381
4382 * gdb.guile/scm-section-script.c: Replace @progbits with
4383 %progbits.
4384 * gdb.python/py-section-script.c: Likewise.
4385
4386 2016-01-15 Pedro Alves <palves@redhat.com>
4387
4388 * gdb.multi/tids.exp: Test star wildcard ranges.
4389
4390 2016-01-15 Pedro Alves <palves@redhat.com>
4391
4392 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4393 command from "thread apply" invocation.
4394 (thr_apply_info_thr_invalid): Default the expected output to the
4395 input tid list.
4396 (top level): Add tests that use convenience variables. Add tests
4397 for "thread apply" with a valid TID list, but missing the command.
4398
4399 2016-01-13 Pedro Alves <palves@redhat.com>
4400
4401 * gdb.base/default.exp: Expect $_gthread as well.
4402 * gdb.multi/tids.exp: Test $_gthread.
4403 * gdb.threads/thread-specific.exp: Test $_gthread.
4404
4405 2016-01-13 Pedro Alves <palves@redhat.com>
4406
4407 * gdb.multi/tids.exp: Test "info threads -gid".
4408
4409 2016-01-13 Pedro Alves <palves@redhat.com>
4410
4411 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4412 Breakpoint.thread.
4413 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4414
4415 2016-01-07 Pedro Alves <palves@redhat.com>
4416
4417 * gdb.base/break.exp: Adjust to output changes.
4418 * gdb.base/hbreak2.exp: Likewise.
4419 * gdb.base/sepdebug.exp: Likewise.
4420 * gdb.base/watch_thread_num.exp: Likewise.
4421 * gdb.linespec/keywords.exp: Likewise.
4422 * gdb.multi/info-threads.exp: Likewise.
4423 * gdb.threads/thread-find.exp: Likewise.
4424 * gdb.multi/tids.c: New file.
4425 * gdb.multi/tids.exp: New file.
4426
4427 2016-01-13 Pedro Alves <palves@redhat.com>
4428
4429 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4430
4431 2016-01-13 Pedro Alves <palves@redhat.com>
4432
4433 * gdb.base/default.exp: Expect $_inferior as well.
4434 * gdb.multi/base.exp: Test $_inferior.
4435
4436 2016-01-13 Pedro Alves <palves@redhat.com>
4437
4438 PR breakpoints/19388
4439 * gdb.base/catch-signal-siginfo-cond.c: New file.
4440 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4441
4442 2016-01-12 Josh Stone <jistone@redhat.com>
4443 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4444
4445 * gdb.base/catch-syscall.c (do_execve): New variable.
4446 (main): Conditionally trigger an execve.
4447 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4448 (test_catch_syscall_execve): New, check entry/return across execve.
4449 (do_syscall_tests): Call test_catch_syscall_execve.
4450
4451 2016-01-12 Pedro Alves <palves@redhat.com>
4452
4453 * gdb.base/random-signal.exp (do_test): New procedure, with body
4454 of testcase moved in.
4455
4456 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4457 Pedro Alves <palves@redhat.com>
4458
4459 * gdb.base/funcargs.exp (finish from indirectly called function):
4460 Reintroduce the case for 'First'.
4461
4462 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4463 Pedro Alves <palves@redhat.com>
4464
4465 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4466 (tcatch_vfork_then_child_follow_exec)
4467 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4468 identification.
4469
4470 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4471
4472 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4473 and repeats to unlimited.
4474 * gdb.python/py-value.exp: Likewise.
4475 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4476 and repeats to unlimited.
4477
4478 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4479
4480 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4481 and reordering the functions.
4482 * gdb.multi/hangout.c: Likewise.
4483 * gdb.multi/hello.c: Likewise.
4484
4485 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4486
4487 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4488 absolute.
4489 (SingleStatisticTestResult.report): Use dict.keys instead of
4490 dict.iterkeys.
4491
4492 2016-01-06 Pedro Alves <palves@redhat.com>
4493
4494 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4495
4496 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4497
4498 * gdb.btrace/dlopen.exp: New.
4499 * gdb.btrace/dlopen.c: New.
4500 * gdb.btrace/dlopen-dso.c: New.
4501
4502 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4503
4504 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4505 PATTERN argument is optional.
4506
4507 2015-12-24 Joel Brobecker <brobecker@adacore.com>
4508
4509 * lib/ada.exp (target_compile_ada_from_dir): New function.
4510 (gdb_compile_ada): Reimplement avoiding the use of project files.
4511 * gdb.ada/gnat_ada.gpr: Delete.
4512 * gdb.ada/cond_lang.exp: Adjust test to make path before
4513 filename optional.
4514 * gdb.ada/small_reg_param.exp: Likewise.
4515
4516 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
4517
4518 * gdb.base/foll-vork.exp: Remove HP-UX special case.
4519
4520 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
4521
4522 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4523 case.
4524
4525 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
4526
4527 * gdb.base/break.exp: Remove dead code.
4528 * gdb.base/sepdebug.exp: Likewise.
4529
4530 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4531
4532 * gdb.asm/asm-source.exp: Remove HP-UX references.
4533 * gdb.base/annota1.exp: Likewise.
4534 * gdb.base/annota3.exp: Likewise.
4535 * gdb.base/attach.exp: Likewise.
4536 * gdb.base/bigcore.exp: Likewise.
4537 * gdb.base/break.exp: Likewise.
4538 * gdb.base/call-ar-st.exp: Likewise.
4539 * gdb.base/callfuncs.exp: Likewise.
4540 * gdb.base/catch-fork-static.exp: Likewise.
4541 * gdb.base/display.exp: Likewise.
4542 * gdb.base/foll-exec-mode.exp: Likewise.
4543 * gdb.base/foll-exec.exp: Likewise.
4544 * gdb.base/foll-fork.exp: Likewise.
4545 * gdb.base/foll-vfork.exp: Likewise.
4546 * gdb.base/funcargs.exp: Likewise.
4547 * gdb.base/hbreak2.exp: Likewise.
4548 * gdb.base/inferior-died.exp: Likewise.
4549 * gdb.base/interrupt.exp: Likewise.
4550 * gdb.base/multi-forks.exp: Likewise.
4551 * gdb.base/nodebug.exp: Likewise.
4552 * gdb.base/sepdebug.exp: Likewise.
4553 * gdb.base/solib1.c: Likewise.
4554 * gdb.base/step-test.exp: Likewise.
4555 * gdb.mi/non-stop.c: Likewise.
4556 * gdb.mi/pthreads.c: Likewise.
4557 * gdb.multi/bkpt-multi-exec.ex: Likewise.
4558 * gdb.threads/pthreads.c: Likewise.
4559 * gdb.threads/staticthreads.exp: Likewise.
4560 * lib/future.exp: Likewise.
4561 * lib/gdb.exp: Likewise.
4562 * gdb.base/so-indr-cl.c: Remove.
4563 * gdb.base/so-indr-cl.exp: Likewise.
4564 * gdb.base/solib.c: Likewise.
4565 * gdb.base/solib.exp: Likewise.
4566 * gdb.base/solib2.c: Likewise.
4567
4568 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4569
4570 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4571 * gdb.base/call-ar-st.exp: Likewise.
4572 * gdb.base/callfuncs.exp: Likewise.
4573 * gdb.base/condbreak.exp: Likewise.
4574 * gdb.base/constvars.exp: Likewise.
4575 * gdb.base/hbreak2.exp: Likewise.
4576 * gdb.base/langs.exp: Likewise.
4577 * gdb.base/list.exp: Likewise.
4578 * gdb.base/long_long.exp: Likewise.
4579 * gdb.base/ptype.exp: Likewise.
4580 * gdb.base/scope.exp: Likewise.
4581 * gdb.base/signals.exp: Likewise.
4582 * gdb.base/so-impl-ld.exp: Likewise.
4583 * gdb.base/varargs.exp: Likewise.
4584 * gdb.base/volatile.exp: Likewise.
4585 * gdb.base/whatis.exp: Likewise.
4586 * gdb.cp/cplusfuncs.exp: Likewise.
4587 * gdb.cp/inherit.exp: Likewise.
4588 * gdb.cp/local.exp: Likewise.
4589 * gdb.cp/member-ptr.exp: Likewise.
4590 * gdb.cp/method.exp: Likewise.
4591 * gdb.cp/overload.exp: Likewise.
4592 * gdb.cp/templates.exp: Likewise.
4593 * gdb.stabs/weird.exp: Likewise.
4594 * lib/compiler.c: Likewise.
4595 * lib/compiler.cc: Likewise.
4596 * lib/cp-support.exp: Likewise.
4597 * lib/gdb.exp: Likewise.
4598
4599 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
4600
4601 * configure.ac: Remove HP-UX case.
4602 * configure: Regenerate.
4603
4604 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
4605
4606 * lib/gdb.exp (gdb_compile): Add function doc.
4607
4608 2015-12-17 Pedro Alves <palves@redhat.com>
4609
4610 PR threads/19354
4611 * gdb.multi/info-threads.exp: New file.
4612
4613 2015-12-15 Yao Qi <yao.qi@linaro.org>
4614
4615 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4616 is aarch64*-*-*.
4617
4618 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4619
4620 * gdb.base/history-duplicates.exp: Skip if no readline support.
4621
4622 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4623
4624 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4625
4626 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4627
4628 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4629
4630 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4631
4632 * gdb.base/completion.exp: Skip tests that interrupt GDB with
4633 ctrl-C if nointerrupts target property is set.
4634 * gdb.base/double-prompt-target-event-error.exp: Likewise.
4635 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4636 * gdb.base/paginate-bg-execution.exp: Likewise.
4637 * gdb.base/paginate-execution-startup.exp: Likewise.
4638 * gdb.base/random-signal.exp: Likewise.
4639 * gdb.base/range-stepping.exp: Likewise.
4640 * gdb.cp/annota2.exp: Likewise.
4641 * gdb.cp/annota3.exp: Likewise.
4642 * gdb.gdb/selftest.exp: Likewise.
4643 * gdb.threads/continue-pending-status.exp: Likewise.
4644 * gdb.threads/leader-exit.exp: Likewise.
4645 * gdb.threads/manythreads.exp: Likewise.
4646 * gdb.threads/pthreads.exp: Likewise.
4647 * gdb.threads/schedlock.exp: Likewise.
4648 * gdb.threads/sigthread.exp: Likewise.
4649
4650 2015-12-11 Don Breazeal <donb@codesourcery.com>
4651
4652 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4653 remote.
4654 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4655 * gdb.base/foll-exec.exp (main): Enable for target remote.
4656 * gdb.base/foll-fork.exp (main): Likewise.
4657 * gdb.base/foll-vfork.exp (main): Likewise.
4658 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4659 (proc continue_to_exit_bp_loc): Use clean_restart.
4660 * gdb.base/pie-execl.exp (main): Disable for target remote.
4661 * gdb.base/watch-vfork.exp (main): Enable for target remote.
4662 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4663 * gdb.threads/execl.exp (main): Likewise.
4664 * gdb.threads/fork-child-threads.exp (main): Likewise.
4665 * gdb.threads/fork-plus-threads.exp (main): Disable for target
4666 remote.
4667 * gdb.threads/fork-thread-pending.exp (main): Enable for target
4668 remote.
4669 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4670 pid.tid style ptids, instead of just tid.
4671 * gdb.threads/thread-execl.exp (main): Enable for target remote.
4672 * gdb.threads/watchpoint-fork.exp (main): Likewise.
4673 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4674 ptids, instead of just tid.
4675
4676 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4677
4678 * gdb.base/list.exp (test_list_forward): Add end of file error
4679 test.
4680 (test_repeat_list_command): Add end of file error test.
4681 (test_list_backwards): Add beginning of file error test.
4682
4683 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4684
4685 * gdb.base/list.exp (test_list_invalid_args): New function,
4686 defined, and called.
4687
4688 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4689
4690 * gdb.base/list.exp (test_list): Make test names unique.
4691
4692 2015-12-11 Yao Qi <yao.qi@linaro.org>
4693
4694 * gdb.base/coremaker2.c: Remove.
4695
4696 2015-12-10 Pedro Alves <palves@redhat.com>
4697
4698 * gdb.multi/base.exp: Remove stale "spaces" references.
4699
4700 2015-12-10 Pedro Alves <palves@redhat.com>
4701
4702 * gdb.multi/base.exp: Don't use nowarnings.
4703 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
4704 * gdb.multi/hangout.c: Include stdio.h.
4705 * gdb.multi/hello.c: Include stdlib.h.
4706 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
4707 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
4708 * gdb.multi/multi-arch.exp: Don't use nowarnings.
4709
4710 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
4711
4712 * gdb.dwarf2/dw2-ranges-base.c: New file.
4713 * gdb.dwarf2/dw2-ranges-base.exp: New file.
4714 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
4715 support additional line table, and debug ranges generation.
4716 (Dwarf::ranges): New function, generate .debug_ranges.
4717 (Dwarf::lines): Support generating simple line table programs.
4718 (Dwarf::assemble): Initialise new namespace variables.
4719
4720 2015-12-09 Kevin Buettner <kevinb@redhat.com>
4721
4722 * gdb.base/async.exp (proc test_background): Add case for
4723 asynchronous execution not supported.
4724
4725 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
4726
4727 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
4728 format and change test names to make them unique.
4729
4730 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
4731 Pedro Alves <pedro@redhat.com>
4732
4733 PR gdb/18702
4734 Add checking of floatformats setup on x86_64 hosts.
4735 * gdb.arch/i386-float.S (main): Load bigval and smallval.
4736 (smallval, bigval): New labels/constants.
4737 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
4738 float" after loading bigval and smallval.
4739
4740 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
4741
4742 * gdb.ada/fun_overload_menu.exp: New testcase.
4743 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
4744
4745 2015-12-04 Josh Stone <jistone@redhat.com>
4746
4747 * gdb.base/catch-fork-static.exp: New.
4748
4749 2015-12-03 Yao Qi <yao.qi@linaro.org>
4750
4751 * gdb.base/sizeof.c: Don't include stdio.h and
4752 ../lib/unbuffer_output.c.
4753 (main): New variable 'size' and 'value'. Remove printf and
4754 gdb_unbuffer_output. Assign return value to size and value.
4755 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
4756 at the beginning.
4757 (check_sizeof): Check the result by printing variable 'size'.
4758 (check_valueof): Check the result by printing variable 'value'.
4759
4760 2015-12-01 Yao Qi <yao.qi@linaro.org>
4761
4762 * gdb.base/disp-step-syscall.exp: Define syscall instruction
4763 for aarch64*-*-linux* target.
4764
4765 2015-11-30 Pedro Alves <palves@redhat.com>
4766
4767 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
4768
4769 2015-11-30 Pedro Alves <palves@redhat.com>
4770
4771 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
4772 Handle non-stop mode vCont replies.
4773
4774 2015-11-30 Pedro Alves <palves@redhat.com>
4775
4776 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
4777 prepare_for_testing. Start gdb with "set non-stop on" appended to
4778 GDBFLAGS. Lax expected stop output.
4779
4780 2015-11-27 Yao Qi <yao.qi@linaro.org>
4781
4782 * gdb.arch/arm-neon.exp: New.
4783 * gdb.arch/arm-neon.c: New.
4784
4785 2015-11-27 Yao Qi <yao.qi@linaro.org>
4786
4787 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
4788
4789 2015-11-27 Yao Qi <yao.qi@linaro.org>
4790
4791 * gdb.cp/annota2.exp: Allow multiple occurrences of the
4792 frames-invalid annotation.
4793
4794 2015-11-27 Yao Qi <yao.qi@linaro.org>
4795
4796 * gdb.cp/annota2.exp: Use ${frames_invalid}.
4797
4798 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
4799
4800 * gdb.threads/names.exp: New file.
4801 * gdb.threads/names.c: New file.
4802 * README: Mention gdb,no_thread_names.
4803
4804 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
4805
4806 PR 19297
4807 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
4808 support" error.
4809
4810 2015-11-24 Pedro Alves <palves@redhat.com>
4811
4812 PR 17539
4813 * gdb.base/display.exp: Expect displays to be sorted in ascending
4814 order. Use multi_line.
4815 * gdb.base/solib-display.exp: Likewise.
4816
4817 2015-11-24 Pedro Alves <palves@redhat.com>
4818
4819 PR 17539
4820 * gdb.base/display.exp: Expect displays to be sorted in ascending
4821 order. Use multi_line.
4822 * gdb.base/solib-display.exp: Likewise.
4823
4824 2015-11-24 Pedro Alves <palves@redhat.com>
4825
4826 PR 17539
4827 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
4828 threads in ascending order.
4829 * gdb.base/foll-fork.exp: Likewise.
4830 * gdb.base/foll-vfork.exp: Likewise.
4831 * gdb.base/multi-forks.exp: Likewise.
4832 * gdb.mi/mi-nonstop.exp: Likewise.
4833 * gdb.mi/mi-nsintrall.exp: Likewise.
4834 * gdb.multi/base.exp: Likewise.
4835 * gdb.multi/multi-arch.exp: Likewise.
4836 * gdb.python/py-inferior.exp: Likewise.
4837 * gdb.threads/break-while-running.exp: Likewise.
4838 * gdb.threads/execl.exp: Likewise.
4839 * gdb.threads/gcore-thread.exp: Likewise.
4840 * gdb.threads/info-threads-cur-sal.exp: Likewise.
4841 * gdb.threads/kill.exp: Likewise.
4842 * gdb.threads/linux-dp.exp: Likewise.
4843 * gdb.threads/multiple-step-overs.exp: Likewise.
4844 * gdb.threads/next-bp-other-thread.exp: Likewise.
4845 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
4846 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
4847 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
4848 * gdb.threads/thread-find.exp: Likewise.
4849 * gdb.threads/tls.exp: Likewise.
4850 * lib/mi-support.exp (mi_reverse_list): Delete.
4851 (mi_check_thread_states): No longer reverse list.
4852
4853 2015-11-24 Pedro Alves <palves@redhat.com>
4854
4855 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
4856 use lowercase.
4857
4858 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4859
4860 * gdb.trace/actions.c: Include trace-common.h.
4861 (main): Add a location for a fast tracepoint.
4862 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
4863 the normal tracepoints.
4864 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
4865
4866 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4867
4868 * save-trace.exp: Factor out code to these...
4869 (gdb_save_tracepoints): New.
4870 (gdb_load_tracepoints): New.
4871 (do_save_load_test): New.
4872
4873 2015-11-23 Kevin Buettner <kevinb@redhat.com>
4874
4875 * gdb.base/asmlabel.exp: New test.
4876 * gdb.base/asmlabel.c: New test case.
4877
4878 2015-11-23 Joel Brobecker <brobecker@adacore.com>
4879
4880 * gdb.base/wrong_frame_bt_full-main.c: New file.
4881 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
4882 * gdb.base/wrong_frame_bt_full.exp: New file.
4883
4884 2015-11-23 Joel Brobecker <brobecker@adacore.com>
4885
4886 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
4887
4888 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4889
4890 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
4891 pstate register when comparing registers values in
4892 sparc64-*-linux-gnu targets to avoid spurious differences.
4893
4894 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4895
4896 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
4897
4898 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
4899
4900 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
4901 as type argument to gdb_compile.
4902 * gdb.base/nested-subp2.exp: Likewise.
4903 * gdb.base/nested-subp3.exp: Likewise.
4904
4905 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
4906
4907 * lib/dwarf.exp (_note): Fix left shift of negative value.
4908 * gdb.trace/trace-condition.exp: Likewise.
4909
4910 2015-11-13 Yao Qi <yao.qi@linaro.org>
4911
4912 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
4913 comments about d10v.
4914 (test_scalar_returns): Likewise.
4915 * gdb.base/d10v.ld: Remove.
4916 * gdb.base/overlays.exp: Remove the target triplet checking for
4917 d10v-*-*.
4918 * gdb.base/structs.exp (test_struct_returns): Remove the
4919 comments about d10v.
4920 (test_struct_calls): Likewise.
4921
4922 2015-11-13 Yao Qi <yao.qi@linaro.org>
4923
4924 * gdb.base/gnu_vector.exp: Check the return value by "p res".
4925 * gdb.base/gnu_vector.c: Don't include stdio.h.
4926 (main): Don't print res and call add_some_intvecs.
4927
4928 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
4929
4930 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
4931 macro.
4932 (func5): Removed.
4933 (func4): Use FAST_TRACEPOINT_LABEL.
4934 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
4935 macro.
4936 (func): Removed.
4937 (thread_function): Use FAST_TRACEPOINT_LABEL.
4938 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
4939 (func): Remove.
4940 (marker): Use FAST_TRACEPOINT_LABEL.
4941 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
4942 (pendfunc1): Remove.
4943 (pendfunc): Use FAST_TRACEPOINT_LABEL.
4944 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
4945 (foo): Remove.
4946 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
4947 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
4948 macro.
4949 (func): Remove.
4950 (marker): Use FAST_TRACEPOINT_LABEL.
4951 * gdb.trace/trace-common.h: New header.
4952 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
4953 macro.
4954 (func): Remove.
4955 (marker): Use FAST_TRACEPOINT_LABEL.
4956 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
4957 (func): Remove.
4958 (thread_function): Use FAST_TRACEPOINT_LABEL.
4959
4960 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
4961
4962 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
4963 in front.
4964 * gdb.trace/change-loc.exp: Use global pcreg definition.
4965 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
4966 * gdb.trace/entry-values.exp: Use global spreg definition, add $
4967 in front.
4968 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
4969 * gdb.trace/pending.exp: Likewise.
4970 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
4971 * gdb.trace/trace-break.exp: Likewise.
4972 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
4973 in front.
4974 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
4975 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
4976 in front.
4977 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
4978
4979 2015-11-09 Joel Brobecker <brobecker@adacore.com>
4980
4981 * gdb.ada/fin_fun_out: New testcase.
4982
4983 2015-11-07 Kevin Buettner <kevinb@redhat.com>
4984
4985 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
4986 value associated with DW_AT_byte_size.
4987 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
4988 constants for DW_AT_byte_size, DW_AT_lower_bound, and
4989 DW_AT_upper_bound.
4990
4991 2015-11-07 Kevin Buettner <kevinb@redhat.com>
4992
4993 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
4994 (gdb_target_symbol_prefix_flags): Define in terms of _asm
4995 version.
4996 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
4997 gdb.dwarf2/dw2-canonicalize-type.exp,
4998 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
4999 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
5000 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
5001 provided by gdb_target_symbol_prefix_flags_asm.
5002 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
5003 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
5004 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
5005 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
5006 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
5007 macros where needed). Use this macro for symbols which require
5008 the prefix provided by SYMBOL_PREFIX.
5009
5010 2015-11-05 Kevin Buettner <kevinb@redhat.com>
5011
5012 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
5013 New procs.
5014 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
5015 representing expressions, of more than one list element.
5016 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
5017 to prepend linker symbol prefix to f.
5018 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
5019 table_1 and table_2.
5020 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
5021 Likewise, for f and g.
5022 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
5023 for ptr.
5024 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
5025 for main.
5026 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
5027 table_1_ptr and table_2_ptr.
5028
5029 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5030 Joel Brobecker <brobecker@adacore.com>
5031
5032 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
5033
5034 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
5035
5036 * gdb.reverse/s390-mvcle.c: New test.
5037 * gdb.reverse/s390-mvcle.exp: New file.
5038 * lib/gdb.exp: Enable reverse tests on s390*-linux.
5039
5040 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5041
5042 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
5043
5044 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5045
5046 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
5047 reaching marker2.
5048 * gdb.reverse/getresuid-reverse.exp: Likewise.
5049 * gdb.reverse/pipe-reverse.exp: Likewise.
5050 * gdb.reverse/readv-reverse.exp: Likewise.
5051 * gdb.reverse/recvmsg-reverse.exp: Likewise.
5052 * gdb.reverse/time-reverse.exp: Likewise.
5053 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
5054
5055 2015-10-30 Yao Qi <yao.qi@linaro.org>
5056
5057 * gdb.threads/wp-replication.c (watch_count_done): Remove.
5058 (empty_cycle): Remove.
5059 (main): Don't call empty_cycle. Don't use watch_count_done.
5060 * gdb.threads/wp-replication.exp: Don't set breakpoint on
5061 empty_cycle. Rewrite the code counting HW watchpoints.
5062
5063 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
5064
5065 * gdb.reverse/fstatat-reverse.c: New test.
5066 * gdb.reverse/fstatat-reverse.exp: New file.
5067 * gdb.reverse/getresuid-reverse.c: New test.
5068 * gdb.reverse/getresuid-reverse.exp: New file.
5069 * gdb.reverse/pipe-reverse.c: New test.
5070 * gdb.reverse/pipe-reverse.exp: New file.
5071 * gdb.reverse/readv-reverse.c: New test.
5072 * gdb.reverse/readv-reverse.exp: New file.
5073 * gdb.reverse/recvmsg-reverse.c: New test.
5074 * gdb.reverse/recvmsg-reverse.exp: New file.
5075 * gdb.reverse/time-reverse.c: New test.
5076 * gdb.reverse/time-reverse.exp: New file.
5077 * gdb.reverse/waitpid-reverse.c: New test.
5078 * gdb.reverse/waitpid-reverse.exp: New file.
5079
5080 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5081
5082 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
5083
5084 2015-10-26 Doug Evans <dje@google.com>
5085
5086 PR symtab/17391
5087 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
5088 * gdb.dwarf2/bad-regnum.c: New file.
5089 * gdb.dwarf2/bad-regnum.exp: New file.
5090
5091 2015-10-26 Doug Evans <dje@google.com>
5092
5093 PR python/18938
5094 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5095 file.
5096
5097 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5098
5099 * gdb.compile/compile.exp (compile code globalvar): Update expectation
5100 for a change by "Mention language in compile error message".
5101
5102 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
5103
5104 PR python/18073
5105 * gdb.python/py-type.c (C::a_method): New.
5106 (C::a_const_method): New.
5107 (C::a_static_method): New.
5108 (a_function): New.
5109 * gdb.python/py-type.exp (test_fields): Test getting fields
5110 from function and method.
5111
5112 2015-10-21 Keven Boell <keven.boell@intel.com>
5113
5114 * gdb.fortran/vla-alloc-assoc.exp: New file.
5115 * gdb.fortran/vla-datatypes.exp: New file.
5116 * gdb.fortran/vla-datatypes.f90: New file.
5117 * gdb.fortran/vla-history.exp: New file.
5118 * gdb.fortran/vla-ptype-sub.exp: New file.
5119 * gdb.fortran/vla-ptype.exp: New file.
5120 * gdb.fortran/vla-sizeof.exp: New file.
5121 * gdb.fortran/vla-sub.f90: New file.
5122 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
5123 * gdb.fortran/vla-value-sub-finish.exp: New file.
5124 * gdb.fortran/vla-value-sub.exp: New file.
5125 * gdb.fortran/vla-value.exp: New file.
5126 * gdb.fortran/vla-ptr-info.exp: New file.
5127 * gdb.mi/mi-vla-fortran.exp: New file.
5128 * gdb.mi/vla.f90: New file.
5129
5130 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
5131
5132 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
5133 of hardwired timeout value.
5134
5135 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5136 Pedro Alves <palves@redhat.com>
5137
5138 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5139 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
5140
5141 2015-10-19 Josh Stone <jistone@redhat.com>
5142
5143 * gdb.base/catch-syscall.c: Include <sched.h>.
5144 (unknown_syscall): New variable.
5145 (main): Trigger a vfork and an unknown syscall.
5146 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5147 (unknown_syscall_number): Likewise.
5148 (check_call_to_syscall): Accept an optional syscall pattern.
5149 (check_return_from_syscall): Likewise.
5150 (check_continue): Likewise.
5151 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5152 (test_catch_syscall_skipping_return): New test toggling off 'catch
5153 syscall' to step over the syscall return, then toggling back on.
5154 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5155 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5156 (do_syscall_tests): Call test_catch_syscall_without_args and
5157 test_catch_syscall_mid_vfork.
5158 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5159 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5160
5161 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
5162
5163 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5164 print g_vE): Add new pass patterns.
5165 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5166 print various symbol names for vptr fields.
5167
5168 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
5169
5170 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5171 results.
5172
5173 2015-10-12 Yao Qi <yao.qi@linaro.org>
5174
5175 * gdb.arch/disp-step-insn-reloc.exp: New test case.
5176
5177 2015-10-12 Yao Qi <yao.qi@linaro.org>
5178
5179 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5180 is aarch64*-*-linux*.
5181
5182 2015-10-12 Yao Qi <yao.qi@linaro.org>
5183
5184 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5185 (can_relocate_bcond_true): ... it.
5186 (can_relocate_bcond_false): New function.
5187 (foo): Likewise.
5188 (can_relocate_bl): Likewise.
5189 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5190 can_relocate_bl.
5191
5192 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
5193
5194 * gdb.base/nested-addr.c: New file.
5195 * gdb.base/nested-addr.exp: New testcase.
5196
5197 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
5198
5199 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5200 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5201 its output. Ignore the output of "record goto begin" and instead
5202 check that GDB is replaying.
5203
5204 2015-10-09 Pedro Alves <palves@redhat.com>
5205
5206 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5207 (top level): Use it in the run with no args test.
5208
5209 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5210
5211 * gdb.dlang/properties.exp: New file.
5212
5213 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5214
5215 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5216 whether or not address 0x1000 is mapped on the target.
5217
5218 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5219
5220 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5221 build.
5222
5223 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5224
5225 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5226 instruction-history test.
5227
5228 2015-09-28 Doug Evans <dje@google.com>
5229
5230 * gdb.base/gcore.c (array_func): Add reference to static_array.
5231
5232 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5233
5234 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5235 source line.
5236
5237 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5238
5239 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5240 short or char as base type.
5241
5242 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5243
5244 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5245 to allow any size enum.
5246
5247 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5248
5249 * gdb.ada/array_ptr_renaming.exp: New testcase.
5250 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5251 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5252
5253 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5254
5255 * gdb.trace/ftrace-lock.c: New file.
5256 * gdb.trace/ftrace-lock.exp: New file.
5257
5258 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5259
5260 * gdb.arch/insn-reloc.c: New file.
5261 * gdb.arch/ftrace-insn-reloc.exp: New file.
5262
5263 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5264
5265 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5266 instruction.
5267 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5268 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5269 * gdb.trace/range-stepping.c: Likewise.
5270 * gdb.trace/trace-break.c: Likewise.
5271 * gdb.trace/trace-mt.c (thread_function): Likewise.
5272 * gdb.trace/ftrace.c (marker): Likewise.
5273 * gdb.trace/trace-condition.c (marker): Likewise.
5274 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5275 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5276 is_aarch64_target.
5277
5278 2015-09-18 Doug Evans <xdje42@gmail.com>
5279
5280 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5281 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5282
5283 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5284
5285 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5286 the breakpoint.
5287
5288 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5289
5290 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5291 the pending breakpoint. Remove timeout override for "Run till
5292 MI pending breakpoint on pendfunc3 on thread 2" test.
5293
5294 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5295
5296 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5297 filename pattern.
5298
5299 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5300
5301 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5302 in breakpoint filename pattern.
5303
5304 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5305
5306 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5307
5308 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5309
5310 * gdb.linespec/explicit.exp: Check for readline support for
5311 tab-completion tests. Fix obvious typo.
5312
5313 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5314
5315 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5316 and replay.
5317
5318 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5319
5320 * gdb.btrace/non-stop.c: New.
5321 * gdb.btrace/non-stop.exp: New.
5322
5323 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5324 Yao Qi <yao.qi@linaro.org>
5325
5326 * gdb.trace/trace-condition.c: New file.
5327 * gdb.trace/trace-condition.exp: New file.
5328
5329 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
5330
5331 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5332 for testing bytecode compilation.
5333
5334 2015-09-16 Pedro Alves <palves@redhat.com>
5335 Sandra Loosemore <sandra@codesourcery.com>
5336
5337 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5338 (SECONDS): Redefine.
5339 (main): Call pthread_kill and alarm early.
5340 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5341 support.
5342 (test): If the target can't hardware step and doesn't support
5343 displaced stepping, increase the timeout.
5344
5345 2015-09-16 Pedro Alves <palves@redhat.com>
5346
5347 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5348 (enable_debug): New procedures.
5349 (test): Use them. Bail out if waiting for threads fails.
5350 (top level): Bail out if a test fails.
5351
5352 2015-09-16 Yao Qi <yao.qi@linaro.org>
5353
5354 * gdb.asm/asm-source.exp: Set asm-arch for
5355 aarch64*-*-* target.
5356 * gdb.asm/aarch64.inc: New file.
5357
5358 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5359
5360 * gdb.ada/array_of_variable_length.exp: New testcase.
5361 * gdb.ada/array_of_variable_length/foo.adb: New file.
5362 * gdb.ada/array_of_variable_length/pck.adb: New file.
5363 * gdb.ada/array_of_variable_length/pck.ads: New file.
5364
5365 2015-09-15 Doug Evans <dje@google.com>
5366
5367 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5368 of function static local variable.
5369
5370 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5371
5372 * gdb.threads/tls-so_extern.exp: New test file.
5373 * gdb.threads/tls-so_extern.c: New test file.
5374 * gdb.threads/tls-so_extern_main.c: New test file.
5375
5376 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5377
5378 * gdb.opt/solib-intra-step-lib.c: New file.
5379 * gdb.opt/solib-intra-step-main.c: New file.
5380 * gdb.opt/solib-intra-step.exp: New file.
5381
5382 2015-09-15 Pedro Alves <palves@redhat.com>
5383
5384 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5385 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5386
5387 2015-09-14 Pedro Alves <palves@redhat.com>
5388
5389 * gdb.base/hook-stop-continue.c: Delete.
5390 * gdb.base/hook-stop-continue.exp: Delete.
5391 * gdb.base/hook-stop-frame.c: Delete.
5392 * gdb.base/hook-stop-frame.exp: Delete.
5393 * gdb.base/hook-stop.c: New file.
5394 * gdb.base/hook-stop.exp: New file.
5395
5396 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5397
5398 * gdb.ada/access_to_packed_array.exp: New testcase.
5399 * gdb.ada/access_to_packed_array/foo.adb: New file.
5400 * gdb.ada/access_to_packed_array/pack.adb: New file.
5401 * gdb.ada/access_to_packed_array/pack.ads: New file.
5402
5403 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5404
5405 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5406 buffer size test.
5407
5408 2015-09-11 Don Breazeal <donb@codesourcery.com>
5409
5410 * gdb.base/foll-exec.c: Add copyright header. Fix
5411 formatting issues.
5412 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5413 (do_exec_tests): Use clean_restart in place of zap_session,
5414 and for test initialization. Fix formatting issues. Use
5415 fail in place of perror.
5416 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5417 an expect statement to match an expression with output from
5418 the program under debug.
5419 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5420 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5421 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5422 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5423 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5424
5425 2015-09-09 Doug Evans <dje@google.com>
5426
5427 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5428
5429 2015-09-09 Doug Evans <dje@google.com>
5430
5431 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5432
5433 2015-09-09 Doug Evans <dje@google.com>
5434
5435 * gdb.base/savedregs.exp: Fix typo.
5436
5437 2015-09-09 Pedro Alves <palves@redhat.com>
5438
5439 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5440
5441 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5442
5443 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5444 command actually switches threads. Give up on remaining
5445 tests if target fails to stop at breakpoint.
5446
5447 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5448
5449 * gdb.ada/funcall_char.exp: New testcase.
5450 * gdb.ada/funcall_char/foo.adb: New file.
5451
5452 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5453
5454 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5455 expected outputs. Add two testcases for completing ambiguous
5456 functions.
5457 * gdb.ada/complete/aux_pck.adb: New file.
5458 * gdb.ada/complete/aux_pck.ads: New file.
5459 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5460 Ambiguous_Func functions.
5461 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5462 * gdb.ada/complete/pck.adb: Likewise.
5463
5464 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5465
5466 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5467 failures to run the test program under GDB.
5468
5469 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
5470
5471 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5472 to C.
5473
5474 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5475
5476 * gdb.base/run-after-attach.exp: New test file.
5477 * gdb.base/run-after-attach.c: New test file.
5478
5479 2015-08-26 Don Breazeal <donb@codesourcery.com>
5480
5481 * gdb.base/foll-exec-2.c: New test program.
5482 * gdb.base/foll-exec-2.exp: New test.
5483
5484 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5485
5486 * gdb.base/nested-subp1.exp: New file.
5487 * gdb.base/nested-subp1.c: New file.
5488 * gdb.base/nested-subp2.exp: New file.
5489 * gdb.base/nested-subp2.c: New file.
5490 * gdb.base/nested-subp3.exp: New file.
5491 * gdb.base/nested-subp3.c: New file.
5492
5493 2015-08-24 Pedro Alves <palves@redhat.com>
5494
5495 * gdb.server/connect-without-multi-process.c: New file.
5496 * gdb.server/connect-without-multi-process.exp: New file.
5497
5498 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5499
5500 * gdb.opt/inline-markers.c: Make z int.
5501
5502 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5503
5504 * gdb.opt/inline-markers.c: Make z volatile.
5505
5506 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5507
5508 * gdb.opt/inline-bt.c: New volatile global z.
5509 * gdb.opt/inline-cmds.c: Likewise.
5510 * gdb.opt/inline-locals.c: Likewise.
5511 * gdb.opt/inline-markers.c: New extern global z.
5512 (marker): Use z.
5513 (inline_fn): Likewise.
5514
5515 2015-08-24 Pedro Alves <palves@redhat.com>
5516
5517 * config/m32r-stub.exp: Remove file.
5518 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5519 * gdb.base/call-rt-st.exp: Likewise.
5520 * gdb.base/call-strs.exp: Likewise.
5521 * gdb.base/default.exp: Remove references to h8300-*-hms and
5522 *-*-udi*.
5523 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5524
5525 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5526
5527 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5528 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
5529 and "return" use KFAIL when GDB can not read/write the vector
5530 return value.
5531
5532 2015-08-21 Gary Benson <gbenson@redhat.com>
5533
5534 * gdb.trace/pending.exp: Cope with remote transfer warnings.
5535
5536 2015-08-20 Pedro Alves <palves@redhat.com>
5537
5538 * gdb.server/solib-list.exp: No longer expect an interior stop in
5539 non-stop mode.
5540
5541 2015-08-20 Pedro Alves <palves@redhat.com>
5542
5543 * gdb.server/connect-stopped-target.c: New file.
5544 * gdb.server/connect-stopped-target.exp: New file.
5545
5546 2015-08-20 Pedro Alves <palves@redhat.com>
5547
5548 * gdb.dwarf2/comp-unit-lang.exp: New file.
5549 * gdb.dwarf2/comp-unit-lang.c: New file.
5550
5551 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
5552
5553 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5554 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5555
5556 2015-08-19 Kevin Buettner <kevinb@redhat.com>
5557
5558 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5559 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5560
5561 2015-08-18 Doug Evans <dje@google.com>
5562 Adrian Sendroiu <adrian.sendroiu@freescale.com>
5563
5564 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5565 skip_python_tests. New arg prompt_regexp.
5566 (skip_python_tests): New function.
5567 * lib/mi-support.exp (mi_skip_python_tests): New function.
5568 * gdb.python/py-mi-objfile-gdb.py: New file.
5569 * gdb.python/py-mi-objfile.c: New file.
5570 * gdb.python/py-mi-objfile.exp: New file.
5571
5572 2015-08-17 Keith Seitz <keiths@redhat.com>
5573
5574 * gdb.linespec/explicit.exp: Move strace test from here ...
5575 * gdb.trace/strace.exp: ... to here.
5576
5577 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
5578
5579 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5580 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5581
5582 2015-08-14 Doug Evans <xdje42@gmail.com>
5583
5584 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5585 inferior before selecting a new file.
5586
5587 2015-08-14 Doug Evans <xdje42@gmail.com>
5588
5589 * gdb.mi/mi-disassemble.exp: Update.
5590 * gdb.base/disasm-optim.S: New file.
5591 * gdb.base/disasm-optim.c: New file.
5592 * gdb.base/disasm-optim.h: New file.
5593 * gdb.base/disasm-optim.exp: New file.
5594
5595 2015-08-14 Keith Seitz <keiths@redhat.com>
5596
5597 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5598 "evaluated-by".
5599
5600 2015-08-13 Joel Brobecker <brobecker@adacore.com>
5601
5602 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5603
5604 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
5605
5606 * gdb.ada/fun_renaming.exp: New testcase.
5607 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5608 * gdb.ada/fun_renaming/pack.adb: New file.
5609 * gdb.ada/fun_renaming/pack.ads: New file.
5610
5611 2015-08-12 Keith Seitz <keiths@redhat.com>
5612
5613 * gdb.base/dso2dso.exp: Pass basename of source file in call to
5614 gdb_get_line_number.
5615
5616 2015-08-12 Joel Brobecker <brobecker@adacore.com>
5617
5618 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5619 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5620 gdb.base/dso2dso.exp: New files.
5621
5622 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
5623 Pedro Alves <palves@redhat.com>
5624 Keith Seitz <keiths@redhat.com>
5625
5626 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5627 GDBFLAGS.
5628
5629 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5630
5631 * gdb.base/gdbhistsize-history.exp
5632 (test_histsize_history_setting): Use save_vars.
5633 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5634 Use save_vars.
5635 (test_no_truncation_of_unlimited_history_file): Use save_vars.
5636 * gdb.base/readline.exp: Use save_vars.
5637
5638 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5639
5640 * lib/gdb.exp (save_vars): New proc.
5641
5642 2015-08-11 Keith Seitz <keiths@redhat.com>
5643
5644 * gdb.base/help.exp: Update help_breakpoint_text.
5645
5646 2015-08-11 Keith Seitz <keiths@redhat.com>
5647
5648 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5649 (at toplevel): Call test_explicit_breakpoints.
5650 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5651 breakpoints.
5652 * lib/mi-support.exp (mi_make_breakpoint): Add support for
5653 breakpoint conditions, "-cond".
5654
5655 2015-08-11 Keith Seitz <keiths@redhat.com>
5656
5657 * gdb.linespec/3explicit.c: New file.
5658 * gdb.linespec/cpexplicit.cc: New file.
5659 * gdb.linespec/cpexplicit.exp: New file.
5660 * gdb.linespec/explicit.c: New file.
5661 * gdb.linespec/explicit.exp: New file.
5662 * gdb.linespec/explicit2.c: New file.
5663 * gdb.linespec/ls-errs.exp: Add explicit location tests.
5664 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5665 before using in the matching pattern.
5666 Clarify that `prefix' is a regular expression.
5667
5668 2015-08-11 Keith Seitz <keiths@redhat.com>
5669
5670 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5671 test.
5672 Add tests for missing ",FMT" and ",".
5673
5674 2015-08-10 Doug Evans <dje@google.com>
5675 Keith Seitz <keiths@redhat.com>
5676
5677 PR gdb/17960
5678 * gdb.base/completion.exp: Add location completer tests.
5679
5680 2015-08-07 Pedro Alves <palves@redhat.com>
5681
5682 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
5683 tests here.
5684 (top level): Run do_test with and without displaced stepping.
5685
5686 2015-08-07 Pedro Alves <palves@redhat.com>
5687
5688 * gdb.base/valgrind-disp-step.c: New file.
5689 * gdb.base/valgrind-disp-step.exp: New file.
5690
5691 2015-08-07 Pedro Alves <palves@redhat.com>
5692
5693 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
5694 Delete function.
5695 (main): Add alarm. Run an infinite loop instead of calling
5696 wait_threads.
5697 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
5698 comment.
5699 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
5700 Delete function.
5701 (main): Add alarm. Run an infinite loop instead of calling
5702 wait_threads.
5703 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
5704 comment.
5705
5706 2015-08-07 Pedro Alves <palves@redhat.com>
5707
5708 * gdb.base/checkpoint-ns.exp: New file.
5709 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
5710 standard_testfile.
5711
5712 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5713
5714 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
5715 * gdb.btrace/instruction_history.exp: Update.
5716 * gdb.btrace/tsx.exp: New.
5717 * gdb.btrace/tsx.c: New.
5718
5719 2015-08-06 Pedro Alves <palves@redhat.com>
5720
5721 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
5722 increase timeout.
5723 * gdb.reverse/until-precsave.exp: Bump timeouts.
5724
5725 2015-08-06 Pedro Alves <palves@redhat.com>
5726
5727 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
5728
5729 2015-08-06 Pedro Alves <palves@redhat.com>
5730
5731 PR gdb/18749
5732 * gdb.threads/process-dies-while-handling-bp.c: New file.
5733 * gdb.threads/process-dies-while-handling-bp.exp: New file.
5734
5735 2015-08-06 Pedro Alves <palves@redhat.com>
5736
5737 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
5738 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
5739
5740 2015-08-05 Pedro Alves <palves@redhat.com>
5741
5742 * gdb.threads/next-while-other-thread-longjmps.c: New file.
5743 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
5744
5745 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5746
5747 * gdb.base/bp-permanent.exp: Report test as unsupported if
5748 the target cannot stop at the permanent breakpoint.
5749
5750 2015-08-03 Doug Evans <dje@google.com>
5751
5752 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
5753 10000.
5754
5755 2015-08-03 Doug Evans <dje@google.com>
5756
5757 * Makefile.in (workers/%.worker, build-perf): New rule.
5758 (GDB_PERFTEST_MODE): New variable.
5759 (check-perf): Use it.
5760 (clean): Clean up gdb.perf parallel build subdirs.
5761 * lib/build-piece.exp: New file.
5762 * lib/gdb.exp (make_gdb_parallel_path): New function
5763 (standard_output_file, standard_temp_file): Call it.
5764 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5765 of $GDB_PARALLEL.
5766 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
5767
5768 2015-08-03 Doug Evans <dje@google.com>
5769
5770 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
5771 (LOG_FILE_NAME): New global.
5772 (TextReporter.__init__): Initialize self.txt_sum.
5773 (TextReporter.report): Add support for multiple data-points.
5774 Move report to perftest.sum, put raw data in perftest.log.
5775 (TextReporter.start): Open sum and log files.
5776 (TextReporter.end): Close sum and log files.
5777 * gdb.perf/lib/perftest/testresult.py
5778 (SingleStatisticTestResult.record): Handle multiple data-points.
5779
5780 2015-07-31 Pedro Alves <palves@redhat.com>
5781
5782 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
5783 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5784 kill_wait_spawned_process instead of explicit "kill -9".
5785 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
5786 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5787 kill_wait_spawned_process.
5788 * gdb.base/attach-twice.exp: Likewise.
5789 * gdb.base/attach.exp: Likewise.
5790 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
5791 gdb_test_multiple.
5792 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
5793 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5794 kill_wait_spawned_process.
5795 * gdb.base/valgrind-infcall.exp: Likewise.
5796 * gdb.multi/multi-attach.exp: Likewise.
5797 * gdb.python/py-prompt.exp: Likewise.
5798 * gdb.python/py-sync-interp.exp: Likewise.
5799 * gdb.server/ext-attach.exp: Likewise.
5800 * gdb.threads/attach-into-signal.exp (corefunc): Use
5801 spawn_wait_for_attach, spawn_id_get_pid and
5802 kill_wait_spawned_process.
5803 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
5804 spawn_wait_for_attach returning a spawn id instead of a pid. Use
5805 spawn_id_get_pid and kill_wait_spawned_process.
5806 * gdb.threads/attach-stopped.exp (corefunc): Use
5807 spawn_wait_for_attach, spawn_id_get_pid and
5808 kill_wait_spawned_process.
5809 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
5810 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5811 kill_wait_spawned_process instead of explicit "kill -9".
5812 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
5813 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
5814 (spawn_wait_for_attach): Use spawn instead of exec to spawn
5815 processes. Don't map cygwin/windows pids here. Now returns a
5816 spawn id list.
5817
5818 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5819
5820 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
5821 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
5822 correct patch.
5823
5824 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5825
5826 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
5827
5828 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5829
5830 Reapply:
5831 2014-05-21 Mark Wielaard <mjw@redhat.com>
5832
5833 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5834
5835 2015-07-30 Pedro Alves <palves@redhat.com>
5836
5837 * linux-low.c (handle_extended_wait): Set the child's last
5838 reported status to TARGET_WAITKIND_STOPPED.
5839
5840 2015-07-30 Pedro Alves <palves@redhat.com>
5841
5842 PR threads/18600
5843 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
5844 only shows inferior 1.
5845
5846 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
5847 Pedro Alves <palves@redhat.com>
5848
5849 PR threads/18600
5850 * gdb.threads/fork-plus-threads.c: New file.
5851 * gdb.threads/fork-plus-threads.exp: New file.
5852
5853 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5854
5855 * gdb.base/batch-preserve-term-settings.exp
5856 (test_terminal_settings_preserved_after_cli_exit): Use
5857 send_quit_command.
5858
5859 2015-07-29 Pedro Alves <palves@redhat.com>
5860 Don Breazeal <donb@codesourcery.com>
5861
5862 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
5863 output from both inferior_spawn_id and gdb_spawn_id.
5864
5865 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5866
5867 * gdb.threads/attach-into-signal.exp (corefunc): Use
5868 with_test_prefix on nested loops, uniquefying the test messages.
5869
5870 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5871
5872 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
5873 commit.
5874
5875 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5876
5877 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
5878 New proc.
5879 (test_terminal_settings_preserved_after_sigterm): New test.
5880
5881 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5882
5883 * gdb.base/batch-preserve-term-settings.exp
5884 (test_terminal_settings_preserved_after_cli_exit): New test.
5885
5886 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5887
5888 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
5889 manipulation of saved_gdbflags.
5890 (test_terminal_settings_preserved): Remove global declaration of
5891 the unused variable pagination_prompt. Remove manipulation of
5892 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
5893 GDBFLAGS.
5894
5895 2015-07-29 Pedro Alves <palves@redhat.com>
5896
5897 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
5898
5899 2015-07-29 Pedro Alves <palves@redhat.com>
5900
5901 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
5902 at the top.
5903
5904 2015-07-29 Pedro Alves <palves@redhat.com>
5905
5906 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
5907 (main): Call gdb_unbuffer_output.
5908 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
5909 (main): Call gdb_unbuffer_output.
5910 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
5911 (main): Call gdb_unbuffer_output.
5912 * gdb.base/call-strs.exp: Adjust to step over the
5913 gdb_unbuffer_output call.
5914 * gdb.base/catch-gdb-caused-signals.c: Include
5915 "../lib/unbuffer_output.c".
5916 (main): Call gdb_unbuffer_output.
5917 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
5918 (main): Call gdb_unbuffer_output.
5919 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
5920 (main): Call gdb_unbuffer_output.
5921 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
5922 (main): Call gdb_unbuffer_output.
5923 * gdb.base/shlib-call.exp: Adjust to step over the
5924 gdb_unbuffer_output call.
5925 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
5926 (main): Call gdb_unbuffer_output.
5927 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
5928 (main): Call gdb_unbuffer_output.
5929 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
5930 (main): Rename to ...
5931 (test): ... this.
5932 (main): Reimplement.
5933 * gdb.base/varargs.exp: Run to test instead of to main.
5934 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5935 (main): Call gdb_unbuffer_output.
5936
5937 2015-07-29 Pedro Alves <palves@redhat.com>
5938
5939 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
5940 factore out from mi_continue_dprintf. For call-style dprintfs,
5941 expect dprintf output out of $inferior_spawn_id.
5942 (mi_continue_dprintf): Use mi_expect_dprintf.
5943 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5944 (main): Call gdb_unbuffer_output.
5945
5946 2015-07-29 Pedro Alves <palves@redhat.com>
5947
5948 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
5949 (default_mi_gdb_start): Set inferior_spawn_id instead of
5950 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
5951 gdb_spawn_id.
5952 (mi_gdb_test): Always expect inferior output from both
5953 $inferior_spawn_id and $gdb_spawn_id.
5954
5955 2015-07-29 Pedro Alves <palves@redhat.com>
5956
5957 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
5958 send_inferior and $inferior_spawn_id.
5959
5960 2015-07-29 Pedro Alves <palves@redhat.com>
5961
5962 * gdb.gdb/complaints.exp (test_initial_complaints)
5963 (test_serial_complaints, test_short_complaints): Use
5964 gdb_test_stdio.
5965 (test_empty_complaint): Handle $inferior_spawn_id !=
5966 $gdb_spawn_id.
5967
5968 2015-07-29 Pedro Alves <palves@redhat.com>
5969
5970 * gdb.base/varargs.exp: Use gdb_test_stdio.
5971
5972 2015-07-29 Pedro Alves <palves@redhat.com>
5973
5974 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
5975
5976 2015-07-29 Pedro Alves <palves@redhat.com>
5977
5978 * gdb.base/ending-run.exp: Use gdb_test_stdio.
5979
5980 2015-07-29 Pedro Alves <palves@redhat.com>
5981
5982 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
5983 parameter into two new parameters, "inf_result" and "gdb_result".
5984 Expect inferior output and gdb output from $inferior_spawn_id and
5985 $gdb_spawn_id, respectively. Adjust all callers.
5986
5987 2015-07-29 Pedro Alves <palves@redhat.com>
5988
5989 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
5990 of gdb_test_sequence.
5991
5992 2015-07-29 Pedro Alves <palves@redhat.com>
5993
5994 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
5995 (saw_spurious_output): Expect inferior output from
5996 $inferior_spawn_id. Use gdb_test_stdio.
5997
5998 2015-07-29 Pedro Alves <palves@redhat.com>
5999
6000 * gdb.base/dprintf.exp: Use standard_testfile. Change
6001 prepare_for_testing call.
6002 (srcfile): Don't set.
6003 (restart): New procedure.
6004 (test_dprintf): New procecure, use to continue over dprintfs.
6005 (test_call, test_agent): New procedures, tests moved here.
6006 Restart gdb and recreate dprintfs. Adjust expected output.
6007
6008 2015-07-29 Pedro Alves <palves@redhat.com>
6009
6010 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
6011
6012 2015-07-29 Pedro Alves <palves@redhat.com>
6013
6014 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
6015
6016 2015-07-29 Pedro Alves <palves@redhat.com>
6017
6018 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
6019 gdb_test_stdio.
6020
6021 2015-07-29 Pedro Alves <palves@redhat.com>
6022
6023 * lib/gdb.exp (gdb_test_stdio): New procedure.
6024
6025 2015-07-29 Pedro Alves <palves@redhat.com>
6026
6027 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
6028
6029 2015-07-29 Pedro Alves <palves@redhat.com>
6030
6031 * gdb.base/call-signal-resume.exp: Remove check for
6032 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
6033 * gdb.base/unwindonsignal.exp: Likewise.
6034 * gdb.base/call-signals.c (gen_signal): Remove printf call.
6035 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
6036
6037 2015-07-29 Pedro Alves <palves@redhat.com>
6038
6039 * gdb.base/siginfo-addr.c (pass): New function.
6040 (handler): Call it iff si_addr is correct.
6041 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
6042 Set a breakpoint at "pass" and continue to it.
6043
6044 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
6045
6046 * gdb.python/py-objfile.exp: Make some tests have unique names.
6047 * gdb.python/py-pp-registration.exp: Likewise.
6048
6049 2015-07-28 Pedro Alves <palves@redhat.com>
6050
6051 * gdb.server/server-exec-info.exp: Issue a "disconnect".
6052
6053 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6054
6055 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
6056
6057 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6058
6059 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
6060
6061 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6062
6063 * gdb.base/gdb-sigterm-2.exp: New test.
6064
6065 2015-07-25 Doug Evans <xdje42@gmail.com>
6066
6067 Revert:
6068 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6069 (workers/%.worker, build-perf): New rule.
6070 (GDB_PERFTEST_MODE): New variable.
6071 (check-perf): Use it.
6072 (clean): Clean up gdb.perf parallel build subdirs.
6073 * lib/build-piece.exp: New file.
6074 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6075 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6076 name.
6077 (standard_temp_file): Ditto.
6078 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6079 of $GDB_PARALLEL.
6080
6081 2015-07-24 Doug Evans <dje@google.com>
6082
6083 * gdb.perf/lib/perftest/utils.py: New file.
6084 * gdb.perf/gm-hello.cc: New file.
6085 * gdb.perf/gm-pervasive-typedef.cc: New file.
6086 * gdb.perf/gm-pervasive-typedef.h: New file.
6087 * gdb.perf/gm-std.cc: New file.
6088 * gdb.perf/gm-std.h: New file.
6089 * gdb.perf/gm-use-cerr.cc: New file.
6090 * gdb.perf/gm-utils.h: New file.
6091 * gdb.perf/gmonster-null-lookup.py: New file.
6092 * gdb.perf/gmonster-pervasive-typedef.py: New file.
6093 * gdb.perf/gmonster-print-cerr.py: New file.
6094 * gdb.perf/gmonster-ptype-string.py: New file.
6095 * gdb.perf/gmonster-runto-main.py: New file.
6096 * gdb.perf/gmonster-select-file.py: New file.
6097 * gdb.perf/gmonster1-null-lookup.exp: New file.
6098 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6099 * gdb.perf/gmonster1-print-cerr.exp: New file.
6100 * gdb.perf/gmonster1-ptype-string.exp: New file.
6101 * gdb.perf/gmonster1-runto-main.exp: New file.
6102 * gdb.perf/gmonster1-select-file.exp: New file.
6103 * gdb.perf/gmonster1.cc: New file.
6104 * gdb.perf/gmonster1.exp: New file.
6105 * gdb.perf/gmonster2-null-lookup.exp: New file.
6106 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6107 * gdb.perf/gmonster2-print-cerr.exp: New file.
6108 * gdb.perf/gmonster2-ptype-string.exp: New file.
6109 * gdb.perf/gmonster2-runto-main.exp: New file.
6110 * gdb.perf/gmonster2-select-file.exp: New file.
6111 * gdb.perf/gmonster2.cc: New file.
6112 * gdb.perf/gmonster2.exp: New file.
6113
6114 2015-07-24 Doug Evans <dje@google.com>
6115
6116 * gdb.perf/README: New file.
6117 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6118 * lib/gen-perf-test.exp: New file.
6119
6120 2015-07-24 Doug Evans <dje@google.com>
6121
6122 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
6123 (PerfTest::startup): New function.
6124 (PerfTest::run): Return result of calling body.
6125 (PerfTest::assemble): Rewrite.
6126 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
6127 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
6128 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
6129 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
6130 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
6131
6132 2015-07-24 Doug Evans <dje@google.com>
6133
6134 * lib/gdb.exp (clean_restart): Make executable optional.
6135
6136 2015-07-24 Doug Evans <dje@google.com>
6137
6138 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
6139 compiler_info references.
6140 * gdb.cp/temargs.exp: Ditto.
6141 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6142 (get_compiler_info): Early exit if already computed. Set compiler_info
6143 to "unknown" if there was a problem.
6144 (test_compiler_info): Add function comment. Call get_compiler_info.
6145
6146 2015-07-24 Doug Evans <dje@google.com>
6147
6148 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6149 (workers/%.worker, build-perf): New rule.
6150 (GDB_PERFTEST_MODE): New variable.
6151 (check-perf): Use it.
6152 (clean): Clean up gdb.perf parallel build subdirs.
6153 * lib/build-piece.exp: New file.
6154 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6155 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6156 name.
6157 (standard_temp_file): Ditto.
6158 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6159 of $GDB_PARALLEL.
6160
6161 2015-07-24 Doug Evans <dje@google.com>
6162
6163 * lib/future.exp (gdb_default_target_compile): New option
6164 "early_flags".
6165 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6166 --as-needed.
6167
6168 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
6169
6170 * gdb.base/catch-syscall.exp: Call gdb_exit before
6171 gdb_skip_xml_test.
6172
6173 2015-07-24 Pedro Alves <palves@redhat.com>
6174
6175 * gdb.python/py-events.exp: Accept output between the stop event
6176 and the prompt.
6177 * gdb.python/py-evsignal.exp: Likewise.
6178 * gdb.python/py-evthreads.exp: Likewise.
6179
6180 2015-07-24 Pedro Alves <palves@redhat.com>
6181
6182 PR gdb/18717
6183 * gdb.threads/non-ldr-exit.c: New file.
6184 * gdb.threads/non-ldr-exit.exp: New file.
6185
6186 2015-07-24 Yao Qi <yao.qi@linaro.org>
6187
6188 * gdb.server/ext-wrapper.exp: Test --wrapper option when
6189 restarting process.
6190
6191 2015-07-24 Yao Qi <yao.qi@linaro.org>
6192
6193 * gdb.server/ext-restart.exp: New file.
6194
6195 2015-07-24 Yao Qi <yao.qi@linaro.org>
6196
6197 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6198 argument options.
6199 * gdb.server/ext-wrapper.exp: New file.
6200
6201 2015-07-23 Doug Evans <dje@google.com>
6202
6203 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6204 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6205
6206 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6207
6208 * gdb.ada/var_arr_typedef.exp: New testcase.
6209 * gdb.ada/var_arr_typedef/pack.adb: New file.
6210 * gdb.ada/var_arr_typedef/pack.ads: New file.
6211 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6212
6213 2015-07-20 Joel Brobecker <brobecker@adacore.com>
6214
6215 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6216
6217 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6218
6219 * gdb.arch/i386-biarch-core.exp: Replace istarget
6220 by "complete set gnutarget". Remove expectation for the "core-file"
6221 command.
6222
6223 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6224
6225 Revert the previous commit:
6226 Tests for validate symbol file using build-id.
6227
6228 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6229
6230 Tests for validate symbol file using build-id.
6231 * gdb.base/solib-mismatch-lib.c: New file.
6232 * gdb.base/solib-mismatch-libmod.c: New file.
6233 * gdb.base/solib-mismatch.c: New file.
6234 * gdb.base/solib-mismatch.exp: New file.
6235
6236 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6237
6238 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6239 nios2-*-linux*.
6240 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6241 * gdb.base/siginfo.exp: Likewise.
6242 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6243
6244 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6245
6246 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6247 Move it to ...
6248 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6249 ... here.
6250 * gdb.trace/range-stepping.exp: Check that the target supports
6251 range stepping.
6252
6253 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6254
6255 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6256
6257 2015-07-14 Pedro Alves <palves@redhat.com>
6258
6259 * gdb.base/killed-outside.exp: New file.
6260 * gdb.base/killed-outside.c: New file.
6261
6262 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6263
6264 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6265 (n at main): New.
6266 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6267
6268 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6269
6270 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6271 infcall tests instead of setting up for KFAIL.
6272
6273 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6274
6275 * gdb.btrace/record_goto-step.exp: New.
6276
6277 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6278
6279 PR compile/18484
6280 * gdb.compile/compile.c (struct struct_type): Add volatile to
6281 selffield's type.
6282 * gdb.compile/compile.exp
6283 (compile code struct_object.selffield = &struct_object): Skip further
6284 struct_object tests if this one xfails.
6285
6286 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
6287
6288 PR exp/18617
6289 * gdb.trace/ax.exp: Add test.
6290
6291 2015-07-07 Yao Qi <yao.qi@linaro.org>
6292
6293 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6294 instead of istarget "aarch64*-*-*".
6295 * gdb.arch/aarch64-fp.exp: Likewise.
6296 * gdb.base/float.exp: Likewise.
6297 * gdb.reverse/aarch64.exp: Likewise.
6298 * lib/gdb.exp (is_aarch64_target): New proc.
6299
6300 2015-07-07 Yao Qi <yao.qi@linaro.org>
6301
6302 * lib/gdb.exp (is_aarch32_target): New proc.
6303 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6304 instead of "istarget "arm*-*-*"".
6305 * gdb.arch/arm-disp-step.exp: Likewise.
6306 * gdb.arch/thumb-bx-pc.exp: Likewise.
6307 * gdb.arch/thumb-prologue.exp: Likewise.
6308 * gdb.arch/thumb-singlestep.exp: Likewise.
6309 * gdb.base/disp-step-syscall.exp: Likewise.
6310 * gdb.base/float.exp: Likewise.
6311
6312 2015-07-07 Yao Qi <yao.qi@linaro.org>
6313
6314 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6315 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6316
6317 2015-07-07 Yao Qi <yao.qi@linaro.org>
6318
6319 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6320 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6321 if it exists.
6322 * gdb.multi/multi-arch.exp: Likewise.
6323
6324 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6325
6326 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6327 print.
6328
6329 2015-07-07 Yao Qi <yao.qi@linaro.org>
6330
6331 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6332
6333 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6334
6335 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6336 '[' and ']' characters.
6337
6338 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6339
6340 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6341
6342 2015-06-29 Pedro Alves <palves@redhat.com>
6343
6344 PR threads/18127
6345 * gdb.threads/hand-call-new-thread.c: New file.
6346 * gdb.threads/hand-call-new-thread.c: New file.
6347
6348 2015-06-26 Keith Seitz <keiths@redhat.com>
6349 Doug Evans <dje@google.com>
6350
6351 PR 16253
6352 * gdb.cp/var-tag-2.cc: New file.
6353 * gdb.cp/var-tag-3.cc: New file.
6354 * gdb.cp/var-tag-4.cc: New file.
6355 * gdb.cp/var-tag.cc: New file.
6356 * gdb.cp/var-tag.exp: New file.
6357
6358 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6359
6360 * gdb.base/history-duplicates.exp: New test.
6361
6362 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6363
6364 * gdb.base/completion.exp: Test the completion of the "focus"
6365 command.
6366
6367 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6368
6369 * gdb.arch/amd64-prologue-skip.S: New file.
6370 * gdb.arch/amd64-prologue-skip.exp: New file.
6371
6372 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6373
6374 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6375 is_address_zero_readable check.
6376
6377 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6378
6379 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6380 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6381
6382 2015-06-24 Yao Qi <yao.qi@linaro.org>
6383
6384 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6385 linux targets.
6386
6387 2015-06-24 Yao Qi <yao.qi@linaro.org>
6388
6389 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6390 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6391 * gdb.base/siginfo-thread.exp: Likewise.
6392
6393 2015-06-22 Yao Qi <yao.qi@linaro.org>
6394
6395 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6396
6397 2015-06-22 Yao Qi <yao.qi@linaro.org>
6398
6399 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6400 aarch64*-*-*.
6401 (skip_hw_watchpoint_tests): Likewise.
6402
6403 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6404
6405 * gdb.base/gdbinit-history.exp: Test the interaction between
6406 setting GDBHISTSIZE and setting the history size via .gdbinit.
6407
6408 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6409
6410 PR gdb/16999
6411 * gdb.base/gdbhistsize-history.exp: New test.
6412
6413 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6414
6415 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6416 with GDBHISTSIZE.
6417 * gdb.base/readline.exp: Likewise.
6418
6419 2015-06-17 Yao Qi <yao.qi@linaro.org>
6420
6421 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6422 line.
6423
6424 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6425
6426 * gdb.base/gdbinit-history.exp: Add test case to check that
6427 an unlimited history file does not get truncated on exit.
6428
6429 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6430
6431 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6432 (VECTOR): New macro. Use it...
6433 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6434 ...for these typedefs.
6435 (int8, char1, int1, double1): New typedefs.
6436 (struct just_int2, struct two_int2): New structures.
6437 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6438 (add_structvecs, add_singlevecs): New functions.
6439 (main): Call add_some_intvecs twice.
6440 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6441 the compile and exit upon failure. Try compiling for the "native"
6442 architecture. Test inferior function calls with vector arguments
6443 and vector return value handling with "finish" and "return".
6444
6445 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6446
6447 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6448 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6449 PE file.
6450 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6451
6452 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6453
6454 PR breakpoints/16465
6455 * gdb.mi/mi-dprintf-pending.c: New file.
6456 * gdb.mi/mi-dprintf-pending.exp: New test.
6457 * gdb.mi/mi-dprintf-pendshr.c: New file.
6458
6459 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6460 Mircea Gherzan <mircea.gherzan@intel.com>
6461
6462 * gdb.arch/i386-mpx-map.c: New file.
6463 * gdb.arch/i386-mpx-map.exp: New File.
6464
6465 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6466
6467 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6468 * gdb.arch/i386-mpx.exp: Indentation fixed.
6469
6470 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6471
6472 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6473 function and improved indentation.
6474 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6475 gdb_test_multiple. Added additional tests to skip the test.
6476
6477 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6478
6479 * gdb.arch/i386-avx512.c: Change path in include file.
6480 * gdb.arch/i386-avx512.exp: Change include dir path
6481 compilation flag.
6482 * gdb.arch/i386-mpx.c: Change path in include file.
6483 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6484 flag.
6485
6486 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6487
6488 * gdb.compile/compile-print.exp (compile print *vararray@3)
6489 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6490
6491 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6492
6493 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6494 (do not keep jit in memory): ... this.
6495 (expect 5): Change it to ...
6496 (expect no 5): ... this.
6497
6498 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6499
6500 PR gdb/15564
6501 * gdb.mi/mi-detach.exp: New file.
6502
6503 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6504
6505 PR symtab/18392
6506 * gdb.arch/amd64-tailcall-self.S: New file.
6507 * gdb.arch/amd64-tailcall-self.c: New file.
6508 * gdb.arch/amd64-tailcall-self.exp: New file.
6509
6510 2015-05-28 Don Breazeal <donb@codesourcery.com>
6511
6512 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6513 tests for remote targets by checking is_target_gdbserver.
6514
6515 2015-05-27 Doug Evans <dje@google.com>
6516
6517 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6518 * gdb.dwarf2/opaque-type-lookup.c: New file.
6519 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6520
6521 2015-05-26 Doug Evans <dje@google.com>
6522
6523 * gdb.cp/iostream.cc: New file.
6524 * gdb.cp/iostream.exp: New file.
6525
6526 2015-05-26 Doug Evans <dje@google.com>
6527
6528 * gdb.dwarf2/dw2-op-call.exp: Update.
6529 * gdb.dwarf2/dw4-sig-types.exp: Update.
6530 * gdb.dwarf2/implptr.exp: Update.
6531 * gdb.mi/mi-cmd-param-changed.exp: Update.
6532
6533 2015-05-26 Doug Evans <dje@google.com>
6534
6535 * gdb.python/py-lazy-string.c: New file.
6536 * gdb.python/py-lazy-string.exp: New file.
6537 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6538 (main): Update. Add estring3.
6539 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6540 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6541
6542 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
6543 Yao Qi <yao.qi@linaro.org>
6544
6545 * gdb.reverse/aarch64.c: New.
6546 * gdb.reverse/aarch64.exp: New.
6547
6548 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
6549
6550 * lib/gdb.exp (supports_process_record): Return true for
6551 aarch64*-linux*.
6552 (supports_reverse): Likewise.
6553
6554 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
6555
6556 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6557 Use with_test_prefix.
6558
6559 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6560
6561 * gdb.base/completion.exp: Add test for completion of layout
6562 names.
6563
6564 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
6565
6566 * lib/gdb.exp (skip_tui_tests): New proc.
6567 * gdb.base/tui-layout.exp: Check skip_tui_tests.
6568
6569 2015-05-19 Pedro Alves <palves@redhat.com>
6570
6571 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6572 Save the whole env array instead of just HOME. Unset HISTSIZE in
6573 the environment while testing. Restore whole environment
6574 afterwards.
6575
6576 2015-05-16 Doug Evans <xdje42@gmail.com>
6577
6578 * gdb.guile/scm-ports.c: New file.
6579 * gdb.guile/scm-ports.exp: Add memory port tests.
6580
6581 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6582
6583 * gdb.compile/compile-print.c: New file.
6584 * gdb.compile/compile-print.exp: New file.
6585
6586 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6587
6588 * gdb.compile/compile-ops.exp: Cast param to void.
6589 * gdb.compile/compile.exp: Complete type for _gdb_expr.
6590 (compile code struct_object.selffield = &struct_object): Add xfail.
6591
6592 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6593
6594 * gdb.ada/arr_enum_with_gap: New testcase.
6595
6596 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6597
6598 * gdb.ada/byte_packed_arr: New testcase.
6599
6600 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6601
6602 * gdb.ada/pckd_neg: New testcase.
6603
6604 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
6605
6606 PR gdb/17820
6607 * gdb.base/gdbinit-history.exp: New test.
6608 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6609 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6610
6611 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
6612
6613 * gdb.python/py-xmethods.cc: Enhance test case.
6614 * gdb.python/py-xmethods.exp: New tests.
6615 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6616 function.
6617 (B_indexoper): Likewise.
6618 (global_dm_list) : Add new xmethod worker functions.
6619
6620 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
6621
6622 * gdb.base/coredump-filter.exp: Correctly unset
6623 "coredump_var_addr" array.
6624
6625 2015-05-08 Pedro Alves <palves@redhat.com>
6626
6627 * gdb.server/non-existing-program.exp: Unset spawn_id.
6628
6629 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
6630
6631 PR python/18291
6632 * gdb.python/py-xmethods.exp: Add tests.
6633
6634 2015-05-08 Yao Qi <yao.qi@linaro.org>
6635
6636 PR gdb/18208
6637 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6638 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6639 function set_coredump_filter, and remove remote_exec call.
6640 Remove argument ipid. Callers update.
6641 (top level): Don't get inferior's PID.
6642
6643 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
6644
6645 * gdb.base/watch_thread_num.exp: Skip test on targets without
6646 access watchpoints.
6647
6648 2015-05-06 Pedro Alves <palves@redhat.com>
6649
6650 PR server/18081
6651 * gdb.server/non-existing-program.exp: New file.
6652
6653 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6654
6655 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6656
6657 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6658
6659 * gdb.ada/out_of_line_in_inlined: New testcase.
6660
6661 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6662
6663 * gdb.ada/var_rec_arr: New testcase.
6664
6665 2015-04-30 Yao Qi <yao.qi@linaro.org>
6666
6667 * gdb.base/break-idempotent.exp: If
6668 skip_hw_watchpoint_multi_tests returns true, skip the tests
6669 on "rwatch" and "awatch".
6670
6671 2015-04-30 Yao Qi <yao.qi@linaro.org>
6672
6673 * gdb.base/relativedebug.exp: Invoke gdb command
6674 "info sharedlibrary", and if libc.so doesn't have debug info,
6675 skip the test.
6676
6677 2015-04-29 Doug Evans <dje@google.com>
6678
6679 * gdb.python/py-xmethods.exp: Add ptype tests.
6680 * gdb.python/py-xmethods.py (E_method_char_worker): Add
6681 get_result_type method.
6682
6683 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
6684
6685 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
6686 the target does not support hardware watchpoints.
6687
6688 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
6689
6690 * gdb.base/break-always.exp: Abort testing if writing to memory
6691 causes an error.
6692
6693 2015-04-28 Doug Evans <dje@google.com>
6694
6695 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
6696 * gdb.python/py-pp-registration.exp: ... here. New file.
6697 * gdb.python/py-pp-registration.c: New file.
6698 * gdb.python/py-pp-registration.py: New file.
6699
6700 2015-04-28 Doug Evans <dje@google.com>
6701
6702 * gdb.python/py-bad-printers.c: New file.
6703 * gdb.python/py-bad-printers.py: New file.
6704 * gdb.python/py-bad-printers.exp: New file.
6705
6706 2015-04-28 Sasha Smundak <asmundak@google.com>
6707
6708 * gdb.python/py-type.exp: New test.
6709
6710 2015-04-28 Andy Wingo <wingo@igalia.com>
6711
6712 * gdb.python/py-parameter.exp:
6713 * gdb.guile/scm-parameter.exp: Escape the path that we are
6714 matching against, as it might contain characters that are special
6715 to regular expressions.
6716
6717 2015-04-27 Joel Brobecker <brobecker@adacore.com>
6718
6719 * gdb.ada/rec_comp: New testcase.
6720
6721 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
6722
6723 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
6724 before using it.
6725
6726 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
6727
6728 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
6729 new tests for verilog output.
6730
6731 2015-04-24 Yao Qi <yao.qi@linaro.org>
6732
6733 * boards/remote-gdbserver-on-localhost.exp: New file.
6734
6735 2015-04-23 Pedro Alves <palves@redhat.com>
6736
6737 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
6738 $inferior_spawn_id instead of $inferior_spawn_id directly. On
6739 "end of file", remove $inferior_spawn_id from the indirect list.
6740
6741 2015-04-23 Pedro Alves <palves@redhat.com>
6742
6743 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
6744
6745 2015-04-23 Pedro Alves <palves@redhat.com>
6746
6747 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
6748 on $any_spawn_id instead of only on $gdb_spawn_id.
6749
6750 2015-04-21 Pierre Muller <muller@sourceware.org>
6751
6752 PR pascal/17815
6753 * lib/pascal.exp (gpc_compile): Add new option "class".
6754 (fpc_compile): Likewise.
6755 * gdb.pascal/case-insensitive-symbols.pas: New file.
6756 * gdb.pascal/case-insensitive-symbols.exp: New file.
6757
6758 2015-04-20 Gary Benson <gbenson@redhat.com>
6759
6760 * gdb.base/attach.exp: Fix three extended remote failures.
6761
6762 2015-04-17 Gary Benson <gbenson@redhat.com>
6763
6764 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
6765 the main executable over the remote protocol.
6766
6767 2015-04-16 Pedro Alves <palves@redhat.com>
6768
6769 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
6770 a new gdbserver if gdbserver_reconnect_p is set.
6771
6772 2015-04-16 Pedro Alves <palves@redhat.com>
6773
6774 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
6775 is set, don't exit gdbserver.
6776
6777 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6778
6779 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
6780 appropriate .insn, such that an older assembler can be used.
6781 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
6782 the z/Architecture instruction set on 31-bit targets as well.
6783
6784 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6785
6786 * gdb.go/handcall.exp: Remove all logic related to the first
6787 breakpoint and rely on go_runto_main instead.
6788 * gdb.go/strings.exp: Likewise.
6789 * gdb.go/unsafe.exp: Likewise.
6790 * gdb.go/hello.exp: Likewise. Also rename the remaining
6791 breakpoint marker to "breakpoint 1".
6792 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
6793 * gdb.go/strings.go: Likewise.
6794 * gdb.go/unsafe.go: Likewise.
6795 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
6796 "set breakpoint 2 here" and rename the remaining breakpoint marker
6797 to "breakpoint 1".
6798
6799 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
6800
6801 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
6802 if itertools.imap is not present.
6803 * gdb.python/py-objfile.exp: Add parentheses.
6804 * gdb.python/py-type.exp: Same.
6805 * gdb.python/py-unwind-maint.py: Same.
6806
6807 2015-04-15 Yao Qi <yao.qi@linaro.org>
6808
6809 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
6810 of ":$ptr_size" and set its form explicitly.
6811
6812 2015-04-15 Pedro Alves <palves@redhat.com>
6813 Yao Qi <yao.qi@linaro.org>
6814
6815 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
6816 timeout by factor of 4.
6817 (test_regular_watch): Likewise.
6818 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
6819 * gdb.reverse/sigall-reverse.exp: Likewise.
6820 * gdb.reverse/until-precsave.exp: Likewise.
6821 * lib/gdb.exp (with_timeout_factor): New proc.
6822 (gdb_expect): Move some code to ...
6823 (get_largest_timeout): ... here. New procedure.
6824
6825 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
6826
6827 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
6828
6829 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
6830
6831 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
6832 to write to the .text section.
6833
6834 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
6835
6836 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
6837 Handle the case of targets that do not provide PID information.
6838
6839 2015-04-13 Yao Qi <yao.qi@linaro.org>
6840
6841 * lib/gdbserver-support.exp (gdb_exit): Catch exception
6842 and use expect instead of gdb_expect.
6843
6844 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
6845
6846 * gdb.base/coredump-filter.exp: Rename variable "addr" to
6847 "coredump_var_addr" to avoid naming conflict with other testcases.
6848
6849 2015-04-10 Pedro Alves <palves@redhat.com>
6850
6851 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
6852 gdb_test_sequence and gdb_assert.
6853
6854 2015-04-10 Pedro Alves <palves@redhat.com>
6855
6856 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
6857 test messages that don't include the breakpoint address.
6858
6859 2015-04-10 Yao Qi <yao.qi@linaro.org>
6860
6861 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
6862 false for some offset and width combinations which aren't
6863 supported by linux kernel.
6864
6865 2015-04-10 Pedro Alves <palves@redhat.com>
6866
6867 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
6868 procedure, factored out from ...
6869 (top level): ... here. Add "set displaced-stepping" testing axis.
6870 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
6871 parameter "displaced". Use it.
6872 (top level): Use foreach and add "set displaced-stepping" testing
6873 axis.
6874
6875 2015-04-10 Pedro Alves <palves@redhat.com>
6876
6877 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
6878 Remove comment.
6879 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
6880 both the address of the instruction that triggers the watchpoint
6881 and the address of the instruction immediately after, and use
6882 those addresses for the test. Fix comment.
6883
6884 2015-04-10 Pedro Alves <palves@redhat.com>
6885
6886 * gdb.base/sigstep.exp (breakpoint_to_handler)
6887 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
6888 Test "backtrace" in handler.
6889 (breakpoint_over_handler): New parameter 'displaced'. Use it.
6890 (top level): Add new "displaced" test axis to
6891 breakpoint_to_handler, breakpoint_to_handler_entry and
6892 breakpoint_over_handler.
6893
6894 2015-04-10 Pedro Alves <palves@redhat.com>
6895
6896 PR gdb/18216
6897 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
6898
6899 2015-04-10 Yao Qi <yao.qi@linaro.org>
6900
6901 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
6902 (test_add_rn_pc): New function.
6903 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
6904 (top level): Invoke test_add_rn_pc.
6905
6906 2015-04-10 Pedro Alves <palves@redhat.com>
6907
6908 PR gdb/13858
6909 * gdb.base/step-over-no-symbols.exp: New file.
6910
6911 2015-04-09 Andy Wingo <wingo@igalia.com>
6912
6913 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
6914 after the Python tests.
6915
6916 2015-04-08 Keith Seitz <keiths@redhat.com>
6917
6918 PR python/16699
6919 * gdb.python/py-completion.exp: New tests for completion.
6920 * gdb.python/py-completion.py (CompleteLimit1): New class.
6921 (CompleteLimit2): Likewise.
6922 (CompleteLimit3): Likewise.
6923 (CompleteLimit4): Likewise.
6924 (CompleteLimit5): Likewise.
6925 (CompleteLimit6): Likewise.
6926 (CompleteLimit7): Likewise.
6927
6928 2015-04-08 Pedro Alves <palves@redhat.com>
6929
6930 PR gdb/18214
6931 PR gdb/18216
6932 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
6933 function.
6934 (main): Install it as SIGUSR1 handler.
6935 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
6936 parameter. Always use "setup" as prefix. Toggle "set
6937 displaced-stepping" off/on depending on global. Don't switch to
6938 thread 1 here.
6939 (top level): Add displaced stepping "off/on" test axis. Update
6940 "setup" calls. Wrap each subtest with with_test_prefix. Test
6941 continuing with a queued signal in each thread.
6942
6943 2015-04-08 Pedro Alves <palves@redhat.com>
6944
6945 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
6946 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
6947 gdb_breakpoint instead of gdb_test that doesn't expect anything.
6948 Return early if running to main fails.
6949 * gdb.trace/while-stepping.exp: Likewise.
6950
6951 2015-04-07 Pedro Alves <palves@redhat.com>
6952
6953 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
6954 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
6955 interact with inferior program.
6956
6957 2015-04-07 Pedro Alves <palves@redhat.com>
6958
6959 * lib/gdb.exp (inferior_spawn_id): New global.
6960 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
6961 spawn id after processing the user code.
6962 (default_gdb_start): Set inferior_spawn_id.
6963 (send_inferior): New procedure.
6964 * lib/gdbserver-support.exp (gdbserver_start): Set
6965 inferior_spawn_id.
6966 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
6967
6968 2015-04-07 Pedro Alves <palves@redhat.com>
6969
6970 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
6971 * lib/gdbserver-support.exp (gdbserver_start): Make
6972 $server_spawn_id global.
6973 (gdbserver_start): Don't wait for gdbserver's spawn id with
6974 expect_background.
6975 (close_gdbserver): New procedure.
6976 (gdb_exit): Rename the default version and reimplement.
6977
6978 2015-04-07 Pedro Alves <palves@redhat.com>
6979
6980 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
6981 append the substituted item, not the original item.
6982
6983 2015-04-07 Pedro Alves <palves@redhat.com>
6984
6985 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
6986 gdb_expect.
6987
6988 2015-04-07 Pedro Alves <palves@redhat.com>
6989
6990 * gdb.base/interrupt.exp: Don't handle the case of the inferior
6991 output appearing once only.
6992
6993 2015-04-07 Pedro Alves <palves@redhat.com>
6994
6995 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
6996 that doesn't expect anything. Return early if running to main
6997 fails.
6998
6999 2015-04-07 Yao Qi <yao.qi@linaro.org>
7000
7001 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
7002 (child_function): Call alarm.
7003 (main): Move call to alarm into the loop.
7004 * gdb.threads/non-stop-fair-events.exp: Build program with
7005 -DTIMEOUT=$timeout.
7006
7007 2015-04-06 Doug Evans <xdje42@gmail.com>
7008
7009 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
7010 Fix dest parameter to board_info.
7011 (fpc_compile): Ditto.
7012 (gdb_compile_pascal): Rename dest arg to destfile.
7013
7014 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
7015
7016 * gdb.ada/funcall_ref.exp: New file.
7017 * gdb.ada/funcall_ref/foo.adb: New file.
7018
7019 2015-04-02 Yao Qi <yao.qi@linaro.org>
7020
7021 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
7022 is remote.
7023
7024 2015-04-02 Gary Benson <gbenson@redhat.com>
7025
7026 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
7027
7028 2015-04-01 Sasha Smundak <asmundak@google.com>
7029
7030 * gdb.python/py-unwind-maint.c: New file.
7031 * gdb.python/py-unwind-maint.exp: New test.
7032 * gdb.python/py-unwind-maint.py: New file.
7033 * gdb.python/py-unwind.c: New file.
7034 * gdb.python/py-unwind.exp: New test.
7035 * gdb.python/py-unwind.py: New test.
7036
7037 2015-04-01 Pedro Alves <palves@redhat.com>
7038
7039 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
7040 to fail instead of non-existent $test.
7041
7042 2015-04-01 Pedro Alves <palves@redhat.com>
7043
7044 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
7045 GDBFLAGS if not empty.
7046
7047 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
7048
7049 * gdb.ada/complete.exp: Remove "multi_line".
7050 * gdb.ada/info_exc.exp: Remove "multi_line".
7051 * gdb.ada/packed_tagged.exp: Remove "multi_line".
7052 * gdb.ada/ptype_field.exp: Remove "multi_line".
7053 * gdb.ada/sym_print_name.exp: Remove "multi_line".
7054 * gdb.ada/tagged.exp: Remove "multi_line".
7055 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
7056 [multi_line ...]
7057 * gdb.btrace/delta.exp: Likewise.
7058 * gdb.btrace/exception.exp: Likewise.
7059 * gdb.btrace/function_call_history.exp: Likewise.
7060 * gdb.btrace/instruction_history.exp: Likewise.
7061 * gdb.btrace/nohist.exp: Likewise.
7062 * gdb.btrace/record_goto.exp: Likewise.
7063 * gdb.btrace/segv.exp: Likewise.
7064 * gdb.btrace/stepi.exp: Likewise.
7065 * gdb.btrace/tailcall.exp: Likewise.
7066 * gdb.btrace/unknown_functions.exp: Likewise.
7067 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
7068 * lib/gdb.exp: Add the "multi_line" helper.
7069
7070 2015-04-01 Pedro Alves <palves@redhat.com>
7071
7072 * gdb.threads/tid-reuse.c: New file.
7073 * gdb.threads/tid-reuse.exp: New file.
7074
7075 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
7076
7077 PR corefiles/16092
7078 * gdb.base/coredump-filter.c: New file.
7079 * gdb.base/coredump-filter.exp: Likewise.
7080
7081 2015-03-27 Petr Machata <pmachata@redhat.com>
7082
7083 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
7084 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
7085 (Dwarf::assemble): Initialize them.
7086 (Dwarf::lines): New function.
7087
7088 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
7089
7090 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
7091 SYMBOL_PREFIX for x86_64-*-cygwin.
7092
7093 2015-03-26 Andy Wingo <wingo@igalia.com>
7094
7095 PR symtab/18148
7096 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
7097 const_value but not a location.
7098 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7099 location defined in non-main CUs are visible.
7100
7101 2015-03-26 Yao Qi <yao.qi@linaro.org>
7102
7103 PR testsuite/18139
7104 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7105 Add a line number entry for the same line.
7106 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7107 Add a line number entry for the same line.
7108
7109 2015-03-26 Yao Qi <yao.qi@linaro.org>
7110
7111 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7112 .int 0.
7113 (func): Likewise. Add .Lfunc_1 label.
7114 Use .Lfunc_1 label.
7115 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7116 .int 0.
7117 (func): Likewise.
7118 Use .Lfunc_1 label.
7119
7120 2015-03-26 Yao Qi <yao.qi@linaro.org>
7121
7122 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
7123 Call gdb_compile instead to compile each .s files without debug
7124 information.
7125
7126 2015-03-26 Yao Qi <yao.qi@linaro.org>
7127
7128 * gdb.base/savedregs.exp (process_saved_regs): Make
7129 "Saved registers:" optional in the pattern.
7130
7131 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7132
7133 * gdb.btrace/next.exp: Merged into step.exp.
7134 * gdb.btrace/finish.exp: Merged into step.exp.
7135 * gdb.btrace/nexti.exp: Merged into stepi.exp.
7136 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
7137 "record goto" and checking the exact replay position.
7138 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
7139 check for "Recording format" in "info record" output.
7140 * gdb.btrace/record_goto.exp: Choose test file based on target.
7141 * gdb.btrace/x86-record_goto.S: Renamed into ...
7142 * gdb.btrace/x86_64-record_goto.S: ... this.
7143 * gdb.btrace/i686-record_goto.S: New.
7144 * gdb.btrace/x86-tailcall.S: Renamed into ...
7145 * gdb.btrace/x86_64-tailcall.S: ... this.
7146 * gdb.btrace/i686-tailcall.S: New.
7147 * gdb.btrace/x86-tailcall.c: Renamed into ...
7148 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
7149 separate statements. Update test.
7150 * gdb.btrace/delta.exp: Use record_goto.c as test file.
7151 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7152 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7153 * gdb.btrace/tailcall.exp: Choose test file based on target.
7154 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7155
7156 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7157
7158 * gdb.btrace/exception.exp: Increase BTS buffer size.
7159
7160 2015-03-24 Pedro Alves <palves@redhat.com>
7161
7162 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7163
7164 2015-03-24 Pedro Alves <palves@redhat.com>
7165
7166 * gdb.threads/schedlock.exp (test_step): No longer expect that
7167 "set scheduler-locking step" with "next" over a function call runs
7168 threads unlocked.
7169
7170 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7171
7172 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7173
7174 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7175
7176 PR breakpoints/16466
7177 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7178 * gdb.mi/mi-pending.c (thread_func): New function.
7179 (int main): Add threading support required.
7180 * gdb.mi/mi-pending.exp: Add tests for this issue.
7181 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7182 (pendfunc2): Remove stdio dependency.
7183 * gdb.mi/mi-pendshr2.c: New file.
7184
7185 2015-03-23 Keith Seitz <keiths@redhat.com>
7186
7187 * gdb.linespec/keywords.c: New file.
7188 * gdb.linespec/keywords.exp: New file.
7189
7190 2015-03-23 Keith Seitz <keiths@redhat.com>
7191
7192 PR gdb/18021
7193 * gdb.dwarf2/staticvirtual.exp: New test.
7194
7195 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7196
7197 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7198 * README: Remove HP-UX and gdb.hp.
7199 (configuration):
7200 * configure: Regenerate.
7201 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7202 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7203 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7204 gdb.hp/gdb.defects/Makefile.
7205 * gdb.hp/Makefile.in: File deleted.
7206 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7207 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7208 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7209 * gdb.hp/gdb.aCC/run.c: File deleted.
7210 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7211 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7212 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7213 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7214 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7215 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7216 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7217 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7218 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7219 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7220 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7221 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7222 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7223 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7224 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7225 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7226 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7227 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7228 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7229 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7230 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7231 * gdb.hp/gdb.compat/average.c: File deleted.
7232 * gdb.hp/gdb.compat/sum.c: File deleted.
7233 * gdb.hp/gdb.compat/xdb.c: File deleted.
7234 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7235 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7236 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7237 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7238 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7239 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7240 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7241 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7242 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7243 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7244 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7245 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7246 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7247 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7248 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7249 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7250 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7251 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7252 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7253 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7254 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7255 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7256 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7257 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7258 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7259 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7260 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7261 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7262 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7263 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7264 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7265 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7266 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7267 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7268 * gdb.hp/tools/odump: File deleted.
7269
7270 2015-03-19 Pedro Alves <palves@redhat.com>
7271
7272 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7273 (saw_thread_3): New globals.
7274 (top level): Increment them when an event for the corresponding
7275 thread is seen.
7276 (no thread starvation): New test.
7277
7278 2015-03-19 Pedro Alves <palves@redhat.com>
7279
7280 * gdb.threads/continue-pending-status.c: New file.
7281 * gdb.threads/continue-pending-status.exp: New file.
7282
7283 2015-03-18 Pedro Alves <palves@redhat.com>
7284
7285 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7286 Use gdb_is_target_remote instead of is_remote. Use
7287 gdb_test_multiple instead of gdb_expect. Exit early if
7288 gdb_test_multiple hits its internal matches. Tighten stepi tests
7289 expected output. Fail on exit with any signal, instead of just
7290 SIGILL.
7291
7292 2015-03-18 Yao Qi <yao.qi@linaro.org>
7293
7294 PR tdep/18107
7295 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7296 variable.
7297 * gdb.base/catch-syscall.exp: Don't skip it on
7298 aarch64*-*-linux* target. Remove elements in all_syscalls.
7299 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7300 target.
7301 (setup_all_syscalls): New proc.
7302
7303 2015-03-16 Yao Qi <yao.qi@linaro.org>
7304
7305 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7306 (top level): Skip tests if valid_addr_p returns false for
7307 $cmd1 or $cmd2.
7308
7309 2015-03-11 Andy Wingo <wingo@igalia.com>
7310
7311 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7312
7313 2015-03-11 Yao Qi <yao.qi@linaro.org>
7314
7315 * gdb.base/catch-syscall.exp: Fix typo in comments.
7316
7317 2015-03-11 Yao Qi <yao.qi@linaro.org>
7318
7319 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7320
7321 2015-03-09 Pedro Alves <palves@redhat.com>
7322
7323 * dg-extract-results.py: Delete.
7324
7325 2015-03-09 Pedro Alves <palves@redhat.com>
7326
7327 Merge dg-extract-results.sh from GCC upstream (r218843).
7328
7329 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7330 * dg-extract-results.sh: Use --text with grep to avoid issues with
7331 binary files. Fall back to cat -v, if that doesn't work.
7332
7333 2015-03-05 Pedro Alves <palves@redhat.com>
7334
7335 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7336
7337 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7338
7339 * lib/mi-support.exp (mi_expect_interrupt): Accept
7340 alternative event for when in all-stop mode.
7341
7342 2015-03-04 Pedro Alves <palves@redhat.com>
7343
7344 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7345
7346 2015-03-04 Mark Kettenis <kettenis@gnu.org>
7347
7348 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7349
7350 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7351
7352 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7353 regexps for GDB's current line display, accept a hex address
7354 preceding the line number.
7355
7356 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7357
7358 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7359 the 'arch1' variable for "s390*-linux*" targets.
7360
7361 2015-03-04 Pedro Alves <palves@redhat.com>
7362
7363 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7364 (main): Pass missing retval argument to pthread_join call.
7365
7366 2015-03-02 Pedro Alves <palves@redhat.com>
7367
7368 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7369 (top level): Call do_test with non-stop as well.
7370
7371 2015-03-02 Pedro Alves <palves@redhat.com>
7372
7373 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7374 -1.
7375
7376 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7377
7378 * gdb.arch/s390-vregs.exp: New test.
7379 * gdb.arch/s390-vregs.S: New file.
7380
7381 2015-02-27 Pedro Alves <palves@redhat.com>
7382
7383 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7384 call to catch_command_errors.
7385 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7386 catch_command_errors.
7387
7388 2015-02-27 Pedro Alves <palves@redhat.com>
7389
7390 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7391 "true" for boolean result.
7392 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7393 prototype of main.
7394
7395 2015-02-27 Pedro Alves <palves@redhat.com>
7396
7397 * lib/unbuffer_output.c: New file.
7398 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7399 (main): Call gdb_unbuffer_output.
7400
7401 2015-02-27 Yao Qi <yao.qi@linaro.org>
7402
7403 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7404 target.
7405
7406 2015-02-26 Doug Evans <dje@google.com>
7407
7408 * gdb.cp/class2.cc (Dbase, D): New classes.
7409 (main): New local delta.
7410 * gdb.cp/class2.exp: Test printing delta.
7411 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7412 (dynbar): New global.
7413 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7414
7415 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7416
7417 * gdb.compile/compile-ifunc.c: New file.
7418 * gdb.compile/compile-ifunc.exp: New file.
7419
7420 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7421
7422 * gdb.base/structs.exp: Check for correct struct on finish.
7423
7424 2015-02-26 Yao Qi <yao.qi@linaro.org>
7425
7426 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7427 is zero.
7428
7429 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7430
7431 * gdb.arch/cordic.ko.bz2: New file.
7432 * gdb.arch/cordic.ko.debug.bz2: New file.
7433 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7434
7435 2015-02-25 Yao Qi <yao.qi@linaro.org>
7436
7437 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7438 aarch64*-*-* target.
7439
7440 2015-02-23 Pedro Alves <palves@redhat.com>
7441
7442 * lib/gdb.exp (delete_breakpoints): Rewrite using
7443 gdb_test_multiple.
7444
7445 2015-02-23 Pedro Alves <palves@redhat.com>
7446
7447 * gdb.base/info-os.c: Include stdlib.h.
7448
7449 2015-02-22 Doug Evans <xdje42@gmail.com>
7450
7451 PR symtab/17855
7452 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7453 is read after symbols have been re-read.
7454 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7455 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7456
7457 2015-02-21 Doug Evans <dje@google.com>
7458
7459 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7460
7461 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7462
7463 PR corefiles/17808
7464 * gdb.arch/i386-biarch-core.core.bz2: New file.
7465 * gdb.arch/i386-biarch-core.exp: New file.
7466
7467 2015-02-21 Pedro Alves <palves@redhat.com>
7468
7469 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7470 runto_main fails.
7471
7472 2015-02-20 Pedro Alves <palves@redhat.com>
7473
7474 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7475 info probes.
7476
7477 2015-02-20 Pedro Alves <palves@redhat.com>
7478
7479 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7480
7481 2015-02-20 Pedro Alves <palves@redhat.com>
7482
7483 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7484 clean_restart before gdb_target_supports_trace.
7485
7486 2015-02-20 Pedro Alves <palves@redhat.com>
7487
7488 PR threads/18006
7489 * gdb.threads/clone-thread_db.c: New file.
7490 * gdb.threads/clone-thread_db.exp: New file.
7491
7492 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7493
7494 PR breakpoints/16812
7495 * gdb.base/catch-gdb-caused-signals.c: New file.
7496 * gdb.base/catch-gdb-caused-signals.exp: New file.
7497
7498 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7499
7500 * configure: Regenerated.
7501 * configure.ac: Use GDB_AC_TRANSFORM.
7502 * aclocal.m4: sinclude ../transform.m4.
7503
7504 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7505
7506 * lib/dtrace.exp: New file.
7507 * gdb.base/dtrace-probe.exp: Likewise.
7508 * gdb.base/dtrace-probe.d: Likewise.
7509 * gdb.base/dtrace-probe.c: Likewise.
7510 * lib/pdtrace.in: Likewise.
7511 * configure.ac: Output variables with the transformed names of
7512 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
7513 * configure: Regenerated.
7514
7515 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7516
7517 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7518 expected message when trying to access $_probe_* convenience
7519 variables while not on a probe.
7520
7521 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7522
7523 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7524
7525 2015-02-11 Pedro Alves <pedro@codesourcery.com>
7526
7527 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7528 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7529
7530 2015-02-10 Doug Evans <xdje42@gmail.com>
7531
7532 * lib/gdb.exp (gdb_load): Always return a result.
7533
7534 2015-02-10 Pedro Alves <palves@redhat.com>
7535
7536 * gdb.threads/signal-sigtrap.c: New file.
7537 * gdb.threads/signal-sigtrap.exp: New file.
7538
7539 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7540
7541 * gdb.trace/no-attach-trace.c: New file.
7542 * gdb.trace/no-attach-trace.exp: New file.
7543
7544 2015-02-09 Mark Wielaard <mjw@redhat.com>
7545
7546 * gdb.dwarf2/atomic.c: New file.
7547 * gdb.dwarf2/atomic-type.exp: Likewise.
7548
7549 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7550
7551 * gdb.btrace/buffer-size.exp: Update "info record" output.
7552 * gdb.btrace/delta.exp: Update "info record" output.
7553 * gdb.btrace/enable.exp: Update "info record" output.
7554 * gdb.btrace/finish.exp: Update "info record" output.
7555 * gdb.btrace/instruction_history.exp: Update "info record" output.
7556 * gdb.btrace/next.exp: Update "info record" output.
7557 * gdb.btrace/nexti.exp: Update "info record" output.
7558 * gdb.btrace/step.exp: Update "info record" output.
7559 * gdb.btrace/stepi.exp: Update "info record" output.
7560 * gdb.btrace/nohist.exp: Update "info record" output.
7561
7562 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7563
7564 * gdb.btrace/buffer-size: New.
7565
7566 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7567
7568 * gdb.btrace/delta.exp: Update "info record" output.
7569 * gdb.btrace/enable.exp: Update "info record" output.
7570 * gdb.btrace/finish.exp: Update "info record" output.
7571 * gdb.btrace/instruction_history.exp: Update "info record" output.
7572 * gdb.btrace/next.exp: Update "info record" output.
7573 * gdb.btrace/nexti.exp: Update "info record" output.
7574 * gdb.btrace/step.exp: Update "info record" output.
7575 * gdb.btrace/stepi.exp: Update "info record" output.
7576 * gdb.btrace/nohist.exp: Update "info record" output.
7577
7578 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
7579
7580 PR gdb/15678
7581 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7582
7583 2015-02-06 Pedro Alves <palves@redhat.com>
7584
7585 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7586 macro.
7587 (seconds_left, again): New globals.
7588 (main): Wait seconds_left in a 1-second sleep loop instead of
7589 sleeping 180 seconds. If 'again' is set, reset the seconds
7590 counter.
7591 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7592 'again' in the inferior before detaching. Print the seconds left.
7593 (options): New global.
7594 (top level): Build program with -DTIMEOUT=$timeout.
7595
7596 2015-02-06 Pedro Alves <palves@redhat.com>
7597
7598 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7599 determine how many seconds to pass to 'alarm'.
7600 * gdb.base/gdb-sigterm.exp (top level): Build program with
7601 -DTIMEOUT=$timeout.
7602 (do_test): Return success/failure indication. Add more verbose
7603 logging. Don't fail if 200 single steps are seen. Instead, fail
7604 when the test times out.
7605 (passes): New global.
7606 (top level): Break the testing loop if testing fails on any
7607 iteration. Use gdb_assert.
7608
7609 2015-02-04 Don Breazeal <donb@codesourcery.com>
7610
7611 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7612 and initialize them.
7613 (ipc_cleanup): New function.
7614 (main): Don't declare shmid, semid, and msqid. Add a call to
7615 atexit so that we call ipc_cleanup on exit.
7616
7617 2015-02-04 Pedro Alves <palves@redhat.com>
7618
7619 * boards/native-extended-gdbserver.exp: Remove any target variant
7620 specifications from the board name before clearing the isremote
7621 flag from board_info.
7622
7623 2015-01-31 Doug Evans <xdje42@gmail.com>
7624
7625 * gdb.base/maint.exp <maint print type argc>: Update expected output.
7626
7627 2015-01-31 Gary Benson <gbenson@redhat.com>
7628
7629 * gdb.base/completion.exp: Disable completion limiting for
7630 existing tests. Add new tests to check completion limiting.
7631 * gdb.linespec/ls-errs.exp: Disable completion limiting.
7632
7633 2015-01-31 Doug Evans <xdje42@gmail.com>
7634
7635 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7636
7637 2015-01-31 Doug Evans <xdje42@gmail.com>
7638
7639 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7640 entries. Duplicate file section script entries.
7641 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7642 inlined entries. Add test for safe-path rejection.
7643 * gdb.python/py-section-script.c: Add duplicate inlined section script
7644 entries. Duplicate file section script entries.
7645 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7646 inlined entries. Add test for safe-path rejection.
7647
7648 2015-01-29 Joel Brobecker <brobecker@adacore.com>
7649
7650 * gdb.ada/disc_arr_bound: New testcase.
7651
7652 2015-01-29 Joel Brobecker <brobecker@adacore.com>
7653
7654 * gdb.ada/mi_var_array: New testcase.
7655
7656 2015-01-27 Doug Evans <dje@google.com>
7657
7658 * gdb.python/py-objfile.exp: Add tests for objfile.username.
7659 Add test for objfile.filename, objfile.username after objfile
7660 has been unloaded.
7661
7662 2015-01-26 Joel Brobecker <brobecker@adacore.com>
7663
7664 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7665 the second test to print the name attribute of value
7666 returned by the call to gdb.lookup_type, and adjust
7667 the expected output accordingly.
7668
7669 2015-01-25 Mark Wielaard <mjw@redhat.com>
7670
7671 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7672 * gdb.base/disp-step-fork.c: Include unistd.h.
7673 * gdb.base/siginfo-obj.c: Include stdio.h.
7674 * gdb.base/siginfo-thread.c: Likewise.
7675 * gdb.mi/non-stop.c: Include unistd.h.
7676 * gdb.mi/nsthrexec.c: Include stdio.h.
7677 * gdb.mi/pthreads.c: Include unistd.h.
7678 * gdb.modula2/unbounded1.c (main): Declare returns int.
7679 * gdb.reverse/consecutive-reverse.c: Likewise.
7680 * gdb.threads/create-fail.c: Include unistd.h.
7681 * gdb.threads/killed.c: Likewise.
7682 * gdb.threads/linux-dp.c: Likewise.
7683 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
7684 * gdb.threads/non-ldr-exc-2.c: Likewise.
7685 * gdb.threads/non-ldr-exc-3.c: Likewise.
7686 * gdb.threads/non-ldr-exc-4.c: Likewise.
7687 * gdb.threads/pthreads.c: Include unistd.h.
7688 (main): Declare returns int.
7689 * gdb.threads/tls-main.c (foo): New declaration.
7690 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
7691
7692 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
7693
7694 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
7695 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
7696
7697 2015-01-15 Mark Wielaard <mjw@redhat.com>
7698
7699 * gdb.base/noreturn-return.c: New file.
7700 * gdb.base/noreturn-return.exp: New file.
7701 * gdb.base/noreturn-finish.c: New file.
7702 * gdb.base/noreturn-finish.exp: New file.
7703
7704 2015-01-23 Pedro Alves <palves@redhat.com>
7705
7706 * gdb.threads/continue-pending-after-query.c: New file.
7707 * gdb.threads/continue-pending-after-query.exp: New file.
7708
7709 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
7710 Simon Marchi <simon.marchi@ericsson.com>
7711
7712 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
7713 * gdb.base/valgrind-db-attach.exp: Same.
7714 * gdb.base/valgrind-infcall.exp: Same.
7715 * lib/mi-support.exp (default_mi_gdb_start): Same.
7716 * lib/prompt.exp (default_prompt_gdb_start): Same.
7717 * lib/gdb.exp (default_gdb_spawn): Same.
7718 (gdb_interact): New.
7719
7720
7721 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7722
7723 * gdb.compile/compile.exp (pointer to jit function): New test.
7724
7725 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
7726
7727 * lib/gdb.exp (supports_process_record): Return true for
7728 powerpc*-*-linux*.
7729 (supports_reverse): Likewise.
7730
7731 2015-01-15 Don Breazeal <donb@codesourcery.com>
7732
7733 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
7734 instead of checking whether the target board is remote and
7735 use spawn_wait_for_attach instead of exec/sleep.
7736 * gdb.base/attach-twice.exp: Likewise.
7737
7738 2015-01-15 Joel Brobecker <brobecker@adacore.com>
7739
7740 * gdb.ada/var_arr_attrs: New testcase.
7741
7742 2015-01-14 Pedro Alves <palves@redhat.com>
7743 Joel Brobecker <brobecker@adacore.com>
7744
7745 PR gdb/17525
7746 * gdb.base/bp-cmds-execution-x-script.c: New file.
7747 * gdb.base/bp-cmds-execution-x-script.exp: New file.
7748 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
7749
7750 2015-01-14 Pedro Alves <palves@redhat.com>
7751
7752 PR cli/17828
7753 * gdb.base/batch-preserve-term-settings.c: New file.
7754 * gdb.base/batch-preserve-term-settings.exp: New file.
7755
7756 2015-01-13 Doug Evans <dje@google.com>
7757
7758 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
7759 binary.
7760
7761 2015-01-13 Joel Brobecker <brobecker@adacore.com>
7762
7763 * Makefile.in (clean mostlyclean): Do not delete *.py.
7764
7765 2015-01-13 Joel Brobecker <brobecker@adacore.com>
7766
7767 * gdb.python/py-lookup-type.exp: New file.
7768
7769 2015-01-12 Pedro Alves <palves@redhat.com>
7770
7771 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
7772 restore GDBFLAGS before returning.
7773
7774 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7775
7776 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
7777 is_amd64_regs_target and is_x86_like_target.
7778
7779 2015-01-11 Doug Evans <xdje42@gmail.com>
7780
7781 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
7782 is given without an explicit form.
7783 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
7784 attributes.
7785 * gdb.dwarf/corrupt.exp: Ditto.
7786 * gdb.dwarf2/enum-type.exp: Ditto.
7787 * gdb.trace/entry-values.exp: Ditto.
7788 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
7789
7790 2015-01-11 Doug Evans <xdje42@gmail.com>
7791
7792 PR gdb/15830
7793 * gdb.base/maint.exp: Remove references to "maint demangle".
7794 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
7795 Add tests for explicitly specifying language to demangle.
7796 * gdb.dlang/demangle.exp: Ditto.
7797
7798 2015-01-09 Pedro Alves <palves@redhat.com>
7799
7800 * gdb.threads/non-stop-fair-events.c: New file.
7801 * gdb.threads/non-stop-fair-events.exp: New file.
7802
7803 2015-01-09 Pedro Alves <palves@redhat.com>
7804
7805 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
7806 the global scope. Set a breakpoint after all threads are started
7807 rather than stepping over two source lines. Expect the prompt.
7808 * gdb.base/watch_thread_num.c (threads_started_barrier): New
7809 global.
7810 (NUM): Now 15.
7811 (main): Use threads_started_barrier to wait for all threads to
7812 start. Main thread no longer calls thread_function. Exit after
7813 180 seconds.
7814 (loop): New function.
7815 (thread_function): Wait on threads_started_barrier barrier. Call
7816 'loop' at each iteration.
7817 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
7818 threads have started, instead of hardcoding number of "next"
7819 steps. Use an access watchpoint instead of a write watchpoint.
7820
7821 2015-01-09 Pedro Alves <palves@redhat.com>
7822
7823 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
7824 (thread_func): Wait on barrier.
7825 (main): Wait for all threads to start before stopping GDB.
7826 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
7827 global.
7828 (thread1_func, thread2_func): Wait on barrier.
7829 (main): Wait for all threads to start before stopping GDB.
7830 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
7831 New global.
7832 (thread1_func, thread2_func): Wait on barrier.
7833 (main): Wait for all threads to start before stopping GDB.
7834
7835 2015-01-09 Pedro Alves <palves@redhat.com>
7836
7837 * gdb.threads/attach-many-short-lived-threads.c: New file.
7838 * gdb.threads/attach-many-short-lived-threads.exp: New file.
7839
7840 2014-01-09 Pedro Alves <palves@redhat.com>
7841
7842 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
7843 instead of to thread 2.
7844 * gdb.threads/signal-command-multiple-signals-pending.c (main):
7845 Add barrier around each pthread_create call instead of around all
7846 calls.
7847 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
7848 Set a break on thread_function and have the child threads hit it
7849 one at at a time.
7850
7851 2015-01-09 Pedro Alves <palves@redhat.com>
7852
7853 * lib/gdb.exp (can_spawn_for_attach): New procedure.
7854 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
7855 false.
7856 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
7857 checking whether the target board is remote.
7858 * gdb.multi/multi-attach.exp: Likewise.
7859 * gdb.python/py-sync-interp.exp: Likewise.
7860 * gdb.server/ext-attach.exp: Likewise.
7861 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
7862 tests that need to attach, instead of checking whether the target
7863 board is remote at the top of the file.
7864
7865 2015-01-08 Yao Qi <yao@codesourcery.com>
7866
7867 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
7868
7869 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7870
7871 Fix testcase compilation.
7872 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
7873
7874 2015-01-06 Joel Brobecker <brobecker@adacore.com>
7875
7876 * gdb.python/py-type.exp: Add a couple test about empty
7877 array creation, and negative-length array creation.
7878
7879 2015-01-02 Doug Evans <xdje42@gmail.com>
7880
7881 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
7882
7883 2015-01-02 Doug Evans <dje@google.com>
7884
7885 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
7886
7887 2014-12-29 Yao Qi <yao@codesourcery.com>
7888
7889 * gdb.trace/entry-values.exp: Update comments. Rename variable
7890 bar_call_foo to returned_from_foo.
7891
7892 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
7893
7894 PR gdb/17394
7895 * gdb.linespec/break-asm-file.c: New file.
7896 * gdb.linespec/break-asm-file.exp: New file.
7897 * gdb.linespec/break-asm-file0.s: New file.
7898 * gdb.linespec/break-asm-file1.s: New file.
7899
7900 2014-12-18 Nigel Stephens <nigel@mips.com>
7901 Maciej W. Rozycki <macro@codesourcery.com>
7902
7903 * gdb.base/float.exp: Handle the new output from "info float" on
7904 MIPS targets.
7905
7906 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7907
7908 Fix MinGW compilation.
7909 * gdb.compile/compile-ops.exp: Update untested message if
7910 !skip_compile_feature_tests.
7911 * gdb.compile/compile-setjmp.exp: Likewise.
7912 * gdb.compile/compile-tls.exp: Likewise.
7913 * gdb.compile/compile.exp: Likewise.
7914 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
7915 supported on this host".
7916
7917 2014-12-16 Doug Evans <xdje42@gmail.com>
7918
7919 * boards/stabs.exp: New file.
7920
7921 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
7922
7923 * gdb.base/completion.exp: Adjust to format changes of "maint
7924 print user-registers".
7925
7926 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
7927
7928 PR server/17457
7929 * gdb.arch/aarch64-fp.c: New file.
7930 * gdb.arch/aarch64-fp.exp: New file.
7931
7932 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7933
7934 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
7935 r210637, r210913, r211666, r215400, r215817).
7936
7937 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
7938 * dg-extract-results.py: New file.
7939 * dg-extract-results.sh: Use it if the environment seems
7940 suitable.
7941
7942 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
7943
7944 * dg-extract-results.py (parse_run): Handle warnings that
7945 are printed before a test harness is run.
7946
7947 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
7948
7949 * dg-extract-results.py (Named): Remove __cmp__ method.
7950 (output_variation): Use a key to sort variation.harnesses.
7951
7952 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
7953
7954 * dg-extract-results.py: For Python 3, force sys.stdout to
7955 handle surrogate escape sequences.
7956 (safe_open): New function.
7957 (output_segment, main): Use it.
7958
7959 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
7960
7961 * dg-extract-results.py (Prog.result_re): Include options
7962 in test name.
7963
7964 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
7965
7966 * dg-extract-results.py (output_variation): Always sort if
7967 do_sum.
7968
7969 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
7970
7971 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
7972 as long as we get pagination notifications.
7973
7974 2014-12-15 Jason Merrill <jason@redhat.com>
7975
7976 * Makefile.in (check-gdb.%): Restore.
7977 * README: Mention it.
7978
7979 2014-12-13 Joel Brobecker <brobecker@adacore.com>
7980
7981 * gdb.ada/str_uninit: New testcase.
7982
7983 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7984
7985 PR symtab/17642
7986 * gdb.base/vla-stub-define.c: New file.
7987 * gdb.base/vla-stub.c: New file.
7988 * gdb.base/vla-stub.exp: New file.
7989
7990 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
7991 Jan Kratochvil <jan.kratochvil@redhat.com>
7992 Tom Tromey <tromey@redhat.com>
7993
7994 * configure.ac: Add gdb.compile/.
7995 * configure: Regenerate.
7996 * gdb.compile/Makefile.in: New file.
7997 * gdb.compile/compile-ops.exp: New file.
7998 * gdb.compile/compile-ops.c: New file.
7999 * gdb.compile/compile-tls.c: New file.
8000 * gdb.compile/compile-tls.exp: New file.
8001 * gdb.compile/compile-constvar.S: New file.
8002 * gdb.compile/compile-constvar.c: New file.
8003 * gdb.compile/compile-mod.c: New file.
8004 * gdb.compile/compile-nodebug.c: New file.
8005 * gdb.compile/compile-setjmp-mod.c: New file.
8006 * gdb.compile/compile-setjmp.c: New file.
8007 * gdb.compile/compile-setjmp.exp: New file.
8008 * gdb.compile/compile-shlib.c: New file.
8009 * gdb.compile/compile.c: New file.
8010 * gdb.compile/compile.exp: New file.
8011 * lib/gdb.exp (skip_compile_feature_tests): New proc.
8012
8013 2014-12-12 Tom Tromey <tromey@redhat.com>
8014
8015 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
8016 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
8017
8018 2014-12-12 Doug Evans <dje@google.com>
8019
8020 * lib/gdb-python.exp (get_python_valueof): New function.
8021 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
8022
8023 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8024
8025 * gdb.base/completion.exp: Add test for completion of "info
8026 registers ".
8027
8028 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
8029
8030 * gdb.base/func-ptrs.c: New file.
8031 * gdb.base/func-ptrs.exp: New file.
8032
8033 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8034
8035 PR breakpoints/17012
8036 * gdb.base/dprintf-detach.c: New file.
8037 * gdb.base/dprintf-detach.exp: New file.
8038
8039 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8040
8041 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
8042 * lib/gdb.exp (target_is_gdbserver): New procedure.
8043
8044 2014-12-08 Doug Evans <dje@google.com>
8045
8046 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
8047
8048 2014-12-05 Yao Qi <yao@codesourcery.com>
8049
8050 * gdb.guile/scm-error.exp: Remove the third argument to
8051 gdb_remote_download.
8052 * gdb.guile/scm-frame-args.exp: Likewise.
8053 * gdb.guile/scm-section-script.exp: Likewise.
8054
8055 2014-12-05 Yao Qi <yao@codesourcery.com>
8056
8057 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
8058
8059 2014-12-04 Doug Evans <dje@google.com>
8060
8061 * gdb.python/py-objfile.exp: Add tests for
8062 objfile.add_separate_debug_file.
8063
8064 2014-12-04 Doug Evans <dje@google.com>
8065
8066 * lib/gdb.exp (get_build_id): New function.
8067 (build_id_debug_filename_get): Rewrite to use it.
8068 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
8069
8070 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
8071
8072 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
8073 `method(long)', not just 0x0.
8074 * gdb.cp/nsalias.exp: Align code labels to 4.
8075 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
8076 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
8077 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
8078 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
8079 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
8080 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
8081
8082 2014-12-02 Doug Evans <dje@google.com>
8083
8084 PR symtab/17602
8085 * gdb.cp/anon-ns.cc: Move guts of this file to ...
8086 * gdb.cp/anon-ns2.cc: ... here. New file.
8087 * gdb.cp/anon-ns.exp: Update.
8088
8089 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
8090
8091 * gdb.python/py-events.py (inferior_call_handler): New.
8092 (register_changed_handler, memory_changed_handler): New.
8093 (test_events.invoke): Register new handlers.
8094 * gdb.python/py-events.exp: Add tests for inferior call,
8095 memory_changed and register_changed events.
8096
8097 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8098
8099 * gdb.base/execl-update-breakpoints.exp: Specify the link address
8100 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
8101 if the linker doesn't understand this.
8102
8103 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
8104
8105 * gdb.python/python.exp: Change expected reply to help().
8106
8107 2014-12-01 Yao Qi <yao@codesourcery.com>
8108
8109 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
8110 AC_CONFIG_SUBDIRS(gdb.gdbtk).
8111 * configure: Re-generated.
8112
8113 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
8114
8115 * gdb.cp/chained-calls.cc: New file.
8116 * gdb.cp/chained-calls.exp: New file.
8117 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8118
8119 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
8120
8121 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8122 * gdb.dwarf2/symtab-producer.exp: Same.
8123 * gdb.gdb/python-interrupts.exp: Same.
8124 * gdb.gdb/python-selftest.exp: Same.
8125 * gdb.python/py-linetable.exp: Same.
8126 * gdb.python/py-type.exp: Same.
8127 * gdb.python/py-value-cc.exp: Same.
8128 * gdb.python/py-value.exp: Same.
8129
8130 2014-11-28 Yao Qi <yao@codesourcery.com>
8131
8132 * gdb.base/break-probes.exp: Match library name prefixed with
8133 sysroot.
8134
8135 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
8136
8137 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
8138 test expected output. Add parentheses for the call to print.
8139 Remove L suffix from integers.
8140
8141 2014-11-26 Doug Evans <dje@google.com>
8142
8143 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8144
8145 2014-11-22 Yao Qi <yao@codesourcery.com>
8146
8147 * gdb.trace/entry-values.c: Remove asms.
8148 (foo): Add foo_label.
8149 (bar): Add bar_label.
8150 * gdb.trace/entry-values.exp: Remove code computing foo's
8151 length and bar's length.
8152 (Dwarf::assemble): Invoke function_range for bar and use
8153 MACRO_AT_func for foo.
8154
8155 2014-11-22 Yao Qi <yao@codesourcery.com>
8156
8157 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8158 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
8159 Use .Lgcc43_procstart instead of gcc43.
8160
8161 2014-11-21 Joel Brobecker <brobecker@adacore.com>
8162
8163 * gdb.ada/n_arr_bound: New testcase.
8164
8165 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
8166
8167 PR breakpoints/10737
8168 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8169 test_catch_syscall_multi_arch.
8170 (test_catch_syscall_multi_arch): New function.
8171
8172 2014-11-20 Doug Evans <xdje42@gmail.com>
8173
8174 * gdb.base/maint.exp: Update expected output.
8175
8176 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8177
8178 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8179 4-byte instruction on S390.
8180
8181 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8182
8183 * gdb.ada/arr_arr: New testcase.
8184
8185 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8186
8187 * gdb.ada/pkd_arr_elem: New Testcase.
8188
8189 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
8190
8191 * gdb.reverse/break-precsave: Expect completion message for
8192 core file reads.
8193 * gdb.reverse/consecutive-precsave.exp: Likewise.
8194 * gdb.reverse/finish-precsave.exp: Likewise.
8195 * gdb.reverse/i386-precsave.exp: Likewise.
8196 * gdb.reverse/machinestate-precsave.exp: Likewise.
8197 * gdb.reverse/sigall-precsave.exp: Likewise.
8198 * gdb.reverse/solib-precsave.exp: Likewise.
8199 * gdb.reverse/step-precsave.exp: Likewise.
8200 * gdb.reverse/until-precsave.exp: Likewise.
8201 * gdb.reverse/watch-precsave.exp: Likewise.
8202
8203 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8204
8205 * gdb.base/bp-permanent.c: Include unistd.h.
8206 * gdb.python/py-framefilter-mi.c (main): Add return type.
8207 * gdb.python/py-framefilter.c (main): Likewise.
8208 * gdb.trace/actions-changed.c (main): Likewise.
8209
8210 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8211
8212 * gdb.mi/until.c: Add eye-catchers.
8213 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8214 line numbers.
8215
8216 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8217
8218 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8219 function header variants in break1.c.
8220 * gdb.base/ena-dis-br.exp: Likewise.
8221 * gdb.base/hbreak2.exp: Likewise.
8222 * gdb.reverse/until-precsave.exp: Drop references to removed
8223 non-prototype function header variants in ur1.c.
8224 * gdb.reverse/until-reverse.exp: Likewise.
8225
8226 2014-11-17 Petr Machata <pmachata@redhat.com>
8227
8228 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8229 ${_cu_offset_size} bytes abbrev offset.
8230
8231 2014-11-15 Doug Evans <xdje42@gmail.com>
8232
8233 PR symtab/17559
8234 * gdb.base/line-symtabs.exp: New file.
8235 * gdb.base/line-symtabs.c: New file.
8236 * gdb.base/line-symtabs.h: New file.
8237
8238 2014-11-14 Yao Qi <yao@codesourcery.com>
8239
8240 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8241 (func): Add label func_label.
8242 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8243 Replace low_pc and high_pc with MACRO_AT_range.
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 (Dwarf::assemble):
8249 Replace name, low_pc and high_pc with MACRO_AT_func.
8250
8251 2014-11-14 Yao Qi <yao@codesourcery.com>
8252
8253 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8254 produce debug information.
8255 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8256
8257 2014-11-14 Yao Qi <yao@codesourcery.com>
8258
8259 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8260 object and get function length.
8261 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8262 with MACRO_AT_func.
8263 (top-level): Replace gdb_compile and clean_restart with
8264 prepare_for_testing.
8265 * gdb.dwarf2/main.c (main): Add label main_label.
8266
8267 2014-11-14 Yao Qi <yao@codesourcery.com>
8268
8269 * lib/dwarf.exp (function_range): New procedure.
8270 (Dwarf::_handle_macro_at_func): New procedure.
8271 (Dwarf::_handle_macro_at_range): New procedure.
8272 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8273
8274 2014-11-14 Yao Qi <yao@codesourcery.com>
8275
8276 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8277 (_handle_attribute): New procedure.
8278
8279 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8280
8281 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8282 * gdb.base/call-sc.c (zed): Likewise.
8283 * gdb.base/checkpoint.c (main): Likewise.
8284 * gdb.base/dump.c (main): Likewise.
8285 * gdb.base/gcore.c (main): Likewise.
8286 * gdb.base/huge.c (main): Likewise.
8287 * gdb.base/multi-forks.c (main): Likewise.
8288 * gdb.base/pr10179-a.c (main): Likewise.
8289 * gdb.base/savedregs.c (main): Likewise.
8290 * gdb.base/sigaltstack.c (main): Likewise.
8291 * gdb.base/siginfo.c (main): Likewise.
8292 * gdb.base/structs.c (zed): Likewise.
8293 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8294 * gdb.mi/mi-syn-frame.c (main): Likewise.
8295 * gdb.mi/until.c (foo, main): Likewise.
8296 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8297 * gdb.base/solib-weak.c (foo): Declare.
8298 * gdb.base/attach-twice.c: Include stdio.h.
8299 * gdb.base/weaklib1.c: Likewise.
8300 * gdb.base/weaklib2.c: Likewise.
8301 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8302 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8303 unistd.h.
8304 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8305 * gdb.mi/mi-exit-code.c: Likewise.
8306 * gdb.base/break-interp-lib.c: Include string.h.
8307 * gdb.base/coremaker.c: Likewise.
8308 * gdb.base/testenv.c: Likewise.
8309 * gdb.python/py-finish-breakpoint.c: Likewise.
8310 * gdb.base/inferior-died.c: Include sys/wait.h.
8311 * gdb.base/fileio.c: Include time.h.
8312 * gdb.base/async-shell.c: Include unistd.h.
8313 * gdb.base/dprintf-non-stop.c: Likewise.
8314 * gdb.base/info-os.c: Likewise.
8315 * gdb.mi/mi-console.c: Likewise.
8316 * gdb.mi/watch-nonstop.c: Likewise.
8317 * gdb.python/py-events.c: Likewise.
8318 * gdb.base/async.c (baz): Move up before its invocation.
8319 * gdb.base/code_elim2.c (my_global_func): Likewise.
8320 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8321 * gdb.base/advance.c (func2): Likewise.
8322
8323 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8324
8325 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8326 variant.
8327 * gdb.base/annota3.c: Likewise.
8328 * gdb.base/async.c: Likewise.
8329 * gdb.base/average.c: Likewise.
8330 * gdb.base/call-ar-st.c: Likewise.
8331 * gdb.base/call-rt-st.c: Likewise.
8332 * gdb.base/call-sc.c: Likewise.
8333 * gdb.base/call-strs.c: Likewise.
8334 * gdb.base/ending-run.c: Likewise.
8335 * gdb.base/execd-prog.c: Likewise.
8336 * gdb.base/exprs.c: Likewise.
8337 * gdb.base/foll-exec.c: Likewise.
8338 * gdb.base/foll-fork.c: Likewise.
8339 * gdb.base/foll-vfork.c: Likewise.
8340 * gdb.base/funcargs.c: Likewise.
8341 * gdb.base/gcore.c: Likewise.
8342 * gdb.base/jump.c: Likewise.
8343 * gdb.base/langs0.c: Likewise.
8344 * gdb.base/langs1.c: Likewise.
8345 * gdb.base/langs2.c: Likewise.
8346 * gdb.base/mips_pro.c: Likewise.
8347 * gdb.base/nodebug.c: Likewise.
8348 * gdb.base/opaque0.c: Likewise.
8349 * gdb.base/opaque1.c: Likewise.
8350 * gdb.base/recurse.c: Likewise.
8351 * gdb.base/run.c: Likewise.
8352 * gdb.base/scope0.c: Likewise.
8353 * gdb.base/scope1.c: Likewise.
8354 * gdb.base/setshow.c: Likewise.
8355 * gdb.base/setvar.c: Likewise.
8356 * gdb.base/shmain.c: Likewise.
8357 * gdb.base/shr1.c: Likewise.
8358 * gdb.base/shr2.c: Likewise.
8359 * gdb.base/sigall.c: Likewise.
8360 * gdb.base/signals.c: Likewise.
8361 * gdb.base/so-indr-cl.c: Likewise.
8362 * gdb.base/solib2.c: Likewise.
8363 * gdb.base/structs.c: Likewise.
8364 * gdb.base/sum.c: Likewise.
8365 * gdb.base/vforked-prog.c: Likewise.
8366 * gdb.base/watchpoint.c: Likewise.
8367 * gdb.reverse/shr2.c: Likewise.
8368 * gdb.reverse/until-reverse.c: Likewise.
8369 * gdb.reverse/ur1.c: Likewise.
8370 * gdb.reverse/watch-reverse.c: Likewise.
8371
8372 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8373
8374 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8375 variant.
8376 * gdb.base/sepdebug.exp: Drop references to removed code.
8377
8378 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8379
8380 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8381 variant. Preserve original line numbering.
8382 * gdb.base/list1.c: Likewise.
8383
8384 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8385
8386 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8387 variant.
8388 * gdb.base/break1.c: Likewise.
8389 * gdb.base/break.exp: Drop references to removed code.
8390
8391 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8392
8393 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8394 variant.
8395
8396 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8397
8398 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8399
8400 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8401
8402 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8403 logic into perform_all_tests() and invoke it with and without
8404 function header prototypes.
8405 (do_function_calls): Remove conditional XFAIL for PR 5318.
8406 (rerun_and_prepare): Remove duplicate code.
8407 (perform_all_tests): New. Main logic moved here.
8408
8409 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8410
8411 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8412 code guarded by #ifdef NO_PROTOTYPES.
8413 (t_double_many_args): Likewise.
8414 (DEF_FUNC_MANY_ARGS_1): Likewise.
8415 (DEF_FUNC_VALUES_1): Likewise.
8416 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8417 guarded by #ifdef PROTOTYPES.
8418
8419 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8420
8421 * gdb.mi/mi-console.c: Add eye-catcher.
8422 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8423 instead of literal line number.
8424
8425 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8426
8427 * gdb.base/shr2.c: Add eye-catcher.
8428 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8429 line number.
8430
8431 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8432
8433 * gdb.base/jump.c: Add eye-catchers.
8434 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8435 numbers.
8436
8437 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8438
8439 * gdb.base/execd-prog.c: Add eye-catchers.
8440 * gdb.base/foll-exec.c: Likewise.
8441 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8442 line numbers.
8443
8444 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8445
8446 * gdb.base/ending-run.c: Add eye-catchers.
8447 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8448 literal line numbers.
8449
8450 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8451
8452 * gdb.base/call-rt-st.c: Add eye-catchers.
8453 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8454 literal line numbers.
8455
8456 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8457
8458 * gdb.base/call-ar-st.c: Add eye-catchers.
8459 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8460 literal line numbers.
8461
8462 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8463
8464 * gdb.base/average.c: Add eye-catchers.
8465 * gdb.base/sum.c: Likewise.
8466 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8467 regexps dynamically.
8468
8469 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8470
8471 * gdb.base/solib1.c: Add eye-catchers.
8472 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8473 literal line numbers.
8474
8475 2014-11-12 Pedro Alves <palves@redhat.com>
8476
8477 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8478 leader has exited.
8479
8480 2014-11-12 Pedro Alves <palves@redhat.com>
8481
8482 * gdb.arch/i386-bp_permanent.c: New file.
8483 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8484 (srcfile): Set to i386-bp_permanent.c.
8485 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8486 that stepi does not execute the 'leave' instruction, instead of
8487 testing it does execute.
8488 * gdb.base/bp-permanent.c: New file.
8489 * gdb.base/bp-permanent.exp: New file.
8490
8491 2014-11-10 Doug Evans <xdje42@gmail.com>
8492
8493 PR symtab/17564
8494 * gdb.base/symtab-search-order.exp: New file.
8495 * gdb.base/symtab-search-order.c: New file.
8496 * gdb.base/symtab-search-order-1.c: New file.
8497 * gdb.base/symtab-search-order-shlib-1.c: New file.
8498
8499 2014-11-07 Pedro Alves <palves@redhat.com>
8500
8501 PR gdb/17511
8502 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8503 i?86-*-linux*.
8504
8505 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8506
8507 PR c++/17494
8508 * gdb.cp/pr17494.cc: New file.
8509 * gdb.cp/pr17494.exp: New file.
8510
8511 2014-11-02 Yao Qi <yao@codesourcery.com>
8512
8513 * gdb.python/python.exp: Get working directory and match the
8514 output of "set extended-prompt \\w " with it.
8515
8516 2014-10-30 Doug Evans <dje@google.com>
8517
8518 * gdb.python/py-objfile.exp: Add tests for setting random attributes
8519 in objfiles.
8520 * gdb.python/py-progspace.exp: Add tests for setting random attributes
8521 in progspaces.
8522
8523 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
8524
8525 * gdb.base/fullpath-expand.exp: Skip for a remote host.
8526 * gdb.base/realname-expand.exp: Likewise.
8527 * gdb.linespec/macro-relative.exp: Likewise.
8528
8529 2014-10-29 Pedro Alves <palves@redhat.com>
8530
8531 PR gdb/17408
8532 * gdb.threads/schedlock.c (some_function): New function.
8533 (call_function): New global.
8534 (MAYBE_CALL_SOME_FUNCTION): New macro.
8535 (thread_function): Call it.
8536 * gdb.threads/schedlock.exp (get_args): Add description parameter,
8537 and use it instead of a global counter. Adjust all callers.
8538 (get_current_thread): Use "find current thread" for test message
8539 here rather than having all callers pass down the same string.
8540 (goto_loop): New procedure, factored out from ...
8541 (my_continue): ... this.
8542 (step_ten_loops): Change parameter from test message to command to
8543 use. Adjust.
8544 (list_count): Delete global.
8545 (check_result): New procedure, factored out from duplicate top
8546 level code.
8547 (continue tests): Wrap in with_test_prefix.
8548 (test_step): New procedure, factored out from duplicate top level
8549 code.
8550 (top level): Test "step" in combination with all scheduler-locking
8551 modes. Test "next" in combination with all scheduler-locking
8552 modes, and in combination with stepping over a function call or
8553 not.
8554 * gdb.threads/next-bp-other-thread.c: New file.
8555 * gdb.threads/next-bp-other-thread.exp: New file.
8556
8557 2014-10-29 Pedro Alves <palves@redhat.com>
8558
8559 PR python/17372
8560 * gdb.python/python.exp: Test a multi-line command that spawns
8561 interactive Python.
8562 * gdb.base/multi-line-starts-subshell.exp: New file.
8563
8564 2014-10-29 Yao Qi <yao@codesourcery.com>
8565
8566 * gdb.base/fileio.exp: Make directories on host.
8567
8568 2014-10-29 Yao Qi <yao@codesourcery.com>
8569
8570 * gdb.base/fileio.c (test_write): Close the file.
8571
8572 2014-10-28 Pedro Alves <palves@redhat.com>
8573
8574 PR gdb/12623
8575 * gdb.base/sigstep.c (no_handler): New global.
8576 (main): If 'no_handler is true, set the signal handlers to
8577 SIG_IGN.
8578 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8579 with_sw_watch and no_handler parameters. Handle them.
8580 (top level) <stepping over handler when stopped at a breakpoint
8581 test>: Add a test axis for testing with a software watchpoint, and
8582 another for testing with the signal handler set to SIG_IGN.
8583 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8584 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8585
8586 2014-10-28 Pedro Alves <palves@redhat.com>
8587
8588 PR gdb/17511
8589 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8590 * gdb.base/sigstep.exp (other_handler_location): New global.
8591 (advance): Support stepping into the signal handler, and running
8592 commands while in the handler.
8593 (in_handler_map): New global.
8594 (top level): In the advance test, add combinations for getting
8595 into the handler with stepping commands, and for running commands
8596 in the handler. Add comment descripting the advancei tests.
8597
8598 2014-10-28 Pedro Alves <palves@redhat.com>
8599
8600 * gdb.base/sigstep.exp: Use build_executable instead of
8601 prepare_for_testing.
8602 (top level): Move code that starts GDB, runs to main and creates a
8603 display to ...
8604 (restart): ... this new procedure.
8605 (top level): Move backtrace from signal handler test to ...
8606 (validate_backtrace): ... this new procedure.
8607 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
8608 with_test_prefix. Always restart GDB.
8609 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
8610 with_test_prefix. Always restart GDB. No need to delete
8611 breakpoints after the test.
8612 (test_skip_handler): Remove prefix parameter.
8613 (skip_over_handler, breakpoint_to_handler)
8614 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8615 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
8616 restart GDB. No need to delete breakpoints after the test.
8617 (top level): Use foreach to call the test procedures with
8618 different commands.
8619
8620 2014-10-28 Pedro Alves <palves@redhat.com>
8621
8622 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8623 instead of GNATS numbers.
8624 * gdb.base/sigbpt.exp: Likewise.
8625 * gdb.base/siginfo.exp: Likewise.
8626 * gdb.base/sigstep.exp: Likewise.
8627
8628 2014-10-27 Pedro Alves <palves@redhat.com>
8629
8630 * gdb.base/sigstep.c (dummy): New global.
8631 (main): Issue a couple writes to the new global.
8632 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8633 procedures.
8634 (skip_over_handler): Use test_skip_handler.
8635 (top level): Call skip_over_handler for stepi and nexti too.
8636 (breakpoint_over_handler): Use test_skip_handler.
8637 (top level): Call breakpoint_over_handler for stepi and nexti too.
8638
8639 2014-10-27 Yao Qi <yao@codesourcery.com>
8640
8641 * gdb.trace/tfile.c (adjust_function_address)
8642 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8643 function descriptor.
8644
8645 2014-10-24 Don Breazeal <donb@codesourcery.com>
8646
8647 * gdb.base/foll-fork.exp (test_follow_fork,
8648 catch_fork_child_follow): Check for updated fork messages emitted
8649 from infrun.c.
8650 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8651 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8652 vfork_and_exec_child_follow_through_step): Check for updated vfork
8653 messages emitted from infrun.c.
8654
8655 2014-10-24 Pedro Alves <palves@redhat.com>
8656
8657 * gdb.base/corefile.exp: Remove references to ultrix.
8658 * gdb.base/interrupt.exp: Likewise.
8659 * gdb.base/whatis.exp: Likewise.
8660 * gdb.gdb/selftest.exp: Likewise.
8661 * gdb.threads/manythreads.exp: Likewise.
8662 * gdb.threads/print-threads.exp: Likewise.
8663 * gdb.threads/pthreads.exp:: Likewise.
8664 * gdb.threads/schedlock.exp: Likewise.
8665
8666 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
8667
8668 * gdb.cp/non-trivial-retval.cc: Add a test case.
8669 * gdb.cp/non-trivial-retval.exp: Add a test.
8670
8671 2014-10-20 Yao Qi <yao@codesourcery.com>
8672
8673 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8674 * gdb.python/py-objfile-script-gdb.py: New file.
8675 * gdb.python/py-objfile-script.exp: Update reference to
8676 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
8677 of remote_download. Remove the dest file.
8678
8679 2014-10-20 Yao Qi <yao@codesourcery.com>
8680
8681 * gdb.base/checkpoint.exp: Don't remove file copied on host.
8682 * gdb.base/step-line.exp: Likewise.
8683 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8684 * gdb.dwarf2/dw2-basic.exp: Likewise.
8685 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8686 * gdb.dwarf2/dw2-filename.exp: Likewise.
8687 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8688 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8689 * gdb.dwarf2/dw2-producer.exp: Likewise.
8690 * gdb.dwarf2/mac-fileno.exp: Likewise.
8691 * gdb.python/py-frame-args.exp: Likewise.
8692 * gdb.python/py-framefilter.exp: Likewise.
8693 * gdb.python/py-mi.exp: Likewise.
8694 * gdb.python/py-objfile-script.exp: Likewise
8695 * gdb.python/py-pp-integral.exp: Likewise.
8696 * gdb.python/py-pp-re-notag.exp: Likewise.
8697 * gdb.python/py-prettyprint.exp: Likewise.
8698 * gdb.python/py-section-script.exp: Likewise.
8699 * gdb.python/py-typeprint.exp: Likewise.
8700 * gdb.python/py-xmethods.exp: Likewise.
8701 * gdb.stabs/weird.exp: Likewise.
8702 * gdb.xml/tdesc-regs.exp: Likewise.
8703
8704 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
8705
8706 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
8707 (out_cu): Use addr_len for the size of addresses.
8708 (out_line): Likewise. Size DW_LNE_set_address instruction
8709 according to addr_len.
8710 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
8711 (FUNC): Add START_INSNS to definition.
8712
8713 2014-10-18 Yao Qi <yao@codesourcery.com>
8714
8715 * gdb.base/argv0-symlink.exp: Check argv[0] value if
8716 gdb_has_argv0 return true.
8717 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
8718 check [target_info exists noargs], check [gdb_has_argv0]
8719 instead.
8720 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
8721 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
8722 procedures.
8723
8724 2014-10-17 Doug Evans <dje@google.com>
8725
8726 * gdb.python/py-events.exp: Update expected output for clear_objfiles
8727 event.
8728 * gdb.python/py-events.py: Add clear_objfiles event.
8729
8730 2014-10-17 Doug Evans <dje@google.com>
8731
8732 * gdb.python/py-objfile.exp: Test progspace attribute.
8733
8734 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
8735
8736 * gdb.guile/scm-breakpoint.exp: Do not assume any
8737 directory separators when matching source file paths.
8738 * gdb.python/py-breakpoint.exp: Likewise.
8739 * gdb.reverse/break-precsave.exp: Likewise.
8740 * gdb.reverse/break-reverse.exp: Likewise.
8741 * gdb.reverse/consecutive-precsave.exp: Likewise.
8742 * gdb.reverse/finish-precsave.exp: Likewise.
8743 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8744 * gdb.reverse/finish-reverse.exp: Likewise.
8745 * gdb.reverse/i386-precsave.exp: Likewise.
8746 * gdb.reverse/i387-env-reverse.exp: Likewise.
8747 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8748 * gdb.reverse/machinestate-precsave.exp: Likewise.
8749 * gdb.reverse/machinestate.exp: Likewise.
8750 * gdb.reverse/sigall-precsave.exp: Likewise.
8751 * gdb.reverse/solib-precsave.exp: Likewise.
8752 * gdb.reverse/step-precsave.exp: Likewise.
8753 * gdb.reverse/until-precsave.exp: Likewise.
8754 * gdb.reverse/watch-precsave.exp: Likewise.
8755 * gdb.reverse/watch-reverse.exp: Likewise.
8756
8757 2014-10-17 Yao Qi <yao@codesourcery.com>
8758
8759 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
8760 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
8761
8762 2014-10-17 Pedro Alves <palves@redhat.com>
8763
8764 PR gdb/17471
8765 * gdb.base/bg-execution-repeat.c: New file.
8766 * gdb.base/bg-execution-repeat.exp: New file.
8767
8768 2014-10-17 Pedro Alves <palves@redhat.com>
8769
8770 PR gdb/17300
8771 * gdb.base/continue-all-already-running.c: New file.
8772 * gdb.base/continue-all-already-running.exp: New file.
8773
8774 2014-10-17 Pedro Alves <palves@redhat.com>
8775
8776 PR gdb/17472
8777 * gdb.base/annota-input-while-running.c: New file.
8778 * gdb.base/annota-input-while-running.exp: New file.
8779
8780 2014-10-17 Pedro Alves <palves@redhat.com>
8781
8782 * gdb.base/callfuncs.exp: emove references to osf.
8783 * gdb.base/sigall.exp: Likewise.
8784 * gdb.gdb/selftest.exp: Likewise.
8785 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
8786 * gdb.mi/non-stop.c: Likewise.
8787 * gdb.mi/pthreads.c: Likewise.
8788 * gdb.reverse/sigall-precsave.exp: Likewise.
8789 * gdb.reverse/sigall-reverse.exp: Likewise.
8790 * gdb.threads/pthreads.c: Likewise.
8791 * gdb.threads/pthreads.exp: Likewise.
8792
8793 2014-10-17 Yao Qi <yao@codesourcery.com>
8794
8795 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
8796 check 'target_info exists noargs'.
8797 (test_command_prompt_position): Likewise.
8798 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
8799 Remove "set args".
8800 (progvar_simple_while_test): Likewise.
8801 (progvar_complex_if_while_test): Likewise.
8802 (if_while_breakpoint_command_test): Likewise.
8803 (infrun_breakpoint_command_test): Likewise.
8804 (breakpoint_command_test): Likewise.
8805 (watchpoint_command_test): Likewise.
8806 (bp_deleted_in_command_test): Likewise.
8807 (temporary_breakpoint_commands): Likewise.
8808
8809 2014-10-16 Yao Qi <yao@codesourcery.com>
8810
8811 * gdb.base/remotetimeout.exp: Remove noargs checking.
8812
8813 2014-10-15 Pedro Alves <palves@redhat.com>
8814
8815 PR breakpoints/9649
8816 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
8817 * gdb.base/breakpoint-in-ro-region.exp
8818 (probe_target_hardware_step): New procedure.
8819 (top level): Probe hardware stepping and hardware breakpoint
8820 support. Test stepping through a read-only region, with both
8821 "breakpoint auto-hw" on and off and both "always-inserted" on and
8822 off.
8823
8824 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
8825
8826 * gdb.dlang/demangle.exp: Update for demangling changes.
8827
8828 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8829
8830 * gdb.cp/non-trivial-retval.cc: Add new test cases.
8831 * gdb.cp/non-trivial-retval.exp: Add new tests.
8832
8833 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8834
8835 PR c++/13403
8836 PR c++/15154
8837 * gdb.cp/non-trivial-retval.cc: New file.
8838 * gdb.cp/non-trivial-retval.exp: New file.
8839
8840 2014-10-15 Yao Qi <yao@codesourcery.com>
8841
8842 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
8843 remote host.
8844
8845 2014-10-15 Yao Qi <yao@codesourcery.com>
8846
8847 * gdb.python/py-symbol.exp: Match file base name if host is
8848 remote, otherwise match file name with dir name.
8849 * gdb.python/py-symtab.exp: Likewise.
8850 * gdb.python/python.exp: Likewise.
8851
8852 2014-10-15 Yao Qi <yao@codesourcery.com>
8853
8854 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
8855 pattern.
8856 * gdb.python/py-symtab.exp: Likewise.
8857 * gdb.python/python.exp: Remove trailing ".*". Fix typo
8858 locationn.
8859
8860 2014-10-14 Joel Brobecker <brobecker@adacore.com>
8861
8862 * gdb.ada/addr_arith: New testcase.
8863
8864 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
8865
8866 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
8867 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
8868 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
8869 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
8870
8871 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
8872
8873 * gdb.arch/stap-eval-lang-ada.S: Likewise.
8874 * gdb.arch/stap-eval-lang-ada.c: Likewise.
8875 * gdb.arch/stap-eval-lang-ada.exp: New file.
8876
8877 2014-10-14 Yao Qi <yao@codesourcery.com>
8878
8879 * gdb.mi/mi-var-child.c (nothing1): New function.
8880 (nothing2): New function.
8881 (do_children_tests): Set function pointers by nothing1 and
8882 nothing2.
8883 * gdb.mi/mi-var-child.exp: Step over new added statements.
8884 Update test to match the new output.
8885 * gdb.mi/var-cmd.c (nothing1): New function.
8886 (nothing2): New function.
8887 (do_children_tests): Set function pointers by nothing1 and
8888 nothing2.
8889 * gdb.mi/mi-var-display.exp: Update test to match output.
8890 Step to the line specified by $line_dct_nothing.
8891 Increase the number of lines to step.
8892
8893 2014-10-14 Yao Qi <yao@codesourcery.com>
8894
8895 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
8896 tests.
8897 * gdb.mi/mi2-var-child.exp: Likewise.
8898
8899 2014-10-13 Doug Evans <dje@google.com>
8900
8901 * gdb.python/py-objfile.exp: Change name of file name test.
8902
8903 2014-10-13 Doug Evans <dje@google.com>
8904
8905 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
8906 from the start of the CU.
8907
8908 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8909 Yao Qi <yao@codesourcery.com>
8910
8911 Fix "save breakpoints" for "catch" command.
8912 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
8913 Remove -nonewline. Match also the added "main" line.
8914
8915 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8916
8917 Fix "save breakpoints" for "disable $bpnum" command.
8918 * gdb.base/save-bp.c (main): Add label.
8919 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
8920
8921 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8922
8923 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
8924
8925 2014-10-11 Yao Qi <yao@codesourcery.com>
8926
8927 * gdb.server/server-kill.exp: Execute command
8928 "set remote trace-status-packet on" before "tstatus".
8929
8930 2014-10-11 Yao Qi <yao@codesourcery.com>
8931
8932 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
8933 (main): Call getppid.
8934 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
8935 and continue to it. Read variable "server_pid".
8936
8937 2014-10-11 Yao Qi <yao@codesourcery.com>
8938
8939 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
8940
8941 2014-10-11 Yao Qi <yao@codesourcery.com>
8942
8943 * gdb.threads/thread-find.exp: Don't execute command
8944 "info threads".
8945 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
8946 * gdb.threads/linux-dp.exp: Don't check the condition
8947 $threads_created equals to zero.
8948
8949 2014-10-10 Pedro Alves <palves@redhat.com>
8950
8951 * gdb.base/bigcore.exp: Remove references to IRIX.
8952 * gdb.base/funcargs.exp: Likewise.
8953 * gdb.base/interrupt.exp: Likewise.
8954 * gdb.base/mips_pro.exp: Likewise.
8955 * gdb.base/nodebug.exp: Likewise.
8956 * gdb.base/setvar.exp: Likewise.
8957 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
8958
8959 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8960 Pedro Alves <palves@redhat.com>
8961
8962 PR symtab/14466
8963 * gdb.base/vdso-warning.c: New file.
8964 * gdb.base/vdso-warning.exp: New file.
8965
8966 2014-10-02 Doug Evans <dje@google.com>
8967
8968 * gdb.base/structs.c (main): Don't run forever.
8969
8970 2014-10-02 Pedro Alves <palves@redhat.com>
8971
8972 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
8973 (top level) <stop threads 1, stop threads 2>: Use it.
8974
8975 2014-10-02 Pedro Alves <palves@redhat.com>
8976
8977 * gdb.threads/break-while-running.exp (test): Add new
8978 'update_thread_list' argument. Skip "info threads" if false.
8979 (top level): Add new 'update_thread_list' axis.
8980
8981 2014-10-02 Pedro Alves <palves@redhat.com>
8982
8983 PR breakpoints/17431
8984 * gdb.base/execl-update-breakpoints.c: New file.
8985 * gdb.base/execl-update-breakpoints.exp: New file.
8986
8987 2014-10-01 Pedro Alves <palves@redhat.com>
8988
8989 * gdb.base/breakpoint-in-ro-region.c: New file.
8990 * gdb.base/breakpoint-in-ro-region.exp: New file.
8991
8992 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
8993
8994 * gdb.mi/mi-exit-code.exp: New file.
8995 * gdb.mi/mi-exit-code.c: New file.
8996
8997 2014-09-30 Yao Qi <yao@codesourcery.com>
8998
8999 * lib/prelink-support.exp (build_executable_own_libs): Error if
9000 the target isn't native.
9001
9002 2014-09-30 Yao Qi <yao@codesourcery.com>
9003
9004 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
9005 false.
9006
9007 2014-09-22 Pedro Alves <palves@redhat.com>
9008
9009 * gdb.threads/break-while-running.exp: New file.
9010 * gdb.threads/break-while-running.c: New file.
9011
9012 2014-09-19 Yao Qi <yao@codesourcery.com>
9013
9014 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
9015 Invoke test. Restart GDB with --readnow and invoke test again.
9016
9017 2014-09-19 Yao Qi <yao@codesourcery.com>
9018
9019 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
9020 proc set_breakpoint_on_gcd_function. Invoke
9021 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
9022 invoke set_breakpoint_on_gcd_function again.
9023
9024 2014-09-18 Doug Evans <dje@google.com>
9025
9026 * gdb.dwarf2/symtab-producer.exp: New file.
9027
9028 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9029
9030 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
9031 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
9032 * gdb.base/global-var-nested-by-dso.c: Likewise.
9033 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9034
9035 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9036 Pedro Alves <palves@redhat.com>
9037
9038 * gdb.base/watch-bitfields.exp: Pass string other than test file
9039 name to prepare_for_testing.
9040 (watch): New procedure.
9041 (expect_watchpoint): Use with_test_prefix.
9042 (top level): Factor out tests to ...
9043 (test_watch_location, test_regular_watch): ... these new
9044 procedures, and use with_test_prefix and gdb_continue_to_end.
9045
9046 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
9047
9048 PR breakpoints/12526
9049 * gdb.base/watch-bitfields.exp: New file.
9050 * gdb.base/watch-bitfields.c: New file.
9051
9052 2014-09-16 Pedro Alves <palves@redhat.com>
9053
9054 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
9055 software and hardware addresses, not software address against
9056 itself.
9057
9058 2014-09-16 Pedro Alves <palves@redhat.com>
9059
9060 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
9061 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
9062
9063 2014-09-16 Pedro Alves <palves@redhat.com>
9064
9065 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
9066 files.
9067 * gdb.base/a2-run.exp: Remove all code guarded by istarget
9068 "*-*-vxworks*" throughout.
9069 * gdb.base/break.exp: Likewise.
9070 * gdb.base/default.exp: Likewise.
9071 * gdb.base/scope.exp: Likewise.
9072 * gdb.base/sepdebug.exp: Likewise.
9073 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
9074 throughout.
9075 * gdb.base/run.c: Likewise.
9076 * gdb.base/sepdebug.c: Likewise.
9077 * gdb.hp/gdb.aCC/run.c: Likewise.
9078 * gdb.reverse/until-reverse.c: Likewise.
9079 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
9080
9081 2014-09-16 Yao Qi <yao@codesourcery.com>
9082
9083 * boards/local-remote-host-native.exp: New file.
9084
9085 2014-09-14 Doug Evans <xdje42@gmail.com>
9086
9087 * gdb.threads/queue-signal.c (thread_count): New variable.
9088 (thread_count_mutex, thread_count_condvar): New variables.
9089 (incr_thread_count, wait_all_threads_running): New functions.
9090 (main): Wait for all threads to be in their thread functions.
9091
9092 2014-09-13 Doug Evans <xdje42@gmail.com>
9093
9094 * gdb.threads/queue-signal.c: New file.
9095 * gdb.threads/queue-signal.exp: New file.
9096
9097 2014-09-13 Doug Evans <xdje42@gmail.com>
9098
9099 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9100 be consistent with what default_gdb_init uses.
9101 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9102 the plain text of the prompt. Add some logging printfs.
9103 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9104
9105 2014-09-12 Pedro Alves <palves@redhat.com>
9106
9107 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9108 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9109 * gdb.arch/i386-size-overlap.exp: Likewise.
9110 * gdb.arch/i386-size.exp: Likewise.
9111 * gdb.arch/i386-unwind.exp: Likewise.
9112 * gdb.base/a2-run.exp: Likewise.
9113 * gdb.base/break.exp: Likewise.
9114 * gdb.base/charset.exp: Likewise.
9115 * gdb.base/chng-syms.exp: Likewise.
9116 * gdb.base/commands.exp: Likewise.
9117 * gdb.base/dbx.exp: Likewise.
9118 * gdb.base/find.exp: Likewise.
9119 * gdb.base/funcargs.exp: Likewise.
9120 * gdb.base/jit-simple.exp: Likewise.
9121 * gdb.base/reread.exp: Likewise.
9122 * gdb.base/sepdebug.exp: Likewise.
9123 * gdb.base/step-bt.exp: Likewise.
9124 * gdb.cp/mb-inline.exp: Likewise.
9125 * gdb.cp/mb-templates.exp: Likewise.
9126 * gdb.objc/basicclass.exp: Likewise.
9127 * gdb.threads/killed.exp: Likewise.
9128
9129 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9130
9131 PR tdep/17379
9132 * gdb.arch/powerpc-stackless.S: New file.
9133 * gdb.arch/powerpc-stackless.exp: New file.
9134
9135 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9136
9137 * gdb.base/attach.c: Include unistd.h.
9138 (main): Call alarm. Add label postloop.
9139 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
9140 gdb_breakpoint, gdb_continue_to_breakpoint.
9141 (test_command_line_attach_run): Kill ${testpid} in one exit path.
9142
9143 2014-09-11 Pedro Alves <palves@redhat.com>
9144
9145 PR gdb/17347
9146 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9147 * gdb.base/attach.exp (test_command_line_attach_run): New
9148 procedure.
9149 (top level): Call it.
9150
9151 2014-09-11 Pedro Alves <palves@redhat.com>
9152
9153 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9154 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9155 (do_command_attach_tests): Use spawn_wait_for_attach.
9156 * gdb.base/solib-overlap.exp: Likewise.
9157 * gdb.multi/multi-attach.exp: Likewise.
9158 * gdb.python/py-prompt.exp: Likewise.
9159 * gdb.python/py-sync-interp.exp: Likewise.
9160 * gdb.server/ext-attach.exp: Likewise.
9161
9162 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
9163
9164 * gdb.fortran/array-element.exp: Remove unexpected "continue"
9165 command in testcase. Simplify testcase.
9166
9167 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9168
9169 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9170
9171 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9172
9173 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9174
9175 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9176
9177 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9178
9179 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9180
9181 * gdb.dwarf2/dynarr-ptr.c: New file.
9182 * gdb.dwarf2/dynarr-ptr.exp: New file.
9183
9184 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9185
9186 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9187 of 30 rather than hardcoding 120 for a slow test case. Take the
9188 `gdb,timeout' target setting into account for this calculation.
9189 Don't extend the timeout for the test cases that don't need it.
9190
9191 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9192
9193 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9194 a factor of 2 for a slow test case. Take the `gdb,timeout'
9195 target setting into account for this calculation.
9196 * gdb.reverse/until-precsave.exp: Increase the timeout by
9197 a factor of 15 and 3 respectively rather than adding 120
9198 for a pair of slow test cases. Take the `gdb,timeout'
9199 target setting into account for this calculation.
9200
9201 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9202
9203 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9204 timeout, don't pass one down to gdb_expect.
9205 (gdb_expect): Rework timeout selection.
9206
9207 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9208
9209 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9210 exception on timeout.
9211 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9212 (gdbserver_start_extended): Catch any `gdbserver_start' error
9213 exceptions.
9214 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9215 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9216 `gdbserver_gdb_load' error exceptions.
9217
9218 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9219
9220 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9221 120 on waiting for the TCP socket to open.
9222
9223 2014-09-09 Doug Evans <xdje42@gmail.com>
9224
9225 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9226 _caller_matches, _any_caller_is, _any_caller_matches.
9227
9228 2014-09-09 Doug Evans <xdje42@gmail.com>
9229
9230 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9231
9232 2014-09-09 Yao Qi <yao@codesourcery.com>
9233
9234 * gdb.mi/mi-var-display.exp: Set print symbol off.
9235
9236 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9237
9238 PR gdb/17035
9239 * gdb.base/commands.exp: Add tests to verify user-defined
9240 commands with empty bodies.
9241 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9242 python commands in `show user command`.
9243 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9244 scheme commands in `show user command`.
9245
9246 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9247
9248 PR python/17355
9249 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9250 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9251 * gdb.python/py-framefilter-invalidarg.exp: New file.
9252 * gdb.python/py-framefilter-invalidarg.py: New file.
9253
9254 2014-09-06 Doug Evans <xdje42@gmail.com>
9255
9256 PR 15276
9257 * gdb.python/py-caller-is.c: New file.
9258 * gdb.python/py-caller-is.exp: New file.
9259
9260 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9261
9262 PR gdb/17235
9263 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9264 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9265
9266 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9267
9268 PR fortran/17237
9269 * gdb.fortran/print-formatted.exp: New file.
9270 * gdb.fortran/print-formatted.f90: Likewise.
9271
9272 2014-09-03 Sasha Smundak <asmundak@google.com>
9273
9274 * gdb.python/py-frame.exp: Test Frame.read_register.
9275
9276 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9277
9278 PR python/16699
9279 * gdb.python/py-completion.exp: New file.
9280 * gdb.python/py-completion.py: Likewise.
9281
9282 2014-08-28 Doug Evans <dje@google.com>
9283
9284 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9285 eax,etc. are live with values set by gdb and thus the compiler can't
9286 use them.
9287 * gdb.arch/i386-pseudo.c (main): Ditto.
9288
9289 2014-08-27 Doug Evans <dje@google.com>
9290
9291 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9292
9293 2014-08-25 Doug Evans <dje@google.com>
9294
9295 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9296 (main): Ditto.
9297
9298 2014-08-25 Doug Evans <dje@google.com>
9299
9300 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9301
9302 2014-08-24 Yao Qi <yao@codesourcery.com>
9303
9304 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9305 symbol off.
9306 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9307
9308 2014-08-22 Doug Evans <dje@google.com>
9309
9310 PR 17276
9311 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9312 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9313 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9314
9315 2014-08-22 Yao Qi <yao@codesourcery.com>
9316
9317 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9318 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9319 * gdb.python/python.exp: Likewise. Use .py file on the host
9320 instead of the build.
9321
9322 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9323
9324 * gdb.threads/gcore-stale-thread.c: New file.
9325 * gdb.threads/gcore-stale-thread.exp: New file.
9326
9327 2014-08-21 Pedro Alves <palves@redhat.com>
9328
9329 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9330 * gdb.base/gcore-relro-pie.exp: Likewise.
9331 * gdb.base/gcore-relro.exp: Likewise.
9332 * gdb.base/gcore.exp: Likewise.
9333 * gdb.base/print-symbol-loading.exp: Likewise.
9334 * gdb.threads/gcore-thread.exp: Likewise.
9335 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9336
9337 2014-08-20 Pedro Alves <palves@redhat.com>
9338 Jan Kratochvil <jan.kratochvil@redhat.com>
9339
9340 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9341 configure.
9342 (EXPECT): Handle READ1 being set.
9343 (all): Depend on EXTRA_RULES.
9344 (check-read1, expect-read1, read1.so, read1): New rules.
9345 * README (Testsuite Parameters): Document the READ1 make variable.
9346 (Race detection): New section.
9347 * configure: Regenerate.
9348 * configure.ac: If build==host==target, and running under a
9349 GNU/glibc system, add read1 to the extra Makefile rules.
9350 (EXTRA_RULES): AC_SUBST it.
9351 * lib/read1.c: New file.
9352
9353 2014-08-20 Joel Brobecker <brobecker@adacore.com>
9354
9355 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9356 the handling of variables declared as a typedef to an array
9357 which a DW_AT_data_location attribute.
9358
9359 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
9360 Pedro Alves <palves@redhat.com>
9361
9362 PR symtab/14604
9363 PR symtab/14605
9364 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9365 gdb_test.
9366
9367 2014-08-19 Pedro Alves <palves@redhat.com>
9368
9369 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9370
9371 2014-08-19 Yao Qi <yao@codesourcery.com>
9372
9373 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9374 right line.
9375
9376 2014-08-18 David Blaikie <dblaikie@gmail.com>
9377
9378 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9379
9380 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9381
9382 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9383 attribute in array range.
9384
9385 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9386
9387 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9388
9389 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9390
9391 PR c++/17132
9392 * gdb.cp/pr17132.cc: New file.
9393 * gdb.cp/pr17132.exp: New file.
9394
9395 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9396
9397 * gdb.python/py-xmethods.py (A_getarrayind)
9398 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9399 Use 'print' with function call syntax.
9400 (E_method_matcher.match): Fix tab vs space indentation mixup.
9401
9402 2014-08-15 Yao Qi <yao@codesourcery.com>
9403
9404 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9405 false.
9406
9407 2014-08-15 Yao Qi <yao@codesourcery.com>
9408
9409 * gdb.cp/casts.exp: Set print symbol off.
9410 * gdb.cp/class2.exp: Likewise.
9411 * gdb.cp/overload.exp: Likewise.
9412 * gdb.cp/templates.exp: Likewise.
9413
9414 2014-08-11 Doug Evans <dje@google.com>
9415
9416 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9417 (test_load_shlib): Update.
9418
9419 2014-08-09 Yao Qi <yao@codesourcery.com>
9420
9421 * gdb.base/display.exp: Invoke is_address_zero_readable.
9422 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9423 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9424 * gdb.base/hbreak-unmapped.exp: Return if
9425 is_address_zero_readable returns true.
9426 * gdb.base/signest.exp: Likewise.
9427 * gdb.base/signull.exp: Likewise.
9428 * gdb.base/sigbpt.exp: Likewise.
9429 * gdb.guile/scm-disasm.exp: Do the test if
9430 is_address_zero_readable returns false.
9431 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9432 * gdb.python/py-arch.exp: Likewise.
9433 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9434 * lib/gdb.exp (is_address_zero_readable): New proc.
9435
9436 2014-08-09 Yao Qi <yao@codesourcery.com>
9437
9438 PR testsuite/13443
9439 * gdb.mi/mi-var-display.exp: Make test messages unique.
9440
9441 2014-08-04 Tom Tromey <tromey@redhat.com>
9442
9443 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9444 target 0".
9445
9446 2014-08-04 Tom Tromey <tromey@redhat.com>
9447
9448 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9449 "target_resume".
9450
9451 2014-08-01 Joel Brobecker <brobecker@adacore.com>
9452
9453 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9454 inner_vla_struct_object_size.
9455 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9456 as xfail.
9457
9458 2014-07-30 Pedro Alves <palves@redhat.com>
9459
9460 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9461 comment.
9462
9463 2014-07-29 Yao Qi <yao@codesourcery.com>
9464
9465 PR gdb/17206
9466 * gdb.base/until-nodebug.exp: New.
9467
9468 2014-07-28 Doug Evans <xdje42@gmail.com>
9469
9470 PR guile/17203
9471 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9472 previously existing parameter, and previously ambiguously spelled
9473 parameter.
9474
9475 2014-07-28 Will Newton <will.newton@linaro.org>
9476
9477 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9478
9479 2014-07-26 Ludovic Courtès <ludo@gnu.org>
9480 Doug Evans <xdje42@gmail.com>
9481
9482 PR guile/17146
9483 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9484
9485 2014-07-25 Pedro Alves <palves@redhat.com>
9486
9487 * gdb.threads/signal-command-handle-nopass.c: New file.
9488 * gdb.threads/signal-command-handle-nopass.exp: New file.
9489 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9490 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9491 * gdb.threads/signal-delivered-right-thread.c: New file.
9492 * gdb.threads/signal-delivered-right-thread.exp: New file.
9493
9494 2014-07-25 Pedro Alves <palves@redhat.com>
9495
9496 * gdb.base/double-prompt-target-event-error.exp
9497 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9498 match.
9499 (cancel_pagination_in_target_event): Rework double prompt
9500 detection.
9501 * gdb.base/paginate-after-ctrl-c-running.exp
9502 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9503 <return>' match.
9504 * gdb.base/paginate-bg-execution.exp
9505 (test_bg_execution_pagination_return)
9506 (test_bg_execution_pagination_cancel): Remove '-notransfer
9507 <return>' matches.
9508 * gdb.base/paginate-execution-startup.exp
9509 (test_fg_execution_pagination_return)
9510 (test_fg_execution_pagination_cancel): Remove '-notransfer
9511 <return>' matches.
9512 * gdb.base/paginate-inferior-exit.exp
9513 (test_paginate_inferior_exited): Remove '-notransfer <return>'
9514 match.
9515 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9516 * lib/gdb.exp (pagination_prompt): Run text through
9517 string_to_regexp.
9518 (gdb_test_multiple): Match $pagination_prompt instead of
9519 "<return>".
9520 (string_to_regexp): Move to lib/gdb-utils.exp.
9521
9522 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9523
9524 * gdb.arch/amd64-entry-value-paramref.S: New file.
9525 * gdb.arch/amd64-entry-value-paramref.cc: New file.
9526 * gdb.arch/amd64-entry-value-paramref.exp: New file.
9527 * gdb.arch/amd64-optimout-repeat.S: New file.
9528 * gdb.arch/amd64-optimout-repeat.c: New file.
9529 * gdb.arch/amd64-optimout-repeat.exp: New file.
9530
9531 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9532
9533 PR gdb/17170
9534 * gdb.base/statistics.exp: New file.
9535
9536 2014-07-17 Doug Evans <dje@google.com>
9537
9538 PR gdb/17170
9539 * gdb.base/maint.exp: Update testing of per-command stats.
9540
9541 2014-07-16 Pedro Alves <palves@redhat.com>
9542
9543 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9544 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9545 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9546 (tfile_write_buf): New functions.
9547 (add_memory_block): Rewrite using the above.
9548 (adjust_function_address): New function.
9549 (FUNCTION_ADDRESS): New macro.
9550 (write_basic_trace_file): Remove short_x local, and use
9551 tfile_write_16. Change type of func_addr local to unsigned long
9552 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
9553 here. Cast argument of add_memory_block to char pointer.
9554 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
9555 (main): Remove parameters.
9556 * gdb.trace/tfile.exp: Remove nowarnings.
9557
9558 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
9559
9560 * gdb.base/debug-expr.exp: Test string evaluation with
9561 "debug expression" on.
9562
9563 2014-07-15 Pedro Alves <palves@redhat.com>
9564
9565 * gdb.base/reread.exp: Use clean_restart.
9566
9567 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
9568
9569 * gdb.arch/avr-flash-qualifer.c: New.
9570 * gdb.arch/avr-flash-qualifer.exp: New.
9571
9572 2014-07-14 Pedro Alves <palves@redhat.com>
9573
9574 * gdb.base/paginate-after-ctrl-c-running.c: New file.
9575 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9576
9577 2014-07-14 Pedro Alves <palves@redhat.com>
9578
9579 * gdb.base/double-prompt-target-event-error.c: New file.
9580 * gdb.base/double-prompt-target-event-error.exp: New file.
9581
9582 2014-07-14 Pedro Alves <palves@redhat.com>
9583
9584 PR gdb/17072
9585 * gdb.base/paginate-inferior-exit.c: New file.
9586 * gdb.base/paginate-inferior-exit.exp: New file.
9587
9588 2014-07-14 Pedro Alves <palves@redhat.com>
9589
9590 PR gdb/17072
9591 * gdb.base/paginate-bg-execution.c: New file.
9592 * gdb.base/paginate-bg-execution.exp: New file.
9593
9594 2014-07-14 Pedro Alves <palves@redhat.com>
9595
9596 PR gdb/17072
9597 * gdb.base/paginate-execution-startup.c: New file.
9598 * gdb.base/paginate-execution-startup.exp: New file.
9599 * lib/gdb.exp (pagination_prompt): New global.
9600 (default_gdb_spawn): New procedure, factored out from
9601 default_gdb_spawn.
9602 (default_gdb_start): Adjust to call default_gdb_spawn.
9603 (gdb_spawn): New procedure.
9604
9605 2014-07-14 Pedro Alves <palves@redhat.com>
9606
9607 * lib/gdb.exp (gdb_assert): New procedure.
9608 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9609
9610 2014-07-14 Pedro Alves <palves@redhat.com>
9611
9612 * gdb.base/execution-termios.c: New file.
9613 * gdb.base/execution-termios.exp: New file.
9614
9615 2014-07-14 Tom Tromey <tromey@redhat.com>
9616
9617 * gdb.cp/vla-cxx.cc: New file.
9618 * gdb.cp/vla-cxx.exp: New file.
9619
9620 2014-07-14 Tom Tromey <tromey@redhat.com>
9621
9622 * gdb.reverse/rerun-prec.c: New file.
9623 * gdb.reverse/rerun-prec.exp: New file.
9624
9625 2014-07-12 Maciej W. Rozycki <macro@mips.com>
9626 Maciej W. Rozycki <macro@codesourcery.com>
9627
9628 * lib/gdb-utils.exp: New file.
9629 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9630 inline `gdb_init_command' processing.
9631 (gdb_start_cmd): Likewise.
9632 * lib/mi-support.exp (mi_run_cmd): Likewise.
9633 * README: Document `gdb_init_command' and `gdb_init_commands'.
9634
9635 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9636
9637 Fix false FAIL running under a very long directory name.
9638 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9639 and "set print elements 10000". Twice.
9640
9641 2014-07-11 Yao Qi <yao@codesourcery.com>
9642
9643 * gdb.base/exprs.exp: "set print symbol off".
9644
9645 2014-07-11 Pedro Alves <palves@redhat.com>
9646
9647 * gdb.threads/kill.c: New file.
9648 * gdb.threads/kill.exp: New file.
9649
9650 2014-07-10 Yao Qi <yao@codesourcery.com>
9651
9652 * gdb.trace/tfile.c (write_basic_trace_file)
9653 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9654 address written to trace file.
9655
9656 2014-07-09 Pedro Alves <palves@redhat.com>
9657
9658 * gdb.base/attach-wait-input.exp: New file.
9659 * gdb.base/attach-wait-input.c: New file.
9660
9661 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9662
9663 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9664 setting up test structures.
9665 (main): Call new test function.
9666 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9667 test function, continue into test function and walk test
9668 structures.
9669
9670 2014-07-02 Yao Qi <yao@codesourcery.com>
9671
9672 * gdb.trace/entry-values.c: Define labels 'foo_start' and
9673 'bar_start' at the beginning of functions 'foo' and 'bar'
9674 respectively.
9675 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9676 instead of 'foo' and 'bar'.
9677
9678 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
9679
9680 * gdb.btrace/segv.exp: New.
9681 * gdb.btrace/segv.c: New.
9682
9683 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
9684
9685 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9686 instruction.
9687
9688 2014-06-30 Mark Wielaard <mjw@redhat.com>
9689
9690 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
9691 vulture, vilify, villar): New volatile array constants.
9692 (vindictive, vegetation): New const volatile array constants.
9693 * gdb.base/volatile.exp: Test volatile and const volatile array
9694 types.
9695
9696 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9697
9698 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
9699 target lacks support for awatch, rwatch, or hbreak.
9700
9701 2014-06-27 Yao Qi <yao@codesourcery.com>
9702
9703 * gdb.multi/dummy-frame-restore.exp: New.
9704 * gdb.multi/dummy-frame-restore.c: New.
9705
9706 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
9707
9708 * gdb.btrace/gcore.exp: New.
9709
9710 2014-06-23 Pedro Alves <palves@redhat.com>
9711
9712 * gdb.base/watchpoint-reuse-slot.c: New file.
9713 * gdb.base/watchpoint-reuse-slot.exp: New file.
9714
9715 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
9716
9717 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
9718 progspace's filename in 'info', 'enable' and 'disable' command
9719 tests.
9720
9721 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9722
9723 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
9724 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9725 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
9726
9727 2014-06-20 Gary Benson <gbenson@redhat.com>
9728
9729 * gdb.arch/i386-avx.exp: Fix include file location.
9730 * gdb.arch/i386-sse.exp: Likewise.
9731
9732 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
9733
9734 * gdb.dlang/expression.exp: New file.
9735
9736 2014-06-19 Pedro Alves <palves@redhat.com>
9737
9738 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
9739 out from ...
9740 (top level): ... here. Iterate running tests under different
9741 scheduler-locking settings.
9742
9743 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
9744
9745 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
9746 to DW_FORM_addr and use non-zero addresses.
9747
9748 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
9749
9750 PR gdb/17017
9751 * gdb.python/py-xmethods.cc: Add global function call counters and
9752 increment them in their respective functions. Remove "cout"
9753 statements.
9754 * gdb.python/py-xmethods.exp: Make tests check the global function
9755 call counters instead of depending on inferior IO.
9756
9757 2014-06-18 Don Breazeal <donb@codesourcery.com>
9758
9759 * gdb.base/foll-fork.exp (default_fork_parent_follow):
9760 Deleted procedure.
9761 (explicit_fork_parent_follow): Deleted procedure.
9762 (explicit_fork_child_follow): Deleted procedure.
9763 (test_follow_fork): New procedure.
9764 (do_fork_tests): Replace calls to deleted procedures with
9765 calls to test_follow_fork and reset GDB for subsequent
9766 procedure calls.
9767
9768 2014-06-17 Yao Qi <yao@codesourcery.com>
9769
9770 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
9771 CP1252.
9772
9773 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
9774
9775 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
9776 Initialize ptr and S explicitly.
9777 (skip_type_update_when_not_use_rtti_test): Likewise.
9778
9779 2014-06-16 Keith Seitz <keiths@redhat.com>
9780
9781 PR mi/15863
9782 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
9783 the inferior is started.
9784
9785 2014-06-16 Pedro Alves <palves@redhat.com>
9786
9787 * gdb.base/break-main-file-remove-fail.c: New file.
9788 * gdb.base/break-main-file-remove-fail.exp: New file.
9789 * gdb.base/break-unload-file.exp: Use build_executable instead of
9790 prepare_for_testing.
9791 (test_break): New parameter "initial_load". Handle it.
9792 (top level): Add initial_load cmdline/file axis.
9793
9794 2014-06-12 Tom Tromey <tromey@redhat.com>
9795
9796 * gdb.base/completion.exp: Don't use directory name in test.
9797
9798 2014-06-09 Gary Benson <gbenson@redhat.com>
9799
9800 * gdb.base/sigall.c [Functions to send signals]: Reorder to
9801 separate the always-available ANSI-standard signals from the
9802 signals that require checking.
9803 (main): Likewise.
9804 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
9805 Likewise.
9806 (main): Likewise.
9807
9808 2014-06-07 Keith Seitz <keiths@redhat.com>
9809
9810 Revert:
9811 PR c++/16253
9812 * gdb.cp/var-tag.cc: New file.
9813 * gdb.cp/var-tag.exp: New file.
9814 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
9815 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
9816 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9817 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9818
9819 2014-06-06 Doug Evans <xdje42@gmail.com>
9820
9821 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
9822
9823 2014-06-06 Pedro Alves <palves@redhat.com>
9824
9825 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
9826 in target debug output instead of looking at RSP packets,
9827 disabling the test on any target that uses hardware stepping.
9828 Update comments.
9829
9830 2014-06-06 Pedro Alves <palves@redhat.com>
9831
9832 * gdb.base/break-unload-file.exp: Fix typo.
9833
9834 2014-06-06 Yao Qi <yao@codesourcery.com>
9835
9836 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
9837 from "jit_function" to "^jit_function".
9838
9839 2014-06-06 Yao Qi <yao@codesourcery.com>
9840
9841 * gdb.base/async.c (foo): Add one statement.
9842 * gdb.base/async.exp: Get the next instruction address and
9843 match the output of "nexti" by instruction address. Match
9844 the hex address in the output of "finish".
9845
9846 2014-06-06 Gary Benson <gbenson@redhat.com>
9847
9848 * gdb.base/call-signals.c: Remove preprocessor conditionals
9849 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
9850 SIGSEGV and SIGTERM.
9851 * gdb.base/sigall.c: Likewise.
9852 * gdb.base/unwindonsignal.c: Likewise.
9853 * gdb.reverse/sigall-reverse.c: Likewise.
9854
9855 2014-06-06 Yao Qi <yao@codesourcery.com>
9856
9857 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
9858 readable, skip the test.
9859
9860 2014-06-06 Yao Qi <yao@codesourcery.com>
9861
9862 * gdb.threads/staticthreads.c (thread_function): Move the line
9863 setting breakpoint on forward.
9864 * gdb.threads/staticthreads.exp: Update comments.
9865
9866 2014-06-05 Ludovic Courtès <ludo@gnu.org>
9867
9868 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
9869 "history-append! type error".
9870
9871 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
9872
9873 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
9874 erroneous dprintf expected input.
9875
9876 2014-06-04 Doug Evans <xdje42@gmail.com>
9877
9878 * gdb.guile/scm-generics.exp: Delete.
9879
9880 2014-06-04 Doug Evans <xdje42@gmail.com>
9881
9882 * gdb.guile/scm-breakpoint.exp: Update.
9883 Add tests for breakpoint registration.
9884
9885 2014-06-04 Tom Tromey <tromey@redhat.com>
9886
9887 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
9888 VLA-in-union.
9889 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
9890 inner_vla_struct, vla_union types. Initialize objects of those
9891 types and compute their sizes.
9892
9893 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
9894 Hui Zhu <hui@codesourcery.com>
9895
9896 * gdb.base/fileio.exp: Add test for shell not available as well as
9897 available.
9898 * gdb.base/fileio.c (test_system): Check for shell twice.
9899
9900 2014-06-04 Yao Qi <yao@codesourcery.com>
9901
9902 * gdb.base/auto-connect-native-target.exp: Remove redundant
9903 space from the regexp pattern.
9904
9905 2014-06-04 Yao Qi <yao@codesourcery.com>
9906
9907 * gdb.base/default.exp: Replace "child" with "native" in
9908 regexp pattern.
9909
9910 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
9911
9912 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
9913 * gdb.python/py-xmethods.exp: New tests to test xmethods.
9914 * gdb.python/py-xmethods.py: Python script supporting the
9915 new testcase and tests.
9916
9917 2014-06-03 Joel Brobecker <brobecker@adacore.com>
9918 Pedro Alves <palves@redhat.com>
9919
9920 PR breakpoints/17000
9921 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
9922 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
9923
9924 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
9925
9926 * gdb.base/subst.exp: Add tests to verify partial path matching
9927 output.
9928
9929 2014-06-03 Pedro Alves <palves@redhat.com>
9930
9931 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
9932 target that doesn't use software single-stepping.
9933
9934 2014-06-03 Pedro Alves <palves@redhat.com>
9935
9936 PR breakpoints/17000
9937 * gdb.base/sss-bp-on-user-bp-2.c: New file.
9938 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
9939
9940 2014-06-02 Doug Evans <xdje42@gmail.com>
9941
9942 * gdb.guile/scm-parameter.exp: New file.
9943
9944 2014-06-02 Doug Evans <xdje42@gmail.com>
9945
9946 * gdb.guile/scm-cmd.c: New file.
9947 * gdb.guile/scm-cmd.exp: New file.
9948
9949 2014-06-02 Doug Evans <xdje42@gmail.com>
9950
9951 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
9952 pretty-printer lookup.
9953 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
9954 (make-pp_s-printer): Call it.
9955 (make-pretty-printer-from-dict): New function.
9956 (lookup-pretty-printer-maker-from-dict): New function.
9957 (*pretty-printer*): Simplify.
9958 (make-objfile-pp_s-printer): New function.
9959 (install-objfile-pretty-printers!): New function.
9960 (make-progspace-pp_s-printer): New function.
9961 (install-progspace-pretty-printers!): New function.
9962 * gdb.guile/scm-progspace.c: New file.
9963 * gdb.guile/scm-progspace.exp: New file.
9964
9965 2014-06-02 Pedro Alves <palves@redhat.com>
9966
9967 * gdb.base/dprintf-bp-same-addr.c: New file.
9968 * gdb.base/dprintf-bp-same-addr.exp: New file.
9969
9970 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9971
9972 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
9973 * gdb.arch/powerpc-power.s: Likewise.
9974
9975 2014-06-02 Joel Brobecker <brobecker@adacore.com>
9976
9977 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
9978
9979 2014-06-01 Yao Qi <yao@codesourcery.com>
9980
9981 * gdb.base/watchpoint.exp (test_watch_location): Check null
9982 pointer can be dereferenced. If not, do the test, otherwise
9983 skip it.
9984
9985 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
9986
9987 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
9988 results.
9989 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
9990
9991 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
9992
9993 * gdb.arch/amd64-invalid-stack-middle.S: New file.
9994 * gdb.arch/amd64-invalid-stack-middle.c: New file.
9995 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
9996 * gdb.arch/amd64-invalid-stack-top.c: New file.
9997 * gdb.arch/amd64-invalid-stack-top.exp: New file.
9998
9999 2014-05-30 Pedro Alves <palves@redhat.com>
10000
10001 PR breakpoints/17000
10002 * gdb.base/sss-bp-on-user-bp.c: New file.
10003 * gdb.base/sss-bp-on-user-bp.exp: New file.
10004
10005 2014-05-30 David Blaikie <dblaikie@gmail.com>
10006
10007 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
10008 gnu_inline semantics via attribute.
10009 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
10010 source explicitly specifies the required semantics.
10011
10012 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
10013
10014 * gdb.reverse/sigall-reverse.exp: Fix a typo.
10015
10016 2014-05-29 Pedro Alves <palves@redhat.com>
10017 Tom Tromey <tromey@redhat.com>
10018
10019 * gdb.base/async-shell.exp: Don't enable target-async.
10020 * gdb.base/async.exp
10021 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
10022 parameter. Adjust.
10023 (top level): Don't test with "target-async".
10024 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
10025 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
10026 * gdb.base/inferior-died.exp: Don't enable target-async.
10027 * gdb.base/interrupt-noterm.exp: Likewise.
10028 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
10029 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10030 * gdb.mi/mi-nonstop.exp: Likewise.
10031 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10032 * gdb.mi/mi-nsintrall.exp: Likewise.
10033 * gdb.mi/mi-nsmoribund.exp: Likewise.
10034 * gdb.mi/mi-nsthrexec.exp: Likewise.
10035 * gdb.mi/mi-watch-nonstop.exp: Likewise.
10036 * gdb.multi/watchpoint-multi.exp: Adjust comment.
10037 * gdb.python/py-evsignal.exp: Don't enable target-async.
10038 * gdb.python/py-evthreads.exp: Likewise.
10039 * gdb.python/py-prompt.exp: Likewise.
10040 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
10041 * gdb.server/solib-list.exp: Don't enable target-async.
10042 * gdb.threads/thread-specific-bp.exp: Likewise.
10043 * lib/mi-support.exp: Adjust to use mi-async.
10044
10045 2014-05-29 Pedro Alves <palves@redhat.com>
10046
10047 PR gdb/13860
10048 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
10049 reason, even in sync mode.
10050
10051 2014-05-29 Pedro Alves <palves@redhat.com>
10052 Hui Zhu <hui@codesourcery.com>
10053
10054 PR PR15693
10055 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
10056 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
10057 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
10058 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
10059
10060 2014-05-28 Joel Brobecker <brobecker@adacore.com>
10061
10062 * config/monitor.exp (gdb_target_monitor): Replace use of
10063 "set remotebaud" by "set serial baud".
10064
10065 2014-05-26 Andy Wingo <wingo@igalia.com>
10066
10067 * gdb.guile/scm-breakpoint.exp:
10068 * gdb.guile/scm-gsmob.exp: Update to use plain old object
10069 properties instead of gdb-object-properties.
10070
10071 2014-05-26 Yao Qi <yao@codesourcery.com>
10072
10073 * gdb.server/no-thread-db.exp: Specify source file name
10074 explicitly when setting a breakpoint.
10075
10076 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10077
10078 * gdb.btrace/vdso.c: New.
10079 * gdb.btrace/vdso.exp: New.
10080
10081 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10082
10083 * gdb.base/gcore.exp (capture_command_output): Move ...
10084 * lib/gdb.exp (capture_command_output): ... here.
10085
10086 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10087
10088 * gdb.btrace/data.exp: Test memory access during btrace replay.
10089
10090 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
10091
10092 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
10093
10094 2014-05-21 Pedro Alves <palves@redhat.com>
10095
10096 PR gdb/13860
10097 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
10098 (top level): Test that output related to execution commands is
10099 sent to the console with CLI commands, but not with MI commands.
10100 Test that breakpoint events are always mirrored to the console.
10101 Also expect the new source line to be output after a "next" in
10102 async mode too. Make it a pass/fail test.
10103 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10104 output.
10105 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10106
10107 2014-05-21 Pedro Alves <palves@redhat.com>
10108
10109 * gdb.base/list.exp (build_pattern, test_list): New procedures.
10110 Use them to test variations of "list" after reaching a breakpoint.
10111 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10112 Test "list" with listsize 10 after reaching a breakpoint.
10113 * gdb.python/python.exp (decode_line current location line
10114 number): Adjust expected line number.
10115
10116 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
10117
10118 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10119 behavior for $args, pass it directly to "run".
10120
10121 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
10122
10123 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
10124 30000 to 65536.
10125
10126 2014-05-21 Pedro Alves <palves@redhat.com>
10127
10128 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
10129 auto-connect-native-target off".
10130 * gdb.base/auto-connect-native-target.c: New file.
10131 * gdb.base/auto-connect-native-target.exp: New file.
10132
10133 2014-05-21 Pedro Alves <palves@redhat.com>
10134
10135 * gdb.base/default.exp: Test "target native" instead of "target
10136 child".
10137
10138 2014-05-21 Mark Wielaard <mjw@redhat.com>
10139
10140 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10141
10142 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10143
10144 Fix TLS access for -static -pthread.
10145 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10146 <HAVE_TLS> (thread_function, main): Initialize it.
10147 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10148 Add clean_restart.
10149 <$have_tls != "">: Check TLSVAR.
10150
10151 2014-05-21 Pedro Alves <palves@redhat.com>
10152
10153 * gdb.base/dcache-line-read-error.c: New.
10154 * gdb.base/dcache-line-read-error.exp: New.
10155
10156 2014-05-20 Pedro Alves <palves@redhat.com>
10157
10158 * gdb.base/compare-sections.c: New file.
10159 * gdb.base/compare-sections.exp: New file.
10160
10161 2014-05-20 Pedro Alves <palves@redhat.com>
10162
10163 * gdb.base/break-idempotent.c: New file.
10164 * gdb.base/break-idempotent.exp: New file.
10165
10166 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
10167
10168 * gdb.btrace/nohist.exp: New.
10169
10170 2014-05-20 Yao Qi <yao@codesourcery.com>
10171
10172 * lib/gdb.exp (gdb_init): Set timeout if test file is under
10173 gdb.reverse directory and gdb_reverse_timeout exists in board
10174 setting.
10175 * README: Document gdb_reverse_timeout.
10176
10177 2014-05-20 Yao Qi <yao@codesourcery.com>
10178
10179 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10180 'test_file_name'. Treat args as a string instead of a list.
10181 (gdb_init): Rename argument 'args' by 'test_file_name'.
10182
10183 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10184
10185 * gdb.arch/powerpc-power.exp: New file.
10186 * gdb.arch/powerpc-power.s: New file.
10187
10188 2014-05-16 Doug Evans <dje@google.com>
10189
10190 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
10191 * gdb.base/completion.exp: Check that all expected files exist
10192 before doing file completion.
10193
10194 2014-05-16 Doug Evans <dje@google.com>
10195
10196 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10197 Update.
10198 (do_syscall_tests_without_xml): Update.
10199
10200 2014-05-16 Pedro Alves <palves@redhat.com>
10201
10202 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10203 instead of "unknown output after running".
10204
10205 2014-05-16 Yao Qi <yao@codesourcery.com>
10206
10207 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10208 file1.txt from host at the end.
10209 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10210
10211 2014-05-15 Doug Evans <dje@google.com>
10212
10213 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10214 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10215 loading file. Add test for TU lookup.
10216
10217 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10218
10219 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10220 calling "-exec-arguments" or "set args" before running the
10221 inferior.
10222
10223 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10224
10225 * lib/mi-support.exp (mi_expect_stop): Expect message for
10226 inferiors that exit with non-zero exit code.
10227
10228 2014-05-14 Yao Qi <yao@codesourcery.com>
10229
10230 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10231 match absolute path on remote host.
10232 (test_file_list_exec_source_files): Remove "/" from the
10233 pattern.
10234
10235 2014-05-14 Yao Qi <yao@codesourcery.com>
10236
10237 * boards/local-remote-host-notty.exp (${board}_file): New
10238 proc.
10239
10240 2014-05-07 Kyle McMartin <kyle@redhat.com>
10241
10242 Pushed by Joel Brobecker <brobecker@adacore.com>.
10243 * gdb.arch/aarch64-atomic-inst.c: New file.
10244 * gdb.arch/aarch64-atomic-inst.exp: New file.
10245
10246 2014-05-07 Yao Qi <yao@codesourcery.com>
10247
10248 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10249 in current context" too.
10250
10251 2014-05-05 Keith Seitz <keiths@redhat.com>
10252
10253 * gdb.linespec/ls-dollar.exp: Add test for linespec
10254 file:convenience_variable.
10255
10256 2014-05-05 Yao Qi <yao@codesourcery.com>
10257
10258 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10259 traceframes into tfile and ctf trace files. Read data from
10260 trace file and test collected data.
10261 (gdb_collect_locals_test): Likewise.
10262 (gdb_unavailable_registers_test): Likewise.
10263 (gdb_unavailable_floats): Likewise.
10264 (gdb_collect_globals_test): Likewise.
10265 (top-level): Append "ctf" to trace_file_targets if GDB
10266 supports.
10267
10268 2014-05-05 Yao Qi <yao@codesourcery.com>
10269
10270 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10271 code to ...
10272 (gdb_collect_args_test_1): ... it. New proc.
10273 (gdb_collect_locals_test): Move some code to ...
10274 (gdb_collect_locals_test_1): ... it. New proc.
10275 (gdb_unavailable_registers_test): Move some code to ...
10276 (gdb_unavailable_registers_test_1): ... it. New proc.
10277 (gdb_unavailable_floats): Move some code to ...
10278 (gdb_unavailable_floats_1): ... it. New proc.
10279
10280 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10281
10282 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10283 probes to test for bitness recognition.
10284 * gdb.arch/amd64-stap-optional-prefix.exp
10285 (test_probe_value_without_reg): New procedure.
10286 Add code to test for different kinds of bitness.
10287
10288 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10289
10290 PR breakpoints/16889
10291 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10292 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10293
10294 2014-05-01 Pedro Alves <palves@redhat.com>
10295
10296 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10297 gdb_file_cmd if no file is specified.
10298 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10299 last_loaded_file to set the remote exec-file.
10300
10301 2014-05-01 Pedro Alves <palves@redhat.com>
10302
10303 * boards/local-remote-host.exp: New file.
10304
10305 2014-05-01 Pedro Alves <palves@redhat.com>
10306
10307 * boards/local-remote-host.exp: Rename to ...
10308 * boards/local-remote-host-notty.exp: ... this.
10309
10310 2014-04-28 Joel Brobecker <brobecker@adacore.com>
10311
10312 * gdb.ada/dyn_arrayidx: New testcase.
10313
10314 2014-04-26 Yao Qi <yao@codesourcery.com>
10315
10316 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10317 and compute the length of function main. Save it in
10318 $main_length.
10319 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10320 (top-level): Use gdb_compile to compile objects into
10321 executable and restart GDB. Remove invocation to
10322 prepare_for_testing.
10323
10324 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10325 Pedro Alves <palves@redhat.com>
10326
10327 PR server/16255
10328 * gdb.multi/multi-attach.c: New file.
10329 * gdb.multi/multi-attach.exp: New file.
10330
10331 2014-04-25 Pedro Alves <palves@redhat.com>
10332
10333 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10334 user.
10335 (top level): Test that "set remote conditional-breakpoints-packet
10336 off" works as intended.
10337 * gdb.base/dprintf.exp: Test that "set remote
10338 breakpoint-commands-packet off" works as intended.
10339 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10340 New function.
10341 (top level): Call it.
10342 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10343 remote fast-tracepoints-packet off" works as intended.
10344 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10345 * lib/gdb.exp (gdb_is_target_remote): ... here.
10346
10347 2014-04-24 David Blaikie <dblaikie@gmail.com>
10348
10349 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10350 ensure clang would not discard them.
10351 * gdb.base/gdbvars.c: Ditto.
10352 * gdb.base/memattr.c: Ditto.
10353 * gdb.base/whatis.c: Ditto.
10354 * gdb.python/py-prettyprint.c: Ditto.
10355 * gdb.trace/actions.c: Ditto.
10356 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10357 ensure clang would not discard it.
10358
10359 2014-04-24 David Blaikie <dblaikie@gmail.com>
10360
10361 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10362 clang to emit the full definition of type required by the test
10363 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10364
10365 2014-04-24 David Blaikie <dblaikie@gmail.com>
10366
10367 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10368 coax Clang into emitting the definition of the type.
10369 * gdb.cp/pr10728-x.h (y): Ditto.
10370 * gdb.cp/pr10728-y.cc (y): Ditto.
10371
10372 2014-04-24 David Blaikie <dblaikie@gmail.com>
10373
10374 * gdb.base/label.exp: XFAIL label related tests under Clang.
10375 * gdb.cp/cplabel.exp: Ditto.
10376 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10377 under Clang those using labels.
10378
10379 2014-04-25 Yao Qi <yao@codesourcery.com>
10380
10381 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10382 double_label.
10383 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10384 partial_label and double_label.
10385
10386 2014-04-24 David Blaikie <dblaikie@gmail.com>
10387
10388 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10389
10390 2014-04-24 David Blaikie <dblaikie@gmail.com>
10391
10392 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10393 of the function to work across GCC and Clang.
10394 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10395 pointer types (const void ** const V void **).
10396
10397 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
10398 Walfred Tedeschi <walfred.tedeschi@intel.com>
10399
10400 * Makefile.in (EXECUTABLES): Added i386-avx512.
10401 * gdb.arch/i386-avx512.c: New file.
10402 * gdb.arch/i386-avx512.exp: Likewise.
10403
10404 2014-04-23 Keith Seitz <keiths@redhat.com>
10405
10406 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10407 (mi_make_breakpoint_table): New procedure.
10408 (mi_create_breakpoint): Use mi_make_breakpoint
10409 and return the result.
10410 (mi_make_breakpoint): New procedure.
10411 (mi_build_kv_pairs): New procedure.
10412
10413 * gdb.mi/mi-break.exp: Remove unused globals,
10414 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10415 All callers updated.
10416 * gdb.mi/mi-dprintf.exp: Use variable to track command
10417 number.
10418 Update all callers of mi_create_breakpoint and use
10419 mi_make_breakpoint_table.
10420 Remove any unused global variables.
10421 * gdb.mi/mi-nonstop.exp: Likewise.
10422 * gdb.mi/mi-nsintrall.exp: Likewise.
10423 * gdb.mi/mi-nsmoribund.exp: Likewise.
10424 * gdb.mi/mi-nsthrexec.exp: Likewise.
10425 * gdb.mi/mi-reverse.exp: Likewise.
10426 * gdb.mi/mi-simplerun.exp: Likewise.
10427 * gdb.mi/mi-stepn.exp: Likewise.
10428 * gdb.mi/mi-syn-frame.exp: Likewise.
10429 * gdb.mi/mi-until.exp: Likewise.
10430 * gdb.mi/mi-var-cp.exp: Likewise.
10431 * gdb.mi/mi-var-display.exp: Likewise.
10432 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10433 * gdb.mi/mi2-var-child.exp: Likewise.
10434 * gdb.mi/mi-vla-c99.exp: Likewise.
10435 * lib/mi-support.exp: Likewise.
10436
10437 From Ian Lance Taylor <iant@cygnus.com>:
10438 * lib/gdb.exp (parse_args): New procedure.
10439
10440 2014-04-23 Pedro Alves <palves@redhat.com>
10441
10442 * gdb.base/break-unload-file.c: New file.
10443 * gdb.base/break-unload-file.exp: New file.
10444 * gdb.base/sym-file-lib.c (baz): New function.
10445 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10446 field.
10447 (load): Store the segment's mapped size.
10448 (unload): New function.
10449 (unload_shlib): New function.
10450 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10451 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10452 set a breakpoint at baz, and call it.
10453 * gdb.base/sym-file.exp: New tests for stale breakpoint
10454 instructions.
10455
10456 2014-04-23 Pedro Alves <palves@redhat.com>
10457
10458 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10459 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10460 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10461 * gdb.base/hbreak-unmapped.c: New file.
10462 * gdb.base/hbreak-unmapped.exp: New file.
10463 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10464 * lib/gdb.exp (gdb_is_target_remote): ... here.
10465
10466 2014-04-22 Pedro Alves <palves@redhat.com>
10467
10468 * gdb.base/consecutive-step-over.c: New file.
10469 * gdb.base/consecutive-step-over.exp: New file.
10470
10471 2014-04-22 Pedro Alves <palves@redhat.com>
10472
10473 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10474 instead of send_gdb/gdb_expect.
10475
10476 2014-04-22 Yao Qi <yao@codesourcery.com>
10477
10478 * lib/trace-support.exp (generate_tracefile): New procedure.
10479 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10480 return 0.
10481 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10482 if generate_tracefile returns 1.
10483
10484 2014-04-18 Tom Tromey <palves@redhat.com>
10485 Pedro alves <tromey@redhat.com>
10486
10487 PR backtrace/15558
10488 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10489 with a backtrace limit.
10490 * gdb.python/py-frame-inline.exp: Test running to an inline
10491 function with a backtrace limit, and printing the newest frame.
10492 * gdb.python/py-frame-inline.c (main): Call f.
10493
10494 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10495
10496 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10497
10498 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10499
10500 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10501 Drop prefix from unsupported source file path.
10502
10503 2014-04-17 Yao Qi <yao@codesourcery.com>
10504
10505 * lib/gdb.exp (with_target_charset): New proc.
10506 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10507 with_target_charset.
10508 (test_print_strings): Likewise.
10509 (test_repeat_bytes): Likewise.
10510 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10511 for some tests.
10512
10513 2014-04-16 Keith Seitz <keiths@redhat.com>
10514
10515 PR gdb/15827
10516 * gdb.dwarf2/corrupt.c: New file.
10517 * gdb.dwarf2/corrupt.exp: New file.
10518
10519 2014-04-16 Keith Seitz <keiths@redhat.com>
10520
10521 PR c++/16597
10522 * gdb.cp/namelessclass.cc: New file.
10523 * gdb.cp/namelessclass.exp: New file.
10524 * gdb.cp/namelessclass.S: New file.
10525
10526 2014-04-16 Doug Evans <dje@google.com>
10527
10528 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10529 Add comment.
10530 (gdbserver_default_get_comm_port): New function.
10531 (gdbserver_start): Check if board file provided
10532 "gdbserver,get_comm_port" and use it if so.
10533 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10534 (gdb,socketport): Set to "stdio".
10535 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10536 (stdio_gdbserver_template): Delete.
10537 (${board}_get_remote_address): Update.
10538 (${board}_build_remote_cmd): Delete.
10539 (${board}_get_comm_port): New function.
10540 (${board}_spawn): Update.
10541 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10542 Delete.
10543 (${board}_get_remote_address): Update.
10544 (${board}_get_comm_port): New function.
10545
10546 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
10547
10548 * gdb.base/memattr.exp: Improve regexps to handle memory regions
10549 appearing in any order.
10550
10551 2014-04-15 Doug Evans <dje@google.com>
10552
10553 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10554 uninitialized value of "description".
10555
10556 2014-04-15 Keith Seitz <keiths@redhat.com>
10557
10558 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10559 Remove unused globals.
10560 (test_running_the_program): Likewise.
10561 (test_controlled_execution): Likewise.
10562 (test_controlling_breakpoints): Likewise.
10563 (test_program_termination): Likewise.
10564
10565 2014-04-15 Keith Seitz <keiths@redhat.com>
10566
10567 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10568 unused globals.
10569 (test_rbreak_creation_and_listing): Likewise.
10570 (test_ignore_count): Likewise.
10571 (test_error): Likewise.
10572
10573 2014-04-15 Pedro Alves <palves@redhat.com>
10574
10575 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10576 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10577 sym-file-loader.c.
10578 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10579 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10580 to sym-file-loader.c.
10581 (struct library): Forward declare.
10582 (load_shlib, lookup_function): Change prototypes.
10583 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10584 (translate_offset): Remove declarations.
10585 (get_text_addr): New declaration.
10586 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10587 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10588 sym-file-loader.h.
10589 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10590 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10591 here from sym-file-loader.h.
10592 (struct library): New structure.
10593 (load_shlib, lookup_function): Change prototypes and adjust to
10594 work with a struct library.
10595 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10596 (translate_offset): Make static.
10597 (get_text_addr): New function.
10598 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10599
10600 2014-04-15 Pedro Alves <palves@redhat.com>
10601
10602 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
10603
10604 2014-04-15 Pedro Alves <palves@redhat.com>
10605
10606 * gdb.base/sym-file-loader.c: Include <limits.h>.
10607 (SELF_LINK): New define.
10608 (get_origin): New function.
10609 (load_shlib): Use it.
10610 * gdb.base/sym-file.exp: Don't early return if the target is
10611 remote. Use runto_main, and issue fail is that fails. Use
10612 gdb_load_shlibs.
10613 (shlib_name): Delete.
10614 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
10615
10616 2014-04-15 Pedro Alves <palves@redhat.com>
10617
10618 * gdb.base/sym-file.exp: Remove regex characters from test
10619 message. Don't refer to breakpoint numbers in test messages.
10620
10621 2014-04-14 Keith Seitz <keiths@redhat.com>
10622
10623 PR c++/16253
10624 * gdb.cp/var-tag.cc: New file.
10625 * gdb.cp/var-tag.exp: New file.
10626 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10627 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10628 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10629 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10630
10631 2014-04-14 Tom Tromey <tromey@redhat.com>
10632
10633 * gdb.cp/classes.exp (test_enums): Handle underlying type.
10634 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10635 type.
10636 * gdb.cp/enum-class.exp: New file.
10637 * gdb.cp/enum-class.cc: New file.
10638
10639 2014-04-14 Tom Tromey <tromey@redhat.com>
10640
10641 * gdb.dwarf2/enum-type.exp: New file.
10642
10643 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10644
10645 * gdb.mi/mi-vla-c99.exp: New file.
10646 * gdb.mi/vla.c: New file.
10647
10648 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10649
10650 * gdb.base/vla-datatypes.c: New file.
10651 * gdb.base/vla-datatypes.exp: New file.
10652
10653 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10654
10655 * gdb.base/vla-ptr.c: New file.
10656 * gdb.base/vla-ptr.exp: New file.
10657
10658 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10659
10660 * gdb.dwarf2/count.exp: New file.
10661
10662 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10663
10664 * gdb.base/vla-sideeffect.c: New file.
10665 * gdb.base/vla-sideeffect.exp: New file.
10666
10667 2014-04-14 David Blaikie <dblaikie@gmail.com>
10668
10669 * gdb.mi/non-stop.c: Add return value for non-void function return
10670 statement.
10671 * gdb.threads/staticthreads.c: Ditto.
10672
10673 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
10674 Doug Evans <xdje42@gmail.com>
10675
10676 * gdb.guile/scm-value.c: Improve test case.
10677 * gdb.guile/scm-value.exp: Add new test.
10678
10679 2014-04-11 David Blaikie <dblaikie@gmail.com>
10680
10681 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
10682 override Clang's default.
10683
10684 2014-04-11 Joel Brobecker <brobecker@adacore.com>
10685
10686 Revert the following changes (regressions):
10687
10688 * gdb.base/vla-sideeffect.c: New file.
10689 * gdb.base/vla-sideeffect.exp: New file.
10690
10691 * gdb.dwarf2/count.exp: New file.
10692
10693 * gdb.base/vla-multi.c: New file.
10694 * gdb.base/vla-multi.exp: New file.
10695
10696 * gdb.base/vla-ptr.c: New file.
10697 * gdb.base/vla-ptr.exp: New file.
10698
10699 * gdb.base/vla-datatypes.c: New file.
10700 * gdb.base/vla-datatypes.exp: New file.
10701
10702 * gdb.mi/mi-vla-c99.exp: New file.
10703 * gdb.mi/vla.c: New file.
10704
10705 2014-04-11 Keith Seitz <keiths@redhat.com>
10706
10707 PR c++/16675
10708 * gdb.cp/cpsizeof.exp: New file.
10709 * gdb.cp/cpsizeof.cc: New file.
10710
10711 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10712
10713 * gdb.mi/mi-vla-c99.exp: New file.
10714 * gdb.mi/vla.c: New file.
10715
10716 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10717
10718 * gdb.base/vla-datatypes.c: New file.
10719 * gdb.base/vla-datatypes.exp: New file.
10720
10721 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10722
10723 * gdb.base/vla-ptr.c: New file.
10724 * gdb.base/vla-ptr.exp: New file.
10725
10726 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10727
10728 * gdb.base/vla-multi.c: New file.
10729 * gdb.base/vla-multi.exp: New file.
10730
10731 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10732
10733 * gdb.dwarf2/count.exp: New file.
10734
10735 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10736
10737 * gdb.base/vla-sideeffect.c: New file.
10738 * gdb.base/vla-sideeffect.exp: New file.
10739
10740 2014-04-11 Yao Qi <yao@codesourcery.com>
10741
10742 * gdb.base/completion.exp: Check file exists before running tests
10743 on file completion.
10744
10745 2014-04-10 Pedro Alves <palves@redhat.com>
10746
10747 * gdb.base/cond-eval-mode.c: New file.
10748 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
10749 prepare_for_testing to build the new file. Check result of
10750 runto_main.
10751 (test_break, test_watch): New procedures.
10752 (top level): Use them.
10753
10754 2014-04-08 Pierre Muller <muller@sourceware.org>
10755
10756 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
10757 Ctrl-V use for mingw hosts.
10758
10759 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
10760
10761 * gdb.python/py-value.c: Improve test case.
10762 * gdb.python/py-value.exp: Add new test.
10763
10764 2014-04-07 David Blaikie <dblaikie@gmail.com>
10765
10766 * lib/compiler.c: Identify the clang compiler.
10767 * lib/compiler.cc: Ditto.
10768
10769 2014-04-03 Yao Qi <yao@codesourcery.com>
10770
10771 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
10772
10773 2014-04-01 Anton Blanchard <anton@samba.org>
10774
10775 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
10776 messages unique.
10777
10778 2014-04-01 Anton Blanchard <anton@samba.org>
10779
10780 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
10781 prepare_for_testing.
10782
10783 2014-04-01 Anton Blanchard <anton@samba.org>
10784
10785 * gdb.arch/ppc64-atomic-inst.c: Remove.
10786 * gdb.arch/ppc64-atomic-inst.S: New file.
10787 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
10788
10789 2014-03-31 Doug Evans <dje@google.com>
10790
10791 * gdb.base/print-symbol-loading-lib.c: New file.
10792 * gdb.base/print-symbol-loading-main.c: New file.
10793 * gdb.base/print-symbol-loading.exp: New file.
10794
10795 2014-03-31 Yao Qi <yao@codesourcery.com>
10796
10797 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
10798
10799 2014-03-28 Joel Brobecker <brobecker@adacore.com>
10800
10801 * gdb.ada/mi_dyn_arr: New testcase.
10802
10803 2014-03-27 Doug Evans <dje@google.com>
10804
10805 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
10806
10807 2014-03-27 Yao Qi <yao@codesourcery.com>
10808
10809 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
10810 if target is nios2-*-*.
10811
10812 2014-03-26 Yao Qi <yao@codesourcery.com>
10813
10814 * lib/gdb.exp (readline_is_used): New proc.
10815 * gdb.base/completion.exp: Move tests on command complete up.
10816 Skip the rest of tests if readline is not used.
10817 * gdb.ada/complete.exp: Skp the test if readline is not
10818 used.
10819 * gdb.base/filesym.exp: Likewise.
10820 * gdb.base/macscp.exp: Likewise.
10821 * gdb.base/readline-ask.exp: Likewise.
10822 * gdb.base/readline.exp: Likewise.
10823 * gdb.python/py-cmd.exp: Likewise.
10824 * gdb.trace/tfile.exp: Likewise.
10825
10826 2014-03-26 Yao Qi <yao@codesourcery.com>
10827
10828 * gdb.base/macscp.exp: Fix code format issues.
10829
10830 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
10831
10832 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
10833 * gdb.asm/powerpc64le.inc: New file.
10834
10835 2014-03-25 Pedro Alves <palves@redhat.com>
10836 Doug Evans <dje@google.com>
10837
10838 * gdb.base/source-execution.c: New file.
10839 * gdb.base/source-execution.exp: New file.
10840 * gdb.base/source-execution.gdb: New file.
10841
10842 2014-03-24 Doug Evans <dje@google.com>
10843
10844 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
10845 using fission.
10846
10847 2014-03-24 Hui Zhu <hui@codesourcery.com>
10848 Pedro Alves <palves@redhat.com>
10849
10850 PR breakpoints/16101
10851 * gdb.base/dprintf.exp: Use unsupported rather than changing the
10852 test pass/fail messages. Detect missing support for dprintf when
10853 breakpoints are actually inserted.
10854 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
10855 breakpoints are actually inserted.
10856 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
10857 fails.
10858
10859 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10860
10861 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
10862
10863 2014-03-22 Doug Evans <xdje42@gmail.com>
10864
10865 * gdb.python/python.exp (python not supported): Verify multi-line
10866 python command issues an error.
10867 * gdb.guile/guile.exp (guile not supported): Verify multi-line
10868 guile command issues an error.
10869
10870 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
10871
10872 * gdb.threads/thread-specific.exp: Handle the lack of usable
10873 $this_breakpoint and $this_thread.
10874
10875 2014-03-21 Hui Zhu <hui@codesourcery.com>
10876
10877 * gdb.base/attach.exp (do_command_attach_tests): New.
10878
10879 2014-03-20 Tom Tromey <tromey@redhat.com>
10880 Pedro Alves <palves@redhat.com>
10881
10882 PR cli/15718
10883 * gdb.base/condbreak-call-false.c: New file.
10884 * gdb.base/condbreak-call-false.exp: New file.
10885
10886 2014-03-20 Pedro Alves <palves@redhat.com>
10887
10888 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
10889 Delete.
10890 (block_signals, unblock_signals): Delete.
10891 (child_function_2, main): Remove references to deleted variable
10892 and functions.
10893
10894 2014-03-20 Pedro Alves <palves@redhat.com>
10895
10896 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
10897 Use pthread_kill to signal thread 2.
10898 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10899 Adjust to make the test send itself a signal rather than using the
10900 host's "kill" command.
10901
10902 2014-03-20 Pedro Alves <palves@redhat.com>
10903
10904 * gdb.threads/multiple-step-overs.c: New file.
10905 * gdb.threads/multiple-step-overs.exp: New file.
10906 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10907 Adjust expected infrun debug output.
10908
10909 2014-03-20 Pedro Alves <palves@redhat.com>
10910
10911 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
10912 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
10913
10914 2014-03-20 Pedro Alves <palves@redhat.com>
10915
10916 PR breakpoints/7143
10917 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
10918 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
10919 of gdb_test_multiple.
10920 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
10921 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
10922
10923 2014-03-20 Pedro Alves <palves@redhat.com>
10924
10925 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
10926 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
10927
10928 2014-03-19 Pedro Alves <palves@redhat.com>
10929
10930 * gdb.base/async.exp: Remove early return.
10931
10932 2014-03-19 Pedro Alves <palves@redhat.com>
10933
10934 * gdb.base/async.exp (step& tests): Pass explicit test messages.
10935
10936 2014-03-19 Pedro Alves <palves@redhat.com>
10937
10938 * gdb.base/async.exp (test_background): Expect \r\n after
10939 "completed." in the fail pattern.
10940
10941 2014-03-19 Pedro Alves <palves@redhat.com>
10942
10943 * gdb.base/async.exp (test_background): New procedure.
10944 Use it for all background execution command tests.
10945
10946 2014-03-19 Pedro Alves <palves@redhat.com>
10947
10948 * gdb.base/async.exp: Use prepare_for_testing.
10949
10950 2014-03-19 Pedro Alves <palves@redhat.com>
10951
10952 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
10953 the same line.
10954
10955 2014-03-19 Pedro Alves <palves@redhat.com>
10956
10957 * gdb.base/async.c (main): Add "jump here" and "until here" line
10958 marker comments.
10959 * gdb.base/async.exp (jump_here): New global.
10960 (jump& test): Use it.
10961 (until_here): New global.
10962 (until& test): Use it.
10963
10964 2014-03-19 Pedro Alves <palves@redhat.com>
10965
10966 * gdb.base/async.exp: Don't frob gdb_protocol.
10967
10968 2014-03-18 Doug Evans <xdje42@gmail.com>
10969
10970 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
10971 Fix spelling of exec-done-display.
10972
10973 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
10974
10975 PR gdb/15358
10976 * gdb.base/gdb-sigterm.c: New file.
10977 * gdb.base/gdb-sigterm.exp: New file.
10978
10979 2014-03-18 Pedro Alves <palves@redhat.com>
10980
10981 PR gdb/13860
10982 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
10983 * lib/mi-support.exp (mi_expect_stop): Add special handling for
10984 solib-event.
10985
10986 2014-03-17 Joel Brobecker <brobecker@adacore.com>
10987
10988 * gdb.ada/pckd_arr_ren: New testcase.
10989
10990 2014-03-13 Doug Evans <xdje42@gmail.com>
10991
10992 PR guile/16612
10993 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
10994 collect after discarding symbols.
10995
10996 2014-03-13 Ludovic Courtès <ludo@gnu.org>
10997 Doug Evans <xdje42@gmail.com>
10998
10999 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
11000 to history survives a gc.
11001
11002 2014-03-13 Pedro Alves <palves@redhat.com>
11003
11004 * gdb.base/default.exp: Don't test "target procfs".
11005
11006 2014-03-13 Pedro Alves <palves@redhat.com>
11007
11008 * gdb.base/default.exp: Update "target child" and "target procfs"
11009 tests to not expect "Unix".
11010
11011 2014-03-12 Tom Tromey <tromey@redhat.com>
11012
11013 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
11014 New procs. Add target-async tests.
11015 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
11016 Add target-async tests.
11017
11018 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11019
11020 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
11021 'func_start' and 'func_end' for the beginning and end of the
11022 function code, respectively.
11023 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
11024 'func_end' instead of 'func' and 'main'.
11025
11026 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11027
11028 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
11029 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
11030 generate the debug info assembler source.
11031
11032 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11033
11034 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
11035 * gdb.dwarf2/arr-subrange.exp: Likewise.
11036 * gdb.dwarf2/dwz.exp: Likewise.
11037 * gdb.dwarf2/method-ptr.exp: Likewise.
11038 * gdb.dwarf2/missing-sig-type.exp: Likewise.
11039 * gdb.dwarf2/subrange.exp: Likewise.
11040 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
11041 * gdb.dwarf2/implptrpiece.exp: Likewise.
11042 * gdb.dwarf2/nostaticblock.exp: Likewise.
11043
11044 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11045
11046 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
11047 directory to absolute path name arguments.
11048
11049 2014-03-10 Joel Brobecker <brobecker@adacore.com>
11050
11051 * gdb.ada/tagged_access: New testcase.
11052
11053 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
11054
11055 * gdb.btrace/data.exp: Update expected output.
11056
11057 2014-03-06 Yao Qi <yao@codesourcery.com>
11058
11059 * gdb.trace/pr16508.exp: New file.
11060
11061 2014-03-05 Pedro Alves <palves@redhat.com>
11062
11063 PR gdb/16575
11064 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
11065 procedure.
11066 (top level): Adjust to use it. Add tests that exercise breakpoint
11067 interaction with the code-cache.
11068
11069 2014-02-26 Ludovic Courtès <ludo@gnu.org>
11070
11071 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
11072 test for 'history-append!'.
11073
11074 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11075
11076 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
11077 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
11078 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
11079 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
11080 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
11081 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
11082
11083 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11084
11085 * testsuite/gdb.python/py-pp-re-notag.c: New file.
11086 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
11087 * testsuite/gdb.python/py-pp-re-notag.p: New file.
11088
11089 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11090
11091 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
11092
11093 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11094
11095 * gdb.dwarf2/arr-stride.c: New file.
11096 * gdb.dwarf2/arr-stride.exp: New file.
11097
11098 2014-02-26 Pedro Alves <palves@redhat.com>
11099
11100 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11101 that won't ever trigger. Make sure that GDB reports the correct
11102 breakpoint that caused the stop.
11103
11104 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11105
11106 PR gdb/16626
11107 * gdb.base/auto-load-script: New file.
11108 * gdb.base/auto-load.c: New file.
11109 * gdb.base/auto-load.exp: New file.
11110
11111 PR gdb/16626
11112 * gdb.base/auto-load.exp: Fix out-of-srctree run.
11113
11114 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11115
11116 Fix dw2-icycle.exp -fsanitize=address GDB crash.
11117 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11118
11119 2014-02-24 Doug Evans <dje@google.com>
11120
11121 * lib/gdb.exp (run_on_host): Log error output if program fails.
11122
11123 2014-02-21 Pedro Alves <palves@redhat.com>
11124
11125 * gdb.threads/step-after-sr-lock.c: Rename to ...
11126 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
11127 * gdb.threads/step-after-sr-lock.exp: Rename to ...
11128 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11129 ... this.
11130
11131 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
11132
11133 PR tdep/16397
11134 * gdb.arch/amd64-stap-special-operands.exp: New file.
11135 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
11136 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
11137 * gdb.arch/amd64-stap-triplet.S: Likewise.
11138 * gdb.arch/amd64-stap-triplet.c: Likewise.
11139
11140 2014-02-20 Joel Brobecker <brobecker@adacore.com>
11141
11142 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11143 in .section pseudo-op.
11144
11145 2014-02-20 lin zuojian <manjian2006@gmail.com>
11146 Joel Brobecker <brobecker@adacore.com>
11147 Doug Evans <xdje42@gmail.com>
11148
11149 PR symtab/16581
11150 * gdb.dwarf2/dw2-icycle.S: New file.
11151 * gdb.dwarf2/dw2-icycle.c: New file.
11152 * gdb.dwarf2/dw2-icycle.exp: New file.
11153
11154 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
11155
11156 * gdb.python/py-value-cc.cc: Improve test case to enable testing
11157 operations on gdb.Value objects.
11158 * gdb.python/py-value-cc.exp: Add new test to test operations on
11159 gdb.Value objects.
11160
11161 2014-02-18 Doug Evans <dje@google.com>
11162
11163 * Makefile.in (TESTS): New variable.
11164 (expanded_tests, expanded_tests_or_none): New variables
11165 (check-single): Pass $(expanded_tests_or_none) to runtest.
11166 (check-parallel): Only run tests in $(TESTS) if non-empty.
11167 (check/no-matching-tests-found): New rule.
11168 * README: Document TESTS makefile variable.
11169
11170 2014-02-18 Doug Evans <dje@google.com>
11171
11172 * Makefile.in (check-parallel): rm -rf outputs temp.
11173
11174 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11175
11176 Fix "ERROR: no fileid for" in the testsuite.
11177 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11178
11179 2014-02-12 Doug Evans <dje@google.com>
11180
11181 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11182 (MISCELLANEOUS): New variable.
11183 (clean): rm -rf $(MISCELLANEOUS).
11184 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11185 dwp live in the same directory as symlinks, with each symlink pointed
11186 to a differently named file in a different directory.
11187
11188 2014-02-11 Doug Evans <dje@google.com>
11189
11190 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11191 of Tcl file commands.
11192
11193 2014-02-10 Mark Kettenis <kettenis@gnu.org>
11194
11195 * gdb.threads/step-after-sr-lock.exp: Avoid executing
11196 "kill -SIGUSR1 -1".
11197
11198 2014-02-10 Joel Brobecker <brobecker@adacore.com>
11199
11200 * gdb.ada/tick_length_array_enum_idx: New testcase.
11201
11202 2014-02-10 Doug Evans <xdje42@gmail.com>
11203
11204 * configure.ac (AC_OUTPUT): Add gdb.guile.
11205 * configure: Regenerate.
11206 * lib/gdb-guile.exp: New file.
11207 * lib/gdb.exp (get_target_charset): New function.
11208 * gdb.base/help.exp: Update expected output from "apropos apropos".
11209 * gdb.guile/Makefile.in: New file.
11210 * gdb.guile/guile.exp: New file.
11211 * gdb.guile/scm-arch.c: New file.
11212 * gdb.guile/scm-arch.exp: New file.
11213 * gdb.guile/scm-block.c: New file.
11214 * gdb.guile/scm-block.exp: New file.
11215 * gdb.guile/scm-breakpoint.c: New file.
11216 * gdb.guile/scm-breakpoint.exp: New file.
11217 * gdb.guile/scm-disasm.c: New file.
11218 * gdb.guile/scm-disasm.exp: New file.
11219 * gdb.guile/scm-equal.c: New file.
11220 * gdb.guile/scm-equal.exp: New file.
11221 * gdb.guile/scm-error.exp: New file.
11222 * gdb.guile/scm-error.scm: New file.
11223 * gdb.guile/scm-frame-args.c: New file.
11224 * gdb.guile/scm-frame-args.exp: New file.
11225 * gdb.guile/scm-frame-args.scm: New file.
11226 * gdb.guile/scm-frame-inline.c: New file.
11227 * gdb.guile/scm-frame-inline.exp: New file.
11228 * gdb.guile/scm-frame.c: New file.
11229 * gdb.guile/scm-frame.exp: New file.
11230 * gdb.guile/scm-generics.exp: New file.
11231 * gdb.guile/scm-gsmob.exp: New file.
11232 * gdb.guile/scm-iterator.c: New file.
11233 * gdb.guile/scm-iterator.exp: New file.
11234 * gdb.guile/scm-math.c: New file.
11235 * gdb.guile/scm-math.exp: New file.
11236 * gdb.guile/scm-objfile-script-gdb.in: New file.
11237 * gdb.guile/scm-objfile-script.c: New file.
11238 * gdb.guile/scm-objfile-script.exp: New file.
11239 * gdb.guile/scm-objfile.c: New file.
11240 * gdb.guile/scm-objfile.exp: New file.
11241 * gdb.guile/scm-ports.exp: New file.
11242 * gdb.guile/scm-pretty-print.c: New file.
11243 * gdb.guile/scm-pretty-print.exp: New file.
11244 * gdb.guile/scm-pretty-print.scm: New file.
11245 * gdb.guile/scm-section-script.c: New file.
11246 * gdb.guile/scm-section-script.exp: New file.
11247 * gdb.guile/scm-section-script.scm: New file.
11248 * gdb.guile/scm-symbol.c: New file.
11249 * gdb.guile/scm-symbol.exp: New file.
11250 * gdb.guile/scm-symtab-2.c: New file.
11251 * gdb.guile/scm-symtab.c: New file.
11252 * gdb.guile/scm-symtab.exp: New file.
11253 * gdb.guile/scm-type.c: New file.
11254 * gdb.guile/scm-type.exp: New file.
11255 * gdb.guile/scm-value-cc.cc: New file.
11256 * gdb.guile/scm-value-cc.exp: New file.
11257 * gdb.guile/scm-value.c: New file.
11258 * gdb.guile/scm-value.exp: New file.
11259 * gdb.guile/source2.scm: New file.
11260 * gdb.guile/types-module.cc: New file.
11261 * gdb.guile/types-module.exp: New file.
11262
11263 2014-02-10 Yao Qi <yao@codesourcery.com>
11264
11265 PR testsuite/16543
11266 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11267 * configure: Regenerated.
11268 * Makefile.in: New file.
11269
11270 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11271
11272 * gdb.python/py-framefilter.exp: Fix typo.
11273
11274 2014-02-08 Yao Qi <yao@codesourcery.com>
11275
11276 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11277 that no =breakpoint-modified is emitted when breakpoints are
11278 modified through MI commands.
11279
11280 2014-02-07 Pedro Alves <pedro@codesourcery.com>
11281 Pedro Alves <palves@redhat.com>
11282
11283 * gdb.threads/step-after-sr-lock.c: New file.
11284 * gdb.threads/step-after-sr-lock.exp: New file.
11285
11286 2014-02-07 Pedro Alves <palves@redhat.com>
11287
11288 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11289
11290 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11291
11292 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11293 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11294
11295 2014-02-06 Doug Evans <xdje42@gmail.com>
11296
11297 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11298 output.
11299
11300 * gdb.gdb/python-interrupts.exp: New file.
11301
11302 2014-02-05 Yao Qi <yao@codesourcery.com>
11303
11304 * gdb.trace/report.exp (use_collected_data): Test the output
11305 of "info threads" and "info inferiors".
11306
11307 2014-02-05 Yao Qi <yao@codesourcery.com>
11308
11309 Revert this patch:
11310
11311 2013-05-24 Yao Qi <yao@codesourcery.com>
11312
11313 * gdb.trace/tfile.exp: Test inferior and thread.
11314
11315 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11316
11317 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11318 on a function.
11319 * gdb.base/step-bt.c: Call hello via function pointer to make
11320 sure its first instruction is executed on powerpc64le-linux.
11321
11322 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11323
11324 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11325
11326 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11327
11328 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11329 of the test patterns for use on little-endian systems.
11330
11331 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11332
11333 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11334 (decimal_vector): Fix for little-endian.
11335
11336 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11337
11338 * gdb.arch/sparc-sysstep.exp: New file.
11339 * gdb.arch/sparc-sysstep.c: Likewise.
11340
11341 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11342
11343 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11344
11345 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11346
11347 2014-01-23 Tom Tromey <tromey@redhat.com>
11348
11349 * gdb.ada/array_char_idx: New testcase.
11350
11351 2014-01-23 Tom Tromey <tromey@redhat.com>
11352
11353 PR python/16487:
11354 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11355 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11356 classes.
11357
11358 2014-01-23 Tom Tromey <tromey@redhat.com>
11359
11360 PR python/16491:
11361 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11362 string from an inferior frame.
11363 * gdb.python/py-framefilter-mi.exp: Update.
11364
11365 2014-01-22 Doug Evans <dje@google.com>
11366
11367 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11368
11369 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11370
11371 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11372
11373 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11374
11375 * gdb.trace/entry-values.exp: Remove excess space character from
11376 regex patterns. Handle s390 call instruction.
11377
11378 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11379
11380 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11381 define "*_start" label. Make "name" static.
11382 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11383 ${name} by references to ${name}_start.
11384
11385 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11386
11387 * gdb.base/info-macros.exp: Remove "debug" from the compile
11388 options.
11389
11390 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11391
11392 * gdb.dlang/demangle.exp: New file.
11393
11394 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11395
11396 * gdb.dlang/primitive-types.exp: New file.
11397
11398 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11399
11400 * configure.ac: Create gdb.dlang/Makefile.
11401 * configure: Regenerate.
11402 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11403 * gdb.dlang/Makefile.in: New file.
11404 * lib/d-support.exp: New file.
11405 * lib/gdb.exp (skip_d_tests): New proc.
11406
11407 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11408
11409 * gdb.btrace/delta.exp: Check reverse stepi.
11410 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11411 * gdb.btrace/finish.exp: New.
11412 * gdb.btrace/next.exp: New.
11413 * gdb.btrace/nexti.exp: New.
11414 * gdb.btrace/record_goto.c: Add comments.
11415 * gdb.btrace/step.exp: New.
11416 * gdb.btrace/stepi.exp: New.
11417 * gdb.btrace/multi-thread-step.c: New.
11418 * gdb.btrace/multi-thread-step.exp: New.
11419 * gdb.btrace/rn-dl-bind.c: New.
11420 * gdb.btrace/rn-dl-bind.exp: New.
11421 * gdb.btrace/data.c: New.
11422 * gdb.btrace/data.exp: New.
11423 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11424
11425 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11426
11427 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11428 * gdb.btrace/exception.exp: Update.
11429 * gdb.btrace/instruction_history.exp: Update.
11430 * gdb.btrace/record_goto.exp: Update.
11431 * gdb.btrace/tailcall.exp: Update.
11432 * gdb.btrace/unknown_functions.exp: Update.
11433 * gdb.btrace/delta.exp: New.
11434
11435 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11436
11437 * gdb.btrace/record_goto.exp: Add backtrace test.
11438 * gdb.btrace/tailcall.exp: Add backtrace test.
11439
11440 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11441
11442 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11443 * gdb.btrace/record_goto.c: New.
11444 * gdb.btrace/record_goto.exp: New.
11445 * gdb.btrace/x86-record_goto.S: New.
11446
11447 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11448
11449 * gdb.btrace/function_call_history.exp: Update tests.
11450 * gdb.btrace/instruction_history.exp: Update tests.
11451
11452 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11453
11454 * gdb.btrace/function_call_history.exp: Fix expected field
11455 order for "record function-call-history".
11456 Add new tests for "record function-call-history /c".
11457 * gdb.btrace/exception.cc: New.
11458 * gdb.btrace/exception.exp: New.
11459 * gdb.btrace/tailcall.exp: New.
11460 * gdb.btrace/x86-tailcall.S: New.
11461 * gdb.btrace/x86-tailcall.c: New.
11462 * gdb.btrace/unknown_functions.c: New.
11463 * gdb.btrace/unknown_functions.exp: New.
11464 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11465
11466 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11467
11468 * gdb.btrace/instruction_history.exp: Update.
11469 * gdb.btrace/function_call_history.exp: Update.
11470
11471 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11472
11473 * gdb.btrace/function_call_history.exp: Fix expected function
11474 trace.
11475 * gdb.btrace/instruction_history.exp: Initialize traced.
11476 Remove traced_functions.
11477
11478 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11479
11480 * gdb.btrace/function_call_history.exp: Update
11481 * gdb.btrace/instruction_history.exp: Update.
11482
11483 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11484
11485 * gdb.btrace/enable.exp: Update expected text.
11486
11487 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11488
11489 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11490 bytes.
11491
11492 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11493
11494 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11495
11496 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
11497
11498 * lib/gdb.exp (supports_process_record): Return true for
11499 arm*-linux*. (supports_reverse): Likewise.
11500
11501 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11502
11503 PR python/15464
11504 PR python/16113
11505 * gdb.python/py-type.c: Enhance test case.
11506 * gdb.python/py-value-cc.cc: Likewise
11507 * gdb.python/py-type.exp: Add new tests.
11508 * gdb.python/py-value-cc.exp: Likewise
11509
11510 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11511 Pedro Alves <palves@redhat.com>
11512
11513 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11514 Make "name" extern.
11515 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11516 references to ${name}_start by references to ${name}.
11517
11518 2014-01-10 Joel Brobecker <brobecker@adacore.com>
11519
11520 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11521
11522 2014-01-10 Joel Brobecker <brobecker@adacore.com>
11523
11524 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11525
11526 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
11527 Pedro Alves <palves@redhat.com>
11528
11529 * gdb.mi/mi-info-os.exp: Connect to the target with
11530 mi_gdb_target_load.
11531
11532 2014-01-08 Pedro Alves <palves@redhat.com>
11533
11534 * gdb.threads/reconnect-signal.c: New file.
11535 * gdb.threads/reconnect-signal.exp: New file.
11536
11537 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11538
11539 * gdb.base/source-dir.exp: New file.
11540
11541 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11542
11543 * gdb.ada/mi_interface: New testcase.
11544
11545 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11546
11547 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11548 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11549 gdb.ada/pp-rec-component/pck.ads: New files.
11550
11551 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11552
11553 * gdb.python/py-pp-integral.c: New file.
11554 * gdb.python/py-pp-integral.py: New file.
11555 * gdb.python/py-pp-integral.exp: New file.
11556
11557 For older changes see ChangeLog-1993-2013.
11558 \f
11559 ;; Local Variables:
11560 ;; mode: change-log
11561 ;; left-margin: 8
11562 ;; fill-column: 74
11563 ;; version-control: never
11564 ;; End:
11565
11566 Copyright 2014-2017 Free Software Foundation, Inc.
11567 Copying and distribution of this file, with or without modification,
11568 are permitted provided the copyright notice and this notice are preserved.