RAII-fy make_cleanup_restore_current_thread & friends
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2017-05-03 Keith Seitz <keiths@redhat.com>
2
3 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
4 (main): Call it.
5
6 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7
8 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
9 to prev and next.
10
11 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12
13 * gdb.python/py-record-btrace.exp: Remove test for
14 gdb.BtraceInstruction.error.
15
16 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
17
18 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
19
20 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
21
22 * gdb.python/py-record-btrace-threads.c: New file.
23 * gdb.python/py-record-btrace-threads.exp: New file.
24
25 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
26
27 PR testsuite/8595
28 * gdb.base/environ.exp: Make test available in all architectures.
29 Move bits related to "info program" testing to
30 gdb.base/info-program.exp. Rewrite tests to use the two new
31 procedures mentione below.
32 (test_set_show_env_var) New procedure.
33 (test_set_show_env_var_equal): Likewise.
34 * gdb.base/info-program.exp: New file.
35
36 2017-04-27 Keith Seitz <keiths@redhat.com>
37
38 * gdb.cp/oranking.cc (test15): New function.
39 (main): Call test15 and declare additional variables for testing.
40 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
41 "p foo101('abc')" tests.
42 Add tests for cv qualifier overloads.
43 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
44 "lvalue reference overload" test.
45 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
46 "print value of f1 on Child&& in f2" test.
47
48 2017-04-19 Pedro Alves <palves@redhat.com>
49
50 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
51 procedure.
52 (top level): Call it.
53 * lib/gdb.exp (gdb_define_cmd): New procedure.
54
55 2017-04-12 Pedro Alves <palves@redhat.com>
56
57 PR gdb/21323
58 * gdb.cp/wide_char_types.c: Include <wchar.h>.
59 (wchar): New global.
60 * gdb.cp/wide_char_types.exp (wide_char_types_program)
61 (do_test_wide_char, wide_char_types_no_program, top level): Add
62 wchar_t testing.
63
64 2017-04-12 Pedro Alves <palves@redhat.com>
65
66 PR c++/21323
67 * gdb.cp/wide_char_types.c: New file.
68 * gdb.cp/wide_char_types.exp: New file.
69
70 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
71
72 PR gdb/21352
73 * gdb.trace/tsv.exp: Add test for "tsave -r".
74
75 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
76
77 * gdb.dlang/watch-loc.c: New file.
78 * gdb.dlang/watch-loc.exp: New file.
79
80 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
81
82 * gdb.python/py-section-script.exp (sepdebug): New testcases.
83
84 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
85
86 * gdb.arch/arc-analyze-prologue.S: New file.
87 * gdb.arch/arc-analyze-prologue.exp: Likewise.
88
89 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
90
91 * gdb.arch/arc-decode-insn.S: New file.
92 * gdb.arch/arc-decode-insn.exp: Likewise.
93
94 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
95
96 PR tdep/20928
97 * gdb.arch/sparc64-regs.exp: New file.
98 * gdb.arch/sparc64-regs.S: Likewise.
99
100 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
101
102 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
103 and memory view on Python 3.
104
105 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
106 Keith Seitz <keiths@redhat.com>
107
108 PR gdb/14441
109 * gdb.cp/demangle.exp: Add rvalue reference tests.
110 * gdb.cp/rvalue-ref-casts.cc: New file.
111 * gdb.cp/rvalue-ref-casts.exp: New file.
112 * gdb.cp/rvalue-ref-overload.cc: New file.
113 * gdb.cp/rvalue-ref-overload.exp: New file.
114 * gdb.cp/rvalue-ref-params.cc: New file.
115 * gdb.cp/rvalue-ref-params.exp: New file.
116 * gdb.cp/rvalue-ref-sizeof.cc: New file.
117 * gdb.cp/rvalue-ref-sizeof.exp: New file.
118 * gdb.cp/rvalue-ref-types.cc: New file.
119 * gdb.cp/rvalue-ref-types.exp: New file.
120 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
121 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
122
123 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
124
125 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
126 New procedure.
127
128 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
129
130 * lib/mi-support.exp (mi_gdb_test): Add additional message
131 for unexpected output.
132
133 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
134
135 * gdb.base/examine-backward.c (Barrier): New character array
136 constant, to ensure that TestStrings is preceded by a string
137 terminator.
138
139 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
140
141 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
142 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
143 and implicit pointer into such a location.
144
145 2017-03-16 Doug Evans <dje@google.com>
146
147 * gdb.python/py-lazy-string (pointer): Really add new typedef.
148
149 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
150
151 * gdb.cp/m-static.exp: Fix expectation for prototype of
152 test5.single_constructor and single_constructor::single_constructor.
153
154 2017-03-16 Doug Evans <dje@google.com>
155
156 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
157 * gdb.guile/scm-lazy-string.c: New file.
158 * gdb.guile/scm-value.exp: Move lazy string tests to ...
159 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
160 for pointer, array, typedef lazy strings.
161
162 2017-03-16 Doug Evans <dje@google.com>
163
164 PR python/17728, python/18439, python/18779
165 * gdb.python/py-value.c (main) Delete locals sptr, sn.
166 * gdb.python/py-lazy-string.c (pointer): New typedef.
167 (main): New locals ptr, array, typedef_ptr.
168 * gdb.python/py-value.exp: Move lazy string tests to ...
169 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
170 array, typedef lazy strings.
171
172 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
173
174 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
175 Add optional 'test' parameter.
176
177 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
178
179 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
180 Skip for versions of DejaGnu < 1.5.
181
182 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
183
184 * lib/gdb.exp (dejagnu_version): New proc.
185 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
186 Use dejagnu_version.
187
188 2017-03-10 Keith Seitz <keiths@redhat.com>
189
190 PR c++/8128
191 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
192 type from destructor regexps.
193 Add a branch which actually passes the test.
194 Adjust "ptype t5i" test names.
195
196 2017-03-08 Pedro Alves <palves@redhat.com>
197
198 * gdb.base/step-over-exit.exp: Add explicit test message.
199
200 2017-03-08 Pedro Alves <palves@redhat.com>
201
202 PR gdb/18360
203 * gdb.threads/interrupt-while-step-over.c: New file.
204 * gdb.threads/interrupt-while-step-over.exp: New file.
205
206 2017-03-08 Pedro Alves <palves@redhat.com>
207
208 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
209 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
210
211 2017-03-08 Pedro Alves <palves@redhat.com>
212
213 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
214 PKRU as not supported as a PASS.
215
216 2017-03-08 Pedro Alves <palves@redhat.com>
217
218 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
219 prefix instead of $binfile1/$binfile2.
220 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
221 in test message.
222 * gdb.python/py-completion.exp: Use "load python file" as test
223 messages instead of unstable path names.
224
225 2017-03-08 Pedro Alves <palves@redhat.com>
226 Jan Kratochvil <jan.kratochvil@redhat.com>
227
228 PR cli/21218
229 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
230 New proc.
231 (top level): Call it.
232
233 2017-03-08 Pedro Alves <palves@redhat.com>
234
235 PR tui/21216
236 * gdb.tui/tui-nl-filtered-output.exp: New file.
237
238 2017-03-08 Pedro Alves <palves@redhat.com>
239
240 * gdb.base/completion.exp: Move TUI completion tests to ...
241 * gdb.tui/completion.exp: ... this new file.
242
243 2017-03-08 Pedro Alves <palves@redhat.com>
244
245 * gdb.base/tui-disasm-long-lines.c,
246 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
247 gdb.base/tui-layout.exp: Move to ...
248 * gdb.tui/: ... this new directory.
249
250 2017-03-07 Pedro Alves <palves@redhat.com>
251
252 * gdb.base/tui-layout.c: New file.
253 * gdb.base/tui-layout.exp: New file.
254
255 2017-03-07 Pedro Alves <palves@redhat.com>
256
257 * gdb.base/tui-layout.c: Rename to ...
258 * gdb.base/tui-disasm-long-lines.c: ... this.
259 * gdb.base/tui-layout.exp: Rename to ...
260 * gdb.base/tui-disasm-long-lines.exp: ... this.
261
262 2017-03-07 Pedro Alves <palves@redhat.com>
263
264 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
265
266 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
267
268 * i386-mpx-call.c: New file.
269 * i386-mpx-call.exp: New file.
270
271 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
272
273 * gdb.arch/powerpc-power.exp: Delete test.
274 * gdb.arch/powerpc-power.s: Likewise.
275 * gdb.disasm/disassembler-options.exp: New test.
276 * gdb.arch/powerpc-altivec.exp: Likewise.
277 * gdb.arch/powerpc-altivec.s: Likewise.
278 * gdb.arch/powerpc-altivec2.exp: Likewise.
279 * gdb.arch/powerpc-altivec2.s: Likewise.
280 * gdb.arch/powerpc-altivec3.exp: Likewise.
281 * gdb.arch/powerpc-altivec3.s: Likewise.
282 * gdb.arch/powerpc-power7.exp: Likewise.
283 * gdb.arch/powerpc-power7.s: Likewise.
284 * gdb.arch/powerpc-power8.exp: Likewise.
285 * gdb.arch/powerpc-power8.s: Likewise.
286 * gdb.arch/powerpc-power9.exp: Likewise.
287 * gdb.arch/powerpc-power9.s: Likewise.
288 * gdb.arch/powerpc-vsx.exp: Likewise.
289 * gdb.arch/powerpc-vsx.s: Likewise.
290 * gdb.arch/powerpc-vsx2.exp: Likewise.
291 * gdb.arch/powerpc-vsx2.s: Likewise.
292 * gdb.arch/powerpc-vsx3.exp: Likewise.
293 * gdb.arch/powerpc-vsx3.s: Likewise.
294 * gdb.arch/arm-disassembler-options.exp: Likewise.
295 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
296 * gdb.arch/s390-disassembler-options.exp: Likewise.
297
298 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
299
300 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
301 (check_supported_features): ... this. Changed return type to void.
302 (supports_rdseed): New static global.
303 (rdseed): Check supports_rdseed.
304 (initialize): Call check_supported_features.
305
306 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
307
308 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
309 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
310 and lqarx/stqcx.
311 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
312 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
313
314 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
315
316 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
317 uppercase.
318
319 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
320
321 * gdb.dwarf2/formdata16.c: New file.
322 * gdb.dwarf2/formdata16.exp: New file.
323 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
324
325 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
326
327 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
328 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
329 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
330 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
331 DW_AT_GNU_*.
332
333 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
334
335 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
336
337 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
338
339 PR gdb/21164
340 * gdb.base/maint.exp: Add testcases for when the commands do
341 not have arguments.
342
343 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
344
345 * gdb.cp/chained-calls.exp: Use p instead of P.
346
347 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
348
349 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
350 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
351
352 2017-02-14 Tom Tromey <tom@tromey.com>
353
354 PR python/13598:
355 * gdb.python/py-events.exp: Add before_prompt event tests.
356
357 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
358
359 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
360
361 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
362
363 * gdb.linespec/explicit.c (my_unique_function_name): New function.
364 (main): Call my_unique_function_name.
365 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
366 completion of patterns with a single match.
367 Add missing -re switches to gdb_test_multiple calls.
368
369 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
370
371 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
372 return if core file is not recognized.
373
374 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
375
376 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
377 and extra UIs.
378
379 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
380
381 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
382 proc_with_prefix.
383
384 2017-02-10 Tom Tromey <tom@tromey.com>
385
386 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
387
388 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
389
390 PR gdb/21122
391 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
392
393 2017-02-08 Jerome Guitton <guitton@adacore.com>
394
395 * gdb.base/define.exp: Add test for command abbreviations
396 in define.
397
398 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
399
400 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
401 * gdb.reverse/insn-reverse-x86.c: New file.
402
403 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
404
405 PR tdep/20936
406 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
407
408 2017-02-03 Tom Tromey <tom@tromey.com>
409
410 PR rust/21097:
411 * gdb.rust/simple.exp: Add new tests.
412
413 2017-02-02 Pedro Alves <palves@redhat.com>
414
415 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
416 tests.
417
418 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
419
420 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
421 taking a 2-byte value out of a 4-byte DWARF implicit value on
422 big-endian targets.
423 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
424 logic. Add test cases for DW_OP_implicit.
425
426 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
427
428 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
429
430 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
431
432 * gdb.btrace/enable.exp: Call gdb_exit before
433 skip_gdbserver_tests.
434
435 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
436
437 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
438 GDBFLAGS.
439
440 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
441
442 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
443 the test is skipped.
444 * gdb.btrace/data.exp: Likewise.
445 * gdb.btrace/delta.exp: Likewise.
446 * gdb.btrace/dlopen.exp: Likewise.
447 * gdb.btrace/enable-running.exp: Likewise.
448 * gdb.btrace/enable.exp: Likewise.
449 * gdb.btrace/exception.exp: Likewise.
450 * gdb.btrace/function_call_history.exp: Likewise.
451 * gdb.btrace/gcore.exp: Likewise.
452 * gdb.btrace/instruction_history.exp: Likewise.
453 * gdb.btrace/multi-thread-step.exp: Likewise.
454 * gdb.btrace/nohist.exp: Likewise.
455 * gdb.btrace/non-stop.exp: Likewise.
456 * gdb.btrace/reconnect.exp: Likewise.
457 * gdb.btrace/record_goto-step.exp: Likewise.
458 * gdb.btrace/record_goto.exp: Likewise.
459 * gdb.btrace/rn-dl-bind.exp: Likewise.
460 * gdb.btrace/segv.exp: Likewise.
461 * gdb.btrace/step.exp: Likewise.
462 * gdb.btrace/stepi.exp: Likewise.
463 * gdb.btrace/tailcall-only.exp: Likewise.
464 * gdb.btrace/tailcall.exp: Likewise.
465 * gdb.btrace/tsx.exp: Likewise.
466 * gdb.btrace/unknown_functions.exp: Likewise.
467 * gdb.btrace/vdso.exp: Likewise.
468
469 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
470
471 * gdb.btrace/enable-running.c: New.
472 * gdb.btrace/enable-running.exp: New.
473
474 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
475
476 * gdb.arch/amd64-gs_base.c: New file.
477 * gdb.arch/amd64-gs_base.exp: New file.
478
479 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
480
481 * lib/memory.exp: Remove spurious empty newlines.
482
483 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
484
485 * gdb.python/py-bad-printers.exp: Load python file using "source".
486 * gdb.python/py-events.exp: Likewise.
487 * gdb.python/py-evsignal.exp: Likewise.
488 * gdb.python/py-evthreads.exp: Likewise.
489 * gdb.python/py-frame-args.exp: Likewise.
490 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
491 * gdb.python/py-framefilter-mi.exp: Likewise.
492 * gdb.python/py-framefilter.exp: Likewise.
493 * gdb.python/py-mi.exp: Likewise.
494 * gdb.python/py-pp-maint.exp: Likewise.
495 * gdb.python/py-pp-registration.exp: Likewise.
496 * gdb.python/py-prettyprint.exp: Likewise.
497 (run_lang_tests): Likewise.
498 * gdb.python/py-typeprint.exp: Likewise.
499
500 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
501
502 * lib/memory.exp: New file.
503 * lib/gdb.exp: Load memory.exp.
504 * gdb.base/memattr.exp (delete_memory): Move proc to
505 lib/memory.exp and rename to delete_memory_regions.
506 Replace delete_memory with delete_memory_regions.
507 Cleanup memory regions before tests.
508 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
509 before tests.
510
511 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
512
513 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
514 files.
515 (initialize): New function conditionally defined.
516 (testcases): Move within conditional block.
517 (main): Call initialize.
518 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
519 of gdb.reverse/insn-reverse.c.
520 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
521 gdb.reverse/insn-reverse.c.
522
523 2017-01-26 Yao Qi <yao.qi@linaro.org>
524
525 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
526 disassemble on address 0.
527
528 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
529 Yao Qi <yao.qi@linaro.org>
530
531 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
532 * gdb.dwarf2/implptr-64bit.S: Remove.
533 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
534 variables in caller's context. Add DW_OP_implicit_value.
535
536 2017-01-25 Yao Qi <yao.qi@linaro.org>
537
538 * lib/dwarf.exp (Dwarf::_location): Handle
539 DW_OP_GNU_implicit_pointer with proper size.
540
541 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
542
543 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
544 and add untested calls.
545
546 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
547
548 * gdb.python/python.exp: Check line number against what GDB thinks
549 the line number is for func1.
550
551 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
552
553 * gdb.dlang/debug-expr.exp: New file.
554
555 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
556
557 Fix test names for the following files:
558
559 * gdb.ada/exec_changed.exp
560 * gdb.ada/info_types.exp
561 * gdb.arch/aarch64-atomic-inst.exp
562 * gdb.arch/aarch64-fp.exp
563 * gdb.arch/altivec-abi.exp
564 * gdb.arch/altivec-regs.exp
565 * gdb.arch/amd64-byte.exp
566 * gdb.arch/amd64-disp-step.exp
567 * gdb.arch/amd64-dword.exp
568 * gdb.arch/amd64-entry-value-inline.exp
569 * gdb.arch/amd64-entry-value-param.exp
570 * gdb.arch/amd64-entry-value-paramref.exp
571 * gdb.arch/amd64-entry-value.exp
572 * gdb.arch/amd64-i386-address.exp
573 * gdb.arch/amd64-invalid-stack-middle.exp
574 * gdb.arch/amd64-invalid-stack-top.exp
575 * gdb.arch/amd64-optimout-repeat.exp
576 * gdb.arch/amd64-prologue-skip.exp
577 * gdb.arch/amd64-prologue-xmm.exp
578 * gdb.arch/amd64-stap-special-operands.exp
579 * gdb.arch/amd64-stap-wrong-subexp.exp
580 * gdb.arch/amd64-tailcall-cxx.exp
581 * gdb.arch/amd64-tailcall-noret.exp
582 * gdb.arch/amd64-tailcall-ret.exp
583 * gdb.arch/amd64-tailcall-self.exp
584 * gdb.arch/amd64-word.exp
585 * gdb.arch/arm-bl-branch-dest.exp
586 * gdb.arch/arm-disp-step.exp
587 * gdb.arch/arm-neon.exp
588 * gdb.arch/arm-single-step-kernel-helper.exp
589 * gdb.arch/avr-flash-qualifier.exp
590 * gdb.arch/disp-step-insn-reloc.exp
591 * gdb.arch/e500-abi.exp
592 * gdb.arch/e500-regs.exp
593 * gdb.arch/ftrace-insn-reloc.exp
594 * gdb.arch/i386-avx512.exp
595 * gdb.arch/i386-bp_permanent.exp
596 * gdb.arch/i386-byte.exp
597 * gdb.arch/i386-cfi-notcurrent.exp
598 * gdb.arch/i386-disp-step.exp
599 * gdb.arch/i386-dr3-watch.exp
600 * gdb.arch/i386-float.exp
601 * gdb.arch/i386-gnu-cfi.exp
602 * gdb.arch/i386-mpx-map.exp
603 * gdb.arch/i386-mpx-sigsegv.exp
604 * gdb.arch/i386-mpx-simple_segv.exp
605 * gdb.arch/i386-mpx.exp
606 * gdb.arch/i386-permbkpt.exp
607 * gdb.arch/i386-prologue.exp
608 * gdb.arch/i386-signal.exp
609 * gdb.arch/i386-size-overlap.exp
610 * gdb.arch/i386-unwind.exp
611 * gdb.arch/i386-word.exp
612 * gdb.arch/mips-fcr.exp
613 * gdb.arch/powerpc-d128-regs.exp
614 * gdb.arch/powerpc-stackless.exp
615 * gdb.arch/ppc64-atomic-inst.exp
616 * gdb.arch/s390-stackless.exp
617 * gdb.arch/s390-tdbregs.exp
618 * gdb.arch/s390-vregs.exp
619 * gdb.arch/sparc-sysstep.exp
620 * gdb.arch/thumb-bx-pc.exp
621 * gdb.arch/thumb-singlestep.exp
622 * gdb.arch/thumb2-it.exp
623 * gdb.arch/vsx-regs.exp
624 * gdb.asm/asm-source.exp
625 * gdb.base/a2-run.exp
626 * gdb.base/advance.exp
627 * gdb.base/all-bin.exp
628 * gdb.base/anon.exp
629 * gdb.base/args.exp
630 * gdb.base/arithmet.exp
631 * gdb.base/async-shell.exp
632 * gdb.base/async.exp
633 * gdb.base/attach-pie-noexec.exp
634 * gdb.base/attach-twice.exp
635 * gdb.base/auto-load.exp
636 * gdb.base/bang.exp
637 * gdb.base/bitfields.exp
638 * gdb.base/break-always.exp
639 * gdb.base/break-caller-line.exp
640 * gdb.base/break-entry.exp
641 * gdb.base/break-inline.exp
642 * gdb.base/break-on-linker-gcd-function.exp
643 * gdb.base/break-probes.exp
644 * gdb.base/break.exp
645 * gdb.base/breakpoint-shadow.exp
646 * gdb.base/call-ar-st.exp
647 * gdb.base/call-sc.exp
648 * gdb.base/call-signal-resume.exp
649 * gdb.base/call-strs.exp
650 * gdb.base/callfuncs.exp
651 * gdb.base/catch-fork-static.exp
652 * gdb.base/catch-gdb-caused-signals.exp
653 * gdb.base/catch-load.exp
654 * gdb.base/catch-signal-fork.exp
655 * gdb.base/catch-signal.exp
656 * gdb.base/catch-syscall.exp
657 * gdb.base/charset.exp
658 * gdb.base/checkpoint.exp
659 * gdb.base/chng-syms.exp
660 * gdb.base/code-expr.exp
661 * gdb.base/code_elim.exp
662 * gdb.base/commands.exp
663 * gdb.base/completion.exp
664 * gdb.base/complex.exp
665 * gdb.base/cond-expr.exp
666 * gdb.base/condbreak.exp
667 * gdb.base/consecutive.exp
668 * gdb.base/continue-all-already-running.exp
669 * gdb.base/coredump-filter.exp
670 * gdb.base/corefile.exp
671 * gdb.base/dbx.exp
672 * gdb.base/debug-expr.exp
673 * gdb.base/define.exp
674 * gdb.base/del.exp
675 * gdb.base/disabled-location.exp
676 * gdb.base/disasm-end-cu.exp
677 * gdb.base/disasm-optim.exp
678 * gdb.base/display.exp
679 * gdb.base/duplicate-bp.exp
680 * gdb.base/ena-dis-br.exp
681 * gdb.base/ending-run.exp
682 * gdb.base/enumval.exp
683 * gdb.base/environ.exp
684 * gdb.base/eu-strip-infcall.exp
685 * gdb.base/eval-avoid-side-effects.exp
686 * gdb.base/eval-skip.exp
687 * gdb.base/exitsignal.exp
688 * gdb.base/expand-psymtabs.exp
689 * gdb.base/filesym.exp
690 * gdb.base/find-unmapped.exp
691 * gdb.base/finish.exp
692 * gdb.base/float.exp
693 * gdb.base/foll-exec-mode.exp
694 * gdb.base/foll-exec.exp
695 * gdb.base/foll-fork.exp
696 * gdb.base/fortran-sym-case.exp
697 * gdb.base/freebpcmd.exp
698 * gdb.base/func-ptr.exp
699 * gdb.base/func-ptrs.exp
700 * gdb.base/funcargs.exp
701 * gdb.base/gcore-buffer-overflow.exp
702 * gdb.base/gcore-relro-pie.exp
703 * gdb.base/gcore-relro.exp
704 * gdb.base/gcore.exp
705 * gdb.base/gdb1090.exp
706 * gdb.base/gdb11530.exp
707 * gdb.base/gdb11531.exp
708 * gdb.base/gdb1821.exp
709 * gdb.base/gdbindex-stabs.exp
710 * gdb.base/gdbvars.exp
711 * gdb.base/hbreak.exp
712 * gdb.base/hbreak2.exp
713 * gdb.base/included.exp
714 * gdb.base/infcall-input.exp
715 * gdb.base/inferior-died.exp
716 * gdb.base/infnan.exp
717 * gdb.base/info-macros.exp
718 * gdb.base/info-os.exp
719 * gdb.base/info-proc.exp
720 * gdb.base/info-shared.exp
721 * gdb.base/info-target.exp
722 * gdb.base/infoline.exp
723 * gdb.base/interp.exp
724 * gdb.base/interrupt.exp
725 * gdb.base/jit-reader.exp
726 * gdb.base/jit-simple.exp
727 * gdb.base/kill-after-signal.exp
728 * gdb.base/kill-detach-inferiors-cmd.exp
729 * gdb.base/label.exp
730 * gdb.base/langs.exp
731 * gdb.base/ldbl_e308.exp
732 * gdb.base/line-symtabs.exp
733 * gdb.base/linespecs.exp
734 * gdb.base/list.exp
735 * gdb.base/long_long.exp
736 * gdb.base/longest-types.exp
737 * gdb.base/maint.exp
738 * gdb.base/max-value-size.exp
739 * gdb.base/memattr.exp
740 * gdb.base/mips_pro.exp
741 * gdb.base/morestack.exp
742 * gdb.base/moribund-step.exp
743 * gdb.base/multi-forks.exp
744 * gdb.base/nested-addr.exp
745 * gdb.base/nextoverexit.exp
746 * gdb.base/noreturn-finish.exp
747 * gdb.base/noreturn-return.exp
748 * gdb.base/nostdlib.exp
749 * gdb.base/offsets.exp
750 * gdb.base/opaque.exp
751 * gdb.base/pc-fp.exp
752 * gdb.base/permissions.exp
753 * gdb.base/print-symbol-loading.exp
754 * gdb.base/prologue-include.exp
755 * gdb.base/psymtab.exp
756 * gdb.base/ptype.exp
757 * gdb.base/random-signal.exp
758 * gdb.base/randomize.exp
759 * gdb.base/range-stepping.exp
760 * gdb.base/readline-ask.exp
761 * gdb.base/recpar.exp
762 * gdb.base/recurse.exp
763 * gdb.base/relational.exp
764 * gdb.base/restore.exp
765 * gdb.base/return-nodebug.exp
766 * gdb.base/return.exp
767 * gdb.base/run-after-attach.exp
768 * gdb.base/save-bp.exp
769 * gdb.base/scope.exp
770 * gdb.base/sect-cmd.exp
771 * gdb.base/set-lang-auto.exp
772 * gdb.base/set-noassign.exp
773 * gdb.base/setvar.exp
774 * gdb.base/sigall.exp
775 * gdb.base/sigbpt.exp
776 * gdb.base/siginfo-addr.exp
777 * gdb.base/siginfo-infcall.exp
778 * gdb.base/siginfo-obj.exp
779 * gdb.base/siginfo.exp
780 * gdb.base/signals-state-child.exp
781 * gdb.base/signest.exp
782 * gdb.base/sigstep.exp
783 * gdb.base/sizeof.exp
784 * gdb.base/skip.exp
785 * gdb.base/solib-corrupted.exp
786 * gdb.base/solib-nodir.exp
787 * gdb.base/solib-search.exp
788 * gdb.base/stack-checking.exp
789 * gdb.base/stale-infcall.exp
790 * gdb.base/stap-probe.exp
791 * gdb.base/start.exp
792 * gdb.base/step-break.exp
793 * gdb.base/step-bt.exp
794 * gdb.base/step-line.exp
795 * gdb.base/step-over-exit.exp
796 * gdb.base/step-over-syscall.exp
797 * gdb.base/step-resume-infcall.exp
798 * gdb.base/step-test.exp
799 * gdb.base/store.exp
800 * gdb.base/structs3.exp
801 * gdb.base/sym-file.exp
802 * gdb.base/symbol-without-target_section.exp
803 * gdb.base/term.exp
804 * gdb.base/testenv.exp
805 * gdb.base/ui-redirect.exp
806 * gdb.base/until.exp
807 * gdb.base/unwindonsignal.exp
808 * gdb.base/value-double-free.exp
809 * gdb.base/vla-datatypes.exp
810 * gdb.base/vla-ptr.exp
811 * gdb.base/vla-sideeffect.exp
812 * gdb.base/volatile.exp
813 * gdb.base/watch-cond-infcall.exp
814 * gdb.base/watch-cond.exp
815 * gdb.base/watch-non-mem.exp
816 * gdb.base/watch-read.exp
817 * gdb.base/watch-vfork.exp
818 * gdb.base/watchpoint-cond-gone.exp
819 * gdb.base/watchpoint-delete.exp
820 * gdb.base/watchpoint-hw-hit-once.exp
821 * gdb.base/watchpoint-hw.exp
822 * gdb.base/watchpoint-stops-at-right-insn.exp
823 * gdb.base/watchpoints.exp
824 * gdb.base/wchar.exp
825 * gdb.base/whatis-exp.exp
826 * gdb.btrace/buffer-size.exp
827 * gdb.btrace/data.exp
828 * gdb.btrace/delta.exp
829 * gdb.btrace/dlopen.exp
830 * gdb.btrace/enable.exp
831 * gdb.btrace/exception.exp
832 * gdb.btrace/function_call_history.exp
833 * gdb.btrace/gcore.exp
834 * gdb.btrace/instruction_history.exp
835 * gdb.btrace/nohist.exp
836 * gdb.btrace/reconnect.exp
837 * gdb.btrace/record_goto-step.exp
838 * gdb.btrace/record_goto.exp
839 * gdb.btrace/rn-dl-bind.exp
840 * gdb.btrace/segv.exp
841 * gdb.btrace/step.exp
842 * gdb.btrace/stepi.exp
843 * gdb.btrace/tailcall-only.exp
844 * gdb.btrace/tailcall.exp
845 * gdb.btrace/tsx.exp
846 * gdb.btrace/unknown_functions.exp
847 * gdb.btrace/vdso.exp
848 * gdb.compile/compile-ifunc.exp
849 * gdb.compile/compile-ops.exp
850 * gdb.compile/compile-print.exp
851 * gdb.compile/compile-setjmp.exp
852 * gdb.cp/abstract-origin.exp
853 * gdb.cp/ambiguous.exp
854 * gdb.cp/annota2.exp
855 * gdb.cp/annota3.exp
856 * gdb.cp/anon-ns.exp
857 * gdb.cp/anon-struct.exp
858 * gdb.cp/anon-union.exp
859 * gdb.cp/arg-reference.exp
860 * gdb.cp/baseenum.exp
861 * gdb.cp/bool.exp
862 * gdb.cp/breakpoint.exp
863 * gdb.cp/bs15503.exp
864 * gdb.cp/call-c.exp
865 * gdb.cp/casts.exp
866 * gdb.cp/chained-calls.exp
867 * gdb.cp/class2.exp
868 * gdb.cp/classes.exp
869 * gdb.cp/cmpd-minsyms.exp
870 * gdb.cp/converts.exp
871 * gdb.cp/cp-relocate.exp
872 * gdb.cp/cpcompletion.exp
873 * gdb.cp/cpexprs.exp
874 * gdb.cp/cplabel.exp
875 * gdb.cp/cplusfuncs.exp
876 * gdb.cp/cpsizeof.exp
877 * gdb.cp/ctti.exp
878 * gdb.cp/derivation.exp
879 * gdb.cp/destrprint.exp
880 * gdb.cp/dispcxx.exp
881 * gdb.cp/enum-class.exp
882 * gdb.cp/exception.exp
883 * gdb.cp/exceptprint.exp
884 * gdb.cp/expand-psymtabs-cxx.exp
885 * gdb.cp/expand-sals.exp
886 * gdb.cp/extern-c.exp
887 * gdb.cp/filename.exp
888 * gdb.cp/formatted-ref.exp
889 * gdb.cp/fpointer.exp
890 * gdb.cp/gdb1355.exp
891 * gdb.cp/gdb2495.exp
892 * gdb.cp/hang.exp
893 * gdb.cp/impl-this.exp
894 * gdb.cp/infcall-dlopen.exp
895 * gdb.cp/inherit.exp
896 * gdb.cp/iostream.exp
897 * gdb.cp/koenig.exp
898 * gdb.cp/local.exp
899 * gdb.cp/m-data.exp
900 * gdb.cp/m-static.exp
901 * gdb.cp/mb-ctor.exp
902 * gdb.cp/mb-inline.exp
903 * gdb.cp/mb-templates.exp
904 * gdb.cp/member-name.exp
905 * gdb.cp/member-ptr.exp
906 * gdb.cp/meth-typedefs.exp
907 * gdb.cp/method.exp
908 * gdb.cp/method2.exp
909 * gdb.cp/minsym-fallback.exp
910 * gdb.cp/misc.exp
911 * gdb.cp/namelessclass.exp
912 * gdb.cp/namespace-enum.exp
913 * gdb.cp/namespace-nested-import.exp
914 * gdb.cp/namespace.exp
915 * gdb.cp/nextoverthrow.exp
916 * gdb.cp/no-dmgl-verbose.exp
917 * gdb.cp/non-trivial-retval.exp
918 * gdb.cp/noparam.exp
919 * gdb.cp/nsdecl.exp
920 * gdb.cp/nsimport.exp
921 * gdb.cp/nsnested.exp
922 * gdb.cp/nsnoimports.exp
923 * gdb.cp/nsrecurs.exp
924 * gdb.cp/nsstress.exp
925 * gdb.cp/nsusing.exp
926 * gdb.cp/operator.exp
927 * gdb.cp/oranking.exp
928 * gdb.cp/overload-const.exp
929 * gdb.cp/overload.exp
930 * gdb.cp/ovldbreak.exp
931 * gdb.cp/ovsrch.exp
932 * gdb.cp/paren-type.exp
933 * gdb.cp/parse-lang.exp
934 * gdb.cp/pass-by-ref.exp
935 * gdb.cp/pr-1023.exp
936 * gdb.cp/pr-1210.exp
937 * gdb.cp/pr-574.exp
938 * gdb.cp/pr10687.exp
939 * gdb.cp/pr12028.exp
940 * gdb.cp/pr17132.exp
941 * gdb.cp/pr17494.exp
942 * gdb.cp/pr9067.exp
943 * gdb.cp/pr9167.exp
944 * gdb.cp/pr9631.exp
945 * gdb.cp/printmethod.exp
946 * gdb.cp/psmang.exp
947 * gdb.cp/psymtab-parameter.exp
948 * gdb.cp/ptype-cv-cp.exp
949 * gdb.cp/ptype-flags.exp
950 * gdb.cp/re-set-overloaded.exp
951 * gdb.cp/ref-types.exp
952 * gdb.cp/rtti.exp
953 * gdb.cp/scope-err.exp
954 * gdb.cp/shadow.exp
955 * gdb.cp/smartp.exp
956 * gdb.cp/static-method.exp
957 * gdb.cp/static-print-quit.exp
958 * gdb.cp/temargs.exp
959 * gdb.cp/templates.exp
960 * gdb.cp/try_catch.exp
961 * gdb.cp/typedef-operator.exp
962 * gdb.cp/typeid.exp
963 * gdb.cp/userdef.exp
964 * gdb.cp/using-crash.exp
965 * gdb.cp/var-tag.exp
966 * gdb.cp/virtbase.exp
967 * gdb.cp/virtfunc.exp
968 * gdb.cp/virtfunc2.exp
969 * gdb.cp/vla-cxx.exp
970 * gdb.disasm/t01_mov.exp
971 * gdb.disasm/t02_mova.exp
972 * gdb.disasm/t03_add.exp
973 * gdb.disasm/t04_sub.exp
974 * gdb.disasm/t05_cmp.exp
975 * gdb.disasm/t06_ari2.exp
976 * gdb.disasm/t07_ari3.exp
977 * gdb.disasm/t08_or.exp
978 * gdb.disasm/t09_xor.exp
979 * gdb.disasm/t10_and.exp
980 * gdb.disasm/t11_logs.exp
981 * gdb.disasm/t12_bit.exp
982 * gdb.disasm/t13_otr.exp
983 * gdb.dlang/circular.exp
984 * gdb.dwarf2/arr-stride.exp
985 * gdb.dwarf2/arr-subrange.exp
986 * gdb.dwarf2/atomic-type.exp
987 * gdb.dwarf2/bad-regnum.exp
988 * gdb.dwarf2/bitfield-parent-optimized-out.exp
989 * gdb.dwarf2/callframecfa.exp
990 * gdb.dwarf2/clztest.exp
991 * gdb.dwarf2/corrupt.exp
992 * gdb.dwarf2/data-loc.exp
993 * gdb.dwarf2/dup-psym.exp
994 * gdb.dwarf2/dw2-anon-mptr.exp
995 * gdb.dwarf2/dw2-anonymous-func.exp
996 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
997 * gdb.dwarf2/dw2-bad-unresolved.exp
998 * gdb.dwarf2/dw2-basic.exp
999 * gdb.dwarf2/dw2-canonicalize-type.exp
1000 * gdb.dwarf2/dw2-case-insensitive.exp
1001 * gdb.dwarf2/dw2-common-block.exp
1002 * gdb.dwarf2/dw2-compdir-oldgcc.exp
1003 * gdb.dwarf2/dw2-compressed.exp
1004 * gdb.dwarf2/dw2-const.exp
1005 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
1006 * gdb.dwarf2/dw2-cu-size.exp
1007 * gdb.dwarf2/dw2-dup-frame.exp
1008 * gdb.dwarf2/dw2-entry-value.exp
1009 * gdb.dwarf2/dw2-icycle.exp
1010 * gdb.dwarf2/dw2-ifort-parameter.exp
1011 * gdb.dwarf2/dw2-inline-break.exp
1012 * gdb.dwarf2/dw2-inline-param.exp
1013 * gdb.dwarf2/dw2-intercu.exp
1014 * gdb.dwarf2/dw2-intermix.exp
1015 * gdb.dwarf2/dw2-lexical-block-bare.exp
1016 * gdb.dwarf2/dw2-linkage-name-trust.exp
1017 * gdb.dwarf2/dw2-minsym-in-cu.exp
1018 * gdb.dwarf2/dw2-noloc.exp
1019 * gdb.dwarf2/dw2-op-call.exp
1020 * gdb.dwarf2/dw2-op-out-param.exp
1021 * gdb.dwarf2/dw2-opt-structptr.exp
1022 * gdb.dwarf2/dw2-param-error.exp
1023 * gdb.dwarf2/dw2-producer.exp
1024 * gdb.dwarf2/dw2-ranges-base.exp
1025 * gdb.dwarf2/dw2-ref-missing-frame.exp
1026 * gdb.dwarf2/dw2-reg-undefined.exp
1027 * gdb.dwarf2/dw2-regno-invalid.exp
1028 * gdb.dwarf2/dw2-restore.exp
1029 * gdb.dwarf2/dw2-restrict.exp
1030 * gdb.dwarf2/dw2-single-line-discriminators.exp
1031 * gdb.dwarf2/dw2-strp.exp
1032 * gdb.dwarf2/dw2-undefined-ret-addr.exp
1033 * gdb.dwarf2/dw2-unresolved.exp
1034 * gdb.dwarf2/dw2-var-zero-addr.exp
1035 * gdb.dwarf2/dw4-sig-types.exp
1036 * gdb.dwarf2/dwz.exp
1037 * gdb.dwarf2/dynarr-ptr.exp
1038 * gdb.dwarf2/enum-type.exp
1039 * gdb.dwarf2/gdb-index.exp
1040 * gdb.dwarf2/implptr-64bit.exp
1041 * gdb.dwarf2/implptr-optimized-out.exp
1042 * gdb.dwarf2/implptr.exp
1043 * gdb.dwarf2/implref-array.exp
1044 * gdb.dwarf2/implref-const.exp
1045 * gdb.dwarf2/implref-global.exp
1046 * gdb.dwarf2/implref-struct.exp
1047 * gdb.dwarf2/mac-fileno.exp
1048 * gdb.dwarf2/main-subprogram.exp
1049 * gdb.dwarf2/member-ptr-forwardref.exp
1050 * gdb.dwarf2/method-ptr.exp
1051 * gdb.dwarf2/missing-sig-type.exp
1052 * gdb.dwarf2/nonvar-access.exp
1053 * gdb.dwarf2/opaque-type-lookup.exp
1054 * gdb.dwarf2/pieces-optimized-out.exp
1055 * gdb.dwarf2/pieces.exp
1056 * gdb.dwarf2/pr10770.exp
1057 * gdb.dwarf2/pr13961.exp
1058 * gdb.dwarf2/staticvirtual.exp
1059 * gdb.dwarf2/subrange.exp
1060 * gdb.dwarf2/symtab-producer.exp
1061 * gdb.dwarf2/trace-crash.exp
1062 * gdb.dwarf2/typeddwarf.exp
1063 * gdb.dwarf2/valop.exp
1064 * gdb.dwarf2/watch-notconst.exp
1065 * gdb.fortran/array-element.exp
1066 * gdb.fortran/charset.exp
1067 * gdb.fortran/common-block.exp
1068 * gdb.fortran/complex.exp
1069 * gdb.fortran/derived-type-function.exp
1070 * gdb.fortran/derived-type.exp
1071 * gdb.fortran/logical.exp
1072 * gdb.fortran/module.exp
1073 * gdb.fortran/multi-dim.exp
1074 * gdb.fortran/nested-funcs.exp
1075 * gdb.fortran/print-formatted.exp
1076 * gdb.fortran/subarray.exp
1077 * gdb.fortran/vla-alloc-assoc.exp
1078 * gdb.fortran/vla-datatypes.exp
1079 * gdb.fortran/vla-history.exp
1080 * gdb.fortran/vla-ptr-info.exp
1081 * gdb.fortran/vla-ptype-sub.exp
1082 * gdb.fortran/vla-ptype.exp
1083 * gdb.fortran/vla-sizeof.exp
1084 * gdb.fortran/vla-type.exp
1085 * gdb.fortran/vla-value-sub-arbitrary.exp
1086 * gdb.fortran/vla-value-sub-finish.exp
1087 * gdb.fortran/vla-value-sub.exp
1088 * gdb.fortran/vla-value.exp
1089 * gdb.fortran/whatis_type.exp
1090 * gdb.go/chan.exp
1091 * gdb.go/handcall.exp
1092 * gdb.go/hello.exp
1093 * gdb.go/integers.exp
1094 * gdb.go/methods.exp
1095 * gdb.go/package.exp
1096 * gdb.go/strings.exp
1097 * gdb.go/types.exp
1098 * gdb.go/unsafe.exp
1099 * gdb.guile/scm-arch.exp
1100 * gdb.guile/scm-block.exp
1101 * gdb.guile/scm-breakpoint.exp
1102 * gdb.guile/scm-cmd.exp
1103 * gdb.guile/scm-disasm.exp
1104 * gdb.guile/scm-equal.exp
1105 * gdb.guile/scm-frame-args.exp
1106 * gdb.guile/scm-frame-inline.exp
1107 * gdb.guile/scm-frame.exp
1108 * gdb.guile/scm-iterator.exp
1109 * gdb.guile/scm-math.exp
1110 * gdb.guile/scm-objfile.exp
1111 * gdb.guile/scm-ports.exp
1112 * gdb.guile/scm-symbol.exp
1113 * gdb.guile/scm-symtab.exp
1114 * gdb.guile/scm-value-cc.exp
1115 * gdb.guile/types-module.exp
1116 * gdb.linespec/break-ask.exp
1117 * gdb.linespec/cpexplicit.exp
1118 * gdb.linespec/explicit.exp
1119 * gdb.linespec/keywords.exp
1120 * gdb.linespec/linespec.exp
1121 * gdb.linespec/ls-dollar.exp
1122 * gdb.linespec/ls-errs.exp
1123 * gdb.linespec/skip-two.exp
1124 * gdb.linespec/thread.exp
1125 * gdb.mi/mi-async.exp
1126 * gdb.mi/mi-basics.exp
1127 * gdb.mi/mi-break.exp
1128 * gdb.mi/mi-catch-load.exp
1129 * gdb.mi/mi-cli.exp
1130 * gdb.mi/mi-cmd-param-changed.exp
1131 * gdb.mi/mi-console.exp
1132 * gdb.mi/mi-detach.exp
1133 * gdb.mi/mi-disassemble.exp
1134 * gdb.mi/mi-eval.exp
1135 * gdb.mi/mi-file-transfer.exp
1136 * gdb.mi/mi-file.exp
1137 * gdb.mi/mi-fill-memory.exp
1138 * gdb.mi/mi-inheritance-syntax-error.exp
1139 * gdb.mi/mi-linespec-err-cp.exp
1140 * gdb.mi/mi-logging.exp
1141 * gdb.mi/mi-memory-changed.exp
1142 * gdb.mi/mi-read-memory.exp
1143 * gdb.mi/mi-record-changed.exp
1144 * gdb.mi/mi-reg-undefined.exp
1145 * gdb.mi/mi-regs.exp
1146 * gdb.mi/mi-return.exp
1147 * gdb.mi/mi-reverse.exp
1148 * gdb.mi/mi-simplerun.exp
1149 * gdb.mi/mi-solib.exp
1150 * gdb.mi/mi-stack.exp
1151 * gdb.mi/mi-stepi.exp
1152 * gdb.mi/mi-syn-frame.exp
1153 * gdb.mi/mi-until.exp
1154 * gdb.mi/mi-var-block.exp
1155 * gdb.mi/mi-var-child.exp
1156 * gdb.mi/mi-var-cmd.exp
1157 * gdb.mi/mi-var-cp.exp
1158 * gdb.mi/mi-var-display.exp
1159 * gdb.mi/mi-var-invalidate.exp
1160 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1161 * gdb.mi/mi-vla-fortran.exp
1162 * gdb.mi/mi-watch.exp
1163 * gdb.mi/mi2-var-child.exp
1164 * gdb.mi/user-selected-context-sync.exp
1165 * gdb.modula2/unbounded-array.exp
1166 * gdb.multi/dummy-frame-restore.exp
1167 * gdb.multi/multi-arch-exec.exp
1168 * gdb.multi/multi-arch.exp
1169 * gdb.multi/tids.exp
1170 * gdb.multi/watchpoint-multi.exp
1171 * gdb.opencl/callfuncs.exp
1172 * gdb.opencl/convs_casts.exp
1173 * gdb.opencl/datatypes.exp
1174 * gdb.opencl/operators.exp
1175 * gdb.opencl/vec_comps.exp
1176 * gdb.opt/clobbered-registers-O2.exp
1177 * gdb.opt/inline-break.exp
1178 * gdb.opt/inline-bt.exp
1179 * gdb.opt/inline-cmds.exp
1180 * gdb.opt/inline-locals.exp
1181 * gdb.pascal/case-insensitive-symbols.exp
1182 * gdb.pascal/floats.exp
1183 * gdb.pascal/gdb11492.exp
1184 * gdb.python/lib-types.exp
1185 * gdb.python/py-arch.exp
1186 * gdb.python/py-as-string.exp
1187 * gdb.python/py-bad-printers.exp
1188 * gdb.python/py-block.exp
1189 * gdb.python/py-breakpoint-create-fail.exp
1190 * gdb.python/py-breakpoint.exp
1191 * gdb.python/py-caller-is.exp
1192 * gdb.python/py-cmd.exp
1193 * gdb.python/py-explore-cc.exp
1194 * gdb.python/py-explore.exp
1195 * gdb.python/py-finish-breakpoint.exp
1196 * gdb.python/py-finish-breakpoint2.exp
1197 * gdb.python/py-frame-args.exp
1198 * gdb.python/py-frame-inline.exp
1199 * gdb.python/py-frame.exp
1200 * gdb.python/py-framefilter-mi.exp
1201 * gdb.python/py-infthread.exp
1202 * gdb.python/py-lazy-string.exp
1203 * gdb.python/py-linetable.exp
1204 * gdb.python/py-mi-events.exp
1205 * gdb.python/py-mi-objfile.exp
1206 * gdb.python/py-mi.exp
1207 * gdb.python/py-objfile.exp
1208 * gdb.python/py-pp-integral.exp
1209 * gdb.python/py-pp-maint.exp
1210 * gdb.python/py-pp-re-notag.exp
1211 * gdb.python/py-pp-registration.exp
1212 * gdb.python/py-recurse-unwind.exp
1213 * gdb.python/py-strfns.exp
1214 * gdb.python/py-symbol.exp
1215 * gdb.python/py-symtab.exp
1216 * gdb.python/py-sync-interp.exp
1217 * gdb.python/py-typeprint.exp
1218 * gdb.python/py-unwind-maint.exp
1219 * gdb.python/py-unwind.exp
1220 * gdb.python/py-value-cc.exp
1221 * gdb.python/py-xmethods.exp
1222 * gdb.reverse/amd64-tailcall-reverse.exp
1223 * gdb.reverse/break-precsave.exp
1224 * gdb.reverse/break-reverse.exp
1225 * gdb.reverse/consecutive-precsave.exp
1226 * gdb.reverse/consecutive-reverse.exp
1227 * gdb.reverse/finish-precsave.exp
1228 * gdb.reverse/finish-reverse-bkpt.exp
1229 * gdb.reverse/finish-reverse.exp
1230 * gdb.reverse/fstatat-reverse.exp
1231 * gdb.reverse/getresuid-reverse.exp
1232 * gdb.reverse/i386-precsave.exp
1233 * gdb.reverse/i386-reverse.exp
1234 * gdb.reverse/i386-sse-reverse.exp
1235 * gdb.reverse/i387-env-reverse.exp
1236 * gdb.reverse/i387-stack-reverse.exp
1237 * gdb.reverse/insn-reverse.exp
1238 * gdb.reverse/machinestate-precsave.exp
1239 * gdb.reverse/machinestate.exp
1240 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1241 * gdb.reverse/pipe-reverse.exp
1242 * gdb.reverse/readv-reverse.exp
1243 * gdb.reverse/recvmsg-reverse.exp
1244 * gdb.reverse/rerun-prec.exp
1245 * gdb.reverse/s390-mvcle.exp
1246 * gdb.reverse/step-precsave.exp
1247 * gdb.reverse/step-reverse.exp
1248 * gdb.reverse/time-reverse.exp
1249 * gdb.reverse/until-precsave.exp
1250 * gdb.reverse/until-reverse.exp
1251 * gdb.reverse/waitpid-reverse.exp
1252 * gdb.reverse/watch-precsave.exp
1253 * gdb.reverse/watch-reverse.exp
1254 * gdb.rust/generics.exp
1255 * gdb.rust/methods.exp
1256 * gdb.rust/modules.exp
1257 * gdb.rust/simple.exp
1258 * gdb.server/connect-with-no-symbol-file.exp
1259 * gdb.server/ext-attach.exp
1260 * gdb.server/ext-restart.exp
1261 * gdb.server/ext-wrapper.exp
1262 * gdb.server/file-transfer.exp
1263 * gdb.server/server-exec-info.exp
1264 * gdb.server/server-kill.exp
1265 * gdb.server/server-mon.exp
1266 * gdb.server/wrapper.exp
1267 * gdb.stabs/exclfwd.exp
1268 * gdb.stabs/gdb11479.exp
1269 * gdb.threads/clone-new-thread-event.exp
1270 * gdb.threads/corethreads.exp
1271 * gdb.threads/current-lwp-dead.exp
1272 * gdb.threads/dlopen-libpthread.exp
1273 * gdb.threads/gcore-thread.exp
1274 * gdb.threads/sigstep-threads.exp
1275 * gdb.threads/watchpoint-fork.exp
1276 * gdb.trace/actions-changed.exp
1277 * gdb.trace/backtrace.exp
1278 * gdb.trace/change-loc.exp
1279 * gdb.trace/circ.exp
1280 * gdb.trace/collection.exp
1281 * gdb.trace/disconnected-tracing.exp
1282 * gdb.trace/ftrace.exp
1283 * gdb.trace/mi-trace-frame-collected.exp
1284 * gdb.trace/mi-trace-unavailable.exp
1285 * gdb.trace/mi-traceframe-changed.exp
1286 * gdb.trace/mi-tsv-changed.exp
1287 * gdb.trace/no-attach-trace.exp
1288 * gdb.trace/passc-dyn.exp
1289 * gdb.trace/qtro.exp
1290 * gdb.trace/range-stepping.exp
1291 * gdb.trace/read-memory.exp
1292 * gdb.trace/save-trace.exp
1293 * gdb.trace/signal.exp
1294 * gdb.trace/status-stop.exp
1295 * gdb.trace/tfile.exp
1296 * gdb.trace/trace-break.exp
1297 * gdb.trace/trace-buffer-size.exp
1298 * gdb.trace/trace-condition.exp
1299 * gdb.trace/tracefile-pseudo-reg.exp
1300 * gdb.trace/tstatus.exp
1301 * gdb.trace/unavailable.exp
1302 * gdb.trace/while-dyn.exp
1303 * gdb.trace/while-stepping.exp
1304
1305 2016-12-22 Doug Evans <xdje42@gmail.com>
1306
1307 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1308 and msymbols.
1309
1310 2016-12-19 Yao Qi <yao.qi@linaro.org>
1311
1312 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1313 (test_with_self): Don't call do_steps_and_nexts, and remove
1314 code about stepping into xmalloc.
1315
1316 2016-12-09 Yao Qi <yao.qi@linaro.org>
1317
1318 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1319
1320 2016-12-09 Yao Qi <yao.qi@linaro.org>
1321
1322 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1323
1324 2016-12-09 Pedro Alves <palves@redhat.com>
1325
1326 * gdb.base/all-architectures-0.exp: New file.
1327 * gdb.base/all-architectures-1.exp: New file.
1328 * gdb.base/all-architectures-2.exp: New file.
1329 * gdb.base/all-architectures-3.exp: New file.
1330 * gdb.base/all-architectures-4.exp: New file.
1331 * gdb.base/all-architectures-5.exp: New file.
1332 * gdb.base/all-architectures-6.exp: New file.
1333 * gdb.base/all-architectures-7.exp: New file.
1334 * gdb.base/all-architectures.exp.in: New file.
1335
1336 2016-12-09 Yao Qi <yao.qi@linaro.org>
1337
1338 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1339
1340 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1341
1342 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1343 possible.
1344 Remove useless pattern-matching code.
1345
1346 2016-12-02 Pedro Alves <palves@redhat.com>
1347
1348 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1349 procedure.
1350 (top level): Call it.
1351
1352 2016-12-02 Pedro Alves <palves@redhat.com>
1353
1354 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1355 New procedure.
1356 (top level): Call it.
1357
1358 2016-12-02 Pedro Alves <palves@redhat.com>
1359
1360 PR cli/20559
1361 * gdb.base/commands.exp (user_defined_command_args_eval): New
1362 procedure.
1363 (top level): Call it.
1364
1365 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1366
1367 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1368 timeout handling.
1369
1370 2016-12-02 Tom Tromey <tom@tromey.com>
1371
1372 * gdb.dwarf2/main-subprogram.c: New file.
1373 * gdb.dwarf2/main-subprogram.exp: New file.
1374
1375 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1376
1377 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1378 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1379 gdb_test_no_output for a couple of cases.
1380 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1381
1382 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1383
1384 Fix test names and standardize compilation error messages throughout
1385 the following files:
1386
1387 * gdb.ada/start.exp
1388 * gdb.arch/alpha-step.exp
1389 * gdb.arch/e500-prologue.exp
1390 * gdb.arch/ftrace-insn-reloc.exp
1391 * gdb.arch/gdb1291.exp
1392 * gdb.arch/gdb1431.exp
1393 * gdb.arch/gdb1558.exp
1394 * gdb.arch/i386-dr3-watch.exp
1395 * gdb.arch/i386-sse-stack-align.exp
1396 * gdb.arch/ia64-breakpoint-shadow.exp
1397 * gdb.arch/pa-nullify.exp
1398 * gdb.arch/powerpc-aix-prologue.exp
1399 * gdb.arch/thumb-bx-pc.exp
1400 * gdb.base/annota1.exp
1401 * gdb.base/annota3.exp
1402 * gdb.base/arrayidx.exp
1403 * gdb.base/assign.exp
1404 * gdb.base/attach.exp
1405 * gdb.base/auxv.exp
1406 * gdb.base/bang.exp
1407 * gdb.base/bfp-test.exp
1408 * gdb.base/bigcore.exp
1409 * gdb.base/bitfields2.exp
1410 * gdb.base/break-fun-addr.exp
1411 * gdb.base/break-probes.exp
1412 * gdb.base/call-rt-st.exp
1413 * gdb.base/callexit.exp
1414 * gdb.base/catch-fork-kill.exp
1415 * gdb.base/charset.exp
1416 * gdb.base/checkpoint.exp
1417 * gdb.base/comprdebug.exp
1418 * gdb.base/constvars.exp
1419 * gdb.base/coredump-filter.exp
1420 * gdb.base/cursal.exp
1421 * gdb.base/cvexpr.exp
1422 * gdb.base/detach.exp
1423 * gdb.base/display.exp
1424 * gdb.base/dmsym.exp
1425 * gdb.base/dprintf-pending.exp
1426 * gdb.base/dso2dso.exp
1427 * gdb.base/dtrace-probe.exp
1428 * gdb.base/dump.exp
1429 * gdb.base/enum_cond.exp
1430 * gdb.base/exe-lock.exp
1431 * gdb.base/exec-invalid-sysroot.exp
1432 * gdb.base/execl-update-breakpoints.exp
1433 * gdb.base/exprs.exp
1434 * gdb.base/fileio.exp
1435 * gdb.base/find.exp
1436 * gdb.base/finish.exp
1437 * gdb.base/fixsection.exp
1438 * gdb.base/foll-vfork.exp
1439 * gdb.base/frame-args.exp
1440 * gdb.base/gcore.exp
1441 * gdb.base/gdb1250.exp
1442 * gdb.base/global-var-nested-by-dso.exp
1443 * gdb.base/gnu-ifunc.exp
1444 * gdb.base/hashline1.exp
1445 * gdb.base/hashline2.exp
1446 * gdb.base/hashline3.exp
1447 * gdb.base/hbreak-in-shr-unsupported.exp
1448 * gdb.base/huge.exp
1449 * gdb.base/infcall-input.exp
1450 * gdb.base/info-fun.exp
1451 * gdb.base/info-shared.exp
1452 * gdb.base/jit-simple.exp
1453 * gdb.base/jit-so.exp
1454 * gdb.base/jit.exp
1455 * gdb.base/jump.exp
1456 * gdb.base/label.exp
1457 * gdb.base/lineinc.exp
1458 * gdb.base/logical.exp
1459 * gdb.base/longjmp.exp
1460 * gdb.base/macscp.exp
1461 * gdb.base/miscexprs.exp
1462 * gdb.base/new-ui-echo.exp
1463 * gdb.base/new-ui-pending-input.exp
1464 * gdb.base/new-ui.exp
1465 * gdb.base/nodebug.exp
1466 * gdb.base/nofield.exp
1467 * gdb.base/offsets.exp
1468 * gdb.base/overlays.exp
1469 * gdb.base/pending.exp
1470 * gdb.base/pointers.exp
1471 * gdb.base/pr11022.exp
1472 * gdb.base/printcmds.exp
1473 * gdb.base/prologue.exp
1474 * gdb.base/ptr-typedef.exp
1475 * gdb.base/realname-expand.exp
1476 * gdb.base/relativedebug.exp
1477 * gdb.base/relocate.exp
1478 * gdb.base/remote.exp
1479 * gdb.base/reread.exp
1480 * gdb.base/return2.exp
1481 * gdb.base/savedregs.exp
1482 * gdb.base/sep.exp
1483 * gdb.base/sepdebug.exp
1484 * gdb.base/sepsymtab.exp
1485 * gdb.base/set-inferior-tty.exp
1486 * gdb.base/setshow.exp
1487 * gdb.base/shlib-call.exp
1488 * gdb.base/sigaltstack.exp
1489 * gdb.base/siginfo-addr.exp
1490 * gdb.base/signals.exp
1491 * gdb.base/signull.exp
1492 * gdb.base/sigrepeat.exp
1493 * gdb.base/so-impl-ld.exp
1494 * gdb.base/solib-display.exp
1495 * gdb.base/solib-overlap.exp
1496 * gdb.base/solib-search.exp
1497 * gdb.base/solib-symbol.exp
1498 * gdb.base/structs.exp
1499 * gdb.base/structs2.exp
1500 * gdb.base/symtab-search-order.exp
1501 * gdb.base/twice.exp
1502 * gdb.base/unload.exp
1503 * gdb.base/varargs.exp
1504 * gdb.base/watchpoint-solib.exp
1505 * gdb.base/watchpoint.exp
1506 * gdb.base/whatis.exp
1507 * gdb.base/wrong_frame_bt_full.exp
1508 * gdb.btrace/dlopen.exp
1509 * gdb.cell/ea-standalone.exp
1510 * gdb.cell/ea-test.exp
1511 * gdb.cp/dispcxx.exp
1512 * gdb.cp/gdb2384.exp
1513 * gdb.cp/method2.exp
1514 * gdb.cp/nextoverthrow.exp
1515 * gdb.cp/pr10728.exp
1516 * gdb.disasm/am33.exp
1517 * gdb.disasm/h8300s.exp
1518 * gdb.disasm/mn10300.exp
1519 * gdb.disasm/sh3.exp
1520 * gdb.dwarf2/dw2-dir-file-name.exp
1521 * gdb.fortran/complex.exp
1522 * gdb.fortran/library-module.exp
1523 * gdb.guile/scm-pretty-print.exp
1524 * gdb.guile/scm-symbol.exp
1525 * gdb.guile/scm-type.exp
1526 * gdb.guile/scm-value.exp
1527 * gdb.linespec/linespec.exp
1528 * gdb.mi/gdb701.exp
1529 * gdb.mi/gdb792.exp
1530 * gdb.mi/mi-breakpoint-changed.exp
1531 * gdb.mi/mi-dprintf-pending.exp
1532 * gdb.mi/mi-dprintf.exp
1533 * gdb.mi/mi-exit-code.exp
1534 * gdb.mi/mi-pending.exp
1535 * gdb.mi/mi-solib.exp
1536 * gdb.mi/new-ui-mi-sync.exp
1537 * gdb.mi/pr11022.exp
1538 * gdb.mi/user-selected-context-sync.exp
1539 * gdb.opt/solib-intra-step.exp
1540 * gdb.python/py-events.exp
1541 * gdb.python/py-finish-breakpoint.exp
1542 * gdb.python/py-mi.exp
1543 * gdb.python/py-prettyprint.exp
1544 * gdb.python/py-shared.exp
1545 * gdb.python/py-symbol.exp
1546 * gdb.python/py-template.exp
1547 * gdb.python/py-type.exp
1548 * gdb.python/py-value.exp
1549 * gdb.reverse/solib-precsave.exp
1550 * gdb.reverse/solib-reverse.exp
1551 * gdb.server/solib-list.exp
1552 * gdb.stabs/weird.exp
1553 * gdb.threads/reconnect-signal.exp
1554 * gdb.threads/stepi-random-signal.exp
1555 * gdb.trace/actions.exp
1556 * gdb.trace/ax.exp
1557 * gdb.trace/backtrace.exp
1558 * gdb.trace/change-loc.exp
1559 * gdb.trace/deltrace.exp
1560 * gdb.trace/ftrace-lock.exp
1561 * gdb.trace/ftrace.exp
1562 * gdb.trace/infotrace.exp
1563 * gdb.trace/mi-tracepoint-changed.exp
1564 * gdb.trace/packetlen.exp
1565 * gdb.trace/passcount.exp
1566 * gdb.trace/pending.exp
1567 * gdb.trace/range-stepping.exp
1568 * gdb.trace/report.exp
1569 * gdb.trace/stap-trace.exp
1570 * gdb.trace/tfind.exp
1571 * gdb.trace/trace-break.exp
1572 * gdb.trace/trace-condition.exp
1573 * gdb.trace/trace-enable-disable.exp
1574 * gdb.trace/trace-mt.exp
1575 * gdb.trace/tracecmd.exp
1576 * gdb.trace/tspeed.exp
1577 * gdb.trace/tsv.exp
1578 * lib/perftest.exp
1579
1580 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1581
1582 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1583 with gdb_test_no_output.
1584 Use command as test name.
1585
1586 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1587
1588 Fix test names starting with uppercase throughout the files.
1589
1590 * gdb.ada/assign_1.exp
1591 * gdb.ada/boolean_expr.exp
1592 * gdb.base/arrayidx.exp
1593 * gdb.base/del.exp
1594 * gdb.base/gcore-buffer-overflow.exp
1595 * gdb.base/testenv.exp
1596 * gdb.compile/compile.exp
1597 * gdb.python/py-framefilter-invalidarg.exp
1598 * gdb.python/py-framefilter.exp
1599
1600 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1601
1602 Fix test names starting with uppercase throughout the files.
1603
1604 * gdb.ada/array_return.exp
1605 * gdb.ada/expr_delims.exp
1606 * gdb.ada/mi_dyn_arr.exp
1607 * gdb.ada/mi_interface.exp
1608 * gdb.ada/mi_var_array.exp
1609 * gdb.ada/watch_arg.exp
1610 * gdb.arch/alpha-step.exp
1611 * gdb.arch/altivec-regs.exp
1612 * gdb.arch/e500-regs.exp
1613 * gdb.arch/powerpc-d128-regs.exp
1614 * gdb.base/arrayidx.exp
1615 * gdb.base/break.exp
1616 * gdb.base/checkpoint.exp
1617 * gdb.base/debug-expr.exp
1618 * gdb.base/dmsym.exp
1619 * gdb.base/radix.exp
1620 * gdb.base/sepdebug.exp
1621 * gdb.base/testenv.exp
1622 * gdb.base/watch_thread_num.exp
1623 * gdb.base/watchpoint-cond-gone.exp
1624 * gdb.cell/break.exp
1625 * gdb.cell/ea-cache.exp
1626 * gdb.compile/compile.exp
1627 * gdb.cp/gdb2495.exp
1628 * gdb.gdb/selftest.exp
1629 * gdb.gdb/xfullpath.exp
1630 * gdb.go/hello.exp
1631 * gdb.go/integers.exp
1632 * gdb.objc/basicclass.exp
1633 * gdb.pascal/hello.exp
1634 * gdb.pascal/integers.exp
1635 * gdb.python/py-breakpoint.exp
1636 * gdb.python/py-cmd.exp
1637 * gdb.python/py-linetable.exp
1638 * gdb.python/py-xmethods.exp
1639 * gdb.python/python.exp
1640 * gdb.reverse/consecutive-precsave.exp
1641 * gdb.reverse/finish-precsave.exp
1642 * gdb.reverse/i386-precsave.exp
1643 * gdb.reverse/machinestate-precsave.exp
1644 * gdb.reverse/sigall-precsave.exp
1645 * gdb.reverse/solib-precsave.exp
1646 * gdb.reverse/step-precsave.exp
1647 * gdb.reverse/until-precsave.exp
1648 * gdb.reverse/watch-precsave.exp
1649 * gdb.threads/leader-exit.exp
1650 * gdb.threads/pthreads.exp
1651 * gdb.threads/wp-replication.exp
1652 * gdb.trace/actions.exp
1653 * gdb.trace/mi-tsv-changed.exp
1654 * gdb.trace/tsv.exp
1655
1656 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1657
1658 Fix test names starting with uppercase throughout the files.
1659
1660 * gdb.arch/i386-bp_permanent.exp
1661 * gdb.arch/i386-gnu-cfi.exp
1662 * gdb.base/disasm-end-cu.exp
1663 * gdb.base/macscp.exp
1664 * gdb.base/pending.exp
1665 * gdb.base/watch_thread_num.exp
1666 * gdb.cp/exception.exp
1667 * gdb.cp/gdb2495.exp
1668 * gdb.cp/local.exp
1669 * gdb.python/py-evsignal.exp
1670 * gdb.python/python.exp
1671 * gdb.trace/tracecmd.exp
1672
1673 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1674
1675 Fix test names starting with uppercase throughout the files.
1676
1677 * gdb.base/charset.exp
1678 * gdb.base/eval.exp
1679 * gdb.base/multi-forks.exp
1680 * gdb.guile/scm-progspace.exp
1681 * gdb.opencl/datatypes.exp
1682 * gdb.python/py-block.exp
1683 * gdb.python/py-function.exp
1684 * gdb.python/py-symbol.exp
1685 * gdb.python/py-symtab.exp
1686 * gdb.python/py-xmethods.exp
1687 * gdb.reverse/break-precsave.exp
1688 * gdb.reverse/break-reverse.exp
1689 * gdb.reverse/consecutive-precsave.exp
1690 * gdb.reverse/consecutive-reverse.exp
1691 * gdb.reverse/finish-precsave.exp
1692 * gdb.reverse/finish-reverse-bkpt.exp
1693 * gdb.reverse/finish-reverse.exp
1694 * gdb.reverse/fstatat-reverse.exp
1695 * gdb.reverse/getresuid-reverse.exp
1696 * gdb.reverse/i386-precsave.exp
1697 * gdb.reverse/i386-reverse.exp
1698 * gdb.reverse/i386-sse-reverse.exp
1699 * gdb.reverse/i387-stack-reverse.exp
1700 * gdb.reverse/insn-reverse.exp
1701 * gdb.reverse/machinestate-precsave.exp
1702 * gdb.reverse/machinestate.exp
1703 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1704 * gdb.reverse/pipe-reverse.exp
1705 * gdb.reverse/readv-reverse.exp
1706 * gdb.reverse/recvmsg-reverse.exp
1707 * gdb.reverse/rerun-prec.exp
1708 * gdb.reverse/s390-mvcle.exp
1709 * gdb.reverse/sigall-precsave.exp
1710 * gdb.reverse/sigall-reverse.exp
1711 * gdb.reverse/solib-precsave.exp
1712 * gdb.reverse/solib-reverse.exp
1713 * gdb.reverse/step-precsave.exp
1714 * gdb.reverse/step-reverse.exp
1715 * gdb.reverse/time-reverse.exp
1716 * gdb.reverse/until-precsave.exp
1717 * gdb.reverse/until-reverse.exp
1718 * gdb.reverse/waitpid-reverse.exp
1719 * gdb.reverse/watch-precsave.exp
1720 * gdb.reverse/watch-reverse.exp
1721
1722 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1723
1724 Fix test names starting with uppercase throughout the files.
1725
1726 * gdb.arch/i386-mpx-simple_segv.exp
1727 * gdb.arch/i386-mpx.exp
1728 * gdb.arch/i386-permbkpt.exp
1729 * gdb.arch/pa-nullify.exp
1730 * gdb.arch/powerpc-d128-regs.exp
1731 * gdb.arch/vsx-regs.exp
1732 * gdb.base/bfp-test.exp
1733 * gdb.base/break.exp
1734 * gdb.base/breakpoint-shadow.exp
1735 * gdb.base/callfuncs.exp
1736 * gdb.base/charset.exp
1737 * gdb.base/commands.exp
1738 * gdb.base/completion.exp
1739 * gdb.base/dfp-test.exp
1740 * gdb.base/echo.exp
1741 * gdb.base/ending-run.exp
1742 * gdb.base/eval.exp
1743 * gdb.base/expand-psymtabs.exp
1744 * gdb.base/float128.exp
1745 * gdb.base/floatn.exp
1746 * gdb.base/foll-exec-mode.exp
1747 * gdb.base/gdb1056.exp
1748 * gdb.base/gdb11531.exp
1749 * gdb.base/kill-after-signal.exp
1750 * gdb.base/multi-forks.exp
1751 * gdb.base/overlays.exp
1752 * gdb.base/pending.exp
1753 * gdb.base/sepdebug.exp
1754 * gdb.base/testenv.exp
1755 * gdb.base/valgrind-db-attach.exp
1756 * gdb.base/watch_thread_num.exp
1757 * gdb.base/watchpoint-cond-gone.exp
1758 * gdb.base/watchpoint.exp
1759 * gdb.base/watchpoints.exp
1760 * gdb.cp/arg-reference.exp
1761 * gdb.cp/baseenum.exp
1762 * gdb.cp/operator.exp
1763 * gdb.cp/shadow.exp
1764 * gdb.dwarf2/dw2-op-out-param.exp
1765 * gdb.dwarf2/dw2-reg-undefined.exp
1766 * gdb.go/chan.exp
1767 * gdb.go/hello.exp
1768 * gdb.go/integers.exp
1769 * gdb.go/methods.exp
1770 * gdb.go/package.exp
1771 * gdb.guile/scm-parameter.exp
1772 * gdb.guile/scm-progspace.exp
1773 * gdb.guile/scm-value.exp
1774 * gdb.mi/mi-pending.exp
1775 * gdb.mi/user-selected-context-sync.exp
1776 * gdb.multi/multi-attach.exp
1777 * gdb.multi/tids.exp
1778 * gdb.opt/clobbered-registers-O2.exp
1779 * gdb.pascal/floats.exp
1780 * gdb.pascal/integers.exp
1781 * gdb.python/py-block.exp
1782 * gdb.python/py-events.exp
1783 * gdb.python/py-parameter.exp
1784 * gdb.python/py-symbol.exp
1785 * gdb.python/py-symtab.exp
1786 * gdb.python/py-type.exp
1787 * gdb.python/py-value.exp
1788 * gdb.python/py-xmethods.exp
1789 * gdb.python/python.exp
1790 * gdb.reverse/break-precsave.exp
1791 * gdb.reverse/consecutive-precsave.exp
1792 * gdb.reverse/finish-precsave.exp
1793 * gdb.reverse/i386-precsave.exp
1794 * gdb.reverse/machinestate-precsave.exp
1795 * gdb.reverse/sigall-precsave.exp
1796 * gdb.reverse/solib-precsave.exp
1797 * gdb.reverse/step-precsave.exp
1798 * gdb.reverse/until-precsave.exp
1799 * gdb.reverse/watch-precsave.exp
1800 * gdb.server/ext-attach.exp
1801 * gdb.server/ext-restart.exp
1802 * gdb.server/ext-run.exp
1803 * gdb.server/ext-wrapper.exp
1804 * gdb.stabs/gdb11479.exp
1805 * gdb.stabs/weird.exp
1806 * gdb.threads/attach-many-short-lived-threads.exp
1807 * gdb.threads/kill.exp
1808 * gdb.threads/watchpoint-fork.exp
1809
1810 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1811
1812 Fix test names starting with uppercase throughout all the files below.
1813
1814 * gdb.ada/array_return.exp
1815 * gdb.ada/catch_ex.exp
1816 * gdb.ada/info_exc.exp
1817 * gdb.ada/mi_catch_ex.exp
1818 * gdb.ada/mi_dyn_arr.exp
1819 * gdb.ada/mi_ex_cond.exp
1820 * gdb.ada/mi_exc_info.exp
1821 * gdb.ada/mi_interface.exp
1822 * gdb.ada/mi_task_arg.exp
1823 * gdb.ada/mi_task_info.exp
1824 * gdb.ada/mi_var_array.exp
1825 * gdb.arch/alpha-step.exp
1826 * gdb.arch/amd64-disp-step.exp
1827 * gdb.arch/arm-disp-step.exp
1828 * gdb.arch/disp-step-insn-reloc.exp
1829 * gdb.arch/e500-prologue.exp
1830 * gdb.arch/ftrace-insn-reloc.exp
1831 * gdb.arch/gdb1558.exp
1832 * gdb.arch/i386-bp_permanent.exp
1833 * gdb.arch/i386-disp-step.exp
1834 * gdb.arch/i386-float.exp
1835 * gdb.arch/i386-gnu-cfi.exp
1836 * gdb.arch/ia64-breakpoint-shadow.exp
1837 * gdb.arch/mips16-thunks.exp
1838 * gdb.arch/pa-nullify.exp
1839 * gdb.arch/powerpc-aix-prologue.exp
1840 * gdb.arch/powerpc-power.exp
1841 * gdb.arch/ppc-dfp.exp
1842 * gdb.arch/s390-tdbregs.exp
1843 * gdb.arch/spu-info.exp
1844 * gdb.arch/spu-ls.exp
1845 * gdb.arch/thumb-bx-pc.exp
1846 * gdb.base/advance.exp
1847 * gdb.base/annota-input-while-running.exp
1848 * gdb.base/arrayidx.exp
1849 * gdb.base/asmlabel.exp
1850 * gdb.base/async.exp
1851 * gdb.base/attach-wait-input.exp
1852 * gdb.base/auto-connect-native-target.exp
1853 * gdb.base/batch-preserve-term-settings.exp
1854 * gdb.base/bfp-test.exp
1855 * gdb.base/bigcore.exp
1856 * gdb.base/bp-permanent.exp
1857 * gdb.base/break-always.exp
1858 * gdb.base/break-fun-addr.exp
1859 * gdb.base/break-idempotent.exp
1860 * gdb.base/break-main-file-remove-fail.exp
1861 * gdb.base/break-probes.exp
1862 * gdb.base/break-unload-file.exp
1863 * gdb.base/break.exp
1864 * gdb.base/call-ar-st.exp
1865 * gdb.base/call-rt-st.exp
1866 * gdb.base/call-sc.exp
1867 * gdb.base/call-signal-resume.exp
1868 * gdb.base/call-strs.exp
1869 * gdb.base/callexit.exp
1870 * gdb.base/callfuncs.exp
1871 * gdb.base/catch-gdb-caused-signals.exp
1872 * gdb.base/catch-signal-siginfo-cond.exp
1873 * gdb.base/catch-syscall.exp
1874 * gdb.base/compare-sections.exp
1875 * gdb.base/cond-eval-mode.exp
1876 * gdb.base/condbreak-call-false.exp
1877 * gdb.base/consecutive-step-over.exp
1878 * gdb.base/cursal.exp
1879 * gdb.base/disabled-location.exp
1880 * gdb.base/disasm-end-cu.exp
1881 * gdb.base/display.exp
1882 * gdb.base/double-prompt-target-event-error.exp
1883 * gdb.base/dprintf-bp-same-addr.exp
1884 * gdb.base/dprintf-detach.exp
1885 * gdb.base/dprintf-next.exp
1886 * gdb.base/dprintf-non-stop.exp
1887 * gdb.base/dprintf-pending.exp
1888 * gdb.base/dso2dso.exp
1889 * gdb.base/ending-run.exp
1890 * gdb.base/enum_cond.exp
1891 * gdb.base/examine-backward.exp
1892 * gdb.base/exe-lock.exp
1893 * gdb.base/exec-invalid-sysroot.exp
1894 * gdb.base/execl-update-breakpoints.exp
1895 * gdb.base/execution-termios.exp
1896 * gdb.base/fileio.exp
1897 * gdb.base/fixsection.exp
1898 * gdb.base/foll-exec-mode.exp
1899 * gdb.base/foll-exec.exp
1900 * gdb.base/fork-running-state.exp
1901 * gdb.base/frame-args.exp
1902 * gdb.base/fullpath-expand.exp
1903 * gdb.base/func-ptr.exp
1904 * gdb.base/gcore-relro-pie.exp
1905 * gdb.base/gdb1090.exp
1906 * gdb.base/gdb1555.exp
1907 * gdb.base/global-var-nested-by-dso.exp
1908 * gdb.base/gnu-ifunc.exp
1909 * gdb.base/hbreak-in-shr-unsupported.exp
1910 * gdb.base/hbreak-unmapped.exp
1911 * gdb.base/hook-stop.exp
1912 * gdb.base/infcall-input.exp
1913 * gdb.base/info-fun.exp
1914 * gdb.base/info-shared.exp
1915 * gdb.base/interrupt-noterm.exp
1916 * gdb.base/jit-so.exp
1917 * gdb.base/jit.exp
1918 * gdb.base/line-symtabs.exp
1919 * gdb.base/list.exp
1920 * gdb.base/longjmp.exp
1921 * gdb.base/macscp.exp
1922 * gdb.base/max-value-size.exp
1923 * gdb.base/nodebug.exp
1924 * gdb.base/nofield.exp
1925 * gdb.base/overlays.exp
1926 * gdb.base/paginate-after-ctrl-c-running.exp
1927 * gdb.base/paginate-bg-execution.exp
1928 * gdb.base/paginate-inferior-exit.exp
1929 * gdb.base/pending.exp
1930 * gdb.base/pr11022.exp
1931 * gdb.base/printcmds.exp
1932 * gdb.base/ptr-typedef.exp
1933 * gdb.base/ptype.exp
1934 * gdb.base/randomize.exp
1935 * gdb.base/range-stepping.exp
1936 * gdb.base/realname-expand.exp
1937 * gdb.base/relativedebug.exp
1938 * gdb.base/remote.exp
1939 * gdb.base/savedregs.exp
1940 * gdb.base/sepdebug.exp
1941 * gdb.base/set-noassign.exp
1942 * gdb.base/shlib-call.exp
1943 * gdb.base/shreloc.exp
1944 * gdb.base/sigaltstack.exp
1945 * gdb.base/sigbpt.exp
1946 * gdb.base/siginfo-addr.exp
1947 * gdb.base/siginfo-obj.exp
1948 * gdb.base/siginfo-thread.exp
1949 * gdb.base/signest.exp
1950 * gdb.base/signull.exp
1951 * gdb.base/sigrepeat.exp
1952 * gdb.base/skip.exp
1953 * gdb.base/so-impl-ld.exp
1954 * gdb.base/solib-corrupted.exp
1955 * gdb.base/solib-disc.exp
1956 * gdb.base/solib-display.exp
1957 * gdb.base/solib-overlap.exp
1958 * gdb.base/solib-search.exp
1959 * gdb.base/solib-symbol.exp
1960 * gdb.base/source-execution.exp
1961 * gdb.base/sss-bp-on-user-bp-2.exp
1962 * gdb.base/sss-bp-on-user-bp.exp
1963 * gdb.base/stack-checking.exp
1964 * gdb.base/stale-infcall.exp
1965 * gdb.base/step-break.exp
1966 * gdb.base/step-line.exp
1967 * gdb.base/step-over-exit.exp
1968 * gdb.base/step-test.exp
1969 * gdb.base/structs.exp
1970 * gdb.base/sym-file.exp
1971 * gdb.base/symtab-search-order.exp
1972 * gdb.base/term.exp
1973 * gdb.base/type-opaque.exp
1974 * gdb.base/unload.exp
1975 * gdb.base/until-nodebug.exp
1976 * gdb.base/until.exp
1977 * gdb.base/unwindonsignal.exp
1978 * gdb.base/watch-cond.exp
1979 * gdb.base/watch-non-mem.exp
1980 * gdb.base/watch_thread_num.exp
1981 * gdb.base/watchpoint-reuse-slot.exp
1982 * gdb.base/watchpoint-solib.exp
1983 * gdb.base/watchpoint.exp
1984 * gdb.btrace/dlopen.exp
1985 * gdb.cell/arch.exp
1986 * gdb.cell/break.exp
1987 * gdb.cell/bt.exp
1988 * gdb.cell/core.exp
1989 * gdb.cell/data.exp
1990 * gdb.cell/dwarfaddr.exp
1991 * gdb.cell/ea-cache.exp
1992 * gdb.cell/ea-standalone.exp
1993 * gdb.cell/ea-test.exp
1994 * gdb.cell/f-regs.exp
1995 * gdb.cell/fork.exp
1996 * gdb.cell/gcore.exp
1997 * gdb.cell/mem-access.exp
1998 * gdb.cell/ptype.exp
1999 * gdb.cell/registers.exp
2000 * gdb.cell/sizeof.exp
2001 * gdb.cell/solib-symbol.exp
2002 * gdb.cell/solib.exp
2003 * gdb.compile/compile-tls.exp
2004 * gdb.cp/exception.exp
2005 * gdb.cp/gdb2495.exp
2006 * gdb.cp/local.exp
2007 * gdb.cp/mb-inline.exp
2008 * gdb.cp/mb-templates.exp
2009 * gdb.cp/pr10687.exp
2010 * gdb.cp/pr9167.exp
2011 * gdb.cp/scope-err.exp
2012 * gdb.cp/templates.exp
2013 * gdb.cp/virtfunc.exp
2014 * gdb.dwarf2/dw2-dir-file-name.exp
2015 * gdb.dwarf2/dw2-single-line-discriminators.exp
2016 * gdb.fortran/complex.exp
2017 * gdb.fortran/library-module.exp
2018 * gdb.guile/guile.exp
2019 * gdb.guile/scm-cmd.exp
2020 * gdb.guile/scm-frame-inline.exp
2021 * gdb.guile/scm-objfile.exp
2022 * gdb.guile/scm-pretty-print.exp
2023 * gdb.guile/scm-symbol.exp
2024 * gdb.guile/scm-type.exp
2025 * gdb.guile/scm-value.exp
2026 * gdb.linespec/keywords.exp
2027 * gdb.linespec/ls-errs.exp
2028 * gdb.linespec/macro-relative.exp
2029 * gdb.linespec/thread.exp
2030 * gdb.mi/mi-breakpoint-changed.exp
2031 * gdb.mi/mi-dprintf-pending.exp
2032 * gdb.mi/mi-fullname-deleted.exp
2033 * gdb.mi/mi-logging.exp
2034 * gdb.mi/mi-pending.exp
2035 * gdb.mi/mi-solib.exp
2036 * gdb.mi/new-ui-mi-sync.exp
2037 * gdb.mi/user-selected-context-sync.exp
2038 * gdb.multi/dummy-frame-restore.exp
2039 * gdb.multi/multi-arch-exec.exp
2040 * gdb.multi/remove-inferiors.exp
2041 * gdb.multi/watchpoint-multi-exit.exp
2042 * gdb.opt/solib-intra-step.exp
2043 * gdb.perf/backtrace.exp
2044 * gdb.perf/single-step.exp
2045 * gdb.perf/skip-command.exp
2046 * gdb.perf/skip-prologue.exp
2047 * gdb.perf/solib.exp
2048 * gdb.python/lib-types.exp
2049 * gdb.python/py-as-string.exp
2050 * gdb.python/py-bad-printers.exp
2051 * gdb.python/py-block.exp
2052 * gdb.python/py-breakpoint.exp
2053 * gdb.python/py-cmd.exp
2054 * gdb.python/py-events.exp
2055 * gdb.python/py-evthreads.exp
2056 * gdb.python/py-finish-breakpoint.exp
2057 * gdb.python/py-finish-breakpoint2.exp
2058 * gdb.python/py-frame-inline.exp
2059 * gdb.python/py-frame.exp
2060 * gdb.python/py-inferior.exp
2061 * gdb.python/py-infthread.exp
2062 * gdb.python/py-mi.exp
2063 * gdb.python/py-objfile.exp
2064 * gdb.python/py-pp-maint.exp
2065 * gdb.python/py-pp-registration.exp
2066 * gdb.python/py-prettyprint.exp
2067 * gdb.python/py-recurse-unwind.exp
2068 * gdb.python/py-shared.exp
2069 * gdb.python/py-symbol.exp
2070 * gdb.python/py-symtab.exp
2071 * gdb.python/py-template.exp
2072 * gdb.python/py-type.exp
2073 * gdb.python/py-unwind-maint.exp
2074 * gdb.python/py-unwind.exp
2075 * gdb.python/py-value.exp
2076 * gdb.python/python.exp
2077 * gdb.reverse/finish-reverse-bkpt.exp
2078 * gdb.reverse/insn-reverse.exp
2079 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2080 * gdb.reverse/solib-precsave.exp
2081 * gdb.reverse/solib-reverse.exp
2082 * gdb.stabs/gdb11479.exp
2083 * gdb.stabs/weird.exp
2084 * gdb.threads/fork-child-threads.exp
2085 * gdb.threads/fork-plus-threads.exp
2086 * gdb.threads/fork-thread-pending.exp
2087 * gdb.threads/forking-threads-plus-breakpoint.exp
2088 * gdb.threads/hand-call-in-threads.exp
2089 * gdb.threads/interrupted-hand-call.exp
2090 * gdb.threads/linux-dp.exp
2091 * gdb.threads/local-watch-wrong-thread.exp
2092 * gdb.threads/next-while-other-thread-longjmps.exp
2093 * gdb.threads/non-ldr-exit.exp
2094 * gdb.threads/pending-step.exp
2095 * gdb.threads/print-threads.exp
2096 * gdb.threads/process-dies-while-detaching.exp
2097 * gdb.threads/process-dies-while-handling-bp.exp
2098 * gdb.threads/pthreads.exp
2099 * gdb.threads/queue-signal.exp
2100 * gdb.threads/reconnect-signal.exp
2101 * gdb.threads/signal-command-handle-nopass.exp
2102 * gdb.threads/signal-command-multiple-signals-pending.exp
2103 * gdb.threads/signal-delivered-right-thread.exp
2104 * gdb.threads/signal-sigtrap.exp
2105 * gdb.threads/sigthread.exp
2106 * gdb.threads/staticthreads.exp
2107 * gdb.threads/stepi-random-signal.exp
2108 * gdb.threads/thread-unwindonsignal.exp
2109 * gdb.threads/thread_check.exp
2110 * gdb.threads/thread_events.exp
2111 * gdb.threads/tid-reuse.exp
2112 * gdb.threads/tls-nodebug.exp
2113 * gdb.threads/tls-shared.exp
2114 * gdb.threads/tls-so_extern.exp
2115 * gdb.threads/tls.exp
2116 * gdb.threads/wp-replication.exp
2117 * gdb.trace/actions-changed.exp
2118 * gdb.trace/actions.exp
2119 * gdb.trace/backtrace.exp
2120 * gdb.trace/change-loc.exp
2121 * gdb.trace/collection.exp
2122 * gdb.trace/deltrace.exp
2123 * gdb.trace/disconnected-tracing.exp
2124 * gdb.trace/entry-values.exp
2125 * gdb.trace/ftrace-lock.exp
2126 * gdb.trace/ftrace.exp
2127 * gdb.trace/infotrace.exp
2128 * gdb.trace/mi-trace-frame-collected.exp
2129 * gdb.trace/mi-trace-unavailable.exp
2130 * gdb.trace/mi-traceframe-changed.exp
2131 * gdb.trace/mi-tracepoint-changed.exp
2132 * gdb.trace/mi-tsv-changed.exp
2133 * gdb.trace/no-attach-trace.exp
2134 * gdb.trace/packetlen.exp
2135 * gdb.trace/passc-dyn.exp
2136 * gdb.trace/passcount.exp
2137 * gdb.trace/pending.exp
2138 * gdb.trace/pr16508.exp
2139 * gdb.trace/qtro.exp
2140 * gdb.trace/range-stepping.exp
2141 * gdb.trace/read-memory.exp
2142 * gdb.trace/report.exp
2143 * gdb.trace/save-trace.exp
2144 * gdb.trace/signal.exp
2145 * gdb.trace/stap-trace.exp
2146 * gdb.trace/status-stop.exp
2147 * gdb.trace/strace.exp
2148 * gdb.trace/tfile.exp
2149 * gdb.trace/tfind.exp
2150 * gdb.trace/trace-break.exp
2151 * gdb.trace/trace-condition.exp
2152 * gdb.trace/trace-enable-disable.exp
2153 * gdb.trace/trace-mt.exp
2154 * gdb.trace/tracecmd.exp
2155 * gdb.trace/tracefile-pseudo-reg.exp
2156 * gdb.trace/tspeed.exp
2157 * gdb.trace/tstatus.exp
2158 * gdb.trace/tsv.exp
2159 * gdb.trace/unavailable.exp
2160 * gdb.trace/while-dyn.exp
2161 * gdb.trace/while-stepping.exp
2162 * lib/gdb-guile.exp
2163 * lib/gdb.exp
2164 * lib/mi-support.exp
2165 * lib/pascal.exp
2166 * lib/perftest.exp
2167 * lib/prelink-support.exp
2168 * lib/selftest-support.exp
2169
2170 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2171
2172 * Makefile.in: Include disable-implicit-rules.mk.
2173
2174 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2175
2176 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2177 non-byte-aligned bit fields.
2178
2179 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2180
2181 PR gdb/12616
2182 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
2183 respects the DW_AT_data_bit_offset attribute.
2184
2185 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2186
2187 * gdb.base/default.exp: Fix output of "set language".
2188
2189 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2190
2191 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2192 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
2193 make.
2194 * configure.ac: Remove checks for the make program.
2195 * configure: Re-generate.
2196
2197 2016-11-16 Kevin Buettner <kevinb@redhat.com>
2198
2199 * gdb.python/py-recurse-unwind.c (main): Add loop.
2200 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2201 to read_register() and gdb.parse_and_eval(). Make each code
2202 call a separate case that can be individually tested.
2203 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2204 proc. Call cont_and_backtrace for each of the code paths that
2205 we want to test in the unwinder.
2206
2207 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2208
2209 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2210 the definition of struct S.
2211
2212 2016-11-11 Catherine Moore <clm@codesourcery.com>
2213
2214 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2215
2216 2016-11-09 Pedro Alves <palves@redhat.com>
2217
2218 * gdb.base/commands.exp (runto_or_return): New procedure.
2219 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2220 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2221 (progvar_simple_while_test, progvar_complex_if_while_test)
2222 (if_while_breakpoint_command_test)
2223 (infrun_breakpoint_command_test, breakpoint_command_test)
2224 (user_defined_command_test, watchpoint_command_test)
2225 (test_command_prompt_position, redefine_hook_test)
2226 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2227 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2228 multi_line_input and multi_line. Remove gdb_expect and
2229 gdb_stop_suppressing_tests uses.
2230 * lib/gdb.exp (valnum_re): New global.
2231 (multi_line_input): New procedure.
2232
2233 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2234
2235 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2236 Remove.
2237 (test_setup): Define with proc_with_prefix.
2238 (test_cli_inferior): Likewise.
2239 (test_cli_thread): Likewise.
2240 (test_cli_frame): Likewise.
2241 (test_cli_select_frame): Likewise.
2242 (test_cli_up_down): Likewise.
2243 (test_mi_thread_select): Likewise.
2244 (test_mi_stack_select_frame): Likewise.
2245 (test_cli_in_mi_inferior): Likewise.
2246 (test_cli_in_mi_thread): Likewise.
2247 (test_cli_in_mi_frame): Likewise.
2248 (top level): Do not use with_test_prefix_procname.
2249
2250 2016-11-09 Pedro Alves <palves@redhat.com>
2251
2252 * gdb.base/commands.exp (gdbvar_simple_if_test)
2253 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2254 (progvar_simple_if_test, progvar_simple_while_test)
2255 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2256 (infrun_breakpoint_command_test, breakpoint_command_test)
2257 (user_defined_command_test, watchpoint_command_test)
2258 (test_command_prompt_position, deprecated_command_test)
2259 (bp_deleted_in_command, temporary_breakpoint_commands)
2260 (stray_arg0_test, source_file_with_indented_comment)
2261 (recursive_source_test, if_commands_test)
2262 (error_clears_commands_left, redefine_hook_test)
2263 (redefine_backtrace_test): Use proc_with_prefix.
2264 * lib/gdb.exp (proc_with_prefix): New proc.
2265
2266 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2267
2268 * gdb.base/tui-layout.c: New file.
2269 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2270 disassembly window contains very long lines.
2271
2272 2016-11-08 Tom Tromey <tom@tromey.com>
2273
2274 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2275 depend on Python 2.
2276
2277 2016-11-08 Tom Tromey <tom@tromey.com>
2278
2279 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2280 New method.
2281
2282 2016-10-29 Manish Goregaokar <manish@mozilla.com>
2283
2284 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
2285
2286 2016-10-27 Manish Goregaokar <manish@mozilla.com>
2287
2288 * gdb.rust/simple.rs: Add test for univariant enums without
2289 discriminants and for encoded struct-like enums.
2290
2291 2016-10-28 Pedro Alves <palves@redhat.com>
2292
2293 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2294 gdb_test_multiple, tighten regexps and match symtabs and line
2295 tables incrementally.
2296
2297 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
2298
2299 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2300 general.
2301
2302 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
2303
2304 * gdb.base/exec-invalid-sysroot.exp: New file.
2305
2306 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2307
2308 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2309
2310 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2311
2312 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2313
2314 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2315
2316 * gdb.base/killed-outside.exp: Remove $options from a call to
2317 `prepare_for_testing'.
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 Change test message.
2323
2324 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2325
2326 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2327 Update comment.
2328
2329 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2330
2331 * gdb.trace/mi-trace-save.exp: New file.
2332
2333 2016-10-13 Yao Qi <yao.qi@linaro.org>
2334
2335 * gdb.base/code_elim.exp (get_var_address): Remove.
2336 * gdb.base/relocate.exp: Likewise.
2337 * gdb.base/shreloc.exp: Likewise.
2338 * lib/gdb.exp (get_var_address): New.
2339
2340 2016-10-13 Yao Qi <yao.qi@linaro.org>
2341
2342 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2343 floating point tests if $skip_float_test is false.
2344
2345 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
2346
2347 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2348 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2349 argc values.
2350 Add 1 to argc so we guarantee distinct initial/modified argc values.
2351
2352 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2353
2354 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2355
2356 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2357
2358 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2359 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2360 * gdb.arch/vsx-regs.exp: Likewise.
2361
2362 2016-10-07 Yao Qi <yao.qi@linaro.org>
2363
2364 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2365
2366 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2367
2368 * gdb.python/python.exp: Test decode_line("*0").
2369
2370 2016-10-06 Doug Evans <dje@google.com>
2371
2372 * gdb.python/py-value.exp (test_value_creation): Add test for large
2373 unsigned 64-bit value.
2374
2375 2016-10-06 Tom Tromey <tom@tromey.com>
2376
2377 * gdb.compile/compile.exp: Change java tests to rust.
2378 * gdb.base/setshow.exp: Change java tests to rust.
2379 * gdb.base/default.exp: Remove java from language list.
2380 * README (Examples): Update language example.
2381 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2382 test.
2383 * lib/gdb.exp (skip_java_tests): Remove.
2384 * lib/java.exp: Remove.
2385 * gdb.java: Remove.
2386
2387 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2388
2389 * gdb.arch/mips-fcr.exp: New test.
2390 * gdb.arch/mips-fcr.c: Source for the new test.
2391
2392 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2393
2394 * gdb.base/solib-disc.exp: Use `standard_output_file'
2395 throughout.
2396
2397 2016-10-06 Pedro Alves <palves@redhat.com>
2398
2399 * gdb.base/jit-simple-dl.c: New file.
2400 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2401 * gdb.base/jit-simple.c: ... this.
2402 * gdb.base/jit-simple.exp (jit_run): Delete.
2403 (build_jit): New proc.
2404 (jit_test_reread): Recompile either the main program or the shared
2405 library, depending on what is being tested. Skip changing address
2406 if caller wants to. Compare before/after addresses. If testing
2407 standalone, explicitly load the binary. Test "maint info
2408 breakpoints".
2409 (top level): Add "standalone vs shared lib" and "change address"
2410 vs "same address" axes.
2411
2412 2016-10-06 Pedro Alves <palves@redhat.com>
2413
2414 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2415 call.
2416 (jit_run): Delete.
2417 (jit_test_reread): Use with_test_prefix. Reload the main binary
2418 explicitly. Compare the before/after addresses of the JIT
2419 descriptor.
2420
2421 2016-08-15 Doug Evans <dje@google.com>
2422
2423 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2424 for single bitfields is bool.
2425 * gdb.xml/tdesc-regs.exp: Ditto.
2426
2427 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2428
2429 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2430
2431 2016-10-05 Yao Qi <yao.qi@linaro.org>
2432
2433 * lib/gdb.exp (support_complex_tests): Return zero if
2434 gdb_skip_float_test return true.
2435
2436 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2437 Simon Marchi <simon.marchi@ericsson.com>
2438
2439 PR gdb/20487
2440 * gdb.mi/user-selected-context-sync.exp: New file.
2441 * gdb.mi/user-selected-context-sync.c: New file.
2442
2443 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2444 Simon Marchi <simon.marchi@ericsson.com>
2445
2446 PR gdb/20487
2447 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2448 =thread-select-event check.
2449
2450 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2451
2452 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2453 the compulsory L operand changes.
2454 * gdb.arch/powerpc-power.s: Likewise.
2455
2456 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2457
2458 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2459 * gdb.base/jit-attach-pie.c: New file.
2460 * gdb.base/jit-attach-pie.exp: New file.
2461
2462 2016-09-28 Pedro Alves <palves@redhat.com>
2463
2464 * gdb.base/infcall-input.c: New file.
2465 * gdb.base/infcall-input.exp: New file.
2466
2467 2016-09-22 Yao Qi <yao.qi@linaro.org>
2468
2469 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2470 (gdb_exit): Rename it to ...
2471 (gdbserver_gdb_exit): ... Close GDBserver.
2472 (gdb_exit): New proc, call gdbserver_gdb_exit.
2473 (mi_gdb_exit): Likewise.
2474
2475 2016-09-22 Yao Qi <yao.qi@linaro.org>
2476
2477 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2478 path.
2479 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2480 Remove duplication.
2481
2482 2016-09-22 Yao Qi <yao.qi@linaro.org>
2483
2484 * lib/gdbserver-support.exp: Check the existence of
2485 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2486
2487 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2488
2489 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2490
2491 2016-09-21 Tom Tromey <tom@tromey.com>
2492
2493 PR gdb/20604:
2494 * gdb.base/quit.exp: New file.
2495
2496 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2497
2498 * .gitignore: New file.
2499
2500 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2501
2502 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2503 throughout.
2504
2505 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2506
2507 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2508
2509 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2510
2511 * gdb.cp/casts.cc (decltype): Move it ...
2512 (main): ... with its call to ...
2513 * gdb.cp/casts03.cc: ... a new file.
2514 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2515
2516 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2517
2518 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2519
2520 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
2521
2522 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2523 and sync up the test with tests in gas/testsuite/gas/ppc.
2524 * gdb.arch/powerpc-power.exp: Likewise.
2525
2526 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2527
2528 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2529
2530 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
2531 Jan Kratochvil <jan.kratochvil@redhat.com>
2532
2533 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2534 make m1's definition to be different from m2's. Use 'dummy' as an
2535 argument for probe 'two'.
2536
2537 2016-09-10 Jon Beniston <jon@beniston.com>
2538
2539 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2540 for sim target.
2541
2542 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2543
2544 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2545 variable declaration.
2546 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
2547 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2548 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2549 received HWCAP as its argument.
2550
2551 2016-09-06 Pedro Alves <palves@redhat.com>
2552
2553 * gdb.base/new-ui-pending-input.c: New file.
2554 * gdb.base/new-ui-pending-input.exp: New file.
2555 * gdb.exp (clear_gdb_spawn_id): New procedure.
2556 (with_spawn_id): Check whether gdb_spawn_id exists before
2557 referencing it. If gdb_spawn_id didn't exist on entry, clear it
2558 on exit.
2559
2560 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2561
2562 * gdb.base/float128.c: New file.
2563 * gdb.base/float128.exp: Likewise.
2564 * gdb.base/floatn.c: Likewise.
2565 * gdb.base/floatn.exp: Likewise.
2566
2567 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2568
2569 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2570
2571 2016-09-05 Pedro Alves <palves@redhat.com>
2572
2573 PR backtrace/19927
2574 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2575 unwinders are immediately called as side effect of "source" or
2576 "disable unwinder" commands.
2577 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2578
2579 2016-09-02 Yao Qi <yao.qi@linaro.org>
2580
2581 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2582 is true and $type is "float" or "double".
2583
2584 2016-09-02 Yao Qi <yao.qi@linaro.org>
2585
2586 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2587 true.
2588 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2589 * gdb.base/call-rt-st.exp: Likewise.
2590 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2591 return value instead of gdb,skip_float_test.
2592 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2593 (do_function_calls): Use its return value instead of
2594 gdb,skip_float_test.
2595 * gdb.base/finish.exp: Likewise.
2596 * gdb.base/funcargs.exp: Likewise.
2597 * gdb.base/return.exp: Likewise.
2598 * gdb.base/return2.exp: Likewise.
2599 * gdb.base/varargs.exp: Likewise.
2600 * lib/gdb.exp (gdb_skip_float_test): Change it to
2601 gdb_caching_proc. Detect the broken ptrace on arm-linux.
2602
2603 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2604
2605 * gdb.multi/tids.exp: Test "thread apply all".
2606
2607 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2608
2609 * gdb.base/default.exp (tty): Remove.
2610
2611 2016-08-24 Kevin Buettner <kevinb@redhat.com>
2612
2613 * gdb.python/py-recurse-unwind.c: New file.
2614 * gdb.python/py-recurse-unwind.py: New file.
2615 * gdb.python/py-recurse-unwind.exp: New file.
2616
2617 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2618
2619 * gdb.base/set-inferior-tty.exp: New file.
2620 * gdb.base/set-inferior-tty.c: New file.
2621
2622 2016-08-23 Pedro Alves <palves@redhat.com>
2623
2624 PR gdb/20494
2625 * gdb.base/new-ui-echo.c: New file.
2626 * gdb.base/new-ui-echo.exp: New file.
2627
2628 2016-08-23 Yao Qi <yao.qi@linaro.org>
2629
2630 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2631 gdbserver_spawn.
2632 * gdb.server/connect-without-multi-process.exp (do_test):
2633 Likewise.
2634
2635 2016-08-23 Yao Qi <yao.qi@linaro.org>
2636
2637 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2638 standalone_txt. Delete gdb_txt and standalone_txt on host
2639 and target. Spawn the binary on target. Copy files from
2640 target to host.
2641
2642 2016-08-22 Pedro Alves <palves@redhat.com>
2643
2644 PR gdb/20505
2645 * gdb.base/vdso-warning.exp: Test core dumps too. Use
2646 with_test_prefix. Factor out bits to ...
2647 (test_no_vdso): ... this new procedure.
2648
2649 2016-08-19 Carl Love <cel@us.ibm.com>
2650
2651 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2652 maintaining separate logic for constructing the output path.
2653 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2654 * gdb.arch/ppc-dfp.exp: Likewise.
2655 * gdb.arch/ppc-fp.exp: Likewise.
2656 * gdb.arch/vsx-regs.exp: Likewise.
2657 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2658 binprefix for generating the additional binary files.
2659
2660 2016-08-19 Pedro Alves <palves@redhat.com>
2661
2662 * gdb.trace/mi-trace-frame-collected.exp
2663 (test_trace_frame_collected): On x32, expect two registers.
2664
2665 2016-08-18 Carl Love <cel@us.ibm.com>
2666
2667 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2668 and sync up the test with tests in gas/testsuite/gas/ppc.
2669 * gdb.arch/powerpc-power.exp: Likewise.
2670
2671 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2672
2673 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2674 expected error message.
2675
2676 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2677
2678 * gdb.multi/remove-inferiors.exp: New file.
2679 * gdb.multi/remove-inferiors.c: New file.
2680
2681 2016-08-12 Yao Qi <yao.qi@linaro.org>
2682
2683 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
2684 argument list.
2685
2686 2016-08-10 Pedro Alves <palves@redhat.com>
2687
2688 PR gdb/19187
2689 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
2690 setup_kfails.
2691
2692 2016-08-09 Pedro Alves <palves@redhat.com>
2693 Simon Marchi <simon.marchi@ericsson.com>
2694
2695 PR gdb/20418
2696 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
2697 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
2698
2699 2016-08-09 Pedro Alves <palves@redhat.com>
2700
2701 PR mi/20431
2702 * gdb.mi/mi-cmd-error.exp: New file.
2703
2704 2016-08-09 Pedro Alves <palves@redhat.com>
2705
2706 PR gdb/18653
2707 * gdb.base/signals-state-child.c: New file.
2708 * gdb.base/signals-state-child.exp: New file.
2709 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
2710
2711 2016-08-09 Pedro Alves <palves@redhat.com>
2712
2713 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
2714
2715 2016-08-03 Tom Tromey <tom@tromey.com>
2716
2717 PR python/18565:
2718 * gdb.python/py-frame-inline.exp: Add Frame.function test.
2719
2720 2016-08-01 Yao Qi <yao.qi@linaro.org>
2721
2722 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
2723 variable mode to "multi-process" if $multi_process is 1, otherwise
2724 set it to "single-process".
2725
2726 2016-08-01 Yao Qi <yao.qi@linaro.org>
2727
2728 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
2729 * gdb.cp/cpexprs.exp: Likewise.
2730 * gdb.cp/m-static.exp: Likewise.
2731
2732 2016-07-26 Tom Tromey <tom@tromey.com>
2733
2734 PR python/20190:
2735 * gdb.threads/tls.exp (check_thread_local): Add python symbol
2736 test.
2737
2738 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
2739
2740 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
2741 selecting assembly source files.
2742 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
2743 assembly source files.
2744 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
2745 assembly source files.
2746 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
2747 selecting assembly source files.
2748
2749 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
2750
2751 * gdb.base/new-ui.exp (do_test_invalid_args): New
2752 procedure.
2753
2754 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
2755
2756 * gdb.btrace/reconnect.c: New file.
2757 * gdb.btrace/reconnect.exp: New file.
2758
2759 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
2760
2761 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
2762 to test_catch_syscall_group.
2763 (test_catch_syscall_group): New.
2764
2765 2016-07-21 Tom Tromey <tom@tromey.com>
2766
2767 * gdb.rust/simple.rs (main): Use empty struct expression.
2768 * gdb.rust/simple.exp: Add tests for empty struct expression.
2769
2770 2016-07-21 Yao Qi <yao.qi@linaro.org>
2771
2772 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
2773 if gdb_skip_xml_test is true on some targets.
2774
2775 2016-07-21 Yao Qi <yao.qi@linaro.org>
2776
2777 * gdb.server/solib-list.exp: Unset last_loaded_file.
2778
2779 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2780
2781 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
2782 "step into captured_main (args)".
2783
2784 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2785
2786 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
2787
2788 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2789
2790 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
2791
2792 2016-07-19 Pedro Alves <palves@redhat.com>
2793
2794 * gdb.opt/inline-break.exp: Remove optimize=-O2.
2795 * gdb.opt/inline-bt.exp: Likewise.
2796 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
2797 additional_flags=-Winline.
2798 * gdb.opt/inline-locals.exp: Likewise.
2799 * gdb.opt/inline-markers.c (ATTR): Define.
2800 (inlined_fn): Use it.
2801
2802 2016-07-19 Yao Qi <yao.qi@linaro.org>
2803
2804 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
2805 (test_with_self): Remove some code. Remove argument executable.
2806 (top-level): Use do_self_tests.
2807
2808 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
2809 Don Breazeal <donb@codesourcery.com>
2810
2811 * gdb.base/maint.exp: Escape paths used in regular expressions.
2812 * gdb.stabs/weird.exp: Likewise.
2813
2814 2016-07-13 Tom Tromey <tom@tromey.com>
2815
2816 PR python/15620, PR python/18620:
2817 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
2818 (test_bkpt_events): New procs.
2819
2820 2016-07-13 Tom Tromey <tom@tromey.com>
2821
2822 PR python/17698:
2823 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
2824 test.
2825 (test_watchpoints): Likewise.
2826 (test_bkpt_pending): New proc.
2827
2828 2016-07-13 Tom Tromey <tom@tromey.com>
2829
2830 PR cli/18053:
2831 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
2832 completion test.
2833
2834 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2835
2836 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
2837 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
2838 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
2839 f_label.
2840 (g): Rename g_end_lbl to g_label.
2841 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
2842 low_pc and high_pc.
2843 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
2844
2845 2016-07-12 Tom Tromey <tom@tromey.com>
2846
2847 PR python/19293:
2848 * gdb.python/py-unwind-maint.exp: Update tests.
2849
2850 2016-07-12 Yao Qi <yao.qi@linaro.org>
2851
2852 * lib/selftest-support.exp (selftest_setup): Match the output
2853 when captured_main is inlined.
2854
2855 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
2856
2857 * gdb.fortran/derived-types.exp (result_line, result_line_2):
2858 New variables.
2859 (print this%a, print this%b, print this): New tests.
2860 * gdb.fortran/derived-types.f90 (this): New object and
2861 initialization.
2862
2863 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2864
2865 * gdb.ada/arraydim.exp: Remove extra directory level in build
2866 directory.
2867
2868 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2869
2870 * lib/ada.exp: Remove extra directory level in build directory.
2871 * gdb.ada/cond_lang.exp: Likewise.
2872 * gdb.ada/exec_changed.exp: Likewise.
2873 * gdb.ada/lang_switch.exp: Likewise.
2874
2875 2016-07-06 Manish Goregaokar <manish@mozilla.com>
2876
2877 * simple.rs: Add test for raw pointer subscripting.
2878 * simple.exp: Add test expectations.
2879
2880 2016-07-05 Yao Qi <yao.qi@linaro.org>
2881
2882 * gdb.mi/mi-reverse.exp: Match =record-started output.
2883
2884 2016-07-01 Pedro Alves <palves@redhat.com>
2885
2886 * gdb.base/jit-reader.exp (info_registers_current_frame): New
2887 procedure.
2888 (jit_reader_test): Test the jit reader's unwinder.
2889 * gdb.base/jithost.c (jit_function_00_code): New global.
2890 (main): Use memcpy to fill in the mmapped code, instead of poking
2891 bytes manually here.
2892 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
2893 value.
2894 (read_debug_info): Save the function's range.
2895 (read_sp): New function.
2896 (unwind_frame): Use it. Also unwind RBP.
2897 (get_frame_id): Use read_sp.
2898 (gdb_init_reader): Use calloc instead of malloc.
2899 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
2900 parameter. Use gdb_test_multiple.
2901
2902 2016-07-01 Pedro Alves <palves@redhat.com>
2903 Antoine Tremblay <antoine.tremblay@ericsson.com>
2904
2905 * gdb.threads/process-dies-while-detaching.c: New file.
2906 * gdb.threads/process-dies-while-detaching.exp: New file.
2907
2908 2016-07-01 Pedro Alves <palves@redhat.com>
2909
2910 * gdb.multi/watchpoint-multi-exit.c: New file.
2911 * gdb.multi/watchpoint-multi-exit.exp: New file.
2912
2913 2016-06-30 Pedro Alves <palves@redhat.com>
2914
2915 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
2916 unset inferior_spawn_id.
2917
2918 2016-06-30 Pedro Alves <palves@redhat.com>
2919
2920 * lib/mi-support.exp (default_mi_gdb_start): Declare global
2921 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
2922
2923 2016-06-29 Yao Qi <yao.qi@linaro.org>
2924
2925 * gdb.base/return.c: Add copyright header.
2926
2927 2016-06-29 Tom Tromey <tom@tromey.com>
2928
2929 PR python/20129:
2930 * gdb.python/py-framefilter.exp: Add tests for setting priority
2931 and disabling of non-existent frame filter.
2932
2933 2016-06-29 Yao Qi <yao.qi@linaro.org>
2934
2935 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
2936 0x0f07ff.
2937
2938 2016-06-28 Yao Qi <yao.qi@linaro.org>
2939
2940 * gdb.base/catch-syscall.exp: Remove check on isnative and target
2941 triplets. Start gdb, execute catch syscall, and continue. Check
2942 gdb's output to determine catch syscall is supported.
2943
2944 2016-06-27 Manish Goregaokar <manish@mozilla.com>
2945
2946 * gdb.rust/simple.rs: Add test for returning unit in a function.
2947 * gdb.rust/simple.exp: Add expectation for functions returning
2948 unit.
2949
2950 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
2951
2952 * gdb.python/py-breakpoint-create-fail.c,
2953 gdb.python/py-breakpoint-create-fail.exp,
2954 gdb.python/py-breakpoint-create-fail.py: New testcase.
2955
2956 2016-06-25 Manish Goregaokar <manish@mozilla.com>
2957
2958 PR gdb/20239
2959 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
2960 * gdb.rust/simple.exp: Add test expectations for new NonZero
2961 tests.
2962
2963 2016-06-24 David Taylor <dtaylor@emc.com>
2964
2965 * gdb.base/offsets.exp: New file.
2966 * gdb.base/offsets.c: New file.
2967
2968 2016-06-23 Tom Tromey <tom@tromey.com>
2969
2970 PR gdb/16483:
2971 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
2972 before any filters are loaded.
2973
2974 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
2975
2976 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
2977 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
2978 structs.
2979 * gdb.fortran/derived-type-function.exp: New file.
2980 * gdb.fortran/derived-type-function.f90: New file.
2981
2982
2983 2016-06-21 Pedro Alves <palves@redhat.com>
2984
2985 * gdb.base/new-ui.exp: New file.
2986 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
2987 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
2988 (with_spawn_id): New procedure.
2989
2990 2016-06-21 Pedro Alves <palves@redhat.com>
2991
2992 * gdb.mi/mi-exec-run.exp: New file.
2993
2994 2016-06-21 Pedro Alves <palves@redhat.com>
2995
2996 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
2997 breakpoint command's output on the main UI.
2998 (test_break): New procedure, factored out from calls in the top
2999 level.
3000 (top level): Use foreach_with_prefix to test MI as main UI and as
3001 separate UI.
3002
3003 2016-06-21 Pedro Alves <palves@redhat.com>
3004
3005 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
3006 (test_awatch_creation_and_listing)
3007 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
3008 Remove 'type' parameter.
3009 (test_watchpoint_all): New parameter mi_mode. Remove
3010 with_test_prefix.
3011 (top level): Use foreach_with_prefix, and add main/separate UI MI
3012 testing axis.
3013
3014 2016-06-21 Pedro Alves <palves@redhat.com>
3015
3016 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
3017 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
3018 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
3019 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
3020 (gdb_main_spawn_id, mi_spawn_id): Declare and
3021 comment.
3022 (mi_create_inferior_pty): New procedure,
3023 factored out from default_mi_gdb_start.
3024 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
3025 procedures.
3026 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
3027 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
3028 Use mi_create_inferior_pty.
3029 (mi_gdb_start): Use eval to pass down args list.
3030
3031 2016-06-21 Pedro Alves <palves@redhat.com>
3032
3033 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
3034 * gdb.opt/inline-cmds.exp: Add MI tests.
3035
3036 2016-06-21 Pedro Alves <palves@redhat.com>
3037
3038 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
3039
3040 2016-06-21 Pedro Alves <palves@redhat.com>
3041
3042 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
3043 (top level): Use it instead of mi_execute_to.
3044
3045 2016-06-21 Pedro Alves <palves@redhat.com>
3046
3047 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
3048 (cont_handler_str): New.
3049 (signal_stop_handler): Set stop_handler_str instead of printing to
3050 stdout.
3051 (continue_handler): Set cont_handler_str instead of printing to
3052 stdout.
3053 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
3054 mi_send_resuming_command. Print stop_handler_str and
3055 cont_handler_str instead of expecting the python events print
3056 directly.
3057
3058 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3059
3060 * gdb.base/jit-reader.exp: New file.
3061 * gdb.base/jithost.c: New file.
3062 * gdb.base/jithost.h: New file.
3063 * gdb.base/jitreader.c : New file.
3064 * gdb.base/jit-protocol.h: New file.
3065
3066 2016-06-17 Yao Qi <yao.qi@linaro.org>
3067
3068 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
3069 parameters follow_fork and detach_on_fork. Set follow-fork-mode
3070 and detach-on-fork. Adjust tests.
3071 (top level): Invoke break_cond_on_syscall with combinations of
3072 syscall, follow-fork-mode and detach-on-fork.
3073
3074 2016-06-17 Yao Qi <yao.qi@linaro.org>
3075
3076 * gdb.base/step-over-exit.c: New.
3077 * gdb.base/step-over-exit.exp: New.
3078
3079 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
3080
3081 * gdb.base/float.exp: Add target check for nds32*-*-*.
3082 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
3083
3084 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
3085
3086 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
3087 for unsupported target features.
3088 * gdb.base/call-rt-st.exp: Likewise.
3089 * gdb.base/call-sc.exp: Likewise.
3090 * gdb.base/call-signal-resume.exp: Likewise.
3091 * gdb.base/call-strs.exp: Likewise.
3092 * gdb.base/callexit.exp: Likewise.
3093 * gdb.base/callfuncs.exp: Likewise.
3094 * gdb.base/nodebug.exp: Likewise.
3095 * gdb.base/printcmds.exp: Likewise.
3096 * gdb.base/ptype.exp: Likewise.
3097 * gdb.base/structs.exp: Likewise.
3098 * gdb.base/unwindonsignal.exp: Likewise.
3099 * gdb.cp/gdb2495.exp: Likewise.
3100 * gdb.cp/templates.exp: Likewise.
3101 * gdb.cp/virtfunc.exp: Likewise.
3102 * gdb.threads/hand-call-in-threads.exp: Likewise.
3103 * gdb.threads/interrupted-hand-call.exp: Likewise.
3104 * gdb.threads/thread-unwindonsignal.exp: Likewise.
3105
3106 2016-06-10 Tom Tromey <tom@tromey.com>
3107
3108 PR rust/20110:
3109 * gdb.rust/expr.exp: Add test for integer constant larger than
3110 i32.
3111
3112 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
3113
3114 * gdb.fortran/nested-funcs.exp: New.
3115 * gdb.fortran/nested-funcs.f90: New.
3116
3117 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
3118
3119 * gdb.base/examine-backward.c: New file.
3120 * gdb.base/examine-backward.exp: New file.
3121
3122 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
3123
3124 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3125 matching.
3126
3127 2016-06-02 Tom Tromey <tom@tromey.com>
3128
3129 PR python/18984:
3130 * gdb.python/py-shared.exp: Add solib_name test.
3131
3132 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
3133
3134 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
3135
3136 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
3137
3138 PR c++/19893
3139 * gdb.dwarf2/implref.exp: Rename to...
3140 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
3141 * gdb.dwarf2/implref-array.c: New file.
3142 * gdb.dwarf2/implref-array.exp: Likewise.
3143 * gdb.dwarf2/implref-global.c: Likewise.
3144 * gdb.dwarf2/implref-global.exp: Likewise.
3145 * gdb.dwarf2/implref-struct.c: Likewise.
3146 * gdb.dwarf2/implref-struct.exp: Likewise.
3147
3148 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3149
3150 * gdb.trace/trace-condition.exp: Add 64bit tests.
3151
3152 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3153
3154 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3155 bits types.
3156 (main): Adapt to 8 to 64 bits types.
3157 * gdb.trace/trace-condition.exp: Add new tests.
3158
3159 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3160
3161 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3162
3163 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3164
3165 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3166 Move condition tests...
3167 * gdb.trace/trace-condition.exp: Here.
3168
3169 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3170
3171 * gdb.trace/trace-condition.exp: Add counter-case tests.
3172
3173 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3174
3175 PR c++/15231
3176 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3177 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3178
3179 2016-05-27 Pedro Alves <palves@redhat.com>
3180
3181 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3182 New procedure.
3183 (top level): Call it, and bail out of DejaGnu is known to be bad.
3184
3185 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
3186
3187 * gdb.base/whatis.c: Extend the test case.
3188 * gdb.base/whatis.exp: Add additional tests.
3189
3190 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3191
3192 * gdb.fortran/type.f90: Add pointer variable.
3193 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3194
3195 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3196
3197 * gdb.fortran/vla-type.exp: Fix testcase name.
3198
3199 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3200
3201 * gdb.fortran/vla-type.exp: Access elements in nested structs.
3202
3203 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3204
3205 * gdb.fortran/type.f90: Add nested structures.
3206 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3207 * gdb.fortran/derived-type.exp: Adapt expected output.
3208 * gdb.fortran/vla-type.exp: Adapt expected output.
3209
3210 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3211
3212 * gdb.fortran/whatis_type.exp: Adapt expected output.
3213
3214 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3215
3216 * gdb.fortran/print_type.exp: Fix expected output.
3217 * gdb.fortran/whatis_type.exp: Fix expected output.
3218
3219 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3220
3221 * gdb.fortran/whatis_type.exp: Use multi_line.
3222
3223 2016-05-24 Tom Tromey <tom@tromey.com>
3224
3225 PR python/17386:
3226 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3227 use value as an index.
3228
3229 2016-05-23 Tom Tromey <tom@tromey.com>
3230
3231 PR python/17981:
3232 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3233 no-breakpoint case.
3234
3235 2016-05-24 Pedro Alves <palves@redhat.com>
3236
3237 PR gdb/19828
3238 * gdb.threads/clone-attach-detach.c: New file.
3239 * gdb.threads/clone-attach-detach.exp: New file.
3240
3241 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3242
3243 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3244
3245 2016-05-23 Tom Tromey <tom@tromey.com>
3246
3247 PR python/19438, PR python/18393:
3248 * gdb.python/py-progspace.exp: Add "dir" test.
3249 * gdb.python/py-objfile.exp: Add "dir" test.
3250
3251 2016-05-23 Yao Qi <yao.qi@linaro.org>
3252
3253 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3254 * gdb.arch/thumb2-it.exp: Likewise.
3255
3256 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3257
3258 * gdb.mi/mi-threads-interrupt.c: New file.
3259 * gdb.mi/mi-threads-interrupt.exp: New file.
3260
3261 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3262
3263 PR gdb/18077
3264 * gdb.mi/mi-async-run.exp: New file.
3265 * gdb.mi/mi-async-run.c: New file.
3266
3267 2016-05-17 Tom Tromey <tom@tromey.com>
3268 Manish Goregaokar <manishsmail@gmail.com>
3269
3270 * lib/rust-support.exp: New file.
3271 * lib/gdb.exp (skip_rust_tests): New proc.
3272 (build_executable_from_specs): Handle rust.
3273 * lib/future.exp (gdb_find_rustc): New proc.
3274 (gdb_default_target_compile): Handle rust.
3275 * gdb.rust/expr.exp: New file.
3276 * gdb.rust/generics.exp: New file.
3277 * gdb.rust/generics.rs: New file.
3278 * gdb.rust/methods.exp: New file.
3279 * gdb.rust/methods.rs: New file.
3280 * gdb.rust/modules.exp: New file.
3281 * gdb.rust/modules.rs: New file.
3282 * gdb.rust/simple.exp: New file.
3283 * gdb.rust/simple.rs: New file.
3284
3285 2016-05-17 Tom Tromey <tom@tromey.com>
3286
3287 * gdb.base/default.exp (set language): Add rust.
3288
3289 2016-05-17 Tom Tromey <tom@tromey.com>
3290
3291 * gdb.gdb/unittest.exp: New file.
3292
3293 2016-05-16 Yao Qi <yao.qi@linaro.org>
3294
3295 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3296 shell_prompt. Update shell_prompt_re.
3297
3298 2016-05-12 Doug Evans <dje@google.com>
3299
3300 PR symtab/19999
3301 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3302 $options when building executable.
3303 * gdb.dwarf2/fission-loclists-pie.S: New file.
3304 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3305
3306 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3307
3308 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3309 of [is_remote target],
3310
3311 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3312
3313 * lib/gdb.exp (use_gdb_stub): New procedure.
3314
3315 2016-05-03 Yunlian Jiang <yunlian@google.com>
3316 Doug Evans <dje@google.com>
3317
3318 PR symtab/19914
3319 * gdb.dwarf2/dwp-sepdebug.c: New file.
3320 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3321
3322 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3323
3324 * gdb.base/detach.exp: Remove is_remote check.
3325
3326 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3327
3328 * gdb.base/annota-input-while-running.exp: Don't check for
3329 [is_remote target]. Enable annotations after running to main.
3330 Remove unused "set test..." line.
3331
3332 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3333
3334 * gdb.trace/trace-enable-disable.exp: New file.
3335 * gdb.trace/trace-enable-disable.c: New file.
3336
3337 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3338
3339 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3340 use it in info sharedlibrary test.
3341 * gdb.trace/ftrace-lock.exp: Likewise.
3342 * gdb.trace/ftrace.exp: Likewise.
3343 * gdb.trace/range-stepping.exp: Likewise.
3344 * gdb.trace/trace-break.exp: Likewise.
3345 * gdb.trace/trace-condition.exp: Likewise.
3346 * gdb.trace/trace-mt.exp: Likewise.
3347
3348 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3349
3350 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3351 (gdb_load_shlib): ... this.
3352 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3353 gdb_load_shlib.
3354 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3355 * gdb.base/ctxobj.exp: Likewise.
3356 * gdb.base/dprintf-pending.exp: Likewise.
3357 * gdb.base/dso2dso.exp: Likewise.
3358 * gdb.base/fixsection.exp: Likewise.
3359 * gdb.base/gcore-relro.exp: Likewise.
3360 * gdb.base/gdb1555.exp: Likewise.
3361 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3362 * gdb.base/gnu-ifunc.exp: Likewise.
3363 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3364 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3365 * gdb.base/pending.exp: Likewise.
3366 * gdb.base/print-file-var.exp: Likewise.
3367 * gdb.base/print-symbol-loading.exp: Likewise.
3368 * gdb.base/shlib-call.exp: Likewise.
3369 * gdb.base/shreloc.exp: Likewise.
3370 * gdb.base/so-impl-ld.exp: Likewise.
3371 * gdb.base/solib-disc.exp: Likewise.
3372 * gdb.base/solib-nodir.exp: Likewise.
3373 * gdb.base/solib-overlap.exp: Likewise.
3374 * gdb.base/solib-symbol.exp: Likewise.
3375 * gdb.base/solib-weak.exp (do_test): Likewise.
3376 * gdb.base/sym-file.exp: Likewise.
3377 * gdb.base/symtab-search-order.exp: Likewise.
3378 * gdb.base/type-opaque.exp: Likewise.
3379 * gdb.base/unload.exp: Likewise.
3380 * gdb.base/watchpoint-solib.exp: Likewise.
3381 * gdb.compile/compile.exp: Likewise.
3382 * gdb.cp/gdb2384.exp: Likewise.
3383 * gdb.cp/infcall-dlopen.exp: Likewise.
3384 * gdb.cp/re-set-overloaded.exp: Likewise.
3385 * gdb.fortran/library-module.exp: Likewise.
3386 * gdb.opt/solib-intra-step.exp: Likewise.
3387 * gdb.python/py-finish-breakpoint.exp: Likewise.
3388 * gdb.python/py-shared.exp: Likewise.
3389 * gdb.reverse/solib-precsave.exp: Likewise.
3390 * gdb.reverse/solib-reverse.exp: Likewise.
3391 * gdb.server/solib-list.exp: Likewise.
3392 * gdb.threads/dlopen-libpthread.exp: Likewise.
3393 * gdb.threads/tls-shared.exp: Likewise.
3394 * gdb.threads/tls-so_extern.exp: Likewise.
3395 * gdb.trace/change-loc.exp: Likewise.
3396 * gdb.trace/ftrace-lock.exp: Likewise.
3397 * gdb.trace/ftrace.exp: Likewise.
3398 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3399 * gdb.trace/pending.exp: Likewise.
3400 * gdb.trace/range-stepping.exp: Likewise.
3401 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3402 (strace_info_marker): Likewise.
3403 (strace_probe_marker): Likewise.
3404 (strace_trace_on_same_addr): Likewise.
3405 (strace_trace_on_diff_addr): Likewise.
3406 * gdb.trace/trace-break.exp: Likewise.
3407 * gdb.trace/trace-condition.exp: Likewise.
3408 * gdb.trace/trace-mt.exp: Likewise.
3409
3410 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3411
3412 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3413 result of gdb_remote_download.
3414 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3415 * gdb.base/dso2dso.exp: Likewise.
3416 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3417 * gdb.base/print-file-var.exp: Likewise.
3418 * gdb.base/shlib-call.exp: Likewise.
3419 * gdb.base/shreloc.exp: Likewise.
3420 * gdb.base/solib-overlap.exp: Likewise.
3421 * gdb.base/solib-weak.exp (do_test): Likewise.
3422 * gdb.base/unload.exp: Likewise.
3423
3424 2016-04-27 Yao Qi <yao.qi@linaro.org>
3425
3426 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3427 exists.
3428
3429 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3430
3431 * vla-type.exp: Print structure from toplevel.
3432
3433 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3434
3435 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3436 of dynamic types.
3437 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3438 of dynamic types.
3439
3440 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3441
3442 * gdb.fortran/vla-type.f90: New file.
3443 * gdb.fortran/vla-type.exp: New file.
3444
3445 2016-04-25 Yao Qi <yao.qi@linaro.org>
3446
3447 * gdb.base/branch-to-self.c: New file.
3448 * gdb.base/branch-to-self.exp: New file.
3449
3450 2016-04-22 Yao Qi <yao.qi@linaro.org>
3451
3452 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3453 more after $hex.
3454
3455 2016-04-22 Yao Qi <yao.qi@linaro.org>
3456
3457 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3458 * gdb.base/annota3.exp: Likewise.
3459
3460 2016-04-22 Yao Qi <yao.qi@linaro.org>
3461
3462 * gdb.reverse/step-precsave.exp: Do one step and test program
3463 stops in "callee" and do multiple steps until program goes out
3464 of "callee".
3465 * gdb.reverse/step-reverse.exp: Likewise.
3466
3467 2016-04-22 Yao Qi <yao.qi@linaro.org>
3468
3469 * gdb.trace/signal.exp: Also pass if
3470 $tracepoint_hits($i) > $iterations.
3471
3472 2016-04-22 Yao Qi <yao.qi@linaro.org>
3473
3474 * gdb.trace/signal.c: New file.
3475 * gdb.trace/signal.exp: New file.
3476
3477 2016-04-19 Doug Evans <xdje42@gmail.com>
3478
3479 * gdb.base/bad-file.exp: New file.
3480
3481 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3482
3483 * gdb.dwarf2/implref.exp: New file.
3484
3485 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3486
3487 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3488 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3489 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3490 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3491 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3492 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3493 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3494 * lib/fortran.exp (fortran_int4): New procedure.
3495 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3496 (fortran_logical4): Likewise.
3497
3498 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3499
3500 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3501
3502 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3503
3504 * lib/compiler.c: Add Intel specific preprocessor macros.
3505 * lib/compiler.cc: Likewise.
3506
3507 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
3508
3509 * gdb.server/connect-with-no-symbol-file.c: New file.
3510 * gdb.server/connect-with-no-symbol-file.exp: New file.
3511
3512 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3513
3514 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3515
3516 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3517
3518 * boards/gdbserver-base.exp (${board}_download): Copy source file to
3519 standard output directory.
3520
3521 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
3522
3523 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3524
3525 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
3526
3527 * gdb.btrace/instruction_history.c (loop): Add declaration.
3528
3529 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3530
3531 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3532
3533 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
3534
3535 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3536 parentheses to print.
3537 (continue_handler): Likewise.
3538
3539 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
3540
3541 * gdb.server/solib-list.exp: Remove is_remote check.
3542 Pass shlib= to gdb_compile. Don't link shared library with
3543 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
3544 Run binary filename through "readlink -f" on the target.
3545
3546 2016-04-08 Pedro Alves <palves@redhat.com>
3547
3548 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
3549 interpreter filename as argument to gdbserver_spawn.
3550 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3551 Return empty if $last_loaded_file does not exist.
3552
3553 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3554
3555 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3556 * gdb.base/jit-main.c: Use exit after usage.
3557
3558 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3559
3560 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3561 GDBHISTSIZE prior to the tests.
3562 * gdb.base/gdbinit-history.exp: Likewise.
3563
3564 2016-04-07 Pedro Alves <palves@redhat.com>
3565
3566 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3567 instead of build_executable. Use gdb_load_shlibs.
3568
3569 2016-04-07 Yao Qi <yao.qi@linaro.org>
3570
3571 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3572 Execute "si" command.
3573
3574 2016-04-07 Yao Qi <yao.qi@linaro.org>
3575
3576 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3577 number instead of the comments on some line.
3578
3579 2016-04-06 Don Breazeal <donb@codesourcery.com>
3580
3581 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3582 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3583
3584 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
3585
3586 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3587 standard_output_file. Remove unused binfile variable.
3588
3589 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
3590
3591 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3592 * gdb.python/py-mi-objfile.exp: Match "list main" output
3593 in console format.
3594
3595 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
3596
3597 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3598 absolute.
3599
3600 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3601
3602 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3603 absolute.
3604 * gdb.trace/ftrace.exp: Likewise.
3605 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3606 targets as well.
3607 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3608 (gdb_load_shlibs): Copy libraries to test directory when testing
3609 natively. Only set solib-search-path if testing remotely.
3610 * lib/mi-support.exp (mi_load_shlibs): Likewise.
3611
3612 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3613
3614 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3615 gdb_download. Use it even if the target is not remote.
3616 * gdb.base/jit.exp (compile_jit_test): Likewise.
3617 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3618 output directory if the destination board is local, otherwise use
3619 the standard remote_download from DejaGnu.
3620 (gdb_download): Remove.
3621 (gdb_load_shlibs): Use gdb_remote_download instead of
3622 gdb_download.
3623 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3624 Use gdb_remote_download instead of gdb_download. Use it even if
3625 the target is not remote.
3626 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3627 instead of gdb_download.
3628
3629 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
3630
3631 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3632 (test_insert_delete_modify): Call mi_load_shlibs before trying to
3633 run.
3634
3635 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
3636
3637 PR gdb/19820
3638 * gdb.base/printcmds.exp: Add artificial arrays tests.
3639
3640 2016-03-31 Pedro Alves <palves@redhat.com>
3641
3642 PR gdb/19858
3643 * gdb.base/jit-main.c: Include unistd.h.
3644 (ATTACH): Define to 0 if not already defined.
3645 (wait_for_gdb, mypid): New globals.
3646 (WAIT_FOR_GDB): New macro.
3647 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
3648 some breakpoint locations.
3649 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3650 New procedures.
3651 (one_jit_test): Add REATTACH parameter, and handle it. Use
3652 continue_to_test_location.
3653 (top level): Test attach, and adjusts calls to one_jit_test.
3654
3655 2016-03-31 Pedro Alves <palves@redhat.com>
3656
3657 PR gdb/19858
3658 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
3659 BINSUFFIX parameter, and handle it.
3660 (top level): Adjust calls compile_jit_test.
3661
3662 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
3663
3664 PR python/19743
3665 * gdb.python/py-mi-events-gdb.py: New file.
3666 * gdb.python/py-mi-events.c: New file.
3667 * gdb.python/py-mi-events.exp: New file.
3668
3669 2016-03-30 Yao Qi <yao.qi@linaro.org>
3670
3671 * gdb.reverse/until-precsave.exp: Match function name only.
3672 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3673 Move malloc to a condition block.
3674 * gdb.reverse/until-reverse.exp: Match function name only.
3675
3676 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
3677
3678 * gdb.trace/ftrace.exp: Set arg0exp for s390.
3679 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3680 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3681 variable for GPR 0 instead of assuming it is register 0.
3682 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
3683 * lib/trace-support.exp: Add s390 registers.
3684
3685 2016-03-29 Yao Qi <yao.qi@linaro.org>
3686
3687 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
3688
3689 2016-03-24 Yao Qi <yao.qi@linaro.org>
3690
3691 * gdb.reverse/break-reverse.exp: Add quotation mark in the
3692 test message.
3693
3694 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3695
3696 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
3697 maintaining separate logic for constructing the output path.
3698
3699 2016-03-16 Don Breazeal <donb@codesourcery.com>
3700
3701 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3702 Retry fork and waitpid on interrupted system call errors.
3703 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3704 Use with_timeout_factor to increase timeout by factor of 10.
3705
3706 2016-03-15 Don Breazeal <donb@codesourcery.com>
3707
3708 * gdb.cp/scope-err.cc: New test program.
3709 * gdb.cp/scope-err.exp: New test script.
3710 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
3711 lines and "set breakpoint here" comment.
3712 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
3713 Fixed some whitespace and format issues.
3714 * gdb.mi/mi-linespec-err-cp.cc: New test program.
3715 * gdb.mi/mi-linespec-err-cp.exp: New test script.
3716
3717 2016-03-15 Doug Evans <dje@google.com>
3718
3719 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
3720 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
3721 All callers updated. Add tests for enums, mixed flags register.
3722
3723 2016-03-15 Doug Evans <dje@google.com>
3724
3725 * gdb.base/skip.c (main): Call test_skip_file_and_function.
3726 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
3727
3728 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
3729
3730 * gdb.base/default.exp: Add $_as_string to the list of expected
3731 convenience functions.
3732
3733 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
3734
3735 * gdb.base/maint.exp: New tests for 'maint info line-table'.
3736
3737 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
3738
3739 * gdb.python/py-as-string.exp: New file.
3740 * gdb.python/py-as-string.c: New file.
3741
3742 2016-03-09 Pedro Alves <palves@redhat.com>
3743
3744 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
3745 signal" -> "Thread NN received signal" output change.
3746 * gdb.threads/ia64-sigill.exp: Likewise.
3747 * gdb.threads/linux-dp.exp: Likewise.
3748 * gdb.threads/manythreads.exp: Likewise.
3749 * gdb.threads/pending-step.exp: Likewise.
3750 * gdb.threads/print-threads.exp: Likewise.
3751 * gdb.threads/sigstep-threads.exp: Likewise.
3752 * gdb.threads/staticthreads.exp: Likewise.
3753 * gdb.threads/tls.exp: Likewise.
3754
3755 2016-03-09 Pedro Alves <palves@redhat.com>
3756
3757 * gdb.base/command-line-input.exp: New file.
3758
3759 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3760
3761 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
3762 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
3763 * gdb.trace/pending.exp: Accept leading dot before function name.
3764 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
3765 * lib/trace-support.exp: Set registers for ppc.
3766
3767 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3768
3769 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
3770 use it for disassembly; accept .main in addition to main in backtrace.
3771
3772 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
3773 Marcin Kościelnicki <koriakin@0x04.net>
3774
3775 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
3776 (gdb_recursion_test_ptr): New global variable.
3777 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
3778 gdb_recursion_test.
3779 (gdb_c_test): Ditto.
3780
3781 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3782
3783 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
3784 ordering.
3785
3786 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3787
3788 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
3789 (bar): Add bar_start_lbl label.
3790 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
3791 of foo/bar for emitting DWARF and tracing.
3792
3793 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
3794
3795 * analyze-racy-logs.py: Set executable bit.
3796
3797 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
3798
3799 * Makefile.in (DEFAULT_RACY_ITER): New variable.
3800 (CHECK_TARGET_TMP): Likewise.
3801 (check-single-racy): New rule.
3802 (check-parallel-racy): Likewise.
3803 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
3804 (do-check-parallel-racy): New rule.
3805 (check-racy/%.exp): Likewise.
3806 * README (Racy testcases): New section.
3807 * analyze-racy-logs.py: New file.
3808
3809 2016-03-03 Doug Evans <dje@google.com>
3810
3811 * gdb.base/skip.exp: Use with_test_prefix.
3812
3813 2016-03-03 Yao Qi <yao.qi@linaro.org>
3814
3815 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
3816 Invoke step_over_syscall "clone" and break_cond_on_syscall
3817 "clone".
3818 * gdb.base/step-over-clone.c: New file.
3819
3820 2016-03-03 Yao Qi <yao.qi@linaro.org>
3821
3822 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
3823 code format.
3824
3825 2016-03-03 Yao Qi <yao.qi@linaro.org>
3826
3827 * gdb.base/disp-step-fork.c: Rename to ...
3828 * gdb.base/step-over-fork.c: ... it. New file.
3829 * gdb.base/disp-step-vfork.c: Rename to ...
3830 * gdb.base/step-over-vfork.c: ... it. New file.
3831 * gdb.base/disp-step-syscall.exp: Rename to ...
3832 * gdb.base/step-over-syscall.exp: ... it. New file.
3833 (disp_step_cross_syscall): Rename to ...
3834 (step_over_syscall): ... it.
3835
3836 2016-03-03 Yao Qi <yao.qi@linaro.org>
3837
3838 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
3839 If target supports condition evaluation on target, invoke
3840 break_cond_on_syscall for fork and vfork.
3841
3842 2016-03-03 Yao Qi <yao.qi@linaro.org>
3843
3844 * gdb.base/disp-step-syscall.exp: Don't invoke
3845 support_displaced_stepping.
3846 (disp_step_cross_syscall): Test with displaced stepping off and
3847 on if supported.
3848
3849 2016-03-03 Yao Qi <yao.qi@linaro.org>
3850
3851 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
3852 proc.
3853 (setup): New proc.
3854 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
3855 and setup.
3856
3857 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3858
3859 * gdb.fortran/vla-history.exp: Remove breakpoint.
3860
3861 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3862
3863 * gdb.fortran/vla-history.exp: Lookup array elements and printing
3864 exceeds timeout.
3865
3866 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3867
3868 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
3869 breakpoint.
3870
3871 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3872
3873 * gdb.mi/vla.f90: Nullify pointer after declaration.
3874
3875 2016-03-01 Pedro Alves <palves@redhat.com>
3876
3877 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
3878
3879 2016-03-01 Pedro Alves <palves@redhat.com>
3880
3881 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
3882 before anything else.
3883 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
3884 _GNU_SOURCE here.
3885 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
3886 before anything else.
3887 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
3888
3889 2016-03-01 Pedro Alves <palves@redhat.com>
3890
3891 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
3892
3893 2016-03-01 Yao Qi <yao.qi@linaro.org>
3894
3895 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
3896 prepare_for_testing.
3897
3898 2016-03-01 Yao Qi <yao.qi@linaro.org>
3899
3900 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
3901
3902 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3903
3904 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
3905 manually constructing the output path.
3906
3907 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3908
3909 * gdb.arch/s390-stackless.S: New.
3910 * gdb.arch/s390-stackless.exp: New.
3911
3912 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
3913
3914 * gdb.dlang/circular.c: New file.
3915 * gdb.dlang/circular.exp: New file.
3916
3917 2016-02-26 Yao Qi <yao.qi@linaro.org>
3918
3919 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
3920 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
3921 (testcases): Update.
3922
3923 2016-02-26 Yao Qi <yao.qi@linaro.org>
3924
3925 * gdb.reverse/aarch64.c: Rename to ...
3926 * gdb.reverse/insn-reverse.c: ... it.
3927 * gdb.reverse/aarch64.exp: Rename to ...
3928 * gdb.reverse/insn-reverse.exp: ... it.
3929
3930 2016-02-26 Yao Qi <yao.qi@linaro.org>
3931
3932 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
3933 (testcase_ftype): New.
3934 (testcases): New array.
3935 (n_testcases): New.
3936 (main): Call each element in testcases.
3937 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
3938 (read_testcase): New.
3939 Do the tests in a loop.
3940
3941 2016-02-25 Yao Qi <yao.qi@linaro.org>
3942
3943 * gdb.base/branches.c: Remove.
3944
3945 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3946
3947 PR gdb/13808
3948 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
3949
3950 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3951
3952 * gdb.trace/ftrace.exp: Remove unnecessary target check.
3953
3954 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3955
3956 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
3957 change x86_64 call_insn to 'callq'.
3958
3959 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3960
3961 * gdb.trace/tfile-avx.c: Move to...
3962 * gdb.trace/tracefile-pseudo-reg.c: Here.
3963 * gdb.trace/tfile-avx.exp: Move to...
3964 * gdb.trace/tracefile-pseudo-reg.exp: Here.
3965
3966 2016-02-24 Gary Benson <gbenson@redhat.com>
3967
3968 * gdb.base/attach-pie-noexec.exp: Do not expect an error
3969 message on attach.
3970
3971 2016-02-23 Doug Evans <dje@google.com>
3972
3973 * gdb.base/skip.c (test_skip): New function.
3974 (end_test_skip_file_and_function): New function.
3975 (test_skip_file_and_function): New function.
3976 * gdb.base/skip1.c (test_skip): New function.
3977 (skip1_test_skip_file_and_function): New function.
3978 * gdb.base/skip.exp: Add tests for new skip options.
3979 * gdb.base/skip-solib.exp: Update expected output.
3980 * gdb.perf/skip-command.cc: New file.
3981 * gdb.perf/skip-command.exp: New file.
3982 * gdb.perf/skip-command.py: New file.
3983
3984 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
3985
3986 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
3987 info registers pattern.
3988
3989 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
3990
3991 * lib/future.exp: Add D support.
3992 (gdb_find_gdc): New proc.
3993 (gdb_default_target_compile): Add D support.
3994
3995 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
3996
3997 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
3998 user+system time.
3999 (trace_speed_test): Determine the iteration count for a time
4000 between 15..30 seconds.
4001
4002 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
4003
4004 * gdb.arch/i386-mpx-sigsegv.c: New file.
4005 * gdb.arch/i386-mpx-sigsegv.exp: New file.
4006 * gdb.arch/i386-mpx-simple_segv.c: New file.
4007 * gdb.arch/i386-mpx-simple_segv.exp: New file.
4008
4009 2016-02-18 Yao Qi <yao.qi@linaro.org>
4010
4011 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4012 Don't call setup_kfail.
4013
4014 2016-02-18 Yao Qi <yao.qi@linaro.org>
4015
4016 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4017 Set "set breakpoint condition-evaluation" per $cond_bp_target.
4018
4019 2016-02-16 Doug Evans <dje@google.com>
4020
4021 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
4022 * gdb.base/skip1.c: Ditto.
4023 * gdb.base/skip.exp: Whitespace cleanup.
4024
4025 2016-02-16 Don Breazeal <donb@codesourcery.com>
4026
4027 PR remote/19496
4028 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4029 Remove kfail for PR remote/19496.
4030
4031 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4032
4033 * lib/gdb.exp (standard_temp_file): Return a path specific to
4034 the runtest invocation.
4035
4036 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4037
4038 * gdb.trace/save-trace.exp: Change relative path to be in the
4039 standard output directory.
4040
4041 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4042
4043 * gdb.arch/i386-prologue.c: Add missing prototypes.
4044
4045 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4046
4047 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
4048 * gdb.arch/i386-prologue.exp: Likewise.
4049 * gdb.arch/i386-size.exp: Likewise.
4050
4051 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
4052
4053 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
4054 define object file path.
4055 * gdb.btrace/gcore.exp: Use standard_output_file to define core
4056 file path.
4057 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
4058 standard_output_file to define binfile.
4059
4060 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4061
4062 Fix compatibility with recent gfortran-5.3.1.
4063 * gdb.fortran/vla-history.exp (print vla1 allocated)
4064 (print vla2 allocated, print $2, print $3): Remove
4065 (print $4): Rename to ...
4066 (print $2): ... here.
4067 (print $9): Rename to ...
4068 (print $5): ... here.
4069 (print $10): Rename to ...
4070 (print $6): ... here.
4071 * gdb.fortran/vla.f90: Add pvla initialization.
4072
4073 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4074
4075 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
4076 New test.
4077 * gdb.fortran/vla-value-sub.exp: Likewise.
4078
4079 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
4080
4081 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
4082
4083 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
4084
4085 * i386-biarch-core.exp: Define corefile using
4086 standard_output_file.
4087
4088 2016-02-12 Yao Qi <yao.qi@linaro.org>
4089
4090 * gdb.arch/arm-single-step-kernel-helper.c: New.
4091 * gdb.arch/arm-single-step-kernel-helper.exp: New.
4092
4093 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4094
4095 * gdb.btrace/tailcall-only.exp: New.
4096 * gdb.btrace/tailcall-only.c: New.
4097 * gdb.btrace/x86_64-tailcall-only.S: New.
4098 * gdb.btrace/i686-tailcall-only.S: New.
4099
4100 2016-02-11 Pedro Alves <palves@redhat.com>
4101
4102 * README (Parallel testing): Add missing double quotes.
4103
4104 2016-02-11 Pedro Alves <palves@redhat.com>
4105
4106 * README (Parallel testing): New section.
4107 (GDB_PARALLEL): Rewrite.
4108 (FORCE_PARALLEL): Document.
4109
4110 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
4111
4112 * gdb.trace/tfile-avx.c: New test.
4113 * gdb.trace/tfile-avx.exp: New test.
4114
4115 2016-02-09 Keith Seitz <keiths@redhat.com>
4116
4117 PR breakpoints/19546
4118 * gdb.base/infcall-exec.c: New file.
4119 * gdb.base/infcall-exec2.c: New file.
4120 * gdb.base/infcall-exec.exp: New file.
4121
4122 2016-02-09 Keith Seitz <keiths@redhat.com>
4123
4124 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4125 (toplevel): Call test_bkpt_address.
4126
4127 2016-02-09 Keith Seitz <keiths@redhat.com>
4128
4129 PR python/19506
4130 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
4131 (toplevel): Call test_bkpt_address.
4132
4133 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
4134
4135 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4136 to AC_OUTPUT.
4137 * configure: Regenerate.
4138
4139 2016-02-09 Pedro Alves <palves@redhat.com>
4140
4141 PR breakpoints/19548
4142 * gdb.base/execl-update-breakpoints.c (some_function): New
4143 function.
4144 (main): Call it.
4145 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4146 Tighten expected GDB output.
4147
4148 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4149
4150 * Makefile.in (ALL_SUBDIRS): Remove.
4151 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4152 (distclean maintainer-clean realclean): Likewise.
4153 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4154 * configure: Regenerate.
4155 * gdb.ada/Makefile.in: Delete.
4156 * gdb.arch/Makefile.in: Likewise.
4157 * gdb.asm/Makefile.in: Likewise.
4158 * gdb.base/Makefile.in: Likewise.
4159 * gdb.btrace/Makefile.in: Likewise.
4160 * gdb.cell/Makefile.in: Likewise.
4161 * gdb.compile/Makefile.in: Likewise.
4162 * gdb.cp/Makefile.in: Likewise.
4163 * gdb.disasm/Makefile.in: Likewise.
4164 * gdb.dlang/Makefile.in: Likewise.
4165 * gdb.dwarf2/Makefile.in: Likewise.
4166 * gdb.fortran/Makefile.in: Likewise.
4167 * gdb.gdb/Makefile.in: Likewise.
4168 * gdb.go/Makefile.in: Likewise.
4169 * gdb.guile/Makefile.in: Likewise.
4170 * gdb.java/Makefile.in: Likewise.
4171 * gdb.linespec/Makefile.in: Likewise.
4172 * gdb.mi/Makefile.in: Likewise.
4173 * gdb.modula2/Makefile.in: Likewise.
4174 * gdb.multi/Makefile.in: Likewise.
4175 * gdb.objc/Makefile.in: Likewise.
4176 * gdb.opencl/Makefile.in: Likewise.
4177 * gdb.opt/Makefile.in: Likewise.
4178 * gdb.pascal/Makefile.in: Likewise.
4179 * gdb.perf/Makefile.in: Likewise.
4180 * gdb.python/Makefile.in: Likewise.
4181 * gdb.reverse/Makefile.in: Likewise.
4182 * gdb.server/Makefile.in: Likewise.
4183 * gdb.stabs/Makefile.in: Likewise.
4184 * gdb.threads/Makefile.in: Likewise.
4185 * gdb.trace/Makefile.in: Likewise.
4186 * gdb.xml/Makefile.in: Likewise.
4187 * lib/gdb.exp (make_gdb_parallel_path): Add check for
4188 GDB_PARALLEL.
4189 (standard_output_file): Remove check for GDB_PARALLEL, always
4190 return path in outputs/$subdir/$testname.
4191
4192 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4193
4194 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4195 (site.exp): Assign abs_srcdir to tcl's srcdir.
4196
4197 2016-02-04 Yao Qi <yao.qi@linaro.org>
4198
4199 * gdb.base/foll-exec-mode.c: Include limits.h.
4200 (main): Add parameters argc and argv. Get directory from
4201 argv[0].
4202 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4203 compilation.
4204 * gdb.base/foll-exec.c: Include limits.h.
4205 (main): Add parameters argc and argv.
4206 Get directory from argv[0].
4207 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4208 Adjust tests on the number of lines as source code changed.
4209 * gdb.base/foll-vfork-exit.c: Include limits.h.
4210 (main): Add one line of statement before vfork.
4211 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4212 (main): Add parameters argc and argv. Get directory from
4213 argv[0].
4214 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4215 (setup_gdb): Set tbreak to skip some source lines.
4216 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4217 (main): Add parameters argc and argv. Get directory from
4218 argv[0].
4219 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4220 compilation.
4221 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4222 (main): Add parameters argc and argv. Get directory from
4223 argv[0].
4224 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4225 compilation.
4226
4227 2016-02-01 Doug Evans <dje@google.com>
4228
4229 * gdb.base/skip.exp: Clean up multiple references to same test name.
4230
4231 2016-02-01 Pedro Alves <palves@redhat.com>
4232
4233 PR remote/19496
4234 * gdb.threads/forking-threads-plus-breakpoint.exp
4235 (displaced_stepping_supported): New global.
4236 (probe_displaced_stepping_support): New procedure.
4237 (do_test): Add 'displaced' parameter, and use it.
4238 (top level): Check for displaced stepping support. Add displaced
4239 stepping on/off testing axis.
4240
4241 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4242
4243 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4244 pointer. Don't perform further tests on the unassociated pointer
4245 if the first test fails.
4246
4247 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4248
4249 * gdb.base/max-value-size.c: New file.
4250 * gdb.base/max-value-size.exp: New file.
4251 * gdb.base/huge.exp: Disable max-value-size for this test.
4252
4253 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4254
4255 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4256
4257 2016-01-28 Yao Qi <yao.qi@linaro.org>
4258
4259 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4260
4261 2016-01-25 Pedro Alves <palves@redhat.com>
4262
4263 PR threads/19461
4264 * gdb.base/fork-running-state.c: New file.
4265 * gdb.base/fork-running-state.exp: New file.
4266
4267 2016-01-25 Pedro Alves <palves@redhat.com>
4268
4269 PR gdb/19494
4270 * gdb.base/catch-fork-kill.c: New file.
4271 * gdb.base/catch-fork-kill.exp: New file.
4272
4273 2016-01-25 Pedro Alves <palves@redhat.com>
4274
4275 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4276 Delete, moved to lib/gdb.exp.
4277 * gdb.threads/forking-threads-plus-breakpoint.exp
4278 (foreach_with_prefix): Likewise.
4279 * gdb.threads/process-dies-while-handling-bp.exp
4280 (foreach_with_prefix): Likewise.
4281 * lib/gdb.exp (foreach_with_prefix): New procedure.
4282
4283 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4284
4285 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4286 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4287
4288 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4289
4290 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4291 endian targets.
4292
4293 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4294 Pedro Alves <palves@redhat.com>
4295
4296 Fix testsuite compatibility with Guile.
4297 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4298 number.
4299
4300 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4301
4302 Fix testsuite compatibility with Guile.
4303 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4304 (thread 1): New test for backtrace through signal handler.
4305
4306 2016-01-22 Yao Qi <yao.qi@linaro.org>
4307
4308 PR testsuite/19491
4309 * gdb.base/multi-forks.c: Include
4310 ../lib/unbuffer_output.c
4311 (main): Call gdb_unbuffer_output.
4312
4313 2016-01-21 Doug Evans <dje@google.com>
4314
4315 * lib/ada.exp (gdb_compile_ada): Fix typo.
4316
4317 2016-01-21 Joel Brobecker <brobecker@adacore.com>
4318
4319 * gdb.base/break-fun-addr.exp: New file.
4320 * gdb.base/break-fun-addr1.c: New file.
4321 * gdb.base/break-fun-addr2.c: New file.
4322
4323 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4324
4325 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4326 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4327 enum flag values.
4328
4329 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4330
4331 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4332 when GDB can not set the vector return value. Add more comments
4333 for clarification.
4334
4335 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4336
4337 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4338 command.
4339
4340 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4341
4342 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4343
4344 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4345
4346 * Makefile.in (check-single): Pass --status to runtest.
4347 (check/%.exp): Likewise.
4348
4349 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4350
4351 * Makefile.in (check-parallel): Propagate return code from make
4352 do-check-parallel.
4353
4354 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4355
4356 * gdb.trace/ftrace.exp: Fix expected message on continue.
4357 * gdb.trace/pending.exp: Fix expected message on continue.
4358 * gdb.trace/trace-break.exp: Fix expected message on continue.
4359
4360 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4361
4362 * lib/gdb.exp (gdb_test): Remove unused global references.
4363
4364 2016-01-18 Pedro Alves <palves@redhat.com>
4365
4366 * gdb.base/async-shell.exp: Adjust expected output.
4367 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4368 * gdb.base/siginfo-thread.exp: Adjust expected output.
4369 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4370 * gdb.java/jnpe.exp: Adjust expected output.
4371 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4372 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4373 * gdb.threads/leader-exit.exp: Adjust expected output.
4374 * gdb.threads/manythreads.exp: Adjust expected output.
4375 * gdb.threads/pthreads.exp: Adjust expected output.
4376 * gdb.threads/schedlock.exp: Adjust expected output.
4377 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4378 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4379 expected output.
4380 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4381 output.
4382 * gdb.threads/sigthread.exp: Adjust expected output.
4383 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4384
4385 2016-01-18 Yao Qi <yao.qi@linaro.org>
4386
4387 * gdb.guile/scm-section-script.c: Replace @progbits with
4388 %progbits.
4389 * gdb.python/py-section-script.c: Likewise.
4390
4391 2016-01-15 Pedro Alves <palves@redhat.com>
4392
4393 * gdb.multi/tids.exp: Test star wildcard ranges.
4394
4395 2016-01-15 Pedro Alves <palves@redhat.com>
4396
4397 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4398 command from "thread apply" invocation.
4399 (thr_apply_info_thr_invalid): Default the expected output to the
4400 input tid list.
4401 (top level): Add tests that use convenience variables. Add tests
4402 for "thread apply" with a valid TID list, but missing the command.
4403
4404 2016-01-13 Pedro Alves <palves@redhat.com>
4405
4406 * gdb.base/default.exp: Expect $_gthread as well.
4407 * gdb.multi/tids.exp: Test $_gthread.
4408 * gdb.threads/thread-specific.exp: Test $_gthread.
4409
4410 2016-01-13 Pedro Alves <palves@redhat.com>
4411
4412 * gdb.multi/tids.exp: Test "info threads -gid".
4413
4414 2016-01-13 Pedro Alves <palves@redhat.com>
4415
4416 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4417 Breakpoint.thread.
4418 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4419
4420 2016-01-07 Pedro Alves <palves@redhat.com>
4421
4422 * gdb.base/break.exp: Adjust to output changes.
4423 * gdb.base/hbreak2.exp: Likewise.
4424 * gdb.base/sepdebug.exp: Likewise.
4425 * gdb.base/watch_thread_num.exp: Likewise.
4426 * gdb.linespec/keywords.exp: Likewise.
4427 * gdb.multi/info-threads.exp: Likewise.
4428 * gdb.threads/thread-find.exp: Likewise.
4429 * gdb.multi/tids.c: New file.
4430 * gdb.multi/tids.exp: New file.
4431
4432 2016-01-13 Pedro Alves <palves@redhat.com>
4433
4434 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4435
4436 2016-01-13 Pedro Alves <palves@redhat.com>
4437
4438 * gdb.base/default.exp: Expect $_inferior as well.
4439 * gdb.multi/base.exp: Test $_inferior.
4440
4441 2016-01-13 Pedro Alves <palves@redhat.com>
4442
4443 PR breakpoints/19388
4444 * gdb.base/catch-signal-siginfo-cond.c: New file.
4445 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4446
4447 2016-01-12 Josh Stone <jistone@redhat.com>
4448 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4449
4450 * gdb.base/catch-syscall.c (do_execve): New variable.
4451 (main): Conditionally trigger an execve.
4452 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4453 (test_catch_syscall_execve): New, check entry/return across execve.
4454 (do_syscall_tests): Call test_catch_syscall_execve.
4455
4456 2016-01-12 Pedro Alves <palves@redhat.com>
4457
4458 * gdb.base/random-signal.exp (do_test): New procedure, with body
4459 of testcase moved in.
4460
4461 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4462 Pedro Alves <palves@redhat.com>
4463
4464 * gdb.base/funcargs.exp (finish from indirectly called function):
4465 Reintroduce the case for 'First'.
4466
4467 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4468 Pedro Alves <palves@redhat.com>
4469
4470 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4471 (tcatch_vfork_then_child_follow_exec)
4472 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4473 identification.
4474
4475 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4476
4477 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4478 and repeats to unlimited.
4479 * gdb.python/py-value.exp: Likewise.
4480 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4481 and repeats to unlimited.
4482
4483 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4484
4485 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4486 and reordering the functions.
4487 * gdb.multi/hangout.c: Likewise.
4488 * gdb.multi/hello.c: Likewise.
4489
4490 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4491
4492 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4493 absolute.
4494 (SingleStatisticTestResult.report): Use dict.keys instead of
4495 dict.iterkeys.
4496
4497 2016-01-06 Pedro Alves <palves@redhat.com>
4498
4499 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4500
4501 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4502
4503 * gdb.btrace/dlopen.exp: New.
4504 * gdb.btrace/dlopen.c: New.
4505 * gdb.btrace/dlopen-dso.c: New.
4506
4507 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4508
4509 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4510 PATTERN argument is optional.
4511
4512 2015-12-24 Joel Brobecker <brobecker@adacore.com>
4513
4514 * lib/ada.exp (target_compile_ada_from_dir): New function.
4515 (gdb_compile_ada): Reimplement avoiding the use of project files.
4516 * gdb.ada/gnat_ada.gpr: Delete.
4517 * gdb.ada/cond_lang.exp: Adjust test to make path before
4518 filename optional.
4519 * gdb.ada/small_reg_param.exp: Likewise.
4520
4521 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
4522
4523 * gdb.base/foll-vork.exp: Remove HP-UX special case.
4524
4525 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
4526
4527 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4528 case.
4529
4530 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
4531
4532 * gdb.base/break.exp: Remove dead code.
4533 * gdb.base/sepdebug.exp: Likewise.
4534
4535 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4536
4537 * gdb.asm/asm-source.exp: Remove HP-UX references.
4538 * gdb.base/annota1.exp: Likewise.
4539 * gdb.base/annota3.exp: Likewise.
4540 * gdb.base/attach.exp: Likewise.
4541 * gdb.base/bigcore.exp: Likewise.
4542 * gdb.base/break.exp: Likewise.
4543 * gdb.base/call-ar-st.exp: Likewise.
4544 * gdb.base/callfuncs.exp: Likewise.
4545 * gdb.base/catch-fork-static.exp: Likewise.
4546 * gdb.base/display.exp: Likewise.
4547 * gdb.base/foll-exec-mode.exp: Likewise.
4548 * gdb.base/foll-exec.exp: Likewise.
4549 * gdb.base/foll-fork.exp: Likewise.
4550 * gdb.base/foll-vfork.exp: Likewise.
4551 * gdb.base/funcargs.exp: Likewise.
4552 * gdb.base/hbreak2.exp: Likewise.
4553 * gdb.base/inferior-died.exp: Likewise.
4554 * gdb.base/interrupt.exp: Likewise.
4555 * gdb.base/multi-forks.exp: Likewise.
4556 * gdb.base/nodebug.exp: Likewise.
4557 * gdb.base/sepdebug.exp: Likewise.
4558 * gdb.base/solib1.c: Likewise.
4559 * gdb.base/step-test.exp: Likewise.
4560 * gdb.mi/non-stop.c: Likewise.
4561 * gdb.mi/pthreads.c: Likewise.
4562 * gdb.multi/bkpt-multi-exec.ex: Likewise.
4563 * gdb.threads/pthreads.c: Likewise.
4564 * gdb.threads/staticthreads.exp: Likewise.
4565 * lib/future.exp: Likewise.
4566 * lib/gdb.exp: Likewise.
4567 * gdb.base/so-indr-cl.c: Remove.
4568 * gdb.base/so-indr-cl.exp: Likewise.
4569 * gdb.base/solib.c: Likewise.
4570 * gdb.base/solib.exp: Likewise.
4571 * gdb.base/solib2.c: Likewise.
4572
4573 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4574
4575 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4576 * gdb.base/call-ar-st.exp: Likewise.
4577 * gdb.base/callfuncs.exp: Likewise.
4578 * gdb.base/condbreak.exp: Likewise.
4579 * gdb.base/constvars.exp: Likewise.
4580 * gdb.base/hbreak2.exp: Likewise.
4581 * gdb.base/langs.exp: Likewise.
4582 * gdb.base/list.exp: Likewise.
4583 * gdb.base/long_long.exp: Likewise.
4584 * gdb.base/ptype.exp: Likewise.
4585 * gdb.base/scope.exp: Likewise.
4586 * gdb.base/signals.exp: Likewise.
4587 * gdb.base/so-impl-ld.exp: Likewise.
4588 * gdb.base/varargs.exp: Likewise.
4589 * gdb.base/volatile.exp: Likewise.
4590 * gdb.base/whatis.exp: Likewise.
4591 * gdb.cp/cplusfuncs.exp: Likewise.
4592 * gdb.cp/inherit.exp: Likewise.
4593 * gdb.cp/local.exp: Likewise.
4594 * gdb.cp/member-ptr.exp: Likewise.
4595 * gdb.cp/method.exp: Likewise.
4596 * gdb.cp/overload.exp: Likewise.
4597 * gdb.cp/templates.exp: Likewise.
4598 * gdb.stabs/weird.exp: Likewise.
4599 * lib/compiler.c: Likewise.
4600 * lib/compiler.cc: Likewise.
4601 * lib/cp-support.exp: Likewise.
4602 * lib/gdb.exp: Likewise.
4603
4604 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
4605
4606 * configure.ac: Remove HP-UX case.
4607 * configure: Regenerate.
4608
4609 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
4610
4611 * lib/gdb.exp (gdb_compile): Add function doc.
4612
4613 2015-12-17 Pedro Alves <palves@redhat.com>
4614
4615 PR threads/19354
4616 * gdb.multi/info-threads.exp: New file.
4617
4618 2015-12-15 Yao Qi <yao.qi@linaro.org>
4619
4620 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4621 is aarch64*-*-*.
4622
4623 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4624
4625 * gdb.base/history-duplicates.exp: Skip if no readline support.
4626
4627 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4628
4629 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4630
4631 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4632
4633 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4634
4635 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4636
4637 * gdb.base/completion.exp: Skip tests that interrupt GDB with
4638 ctrl-C if nointerrupts target property is set.
4639 * gdb.base/double-prompt-target-event-error.exp: Likewise.
4640 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4641 * gdb.base/paginate-bg-execution.exp: Likewise.
4642 * gdb.base/paginate-execution-startup.exp: Likewise.
4643 * gdb.base/random-signal.exp: Likewise.
4644 * gdb.base/range-stepping.exp: Likewise.
4645 * gdb.cp/annota2.exp: Likewise.
4646 * gdb.cp/annota3.exp: Likewise.
4647 * gdb.gdb/selftest.exp: Likewise.
4648 * gdb.threads/continue-pending-status.exp: Likewise.
4649 * gdb.threads/leader-exit.exp: Likewise.
4650 * gdb.threads/manythreads.exp: Likewise.
4651 * gdb.threads/pthreads.exp: Likewise.
4652 * gdb.threads/schedlock.exp: Likewise.
4653 * gdb.threads/sigthread.exp: Likewise.
4654
4655 2015-12-11 Don Breazeal <donb@codesourcery.com>
4656
4657 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4658 remote.
4659 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4660 * gdb.base/foll-exec.exp (main): Enable for target remote.
4661 * gdb.base/foll-fork.exp (main): Likewise.
4662 * gdb.base/foll-vfork.exp (main): Likewise.
4663 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4664 (proc continue_to_exit_bp_loc): Use clean_restart.
4665 * gdb.base/pie-execl.exp (main): Disable for target remote.
4666 * gdb.base/watch-vfork.exp (main): Enable for target remote.
4667 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4668 * gdb.threads/execl.exp (main): Likewise.
4669 * gdb.threads/fork-child-threads.exp (main): Likewise.
4670 * gdb.threads/fork-plus-threads.exp (main): Disable for target
4671 remote.
4672 * gdb.threads/fork-thread-pending.exp (main): Enable for target
4673 remote.
4674 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4675 pid.tid style ptids, instead of just tid.
4676 * gdb.threads/thread-execl.exp (main): Enable for target remote.
4677 * gdb.threads/watchpoint-fork.exp (main): Likewise.
4678 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4679 ptids, instead of just tid.
4680
4681 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4682
4683 * gdb.base/list.exp (test_list_forward): Add end of file error
4684 test.
4685 (test_repeat_list_command): Add end of file error test.
4686 (test_list_backwards): Add beginning of file error test.
4687
4688 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4689
4690 * gdb.base/list.exp (test_list_invalid_args): New function,
4691 defined, and called.
4692
4693 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4694
4695 * gdb.base/list.exp (test_list): Make test names unique.
4696
4697 2015-12-11 Yao Qi <yao.qi@linaro.org>
4698
4699 * gdb.base/coremaker2.c: Remove.
4700
4701 2015-12-10 Pedro Alves <palves@redhat.com>
4702
4703 * gdb.multi/base.exp: Remove stale "spaces" references.
4704
4705 2015-12-10 Pedro Alves <palves@redhat.com>
4706
4707 * gdb.multi/base.exp: Don't use nowarnings.
4708 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
4709 * gdb.multi/hangout.c: Include stdio.h.
4710 * gdb.multi/hello.c: Include stdlib.h.
4711 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
4712 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
4713 * gdb.multi/multi-arch.exp: Don't use nowarnings.
4714
4715 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
4716
4717 * gdb.dwarf2/dw2-ranges-base.c: New file.
4718 * gdb.dwarf2/dw2-ranges-base.exp: New file.
4719 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
4720 support additional line table, and debug ranges generation.
4721 (Dwarf::ranges): New function, generate .debug_ranges.
4722 (Dwarf::lines): Support generating simple line table programs.
4723 (Dwarf::assemble): Initialise new namespace variables.
4724
4725 2015-12-09 Kevin Buettner <kevinb@redhat.com>
4726
4727 * gdb.base/async.exp (proc test_background): Add case for
4728 asynchronous execution not supported.
4729
4730 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
4731
4732 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
4733 format and change test names to make them unique.
4734
4735 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
4736 Pedro Alves <pedro@redhat.com>
4737
4738 PR gdb/18702
4739 Add checking of floatformats setup on x86_64 hosts.
4740 * gdb.arch/i386-float.S (main): Load bigval and smallval.
4741 (smallval, bigval): New labels/constants.
4742 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
4743 float" after loading bigval and smallval.
4744
4745 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
4746
4747 * gdb.ada/fun_overload_menu.exp: New testcase.
4748 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
4749
4750 2015-12-04 Josh Stone <jistone@redhat.com>
4751
4752 * gdb.base/catch-fork-static.exp: New.
4753
4754 2015-12-03 Yao Qi <yao.qi@linaro.org>
4755
4756 * gdb.base/sizeof.c: Don't include stdio.h and
4757 ../lib/unbuffer_output.c.
4758 (main): New variable 'size' and 'value'. Remove printf and
4759 gdb_unbuffer_output. Assign return value to size and value.
4760 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
4761 at the beginning.
4762 (check_sizeof): Check the result by printing variable 'size'.
4763 (check_valueof): Check the result by printing variable 'value'.
4764
4765 2015-12-01 Yao Qi <yao.qi@linaro.org>
4766
4767 * gdb.base/disp-step-syscall.exp: Define syscall instruction
4768 for aarch64*-*-linux* target.
4769
4770 2015-11-30 Pedro Alves <palves@redhat.com>
4771
4772 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
4773
4774 2015-11-30 Pedro Alves <palves@redhat.com>
4775
4776 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
4777 Handle non-stop mode vCont replies.
4778
4779 2015-11-30 Pedro Alves <palves@redhat.com>
4780
4781 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
4782 prepare_for_testing. Start gdb with "set non-stop on" appended to
4783 GDBFLAGS. Lax expected stop output.
4784
4785 2015-11-27 Yao Qi <yao.qi@linaro.org>
4786
4787 * gdb.arch/arm-neon.exp: New.
4788 * gdb.arch/arm-neon.c: New.
4789
4790 2015-11-27 Yao Qi <yao.qi@linaro.org>
4791
4792 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
4793
4794 2015-11-27 Yao Qi <yao.qi@linaro.org>
4795
4796 * gdb.cp/annota2.exp: Allow multiple occurrences of the
4797 frames-invalid annotation.
4798
4799 2015-11-27 Yao Qi <yao.qi@linaro.org>
4800
4801 * gdb.cp/annota2.exp: Use ${frames_invalid}.
4802
4803 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
4804
4805 * gdb.threads/names.exp: New file.
4806 * gdb.threads/names.c: New file.
4807 * README: Mention gdb,no_thread_names.
4808
4809 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
4810
4811 PR 19297
4812 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
4813 support" error.
4814
4815 2015-11-24 Pedro Alves <palves@redhat.com>
4816
4817 PR 17539
4818 * gdb.base/display.exp: Expect displays to be sorted in ascending
4819 order. Use multi_line.
4820 * gdb.base/solib-display.exp: Likewise.
4821
4822 2015-11-24 Pedro Alves <palves@redhat.com>
4823
4824 PR 17539
4825 * gdb.base/display.exp: Expect displays to be sorted in ascending
4826 order. Use multi_line.
4827 * gdb.base/solib-display.exp: Likewise.
4828
4829 2015-11-24 Pedro Alves <palves@redhat.com>
4830
4831 PR 17539
4832 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
4833 threads in ascending order.
4834 * gdb.base/foll-fork.exp: Likewise.
4835 * gdb.base/foll-vfork.exp: Likewise.
4836 * gdb.base/multi-forks.exp: Likewise.
4837 * gdb.mi/mi-nonstop.exp: Likewise.
4838 * gdb.mi/mi-nsintrall.exp: Likewise.
4839 * gdb.multi/base.exp: Likewise.
4840 * gdb.multi/multi-arch.exp: Likewise.
4841 * gdb.python/py-inferior.exp: Likewise.
4842 * gdb.threads/break-while-running.exp: Likewise.
4843 * gdb.threads/execl.exp: Likewise.
4844 * gdb.threads/gcore-thread.exp: Likewise.
4845 * gdb.threads/info-threads-cur-sal.exp: Likewise.
4846 * gdb.threads/kill.exp: Likewise.
4847 * gdb.threads/linux-dp.exp: Likewise.
4848 * gdb.threads/multiple-step-overs.exp: Likewise.
4849 * gdb.threads/next-bp-other-thread.exp: Likewise.
4850 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
4851 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
4852 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
4853 * gdb.threads/thread-find.exp: Likewise.
4854 * gdb.threads/tls.exp: Likewise.
4855 * lib/mi-support.exp (mi_reverse_list): Delete.
4856 (mi_check_thread_states): No longer reverse list.
4857
4858 2015-11-24 Pedro Alves <palves@redhat.com>
4859
4860 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
4861 use lowercase.
4862
4863 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4864
4865 * gdb.trace/actions.c: Include trace-common.h.
4866 (main): Add a location for a fast tracepoint.
4867 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
4868 the normal tracepoints.
4869 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
4870
4871 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4872
4873 * save-trace.exp: Factor out code to these...
4874 (gdb_save_tracepoints): New.
4875 (gdb_load_tracepoints): New.
4876 (do_save_load_test): New.
4877
4878 2015-11-23 Kevin Buettner <kevinb@redhat.com>
4879
4880 * gdb.base/asmlabel.exp: New test.
4881 * gdb.base/asmlabel.c: New test case.
4882
4883 2015-11-23 Joel Brobecker <brobecker@adacore.com>
4884
4885 * gdb.base/wrong_frame_bt_full-main.c: New file.
4886 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
4887 * gdb.base/wrong_frame_bt_full.exp: New file.
4888
4889 2015-11-23 Joel Brobecker <brobecker@adacore.com>
4890
4891 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
4892
4893 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4894
4895 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
4896 pstate register when comparing registers values in
4897 sparc64-*-linux-gnu targets to avoid spurious differences.
4898
4899 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4900
4901 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
4902
4903 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
4904
4905 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
4906 as type argument to gdb_compile.
4907 * gdb.base/nested-subp2.exp: Likewise.
4908 * gdb.base/nested-subp3.exp: Likewise.
4909
4910 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
4911
4912 * lib/dwarf.exp (_note): Fix left shift of negative value.
4913 * gdb.trace/trace-condition.exp: Likewise.
4914
4915 2015-11-13 Yao Qi <yao.qi@linaro.org>
4916
4917 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
4918 comments about d10v.
4919 (test_scalar_returns): Likewise.
4920 * gdb.base/d10v.ld: Remove.
4921 * gdb.base/overlays.exp: Remove the target triplet checking for
4922 d10v-*-*.
4923 * gdb.base/structs.exp (test_struct_returns): Remove the
4924 comments about d10v.
4925 (test_struct_calls): Likewise.
4926
4927 2015-11-13 Yao Qi <yao.qi@linaro.org>
4928
4929 * gdb.base/gnu_vector.exp: Check the return value by "p res".
4930 * gdb.base/gnu_vector.c: Don't include stdio.h.
4931 (main): Don't print res and call add_some_intvecs.
4932
4933 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
4934
4935 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
4936 macro.
4937 (func5): Removed.
4938 (func4): Use FAST_TRACEPOINT_LABEL.
4939 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
4940 macro.
4941 (func): Removed.
4942 (thread_function): Use FAST_TRACEPOINT_LABEL.
4943 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
4944 (func): Remove.
4945 (marker): Use FAST_TRACEPOINT_LABEL.
4946 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
4947 (pendfunc1): Remove.
4948 (pendfunc): Use FAST_TRACEPOINT_LABEL.
4949 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
4950 (foo): Remove.
4951 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
4952 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
4953 macro.
4954 (func): Remove.
4955 (marker): Use FAST_TRACEPOINT_LABEL.
4956 * gdb.trace/trace-common.h: New header.
4957 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
4958 macro.
4959 (func): Remove.
4960 (marker): Use FAST_TRACEPOINT_LABEL.
4961 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
4962 (func): Remove.
4963 (thread_function): Use FAST_TRACEPOINT_LABEL.
4964
4965 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
4966
4967 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
4968 in front.
4969 * gdb.trace/change-loc.exp: Use global pcreg definition.
4970 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
4971 * gdb.trace/entry-values.exp: Use global spreg definition, add $
4972 in front.
4973 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
4974 * gdb.trace/pending.exp: Likewise.
4975 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
4976 * gdb.trace/trace-break.exp: Likewise.
4977 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
4978 in front.
4979 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
4980 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
4981 in front.
4982 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
4983
4984 2015-11-09 Joel Brobecker <brobecker@adacore.com>
4985
4986 * gdb.ada/fin_fun_out: New testcase.
4987
4988 2015-11-07 Kevin Buettner <kevinb@redhat.com>
4989
4990 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
4991 value associated with DW_AT_byte_size.
4992 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
4993 constants for DW_AT_byte_size, DW_AT_lower_bound, and
4994 DW_AT_upper_bound.
4995
4996 2015-11-07 Kevin Buettner <kevinb@redhat.com>
4997
4998 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
4999 (gdb_target_symbol_prefix_flags): Define in terms of _asm
5000 version.
5001 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
5002 gdb.dwarf2/dw2-canonicalize-type.exp,
5003 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
5004 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
5005 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
5006 provided by gdb_target_symbol_prefix_flags_asm.
5007 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
5008 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
5009 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
5010 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
5011 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
5012 macros where needed). Use this macro for symbols which require
5013 the prefix provided by SYMBOL_PREFIX.
5014
5015 2015-11-05 Kevin Buettner <kevinb@redhat.com>
5016
5017 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
5018 New procs.
5019 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
5020 representing expressions, of more than one list element.
5021 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
5022 to prepend linker symbol prefix to f.
5023 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
5024 table_1 and table_2.
5025 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
5026 Likewise, for f and g.
5027 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
5028 for ptr.
5029 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
5030 for main.
5031 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
5032 table_1_ptr and table_2_ptr.
5033
5034 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5035 Joel Brobecker <brobecker@adacore.com>
5036
5037 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
5038
5039 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
5040
5041 * gdb.reverse/s390-mvcle.c: New test.
5042 * gdb.reverse/s390-mvcle.exp: New file.
5043 * lib/gdb.exp: Enable reverse tests on s390*-linux.
5044
5045 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5046
5047 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
5048
5049 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5050
5051 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
5052 reaching marker2.
5053 * gdb.reverse/getresuid-reverse.exp: Likewise.
5054 * gdb.reverse/pipe-reverse.exp: Likewise.
5055 * gdb.reverse/readv-reverse.exp: Likewise.
5056 * gdb.reverse/recvmsg-reverse.exp: Likewise.
5057 * gdb.reverse/time-reverse.exp: Likewise.
5058 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
5059
5060 2015-10-30 Yao Qi <yao.qi@linaro.org>
5061
5062 * gdb.threads/wp-replication.c (watch_count_done): Remove.
5063 (empty_cycle): Remove.
5064 (main): Don't call empty_cycle. Don't use watch_count_done.
5065 * gdb.threads/wp-replication.exp: Don't set breakpoint on
5066 empty_cycle. Rewrite the code counting HW watchpoints.
5067
5068 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
5069
5070 * gdb.reverse/fstatat-reverse.c: New test.
5071 * gdb.reverse/fstatat-reverse.exp: New file.
5072 * gdb.reverse/getresuid-reverse.c: New test.
5073 * gdb.reverse/getresuid-reverse.exp: New file.
5074 * gdb.reverse/pipe-reverse.c: New test.
5075 * gdb.reverse/pipe-reverse.exp: New file.
5076 * gdb.reverse/readv-reverse.c: New test.
5077 * gdb.reverse/readv-reverse.exp: New file.
5078 * gdb.reverse/recvmsg-reverse.c: New test.
5079 * gdb.reverse/recvmsg-reverse.exp: New file.
5080 * gdb.reverse/time-reverse.c: New test.
5081 * gdb.reverse/time-reverse.exp: New file.
5082 * gdb.reverse/waitpid-reverse.c: New test.
5083 * gdb.reverse/waitpid-reverse.exp: New file.
5084
5085 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5086
5087 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
5088
5089 2015-10-26 Doug Evans <dje@google.com>
5090
5091 PR symtab/17391
5092 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
5093 * gdb.dwarf2/bad-regnum.c: New file.
5094 * gdb.dwarf2/bad-regnum.exp: New file.
5095
5096 2015-10-26 Doug Evans <dje@google.com>
5097
5098 PR python/18938
5099 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5100 file.
5101
5102 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5103
5104 * gdb.compile/compile.exp (compile code globalvar): Update expectation
5105 for a change by "Mention language in compile error message".
5106
5107 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
5108
5109 PR python/18073
5110 * gdb.python/py-type.c (C::a_method): New.
5111 (C::a_const_method): New.
5112 (C::a_static_method): New.
5113 (a_function): New.
5114 * gdb.python/py-type.exp (test_fields): Test getting fields
5115 from function and method.
5116
5117 2015-10-21 Keven Boell <keven.boell@intel.com>
5118
5119 * gdb.fortran/vla-alloc-assoc.exp: New file.
5120 * gdb.fortran/vla-datatypes.exp: New file.
5121 * gdb.fortran/vla-datatypes.f90: New file.
5122 * gdb.fortran/vla-history.exp: New file.
5123 * gdb.fortran/vla-ptype-sub.exp: New file.
5124 * gdb.fortran/vla-ptype.exp: New file.
5125 * gdb.fortran/vla-sizeof.exp: New file.
5126 * gdb.fortran/vla-sub.f90: New file.
5127 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
5128 * gdb.fortran/vla-value-sub-finish.exp: New file.
5129 * gdb.fortran/vla-value-sub.exp: New file.
5130 * gdb.fortran/vla-value.exp: New file.
5131 * gdb.fortran/vla-ptr-info.exp: New file.
5132 * gdb.mi/mi-vla-fortran.exp: New file.
5133 * gdb.mi/vla.f90: New file.
5134
5135 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
5136
5137 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
5138 of hardwired timeout value.
5139
5140 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5141 Pedro Alves <palves@redhat.com>
5142
5143 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5144 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
5145
5146 2015-10-19 Josh Stone <jistone@redhat.com>
5147
5148 * gdb.base/catch-syscall.c: Include <sched.h>.
5149 (unknown_syscall): New variable.
5150 (main): Trigger a vfork and an unknown syscall.
5151 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5152 (unknown_syscall_number): Likewise.
5153 (check_call_to_syscall): Accept an optional syscall pattern.
5154 (check_return_from_syscall): Likewise.
5155 (check_continue): Likewise.
5156 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5157 (test_catch_syscall_skipping_return): New test toggling off 'catch
5158 syscall' to step over the syscall return, then toggling back on.
5159 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5160 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5161 (do_syscall_tests): Call test_catch_syscall_without_args and
5162 test_catch_syscall_mid_vfork.
5163 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5164 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5165
5166 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
5167
5168 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5169 print g_vE): Add new pass patterns.
5170 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5171 print various symbol names for vptr fields.
5172
5173 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
5174
5175 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5176 results.
5177
5178 2015-10-12 Yao Qi <yao.qi@linaro.org>
5179
5180 * gdb.arch/disp-step-insn-reloc.exp: New test case.
5181
5182 2015-10-12 Yao Qi <yao.qi@linaro.org>
5183
5184 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5185 is aarch64*-*-linux*.
5186
5187 2015-10-12 Yao Qi <yao.qi@linaro.org>
5188
5189 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5190 (can_relocate_bcond_true): ... it.
5191 (can_relocate_bcond_false): New function.
5192 (foo): Likewise.
5193 (can_relocate_bl): Likewise.
5194 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5195 can_relocate_bl.
5196
5197 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
5198
5199 * gdb.base/nested-addr.c: New file.
5200 * gdb.base/nested-addr.exp: New testcase.
5201
5202 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
5203
5204 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5205 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5206 its output. Ignore the output of "record goto begin" and instead
5207 check that GDB is replaying.
5208
5209 2015-10-09 Pedro Alves <palves@redhat.com>
5210
5211 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5212 (top level): Use it in the run with no args test.
5213
5214 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5215
5216 * gdb.dlang/properties.exp: New file.
5217
5218 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5219
5220 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5221 whether or not address 0x1000 is mapped on the target.
5222
5223 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5224
5225 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5226 build.
5227
5228 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5229
5230 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5231 instruction-history test.
5232
5233 2015-09-28 Doug Evans <dje@google.com>
5234
5235 * gdb.base/gcore.c (array_func): Add reference to static_array.
5236
5237 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5238
5239 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5240 source line.
5241
5242 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5243
5244 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5245 short or char as base type.
5246
5247 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5248
5249 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5250 to allow any size enum.
5251
5252 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5253
5254 * gdb.ada/array_ptr_renaming.exp: New testcase.
5255 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5256 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5257
5258 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5259
5260 * gdb.trace/ftrace-lock.c: New file.
5261 * gdb.trace/ftrace-lock.exp: New file.
5262
5263 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5264
5265 * gdb.arch/insn-reloc.c: New file.
5266 * gdb.arch/ftrace-insn-reloc.exp: New file.
5267
5268 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5269
5270 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5271 instruction.
5272 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5273 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5274 * gdb.trace/range-stepping.c: Likewise.
5275 * gdb.trace/trace-break.c: Likewise.
5276 * gdb.trace/trace-mt.c (thread_function): Likewise.
5277 * gdb.trace/ftrace.c (marker): Likewise.
5278 * gdb.trace/trace-condition.c (marker): Likewise.
5279 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5280 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5281 is_aarch64_target.
5282
5283 2015-09-18 Doug Evans <xdje42@gmail.com>
5284
5285 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5286 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5287
5288 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5289
5290 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5291 the breakpoint.
5292
5293 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5294
5295 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5296 the pending breakpoint. Remove timeout override for "Run till
5297 MI pending breakpoint on pendfunc3 on thread 2" test.
5298
5299 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5300
5301 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5302 filename pattern.
5303
5304 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5305
5306 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5307 in breakpoint filename pattern.
5308
5309 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5310
5311 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5312
5313 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5314
5315 * gdb.linespec/explicit.exp: Check for readline support for
5316 tab-completion tests. Fix obvious typo.
5317
5318 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5319
5320 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5321 and replay.
5322
5323 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5324
5325 * gdb.btrace/non-stop.c: New.
5326 * gdb.btrace/non-stop.exp: New.
5327
5328 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5329 Yao Qi <yao.qi@linaro.org>
5330
5331 * gdb.trace/trace-condition.c: New file.
5332 * gdb.trace/trace-condition.exp: New file.
5333
5334 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
5335
5336 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5337 for testing bytecode compilation.
5338
5339 2015-09-16 Pedro Alves <palves@redhat.com>
5340 Sandra Loosemore <sandra@codesourcery.com>
5341
5342 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5343 (SECONDS): Redefine.
5344 (main): Call pthread_kill and alarm early.
5345 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5346 support.
5347 (test): If the target can't hardware step and doesn't support
5348 displaced stepping, increase the timeout.
5349
5350 2015-09-16 Pedro Alves <palves@redhat.com>
5351
5352 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5353 (enable_debug): New procedures.
5354 (test): Use them. Bail out if waiting for threads fails.
5355 (top level): Bail out if a test fails.
5356
5357 2015-09-16 Yao Qi <yao.qi@linaro.org>
5358
5359 * gdb.asm/asm-source.exp: Set asm-arch for
5360 aarch64*-*-* target.
5361 * gdb.asm/aarch64.inc: New file.
5362
5363 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5364
5365 * gdb.ada/array_of_variable_length.exp: New testcase.
5366 * gdb.ada/array_of_variable_length/foo.adb: New file.
5367 * gdb.ada/array_of_variable_length/pck.adb: New file.
5368 * gdb.ada/array_of_variable_length/pck.ads: New file.
5369
5370 2015-09-15 Doug Evans <dje@google.com>
5371
5372 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5373 of function static local variable.
5374
5375 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5376
5377 * gdb.threads/tls-so_extern.exp: New test file.
5378 * gdb.threads/tls-so_extern.c: New test file.
5379 * gdb.threads/tls-so_extern_main.c: New test file.
5380
5381 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5382
5383 * gdb.opt/solib-intra-step-lib.c: New file.
5384 * gdb.opt/solib-intra-step-main.c: New file.
5385 * gdb.opt/solib-intra-step.exp: New file.
5386
5387 2015-09-15 Pedro Alves <palves@redhat.com>
5388
5389 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5390 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5391
5392 2015-09-14 Pedro Alves <palves@redhat.com>
5393
5394 * gdb.base/hook-stop-continue.c: Delete.
5395 * gdb.base/hook-stop-continue.exp: Delete.
5396 * gdb.base/hook-stop-frame.c: Delete.
5397 * gdb.base/hook-stop-frame.exp: Delete.
5398 * gdb.base/hook-stop.c: New file.
5399 * gdb.base/hook-stop.exp: New file.
5400
5401 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5402
5403 * gdb.ada/access_to_packed_array.exp: New testcase.
5404 * gdb.ada/access_to_packed_array/foo.adb: New file.
5405 * gdb.ada/access_to_packed_array/pack.adb: New file.
5406 * gdb.ada/access_to_packed_array/pack.ads: New file.
5407
5408 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5409
5410 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5411 buffer size test.
5412
5413 2015-09-11 Don Breazeal <donb@codesourcery.com>
5414
5415 * gdb.base/foll-exec.c: Add copyright header. Fix
5416 formatting issues.
5417 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5418 (do_exec_tests): Use clean_restart in place of zap_session,
5419 and for test initialization. Fix formatting issues. Use
5420 fail in place of perror.
5421 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5422 an expect statement to match an expression with output from
5423 the program under debug.
5424 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5425 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5426 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5427 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5428 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5429
5430 2015-09-09 Doug Evans <dje@google.com>
5431
5432 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5433
5434 2015-09-09 Doug Evans <dje@google.com>
5435
5436 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5437
5438 2015-09-09 Doug Evans <dje@google.com>
5439
5440 * gdb.base/savedregs.exp: Fix typo.
5441
5442 2015-09-09 Pedro Alves <palves@redhat.com>
5443
5444 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5445
5446 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5447
5448 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5449 command actually switches threads. Give up on remaining
5450 tests if target fails to stop at breakpoint.
5451
5452 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5453
5454 * gdb.ada/funcall_char.exp: New testcase.
5455 * gdb.ada/funcall_char/foo.adb: New file.
5456
5457 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5458
5459 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5460 expected outputs. Add two testcases for completing ambiguous
5461 functions.
5462 * gdb.ada/complete/aux_pck.adb: New file.
5463 * gdb.ada/complete/aux_pck.ads: New file.
5464 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5465 Ambiguous_Func functions.
5466 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5467 * gdb.ada/complete/pck.adb: Likewise.
5468
5469 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5470
5471 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5472 failures to run the test program under GDB.
5473
5474 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
5475
5476 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5477 to C.
5478
5479 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5480
5481 * gdb.base/run-after-attach.exp: New test file.
5482 * gdb.base/run-after-attach.c: New test file.
5483
5484 2015-08-26 Don Breazeal <donb@codesourcery.com>
5485
5486 * gdb.base/foll-exec-2.c: New test program.
5487 * gdb.base/foll-exec-2.exp: New test.
5488
5489 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5490
5491 * gdb.base/nested-subp1.exp: New file.
5492 * gdb.base/nested-subp1.c: New file.
5493 * gdb.base/nested-subp2.exp: New file.
5494 * gdb.base/nested-subp2.c: New file.
5495 * gdb.base/nested-subp3.exp: New file.
5496 * gdb.base/nested-subp3.c: New file.
5497
5498 2015-08-24 Pedro Alves <palves@redhat.com>
5499
5500 * gdb.server/connect-without-multi-process.c: New file.
5501 * gdb.server/connect-without-multi-process.exp: New file.
5502
5503 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5504
5505 * gdb.opt/inline-markers.c: Make z int.
5506
5507 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5508
5509 * gdb.opt/inline-markers.c: Make z volatile.
5510
5511 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5512
5513 * gdb.opt/inline-bt.c: New volatile global z.
5514 * gdb.opt/inline-cmds.c: Likewise.
5515 * gdb.opt/inline-locals.c: Likewise.
5516 * gdb.opt/inline-markers.c: New extern global z.
5517 (marker): Use z.
5518 (inline_fn): Likewise.
5519
5520 2015-08-24 Pedro Alves <palves@redhat.com>
5521
5522 * config/m32r-stub.exp: Remove file.
5523 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5524 * gdb.base/call-rt-st.exp: Likewise.
5525 * gdb.base/call-strs.exp: Likewise.
5526 * gdb.base/default.exp: Remove references to h8300-*-hms and
5527 *-*-udi*.
5528 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5529
5530 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5531
5532 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5533 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
5534 and "return" use KFAIL when GDB can not read/write the vector
5535 return value.
5536
5537 2015-08-21 Gary Benson <gbenson@redhat.com>
5538
5539 * gdb.trace/pending.exp: Cope with remote transfer warnings.
5540
5541 2015-08-20 Pedro Alves <palves@redhat.com>
5542
5543 * gdb.server/solib-list.exp: No longer expect an interior stop in
5544 non-stop mode.
5545
5546 2015-08-20 Pedro Alves <palves@redhat.com>
5547
5548 * gdb.server/connect-stopped-target.c: New file.
5549 * gdb.server/connect-stopped-target.exp: New file.
5550
5551 2015-08-20 Pedro Alves <palves@redhat.com>
5552
5553 * gdb.dwarf2/comp-unit-lang.exp: New file.
5554 * gdb.dwarf2/comp-unit-lang.c: New file.
5555
5556 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
5557
5558 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5559 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5560
5561 2015-08-19 Kevin Buettner <kevinb@redhat.com>
5562
5563 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5564 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5565
5566 2015-08-18 Doug Evans <dje@google.com>
5567 Adrian Sendroiu <adrian.sendroiu@freescale.com>
5568
5569 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5570 skip_python_tests. New arg prompt_regexp.
5571 (skip_python_tests): New function.
5572 * lib/mi-support.exp (mi_skip_python_tests): New function.
5573 * gdb.python/py-mi-objfile-gdb.py: New file.
5574 * gdb.python/py-mi-objfile.c: New file.
5575 * gdb.python/py-mi-objfile.exp: New file.
5576
5577 2015-08-17 Keith Seitz <keiths@redhat.com>
5578
5579 * gdb.linespec/explicit.exp: Move strace test from here ...
5580 * gdb.trace/strace.exp: ... to here.
5581
5582 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
5583
5584 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5585 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5586
5587 2015-08-14 Doug Evans <xdje42@gmail.com>
5588
5589 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5590 inferior before selecting a new file.
5591
5592 2015-08-14 Doug Evans <xdje42@gmail.com>
5593
5594 * gdb.mi/mi-disassemble.exp: Update.
5595 * gdb.base/disasm-optim.S: New file.
5596 * gdb.base/disasm-optim.c: New file.
5597 * gdb.base/disasm-optim.h: New file.
5598 * gdb.base/disasm-optim.exp: New file.
5599
5600 2015-08-14 Keith Seitz <keiths@redhat.com>
5601
5602 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5603 "evaluated-by".
5604
5605 2015-08-13 Joel Brobecker <brobecker@adacore.com>
5606
5607 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5608
5609 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
5610
5611 * gdb.ada/fun_renaming.exp: New testcase.
5612 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5613 * gdb.ada/fun_renaming/pack.adb: New file.
5614 * gdb.ada/fun_renaming/pack.ads: New file.
5615
5616 2015-08-12 Keith Seitz <keiths@redhat.com>
5617
5618 * gdb.base/dso2dso.exp: Pass basename of source file in call to
5619 gdb_get_line_number.
5620
5621 2015-08-12 Joel Brobecker <brobecker@adacore.com>
5622
5623 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5624 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5625 gdb.base/dso2dso.exp: New files.
5626
5627 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
5628 Pedro Alves <palves@redhat.com>
5629 Keith Seitz <keiths@redhat.com>
5630
5631 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5632 GDBFLAGS.
5633
5634 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5635
5636 * gdb.base/gdbhistsize-history.exp
5637 (test_histsize_history_setting): Use save_vars.
5638 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5639 Use save_vars.
5640 (test_no_truncation_of_unlimited_history_file): Use save_vars.
5641 * gdb.base/readline.exp: Use save_vars.
5642
5643 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5644
5645 * lib/gdb.exp (save_vars): New proc.
5646
5647 2015-08-11 Keith Seitz <keiths@redhat.com>
5648
5649 * gdb.base/help.exp: Update help_breakpoint_text.
5650
5651 2015-08-11 Keith Seitz <keiths@redhat.com>
5652
5653 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5654 (at toplevel): Call test_explicit_breakpoints.
5655 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5656 breakpoints.
5657 * lib/mi-support.exp (mi_make_breakpoint): Add support for
5658 breakpoint conditions, "-cond".
5659
5660 2015-08-11 Keith Seitz <keiths@redhat.com>
5661
5662 * gdb.linespec/3explicit.c: New file.
5663 * gdb.linespec/cpexplicit.cc: New file.
5664 * gdb.linespec/cpexplicit.exp: New file.
5665 * gdb.linespec/explicit.c: New file.
5666 * gdb.linespec/explicit.exp: New file.
5667 * gdb.linespec/explicit2.c: New file.
5668 * gdb.linespec/ls-errs.exp: Add explicit location tests.
5669 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5670 before using in the matching pattern.
5671 Clarify that `prefix' is a regular expression.
5672
5673 2015-08-11 Keith Seitz <keiths@redhat.com>
5674
5675 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5676 test.
5677 Add tests for missing ",FMT" and ",".
5678
5679 2015-08-10 Doug Evans <dje@google.com>
5680 Keith Seitz <keiths@redhat.com>
5681
5682 PR gdb/17960
5683 * gdb.base/completion.exp: Add location completer tests.
5684
5685 2015-08-07 Pedro Alves <palves@redhat.com>
5686
5687 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
5688 tests here.
5689 (top level): Run do_test with and without displaced stepping.
5690
5691 2015-08-07 Pedro Alves <palves@redhat.com>
5692
5693 * gdb.base/valgrind-disp-step.c: New file.
5694 * gdb.base/valgrind-disp-step.exp: New file.
5695
5696 2015-08-07 Pedro Alves <palves@redhat.com>
5697
5698 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
5699 Delete function.
5700 (main): Add alarm. Run an infinite loop instead of calling
5701 wait_threads.
5702 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
5703 comment.
5704 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
5705 Delete function.
5706 (main): Add alarm. Run an infinite loop instead of calling
5707 wait_threads.
5708 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
5709 comment.
5710
5711 2015-08-07 Pedro Alves <palves@redhat.com>
5712
5713 * gdb.base/checkpoint-ns.exp: New file.
5714 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
5715 standard_testfile.
5716
5717 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5718
5719 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
5720 * gdb.btrace/instruction_history.exp: Update.
5721 * gdb.btrace/tsx.exp: New.
5722 * gdb.btrace/tsx.c: New.
5723
5724 2015-08-06 Pedro Alves <palves@redhat.com>
5725
5726 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
5727 increase timeout.
5728 * gdb.reverse/until-precsave.exp: Bump timeouts.
5729
5730 2015-08-06 Pedro Alves <palves@redhat.com>
5731
5732 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
5733
5734 2015-08-06 Pedro Alves <palves@redhat.com>
5735
5736 PR gdb/18749
5737 * gdb.threads/process-dies-while-handling-bp.c: New file.
5738 * gdb.threads/process-dies-while-handling-bp.exp: New file.
5739
5740 2015-08-06 Pedro Alves <palves@redhat.com>
5741
5742 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
5743 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
5744
5745 2015-08-05 Pedro Alves <palves@redhat.com>
5746
5747 * gdb.threads/next-while-other-thread-longjmps.c: New file.
5748 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
5749
5750 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5751
5752 * gdb.base/bp-permanent.exp: Report test as unsupported if
5753 the target cannot stop at the permanent breakpoint.
5754
5755 2015-08-03 Doug Evans <dje@google.com>
5756
5757 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
5758 10000.
5759
5760 2015-08-03 Doug Evans <dje@google.com>
5761
5762 * Makefile.in (workers/%.worker, build-perf): New rule.
5763 (GDB_PERFTEST_MODE): New variable.
5764 (check-perf): Use it.
5765 (clean): Clean up gdb.perf parallel build subdirs.
5766 * lib/build-piece.exp: New file.
5767 * lib/gdb.exp (make_gdb_parallel_path): New function
5768 (standard_output_file, standard_temp_file): Call it.
5769 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5770 of $GDB_PARALLEL.
5771 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
5772
5773 2015-08-03 Doug Evans <dje@google.com>
5774
5775 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
5776 (LOG_FILE_NAME): New global.
5777 (TextReporter.__init__): Initialize self.txt_sum.
5778 (TextReporter.report): Add support for multiple data-points.
5779 Move report to perftest.sum, put raw data in perftest.log.
5780 (TextReporter.start): Open sum and log files.
5781 (TextReporter.end): Close sum and log files.
5782 * gdb.perf/lib/perftest/testresult.py
5783 (SingleStatisticTestResult.record): Handle multiple data-points.
5784
5785 2015-07-31 Pedro Alves <palves@redhat.com>
5786
5787 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
5788 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5789 kill_wait_spawned_process instead of explicit "kill -9".
5790 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
5791 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5792 kill_wait_spawned_process.
5793 * gdb.base/attach-twice.exp: Likewise.
5794 * gdb.base/attach.exp: Likewise.
5795 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
5796 gdb_test_multiple.
5797 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
5798 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5799 kill_wait_spawned_process.
5800 * gdb.base/valgrind-infcall.exp: Likewise.
5801 * gdb.multi/multi-attach.exp: Likewise.
5802 * gdb.python/py-prompt.exp: Likewise.
5803 * gdb.python/py-sync-interp.exp: Likewise.
5804 * gdb.server/ext-attach.exp: Likewise.
5805 * gdb.threads/attach-into-signal.exp (corefunc): Use
5806 spawn_wait_for_attach, spawn_id_get_pid and
5807 kill_wait_spawned_process.
5808 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
5809 spawn_wait_for_attach returning a spawn id instead of a pid. Use
5810 spawn_id_get_pid and kill_wait_spawned_process.
5811 * gdb.threads/attach-stopped.exp (corefunc): Use
5812 spawn_wait_for_attach, spawn_id_get_pid and
5813 kill_wait_spawned_process.
5814 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
5815 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5816 kill_wait_spawned_process instead of explicit "kill -9".
5817 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
5818 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
5819 (spawn_wait_for_attach): Use spawn instead of exec to spawn
5820 processes. Don't map cygwin/windows pids here. Now returns a
5821 spawn id list.
5822
5823 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5824
5825 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
5826 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
5827 correct patch.
5828
5829 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5830
5831 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
5832
5833 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5834
5835 Reapply:
5836 2014-05-21 Mark Wielaard <mjw@redhat.com>
5837
5838 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5839
5840 2015-07-30 Pedro Alves <palves@redhat.com>
5841
5842 * linux-low.c (handle_extended_wait): Set the child's last
5843 reported status to TARGET_WAITKIND_STOPPED.
5844
5845 2015-07-30 Pedro Alves <palves@redhat.com>
5846
5847 PR threads/18600
5848 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
5849 only shows inferior 1.
5850
5851 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
5852 Pedro Alves <palves@redhat.com>
5853
5854 PR threads/18600
5855 * gdb.threads/fork-plus-threads.c: New file.
5856 * gdb.threads/fork-plus-threads.exp: New file.
5857
5858 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5859
5860 * gdb.base/batch-preserve-term-settings.exp
5861 (test_terminal_settings_preserved_after_cli_exit): Use
5862 send_quit_command.
5863
5864 2015-07-29 Pedro Alves <palves@redhat.com>
5865 Don Breazeal <donb@codesourcery.com>
5866
5867 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
5868 output from both inferior_spawn_id and gdb_spawn_id.
5869
5870 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5871
5872 * gdb.threads/attach-into-signal.exp (corefunc): Use
5873 with_test_prefix on nested loops, uniquefying the test messages.
5874
5875 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5876
5877 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
5878 commit.
5879
5880 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5881
5882 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
5883 New proc.
5884 (test_terminal_settings_preserved_after_sigterm): New test.
5885
5886 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5887
5888 * gdb.base/batch-preserve-term-settings.exp
5889 (test_terminal_settings_preserved_after_cli_exit): New test.
5890
5891 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5892
5893 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
5894 manipulation of saved_gdbflags.
5895 (test_terminal_settings_preserved): Remove global declaration of
5896 the unused variable pagination_prompt. Remove manipulation of
5897 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
5898 GDBFLAGS.
5899
5900 2015-07-29 Pedro Alves <palves@redhat.com>
5901
5902 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
5903
5904 2015-07-29 Pedro Alves <palves@redhat.com>
5905
5906 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
5907 at the top.
5908
5909 2015-07-29 Pedro Alves <palves@redhat.com>
5910
5911 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
5912 (main): Call gdb_unbuffer_output.
5913 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
5914 (main): Call gdb_unbuffer_output.
5915 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
5916 (main): Call gdb_unbuffer_output.
5917 * gdb.base/call-strs.exp: Adjust to step over the
5918 gdb_unbuffer_output call.
5919 * gdb.base/catch-gdb-caused-signals.c: Include
5920 "../lib/unbuffer_output.c".
5921 (main): Call gdb_unbuffer_output.
5922 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
5923 (main): Call gdb_unbuffer_output.
5924 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
5925 (main): Call gdb_unbuffer_output.
5926 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
5927 (main): Call gdb_unbuffer_output.
5928 * gdb.base/shlib-call.exp: Adjust to step over the
5929 gdb_unbuffer_output call.
5930 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
5931 (main): Call gdb_unbuffer_output.
5932 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
5933 (main): Call gdb_unbuffer_output.
5934 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
5935 (main): Rename to ...
5936 (test): ... this.
5937 (main): Reimplement.
5938 * gdb.base/varargs.exp: Run to test instead of to main.
5939 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5940 (main): Call gdb_unbuffer_output.
5941
5942 2015-07-29 Pedro Alves <palves@redhat.com>
5943
5944 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
5945 factore out from mi_continue_dprintf. For call-style dprintfs,
5946 expect dprintf output out of $inferior_spawn_id.
5947 (mi_continue_dprintf): Use mi_expect_dprintf.
5948 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5949 (main): Call gdb_unbuffer_output.
5950
5951 2015-07-29 Pedro Alves <palves@redhat.com>
5952
5953 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
5954 (default_mi_gdb_start): Set inferior_spawn_id instead of
5955 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
5956 gdb_spawn_id.
5957 (mi_gdb_test): Always expect inferior output from both
5958 $inferior_spawn_id and $gdb_spawn_id.
5959
5960 2015-07-29 Pedro Alves <palves@redhat.com>
5961
5962 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
5963 send_inferior and $inferior_spawn_id.
5964
5965 2015-07-29 Pedro Alves <palves@redhat.com>
5966
5967 * gdb.gdb/complaints.exp (test_initial_complaints)
5968 (test_serial_complaints, test_short_complaints): Use
5969 gdb_test_stdio.
5970 (test_empty_complaint): Handle $inferior_spawn_id !=
5971 $gdb_spawn_id.
5972
5973 2015-07-29 Pedro Alves <palves@redhat.com>
5974
5975 * gdb.base/varargs.exp: Use gdb_test_stdio.
5976
5977 2015-07-29 Pedro Alves <palves@redhat.com>
5978
5979 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
5980
5981 2015-07-29 Pedro Alves <palves@redhat.com>
5982
5983 * gdb.base/ending-run.exp: Use gdb_test_stdio.
5984
5985 2015-07-29 Pedro Alves <palves@redhat.com>
5986
5987 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
5988 parameter into two new parameters, "inf_result" and "gdb_result".
5989 Expect inferior output and gdb output from $inferior_spawn_id and
5990 $gdb_spawn_id, respectively. Adjust all callers.
5991
5992 2015-07-29 Pedro Alves <palves@redhat.com>
5993
5994 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
5995 of gdb_test_sequence.
5996
5997 2015-07-29 Pedro Alves <palves@redhat.com>
5998
5999 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
6000 (saw_spurious_output): Expect inferior output from
6001 $inferior_spawn_id. Use gdb_test_stdio.
6002
6003 2015-07-29 Pedro Alves <palves@redhat.com>
6004
6005 * gdb.base/dprintf.exp: Use standard_testfile. Change
6006 prepare_for_testing call.
6007 (srcfile): Don't set.
6008 (restart): New procedure.
6009 (test_dprintf): New procecure, use to continue over dprintfs.
6010 (test_call, test_agent): New procedures, tests moved here.
6011 Restart gdb and recreate dprintfs. Adjust expected output.
6012
6013 2015-07-29 Pedro Alves <palves@redhat.com>
6014
6015 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
6016
6017 2015-07-29 Pedro Alves <palves@redhat.com>
6018
6019 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
6020
6021 2015-07-29 Pedro Alves <palves@redhat.com>
6022
6023 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
6024 gdb_test_stdio.
6025
6026 2015-07-29 Pedro Alves <palves@redhat.com>
6027
6028 * lib/gdb.exp (gdb_test_stdio): New procedure.
6029
6030 2015-07-29 Pedro Alves <palves@redhat.com>
6031
6032 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
6033
6034 2015-07-29 Pedro Alves <palves@redhat.com>
6035
6036 * gdb.base/call-signal-resume.exp: Remove check for
6037 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
6038 * gdb.base/unwindonsignal.exp: Likewise.
6039 * gdb.base/call-signals.c (gen_signal): Remove printf call.
6040 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
6041
6042 2015-07-29 Pedro Alves <palves@redhat.com>
6043
6044 * gdb.base/siginfo-addr.c (pass): New function.
6045 (handler): Call it iff si_addr is correct.
6046 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
6047 Set a breakpoint at "pass" and continue to it.
6048
6049 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
6050
6051 * gdb.python/py-objfile.exp: Make some tests have unique names.
6052 * gdb.python/py-pp-registration.exp: Likewise.
6053
6054 2015-07-28 Pedro Alves <palves@redhat.com>
6055
6056 * gdb.server/server-exec-info.exp: Issue a "disconnect".
6057
6058 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6059
6060 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
6061
6062 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6063
6064 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
6065
6066 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6067
6068 * gdb.base/gdb-sigterm-2.exp: New test.
6069
6070 2015-07-25 Doug Evans <xdje42@gmail.com>
6071
6072 Revert:
6073 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6074 (workers/%.worker, build-perf): New rule.
6075 (GDB_PERFTEST_MODE): New variable.
6076 (check-perf): Use it.
6077 (clean): Clean up gdb.perf parallel build subdirs.
6078 * lib/build-piece.exp: New file.
6079 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6080 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6081 name.
6082 (standard_temp_file): Ditto.
6083 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6084 of $GDB_PARALLEL.
6085
6086 2015-07-24 Doug Evans <dje@google.com>
6087
6088 * gdb.perf/lib/perftest/utils.py: New file.
6089 * gdb.perf/gm-hello.cc: New file.
6090 * gdb.perf/gm-pervasive-typedef.cc: New file.
6091 * gdb.perf/gm-pervasive-typedef.h: New file.
6092 * gdb.perf/gm-std.cc: New file.
6093 * gdb.perf/gm-std.h: New file.
6094 * gdb.perf/gm-use-cerr.cc: New file.
6095 * gdb.perf/gm-utils.h: New file.
6096 * gdb.perf/gmonster-null-lookup.py: New file.
6097 * gdb.perf/gmonster-pervasive-typedef.py: New file.
6098 * gdb.perf/gmonster-print-cerr.py: New file.
6099 * gdb.perf/gmonster-ptype-string.py: New file.
6100 * gdb.perf/gmonster-runto-main.py: New file.
6101 * gdb.perf/gmonster-select-file.py: New file.
6102 * gdb.perf/gmonster1-null-lookup.exp: New file.
6103 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6104 * gdb.perf/gmonster1-print-cerr.exp: New file.
6105 * gdb.perf/gmonster1-ptype-string.exp: New file.
6106 * gdb.perf/gmonster1-runto-main.exp: New file.
6107 * gdb.perf/gmonster1-select-file.exp: New file.
6108 * gdb.perf/gmonster1.cc: New file.
6109 * gdb.perf/gmonster1.exp: New file.
6110 * gdb.perf/gmonster2-null-lookup.exp: New file.
6111 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6112 * gdb.perf/gmonster2-print-cerr.exp: New file.
6113 * gdb.perf/gmonster2-ptype-string.exp: New file.
6114 * gdb.perf/gmonster2-runto-main.exp: New file.
6115 * gdb.perf/gmonster2-select-file.exp: New file.
6116 * gdb.perf/gmonster2.cc: New file.
6117 * gdb.perf/gmonster2.exp: New file.
6118
6119 2015-07-24 Doug Evans <dje@google.com>
6120
6121 * gdb.perf/README: New file.
6122 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6123 * lib/gen-perf-test.exp: New file.
6124
6125 2015-07-24 Doug Evans <dje@google.com>
6126
6127 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
6128 (PerfTest::startup): New function.
6129 (PerfTest::run): Return result of calling body.
6130 (PerfTest::assemble): Rewrite.
6131 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
6132 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
6133 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
6134 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
6135 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
6136
6137 2015-07-24 Doug Evans <dje@google.com>
6138
6139 * lib/gdb.exp (clean_restart): Make executable optional.
6140
6141 2015-07-24 Doug Evans <dje@google.com>
6142
6143 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
6144 compiler_info references.
6145 * gdb.cp/temargs.exp: Ditto.
6146 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6147 (get_compiler_info): Early exit if already computed. Set compiler_info
6148 to "unknown" if there was a problem.
6149 (test_compiler_info): Add function comment. Call get_compiler_info.
6150
6151 2015-07-24 Doug Evans <dje@google.com>
6152
6153 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6154 (workers/%.worker, build-perf): New rule.
6155 (GDB_PERFTEST_MODE): New variable.
6156 (check-perf): Use it.
6157 (clean): Clean up gdb.perf parallel build subdirs.
6158 * lib/build-piece.exp: New file.
6159 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6160 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6161 name.
6162 (standard_temp_file): Ditto.
6163 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6164 of $GDB_PARALLEL.
6165
6166 2015-07-24 Doug Evans <dje@google.com>
6167
6168 * lib/future.exp (gdb_default_target_compile): New option
6169 "early_flags".
6170 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6171 --as-needed.
6172
6173 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
6174
6175 * gdb.base/catch-syscall.exp: Call gdb_exit before
6176 gdb_skip_xml_test.
6177
6178 2015-07-24 Pedro Alves <palves@redhat.com>
6179
6180 * gdb.python/py-events.exp: Accept output between the stop event
6181 and the prompt.
6182 * gdb.python/py-evsignal.exp: Likewise.
6183 * gdb.python/py-evthreads.exp: Likewise.
6184
6185 2015-07-24 Pedro Alves <palves@redhat.com>
6186
6187 PR gdb/18717
6188 * gdb.threads/non-ldr-exit.c: New file.
6189 * gdb.threads/non-ldr-exit.exp: New file.
6190
6191 2015-07-24 Yao Qi <yao.qi@linaro.org>
6192
6193 * gdb.server/ext-wrapper.exp: Test --wrapper option when
6194 restarting process.
6195
6196 2015-07-24 Yao Qi <yao.qi@linaro.org>
6197
6198 * gdb.server/ext-restart.exp: New file.
6199
6200 2015-07-24 Yao Qi <yao.qi@linaro.org>
6201
6202 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6203 argument options.
6204 * gdb.server/ext-wrapper.exp: New file.
6205
6206 2015-07-23 Doug Evans <dje@google.com>
6207
6208 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6209 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6210
6211 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6212
6213 * gdb.ada/var_arr_typedef.exp: New testcase.
6214 * gdb.ada/var_arr_typedef/pack.adb: New file.
6215 * gdb.ada/var_arr_typedef/pack.ads: New file.
6216 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6217
6218 2015-07-20 Joel Brobecker <brobecker@adacore.com>
6219
6220 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6221
6222 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6223
6224 * gdb.arch/i386-biarch-core.exp: Replace istarget
6225 by "complete set gnutarget". Remove expectation for the "core-file"
6226 command.
6227
6228 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6229
6230 Revert the previous commit:
6231 Tests for validate symbol file using build-id.
6232
6233 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6234
6235 Tests for validate symbol file using build-id.
6236 * gdb.base/solib-mismatch-lib.c: New file.
6237 * gdb.base/solib-mismatch-libmod.c: New file.
6238 * gdb.base/solib-mismatch.c: New file.
6239 * gdb.base/solib-mismatch.exp: New file.
6240
6241 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6242
6243 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6244 nios2-*-linux*.
6245 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6246 * gdb.base/siginfo.exp: Likewise.
6247 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6248
6249 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6250
6251 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6252 Move it to ...
6253 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6254 ... here.
6255 * gdb.trace/range-stepping.exp: Check that the target supports
6256 range stepping.
6257
6258 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6259
6260 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6261
6262 2015-07-14 Pedro Alves <palves@redhat.com>
6263
6264 * gdb.base/killed-outside.exp: New file.
6265 * gdb.base/killed-outside.c: New file.
6266
6267 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6268
6269 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6270 (n at main): New.
6271 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6272
6273 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6274
6275 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6276 infcall tests instead of setting up for KFAIL.
6277
6278 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6279
6280 * gdb.btrace/record_goto-step.exp: New.
6281
6282 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6283
6284 PR compile/18484
6285 * gdb.compile/compile.c (struct struct_type): Add volatile to
6286 selffield's type.
6287 * gdb.compile/compile.exp
6288 (compile code struct_object.selffield = &struct_object): Skip further
6289 struct_object tests if this one xfails.
6290
6291 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
6292
6293 PR exp/18617
6294 * gdb.trace/ax.exp: Add test.
6295
6296 2015-07-07 Yao Qi <yao.qi@linaro.org>
6297
6298 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6299 instead of istarget "aarch64*-*-*".
6300 * gdb.arch/aarch64-fp.exp: Likewise.
6301 * gdb.base/float.exp: Likewise.
6302 * gdb.reverse/aarch64.exp: Likewise.
6303 * lib/gdb.exp (is_aarch64_target): New proc.
6304
6305 2015-07-07 Yao Qi <yao.qi@linaro.org>
6306
6307 * lib/gdb.exp (is_aarch32_target): New proc.
6308 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6309 instead of "istarget "arm*-*-*"".
6310 * gdb.arch/arm-disp-step.exp: Likewise.
6311 * gdb.arch/thumb-bx-pc.exp: Likewise.
6312 * gdb.arch/thumb-prologue.exp: Likewise.
6313 * gdb.arch/thumb-singlestep.exp: Likewise.
6314 * gdb.base/disp-step-syscall.exp: Likewise.
6315 * gdb.base/float.exp: Likewise.
6316
6317 2015-07-07 Yao Qi <yao.qi@linaro.org>
6318
6319 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6320 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6321
6322 2015-07-07 Yao Qi <yao.qi@linaro.org>
6323
6324 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6325 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6326 if it exists.
6327 * gdb.multi/multi-arch.exp: Likewise.
6328
6329 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6330
6331 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6332 print.
6333
6334 2015-07-07 Yao Qi <yao.qi@linaro.org>
6335
6336 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6337
6338 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6339
6340 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6341 '[' and ']' characters.
6342
6343 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6344
6345 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6346
6347 2015-06-29 Pedro Alves <palves@redhat.com>
6348
6349 PR threads/18127
6350 * gdb.threads/hand-call-new-thread.c: New file.
6351 * gdb.threads/hand-call-new-thread.c: New file.
6352
6353 2015-06-26 Keith Seitz <keiths@redhat.com>
6354 Doug Evans <dje@google.com>
6355
6356 PR 16253
6357 * gdb.cp/var-tag-2.cc: New file.
6358 * gdb.cp/var-tag-3.cc: New file.
6359 * gdb.cp/var-tag-4.cc: New file.
6360 * gdb.cp/var-tag.cc: New file.
6361 * gdb.cp/var-tag.exp: New file.
6362
6363 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6364
6365 * gdb.base/history-duplicates.exp: New test.
6366
6367 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6368
6369 * gdb.base/completion.exp: Test the completion of the "focus"
6370 command.
6371
6372 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6373
6374 * gdb.arch/amd64-prologue-skip.S: New file.
6375 * gdb.arch/amd64-prologue-skip.exp: New file.
6376
6377 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6378
6379 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6380 is_address_zero_readable check.
6381
6382 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6383
6384 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6385 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6386
6387 2015-06-24 Yao Qi <yao.qi@linaro.org>
6388
6389 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6390 linux targets.
6391
6392 2015-06-24 Yao Qi <yao.qi@linaro.org>
6393
6394 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6395 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6396 * gdb.base/siginfo-thread.exp: Likewise.
6397
6398 2015-06-22 Yao Qi <yao.qi@linaro.org>
6399
6400 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6401
6402 2015-06-22 Yao Qi <yao.qi@linaro.org>
6403
6404 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6405 aarch64*-*-*.
6406 (skip_hw_watchpoint_tests): Likewise.
6407
6408 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6409
6410 * gdb.base/gdbinit-history.exp: Test the interaction between
6411 setting GDBHISTSIZE and setting the history size via .gdbinit.
6412
6413 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6414
6415 PR gdb/16999
6416 * gdb.base/gdbhistsize-history.exp: New test.
6417
6418 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6419
6420 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6421 with GDBHISTSIZE.
6422 * gdb.base/readline.exp: Likewise.
6423
6424 2015-06-17 Yao Qi <yao.qi@linaro.org>
6425
6426 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6427 line.
6428
6429 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6430
6431 * gdb.base/gdbinit-history.exp: Add test case to check that
6432 an unlimited history file does not get truncated on exit.
6433
6434 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6435
6436 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6437 (VECTOR): New macro. Use it...
6438 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6439 ...for these typedefs.
6440 (int8, char1, int1, double1): New typedefs.
6441 (struct just_int2, struct two_int2): New structures.
6442 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6443 (add_structvecs, add_singlevecs): New functions.
6444 (main): Call add_some_intvecs twice.
6445 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6446 the compile and exit upon failure. Try compiling for the "native"
6447 architecture. Test inferior function calls with vector arguments
6448 and vector return value handling with "finish" and "return".
6449
6450 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6451
6452 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6453 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6454 PE file.
6455 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6456
6457 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6458
6459 PR breakpoints/16465
6460 * gdb.mi/mi-dprintf-pending.c: New file.
6461 * gdb.mi/mi-dprintf-pending.exp: New test.
6462 * gdb.mi/mi-dprintf-pendshr.c: New file.
6463
6464 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6465 Mircea Gherzan <mircea.gherzan@intel.com>
6466
6467 * gdb.arch/i386-mpx-map.c: New file.
6468 * gdb.arch/i386-mpx-map.exp: New File.
6469
6470 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6471
6472 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6473 * gdb.arch/i386-mpx.exp: Indentation fixed.
6474
6475 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6476
6477 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6478 function and improved indentation.
6479 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6480 gdb_test_multiple. Added additional tests to skip the test.
6481
6482 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6483
6484 * gdb.arch/i386-avx512.c: Change path in include file.
6485 * gdb.arch/i386-avx512.exp: Change include dir path
6486 compilation flag.
6487 * gdb.arch/i386-mpx.c: Change path in include file.
6488 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6489 flag.
6490
6491 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6492
6493 * gdb.compile/compile-print.exp (compile print *vararray@3)
6494 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6495
6496 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6497
6498 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6499 (do not keep jit in memory): ... this.
6500 (expect 5): Change it to ...
6501 (expect no 5): ... this.
6502
6503 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6504
6505 PR gdb/15564
6506 * gdb.mi/mi-detach.exp: New file.
6507
6508 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6509
6510 PR symtab/18392
6511 * gdb.arch/amd64-tailcall-self.S: New file.
6512 * gdb.arch/amd64-tailcall-self.c: New file.
6513 * gdb.arch/amd64-tailcall-self.exp: New file.
6514
6515 2015-05-28 Don Breazeal <donb@codesourcery.com>
6516
6517 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6518 tests for remote targets by checking is_target_gdbserver.
6519
6520 2015-05-27 Doug Evans <dje@google.com>
6521
6522 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6523 * gdb.dwarf2/opaque-type-lookup.c: New file.
6524 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6525
6526 2015-05-26 Doug Evans <dje@google.com>
6527
6528 * gdb.cp/iostream.cc: New file.
6529 * gdb.cp/iostream.exp: New file.
6530
6531 2015-05-26 Doug Evans <dje@google.com>
6532
6533 * gdb.dwarf2/dw2-op-call.exp: Update.
6534 * gdb.dwarf2/dw4-sig-types.exp: Update.
6535 * gdb.dwarf2/implptr.exp: Update.
6536 * gdb.mi/mi-cmd-param-changed.exp: Update.
6537
6538 2015-05-26 Doug Evans <dje@google.com>
6539
6540 * gdb.python/py-lazy-string.c: New file.
6541 * gdb.python/py-lazy-string.exp: New file.
6542 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6543 (main): Update. Add estring3.
6544 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6545 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6546
6547 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
6548 Yao Qi <yao.qi@linaro.org>
6549
6550 * gdb.reverse/aarch64.c: New.
6551 * gdb.reverse/aarch64.exp: New.
6552
6553 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
6554
6555 * lib/gdb.exp (supports_process_record): Return true for
6556 aarch64*-linux*.
6557 (supports_reverse): Likewise.
6558
6559 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
6560
6561 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6562 Use with_test_prefix.
6563
6564 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6565
6566 * gdb.base/completion.exp: Add test for completion of layout
6567 names.
6568
6569 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
6570
6571 * lib/gdb.exp (skip_tui_tests): New proc.
6572 * gdb.base/tui-layout.exp: Check skip_tui_tests.
6573
6574 2015-05-19 Pedro Alves <palves@redhat.com>
6575
6576 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6577 Save the whole env array instead of just HOME. Unset HISTSIZE in
6578 the environment while testing. Restore whole environment
6579 afterwards.
6580
6581 2015-05-16 Doug Evans <xdje42@gmail.com>
6582
6583 * gdb.guile/scm-ports.c: New file.
6584 * gdb.guile/scm-ports.exp: Add memory port tests.
6585
6586 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6587
6588 * gdb.compile/compile-print.c: New file.
6589 * gdb.compile/compile-print.exp: New file.
6590
6591 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6592
6593 * gdb.compile/compile-ops.exp: Cast param to void.
6594 * gdb.compile/compile.exp: Complete type for _gdb_expr.
6595 (compile code struct_object.selffield = &struct_object): Add xfail.
6596
6597 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6598
6599 * gdb.ada/arr_enum_with_gap: New testcase.
6600
6601 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6602
6603 * gdb.ada/byte_packed_arr: New testcase.
6604
6605 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6606
6607 * gdb.ada/pckd_neg: New testcase.
6608
6609 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
6610
6611 PR gdb/17820
6612 * gdb.base/gdbinit-history.exp: New test.
6613 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6614 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6615
6616 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
6617
6618 * gdb.python/py-xmethods.cc: Enhance test case.
6619 * gdb.python/py-xmethods.exp: New tests.
6620 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6621 function.
6622 (B_indexoper): Likewise.
6623 (global_dm_list) : Add new xmethod worker functions.
6624
6625 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
6626
6627 * gdb.base/coredump-filter.exp: Correctly unset
6628 "coredump_var_addr" array.
6629
6630 2015-05-08 Pedro Alves <palves@redhat.com>
6631
6632 * gdb.server/non-existing-program.exp: Unset spawn_id.
6633
6634 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
6635
6636 PR python/18291
6637 * gdb.python/py-xmethods.exp: Add tests.
6638
6639 2015-05-08 Yao Qi <yao.qi@linaro.org>
6640
6641 PR gdb/18208
6642 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6643 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6644 function set_coredump_filter, and remove remote_exec call.
6645 Remove argument ipid. Callers update.
6646 (top level): Don't get inferior's PID.
6647
6648 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
6649
6650 * gdb.base/watch_thread_num.exp: Skip test on targets without
6651 access watchpoints.
6652
6653 2015-05-06 Pedro Alves <palves@redhat.com>
6654
6655 PR server/18081
6656 * gdb.server/non-existing-program.exp: New file.
6657
6658 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6659
6660 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6661
6662 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6663
6664 * gdb.ada/out_of_line_in_inlined: New testcase.
6665
6666 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6667
6668 * gdb.ada/var_rec_arr: New testcase.
6669
6670 2015-04-30 Yao Qi <yao.qi@linaro.org>
6671
6672 * gdb.base/break-idempotent.exp: If
6673 skip_hw_watchpoint_multi_tests returns true, skip the tests
6674 on "rwatch" and "awatch".
6675
6676 2015-04-30 Yao Qi <yao.qi@linaro.org>
6677
6678 * gdb.base/relativedebug.exp: Invoke gdb command
6679 "info sharedlibrary", and if libc.so doesn't have debug info,
6680 skip the test.
6681
6682 2015-04-29 Doug Evans <dje@google.com>
6683
6684 * gdb.python/py-xmethods.exp: Add ptype tests.
6685 * gdb.python/py-xmethods.py (E_method_char_worker): Add
6686 get_result_type method.
6687
6688 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
6689
6690 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
6691 the target does not support hardware watchpoints.
6692
6693 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
6694
6695 * gdb.base/break-always.exp: Abort testing if writing to memory
6696 causes an error.
6697
6698 2015-04-28 Doug Evans <dje@google.com>
6699
6700 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
6701 * gdb.python/py-pp-registration.exp: ... here. New file.
6702 * gdb.python/py-pp-registration.c: New file.
6703 * gdb.python/py-pp-registration.py: New file.
6704
6705 2015-04-28 Doug Evans <dje@google.com>
6706
6707 * gdb.python/py-bad-printers.c: New file.
6708 * gdb.python/py-bad-printers.py: New file.
6709 * gdb.python/py-bad-printers.exp: New file.
6710
6711 2015-04-28 Sasha Smundak <asmundak@google.com>
6712
6713 * gdb.python/py-type.exp: New test.
6714
6715 2015-04-28 Andy Wingo <wingo@igalia.com>
6716
6717 * gdb.python/py-parameter.exp:
6718 * gdb.guile/scm-parameter.exp: Escape the path that we are
6719 matching against, as it might contain characters that are special
6720 to regular expressions.
6721
6722 2015-04-27 Joel Brobecker <brobecker@adacore.com>
6723
6724 * gdb.ada/rec_comp: New testcase.
6725
6726 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
6727
6728 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
6729 before using it.
6730
6731 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
6732
6733 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
6734 new tests for verilog output.
6735
6736 2015-04-24 Yao Qi <yao.qi@linaro.org>
6737
6738 * boards/remote-gdbserver-on-localhost.exp: New file.
6739
6740 2015-04-23 Pedro Alves <palves@redhat.com>
6741
6742 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
6743 $inferior_spawn_id instead of $inferior_spawn_id directly. On
6744 "end of file", remove $inferior_spawn_id from the indirect list.
6745
6746 2015-04-23 Pedro Alves <palves@redhat.com>
6747
6748 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
6749
6750 2015-04-23 Pedro Alves <palves@redhat.com>
6751
6752 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
6753 on $any_spawn_id instead of only on $gdb_spawn_id.
6754
6755 2015-04-21 Pierre Muller <muller@sourceware.org>
6756
6757 PR pascal/17815
6758 * lib/pascal.exp (gpc_compile): Add new option "class".
6759 (fpc_compile): Likewise.
6760 * gdb.pascal/case-insensitive-symbols.pas: New file.
6761 * gdb.pascal/case-insensitive-symbols.exp: New file.
6762
6763 2015-04-20 Gary Benson <gbenson@redhat.com>
6764
6765 * gdb.base/attach.exp: Fix three extended remote failures.
6766
6767 2015-04-17 Gary Benson <gbenson@redhat.com>
6768
6769 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
6770 the main executable over the remote protocol.
6771
6772 2015-04-16 Pedro Alves <palves@redhat.com>
6773
6774 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
6775 a new gdbserver if gdbserver_reconnect_p is set.
6776
6777 2015-04-16 Pedro Alves <palves@redhat.com>
6778
6779 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
6780 is set, don't exit gdbserver.
6781
6782 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6783
6784 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
6785 appropriate .insn, such that an older assembler can be used.
6786 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
6787 the z/Architecture instruction set on 31-bit targets as well.
6788
6789 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6790
6791 * gdb.go/handcall.exp: Remove all logic related to the first
6792 breakpoint and rely on go_runto_main instead.
6793 * gdb.go/strings.exp: Likewise.
6794 * gdb.go/unsafe.exp: Likewise.
6795 * gdb.go/hello.exp: Likewise. Also rename the remaining
6796 breakpoint marker to "breakpoint 1".
6797 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
6798 * gdb.go/strings.go: Likewise.
6799 * gdb.go/unsafe.go: Likewise.
6800 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
6801 "set breakpoint 2 here" and rename the remaining breakpoint marker
6802 to "breakpoint 1".
6803
6804 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
6805
6806 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
6807 if itertools.imap is not present.
6808 * gdb.python/py-objfile.exp: Add parentheses.
6809 * gdb.python/py-type.exp: Same.
6810 * gdb.python/py-unwind-maint.py: Same.
6811
6812 2015-04-15 Yao Qi <yao.qi@linaro.org>
6813
6814 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
6815 of ":$ptr_size" and set its form explicitly.
6816
6817 2015-04-15 Pedro Alves <palves@redhat.com>
6818 Yao Qi <yao.qi@linaro.org>
6819
6820 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
6821 timeout by factor of 4.
6822 (test_regular_watch): Likewise.
6823 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
6824 * gdb.reverse/sigall-reverse.exp: Likewise.
6825 * gdb.reverse/until-precsave.exp: Likewise.
6826 * lib/gdb.exp (with_timeout_factor): New proc.
6827 (gdb_expect): Move some code to ...
6828 (get_largest_timeout): ... here. New procedure.
6829
6830 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
6831
6832 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
6833
6834 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
6835
6836 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
6837 to write to the .text section.
6838
6839 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
6840
6841 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
6842 Handle the case of targets that do not provide PID information.
6843
6844 2015-04-13 Yao Qi <yao.qi@linaro.org>
6845
6846 * lib/gdbserver-support.exp (gdb_exit): Catch exception
6847 and use expect instead of gdb_expect.
6848
6849 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
6850
6851 * gdb.base/coredump-filter.exp: Rename variable "addr" to
6852 "coredump_var_addr" to avoid naming conflict with other testcases.
6853
6854 2015-04-10 Pedro Alves <palves@redhat.com>
6855
6856 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
6857 gdb_test_sequence and gdb_assert.
6858
6859 2015-04-10 Pedro Alves <palves@redhat.com>
6860
6861 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
6862 test messages that don't include the breakpoint address.
6863
6864 2015-04-10 Yao Qi <yao.qi@linaro.org>
6865
6866 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
6867 false for some offset and width combinations which aren't
6868 supported by linux kernel.
6869
6870 2015-04-10 Pedro Alves <palves@redhat.com>
6871
6872 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
6873 procedure, factored out from ...
6874 (top level): ... here. Add "set displaced-stepping" testing axis.
6875 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
6876 parameter "displaced". Use it.
6877 (top level): Use foreach and add "set displaced-stepping" testing
6878 axis.
6879
6880 2015-04-10 Pedro Alves <palves@redhat.com>
6881
6882 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
6883 Remove comment.
6884 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
6885 both the address of the instruction that triggers the watchpoint
6886 and the address of the instruction immediately after, and use
6887 those addresses for the test. Fix comment.
6888
6889 2015-04-10 Pedro Alves <palves@redhat.com>
6890
6891 * gdb.base/sigstep.exp (breakpoint_to_handler)
6892 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
6893 Test "backtrace" in handler.
6894 (breakpoint_over_handler): New parameter 'displaced'. Use it.
6895 (top level): Add new "displaced" test axis to
6896 breakpoint_to_handler, breakpoint_to_handler_entry and
6897 breakpoint_over_handler.
6898
6899 2015-04-10 Pedro Alves <palves@redhat.com>
6900
6901 PR gdb/18216
6902 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
6903
6904 2015-04-10 Yao Qi <yao.qi@linaro.org>
6905
6906 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
6907 (test_add_rn_pc): New function.
6908 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
6909 (top level): Invoke test_add_rn_pc.
6910
6911 2015-04-10 Pedro Alves <palves@redhat.com>
6912
6913 PR gdb/13858
6914 * gdb.base/step-over-no-symbols.exp: New file.
6915
6916 2015-04-09 Andy Wingo <wingo@igalia.com>
6917
6918 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
6919 after the Python tests.
6920
6921 2015-04-08 Keith Seitz <keiths@redhat.com>
6922
6923 PR python/16699
6924 * gdb.python/py-completion.exp: New tests for completion.
6925 * gdb.python/py-completion.py (CompleteLimit1): New class.
6926 (CompleteLimit2): Likewise.
6927 (CompleteLimit3): Likewise.
6928 (CompleteLimit4): Likewise.
6929 (CompleteLimit5): Likewise.
6930 (CompleteLimit6): Likewise.
6931 (CompleteLimit7): Likewise.
6932
6933 2015-04-08 Pedro Alves <palves@redhat.com>
6934
6935 PR gdb/18214
6936 PR gdb/18216
6937 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
6938 function.
6939 (main): Install it as SIGUSR1 handler.
6940 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
6941 parameter. Always use "setup" as prefix. Toggle "set
6942 displaced-stepping" off/on depending on global. Don't switch to
6943 thread 1 here.
6944 (top level): Add displaced stepping "off/on" test axis. Update
6945 "setup" calls. Wrap each subtest with with_test_prefix. Test
6946 continuing with a queued signal in each thread.
6947
6948 2015-04-08 Pedro Alves <palves@redhat.com>
6949
6950 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
6951 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
6952 gdb_breakpoint instead of gdb_test that doesn't expect anything.
6953 Return early if running to main fails.
6954 * gdb.trace/while-stepping.exp: Likewise.
6955
6956 2015-04-07 Pedro Alves <palves@redhat.com>
6957
6958 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
6959 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
6960 interact with inferior program.
6961
6962 2015-04-07 Pedro Alves <palves@redhat.com>
6963
6964 * lib/gdb.exp (inferior_spawn_id): New global.
6965 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
6966 spawn id after processing the user code.
6967 (default_gdb_start): Set inferior_spawn_id.
6968 (send_inferior): New procedure.
6969 * lib/gdbserver-support.exp (gdbserver_start): Set
6970 inferior_spawn_id.
6971 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
6972
6973 2015-04-07 Pedro Alves <palves@redhat.com>
6974
6975 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
6976 * lib/gdbserver-support.exp (gdbserver_start): Make
6977 $server_spawn_id global.
6978 (gdbserver_start): Don't wait for gdbserver's spawn id with
6979 expect_background.
6980 (close_gdbserver): New procedure.
6981 (gdb_exit): Rename the default version and reimplement.
6982
6983 2015-04-07 Pedro Alves <palves@redhat.com>
6984
6985 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
6986 append the substituted item, not the original item.
6987
6988 2015-04-07 Pedro Alves <palves@redhat.com>
6989
6990 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
6991 gdb_expect.
6992
6993 2015-04-07 Pedro Alves <palves@redhat.com>
6994
6995 * gdb.base/interrupt.exp: Don't handle the case of the inferior
6996 output appearing once only.
6997
6998 2015-04-07 Pedro Alves <palves@redhat.com>
6999
7000 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
7001 that doesn't expect anything. Return early if running to main
7002 fails.
7003
7004 2015-04-07 Yao Qi <yao.qi@linaro.org>
7005
7006 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
7007 (child_function): Call alarm.
7008 (main): Move call to alarm into the loop.
7009 * gdb.threads/non-stop-fair-events.exp: Build program with
7010 -DTIMEOUT=$timeout.
7011
7012 2015-04-06 Doug Evans <xdje42@gmail.com>
7013
7014 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
7015 Fix dest parameter to board_info.
7016 (fpc_compile): Ditto.
7017 (gdb_compile_pascal): Rename dest arg to destfile.
7018
7019 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
7020
7021 * gdb.ada/funcall_ref.exp: New file.
7022 * gdb.ada/funcall_ref/foo.adb: New file.
7023
7024 2015-04-02 Yao Qi <yao.qi@linaro.org>
7025
7026 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
7027 is remote.
7028
7029 2015-04-02 Gary Benson <gbenson@redhat.com>
7030
7031 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
7032
7033 2015-04-01 Sasha Smundak <asmundak@google.com>
7034
7035 * gdb.python/py-unwind-maint.c: New file.
7036 * gdb.python/py-unwind-maint.exp: New test.
7037 * gdb.python/py-unwind-maint.py: New file.
7038 * gdb.python/py-unwind.c: New file.
7039 * gdb.python/py-unwind.exp: New test.
7040 * gdb.python/py-unwind.py: New test.
7041
7042 2015-04-01 Pedro Alves <palves@redhat.com>
7043
7044 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
7045 to fail instead of non-existent $test.
7046
7047 2015-04-01 Pedro Alves <palves@redhat.com>
7048
7049 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
7050 GDBFLAGS if not empty.
7051
7052 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
7053
7054 * gdb.ada/complete.exp: Remove "multi_line".
7055 * gdb.ada/info_exc.exp: Remove "multi_line".
7056 * gdb.ada/packed_tagged.exp: Remove "multi_line".
7057 * gdb.ada/ptype_field.exp: Remove "multi_line".
7058 * gdb.ada/sym_print_name.exp: Remove "multi_line".
7059 * gdb.ada/tagged.exp: Remove "multi_line".
7060 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
7061 [multi_line ...]
7062 * gdb.btrace/delta.exp: Likewise.
7063 * gdb.btrace/exception.exp: Likewise.
7064 * gdb.btrace/function_call_history.exp: Likewise.
7065 * gdb.btrace/instruction_history.exp: Likewise.
7066 * gdb.btrace/nohist.exp: Likewise.
7067 * gdb.btrace/record_goto.exp: Likewise.
7068 * gdb.btrace/segv.exp: Likewise.
7069 * gdb.btrace/stepi.exp: Likewise.
7070 * gdb.btrace/tailcall.exp: Likewise.
7071 * gdb.btrace/unknown_functions.exp: Likewise.
7072 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
7073 * lib/gdb.exp: Add the "multi_line" helper.
7074
7075 2015-04-01 Pedro Alves <palves@redhat.com>
7076
7077 * gdb.threads/tid-reuse.c: New file.
7078 * gdb.threads/tid-reuse.exp: New file.
7079
7080 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
7081
7082 PR corefiles/16092
7083 * gdb.base/coredump-filter.c: New file.
7084 * gdb.base/coredump-filter.exp: Likewise.
7085
7086 2015-03-27 Petr Machata <pmachata@redhat.com>
7087
7088 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
7089 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
7090 (Dwarf::assemble): Initialize them.
7091 (Dwarf::lines): New function.
7092
7093 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
7094
7095 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
7096 SYMBOL_PREFIX for x86_64-*-cygwin.
7097
7098 2015-03-26 Andy Wingo <wingo@igalia.com>
7099
7100 PR symtab/18148
7101 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
7102 const_value but not a location.
7103 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7104 location defined in non-main CUs are visible.
7105
7106 2015-03-26 Yao Qi <yao.qi@linaro.org>
7107
7108 PR testsuite/18139
7109 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7110 Add a line number entry for the same line.
7111 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7112 Add a line number entry for the same line.
7113
7114 2015-03-26 Yao Qi <yao.qi@linaro.org>
7115
7116 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7117 .int 0.
7118 (func): Likewise. Add .Lfunc_1 label.
7119 Use .Lfunc_1 label.
7120 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7121 .int 0.
7122 (func): Likewise.
7123 Use .Lfunc_1 label.
7124
7125 2015-03-26 Yao Qi <yao.qi@linaro.org>
7126
7127 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
7128 Call gdb_compile instead to compile each .s files without debug
7129 information.
7130
7131 2015-03-26 Yao Qi <yao.qi@linaro.org>
7132
7133 * gdb.base/savedregs.exp (process_saved_regs): Make
7134 "Saved registers:" optional in the pattern.
7135
7136 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7137
7138 * gdb.btrace/next.exp: Merged into step.exp.
7139 * gdb.btrace/finish.exp: Merged into step.exp.
7140 * gdb.btrace/nexti.exp: Merged into stepi.exp.
7141 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
7142 "record goto" and checking the exact replay position.
7143 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
7144 check for "Recording format" in "info record" output.
7145 * gdb.btrace/record_goto.exp: Choose test file based on target.
7146 * gdb.btrace/x86-record_goto.S: Renamed into ...
7147 * gdb.btrace/x86_64-record_goto.S: ... this.
7148 * gdb.btrace/i686-record_goto.S: New.
7149 * gdb.btrace/x86-tailcall.S: Renamed into ...
7150 * gdb.btrace/x86_64-tailcall.S: ... this.
7151 * gdb.btrace/i686-tailcall.S: New.
7152 * gdb.btrace/x86-tailcall.c: Renamed into ...
7153 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
7154 separate statements. Update test.
7155 * gdb.btrace/delta.exp: Use record_goto.c as test file.
7156 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7157 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7158 * gdb.btrace/tailcall.exp: Choose test file based on target.
7159 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7160
7161 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7162
7163 * gdb.btrace/exception.exp: Increase BTS buffer size.
7164
7165 2015-03-24 Pedro Alves <palves@redhat.com>
7166
7167 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7168
7169 2015-03-24 Pedro Alves <palves@redhat.com>
7170
7171 * gdb.threads/schedlock.exp (test_step): No longer expect that
7172 "set scheduler-locking step" with "next" over a function call runs
7173 threads unlocked.
7174
7175 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7176
7177 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7178
7179 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7180
7181 PR breakpoints/16466
7182 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7183 * gdb.mi/mi-pending.c (thread_func): New function.
7184 (int main): Add threading support required.
7185 * gdb.mi/mi-pending.exp: Add tests for this issue.
7186 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7187 (pendfunc2): Remove stdio dependency.
7188 * gdb.mi/mi-pendshr2.c: New file.
7189
7190 2015-03-23 Keith Seitz <keiths@redhat.com>
7191
7192 * gdb.linespec/keywords.c: New file.
7193 * gdb.linespec/keywords.exp: New file.
7194
7195 2015-03-23 Keith Seitz <keiths@redhat.com>
7196
7197 PR gdb/18021
7198 * gdb.dwarf2/staticvirtual.exp: New test.
7199
7200 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7201
7202 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7203 * README: Remove HP-UX and gdb.hp.
7204 (configuration):
7205 * configure: Regenerate.
7206 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7207 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7208 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7209 gdb.hp/gdb.defects/Makefile.
7210 * gdb.hp/Makefile.in: File deleted.
7211 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7212 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7213 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7214 * gdb.hp/gdb.aCC/run.c: File deleted.
7215 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7216 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7217 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7218 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7219 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7220 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7221 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7222 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7223 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7224 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7225 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7226 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7227 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7228 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7229 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7230 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7231 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7232 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7233 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7234 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7235 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7236 * gdb.hp/gdb.compat/average.c: File deleted.
7237 * gdb.hp/gdb.compat/sum.c: File deleted.
7238 * gdb.hp/gdb.compat/xdb.c: File deleted.
7239 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7240 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7241 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7242 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7243 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7244 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7245 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7246 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7247 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7248 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7249 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7250 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7251 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7252 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7253 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7254 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7255 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7256 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7257 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7258 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7259 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7260 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7261 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7262 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7263 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7264 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7265 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7266 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7267 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7268 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7269 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7270 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7271 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7272 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7273 * gdb.hp/tools/odump: File deleted.
7274
7275 2015-03-19 Pedro Alves <palves@redhat.com>
7276
7277 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7278 (saw_thread_3): New globals.
7279 (top level): Increment them when an event for the corresponding
7280 thread is seen.
7281 (no thread starvation): New test.
7282
7283 2015-03-19 Pedro Alves <palves@redhat.com>
7284
7285 * gdb.threads/continue-pending-status.c: New file.
7286 * gdb.threads/continue-pending-status.exp: New file.
7287
7288 2015-03-18 Pedro Alves <palves@redhat.com>
7289
7290 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7291 Use gdb_is_target_remote instead of is_remote. Use
7292 gdb_test_multiple instead of gdb_expect. Exit early if
7293 gdb_test_multiple hits its internal matches. Tighten stepi tests
7294 expected output. Fail on exit with any signal, instead of just
7295 SIGILL.
7296
7297 2015-03-18 Yao Qi <yao.qi@linaro.org>
7298
7299 PR tdep/18107
7300 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7301 variable.
7302 * gdb.base/catch-syscall.exp: Don't skip it on
7303 aarch64*-*-linux* target. Remove elements in all_syscalls.
7304 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7305 target.
7306 (setup_all_syscalls): New proc.
7307
7308 2015-03-16 Yao Qi <yao.qi@linaro.org>
7309
7310 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7311 (top level): Skip tests if valid_addr_p returns false for
7312 $cmd1 or $cmd2.
7313
7314 2015-03-11 Andy Wingo <wingo@igalia.com>
7315
7316 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7317
7318 2015-03-11 Yao Qi <yao.qi@linaro.org>
7319
7320 * gdb.base/catch-syscall.exp: Fix typo in comments.
7321
7322 2015-03-11 Yao Qi <yao.qi@linaro.org>
7323
7324 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7325
7326 2015-03-09 Pedro Alves <palves@redhat.com>
7327
7328 * dg-extract-results.py: Delete.
7329
7330 2015-03-09 Pedro Alves <palves@redhat.com>
7331
7332 Merge dg-extract-results.sh from GCC upstream (r218843).
7333
7334 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7335 * dg-extract-results.sh: Use --text with grep to avoid issues with
7336 binary files. Fall back to cat -v, if that doesn't work.
7337
7338 2015-03-05 Pedro Alves <palves@redhat.com>
7339
7340 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7341
7342 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7343
7344 * lib/mi-support.exp (mi_expect_interrupt): Accept
7345 alternative event for when in all-stop mode.
7346
7347 2015-03-04 Pedro Alves <palves@redhat.com>
7348
7349 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7350
7351 2015-03-04 Mark Kettenis <kettenis@gnu.org>
7352
7353 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7354
7355 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7356
7357 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7358 regexps for GDB's current line display, accept a hex address
7359 preceding the line number.
7360
7361 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7362
7363 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7364 the 'arch1' variable for "s390*-linux*" targets.
7365
7366 2015-03-04 Pedro Alves <palves@redhat.com>
7367
7368 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7369 (main): Pass missing retval argument to pthread_join call.
7370
7371 2015-03-02 Pedro Alves <palves@redhat.com>
7372
7373 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7374 (top level): Call do_test with non-stop as well.
7375
7376 2015-03-02 Pedro Alves <palves@redhat.com>
7377
7378 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7379 -1.
7380
7381 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7382
7383 * gdb.arch/s390-vregs.exp: New test.
7384 * gdb.arch/s390-vregs.S: New file.
7385
7386 2015-02-27 Pedro Alves <palves@redhat.com>
7387
7388 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7389 call to catch_command_errors.
7390 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7391 catch_command_errors.
7392
7393 2015-02-27 Pedro Alves <palves@redhat.com>
7394
7395 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7396 "true" for boolean result.
7397 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7398 prototype of main.
7399
7400 2015-02-27 Pedro Alves <palves@redhat.com>
7401
7402 * lib/unbuffer_output.c: New file.
7403 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7404 (main): Call gdb_unbuffer_output.
7405
7406 2015-02-27 Yao Qi <yao.qi@linaro.org>
7407
7408 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7409 target.
7410
7411 2015-02-26 Doug Evans <dje@google.com>
7412
7413 * gdb.cp/class2.cc (Dbase, D): New classes.
7414 (main): New local delta.
7415 * gdb.cp/class2.exp: Test printing delta.
7416 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7417 (dynbar): New global.
7418 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7419
7420 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7421
7422 * gdb.compile/compile-ifunc.c: New file.
7423 * gdb.compile/compile-ifunc.exp: New file.
7424
7425 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7426
7427 * gdb.base/structs.exp: Check for correct struct on finish.
7428
7429 2015-02-26 Yao Qi <yao.qi@linaro.org>
7430
7431 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7432 is zero.
7433
7434 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7435
7436 * gdb.arch/cordic.ko.bz2: New file.
7437 * gdb.arch/cordic.ko.debug.bz2: New file.
7438 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7439
7440 2015-02-25 Yao Qi <yao.qi@linaro.org>
7441
7442 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7443 aarch64*-*-* target.
7444
7445 2015-02-23 Pedro Alves <palves@redhat.com>
7446
7447 * lib/gdb.exp (delete_breakpoints): Rewrite using
7448 gdb_test_multiple.
7449
7450 2015-02-23 Pedro Alves <palves@redhat.com>
7451
7452 * gdb.base/info-os.c: Include stdlib.h.
7453
7454 2015-02-22 Doug Evans <xdje42@gmail.com>
7455
7456 PR symtab/17855
7457 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7458 is read after symbols have been re-read.
7459 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7460 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7461
7462 2015-02-21 Doug Evans <dje@google.com>
7463
7464 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7465
7466 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7467
7468 PR corefiles/17808
7469 * gdb.arch/i386-biarch-core.core.bz2: New file.
7470 * gdb.arch/i386-biarch-core.exp: New file.
7471
7472 2015-02-21 Pedro Alves <palves@redhat.com>
7473
7474 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7475 runto_main fails.
7476
7477 2015-02-20 Pedro Alves <palves@redhat.com>
7478
7479 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7480 info probes.
7481
7482 2015-02-20 Pedro Alves <palves@redhat.com>
7483
7484 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7485
7486 2015-02-20 Pedro Alves <palves@redhat.com>
7487
7488 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7489 clean_restart before gdb_target_supports_trace.
7490
7491 2015-02-20 Pedro Alves <palves@redhat.com>
7492
7493 PR threads/18006
7494 * gdb.threads/clone-thread_db.c: New file.
7495 * gdb.threads/clone-thread_db.exp: New file.
7496
7497 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7498
7499 PR breakpoints/16812
7500 * gdb.base/catch-gdb-caused-signals.c: New file.
7501 * gdb.base/catch-gdb-caused-signals.exp: New file.
7502
7503 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7504
7505 * configure: Regenerated.
7506 * configure.ac: Use GDB_AC_TRANSFORM.
7507 * aclocal.m4: sinclude ../transform.m4.
7508
7509 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7510
7511 * lib/dtrace.exp: New file.
7512 * gdb.base/dtrace-probe.exp: Likewise.
7513 * gdb.base/dtrace-probe.d: Likewise.
7514 * gdb.base/dtrace-probe.c: Likewise.
7515 * lib/pdtrace.in: Likewise.
7516 * configure.ac: Output variables with the transformed names of
7517 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
7518 * configure: Regenerated.
7519
7520 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7521
7522 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7523 expected message when trying to access $_probe_* convenience
7524 variables while not on a probe.
7525
7526 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7527
7528 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7529
7530 2015-02-11 Pedro Alves <pedro@codesourcery.com>
7531
7532 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7533 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7534
7535 2015-02-10 Doug Evans <xdje42@gmail.com>
7536
7537 * lib/gdb.exp (gdb_load): Always return a result.
7538
7539 2015-02-10 Pedro Alves <palves@redhat.com>
7540
7541 * gdb.threads/signal-sigtrap.c: New file.
7542 * gdb.threads/signal-sigtrap.exp: New file.
7543
7544 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7545
7546 * gdb.trace/no-attach-trace.c: New file.
7547 * gdb.trace/no-attach-trace.exp: New file.
7548
7549 2015-02-09 Mark Wielaard <mjw@redhat.com>
7550
7551 * gdb.dwarf2/atomic.c: New file.
7552 * gdb.dwarf2/atomic-type.exp: Likewise.
7553
7554 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7555
7556 * gdb.btrace/buffer-size.exp: Update "info record" output.
7557 * gdb.btrace/delta.exp: Update "info record" output.
7558 * gdb.btrace/enable.exp: Update "info record" output.
7559 * gdb.btrace/finish.exp: Update "info record" output.
7560 * gdb.btrace/instruction_history.exp: Update "info record" output.
7561 * gdb.btrace/next.exp: Update "info record" output.
7562 * gdb.btrace/nexti.exp: Update "info record" output.
7563 * gdb.btrace/step.exp: Update "info record" output.
7564 * gdb.btrace/stepi.exp: Update "info record" output.
7565 * gdb.btrace/nohist.exp: Update "info record" output.
7566
7567 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7568
7569 * gdb.btrace/buffer-size: New.
7570
7571 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7572
7573 * gdb.btrace/delta.exp: Update "info record" output.
7574 * gdb.btrace/enable.exp: Update "info record" output.
7575 * gdb.btrace/finish.exp: Update "info record" output.
7576 * gdb.btrace/instruction_history.exp: Update "info record" output.
7577 * gdb.btrace/next.exp: Update "info record" output.
7578 * gdb.btrace/nexti.exp: Update "info record" output.
7579 * gdb.btrace/step.exp: Update "info record" output.
7580 * gdb.btrace/stepi.exp: Update "info record" output.
7581 * gdb.btrace/nohist.exp: Update "info record" output.
7582
7583 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
7584
7585 PR gdb/15678
7586 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7587
7588 2015-02-06 Pedro Alves <palves@redhat.com>
7589
7590 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7591 macro.
7592 (seconds_left, again): New globals.
7593 (main): Wait seconds_left in a 1-second sleep loop instead of
7594 sleeping 180 seconds. If 'again' is set, reset the seconds
7595 counter.
7596 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7597 'again' in the inferior before detaching. Print the seconds left.
7598 (options): New global.
7599 (top level): Build program with -DTIMEOUT=$timeout.
7600
7601 2015-02-06 Pedro Alves <palves@redhat.com>
7602
7603 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7604 determine how many seconds to pass to 'alarm'.
7605 * gdb.base/gdb-sigterm.exp (top level): Build program with
7606 -DTIMEOUT=$timeout.
7607 (do_test): Return success/failure indication. Add more verbose
7608 logging. Don't fail if 200 single steps are seen. Instead, fail
7609 when the test times out.
7610 (passes): New global.
7611 (top level): Break the testing loop if testing fails on any
7612 iteration. Use gdb_assert.
7613
7614 2015-02-04 Don Breazeal <donb@codesourcery.com>
7615
7616 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7617 and initialize them.
7618 (ipc_cleanup): New function.
7619 (main): Don't declare shmid, semid, and msqid. Add a call to
7620 atexit so that we call ipc_cleanup on exit.
7621
7622 2015-02-04 Pedro Alves <palves@redhat.com>
7623
7624 * boards/native-extended-gdbserver.exp: Remove any target variant
7625 specifications from the board name before clearing the isremote
7626 flag from board_info.
7627
7628 2015-01-31 Doug Evans <xdje42@gmail.com>
7629
7630 * gdb.base/maint.exp <maint print type argc>: Update expected output.
7631
7632 2015-01-31 Gary Benson <gbenson@redhat.com>
7633
7634 * gdb.base/completion.exp: Disable completion limiting for
7635 existing tests. Add new tests to check completion limiting.
7636 * gdb.linespec/ls-errs.exp: Disable completion limiting.
7637
7638 2015-01-31 Doug Evans <xdje42@gmail.com>
7639
7640 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7641
7642 2015-01-31 Doug Evans <xdje42@gmail.com>
7643
7644 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7645 entries. Duplicate file section script entries.
7646 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7647 inlined entries. Add test for safe-path rejection.
7648 * gdb.python/py-section-script.c: Add duplicate inlined section script
7649 entries. Duplicate file section script entries.
7650 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7651 inlined entries. Add test for safe-path rejection.
7652
7653 2015-01-29 Joel Brobecker <brobecker@adacore.com>
7654
7655 * gdb.ada/disc_arr_bound: New testcase.
7656
7657 2015-01-29 Joel Brobecker <brobecker@adacore.com>
7658
7659 * gdb.ada/mi_var_array: New testcase.
7660
7661 2015-01-27 Doug Evans <dje@google.com>
7662
7663 * gdb.python/py-objfile.exp: Add tests for objfile.username.
7664 Add test for objfile.filename, objfile.username after objfile
7665 has been unloaded.
7666
7667 2015-01-26 Joel Brobecker <brobecker@adacore.com>
7668
7669 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7670 the second test to print the name attribute of value
7671 returned by the call to gdb.lookup_type, and adjust
7672 the expected output accordingly.
7673
7674 2015-01-25 Mark Wielaard <mjw@redhat.com>
7675
7676 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7677 * gdb.base/disp-step-fork.c: Include unistd.h.
7678 * gdb.base/siginfo-obj.c: Include stdio.h.
7679 * gdb.base/siginfo-thread.c: Likewise.
7680 * gdb.mi/non-stop.c: Include unistd.h.
7681 * gdb.mi/nsthrexec.c: Include stdio.h.
7682 * gdb.mi/pthreads.c: Include unistd.h.
7683 * gdb.modula2/unbounded1.c (main): Declare returns int.
7684 * gdb.reverse/consecutive-reverse.c: Likewise.
7685 * gdb.threads/create-fail.c: Include unistd.h.
7686 * gdb.threads/killed.c: Likewise.
7687 * gdb.threads/linux-dp.c: Likewise.
7688 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
7689 * gdb.threads/non-ldr-exc-2.c: Likewise.
7690 * gdb.threads/non-ldr-exc-3.c: Likewise.
7691 * gdb.threads/non-ldr-exc-4.c: Likewise.
7692 * gdb.threads/pthreads.c: Include unistd.h.
7693 (main): Declare returns int.
7694 * gdb.threads/tls-main.c (foo): New declaration.
7695 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
7696
7697 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
7698
7699 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
7700 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
7701
7702 2015-01-15 Mark Wielaard <mjw@redhat.com>
7703
7704 * gdb.base/noreturn-return.c: New file.
7705 * gdb.base/noreturn-return.exp: New file.
7706 * gdb.base/noreturn-finish.c: New file.
7707 * gdb.base/noreturn-finish.exp: New file.
7708
7709 2015-01-23 Pedro Alves <palves@redhat.com>
7710
7711 * gdb.threads/continue-pending-after-query.c: New file.
7712 * gdb.threads/continue-pending-after-query.exp: New file.
7713
7714 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
7715 Simon Marchi <simon.marchi@ericsson.com>
7716
7717 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
7718 * gdb.base/valgrind-db-attach.exp: Same.
7719 * gdb.base/valgrind-infcall.exp: Same.
7720 * lib/mi-support.exp (default_mi_gdb_start): Same.
7721 * lib/prompt.exp (default_prompt_gdb_start): Same.
7722 * lib/gdb.exp (default_gdb_spawn): Same.
7723 (gdb_interact): New.
7724
7725
7726 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7727
7728 * gdb.compile/compile.exp (pointer to jit function): New test.
7729
7730 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
7731
7732 * lib/gdb.exp (supports_process_record): Return true for
7733 powerpc*-*-linux*.
7734 (supports_reverse): Likewise.
7735
7736 2015-01-15 Don Breazeal <donb@codesourcery.com>
7737
7738 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
7739 instead of checking whether the target board is remote and
7740 use spawn_wait_for_attach instead of exec/sleep.
7741 * gdb.base/attach-twice.exp: Likewise.
7742
7743 2015-01-15 Joel Brobecker <brobecker@adacore.com>
7744
7745 * gdb.ada/var_arr_attrs: New testcase.
7746
7747 2015-01-14 Pedro Alves <palves@redhat.com>
7748 Joel Brobecker <brobecker@adacore.com>
7749
7750 PR gdb/17525
7751 * gdb.base/bp-cmds-execution-x-script.c: New file.
7752 * gdb.base/bp-cmds-execution-x-script.exp: New file.
7753 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
7754
7755 2015-01-14 Pedro Alves <palves@redhat.com>
7756
7757 PR cli/17828
7758 * gdb.base/batch-preserve-term-settings.c: New file.
7759 * gdb.base/batch-preserve-term-settings.exp: New file.
7760
7761 2015-01-13 Doug Evans <dje@google.com>
7762
7763 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
7764 binary.
7765
7766 2015-01-13 Joel Brobecker <brobecker@adacore.com>
7767
7768 * Makefile.in (clean mostlyclean): Do not delete *.py.
7769
7770 2015-01-13 Joel Brobecker <brobecker@adacore.com>
7771
7772 * gdb.python/py-lookup-type.exp: New file.
7773
7774 2015-01-12 Pedro Alves <palves@redhat.com>
7775
7776 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
7777 restore GDBFLAGS before returning.
7778
7779 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7780
7781 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
7782 is_amd64_regs_target and is_x86_like_target.
7783
7784 2015-01-11 Doug Evans <xdje42@gmail.com>
7785
7786 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
7787 is given without an explicit form.
7788 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
7789 attributes.
7790 * gdb.dwarf/corrupt.exp: Ditto.
7791 * gdb.dwarf2/enum-type.exp: Ditto.
7792 * gdb.trace/entry-values.exp: Ditto.
7793 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
7794
7795 2015-01-11 Doug Evans <xdje42@gmail.com>
7796
7797 PR gdb/15830
7798 * gdb.base/maint.exp: Remove references to "maint demangle".
7799 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
7800 Add tests for explicitly specifying language to demangle.
7801 * gdb.dlang/demangle.exp: Ditto.
7802
7803 2015-01-09 Pedro Alves <palves@redhat.com>
7804
7805 * gdb.threads/non-stop-fair-events.c: New file.
7806 * gdb.threads/non-stop-fair-events.exp: New file.
7807
7808 2015-01-09 Pedro Alves <palves@redhat.com>
7809
7810 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
7811 the global scope. Set a breakpoint after all threads are started
7812 rather than stepping over two source lines. Expect the prompt.
7813 * gdb.base/watch_thread_num.c (threads_started_barrier): New
7814 global.
7815 (NUM): Now 15.
7816 (main): Use threads_started_barrier to wait for all threads to
7817 start. Main thread no longer calls thread_function. Exit after
7818 180 seconds.
7819 (loop): New function.
7820 (thread_function): Wait on threads_started_barrier barrier. Call
7821 'loop' at each iteration.
7822 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
7823 threads have started, instead of hardcoding number of "next"
7824 steps. Use an access watchpoint instead of a write watchpoint.
7825
7826 2015-01-09 Pedro Alves <palves@redhat.com>
7827
7828 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
7829 (thread_func): Wait on barrier.
7830 (main): Wait for all threads to start before stopping GDB.
7831 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
7832 global.
7833 (thread1_func, thread2_func): Wait on barrier.
7834 (main): Wait for all threads to start before stopping GDB.
7835 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
7836 New global.
7837 (thread1_func, thread2_func): Wait on barrier.
7838 (main): Wait for all threads to start before stopping GDB.
7839
7840 2015-01-09 Pedro Alves <palves@redhat.com>
7841
7842 * gdb.threads/attach-many-short-lived-threads.c: New file.
7843 * gdb.threads/attach-many-short-lived-threads.exp: New file.
7844
7845 2014-01-09 Pedro Alves <palves@redhat.com>
7846
7847 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
7848 instead of to thread 2.
7849 * gdb.threads/signal-command-multiple-signals-pending.c (main):
7850 Add barrier around each pthread_create call instead of around all
7851 calls.
7852 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
7853 Set a break on thread_function and have the child threads hit it
7854 one at at a time.
7855
7856 2015-01-09 Pedro Alves <palves@redhat.com>
7857
7858 * lib/gdb.exp (can_spawn_for_attach): New procedure.
7859 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
7860 false.
7861 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
7862 checking whether the target board is remote.
7863 * gdb.multi/multi-attach.exp: Likewise.
7864 * gdb.python/py-sync-interp.exp: Likewise.
7865 * gdb.server/ext-attach.exp: Likewise.
7866 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
7867 tests that need to attach, instead of checking whether the target
7868 board is remote at the top of the file.
7869
7870 2015-01-08 Yao Qi <yao@codesourcery.com>
7871
7872 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
7873
7874 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7875
7876 Fix testcase compilation.
7877 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
7878
7879 2015-01-06 Joel Brobecker <brobecker@adacore.com>
7880
7881 * gdb.python/py-type.exp: Add a couple test about empty
7882 array creation, and negative-length array creation.
7883
7884 2015-01-02 Doug Evans <xdje42@gmail.com>
7885
7886 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
7887
7888 2015-01-02 Doug Evans <dje@google.com>
7889
7890 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
7891
7892 2014-12-29 Yao Qi <yao@codesourcery.com>
7893
7894 * gdb.trace/entry-values.exp: Update comments. Rename variable
7895 bar_call_foo to returned_from_foo.
7896
7897 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
7898
7899 PR gdb/17394
7900 * gdb.linespec/break-asm-file.c: New file.
7901 * gdb.linespec/break-asm-file.exp: New file.
7902 * gdb.linespec/break-asm-file0.s: New file.
7903 * gdb.linespec/break-asm-file1.s: New file.
7904
7905 2014-12-18 Nigel Stephens <nigel@mips.com>
7906 Maciej W. Rozycki <macro@codesourcery.com>
7907
7908 * gdb.base/float.exp: Handle the new output from "info float" on
7909 MIPS targets.
7910
7911 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7912
7913 Fix MinGW compilation.
7914 * gdb.compile/compile-ops.exp: Update untested message if
7915 !skip_compile_feature_tests.
7916 * gdb.compile/compile-setjmp.exp: Likewise.
7917 * gdb.compile/compile-tls.exp: Likewise.
7918 * gdb.compile/compile.exp: Likewise.
7919 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
7920 supported on this host".
7921
7922 2014-12-16 Doug Evans <xdje42@gmail.com>
7923
7924 * boards/stabs.exp: New file.
7925
7926 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
7927
7928 * gdb.base/completion.exp: Adjust to format changes of "maint
7929 print user-registers".
7930
7931 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
7932
7933 PR server/17457
7934 * gdb.arch/aarch64-fp.c: New file.
7935 * gdb.arch/aarch64-fp.exp: New file.
7936
7937 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7938
7939 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
7940 r210637, r210913, r211666, r215400, r215817).
7941
7942 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
7943 * dg-extract-results.py: New file.
7944 * dg-extract-results.sh: Use it if the environment seems
7945 suitable.
7946
7947 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
7948
7949 * dg-extract-results.py (parse_run): Handle warnings that
7950 are printed before a test harness is run.
7951
7952 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
7953
7954 * dg-extract-results.py (Named): Remove __cmp__ method.
7955 (output_variation): Use a key to sort variation.harnesses.
7956
7957 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
7958
7959 * dg-extract-results.py: For Python 3, force sys.stdout to
7960 handle surrogate escape sequences.
7961 (safe_open): New function.
7962 (output_segment, main): Use it.
7963
7964 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
7965
7966 * dg-extract-results.py (Prog.result_re): Include options
7967 in test name.
7968
7969 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
7970
7971 * dg-extract-results.py (output_variation): Always sort if
7972 do_sum.
7973
7974 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
7975
7976 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
7977 as long as we get pagination notifications.
7978
7979 2014-12-15 Jason Merrill <jason@redhat.com>
7980
7981 * Makefile.in (check-gdb.%): Restore.
7982 * README: Mention it.
7983
7984 2014-12-13 Joel Brobecker <brobecker@adacore.com>
7985
7986 * gdb.ada/str_uninit: New testcase.
7987
7988 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7989
7990 PR symtab/17642
7991 * gdb.base/vla-stub-define.c: New file.
7992 * gdb.base/vla-stub.c: New file.
7993 * gdb.base/vla-stub.exp: New file.
7994
7995 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
7996 Jan Kratochvil <jan.kratochvil@redhat.com>
7997 Tom Tromey <tromey@redhat.com>
7998
7999 * configure.ac: Add gdb.compile/.
8000 * configure: Regenerate.
8001 * gdb.compile/Makefile.in: New file.
8002 * gdb.compile/compile-ops.exp: New file.
8003 * gdb.compile/compile-ops.c: New file.
8004 * gdb.compile/compile-tls.c: New file.
8005 * gdb.compile/compile-tls.exp: New file.
8006 * gdb.compile/compile-constvar.S: New file.
8007 * gdb.compile/compile-constvar.c: New file.
8008 * gdb.compile/compile-mod.c: New file.
8009 * gdb.compile/compile-nodebug.c: New file.
8010 * gdb.compile/compile-setjmp-mod.c: New file.
8011 * gdb.compile/compile-setjmp.c: New file.
8012 * gdb.compile/compile-setjmp.exp: New file.
8013 * gdb.compile/compile-shlib.c: New file.
8014 * gdb.compile/compile.c: New file.
8015 * gdb.compile/compile.exp: New file.
8016 * lib/gdb.exp (skip_compile_feature_tests): New proc.
8017
8018 2014-12-12 Tom Tromey <tromey@redhat.com>
8019
8020 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
8021 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
8022
8023 2014-12-12 Doug Evans <dje@google.com>
8024
8025 * lib/gdb-python.exp (get_python_valueof): New function.
8026 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
8027
8028 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8029
8030 * gdb.base/completion.exp: Add test for completion of "info
8031 registers ".
8032
8033 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
8034
8035 * gdb.base/func-ptrs.c: New file.
8036 * gdb.base/func-ptrs.exp: New file.
8037
8038 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8039
8040 PR breakpoints/17012
8041 * gdb.base/dprintf-detach.c: New file.
8042 * gdb.base/dprintf-detach.exp: New file.
8043
8044 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8045
8046 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
8047 * lib/gdb.exp (target_is_gdbserver): New procedure.
8048
8049 2014-12-08 Doug Evans <dje@google.com>
8050
8051 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
8052
8053 2014-12-05 Yao Qi <yao@codesourcery.com>
8054
8055 * gdb.guile/scm-error.exp: Remove the third argument to
8056 gdb_remote_download.
8057 * gdb.guile/scm-frame-args.exp: Likewise.
8058 * gdb.guile/scm-section-script.exp: Likewise.
8059
8060 2014-12-05 Yao Qi <yao@codesourcery.com>
8061
8062 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
8063
8064 2014-12-04 Doug Evans <dje@google.com>
8065
8066 * gdb.python/py-objfile.exp: Add tests for
8067 objfile.add_separate_debug_file.
8068
8069 2014-12-04 Doug Evans <dje@google.com>
8070
8071 * lib/gdb.exp (get_build_id): New function.
8072 (build_id_debug_filename_get): Rewrite to use it.
8073 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
8074
8075 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
8076
8077 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
8078 `method(long)', not just 0x0.
8079 * gdb.cp/nsalias.exp: Align code labels to 4.
8080 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
8081 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
8082 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
8083 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
8084 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
8085 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
8086
8087 2014-12-02 Doug Evans <dje@google.com>
8088
8089 PR symtab/17602
8090 * gdb.cp/anon-ns.cc: Move guts of this file to ...
8091 * gdb.cp/anon-ns2.cc: ... here. New file.
8092 * gdb.cp/anon-ns.exp: Update.
8093
8094 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
8095
8096 * gdb.python/py-events.py (inferior_call_handler): New.
8097 (register_changed_handler, memory_changed_handler): New.
8098 (test_events.invoke): Register new handlers.
8099 * gdb.python/py-events.exp: Add tests for inferior call,
8100 memory_changed and register_changed events.
8101
8102 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8103
8104 * gdb.base/execl-update-breakpoints.exp: Specify the link address
8105 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
8106 if the linker doesn't understand this.
8107
8108 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
8109
8110 * gdb.python/python.exp: Change expected reply to help().
8111
8112 2014-12-01 Yao Qi <yao@codesourcery.com>
8113
8114 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
8115 AC_CONFIG_SUBDIRS(gdb.gdbtk).
8116 * configure: Re-generated.
8117
8118 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
8119
8120 * gdb.cp/chained-calls.cc: New file.
8121 * gdb.cp/chained-calls.exp: New file.
8122 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8123
8124 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
8125
8126 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8127 * gdb.dwarf2/symtab-producer.exp: Same.
8128 * gdb.gdb/python-interrupts.exp: Same.
8129 * gdb.gdb/python-selftest.exp: Same.
8130 * gdb.python/py-linetable.exp: Same.
8131 * gdb.python/py-type.exp: Same.
8132 * gdb.python/py-value-cc.exp: Same.
8133 * gdb.python/py-value.exp: Same.
8134
8135 2014-11-28 Yao Qi <yao@codesourcery.com>
8136
8137 * gdb.base/break-probes.exp: Match library name prefixed with
8138 sysroot.
8139
8140 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
8141
8142 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
8143 test expected output. Add parentheses for the call to print.
8144 Remove L suffix from integers.
8145
8146 2014-11-26 Doug Evans <dje@google.com>
8147
8148 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8149
8150 2014-11-22 Yao Qi <yao@codesourcery.com>
8151
8152 * gdb.trace/entry-values.c: Remove asms.
8153 (foo): Add foo_label.
8154 (bar): Add bar_label.
8155 * gdb.trace/entry-values.exp: Remove code computing foo's
8156 length and bar's length.
8157 (Dwarf::assemble): Invoke function_range for bar and use
8158 MACRO_AT_func for foo.
8159
8160 2014-11-22 Yao Qi <yao@codesourcery.com>
8161
8162 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8163 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
8164 Use .Lgcc43_procstart instead of gcc43.
8165
8166 2014-11-21 Joel Brobecker <brobecker@adacore.com>
8167
8168 * gdb.ada/n_arr_bound: New testcase.
8169
8170 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
8171
8172 PR breakpoints/10737
8173 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8174 test_catch_syscall_multi_arch.
8175 (test_catch_syscall_multi_arch): New function.
8176
8177 2014-11-20 Doug Evans <xdje42@gmail.com>
8178
8179 * gdb.base/maint.exp: Update expected output.
8180
8181 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8182
8183 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8184 4-byte instruction on S390.
8185
8186 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8187
8188 * gdb.ada/arr_arr: New testcase.
8189
8190 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8191
8192 * gdb.ada/pkd_arr_elem: New Testcase.
8193
8194 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
8195
8196 * gdb.reverse/break-precsave: Expect completion message for
8197 core file reads.
8198 * gdb.reverse/consecutive-precsave.exp: Likewise.
8199 * gdb.reverse/finish-precsave.exp: Likewise.
8200 * gdb.reverse/i386-precsave.exp: Likewise.
8201 * gdb.reverse/machinestate-precsave.exp: Likewise.
8202 * gdb.reverse/sigall-precsave.exp: Likewise.
8203 * gdb.reverse/solib-precsave.exp: Likewise.
8204 * gdb.reverse/step-precsave.exp: Likewise.
8205 * gdb.reverse/until-precsave.exp: Likewise.
8206 * gdb.reverse/watch-precsave.exp: Likewise.
8207
8208 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8209
8210 * gdb.base/bp-permanent.c: Include unistd.h.
8211 * gdb.python/py-framefilter-mi.c (main): Add return type.
8212 * gdb.python/py-framefilter.c (main): Likewise.
8213 * gdb.trace/actions-changed.c (main): Likewise.
8214
8215 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8216
8217 * gdb.mi/until.c: Add eye-catchers.
8218 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8219 line numbers.
8220
8221 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8222
8223 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8224 function header variants in break1.c.
8225 * gdb.base/ena-dis-br.exp: Likewise.
8226 * gdb.base/hbreak2.exp: Likewise.
8227 * gdb.reverse/until-precsave.exp: Drop references to removed
8228 non-prototype function header variants in ur1.c.
8229 * gdb.reverse/until-reverse.exp: Likewise.
8230
8231 2014-11-17 Petr Machata <pmachata@redhat.com>
8232
8233 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8234 ${_cu_offset_size} bytes abbrev offset.
8235
8236 2014-11-15 Doug Evans <xdje42@gmail.com>
8237
8238 PR symtab/17559
8239 * gdb.base/line-symtabs.exp: New file.
8240 * gdb.base/line-symtabs.c: New file.
8241 * gdb.base/line-symtabs.h: New file.
8242
8243 2014-11-14 Yao Qi <yao@codesourcery.com>
8244
8245 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8246 (func): Add label func_label.
8247 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8248 Replace low_pc and high_pc with MACRO_AT_range.
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 (Dwarf::assemble):
8254 Replace name, low_pc and high_pc with MACRO_AT_func.
8255
8256 2014-11-14 Yao Qi <yao@codesourcery.com>
8257
8258 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8259 produce debug information.
8260 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8261
8262 2014-11-14 Yao Qi <yao@codesourcery.com>
8263
8264 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8265 object and get function length.
8266 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8267 with MACRO_AT_func.
8268 (top-level): Replace gdb_compile and clean_restart with
8269 prepare_for_testing.
8270 * gdb.dwarf2/main.c (main): Add label main_label.
8271
8272 2014-11-14 Yao Qi <yao@codesourcery.com>
8273
8274 * lib/dwarf.exp (function_range): New procedure.
8275 (Dwarf::_handle_macro_at_func): New procedure.
8276 (Dwarf::_handle_macro_at_range): New procedure.
8277 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8278
8279 2014-11-14 Yao Qi <yao@codesourcery.com>
8280
8281 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8282 (_handle_attribute): New procedure.
8283
8284 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8285
8286 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8287 * gdb.base/call-sc.c (zed): Likewise.
8288 * gdb.base/checkpoint.c (main): Likewise.
8289 * gdb.base/dump.c (main): Likewise.
8290 * gdb.base/gcore.c (main): Likewise.
8291 * gdb.base/huge.c (main): Likewise.
8292 * gdb.base/multi-forks.c (main): Likewise.
8293 * gdb.base/pr10179-a.c (main): Likewise.
8294 * gdb.base/savedregs.c (main): Likewise.
8295 * gdb.base/sigaltstack.c (main): Likewise.
8296 * gdb.base/siginfo.c (main): Likewise.
8297 * gdb.base/structs.c (zed): Likewise.
8298 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8299 * gdb.mi/mi-syn-frame.c (main): Likewise.
8300 * gdb.mi/until.c (foo, main): Likewise.
8301 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8302 * gdb.base/solib-weak.c (foo): Declare.
8303 * gdb.base/attach-twice.c: Include stdio.h.
8304 * gdb.base/weaklib1.c: Likewise.
8305 * gdb.base/weaklib2.c: Likewise.
8306 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8307 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8308 unistd.h.
8309 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8310 * gdb.mi/mi-exit-code.c: Likewise.
8311 * gdb.base/break-interp-lib.c: Include string.h.
8312 * gdb.base/coremaker.c: Likewise.
8313 * gdb.base/testenv.c: Likewise.
8314 * gdb.python/py-finish-breakpoint.c: Likewise.
8315 * gdb.base/inferior-died.c: Include sys/wait.h.
8316 * gdb.base/fileio.c: Include time.h.
8317 * gdb.base/async-shell.c: Include unistd.h.
8318 * gdb.base/dprintf-non-stop.c: Likewise.
8319 * gdb.base/info-os.c: Likewise.
8320 * gdb.mi/mi-console.c: Likewise.
8321 * gdb.mi/watch-nonstop.c: Likewise.
8322 * gdb.python/py-events.c: Likewise.
8323 * gdb.base/async.c (baz): Move up before its invocation.
8324 * gdb.base/code_elim2.c (my_global_func): Likewise.
8325 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8326 * gdb.base/advance.c (func2): Likewise.
8327
8328 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8329
8330 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8331 variant.
8332 * gdb.base/annota3.c: Likewise.
8333 * gdb.base/async.c: Likewise.
8334 * gdb.base/average.c: Likewise.
8335 * gdb.base/call-ar-st.c: Likewise.
8336 * gdb.base/call-rt-st.c: Likewise.
8337 * gdb.base/call-sc.c: Likewise.
8338 * gdb.base/call-strs.c: Likewise.
8339 * gdb.base/ending-run.c: Likewise.
8340 * gdb.base/execd-prog.c: Likewise.
8341 * gdb.base/exprs.c: Likewise.
8342 * gdb.base/foll-exec.c: Likewise.
8343 * gdb.base/foll-fork.c: Likewise.
8344 * gdb.base/foll-vfork.c: Likewise.
8345 * gdb.base/funcargs.c: Likewise.
8346 * gdb.base/gcore.c: Likewise.
8347 * gdb.base/jump.c: Likewise.
8348 * gdb.base/langs0.c: Likewise.
8349 * gdb.base/langs1.c: Likewise.
8350 * gdb.base/langs2.c: Likewise.
8351 * gdb.base/mips_pro.c: Likewise.
8352 * gdb.base/nodebug.c: Likewise.
8353 * gdb.base/opaque0.c: Likewise.
8354 * gdb.base/opaque1.c: Likewise.
8355 * gdb.base/recurse.c: Likewise.
8356 * gdb.base/run.c: Likewise.
8357 * gdb.base/scope0.c: Likewise.
8358 * gdb.base/scope1.c: Likewise.
8359 * gdb.base/setshow.c: Likewise.
8360 * gdb.base/setvar.c: Likewise.
8361 * gdb.base/shmain.c: Likewise.
8362 * gdb.base/shr1.c: Likewise.
8363 * gdb.base/shr2.c: Likewise.
8364 * gdb.base/sigall.c: Likewise.
8365 * gdb.base/signals.c: Likewise.
8366 * gdb.base/so-indr-cl.c: Likewise.
8367 * gdb.base/solib2.c: Likewise.
8368 * gdb.base/structs.c: Likewise.
8369 * gdb.base/sum.c: Likewise.
8370 * gdb.base/vforked-prog.c: Likewise.
8371 * gdb.base/watchpoint.c: Likewise.
8372 * gdb.reverse/shr2.c: Likewise.
8373 * gdb.reverse/until-reverse.c: Likewise.
8374 * gdb.reverse/ur1.c: Likewise.
8375 * gdb.reverse/watch-reverse.c: Likewise.
8376
8377 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8378
8379 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8380 variant.
8381 * gdb.base/sepdebug.exp: Drop references to removed code.
8382
8383 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8384
8385 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8386 variant. Preserve original line numbering.
8387 * gdb.base/list1.c: Likewise.
8388
8389 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8390
8391 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8392 variant.
8393 * gdb.base/break1.c: Likewise.
8394 * gdb.base/break.exp: Drop references to removed code.
8395
8396 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8397
8398 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8399 variant.
8400
8401 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8402
8403 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8404
8405 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8406
8407 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8408 logic into perform_all_tests() and invoke it with and without
8409 function header prototypes.
8410 (do_function_calls): Remove conditional XFAIL for PR 5318.
8411 (rerun_and_prepare): Remove duplicate code.
8412 (perform_all_tests): New. Main logic moved here.
8413
8414 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8415
8416 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8417 code guarded by #ifdef NO_PROTOTYPES.
8418 (t_double_many_args): Likewise.
8419 (DEF_FUNC_MANY_ARGS_1): Likewise.
8420 (DEF_FUNC_VALUES_1): Likewise.
8421 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8422 guarded by #ifdef PROTOTYPES.
8423
8424 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8425
8426 * gdb.mi/mi-console.c: Add eye-catcher.
8427 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8428 instead of literal line number.
8429
8430 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8431
8432 * gdb.base/shr2.c: Add eye-catcher.
8433 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8434 line number.
8435
8436 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8437
8438 * gdb.base/jump.c: Add eye-catchers.
8439 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8440 numbers.
8441
8442 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8443
8444 * gdb.base/execd-prog.c: Add eye-catchers.
8445 * gdb.base/foll-exec.c: Likewise.
8446 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8447 line numbers.
8448
8449 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8450
8451 * gdb.base/ending-run.c: Add eye-catchers.
8452 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8453 literal line numbers.
8454
8455 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8456
8457 * gdb.base/call-rt-st.c: Add eye-catchers.
8458 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8459 literal line numbers.
8460
8461 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8462
8463 * gdb.base/call-ar-st.c: Add eye-catchers.
8464 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8465 literal line numbers.
8466
8467 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8468
8469 * gdb.base/average.c: Add eye-catchers.
8470 * gdb.base/sum.c: Likewise.
8471 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8472 regexps dynamically.
8473
8474 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8475
8476 * gdb.base/solib1.c: Add eye-catchers.
8477 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8478 literal line numbers.
8479
8480 2014-11-12 Pedro Alves <palves@redhat.com>
8481
8482 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8483 leader has exited.
8484
8485 2014-11-12 Pedro Alves <palves@redhat.com>
8486
8487 * gdb.arch/i386-bp_permanent.c: New file.
8488 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8489 (srcfile): Set to i386-bp_permanent.c.
8490 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8491 that stepi does not execute the 'leave' instruction, instead of
8492 testing it does execute.
8493 * gdb.base/bp-permanent.c: New file.
8494 * gdb.base/bp-permanent.exp: New file.
8495
8496 2014-11-10 Doug Evans <xdje42@gmail.com>
8497
8498 PR symtab/17564
8499 * gdb.base/symtab-search-order.exp: New file.
8500 * gdb.base/symtab-search-order.c: New file.
8501 * gdb.base/symtab-search-order-1.c: New file.
8502 * gdb.base/symtab-search-order-shlib-1.c: New file.
8503
8504 2014-11-07 Pedro Alves <palves@redhat.com>
8505
8506 PR gdb/17511
8507 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8508 i?86-*-linux*.
8509
8510 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8511
8512 PR c++/17494
8513 * gdb.cp/pr17494.cc: New file.
8514 * gdb.cp/pr17494.exp: New file.
8515
8516 2014-11-02 Yao Qi <yao@codesourcery.com>
8517
8518 * gdb.python/python.exp: Get working directory and match the
8519 output of "set extended-prompt \\w " with it.
8520
8521 2014-10-30 Doug Evans <dje@google.com>
8522
8523 * gdb.python/py-objfile.exp: Add tests for setting random attributes
8524 in objfiles.
8525 * gdb.python/py-progspace.exp: Add tests for setting random attributes
8526 in progspaces.
8527
8528 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
8529
8530 * gdb.base/fullpath-expand.exp: Skip for a remote host.
8531 * gdb.base/realname-expand.exp: Likewise.
8532 * gdb.linespec/macro-relative.exp: Likewise.
8533
8534 2014-10-29 Pedro Alves <palves@redhat.com>
8535
8536 PR gdb/17408
8537 * gdb.threads/schedlock.c (some_function): New function.
8538 (call_function): New global.
8539 (MAYBE_CALL_SOME_FUNCTION): New macro.
8540 (thread_function): Call it.
8541 * gdb.threads/schedlock.exp (get_args): Add description parameter,
8542 and use it instead of a global counter. Adjust all callers.
8543 (get_current_thread): Use "find current thread" for test message
8544 here rather than having all callers pass down the same string.
8545 (goto_loop): New procedure, factored out from ...
8546 (my_continue): ... this.
8547 (step_ten_loops): Change parameter from test message to command to
8548 use. Adjust.
8549 (list_count): Delete global.
8550 (check_result): New procedure, factored out from duplicate top
8551 level code.
8552 (continue tests): Wrap in with_test_prefix.
8553 (test_step): New procedure, factored out from duplicate top level
8554 code.
8555 (top level): Test "step" in combination with all scheduler-locking
8556 modes. Test "next" in combination with all scheduler-locking
8557 modes, and in combination with stepping over a function call or
8558 not.
8559 * gdb.threads/next-bp-other-thread.c: New file.
8560 * gdb.threads/next-bp-other-thread.exp: New file.
8561
8562 2014-10-29 Pedro Alves <palves@redhat.com>
8563
8564 PR python/17372
8565 * gdb.python/python.exp: Test a multi-line command that spawns
8566 interactive Python.
8567 * gdb.base/multi-line-starts-subshell.exp: New file.
8568
8569 2014-10-29 Yao Qi <yao@codesourcery.com>
8570
8571 * gdb.base/fileio.exp: Make directories on host.
8572
8573 2014-10-29 Yao Qi <yao@codesourcery.com>
8574
8575 * gdb.base/fileio.c (test_write): Close the file.
8576
8577 2014-10-28 Pedro Alves <palves@redhat.com>
8578
8579 PR gdb/12623
8580 * gdb.base/sigstep.c (no_handler): New global.
8581 (main): If 'no_handler is true, set the signal handlers to
8582 SIG_IGN.
8583 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8584 with_sw_watch and no_handler parameters. Handle them.
8585 (top level) <stepping over handler when stopped at a breakpoint
8586 test>: Add a test axis for testing with a software watchpoint, and
8587 another for testing with the signal handler set to SIG_IGN.
8588 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8589 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8590
8591 2014-10-28 Pedro Alves <palves@redhat.com>
8592
8593 PR gdb/17511
8594 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8595 * gdb.base/sigstep.exp (other_handler_location): New global.
8596 (advance): Support stepping into the signal handler, and running
8597 commands while in the handler.
8598 (in_handler_map): New global.
8599 (top level): In the advance test, add combinations for getting
8600 into the handler with stepping commands, and for running commands
8601 in the handler. Add comment descripting the advancei tests.
8602
8603 2014-10-28 Pedro Alves <palves@redhat.com>
8604
8605 * gdb.base/sigstep.exp: Use build_executable instead of
8606 prepare_for_testing.
8607 (top level): Move code that starts GDB, runs to main and creates a
8608 display to ...
8609 (restart): ... this new procedure.
8610 (top level): Move backtrace from signal handler test to ...
8611 (validate_backtrace): ... this new procedure.
8612 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
8613 with_test_prefix. Always restart GDB.
8614 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
8615 with_test_prefix. Always restart GDB. No need to delete
8616 breakpoints after the test.
8617 (test_skip_handler): Remove prefix parameter.
8618 (skip_over_handler, breakpoint_to_handler)
8619 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8620 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
8621 restart GDB. No need to delete breakpoints after the test.
8622 (top level): Use foreach to call the test procedures with
8623 different commands.
8624
8625 2014-10-28 Pedro Alves <palves@redhat.com>
8626
8627 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8628 instead of GNATS numbers.
8629 * gdb.base/sigbpt.exp: Likewise.
8630 * gdb.base/siginfo.exp: Likewise.
8631 * gdb.base/sigstep.exp: Likewise.
8632
8633 2014-10-27 Pedro Alves <palves@redhat.com>
8634
8635 * gdb.base/sigstep.c (dummy): New global.
8636 (main): Issue a couple writes to the new global.
8637 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8638 procedures.
8639 (skip_over_handler): Use test_skip_handler.
8640 (top level): Call skip_over_handler for stepi and nexti too.
8641 (breakpoint_over_handler): Use test_skip_handler.
8642 (top level): Call breakpoint_over_handler for stepi and nexti too.
8643
8644 2014-10-27 Yao Qi <yao@codesourcery.com>
8645
8646 * gdb.trace/tfile.c (adjust_function_address)
8647 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8648 function descriptor.
8649
8650 2014-10-24 Don Breazeal <donb@codesourcery.com>
8651
8652 * gdb.base/foll-fork.exp (test_follow_fork,
8653 catch_fork_child_follow): Check for updated fork messages emitted
8654 from infrun.c.
8655 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8656 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8657 vfork_and_exec_child_follow_through_step): Check for updated vfork
8658 messages emitted from infrun.c.
8659
8660 2014-10-24 Pedro Alves <palves@redhat.com>
8661
8662 * gdb.base/corefile.exp: Remove references to ultrix.
8663 * gdb.base/interrupt.exp: Likewise.
8664 * gdb.base/whatis.exp: Likewise.
8665 * gdb.gdb/selftest.exp: Likewise.
8666 * gdb.threads/manythreads.exp: Likewise.
8667 * gdb.threads/print-threads.exp: Likewise.
8668 * gdb.threads/pthreads.exp:: Likewise.
8669 * gdb.threads/schedlock.exp: Likewise.
8670
8671 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
8672
8673 * gdb.cp/non-trivial-retval.cc: Add a test case.
8674 * gdb.cp/non-trivial-retval.exp: Add a test.
8675
8676 2014-10-20 Yao Qi <yao@codesourcery.com>
8677
8678 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8679 * gdb.python/py-objfile-script-gdb.py: New file.
8680 * gdb.python/py-objfile-script.exp: Update reference to
8681 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
8682 of remote_download. Remove the dest file.
8683
8684 2014-10-20 Yao Qi <yao@codesourcery.com>
8685
8686 * gdb.base/checkpoint.exp: Don't remove file copied on host.
8687 * gdb.base/step-line.exp: Likewise.
8688 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8689 * gdb.dwarf2/dw2-basic.exp: Likewise.
8690 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8691 * gdb.dwarf2/dw2-filename.exp: Likewise.
8692 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8693 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8694 * gdb.dwarf2/dw2-producer.exp: Likewise.
8695 * gdb.dwarf2/mac-fileno.exp: Likewise.
8696 * gdb.python/py-frame-args.exp: Likewise.
8697 * gdb.python/py-framefilter.exp: Likewise.
8698 * gdb.python/py-mi.exp: Likewise.
8699 * gdb.python/py-objfile-script.exp: Likewise
8700 * gdb.python/py-pp-integral.exp: Likewise.
8701 * gdb.python/py-pp-re-notag.exp: Likewise.
8702 * gdb.python/py-prettyprint.exp: Likewise.
8703 * gdb.python/py-section-script.exp: Likewise.
8704 * gdb.python/py-typeprint.exp: Likewise.
8705 * gdb.python/py-xmethods.exp: Likewise.
8706 * gdb.stabs/weird.exp: Likewise.
8707 * gdb.xml/tdesc-regs.exp: Likewise.
8708
8709 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
8710
8711 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
8712 (out_cu): Use addr_len for the size of addresses.
8713 (out_line): Likewise. Size DW_LNE_set_address instruction
8714 according to addr_len.
8715 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
8716 (FUNC): Add START_INSNS to definition.
8717
8718 2014-10-18 Yao Qi <yao@codesourcery.com>
8719
8720 * gdb.base/argv0-symlink.exp: Check argv[0] value if
8721 gdb_has_argv0 return true.
8722 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
8723 check [target_info exists noargs], check [gdb_has_argv0]
8724 instead.
8725 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
8726 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
8727 procedures.
8728
8729 2014-10-17 Doug Evans <dje@google.com>
8730
8731 * gdb.python/py-events.exp: Update expected output for clear_objfiles
8732 event.
8733 * gdb.python/py-events.py: Add clear_objfiles event.
8734
8735 2014-10-17 Doug Evans <dje@google.com>
8736
8737 * gdb.python/py-objfile.exp: Test progspace attribute.
8738
8739 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
8740
8741 * gdb.guile/scm-breakpoint.exp: Do not assume any
8742 directory separators when matching source file paths.
8743 * gdb.python/py-breakpoint.exp: Likewise.
8744 * gdb.reverse/break-precsave.exp: Likewise.
8745 * gdb.reverse/break-reverse.exp: Likewise.
8746 * gdb.reverse/consecutive-precsave.exp: Likewise.
8747 * gdb.reverse/finish-precsave.exp: Likewise.
8748 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8749 * gdb.reverse/finish-reverse.exp: Likewise.
8750 * gdb.reverse/i386-precsave.exp: Likewise.
8751 * gdb.reverse/i387-env-reverse.exp: Likewise.
8752 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8753 * gdb.reverse/machinestate-precsave.exp: Likewise.
8754 * gdb.reverse/machinestate.exp: Likewise.
8755 * gdb.reverse/sigall-precsave.exp: Likewise.
8756 * gdb.reverse/solib-precsave.exp: Likewise.
8757 * gdb.reverse/step-precsave.exp: Likewise.
8758 * gdb.reverse/until-precsave.exp: Likewise.
8759 * gdb.reverse/watch-precsave.exp: Likewise.
8760 * gdb.reverse/watch-reverse.exp: Likewise.
8761
8762 2014-10-17 Yao Qi <yao@codesourcery.com>
8763
8764 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
8765 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
8766
8767 2014-10-17 Pedro Alves <palves@redhat.com>
8768
8769 PR gdb/17471
8770 * gdb.base/bg-execution-repeat.c: New file.
8771 * gdb.base/bg-execution-repeat.exp: New file.
8772
8773 2014-10-17 Pedro Alves <palves@redhat.com>
8774
8775 PR gdb/17300
8776 * gdb.base/continue-all-already-running.c: New file.
8777 * gdb.base/continue-all-already-running.exp: New file.
8778
8779 2014-10-17 Pedro Alves <palves@redhat.com>
8780
8781 PR gdb/17472
8782 * gdb.base/annota-input-while-running.c: New file.
8783 * gdb.base/annota-input-while-running.exp: New file.
8784
8785 2014-10-17 Pedro Alves <palves@redhat.com>
8786
8787 * gdb.base/callfuncs.exp: emove references to osf.
8788 * gdb.base/sigall.exp: Likewise.
8789 * gdb.gdb/selftest.exp: Likewise.
8790 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
8791 * gdb.mi/non-stop.c: Likewise.
8792 * gdb.mi/pthreads.c: Likewise.
8793 * gdb.reverse/sigall-precsave.exp: Likewise.
8794 * gdb.reverse/sigall-reverse.exp: Likewise.
8795 * gdb.threads/pthreads.c: Likewise.
8796 * gdb.threads/pthreads.exp: Likewise.
8797
8798 2014-10-17 Yao Qi <yao@codesourcery.com>
8799
8800 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
8801 check 'target_info exists noargs'.
8802 (test_command_prompt_position): Likewise.
8803 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
8804 Remove "set args".
8805 (progvar_simple_while_test): Likewise.
8806 (progvar_complex_if_while_test): Likewise.
8807 (if_while_breakpoint_command_test): Likewise.
8808 (infrun_breakpoint_command_test): Likewise.
8809 (breakpoint_command_test): Likewise.
8810 (watchpoint_command_test): Likewise.
8811 (bp_deleted_in_command_test): Likewise.
8812 (temporary_breakpoint_commands): Likewise.
8813
8814 2014-10-16 Yao Qi <yao@codesourcery.com>
8815
8816 * gdb.base/remotetimeout.exp: Remove noargs checking.
8817
8818 2014-10-15 Pedro Alves <palves@redhat.com>
8819
8820 PR breakpoints/9649
8821 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
8822 * gdb.base/breakpoint-in-ro-region.exp
8823 (probe_target_hardware_step): New procedure.
8824 (top level): Probe hardware stepping and hardware breakpoint
8825 support. Test stepping through a read-only region, with both
8826 "breakpoint auto-hw" on and off and both "always-inserted" on and
8827 off.
8828
8829 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
8830
8831 * gdb.dlang/demangle.exp: Update for demangling changes.
8832
8833 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8834
8835 * gdb.cp/non-trivial-retval.cc: Add new test cases.
8836 * gdb.cp/non-trivial-retval.exp: Add new tests.
8837
8838 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8839
8840 PR c++/13403
8841 PR c++/15154
8842 * gdb.cp/non-trivial-retval.cc: New file.
8843 * gdb.cp/non-trivial-retval.exp: New file.
8844
8845 2014-10-15 Yao Qi <yao@codesourcery.com>
8846
8847 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
8848 remote host.
8849
8850 2014-10-15 Yao Qi <yao@codesourcery.com>
8851
8852 * gdb.python/py-symbol.exp: Match file base name if host is
8853 remote, otherwise match file name with dir name.
8854 * gdb.python/py-symtab.exp: Likewise.
8855 * gdb.python/python.exp: Likewise.
8856
8857 2014-10-15 Yao Qi <yao@codesourcery.com>
8858
8859 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
8860 pattern.
8861 * gdb.python/py-symtab.exp: Likewise.
8862 * gdb.python/python.exp: Remove trailing ".*". Fix typo
8863 locationn.
8864
8865 2014-10-14 Joel Brobecker <brobecker@adacore.com>
8866
8867 * gdb.ada/addr_arith: New testcase.
8868
8869 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
8870
8871 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
8872 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
8873 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
8874 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
8875
8876 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
8877
8878 * gdb.arch/stap-eval-lang-ada.S: Likewise.
8879 * gdb.arch/stap-eval-lang-ada.c: Likewise.
8880 * gdb.arch/stap-eval-lang-ada.exp: New file.
8881
8882 2014-10-14 Yao Qi <yao@codesourcery.com>
8883
8884 * gdb.mi/mi-var-child.c (nothing1): New function.
8885 (nothing2): New function.
8886 (do_children_tests): Set function pointers by nothing1 and
8887 nothing2.
8888 * gdb.mi/mi-var-child.exp: Step over new added statements.
8889 Update test to match the new output.
8890 * gdb.mi/var-cmd.c (nothing1): New function.
8891 (nothing2): New function.
8892 (do_children_tests): Set function pointers by nothing1 and
8893 nothing2.
8894 * gdb.mi/mi-var-display.exp: Update test to match output.
8895 Step to the line specified by $line_dct_nothing.
8896 Increase the number of lines to step.
8897
8898 2014-10-14 Yao Qi <yao@codesourcery.com>
8899
8900 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
8901 tests.
8902 * gdb.mi/mi2-var-child.exp: Likewise.
8903
8904 2014-10-13 Doug Evans <dje@google.com>
8905
8906 * gdb.python/py-objfile.exp: Change name of file name test.
8907
8908 2014-10-13 Doug Evans <dje@google.com>
8909
8910 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
8911 from the start of the CU.
8912
8913 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8914 Yao Qi <yao@codesourcery.com>
8915
8916 Fix "save breakpoints" for "catch" command.
8917 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
8918 Remove -nonewline. Match also the added "main" line.
8919
8920 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8921
8922 Fix "save breakpoints" for "disable $bpnum" command.
8923 * gdb.base/save-bp.c (main): Add label.
8924 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
8925
8926 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8927
8928 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
8929
8930 2014-10-11 Yao Qi <yao@codesourcery.com>
8931
8932 * gdb.server/server-kill.exp: Execute command
8933 "set remote trace-status-packet on" before "tstatus".
8934
8935 2014-10-11 Yao Qi <yao@codesourcery.com>
8936
8937 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
8938 (main): Call getppid.
8939 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
8940 and continue to it. Read variable "server_pid".
8941
8942 2014-10-11 Yao Qi <yao@codesourcery.com>
8943
8944 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
8945
8946 2014-10-11 Yao Qi <yao@codesourcery.com>
8947
8948 * gdb.threads/thread-find.exp: Don't execute command
8949 "info threads".
8950 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
8951 * gdb.threads/linux-dp.exp: Don't check the condition
8952 $threads_created equals to zero.
8953
8954 2014-10-10 Pedro Alves <palves@redhat.com>
8955
8956 * gdb.base/bigcore.exp: Remove references to IRIX.
8957 * gdb.base/funcargs.exp: Likewise.
8958 * gdb.base/interrupt.exp: Likewise.
8959 * gdb.base/mips_pro.exp: Likewise.
8960 * gdb.base/nodebug.exp: Likewise.
8961 * gdb.base/setvar.exp: Likewise.
8962 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
8963
8964 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8965 Pedro Alves <palves@redhat.com>
8966
8967 PR symtab/14466
8968 * gdb.base/vdso-warning.c: New file.
8969 * gdb.base/vdso-warning.exp: New file.
8970
8971 2014-10-02 Doug Evans <dje@google.com>
8972
8973 * gdb.base/structs.c (main): Don't run forever.
8974
8975 2014-10-02 Pedro Alves <palves@redhat.com>
8976
8977 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
8978 (top level) <stop threads 1, stop threads 2>: Use it.
8979
8980 2014-10-02 Pedro Alves <palves@redhat.com>
8981
8982 * gdb.threads/break-while-running.exp (test): Add new
8983 'update_thread_list' argument. Skip "info threads" if false.
8984 (top level): Add new 'update_thread_list' axis.
8985
8986 2014-10-02 Pedro Alves <palves@redhat.com>
8987
8988 PR breakpoints/17431
8989 * gdb.base/execl-update-breakpoints.c: New file.
8990 * gdb.base/execl-update-breakpoints.exp: New file.
8991
8992 2014-10-01 Pedro Alves <palves@redhat.com>
8993
8994 * gdb.base/breakpoint-in-ro-region.c: New file.
8995 * gdb.base/breakpoint-in-ro-region.exp: New file.
8996
8997 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
8998
8999 * gdb.mi/mi-exit-code.exp: New file.
9000 * gdb.mi/mi-exit-code.c: New file.
9001
9002 2014-09-30 Yao Qi <yao@codesourcery.com>
9003
9004 * lib/prelink-support.exp (build_executable_own_libs): Error if
9005 the target isn't native.
9006
9007 2014-09-30 Yao Qi <yao@codesourcery.com>
9008
9009 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
9010 false.
9011
9012 2014-09-22 Pedro Alves <palves@redhat.com>
9013
9014 * gdb.threads/break-while-running.exp: New file.
9015 * gdb.threads/break-while-running.c: New file.
9016
9017 2014-09-19 Yao Qi <yao@codesourcery.com>
9018
9019 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
9020 Invoke test. Restart GDB with --readnow and invoke test again.
9021
9022 2014-09-19 Yao Qi <yao@codesourcery.com>
9023
9024 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
9025 proc set_breakpoint_on_gcd_function. Invoke
9026 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
9027 invoke set_breakpoint_on_gcd_function again.
9028
9029 2014-09-18 Doug Evans <dje@google.com>
9030
9031 * gdb.dwarf2/symtab-producer.exp: New file.
9032
9033 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9034
9035 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
9036 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
9037 * gdb.base/global-var-nested-by-dso.c: Likewise.
9038 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9039
9040 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9041 Pedro Alves <palves@redhat.com>
9042
9043 * gdb.base/watch-bitfields.exp: Pass string other than test file
9044 name to prepare_for_testing.
9045 (watch): New procedure.
9046 (expect_watchpoint): Use with_test_prefix.
9047 (top level): Factor out tests to ...
9048 (test_watch_location, test_regular_watch): ... these new
9049 procedures, and use with_test_prefix and gdb_continue_to_end.
9050
9051 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
9052
9053 PR breakpoints/12526
9054 * gdb.base/watch-bitfields.exp: New file.
9055 * gdb.base/watch-bitfields.c: New file.
9056
9057 2014-09-16 Pedro Alves <palves@redhat.com>
9058
9059 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
9060 software and hardware addresses, not software address against
9061 itself.
9062
9063 2014-09-16 Pedro Alves <palves@redhat.com>
9064
9065 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
9066 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
9067
9068 2014-09-16 Pedro Alves <palves@redhat.com>
9069
9070 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
9071 files.
9072 * gdb.base/a2-run.exp: Remove all code guarded by istarget
9073 "*-*-vxworks*" throughout.
9074 * gdb.base/break.exp: Likewise.
9075 * gdb.base/default.exp: Likewise.
9076 * gdb.base/scope.exp: Likewise.
9077 * gdb.base/sepdebug.exp: Likewise.
9078 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
9079 throughout.
9080 * gdb.base/run.c: Likewise.
9081 * gdb.base/sepdebug.c: Likewise.
9082 * gdb.hp/gdb.aCC/run.c: Likewise.
9083 * gdb.reverse/until-reverse.c: Likewise.
9084 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
9085
9086 2014-09-16 Yao Qi <yao@codesourcery.com>
9087
9088 * boards/local-remote-host-native.exp: New file.
9089
9090 2014-09-14 Doug Evans <xdje42@gmail.com>
9091
9092 * gdb.threads/queue-signal.c (thread_count): New variable.
9093 (thread_count_mutex, thread_count_condvar): New variables.
9094 (incr_thread_count, wait_all_threads_running): New functions.
9095 (main): Wait for all threads to be in their thread functions.
9096
9097 2014-09-13 Doug Evans <xdje42@gmail.com>
9098
9099 * gdb.threads/queue-signal.c: New file.
9100 * gdb.threads/queue-signal.exp: New file.
9101
9102 2014-09-13 Doug Evans <xdje42@gmail.com>
9103
9104 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9105 be consistent with what default_gdb_init uses.
9106 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9107 the plain text of the prompt. Add some logging printfs.
9108 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9109
9110 2014-09-12 Pedro Alves <palves@redhat.com>
9111
9112 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9113 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9114 * gdb.arch/i386-size-overlap.exp: Likewise.
9115 * gdb.arch/i386-size.exp: Likewise.
9116 * gdb.arch/i386-unwind.exp: Likewise.
9117 * gdb.base/a2-run.exp: Likewise.
9118 * gdb.base/break.exp: Likewise.
9119 * gdb.base/charset.exp: Likewise.
9120 * gdb.base/chng-syms.exp: Likewise.
9121 * gdb.base/commands.exp: Likewise.
9122 * gdb.base/dbx.exp: Likewise.
9123 * gdb.base/find.exp: Likewise.
9124 * gdb.base/funcargs.exp: Likewise.
9125 * gdb.base/jit-simple.exp: Likewise.
9126 * gdb.base/reread.exp: Likewise.
9127 * gdb.base/sepdebug.exp: Likewise.
9128 * gdb.base/step-bt.exp: Likewise.
9129 * gdb.cp/mb-inline.exp: Likewise.
9130 * gdb.cp/mb-templates.exp: Likewise.
9131 * gdb.objc/basicclass.exp: Likewise.
9132 * gdb.threads/killed.exp: Likewise.
9133
9134 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9135
9136 PR tdep/17379
9137 * gdb.arch/powerpc-stackless.S: New file.
9138 * gdb.arch/powerpc-stackless.exp: New file.
9139
9140 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9141
9142 * gdb.base/attach.c: Include unistd.h.
9143 (main): Call alarm. Add label postloop.
9144 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
9145 gdb_breakpoint, gdb_continue_to_breakpoint.
9146 (test_command_line_attach_run): Kill ${testpid} in one exit path.
9147
9148 2014-09-11 Pedro Alves <palves@redhat.com>
9149
9150 PR gdb/17347
9151 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9152 * gdb.base/attach.exp (test_command_line_attach_run): New
9153 procedure.
9154 (top level): Call it.
9155
9156 2014-09-11 Pedro Alves <palves@redhat.com>
9157
9158 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9159 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9160 (do_command_attach_tests): Use spawn_wait_for_attach.
9161 * gdb.base/solib-overlap.exp: Likewise.
9162 * gdb.multi/multi-attach.exp: Likewise.
9163 * gdb.python/py-prompt.exp: Likewise.
9164 * gdb.python/py-sync-interp.exp: Likewise.
9165 * gdb.server/ext-attach.exp: Likewise.
9166
9167 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
9168
9169 * gdb.fortran/array-element.exp: Remove unexpected "continue"
9170 command in testcase. Simplify testcase.
9171
9172 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9173
9174 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9175
9176 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9177
9178 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9179
9180 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9181
9182 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9183
9184 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9185
9186 * gdb.dwarf2/dynarr-ptr.c: New file.
9187 * gdb.dwarf2/dynarr-ptr.exp: New file.
9188
9189 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9190
9191 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9192 of 30 rather than hardcoding 120 for a slow test case. Take the
9193 `gdb,timeout' target setting into account for this calculation.
9194 Don't extend the timeout for the test cases that don't need it.
9195
9196 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9197
9198 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9199 a factor of 2 for a slow test case. Take the `gdb,timeout'
9200 target setting into account for this calculation.
9201 * gdb.reverse/until-precsave.exp: Increase the timeout by
9202 a factor of 15 and 3 respectively rather than adding 120
9203 for a pair of slow test cases. Take the `gdb,timeout'
9204 target setting into account for this calculation.
9205
9206 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9207
9208 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9209 timeout, don't pass one down to gdb_expect.
9210 (gdb_expect): Rework timeout selection.
9211
9212 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9213
9214 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9215 exception on timeout.
9216 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9217 (gdbserver_start_extended): Catch any `gdbserver_start' error
9218 exceptions.
9219 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9220 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9221 `gdbserver_gdb_load' error exceptions.
9222
9223 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9224
9225 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9226 120 on waiting for the TCP socket to open.
9227
9228 2014-09-09 Doug Evans <xdje42@gmail.com>
9229
9230 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9231 _caller_matches, _any_caller_is, _any_caller_matches.
9232
9233 2014-09-09 Doug Evans <xdje42@gmail.com>
9234
9235 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9236
9237 2014-09-09 Yao Qi <yao@codesourcery.com>
9238
9239 * gdb.mi/mi-var-display.exp: Set print symbol off.
9240
9241 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9242
9243 PR gdb/17035
9244 * gdb.base/commands.exp: Add tests to verify user-defined
9245 commands with empty bodies.
9246 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9247 python commands in `show user command`.
9248 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9249 scheme commands in `show user command`.
9250
9251 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9252
9253 PR python/17355
9254 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9255 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9256 * gdb.python/py-framefilter-invalidarg.exp: New file.
9257 * gdb.python/py-framefilter-invalidarg.py: New file.
9258
9259 2014-09-06 Doug Evans <xdje42@gmail.com>
9260
9261 PR 15276
9262 * gdb.python/py-caller-is.c: New file.
9263 * gdb.python/py-caller-is.exp: New file.
9264
9265 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9266
9267 PR gdb/17235
9268 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9269 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9270
9271 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9272
9273 PR fortran/17237
9274 * gdb.fortran/print-formatted.exp: New file.
9275 * gdb.fortran/print-formatted.f90: Likewise.
9276
9277 2014-09-03 Sasha Smundak <asmundak@google.com>
9278
9279 * gdb.python/py-frame.exp: Test Frame.read_register.
9280
9281 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9282
9283 PR python/16699
9284 * gdb.python/py-completion.exp: New file.
9285 * gdb.python/py-completion.py: Likewise.
9286
9287 2014-08-28 Doug Evans <dje@google.com>
9288
9289 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9290 eax,etc. are live with values set by gdb and thus the compiler can't
9291 use them.
9292 * gdb.arch/i386-pseudo.c (main): Ditto.
9293
9294 2014-08-27 Doug Evans <dje@google.com>
9295
9296 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9297
9298 2014-08-25 Doug Evans <dje@google.com>
9299
9300 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9301 (main): Ditto.
9302
9303 2014-08-25 Doug Evans <dje@google.com>
9304
9305 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9306
9307 2014-08-24 Yao Qi <yao@codesourcery.com>
9308
9309 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9310 symbol off.
9311 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9312
9313 2014-08-22 Doug Evans <dje@google.com>
9314
9315 PR 17276
9316 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9317 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9318 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9319
9320 2014-08-22 Yao Qi <yao@codesourcery.com>
9321
9322 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9323 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9324 * gdb.python/python.exp: Likewise. Use .py file on the host
9325 instead of the build.
9326
9327 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9328
9329 * gdb.threads/gcore-stale-thread.c: New file.
9330 * gdb.threads/gcore-stale-thread.exp: New file.
9331
9332 2014-08-21 Pedro Alves <palves@redhat.com>
9333
9334 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9335 * gdb.base/gcore-relro-pie.exp: Likewise.
9336 * gdb.base/gcore-relro.exp: Likewise.
9337 * gdb.base/gcore.exp: Likewise.
9338 * gdb.base/print-symbol-loading.exp: Likewise.
9339 * gdb.threads/gcore-thread.exp: Likewise.
9340 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9341
9342 2014-08-20 Pedro Alves <palves@redhat.com>
9343 Jan Kratochvil <jan.kratochvil@redhat.com>
9344
9345 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9346 configure.
9347 (EXPECT): Handle READ1 being set.
9348 (all): Depend on EXTRA_RULES.
9349 (check-read1, expect-read1, read1.so, read1): New rules.
9350 * README (Testsuite Parameters): Document the READ1 make variable.
9351 (Race detection): New section.
9352 * configure: Regenerate.
9353 * configure.ac: If build==host==target, and running under a
9354 GNU/glibc system, add read1 to the extra Makefile rules.
9355 (EXTRA_RULES): AC_SUBST it.
9356 * lib/read1.c: New file.
9357
9358 2014-08-20 Joel Brobecker <brobecker@adacore.com>
9359
9360 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9361 the handling of variables declared as a typedef to an array
9362 which a DW_AT_data_location attribute.
9363
9364 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
9365 Pedro Alves <palves@redhat.com>
9366
9367 PR symtab/14604
9368 PR symtab/14605
9369 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9370 gdb_test.
9371
9372 2014-08-19 Pedro Alves <palves@redhat.com>
9373
9374 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9375
9376 2014-08-19 Yao Qi <yao@codesourcery.com>
9377
9378 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9379 right line.
9380
9381 2014-08-18 David Blaikie <dblaikie@gmail.com>
9382
9383 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9384
9385 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9386
9387 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9388 attribute in array range.
9389
9390 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9391
9392 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9393
9394 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9395
9396 PR c++/17132
9397 * gdb.cp/pr17132.cc: New file.
9398 * gdb.cp/pr17132.exp: New file.
9399
9400 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9401
9402 * gdb.python/py-xmethods.py (A_getarrayind)
9403 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9404 Use 'print' with function call syntax.
9405 (E_method_matcher.match): Fix tab vs space indentation mixup.
9406
9407 2014-08-15 Yao Qi <yao@codesourcery.com>
9408
9409 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9410 false.
9411
9412 2014-08-15 Yao Qi <yao@codesourcery.com>
9413
9414 * gdb.cp/casts.exp: Set print symbol off.
9415 * gdb.cp/class2.exp: Likewise.
9416 * gdb.cp/overload.exp: Likewise.
9417 * gdb.cp/templates.exp: Likewise.
9418
9419 2014-08-11 Doug Evans <dje@google.com>
9420
9421 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9422 (test_load_shlib): Update.
9423
9424 2014-08-09 Yao Qi <yao@codesourcery.com>
9425
9426 * gdb.base/display.exp: Invoke is_address_zero_readable.
9427 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9428 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9429 * gdb.base/hbreak-unmapped.exp: Return if
9430 is_address_zero_readable returns true.
9431 * gdb.base/signest.exp: Likewise.
9432 * gdb.base/signull.exp: Likewise.
9433 * gdb.base/sigbpt.exp: Likewise.
9434 * gdb.guile/scm-disasm.exp: Do the test if
9435 is_address_zero_readable returns false.
9436 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9437 * gdb.python/py-arch.exp: Likewise.
9438 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9439 * lib/gdb.exp (is_address_zero_readable): New proc.
9440
9441 2014-08-09 Yao Qi <yao@codesourcery.com>
9442
9443 PR testsuite/13443
9444 * gdb.mi/mi-var-display.exp: Make test messages unique.
9445
9446 2014-08-04 Tom Tromey <tromey@redhat.com>
9447
9448 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9449 target 0".
9450
9451 2014-08-04 Tom Tromey <tromey@redhat.com>
9452
9453 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9454 "target_resume".
9455
9456 2014-08-01 Joel Brobecker <brobecker@adacore.com>
9457
9458 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9459 inner_vla_struct_object_size.
9460 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9461 as xfail.
9462
9463 2014-07-30 Pedro Alves <palves@redhat.com>
9464
9465 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9466 comment.
9467
9468 2014-07-29 Yao Qi <yao@codesourcery.com>
9469
9470 PR gdb/17206
9471 * gdb.base/until-nodebug.exp: New.
9472
9473 2014-07-28 Doug Evans <xdje42@gmail.com>
9474
9475 PR guile/17203
9476 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9477 previously existing parameter, and previously ambiguously spelled
9478 parameter.
9479
9480 2014-07-28 Will Newton <will.newton@linaro.org>
9481
9482 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9483
9484 2014-07-26 Ludovic Courtès <ludo@gnu.org>
9485 Doug Evans <xdje42@gmail.com>
9486
9487 PR guile/17146
9488 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9489
9490 2014-07-25 Pedro Alves <palves@redhat.com>
9491
9492 * gdb.threads/signal-command-handle-nopass.c: New file.
9493 * gdb.threads/signal-command-handle-nopass.exp: New file.
9494 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9495 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9496 * gdb.threads/signal-delivered-right-thread.c: New file.
9497 * gdb.threads/signal-delivered-right-thread.exp: New file.
9498
9499 2014-07-25 Pedro Alves <palves@redhat.com>
9500
9501 * gdb.base/double-prompt-target-event-error.exp
9502 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9503 match.
9504 (cancel_pagination_in_target_event): Rework double prompt
9505 detection.
9506 * gdb.base/paginate-after-ctrl-c-running.exp
9507 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9508 <return>' match.
9509 * gdb.base/paginate-bg-execution.exp
9510 (test_bg_execution_pagination_return)
9511 (test_bg_execution_pagination_cancel): Remove '-notransfer
9512 <return>' matches.
9513 * gdb.base/paginate-execution-startup.exp
9514 (test_fg_execution_pagination_return)
9515 (test_fg_execution_pagination_cancel): Remove '-notransfer
9516 <return>' matches.
9517 * gdb.base/paginate-inferior-exit.exp
9518 (test_paginate_inferior_exited): Remove '-notransfer <return>'
9519 match.
9520 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9521 * lib/gdb.exp (pagination_prompt): Run text through
9522 string_to_regexp.
9523 (gdb_test_multiple): Match $pagination_prompt instead of
9524 "<return>".
9525 (string_to_regexp): Move to lib/gdb-utils.exp.
9526
9527 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9528
9529 * gdb.arch/amd64-entry-value-paramref.S: New file.
9530 * gdb.arch/amd64-entry-value-paramref.cc: New file.
9531 * gdb.arch/amd64-entry-value-paramref.exp: New file.
9532 * gdb.arch/amd64-optimout-repeat.S: New file.
9533 * gdb.arch/amd64-optimout-repeat.c: New file.
9534 * gdb.arch/amd64-optimout-repeat.exp: New file.
9535
9536 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9537
9538 PR gdb/17170
9539 * gdb.base/statistics.exp: New file.
9540
9541 2014-07-17 Doug Evans <dje@google.com>
9542
9543 PR gdb/17170
9544 * gdb.base/maint.exp: Update testing of per-command stats.
9545
9546 2014-07-16 Pedro Alves <palves@redhat.com>
9547
9548 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9549 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9550 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9551 (tfile_write_buf): New functions.
9552 (add_memory_block): Rewrite using the above.
9553 (adjust_function_address): New function.
9554 (FUNCTION_ADDRESS): New macro.
9555 (write_basic_trace_file): Remove short_x local, and use
9556 tfile_write_16. Change type of func_addr local to unsigned long
9557 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
9558 here. Cast argument of add_memory_block to char pointer.
9559 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
9560 (main): Remove parameters.
9561 * gdb.trace/tfile.exp: Remove nowarnings.
9562
9563 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
9564
9565 * gdb.base/debug-expr.exp: Test string evaluation with
9566 "debug expression" on.
9567
9568 2014-07-15 Pedro Alves <palves@redhat.com>
9569
9570 * gdb.base/reread.exp: Use clean_restart.
9571
9572 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
9573
9574 * gdb.arch/avr-flash-qualifer.c: New.
9575 * gdb.arch/avr-flash-qualifer.exp: New.
9576
9577 2014-07-14 Pedro Alves <palves@redhat.com>
9578
9579 * gdb.base/paginate-after-ctrl-c-running.c: New file.
9580 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9581
9582 2014-07-14 Pedro Alves <palves@redhat.com>
9583
9584 * gdb.base/double-prompt-target-event-error.c: New file.
9585 * gdb.base/double-prompt-target-event-error.exp: New file.
9586
9587 2014-07-14 Pedro Alves <palves@redhat.com>
9588
9589 PR gdb/17072
9590 * gdb.base/paginate-inferior-exit.c: New file.
9591 * gdb.base/paginate-inferior-exit.exp: New file.
9592
9593 2014-07-14 Pedro Alves <palves@redhat.com>
9594
9595 PR gdb/17072
9596 * gdb.base/paginate-bg-execution.c: New file.
9597 * gdb.base/paginate-bg-execution.exp: New file.
9598
9599 2014-07-14 Pedro Alves <palves@redhat.com>
9600
9601 PR gdb/17072
9602 * gdb.base/paginate-execution-startup.c: New file.
9603 * gdb.base/paginate-execution-startup.exp: New file.
9604 * lib/gdb.exp (pagination_prompt): New global.
9605 (default_gdb_spawn): New procedure, factored out from
9606 default_gdb_spawn.
9607 (default_gdb_start): Adjust to call default_gdb_spawn.
9608 (gdb_spawn): New procedure.
9609
9610 2014-07-14 Pedro Alves <palves@redhat.com>
9611
9612 * lib/gdb.exp (gdb_assert): New procedure.
9613 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9614
9615 2014-07-14 Pedro Alves <palves@redhat.com>
9616
9617 * gdb.base/execution-termios.c: New file.
9618 * gdb.base/execution-termios.exp: New file.
9619
9620 2014-07-14 Tom Tromey <tromey@redhat.com>
9621
9622 * gdb.cp/vla-cxx.cc: New file.
9623 * gdb.cp/vla-cxx.exp: New file.
9624
9625 2014-07-14 Tom Tromey <tromey@redhat.com>
9626
9627 * gdb.reverse/rerun-prec.c: New file.
9628 * gdb.reverse/rerun-prec.exp: New file.
9629
9630 2014-07-12 Maciej W. Rozycki <macro@mips.com>
9631 Maciej W. Rozycki <macro@codesourcery.com>
9632
9633 * lib/gdb-utils.exp: New file.
9634 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9635 inline `gdb_init_command' processing.
9636 (gdb_start_cmd): Likewise.
9637 * lib/mi-support.exp (mi_run_cmd): Likewise.
9638 * README: Document `gdb_init_command' and `gdb_init_commands'.
9639
9640 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9641
9642 Fix false FAIL running under a very long directory name.
9643 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9644 and "set print elements 10000". Twice.
9645
9646 2014-07-11 Yao Qi <yao@codesourcery.com>
9647
9648 * gdb.base/exprs.exp: "set print symbol off".
9649
9650 2014-07-11 Pedro Alves <palves@redhat.com>
9651
9652 * gdb.threads/kill.c: New file.
9653 * gdb.threads/kill.exp: New file.
9654
9655 2014-07-10 Yao Qi <yao@codesourcery.com>
9656
9657 * gdb.trace/tfile.c (write_basic_trace_file)
9658 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9659 address written to trace file.
9660
9661 2014-07-09 Pedro Alves <palves@redhat.com>
9662
9663 * gdb.base/attach-wait-input.exp: New file.
9664 * gdb.base/attach-wait-input.c: New file.
9665
9666 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9667
9668 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9669 setting up test structures.
9670 (main): Call new test function.
9671 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9672 test function, continue into test function and walk test
9673 structures.
9674
9675 2014-07-02 Yao Qi <yao@codesourcery.com>
9676
9677 * gdb.trace/entry-values.c: Define labels 'foo_start' and
9678 'bar_start' at the beginning of functions 'foo' and 'bar'
9679 respectively.
9680 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9681 instead of 'foo' and 'bar'.
9682
9683 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
9684
9685 * gdb.btrace/segv.exp: New.
9686 * gdb.btrace/segv.c: New.
9687
9688 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
9689
9690 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9691 instruction.
9692
9693 2014-06-30 Mark Wielaard <mjw@redhat.com>
9694
9695 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
9696 vulture, vilify, villar): New volatile array constants.
9697 (vindictive, vegetation): New const volatile array constants.
9698 * gdb.base/volatile.exp: Test volatile and const volatile array
9699 types.
9700
9701 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9702
9703 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
9704 target lacks support for awatch, rwatch, or hbreak.
9705
9706 2014-06-27 Yao Qi <yao@codesourcery.com>
9707
9708 * gdb.multi/dummy-frame-restore.exp: New.
9709 * gdb.multi/dummy-frame-restore.c: New.
9710
9711 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
9712
9713 * gdb.btrace/gcore.exp: New.
9714
9715 2014-06-23 Pedro Alves <palves@redhat.com>
9716
9717 * gdb.base/watchpoint-reuse-slot.c: New file.
9718 * gdb.base/watchpoint-reuse-slot.exp: New file.
9719
9720 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
9721
9722 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
9723 progspace's filename in 'info', 'enable' and 'disable' command
9724 tests.
9725
9726 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9727
9728 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
9729 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9730 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
9731
9732 2014-06-20 Gary Benson <gbenson@redhat.com>
9733
9734 * gdb.arch/i386-avx.exp: Fix include file location.
9735 * gdb.arch/i386-sse.exp: Likewise.
9736
9737 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
9738
9739 * gdb.dlang/expression.exp: New file.
9740
9741 2014-06-19 Pedro Alves <palves@redhat.com>
9742
9743 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
9744 out from ...
9745 (top level): ... here. Iterate running tests under different
9746 scheduler-locking settings.
9747
9748 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
9749
9750 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
9751 to DW_FORM_addr and use non-zero addresses.
9752
9753 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
9754
9755 PR gdb/17017
9756 * gdb.python/py-xmethods.cc: Add global function call counters and
9757 increment them in their respective functions. Remove "cout"
9758 statements.
9759 * gdb.python/py-xmethods.exp: Make tests check the global function
9760 call counters instead of depending on inferior IO.
9761
9762 2014-06-18 Don Breazeal <donb@codesourcery.com>
9763
9764 * gdb.base/foll-fork.exp (default_fork_parent_follow):
9765 Deleted procedure.
9766 (explicit_fork_parent_follow): Deleted procedure.
9767 (explicit_fork_child_follow): Deleted procedure.
9768 (test_follow_fork): New procedure.
9769 (do_fork_tests): Replace calls to deleted procedures with
9770 calls to test_follow_fork and reset GDB for subsequent
9771 procedure calls.
9772
9773 2014-06-17 Yao Qi <yao@codesourcery.com>
9774
9775 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
9776 CP1252.
9777
9778 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
9779
9780 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
9781 Initialize ptr and S explicitly.
9782 (skip_type_update_when_not_use_rtti_test): Likewise.
9783
9784 2014-06-16 Keith Seitz <keiths@redhat.com>
9785
9786 PR mi/15863
9787 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
9788 the inferior is started.
9789
9790 2014-06-16 Pedro Alves <palves@redhat.com>
9791
9792 * gdb.base/break-main-file-remove-fail.c: New file.
9793 * gdb.base/break-main-file-remove-fail.exp: New file.
9794 * gdb.base/break-unload-file.exp: Use build_executable instead of
9795 prepare_for_testing.
9796 (test_break): New parameter "initial_load". Handle it.
9797 (top level): Add initial_load cmdline/file axis.
9798
9799 2014-06-12 Tom Tromey <tromey@redhat.com>
9800
9801 * gdb.base/completion.exp: Don't use directory name in test.
9802
9803 2014-06-09 Gary Benson <gbenson@redhat.com>
9804
9805 * gdb.base/sigall.c [Functions to send signals]: Reorder to
9806 separate the always-available ANSI-standard signals from the
9807 signals that require checking.
9808 (main): Likewise.
9809 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
9810 Likewise.
9811 (main): Likewise.
9812
9813 2014-06-07 Keith Seitz <keiths@redhat.com>
9814
9815 Revert:
9816 PR c++/16253
9817 * gdb.cp/var-tag.cc: New file.
9818 * gdb.cp/var-tag.exp: New file.
9819 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
9820 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
9821 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9822 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9823
9824 2014-06-06 Doug Evans <xdje42@gmail.com>
9825
9826 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
9827
9828 2014-06-06 Pedro Alves <palves@redhat.com>
9829
9830 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
9831 in target debug output instead of looking at RSP packets,
9832 disabling the test on any target that uses hardware stepping.
9833 Update comments.
9834
9835 2014-06-06 Pedro Alves <palves@redhat.com>
9836
9837 * gdb.base/break-unload-file.exp: Fix typo.
9838
9839 2014-06-06 Yao Qi <yao@codesourcery.com>
9840
9841 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
9842 from "jit_function" to "^jit_function".
9843
9844 2014-06-06 Yao Qi <yao@codesourcery.com>
9845
9846 * gdb.base/async.c (foo): Add one statement.
9847 * gdb.base/async.exp: Get the next instruction address and
9848 match the output of "nexti" by instruction address. Match
9849 the hex address in the output of "finish".
9850
9851 2014-06-06 Gary Benson <gbenson@redhat.com>
9852
9853 * gdb.base/call-signals.c: Remove preprocessor conditionals
9854 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
9855 SIGSEGV and SIGTERM.
9856 * gdb.base/sigall.c: Likewise.
9857 * gdb.base/unwindonsignal.c: Likewise.
9858 * gdb.reverse/sigall-reverse.c: Likewise.
9859
9860 2014-06-06 Yao Qi <yao@codesourcery.com>
9861
9862 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
9863 readable, skip the test.
9864
9865 2014-06-06 Yao Qi <yao@codesourcery.com>
9866
9867 * gdb.threads/staticthreads.c (thread_function): Move the line
9868 setting breakpoint on forward.
9869 * gdb.threads/staticthreads.exp: Update comments.
9870
9871 2014-06-05 Ludovic Courtès <ludo@gnu.org>
9872
9873 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
9874 "history-append! type error".
9875
9876 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
9877
9878 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
9879 erroneous dprintf expected input.
9880
9881 2014-06-04 Doug Evans <xdje42@gmail.com>
9882
9883 * gdb.guile/scm-generics.exp: Delete.
9884
9885 2014-06-04 Doug Evans <xdje42@gmail.com>
9886
9887 * gdb.guile/scm-breakpoint.exp: Update.
9888 Add tests for breakpoint registration.
9889
9890 2014-06-04 Tom Tromey <tromey@redhat.com>
9891
9892 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
9893 VLA-in-union.
9894 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
9895 inner_vla_struct, vla_union types. Initialize objects of those
9896 types and compute their sizes.
9897
9898 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
9899 Hui Zhu <hui@codesourcery.com>
9900
9901 * gdb.base/fileio.exp: Add test for shell not available as well as
9902 available.
9903 * gdb.base/fileio.c (test_system): Check for shell twice.
9904
9905 2014-06-04 Yao Qi <yao@codesourcery.com>
9906
9907 * gdb.base/auto-connect-native-target.exp: Remove redundant
9908 space from the regexp pattern.
9909
9910 2014-06-04 Yao Qi <yao@codesourcery.com>
9911
9912 * gdb.base/default.exp: Replace "child" with "native" in
9913 regexp pattern.
9914
9915 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
9916
9917 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
9918 * gdb.python/py-xmethods.exp: New tests to test xmethods.
9919 * gdb.python/py-xmethods.py: Python script supporting the
9920 new testcase and tests.
9921
9922 2014-06-03 Joel Brobecker <brobecker@adacore.com>
9923 Pedro Alves <palves@redhat.com>
9924
9925 PR breakpoints/17000
9926 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
9927 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
9928
9929 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
9930
9931 * gdb.base/subst.exp: Add tests to verify partial path matching
9932 output.
9933
9934 2014-06-03 Pedro Alves <palves@redhat.com>
9935
9936 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
9937 target that doesn't use software single-stepping.
9938
9939 2014-06-03 Pedro Alves <palves@redhat.com>
9940
9941 PR breakpoints/17000
9942 * gdb.base/sss-bp-on-user-bp-2.c: New file.
9943 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
9944
9945 2014-06-02 Doug Evans <xdje42@gmail.com>
9946
9947 * gdb.guile/scm-parameter.exp: New file.
9948
9949 2014-06-02 Doug Evans <xdje42@gmail.com>
9950
9951 * gdb.guile/scm-cmd.c: New file.
9952 * gdb.guile/scm-cmd.exp: New file.
9953
9954 2014-06-02 Doug Evans <xdje42@gmail.com>
9955
9956 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
9957 pretty-printer lookup.
9958 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
9959 (make-pp_s-printer): Call it.
9960 (make-pretty-printer-from-dict): New function.
9961 (lookup-pretty-printer-maker-from-dict): New function.
9962 (*pretty-printer*): Simplify.
9963 (make-objfile-pp_s-printer): New function.
9964 (install-objfile-pretty-printers!): New function.
9965 (make-progspace-pp_s-printer): New function.
9966 (install-progspace-pretty-printers!): New function.
9967 * gdb.guile/scm-progspace.c: New file.
9968 * gdb.guile/scm-progspace.exp: New file.
9969
9970 2014-06-02 Pedro Alves <palves@redhat.com>
9971
9972 * gdb.base/dprintf-bp-same-addr.c: New file.
9973 * gdb.base/dprintf-bp-same-addr.exp: New file.
9974
9975 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9976
9977 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
9978 * gdb.arch/powerpc-power.s: Likewise.
9979
9980 2014-06-02 Joel Brobecker <brobecker@adacore.com>
9981
9982 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
9983
9984 2014-06-01 Yao Qi <yao@codesourcery.com>
9985
9986 * gdb.base/watchpoint.exp (test_watch_location): Check null
9987 pointer can be dereferenced. If not, do the test, otherwise
9988 skip it.
9989
9990 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
9991
9992 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
9993 results.
9994 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
9995
9996 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
9997
9998 * gdb.arch/amd64-invalid-stack-middle.S: New file.
9999 * gdb.arch/amd64-invalid-stack-middle.c: New file.
10000 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
10001 * gdb.arch/amd64-invalid-stack-top.c: New file.
10002 * gdb.arch/amd64-invalid-stack-top.exp: New file.
10003
10004 2014-05-30 Pedro Alves <palves@redhat.com>
10005
10006 PR breakpoints/17000
10007 * gdb.base/sss-bp-on-user-bp.c: New file.
10008 * gdb.base/sss-bp-on-user-bp.exp: New file.
10009
10010 2014-05-30 David Blaikie <dblaikie@gmail.com>
10011
10012 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
10013 gnu_inline semantics via attribute.
10014 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
10015 source explicitly specifies the required semantics.
10016
10017 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
10018
10019 * gdb.reverse/sigall-reverse.exp: Fix a typo.
10020
10021 2014-05-29 Pedro Alves <palves@redhat.com>
10022 Tom Tromey <tromey@redhat.com>
10023
10024 * gdb.base/async-shell.exp: Don't enable target-async.
10025 * gdb.base/async.exp
10026 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
10027 parameter. Adjust.
10028 (top level): Don't test with "target-async".
10029 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
10030 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
10031 * gdb.base/inferior-died.exp: Don't enable target-async.
10032 * gdb.base/interrupt-noterm.exp: Likewise.
10033 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
10034 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10035 * gdb.mi/mi-nonstop.exp: Likewise.
10036 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10037 * gdb.mi/mi-nsintrall.exp: Likewise.
10038 * gdb.mi/mi-nsmoribund.exp: Likewise.
10039 * gdb.mi/mi-nsthrexec.exp: Likewise.
10040 * gdb.mi/mi-watch-nonstop.exp: Likewise.
10041 * gdb.multi/watchpoint-multi.exp: Adjust comment.
10042 * gdb.python/py-evsignal.exp: Don't enable target-async.
10043 * gdb.python/py-evthreads.exp: Likewise.
10044 * gdb.python/py-prompt.exp: Likewise.
10045 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
10046 * gdb.server/solib-list.exp: Don't enable target-async.
10047 * gdb.threads/thread-specific-bp.exp: Likewise.
10048 * lib/mi-support.exp: Adjust to use mi-async.
10049
10050 2014-05-29 Pedro Alves <palves@redhat.com>
10051
10052 PR gdb/13860
10053 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
10054 reason, even in sync mode.
10055
10056 2014-05-29 Pedro Alves <palves@redhat.com>
10057 Hui Zhu <hui@codesourcery.com>
10058
10059 PR PR15693
10060 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
10061 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
10062 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
10063 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
10064
10065 2014-05-28 Joel Brobecker <brobecker@adacore.com>
10066
10067 * config/monitor.exp (gdb_target_monitor): Replace use of
10068 "set remotebaud" by "set serial baud".
10069
10070 2014-05-26 Andy Wingo <wingo@igalia.com>
10071
10072 * gdb.guile/scm-breakpoint.exp:
10073 * gdb.guile/scm-gsmob.exp: Update to use plain old object
10074 properties instead of gdb-object-properties.
10075
10076 2014-05-26 Yao Qi <yao@codesourcery.com>
10077
10078 * gdb.server/no-thread-db.exp: Specify source file name
10079 explicitly when setting a breakpoint.
10080
10081 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10082
10083 * gdb.btrace/vdso.c: New.
10084 * gdb.btrace/vdso.exp: New.
10085
10086 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10087
10088 * gdb.base/gcore.exp (capture_command_output): Move ...
10089 * lib/gdb.exp (capture_command_output): ... here.
10090
10091 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10092
10093 * gdb.btrace/data.exp: Test memory access during btrace replay.
10094
10095 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
10096
10097 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
10098
10099 2014-05-21 Pedro Alves <palves@redhat.com>
10100
10101 PR gdb/13860
10102 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
10103 (top level): Test that output related to execution commands is
10104 sent to the console with CLI commands, but not with MI commands.
10105 Test that breakpoint events are always mirrored to the console.
10106 Also expect the new source line to be output after a "next" in
10107 async mode too. Make it a pass/fail test.
10108 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10109 output.
10110 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10111
10112 2014-05-21 Pedro Alves <palves@redhat.com>
10113
10114 * gdb.base/list.exp (build_pattern, test_list): New procedures.
10115 Use them to test variations of "list" after reaching a breakpoint.
10116 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10117 Test "list" with listsize 10 after reaching a breakpoint.
10118 * gdb.python/python.exp (decode_line current location line
10119 number): Adjust expected line number.
10120
10121 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
10122
10123 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10124 behavior for $args, pass it directly to "run".
10125
10126 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
10127
10128 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
10129 30000 to 65536.
10130
10131 2014-05-21 Pedro Alves <palves@redhat.com>
10132
10133 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
10134 auto-connect-native-target off".
10135 * gdb.base/auto-connect-native-target.c: New file.
10136 * gdb.base/auto-connect-native-target.exp: New file.
10137
10138 2014-05-21 Pedro Alves <palves@redhat.com>
10139
10140 * gdb.base/default.exp: Test "target native" instead of "target
10141 child".
10142
10143 2014-05-21 Mark Wielaard <mjw@redhat.com>
10144
10145 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10146
10147 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10148
10149 Fix TLS access for -static -pthread.
10150 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10151 <HAVE_TLS> (thread_function, main): Initialize it.
10152 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10153 Add clean_restart.
10154 <$have_tls != "">: Check TLSVAR.
10155
10156 2014-05-21 Pedro Alves <palves@redhat.com>
10157
10158 * gdb.base/dcache-line-read-error.c: New.
10159 * gdb.base/dcache-line-read-error.exp: New.
10160
10161 2014-05-20 Pedro Alves <palves@redhat.com>
10162
10163 * gdb.base/compare-sections.c: New file.
10164 * gdb.base/compare-sections.exp: New file.
10165
10166 2014-05-20 Pedro Alves <palves@redhat.com>
10167
10168 * gdb.base/break-idempotent.c: New file.
10169 * gdb.base/break-idempotent.exp: New file.
10170
10171 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
10172
10173 * gdb.btrace/nohist.exp: New.
10174
10175 2014-05-20 Yao Qi <yao@codesourcery.com>
10176
10177 * lib/gdb.exp (gdb_init): Set timeout if test file is under
10178 gdb.reverse directory and gdb_reverse_timeout exists in board
10179 setting.
10180 * README: Document gdb_reverse_timeout.
10181
10182 2014-05-20 Yao Qi <yao@codesourcery.com>
10183
10184 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10185 'test_file_name'. Treat args as a string instead of a list.
10186 (gdb_init): Rename argument 'args' by 'test_file_name'.
10187
10188 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10189
10190 * gdb.arch/powerpc-power.exp: New file.
10191 * gdb.arch/powerpc-power.s: New file.
10192
10193 2014-05-16 Doug Evans <dje@google.com>
10194
10195 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
10196 * gdb.base/completion.exp: Check that all expected files exist
10197 before doing file completion.
10198
10199 2014-05-16 Doug Evans <dje@google.com>
10200
10201 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10202 Update.
10203 (do_syscall_tests_without_xml): Update.
10204
10205 2014-05-16 Pedro Alves <palves@redhat.com>
10206
10207 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10208 instead of "unknown output after running".
10209
10210 2014-05-16 Yao Qi <yao@codesourcery.com>
10211
10212 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10213 file1.txt from host at the end.
10214 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10215
10216 2014-05-15 Doug Evans <dje@google.com>
10217
10218 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10219 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10220 loading file. Add test for TU lookup.
10221
10222 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10223
10224 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10225 calling "-exec-arguments" or "set args" before running the
10226 inferior.
10227
10228 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10229
10230 * lib/mi-support.exp (mi_expect_stop): Expect message for
10231 inferiors that exit with non-zero exit code.
10232
10233 2014-05-14 Yao Qi <yao@codesourcery.com>
10234
10235 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10236 match absolute path on remote host.
10237 (test_file_list_exec_source_files): Remove "/" from the
10238 pattern.
10239
10240 2014-05-14 Yao Qi <yao@codesourcery.com>
10241
10242 * boards/local-remote-host-notty.exp (${board}_file): New
10243 proc.
10244
10245 2014-05-07 Kyle McMartin <kyle@redhat.com>
10246
10247 Pushed by Joel Brobecker <brobecker@adacore.com>.
10248 * gdb.arch/aarch64-atomic-inst.c: New file.
10249 * gdb.arch/aarch64-atomic-inst.exp: New file.
10250
10251 2014-05-07 Yao Qi <yao@codesourcery.com>
10252
10253 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10254 in current context" too.
10255
10256 2014-05-05 Keith Seitz <keiths@redhat.com>
10257
10258 * gdb.linespec/ls-dollar.exp: Add test for linespec
10259 file:convenience_variable.
10260
10261 2014-05-05 Yao Qi <yao@codesourcery.com>
10262
10263 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10264 traceframes into tfile and ctf trace files. Read data from
10265 trace file and test collected data.
10266 (gdb_collect_locals_test): Likewise.
10267 (gdb_unavailable_registers_test): Likewise.
10268 (gdb_unavailable_floats): Likewise.
10269 (gdb_collect_globals_test): Likewise.
10270 (top-level): Append "ctf" to trace_file_targets if GDB
10271 supports.
10272
10273 2014-05-05 Yao Qi <yao@codesourcery.com>
10274
10275 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10276 code to ...
10277 (gdb_collect_args_test_1): ... it. New proc.
10278 (gdb_collect_locals_test): Move some code to ...
10279 (gdb_collect_locals_test_1): ... it. New proc.
10280 (gdb_unavailable_registers_test): Move some code to ...
10281 (gdb_unavailable_registers_test_1): ... it. New proc.
10282 (gdb_unavailable_floats): Move some code to ...
10283 (gdb_unavailable_floats_1): ... it. New proc.
10284
10285 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10286
10287 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10288 probes to test for bitness recognition.
10289 * gdb.arch/amd64-stap-optional-prefix.exp
10290 (test_probe_value_without_reg): New procedure.
10291 Add code to test for different kinds of bitness.
10292
10293 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10294
10295 PR breakpoints/16889
10296 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10297 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10298
10299 2014-05-01 Pedro Alves <palves@redhat.com>
10300
10301 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10302 gdb_file_cmd if no file is specified.
10303 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10304 last_loaded_file to set the remote exec-file.
10305
10306 2014-05-01 Pedro Alves <palves@redhat.com>
10307
10308 * boards/local-remote-host.exp: New file.
10309
10310 2014-05-01 Pedro Alves <palves@redhat.com>
10311
10312 * boards/local-remote-host.exp: Rename to ...
10313 * boards/local-remote-host-notty.exp: ... this.
10314
10315 2014-04-28 Joel Brobecker <brobecker@adacore.com>
10316
10317 * gdb.ada/dyn_arrayidx: New testcase.
10318
10319 2014-04-26 Yao Qi <yao@codesourcery.com>
10320
10321 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10322 and compute the length of function main. Save it in
10323 $main_length.
10324 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10325 (top-level): Use gdb_compile to compile objects into
10326 executable and restart GDB. Remove invocation to
10327 prepare_for_testing.
10328
10329 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10330 Pedro Alves <palves@redhat.com>
10331
10332 PR server/16255
10333 * gdb.multi/multi-attach.c: New file.
10334 * gdb.multi/multi-attach.exp: New file.
10335
10336 2014-04-25 Pedro Alves <palves@redhat.com>
10337
10338 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10339 user.
10340 (top level): Test that "set remote conditional-breakpoints-packet
10341 off" works as intended.
10342 * gdb.base/dprintf.exp: Test that "set remote
10343 breakpoint-commands-packet off" works as intended.
10344 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10345 New function.
10346 (top level): Call it.
10347 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10348 remote fast-tracepoints-packet off" works as intended.
10349 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10350 * lib/gdb.exp (gdb_is_target_remote): ... here.
10351
10352 2014-04-24 David Blaikie <dblaikie@gmail.com>
10353
10354 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10355 ensure clang would not discard them.
10356 * gdb.base/gdbvars.c: Ditto.
10357 * gdb.base/memattr.c: Ditto.
10358 * gdb.base/whatis.c: Ditto.
10359 * gdb.python/py-prettyprint.c: Ditto.
10360 * gdb.trace/actions.c: Ditto.
10361 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10362 ensure clang would not discard it.
10363
10364 2014-04-24 David Blaikie <dblaikie@gmail.com>
10365
10366 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10367 clang to emit the full definition of type required by the test
10368 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10369
10370 2014-04-24 David Blaikie <dblaikie@gmail.com>
10371
10372 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10373 coax Clang into emitting the definition of the type.
10374 * gdb.cp/pr10728-x.h (y): Ditto.
10375 * gdb.cp/pr10728-y.cc (y): Ditto.
10376
10377 2014-04-24 David Blaikie <dblaikie@gmail.com>
10378
10379 * gdb.base/label.exp: XFAIL label related tests under Clang.
10380 * gdb.cp/cplabel.exp: Ditto.
10381 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10382 under Clang those using labels.
10383
10384 2014-04-25 Yao Qi <yao@codesourcery.com>
10385
10386 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10387 double_label.
10388 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10389 partial_label and double_label.
10390
10391 2014-04-24 David Blaikie <dblaikie@gmail.com>
10392
10393 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10394
10395 2014-04-24 David Blaikie <dblaikie@gmail.com>
10396
10397 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10398 of the function to work across GCC and Clang.
10399 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10400 pointer types (const void ** const V void **).
10401
10402 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
10403 Walfred Tedeschi <walfred.tedeschi@intel.com>
10404
10405 * Makefile.in (EXECUTABLES): Added i386-avx512.
10406 * gdb.arch/i386-avx512.c: New file.
10407 * gdb.arch/i386-avx512.exp: Likewise.
10408
10409 2014-04-23 Keith Seitz <keiths@redhat.com>
10410
10411 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10412 (mi_make_breakpoint_table): New procedure.
10413 (mi_create_breakpoint): Use mi_make_breakpoint
10414 and return the result.
10415 (mi_make_breakpoint): New procedure.
10416 (mi_build_kv_pairs): New procedure.
10417
10418 * gdb.mi/mi-break.exp: Remove unused globals,
10419 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10420 All callers updated.
10421 * gdb.mi/mi-dprintf.exp: Use variable to track command
10422 number.
10423 Update all callers of mi_create_breakpoint and use
10424 mi_make_breakpoint_table.
10425 Remove any unused global variables.
10426 * gdb.mi/mi-nonstop.exp: Likewise.
10427 * gdb.mi/mi-nsintrall.exp: Likewise.
10428 * gdb.mi/mi-nsmoribund.exp: Likewise.
10429 * gdb.mi/mi-nsthrexec.exp: Likewise.
10430 * gdb.mi/mi-reverse.exp: Likewise.
10431 * gdb.mi/mi-simplerun.exp: Likewise.
10432 * gdb.mi/mi-stepn.exp: Likewise.
10433 * gdb.mi/mi-syn-frame.exp: Likewise.
10434 * gdb.mi/mi-until.exp: Likewise.
10435 * gdb.mi/mi-var-cp.exp: Likewise.
10436 * gdb.mi/mi-var-display.exp: Likewise.
10437 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10438 * gdb.mi/mi2-var-child.exp: Likewise.
10439 * gdb.mi/mi-vla-c99.exp: Likewise.
10440 * lib/mi-support.exp: Likewise.
10441
10442 From Ian Lance Taylor <iant@cygnus.com>:
10443 * lib/gdb.exp (parse_args): New procedure.
10444
10445 2014-04-23 Pedro Alves <palves@redhat.com>
10446
10447 * gdb.base/break-unload-file.c: New file.
10448 * gdb.base/break-unload-file.exp: New file.
10449 * gdb.base/sym-file-lib.c (baz): New function.
10450 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10451 field.
10452 (load): Store the segment's mapped size.
10453 (unload): New function.
10454 (unload_shlib): New function.
10455 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10456 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10457 set a breakpoint at baz, and call it.
10458 * gdb.base/sym-file.exp: New tests for stale breakpoint
10459 instructions.
10460
10461 2014-04-23 Pedro Alves <palves@redhat.com>
10462
10463 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10464 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10465 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10466 * gdb.base/hbreak-unmapped.c: New file.
10467 * gdb.base/hbreak-unmapped.exp: New file.
10468 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10469 * lib/gdb.exp (gdb_is_target_remote): ... here.
10470
10471 2014-04-22 Pedro Alves <palves@redhat.com>
10472
10473 * gdb.base/consecutive-step-over.c: New file.
10474 * gdb.base/consecutive-step-over.exp: New file.
10475
10476 2014-04-22 Pedro Alves <palves@redhat.com>
10477
10478 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10479 instead of send_gdb/gdb_expect.
10480
10481 2014-04-22 Yao Qi <yao@codesourcery.com>
10482
10483 * lib/trace-support.exp (generate_tracefile): New procedure.
10484 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10485 return 0.
10486 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10487 if generate_tracefile returns 1.
10488
10489 2014-04-18 Tom Tromey <palves@redhat.com>
10490 Pedro alves <tromey@redhat.com>
10491
10492 PR backtrace/15558
10493 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10494 with a backtrace limit.
10495 * gdb.python/py-frame-inline.exp: Test running to an inline
10496 function with a backtrace limit, and printing the newest frame.
10497 * gdb.python/py-frame-inline.c (main): Call f.
10498
10499 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10500
10501 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10502
10503 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10504
10505 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10506 Drop prefix from unsupported source file path.
10507
10508 2014-04-17 Yao Qi <yao@codesourcery.com>
10509
10510 * lib/gdb.exp (with_target_charset): New proc.
10511 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10512 with_target_charset.
10513 (test_print_strings): Likewise.
10514 (test_repeat_bytes): Likewise.
10515 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10516 for some tests.
10517
10518 2014-04-16 Keith Seitz <keiths@redhat.com>
10519
10520 PR gdb/15827
10521 * gdb.dwarf2/corrupt.c: New file.
10522 * gdb.dwarf2/corrupt.exp: New file.
10523
10524 2014-04-16 Keith Seitz <keiths@redhat.com>
10525
10526 PR c++/16597
10527 * gdb.cp/namelessclass.cc: New file.
10528 * gdb.cp/namelessclass.exp: New file.
10529 * gdb.cp/namelessclass.S: New file.
10530
10531 2014-04-16 Doug Evans <dje@google.com>
10532
10533 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10534 Add comment.
10535 (gdbserver_default_get_comm_port): New function.
10536 (gdbserver_start): Check if board file provided
10537 "gdbserver,get_comm_port" and use it if so.
10538 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10539 (gdb,socketport): Set to "stdio".
10540 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10541 (stdio_gdbserver_template): Delete.
10542 (${board}_get_remote_address): Update.
10543 (${board}_build_remote_cmd): Delete.
10544 (${board}_get_comm_port): New function.
10545 (${board}_spawn): Update.
10546 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10547 Delete.
10548 (${board}_get_remote_address): Update.
10549 (${board}_get_comm_port): New function.
10550
10551 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
10552
10553 * gdb.base/memattr.exp: Improve regexps to handle memory regions
10554 appearing in any order.
10555
10556 2014-04-15 Doug Evans <dje@google.com>
10557
10558 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10559 uninitialized value of "description".
10560
10561 2014-04-15 Keith Seitz <keiths@redhat.com>
10562
10563 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10564 Remove unused globals.
10565 (test_running_the_program): Likewise.
10566 (test_controlled_execution): Likewise.
10567 (test_controlling_breakpoints): Likewise.
10568 (test_program_termination): Likewise.
10569
10570 2014-04-15 Keith Seitz <keiths@redhat.com>
10571
10572 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10573 unused globals.
10574 (test_rbreak_creation_and_listing): Likewise.
10575 (test_ignore_count): Likewise.
10576 (test_error): Likewise.
10577
10578 2014-04-15 Pedro Alves <palves@redhat.com>
10579
10580 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10581 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10582 sym-file-loader.c.
10583 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10584 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10585 to sym-file-loader.c.
10586 (struct library): Forward declare.
10587 (load_shlib, lookup_function): Change prototypes.
10588 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10589 (translate_offset): Remove declarations.
10590 (get_text_addr): New declaration.
10591 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10592 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10593 sym-file-loader.h.
10594 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10595 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10596 here from sym-file-loader.h.
10597 (struct library): New structure.
10598 (load_shlib, lookup_function): Change prototypes and adjust to
10599 work with a struct library.
10600 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10601 (translate_offset): Make static.
10602 (get_text_addr): New function.
10603 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10604
10605 2014-04-15 Pedro Alves <palves@redhat.com>
10606
10607 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
10608
10609 2014-04-15 Pedro Alves <palves@redhat.com>
10610
10611 * gdb.base/sym-file-loader.c: Include <limits.h>.
10612 (SELF_LINK): New define.
10613 (get_origin): New function.
10614 (load_shlib): Use it.
10615 * gdb.base/sym-file.exp: Don't early return if the target is
10616 remote. Use runto_main, and issue fail is that fails. Use
10617 gdb_load_shlibs.
10618 (shlib_name): Delete.
10619 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
10620
10621 2014-04-15 Pedro Alves <palves@redhat.com>
10622
10623 * gdb.base/sym-file.exp: Remove regex characters from test
10624 message. Don't refer to breakpoint numbers in test messages.
10625
10626 2014-04-14 Keith Seitz <keiths@redhat.com>
10627
10628 PR c++/16253
10629 * gdb.cp/var-tag.cc: New file.
10630 * gdb.cp/var-tag.exp: New file.
10631 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10632 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10633 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10634 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10635
10636 2014-04-14 Tom Tromey <tromey@redhat.com>
10637
10638 * gdb.cp/classes.exp (test_enums): Handle underlying type.
10639 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10640 type.
10641 * gdb.cp/enum-class.exp: New file.
10642 * gdb.cp/enum-class.cc: New file.
10643
10644 2014-04-14 Tom Tromey <tromey@redhat.com>
10645
10646 * gdb.dwarf2/enum-type.exp: New file.
10647
10648 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10649
10650 * gdb.mi/mi-vla-c99.exp: New file.
10651 * gdb.mi/vla.c: New file.
10652
10653 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10654
10655 * gdb.base/vla-datatypes.c: New file.
10656 * gdb.base/vla-datatypes.exp: New file.
10657
10658 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10659
10660 * gdb.base/vla-ptr.c: New file.
10661 * gdb.base/vla-ptr.exp: New file.
10662
10663 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10664
10665 * gdb.dwarf2/count.exp: New file.
10666
10667 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10668
10669 * gdb.base/vla-sideeffect.c: New file.
10670 * gdb.base/vla-sideeffect.exp: New file.
10671
10672 2014-04-14 David Blaikie <dblaikie@gmail.com>
10673
10674 * gdb.mi/non-stop.c: Add return value for non-void function return
10675 statement.
10676 * gdb.threads/staticthreads.c: Ditto.
10677
10678 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
10679 Doug Evans <xdje42@gmail.com>
10680
10681 * gdb.guile/scm-value.c: Improve test case.
10682 * gdb.guile/scm-value.exp: Add new test.
10683
10684 2014-04-11 David Blaikie <dblaikie@gmail.com>
10685
10686 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
10687 override Clang's default.
10688
10689 2014-04-11 Joel Brobecker <brobecker@adacore.com>
10690
10691 Revert the following changes (regressions):
10692
10693 * gdb.base/vla-sideeffect.c: New file.
10694 * gdb.base/vla-sideeffect.exp: New file.
10695
10696 * gdb.dwarf2/count.exp: New file.
10697
10698 * gdb.base/vla-multi.c: New file.
10699 * gdb.base/vla-multi.exp: New file.
10700
10701 * gdb.base/vla-ptr.c: New file.
10702 * gdb.base/vla-ptr.exp: New file.
10703
10704 * gdb.base/vla-datatypes.c: New file.
10705 * gdb.base/vla-datatypes.exp: New file.
10706
10707 * gdb.mi/mi-vla-c99.exp: New file.
10708 * gdb.mi/vla.c: New file.
10709
10710 2014-04-11 Keith Seitz <keiths@redhat.com>
10711
10712 PR c++/16675
10713 * gdb.cp/cpsizeof.exp: New file.
10714 * gdb.cp/cpsizeof.cc: New file.
10715
10716 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10717
10718 * gdb.mi/mi-vla-c99.exp: New file.
10719 * gdb.mi/vla.c: New file.
10720
10721 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10722
10723 * gdb.base/vla-datatypes.c: New file.
10724 * gdb.base/vla-datatypes.exp: New file.
10725
10726 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10727
10728 * gdb.base/vla-ptr.c: New file.
10729 * gdb.base/vla-ptr.exp: New file.
10730
10731 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10732
10733 * gdb.base/vla-multi.c: New file.
10734 * gdb.base/vla-multi.exp: New file.
10735
10736 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10737
10738 * gdb.dwarf2/count.exp: New file.
10739
10740 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10741
10742 * gdb.base/vla-sideeffect.c: New file.
10743 * gdb.base/vla-sideeffect.exp: New file.
10744
10745 2014-04-11 Yao Qi <yao@codesourcery.com>
10746
10747 * gdb.base/completion.exp: Check file exists before running tests
10748 on file completion.
10749
10750 2014-04-10 Pedro Alves <palves@redhat.com>
10751
10752 * gdb.base/cond-eval-mode.c: New file.
10753 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
10754 prepare_for_testing to build the new file. Check result of
10755 runto_main.
10756 (test_break, test_watch): New procedures.
10757 (top level): Use them.
10758
10759 2014-04-08 Pierre Muller <muller@sourceware.org>
10760
10761 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
10762 Ctrl-V use for mingw hosts.
10763
10764 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
10765
10766 * gdb.python/py-value.c: Improve test case.
10767 * gdb.python/py-value.exp: Add new test.
10768
10769 2014-04-07 David Blaikie <dblaikie@gmail.com>
10770
10771 * lib/compiler.c: Identify the clang compiler.
10772 * lib/compiler.cc: Ditto.
10773
10774 2014-04-03 Yao Qi <yao@codesourcery.com>
10775
10776 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
10777
10778 2014-04-01 Anton Blanchard <anton@samba.org>
10779
10780 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
10781 messages unique.
10782
10783 2014-04-01 Anton Blanchard <anton@samba.org>
10784
10785 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
10786 prepare_for_testing.
10787
10788 2014-04-01 Anton Blanchard <anton@samba.org>
10789
10790 * gdb.arch/ppc64-atomic-inst.c: Remove.
10791 * gdb.arch/ppc64-atomic-inst.S: New file.
10792 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
10793
10794 2014-03-31 Doug Evans <dje@google.com>
10795
10796 * gdb.base/print-symbol-loading-lib.c: New file.
10797 * gdb.base/print-symbol-loading-main.c: New file.
10798 * gdb.base/print-symbol-loading.exp: New file.
10799
10800 2014-03-31 Yao Qi <yao@codesourcery.com>
10801
10802 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
10803
10804 2014-03-28 Joel Brobecker <brobecker@adacore.com>
10805
10806 * gdb.ada/mi_dyn_arr: New testcase.
10807
10808 2014-03-27 Doug Evans <dje@google.com>
10809
10810 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
10811
10812 2014-03-27 Yao Qi <yao@codesourcery.com>
10813
10814 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
10815 if target is nios2-*-*.
10816
10817 2014-03-26 Yao Qi <yao@codesourcery.com>
10818
10819 * lib/gdb.exp (readline_is_used): New proc.
10820 * gdb.base/completion.exp: Move tests on command complete up.
10821 Skip the rest of tests if readline is not used.
10822 * gdb.ada/complete.exp: Skp the test if readline is not
10823 used.
10824 * gdb.base/filesym.exp: Likewise.
10825 * gdb.base/macscp.exp: Likewise.
10826 * gdb.base/readline-ask.exp: Likewise.
10827 * gdb.base/readline.exp: Likewise.
10828 * gdb.python/py-cmd.exp: Likewise.
10829 * gdb.trace/tfile.exp: Likewise.
10830
10831 2014-03-26 Yao Qi <yao@codesourcery.com>
10832
10833 * gdb.base/macscp.exp: Fix code format issues.
10834
10835 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
10836
10837 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
10838 * gdb.asm/powerpc64le.inc: New file.
10839
10840 2014-03-25 Pedro Alves <palves@redhat.com>
10841 Doug Evans <dje@google.com>
10842
10843 * gdb.base/source-execution.c: New file.
10844 * gdb.base/source-execution.exp: New file.
10845 * gdb.base/source-execution.gdb: New file.
10846
10847 2014-03-24 Doug Evans <dje@google.com>
10848
10849 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
10850 using fission.
10851
10852 2014-03-24 Hui Zhu <hui@codesourcery.com>
10853 Pedro Alves <palves@redhat.com>
10854
10855 PR breakpoints/16101
10856 * gdb.base/dprintf.exp: Use unsupported rather than changing the
10857 test pass/fail messages. Detect missing support for dprintf when
10858 breakpoints are actually inserted.
10859 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
10860 breakpoints are actually inserted.
10861 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
10862 fails.
10863
10864 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10865
10866 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
10867
10868 2014-03-22 Doug Evans <xdje42@gmail.com>
10869
10870 * gdb.python/python.exp (python not supported): Verify multi-line
10871 python command issues an error.
10872 * gdb.guile/guile.exp (guile not supported): Verify multi-line
10873 guile command issues an error.
10874
10875 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
10876
10877 * gdb.threads/thread-specific.exp: Handle the lack of usable
10878 $this_breakpoint and $this_thread.
10879
10880 2014-03-21 Hui Zhu <hui@codesourcery.com>
10881
10882 * gdb.base/attach.exp (do_command_attach_tests): New.
10883
10884 2014-03-20 Tom Tromey <tromey@redhat.com>
10885 Pedro Alves <palves@redhat.com>
10886
10887 PR cli/15718
10888 * gdb.base/condbreak-call-false.c: New file.
10889 * gdb.base/condbreak-call-false.exp: New file.
10890
10891 2014-03-20 Pedro Alves <palves@redhat.com>
10892
10893 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
10894 Delete.
10895 (block_signals, unblock_signals): Delete.
10896 (child_function_2, main): Remove references to deleted variable
10897 and functions.
10898
10899 2014-03-20 Pedro Alves <palves@redhat.com>
10900
10901 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
10902 Use pthread_kill to signal thread 2.
10903 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10904 Adjust to make the test send itself a signal rather than using the
10905 host's "kill" command.
10906
10907 2014-03-20 Pedro Alves <palves@redhat.com>
10908
10909 * gdb.threads/multiple-step-overs.c: New file.
10910 * gdb.threads/multiple-step-overs.exp: New file.
10911 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10912 Adjust expected infrun debug output.
10913
10914 2014-03-20 Pedro Alves <palves@redhat.com>
10915
10916 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
10917 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
10918
10919 2014-03-20 Pedro Alves <palves@redhat.com>
10920
10921 PR breakpoints/7143
10922 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
10923 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
10924 of gdb_test_multiple.
10925 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
10926 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
10927
10928 2014-03-20 Pedro Alves <palves@redhat.com>
10929
10930 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
10931 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
10932
10933 2014-03-19 Pedro Alves <palves@redhat.com>
10934
10935 * gdb.base/async.exp: Remove early return.
10936
10937 2014-03-19 Pedro Alves <palves@redhat.com>
10938
10939 * gdb.base/async.exp (step& tests): Pass explicit test messages.
10940
10941 2014-03-19 Pedro Alves <palves@redhat.com>
10942
10943 * gdb.base/async.exp (test_background): Expect \r\n after
10944 "completed." in the fail pattern.
10945
10946 2014-03-19 Pedro Alves <palves@redhat.com>
10947
10948 * gdb.base/async.exp (test_background): New procedure.
10949 Use it for all background execution command tests.
10950
10951 2014-03-19 Pedro Alves <palves@redhat.com>
10952
10953 * gdb.base/async.exp: Use prepare_for_testing.
10954
10955 2014-03-19 Pedro Alves <palves@redhat.com>
10956
10957 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
10958 the same line.
10959
10960 2014-03-19 Pedro Alves <palves@redhat.com>
10961
10962 * gdb.base/async.c (main): Add "jump here" and "until here" line
10963 marker comments.
10964 * gdb.base/async.exp (jump_here): New global.
10965 (jump& test): Use it.
10966 (until_here): New global.
10967 (until& test): Use it.
10968
10969 2014-03-19 Pedro Alves <palves@redhat.com>
10970
10971 * gdb.base/async.exp: Don't frob gdb_protocol.
10972
10973 2014-03-18 Doug Evans <xdje42@gmail.com>
10974
10975 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
10976 Fix spelling of exec-done-display.
10977
10978 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
10979
10980 PR gdb/15358
10981 * gdb.base/gdb-sigterm.c: New file.
10982 * gdb.base/gdb-sigterm.exp: New file.
10983
10984 2014-03-18 Pedro Alves <palves@redhat.com>
10985
10986 PR gdb/13860
10987 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
10988 * lib/mi-support.exp (mi_expect_stop): Add special handling for
10989 solib-event.
10990
10991 2014-03-17 Joel Brobecker <brobecker@adacore.com>
10992
10993 * gdb.ada/pckd_arr_ren: New testcase.
10994
10995 2014-03-13 Doug Evans <xdje42@gmail.com>
10996
10997 PR guile/16612
10998 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
10999 collect after discarding symbols.
11000
11001 2014-03-13 Ludovic Courtès <ludo@gnu.org>
11002 Doug Evans <xdje42@gmail.com>
11003
11004 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
11005 to history survives a gc.
11006
11007 2014-03-13 Pedro Alves <palves@redhat.com>
11008
11009 * gdb.base/default.exp: Don't test "target procfs".
11010
11011 2014-03-13 Pedro Alves <palves@redhat.com>
11012
11013 * gdb.base/default.exp: Update "target child" and "target procfs"
11014 tests to not expect "Unix".
11015
11016 2014-03-12 Tom Tromey <tromey@redhat.com>
11017
11018 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
11019 New procs. Add target-async tests.
11020 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
11021 Add target-async tests.
11022
11023 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11024
11025 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
11026 'func_start' and 'func_end' for the beginning and end of the
11027 function code, respectively.
11028 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
11029 'func_end' instead of 'func' and 'main'.
11030
11031 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11032
11033 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
11034 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
11035 generate the debug info assembler source.
11036
11037 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11038
11039 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
11040 * gdb.dwarf2/arr-subrange.exp: Likewise.
11041 * gdb.dwarf2/dwz.exp: Likewise.
11042 * gdb.dwarf2/method-ptr.exp: Likewise.
11043 * gdb.dwarf2/missing-sig-type.exp: Likewise.
11044 * gdb.dwarf2/subrange.exp: Likewise.
11045 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
11046 * gdb.dwarf2/implptrpiece.exp: Likewise.
11047 * gdb.dwarf2/nostaticblock.exp: Likewise.
11048
11049 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11050
11051 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
11052 directory to absolute path name arguments.
11053
11054 2014-03-10 Joel Brobecker <brobecker@adacore.com>
11055
11056 * gdb.ada/tagged_access: New testcase.
11057
11058 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
11059
11060 * gdb.btrace/data.exp: Update expected output.
11061
11062 2014-03-06 Yao Qi <yao@codesourcery.com>
11063
11064 * gdb.trace/pr16508.exp: New file.
11065
11066 2014-03-05 Pedro Alves <palves@redhat.com>
11067
11068 PR gdb/16575
11069 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
11070 procedure.
11071 (top level): Adjust to use it. Add tests that exercise breakpoint
11072 interaction with the code-cache.
11073
11074 2014-02-26 Ludovic Courtès <ludo@gnu.org>
11075
11076 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
11077 test for 'history-append!'.
11078
11079 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11080
11081 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
11082 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
11083 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
11084 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
11085 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
11086 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
11087
11088 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11089
11090 * testsuite/gdb.python/py-pp-re-notag.c: New file.
11091 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
11092 * testsuite/gdb.python/py-pp-re-notag.p: New file.
11093
11094 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11095
11096 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
11097
11098 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11099
11100 * gdb.dwarf2/arr-stride.c: New file.
11101 * gdb.dwarf2/arr-stride.exp: New file.
11102
11103 2014-02-26 Pedro Alves <palves@redhat.com>
11104
11105 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11106 that won't ever trigger. Make sure that GDB reports the correct
11107 breakpoint that caused the stop.
11108
11109 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11110
11111 PR gdb/16626
11112 * gdb.base/auto-load-script: New file.
11113 * gdb.base/auto-load.c: New file.
11114 * gdb.base/auto-load.exp: New file.
11115
11116 PR gdb/16626
11117 * gdb.base/auto-load.exp: Fix out-of-srctree run.
11118
11119 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11120
11121 Fix dw2-icycle.exp -fsanitize=address GDB crash.
11122 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11123
11124 2014-02-24 Doug Evans <dje@google.com>
11125
11126 * lib/gdb.exp (run_on_host): Log error output if program fails.
11127
11128 2014-02-21 Pedro Alves <palves@redhat.com>
11129
11130 * gdb.threads/step-after-sr-lock.c: Rename to ...
11131 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
11132 * gdb.threads/step-after-sr-lock.exp: Rename to ...
11133 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11134 ... this.
11135
11136 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
11137
11138 PR tdep/16397
11139 * gdb.arch/amd64-stap-special-operands.exp: New file.
11140 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
11141 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
11142 * gdb.arch/amd64-stap-triplet.S: Likewise.
11143 * gdb.arch/amd64-stap-triplet.c: Likewise.
11144
11145 2014-02-20 Joel Brobecker <brobecker@adacore.com>
11146
11147 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11148 in .section pseudo-op.
11149
11150 2014-02-20 lin zuojian <manjian2006@gmail.com>
11151 Joel Brobecker <brobecker@adacore.com>
11152 Doug Evans <xdje42@gmail.com>
11153
11154 PR symtab/16581
11155 * gdb.dwarf2/dw2-icycle.S: New file.
11156 * gdb.dwarf2/dw2-icycle.c: New file.
11157 * gdb.dwarf2/dw2-icycle.exp: New file.
11158
11159 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
11160
11161 * gdb.python/py-value-cc.cc: Improve test case to enable testing
11162 operations on gdb.Value objects.
11163 * gdb.python/py-value-cc.exp: Add new test to test operations on
11164 gdb.Value objects.
11165
11166 2014-02-18 Doug Evans <dje@google.com>
11167
11168 * Makefile.in (TESTS): New variable.
11169 (expanded_tests, expanded_tests_or_none): New variables
11170 (check-single): Pass $(expanded_tests_or_none) to runtest.
11171 (check-parallel): Only run tests in $(TESTS) if non-empty.
11172 (check/no-matching-tests-found): New rule.
11173 * README: Document TESTS makefile variable.
11174
11175 2014-02-18 Doug Evans <dje@google.com>
11176
11177 * Makefile.in (check-parallel): rm -rf outputs temp.
11178
11179 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11180
11181 Fix "ERROR: no fileid for" in the testsuite.
11182 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11183
11184 2014-02-12 Doug Evans <dje@google.com>
11185
11186 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11187 (MISCELLANEOUS): New variable.
11188 (clean): rm -rf $(MISCELLANEOUS).
11189 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11190 dwp live in the same directory as symlinks, with each symlink pointed
11191 to a differently named file in a different directory.
11192
11193 2014-02-11 Doug Evans <dje@google.com>
11194
11195 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11196 of Tcl file commands.
11197
11198 2014-02-10 Mark Kettenis <kettenis@gnu.org>
11199
11200 * gdb.threads/step-after-sr-lock.exp: Avoid executing
11201 "kill -SIGUSR1 -1".
11202
11203 2014-02-10 Joel Brobecker <brobecker@adacore.com>
11204
11205 * gdb.ada/tick_length_array_enum_idx: New testcase.
11206
11207 2014-02-10 Doug Evans <xdje42@gmail.com>
11208
11209 * configure.ac (AC_OUTPUT): Add gdb.guile.
11210 * configure: Regenerate.
11211 * lib/gdb-guile.exp: New file.
11212 * lib/gdb.exp (get_target_charset): New function.
11213 * gdb.base/help.exp: Update expected output from "apropos apropos".
11214 * gdb.guile/Makefile.in: New file.
11215 * gdb.guile/guile.exp: New file.
11216 * gdb.guile/scm-arch.c: New file.
11217 * gdb.guile/scm-arch.exp: New file.
11218 * gdb.guile/scm-block.c: New file.
11219 * gdb.guile/scm-block.exp: New file.
11220 * gdb.guile/scm-breakpoint.c: New file.
11221 * gdb.guile/scm-breakpoint.exp: New file.
11222 * gdb.guile/scm-disasm.c: New file.
11223 * gdb.guile/scm-disasm.exp: New file.
11224 * gdb.guile/scm-equal.c: New file.
11225 * gdb.guile/scm-equal.exp: New file.
11226 * gdb.guile/scm-error.exp: New file.
11227 * gdb.guile/scm-error.scm: New file.
11228 * gdb.guile/scm-frame-args.c: New file.
11229 * gdb.guile/scm-frame-args.exp: New file.
11230 * gdb.guile/scm-frame-args.scm: New file.
11231 * gdb.guile/scm-frame-inline.c: New file.
11232 * gdb.guile/scm-frame-inline.exp: New file.
11233 * gdb.guile/scm-frame.c: New file.
11234 * gdb.guile/scm-frame.exp: New file.
11235 * gdb.guile/scm-generics.exp: New file.
11236 * gdb.guile/scm-gsmob.exp: New file.
11237 * gdb.guile/scm-iterator.c: New file.
11238 * gdb.guile/scm-iterator.exp: New file.
11239 * gdb.guile/scm-math.c: New file.
11240 * gdb.guile/scm-math.exp: New file.
11241 * gdb.guile/scm-objfile-script-gdb.in: New file.
11242 * gdb.guile/scm-objfile-script.c: New file.
11243 * gdb.guile/scm-objfile-script.exp: New file.
11244 * gdb.guile/scm-objfile.c: New file.
11245 * gdb.guile/scm-objfile.exp: New file.
11246 * gdb.guile/scm-ports.exp: New file.
11247 * gdb.guile/scm-pretty-print.c: New file.
11248 * gdb.guile/scm-pretty-print.exp: New file.
11249 * gdb.guile/scm-pretty-print.scm: New file.
11250 * gdb.guile/scm-section-script.c: New file.
11251 * gdb.guile/scm-section-script.exp: New file.
11252 * gdb.guile/scm-section-script.scm: New file.
11253 * gdb.guile/scm-symbol.c: New file.
11254 * gdb.guile/scm-symbol.exp: New file.
11255 * gdb.guile/scm-symtab-2.c: New file.
11256 * gdb.guile/scm-symtab.c: New file.
11257 * gdb.guile/scm-symtab.exp: New file.
11258 * gdb.guile/scm-type.c: New file.
11259 * gdb.guile/scm-type.exp: New file.
11260 * gdb.guile/scm-value-cc.cc: New file.
11261 * gdb.guile/scm-value-cc.exp: New file.
11262 * gdb.guile/scm-value.c: New file.
11263 * gdb.guile/scm-value.exp: New file.
11264 * gdb.guile/source2.scm: New file.
11265 * gdb.guile/types-module.cc: New file.
11266 * gdb.guile/types-module.exp: New file.
11267
11268 2014-02-10 Yao Qi <yao@codesourcery.com>
11269
11270 PR testsuite/16543
11271 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11272 * configure: Regenerated.
11273 * Makefile.in: New file.
11274
11275 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11276
11277 * gdb.python/py-framefilter.exp: Fix typo.
11278
11279 2014-02-08 Yao Qi <yao@codesourcery.com>
11280
11281 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11282 that no =breakpoint-modified is emitted when breakpoints are
11283 modified through MI commands.
11284
11285 2014-02-07 Pedro Alves <pedro@codesourcery.com>
11286 Pedro Alves <palves@redhat.com>
11287
11288 * gdb.threads/step-after-sr-lock.c: New file.
11289 * gdb.threads/step-after-sr-lock.exp: New file.
11290
11291 2014-02-07 Pedro Alves <palves@redhat.com>
11292
11293 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11294
11295 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11296
11297 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11298 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11299
11300 2014-02-06 Doug Evans <xdje42@gmail.com>
11301
11302 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11303 output.
11304
11305 * gdb.gdb/python-interrupts.exp: New file.
11306
11307 2014-02-05 Yao Qi <yao@codesourcery.com>
11308
11309 * gdb.trace/report.exp (use_collected_data): Test the output
11310 of "info threads" and "info inferiors".
11311
11312 2014-02-05 Yao Qi <yao@codesourcery.com>
11313
11314 Revert this patch:
11315
11316 2013-05-24 Yao Qi <yao@codesourcery.com>
11317
11318 * gdb.trace/tfile.exp: Test inferior and thread.
11319
11320 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11321
11322 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11323 on a function.
11324 * gdb.base/step-bt.c: Call hello via function pointer to make
11325 sure its first instruction is executed on powerpc64le-linux.
11326
11327 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11328
11329 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11330
11331 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11332
11333 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11334 of the test patterns for use on little-endian systems.
11335
11336 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11337
11338 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11339 (decimal_vector): Fix for little-endian.
11340
11341 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11342
11343 * gdb.arch/sparc-sysstep.exp: New file.
11344 * gdb.arch/sparc-sysstep.c: Likewise.
11345
11346 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11347
11348 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11349
11350 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11351
11352 2014-01-23 Tom Tromey <tromey@redhat.com>
11353
11354 * gdb.ada/array_char_idx: New testcase.
11355
11356 2014-01-23 Tom Tromey <tromey@redhat.com>
11357
11358 PR python/16487:
11359 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11360 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11361 classes.
11362
11363 2014-01-23 Tom Tromey <tromey@redhat.com>
11364
11365 PR python/16491:
11366 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11367 string from an inferior frame.
11368 * gdb.python/py-framefilter-mi.exp: Update.
11369
11370 2014-01-22 Doug Evans <dje@google.com>
11371
11372 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11373
11374 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11375
11376 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11377
11378 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11379
11380 * gdb.trace/entry-values.exp: Remove excess space character from
11381 regex patterns. Handle s390 call instruction.
11382
11383 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11384
11385 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11386 define "*_start" label. Make "name" static.
11387 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11388 ${name} by references to ${name}_start.
11389
11390 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11391
11392 * gdb.base/info-macros.exp: Remove "debug" from the compile
11393 options.
11394
11395 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11396
11397 * gdb.dlang/demangle.exp: New file.
11398
11399 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11400
11401 * gdb.dlang/primitive-types.exp: New file.
11402
11403 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11404
11405 * configure.ac: Create gdb.dlang/Makefile.
11406 * configure: Regenerate.
11407 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11408 * gdb.dlang/Makefile.in: New file.
11409 * lib/d-support.exp: New file.
11410 * lib/gdb.exp (skip_d_tests): New proc.
11411
11412 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11413
11414 * gdb.btrace/delta.exp: Check reverse stepi.
11415 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11416 * gdb.btrace/finish.exp: New.
11417 * gdb.btrace/next.exp: New.
11418 * gdb.btrace/nexti.exp: New.
11419 * gdb.btrace/record_goto.c: Add comments.
11420 * gdb.btrace/step.exp: New.
11421 * gdb.btrace/stepi.exp: New.
11422 * gdb.btrace/multi-thread-step.c: New.
11423 * gdb.btrace/multi-thread-step.exp: New.
11424 * gdb.btrace/rn-dl-bind.c: New.
11425 * gdb.btrace/rn-dl-bind.exp: New.
11426 * gdb.btrace/data.c: New.
11427 * gdb.btrace/data.exp: New.
11428 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11429
11430 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11431
11432 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11433 * gdb.btrace/exception.exp: Update.
11434 * gdb.btrace/instruction_history.exp: Update.
11435 * gdb.btrace/record_goto.exp: Update.
11436 * gdb.btrace/tailcall.exp: Update.
11437 * gdb.btrace/unknown_functions.exp: Update.
11438 * gdb.btrace/delta.exp: New.
11439
11440 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11441
11442 * gdb.btrace/record_goto.exp: Add backtrace test.
11443 * gdb.btrace/tailcall.exp: Add backtrace test.
11444
11445 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11446
11447 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11448 * gdb.btrace/record_goto.c: New.
11449 * gdb.btrace/record_goto.exp: New.
11450 * gdb.btrace/x86-record_goto.S: New.
11451
11452 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11453
11454 * gdb.btrace/function_call_history.exp: Update tests.
11455 * gdb.btrace/instruction_history.exp: Update tests.
11456
11457 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11458
11459 * gdb.btrace/function_call_history.exp: Fix expected field
11460 order for "record function-call-history".
11461 Add new tests for "record function-call-history /c".
11462 * gdb.btrace/exception.cc: New.
11463 * gdb.btrace/exception.exp: New.
11464 * gdb.btrace/tailcall.exp: New.
11465 * gdb.btrace/x86-tailcall.S: New.
11466 * gdb.btrace/x86-tailcall.c: New.
11467 * gdb.btrace/unknown_functions.c: New.
11468 * gdb.btrace/unknown_functions.exp: New.
11469 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11470
11471 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11472
11473 * gdb.btrace/instruction_history.exp: Update.
11474 * gdb.btrace/function_call_history.exp: Update.
11475
11476 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11477
11478 * gdb.btrace/function_call_history.exp: Fix expected function
11479 trace.
11480 * gdb.btrace/instruction_history.exp: Initialize traced.
11481 Remove traced_functions.
11482
11483 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11484
11485 * gdb.btrace/function_call_history.exp: Update
11486 * gdb.btrace/instruction_history.exp: Update.
11487
11488 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11489
11490 * gdb.btrace/enable.exp: Update expected text.
11491
11492 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11493
11494 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11495 bytes.
11496
11497 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11498
11499 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11500
11501 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
11502
11503 * lib/gdb.exp (supports_process_record): Return true for
11504 arm*-linux*. (supports_reverse): Likewise.
11505
11506 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11507
11508 PR python/15464
11509 PR python/16113
11510 * gdb.python/py-type.c: Enhance test case.
11511 * gdb.python/py-value-cc.cc: Likewise
11512 * gdb.python/py-type.exp: Add new tests.
11513 * gdb.python/py-value-cc.exp: Likewise
11514
11515 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11516 Pedro Alves <palves@redhat.com>
11517
11518 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11519 Make "name" extern.
11520 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11521 references to ${name}_start by references to ${name}.
11522
11523 2014-01-10 Joel Brobecker <brobecker@adacore.com>
11524
11525 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11526
11527 2014-01-10 Joel Brobecker <brobecker@adacore.com>
11528
11529 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11530
11531 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
11532 Pedro Alves <palves@redhat.com>
11533
11534 * gdb.mi/mi-info-os.exp: Connect to the target with
11535 mi_gdb_target_load.
11536
11537 2014-01-08 Pedro Alves <palves@redhat.com>
11538
11539 * gdb.threads/reconnect-signal.c: New file.
11540 * gdb.threads/reconnect-signal.exp: New file.
11541
11542 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11543
11544 * gdb.base/source-dir.exp: New file.
11545
11546 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11547
11548 * gdb.ada/mi_interface: New testcase.
11549
11550 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11551
11552 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11553 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11554 gdb.ada/pp-rec-component/pck.ads: New files.
11555
11556 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11557
11558 * gdb.python/py-pp-integral.c: New file.
11559 * gdb.python/py-pp-integral.py: New file.
11560 * gdb.python/py-pp-integral.exp: New file.
11561
11562 For older changes see ChangeLog-1993-2013.
11563 \f
11564 ;; Local Variables:
11565 ;; mode: change-log
11566 ;; left-margin: 8
11567 ;; fill-column: 74
11568 ;; version-control: never
11569 ;; End:
11570
11571 Copyright 2014-2017 Free Software Foundation, Inc.
11572 Copying and distribution of this file, with or without modification,
11573 are permitted provided the copyright notice and this notice are preserved.
This page took 0.257424 seconds and 5 git commands to generate.