]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
gdb.base/fileio.c: Fix several -Wmaybe-uninitialized warnings
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2017-05-18 Pedro Alves <palves@redhat.com>
2
3 * gdb.base/fileio.c (test_write, test_read, test_close)
4 (test_fstat): Don't print 'ret' in the fail path.
5
6 2017-05-18 Pedro Alves <palves@redhat.com>
7
8 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
9 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
10 (test_system, test_rename, test_unlink, test_time): Change
11 prototypes.
12 * gdb.base/fileio.exp (stop_msg): Adjust.
13
14 2017-05-18 Pedro Alves <palves@redhat.com>
15
16 * gdb.base/fileio.c (null_str): New global.
17 (test_stat): Use it.
18 * gdb.base/fileio.exp: Remove nowarnings.
19
20 2017-05-17 Yao Qi <yao.qi@linaro.org>
21
22 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
23
24 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
25
26 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
27 argument command.
28 (top-level): Invoke test_set_inferior_tty.
29
30 2017-05-04 Pedro Alves <palves@redhat.com>
31
32 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
33 Add parens to print call for Python 3.
34
35 2017-05-03 Keith Seitz <keiths@redhat.com>
36
37 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
38 (main): Call it.
39
40 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
41
42 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
43 to prev and next.
44
45 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
46
47 * gdb.python/py-record-btrace.exp: Remove test for
48 gdb.BtraceInstruction.error.
49
50 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
51
52 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
53
54 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
55
56 * gdb.python/py-record-btrace-threads.c: New file.
57 * gdb.python/py-record-btrace-threads.exp: New file.
58
59 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
60
61 PR testsuite/8595
62 * gdb.base/environ.exp: Make test available in all architectures.
63 Move bits related to "info program" testing to
64 gdb.base/info-program.exp. Rewrite tests to use the two new
65 procedures mentione below.
66 (test_set_show_env_var) New procedure.
67 (test_set_show_env_var_equal): Likewise.
68 * gdb.base/info-program.exp: New file.
69
70 2017-04-27 Keith Seitz <keiths@redhat.com>
71
72 * gdb.cp/oranking.cc (test15): New function.
73 (main): Call test15 and declare additional variables for testing.
74 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
75 "p foo101('abc')" tests.
76 Add tests for cv qualifier overloads.
77 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
78 "lvalue reference overload" test.
79 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
80 "print value of f1 on Child&& in f2" test.
81
82 2017-04-19 Pedro Alves <palves@redhat.com>
83
84 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
85 procedure.
86 (top level): Call it.
87 * lib/gdb.exp (gdb_define_cmd): New procedure.
88
89 2017-04-12 Pedro Alves <palves@redhat.com>
90
91 PR gdb/21323
92 * gdb.cp/wide_char_types.c: Include <wchar.h>.
93 (wchar): New global.
94 * gdb.cp/wide_char_types.exp (wide_char_types_program)
95 (do_test_wide_char, wide_char_types_no_program, top level): Add
96 wchar_t testing.
97
98 2017-04-12 Pedro Alves <palves@redhat.com>
99
100 PR c++/21323
101 * gdb.cp/wide_char_types.c: New file.
102 * gdb.cp/wide_char_types.exp: New file.
103
104 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
105
106 PR gdb/21352
107 * gdb.trace/tsv.exp: Add test for "tsave -r".
108
109 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
110
111 * gdb.dlang/watch-loc.c: New file.
112 * gdb.dlang/watch-loc.exp: New file.
113
114 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
115
116 * gdb.python/py-section-script.exp (sepdebug): New testcases.
117
118 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
119
120 * gdb.arch/arc-analyze-prologue.S: New file.
121 * gdb.arch/arc-analyze-prologue.exp: Likewise.
122
123 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
124
125 * gdb.arch/arc-decode-insn.S: New file.
126 * gdb.arch/arc-decode-insn.exp: Likewise.
127
128 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
129
130 PR tdep/20928
131 * gdb.arch/sparc64-regs.exp: New file.
132 * gdb.arch/sparc64-regs.S: Likewise.
133
134 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
135
136 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
137 and memory view on Python 3.
138
139 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
140 Keith Seitz <keiths@redhat.com>
141
142 PR gdb/14441
143 * gdb.cp/demangle.exp: Add rvalue reference tests.
144 * gdb.cp/rvalue-ref-casts.cc: New file.
145 * gdb.cp/rvalue-ref-casts.exp: New file.
146 * gdb.cp/rvalue-ref-overload.cc: New file.
147 * gdb.cp/rvalue-ref-overload.exp: New file.
148 * gdb.cp/rvalue-ref-params.cc: New file.
149 * gdb.cp/rvalue-ref-params.exp: New file.
150 * gdb.cp/rvalue-ref-sizeof.cc: New file.
151 * gdb.cp/rvalue-ref-sizeof.exp: New file.
152 * gdb.cp/rvalue-ref-types.cc: New file.
153 * gdb.cp/rvalue-ref-types.exp: New file.
154 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
155 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
156
157 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
158
159 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
160 New procedure.
161
162 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
163
164 * lib/mi-support.exp (mi_gdb_test): Add additional message
165 for unexpected output.
166
167 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
168
169 * gdb.base/examine-backward.c (Barrier): New character array
170 constant, to ensure that TestStrings is preceded by a string
171 terminator.
172
173 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
174
175 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
176 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
177 and implicit pointer into such a location.
178
179 2017-03-16 Doug Evans <dje@google.com>
180
181 * gdb.python/py-lazy-string (pointer): Really add new typedef.
182
183 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
184
185 * gdb.cp/m-static.exp: Fix expectation for prototype of
186 test5.single_constructor and single_constructor::single_constructor.
187
188 2017-03-16 Doug Evans <dje@google.com>
189
190 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
191 * gdb.guile/scm-lazy-string.c: New file.
192 * gdb.guile/scm-value.exp: Move lazy string tests to ...
193 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
194 for pointer, array, typedef lazy strings.
195
196 2017-03-16 Doug Evans <dje@google.com>
197
198 PR python/17728, python/18439, python/18779
199 * gdb.python/py-value.c (main) Delete locals sptr, sn.
200 * gdb.python/py-lazy-string.c (pointer): New typedef.
201 (main): New locals ptr, array, typedef_ptr.
202 * gdb.python/py-value.exp: Move lazy string tests to ...
203 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
204 array, typedef lazy strings.
205
206 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
207
208 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
209 Add optional 'test' parameter.
210
211 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
212
213 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
214 Skip for versions of DejaGnu < 1.5.
215
216 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
217
218 * lib/gdb.exp (dejagnu_version): New proc.
219 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
220 Use dejagnu_version.
221
222 2017-03-10 Keith Seitz <keiths@redhat.com>
223
224 PR c++/8128
225 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
226 type from destructor regexps.
227 Add a branch which actually passes the test.
228 Adjust "ptype t5i" test names.
229
230 2017-03-08 Pedro Alves <palves@redhat.com>
231
232 * gdb.base/step-over-exit.exp: Add explicit test message.
233
234 2017-03-08 Pedro Alves <palves@redhat.com>
235
236 PR gdb/18360
237 * gdb.threads/interrupt-while-step-over.c: New file.
238 * gdb.threads/interrupt-while-step-over.exp: New file.
239
240 2017-03-08 Pedro Alves <palves@redhat.com>
241
242 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
243 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
244
245 2017-03-08 Pedro Alves <palves@redhat.com>
246
247 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
248 PKRU as not supported as a PASS.
249
250 2017-03-08 Pedro Alves <palves@redhat.com>
251
252 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
253 prefix instead of $binfile1/$binfile2.
254 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
255 in test message.
256 * gdb.python/py-completion.exp: Use "load python file" as test
257 messages instead of unstable path names.
258
259 2017-03-08 Pedro Alves <palves@redhat.com>
260 Jan Kratochvil <jan.kratochvil@redhat.com>
261
262 PR cli/21218
263 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
264 New proc.
265 (top level): Call it.
266
267 2017-03-08 Pedro Alves <palves@redhat.com>
268
269 PR tui/21216
270 * gdb.tui/tui-nl-filtered-output.exp: New file.
271
272 2017-03-08 Pedro Alves <palves@redhat.com>
273
274 * gdb.base/completion.exp: Move TUI completion tests to ...
275 * gdb.tui/completion.exp: ... this new file.
276
277 2017-03-08 Pedro Alves <palves@redhat.com>
278
279 * gdb.base/tui-disasm-long-lines.c,
280 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
281 gdb.base/tui-layout.exp: Move to ...
282 * gdb.tui/: ... this new directory.
283
284 2017-03-07 Pedro Alves <palves@redhat.com>
285
286 * gdb.base/tui-layout.c: New file.
287 * gdb.base/tui-layout.exp: New file.
288
289 2017-03-07 Pedro Alves <palves@redhat.com>
290
291 * gdb.base/tui-layout.c: Rename to ...
292 * gdb.base/tui-disasm-long-lines.c: ... this.
293 * gdb.base/tui-layout.exp: Rename to ...
294 * gdb.base/tui-disasm-long-lines.exp: ... this.
295
296 2017-03-07 Pedro Alves <palves@redhat.com>
297
298 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
299
300 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
301
302 * i386-mpx-call.c: New file.
303 * i386-mpx-call.exp: New file.
304
305 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
306
307 * gdb.arch/powerpc-power.exp: Delete test.
308 * gdb.arch/powerpc-power.s: Likewise.
309 * gdb.disasm/disassembler-options.exp: New test.
310 * gdb.arch/powerpc-altivec.exp: Likewise.
311 * gdb.arch/powerpc-altivec.s: Likewise.
312 * gdb.arch/powerpc-altivec2.exp: Likewise.
313 * gdb.arch/powerpc-altivec2.s: Likewise.
314 * gdb.arch/powerpc-altivec3.exp: Likewise.
315 * gdb.arch/powerpc-altivec3.s: Likewise.
316 * gdb.arch/powerpc-power7.exp: Likewise.
317 * gdb.arch/powerpc-power7.s: Likewise.
318 * gdb.arch/powerpc-power8.exp: Likewise.
319 * gdb.arch/powerpc-power8.s: Likewise.
320 * gdb.arch/powerpc-power9.exp: Likewise.
321 * gdb.arch/powerpc-power9.s: Likewise.
322 * gdb.arch/powerpc-vsx.exp: Likewise.
323 * gdb.arch/powerpc-vsx.s: Likewise.
324 * gdb.arch/powerpc-vsx2.exp: Likewise.
325 * gdb.arch/powerpc-vsx2.s: Likewise.
326 * gdb.arch/powerpc-vsx3.exp: Likewise.
327 * gdb.arch/powerpc-vsx3.s: Likewise.
328 * gdb.arch/arm-disassembler-options.exp: Likewise.
329 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
330 * gdb.arch/s390-disassembler-options.exp: Likewise.
331
332 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
333
334 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
335 (check_supported_features): ... this. Changed return type to void.
336 (supports_rdseed): New static global.
337 (rdseed): Check supports_rdseed.
338 (initialize): Call check_supported_features.
339
340 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
341
342 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
343 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
344 and lqarx/stqcx.
345 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
346 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
347
348 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
349
350 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
351 uppercase.
352
353 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
354
355 * gdb.dwarf2/formdata16.c: New file.
356 * gdb.dwarf2/formdata16.exp: New file.
357 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
358
359 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
360
361 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
362 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
363 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
364 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
365 DW_AT_GNU_*.
366
367 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
368
369 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
370
371 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
372
373 PR gdb/21164
374 * gdb.base/maint.exp: Add testcases for when the commands do
375 not have arguments.
376
377 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
378
379 * gdb.cp/chained-calls.exp: Use p instead of P.
380
381 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
382
383 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
384 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
385
386 2017-02-14 Tom Tromey <tom@tromey.com>
387
388 PR python/13598:
389 * gdb.python/py-events.exp: Add before_prompt event tests.
390
391 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
392
393 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
394
395 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
396
397 * gdb.linespec/explicit.c (my_unique_function_name): New function.
398 (main): Call my_unique_function_name.
399 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
400 completion of patterns with a single match.
401 Add missing -re switches to gdb_test_multiple calls.
402
403 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
404
405 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
406 return if core file is not recognized.
407
408 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
409
410 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
411 and extra UIs.
412
413 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
414
415 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
416 proc_with_prefix.
417
418 2017-02-10 Tom Tromey <tom@tromey.com>
419
420 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
421
422 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
423
424 PR gdb/21122
425 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
426
427 2017-02-08 Jerome Guitton <guitton@adacore.com>
428
429 * gdb.base/define.exp: Add test for command abbreviations
430 in define.
431
432 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
433
434 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
435 * gdb.reverse/insn-reverse-x86.c: New file.
436
437 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
438
439 PR tdep/20936
440 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
441
442 2017-02-03 Tom Tromey <tom@tromey.com>
443
444 PR rust/21097:
445 * gdb.rust/simple.exp: Add new tests.
446
447 2017-02-02 Pedro Alves <palves@redhat.com>
448
449 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
450 tests.
451
452 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
453
454 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
455 taking a 2-byte value out of a 4-byte DWARF implicit value on
456 big-endian targets.
457 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
458 logic. Add test cases for DW_OP_implicit.
459
460 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
461
462 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
463
464 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
465
466 * gdb.btrace/enable.exp: Call gdb_exit before
467 skip_gdbserver_tests.
468
469 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
470
471 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
472 GDBFLAGS.
473
474 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
475
476 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
477 the test is skipped.
478 * gdb.btrace/data.exp: Likewise.
479 * gdb.btrace/delta.exp: Likewise.
480 * gdb.btrace/dlopen.exp: Likewise.
481 * gdb.btrace/enable-running.exp: Likewise.
482 * gdb.btrace/enable.exp: Likewise.
483 * gdb.btrace/exception.exp: Likewise.
484 * gdb.btrace/function_call_history.exp: Likewise.
485 * gdb.btrace/gcore.exp: Likewise.
486 * gdb.btrace/instruction_history.exp: Likewise.
487 * gdb.btrace/multi-thread-step.exp: Likewise.
488 * gdb.btrace/nohist.exp: Likewise.
489 * gdb.btrace/non-stop.exp: Likewise.
490 * gdb.btrace/reconnect.exp: Likewise.
491 * gdb.btrace/record_goto-step.exp: Likewise.
492 * gdb.btrace/record_goto.exp: Likewise.
493 * gdb.btrace/rn-dl-bind.exp: Likewise.
494 * gdb.btrace/segv.exp: Likewise.
495 * gdb.btrace/step.exp: Likewise.
496 * gdb.btrace/stepi.exp: Likewise.
497 * gdb.btrace/tailcall-only.exp: Likewise.
498 * gdb.btrace/tailcall.exp: Likewise.
499 * gdb.btrace/tsx.exp: Likewise.
500 * gdb.btrace/unknown_functions.exp: Likewise.
501 * gdb.btrace/vdso.exp: Likewise.
502
503 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
504
505 * gdb.btrace/enable-running.c: New.
506 * gdb.btrace/enable-running.exp: New.
507
508 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
509
510 * gdb.arch/amd64-gs_base.c: New file.
511 * gdb.arch/amd64-gs_base.exp: New file.
512
513 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
514
515 * lib/memory.exp: Remove spurious empty newlines.
516
517 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
518
519 * gdb.python/py-bad-printers.exp: Load python file using "source".
520 * gdb.python/py-events.exp: Likewise.
521 * gdb.python/py-evsignal.exp: Likewise.
522 * gdb.python/py-evthreads.exp: Likewise.
523 * gdb.python/py-frame-args.exp: Likewise.
524 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
525 * gdb.python/py-framefilter-mi.exp: Likewise.
526 * gdb.python/py-framefilter.exp: Likewise.
527 * gdb.python/py-mi.exp: Likewise.
528 * gdb.python/py-pp-maint.exp: Likewise.
529 * gdb.python/py-pp-registration.exp: Likewise.
530 * gdb.python/py-prettyprint.exp: Likewise.
531 (run_lang_tests): Likewise.
532 * gdb.python/py-typeprint.exp: Likewise.
533
534 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
535
536 * lib/memory.exp: New file.
537 * lib/gdb.exp: Load memory.exp.
538 * gdb.base/memattr.exp (delete_memory): Move proc to
539 lib/memory.exp and rename to delete_memory_regions.
540 Replace delete_memory with delete_memory_regions.
541 Cleanup memory regions before tests.
542 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
543 before tests.
544
545 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
546
547 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
548 files.
549 (initialize): New function conditionally defined.
550 (testcases): Move within conditional block.
551 (main): Call initialize.
552 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
553 of gdb.reverse/insn-reverse.c.
554 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
555 gdb.reverse/insn-reverse.c.
556
557 2017-01-26 Yao Qi <yao.qi@linaro.org>
558
559 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
560 disassemble on address 0.
561
562 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
563 Yao Qi <yao.qi@linaro.org>
564
565 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
566 * gdb.dwarf2/implptr-64bit.S: Remove.
567 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
568 variables in caller's context. Add DW_OP_implicit_value.
569
570 2017-01-25 Yao Qi <yao.qi@linaro.org>
571
572 * lib/dwarf.exp (Dwarf::_location): Handle
573 DW_OP_GNU_implicit_pointer with proper size.
574
575 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
576
577 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
578 and add untested calls.
579
580 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
581
582 * gdb.python/python.exp: Check line number against what GDB thinks
583 the line number is for func1.
584
585 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
586
587 * gdb.dlang/debug-expr.exp: New file.
588
589 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
590
591 Fix test names for the following files:
592
593 * gdb.ada/exec_changed.exp
594 * gdb.ada/info_types.exp
595 * gdb.arch/aarch64-atomic-inst.exp
596 * gdb.arch/aarch64-fp.exp
597 * gdb.arch/altivec-abi.exp
598 * gdb.arch/altivec-regs.exp
599 * gdb.arch/amd64-byte.exp
600 * gdb.arch/amd64-disp-step.exp
601 * gdb.arch/amd64-dword.exp
602 * gdb.arch/amd64-entry-value-inline.exp
603 * gdb.arch/amd64-entry-value-param.exp
604 * gdb.arch/amd64-entry-value-paramref.exp
605 * gdb.arch/amd64-entry-value.exp
606 * gdb.arch/amd64-i386-address.exp
607 * gdb.arch/amd64-invalid-stack-middle.exp
608 * gdb.arch/amd64-invalid-stack-top.exp
609 * gdb.arch/amd64-optimout-repeat.exp
610 * gdb.arch/amd64-prologue-skip.exp
611 * gdb.arch/amd64-prologue-xmm.exp
612 * gdb.arch/amd64-stap-special-operands.exp
613 * gdb.arch/amd64-stap-wrong-subexp.exp
614 * gdb.arch/amd64-tailcall-cxx.exp
615 * gdb.arch/amd64-tailcall-noret.exp
616 * gdb.arch/amd64-tailcall-ret.exp
617 * gdb.arch/amd64-tailcall-self.exp
618 * gdb.arch/amd64-word.exp
619 * gdb.arch/arm-bl-branch-dest.exp
620 * gdb.arch/arm-disp-step.exp
621 * gdb.arch/arm-neon.exp
622 * gdb.arch/arm-single-step-kernel-helper.exp
623 * gdb.arch/avr-flash-qualifier.exp
624 * gdb.arch/disp-step-insn-reloc.exp
625 * gdb.arch/e500-abi.exp
626 * gdb.arch/e500-regs.exp
627 * gdb.arch/ftrace-insn-reloc.exp
628 * gdb.arch/i386-avx512.exp
629 * gdb.arch/i386-bp_permanent.exp
630 * gdb.arch/i386-byte.exp
631 * gdb.arch/i386-cfi-notcurrent.exp
632 * gdb.arch/i386-disp-step.exp
633 * gdb.arch/i386-dr3-watch.exp
634 * gdb.arch/i386-float.exp
635 * gdb.arch/i386-gnu-cfi.exp
636 * gdb.arch/i386-mpx-map.exp
637 * gdb.arch/i386-mpx-sigsegv.exp
638 * gdb.arch/i386-mpx-simple_segv.exp
639 * gdb.arch/i386-mpx.exp
640 * gdb.arch/i386-permbkpt.exp
641 * gdb.arch/i386-prologue.exp
642 * gdb.arch/i386-signal.exp
643 * gdb.arch/i386-size-overlap.exp
644 * gdb.arch/i386-unwind.exp
645 * gdb.arch/i386-word.exp
646 * gdb.arch/mips-fcr.exp
647 * gdb.arch/powerpc-d128-regs.exp
648 * gdb.arch/powerpc-stackless.exp
649 * gdb.arch/ppc64-atomic-inst.exp
650 * gdb.arch/s390-stackless.exp
651 * gdb.arch/s390-tdbregs.exp
652 * gdb.arch/s390-vregs.exp
653 * gdb.arch/sparc-sysstep.exp
654 * gdb.arch/thumb-bx-pc.exp
655 * gdb.arch/thumb-singlestep.exp
656 * gdb.arch/thumb2-it.exp
657 * gdb.arch/vsx-regs.exp
658 * gdb.asm/asm-source.exp
659 * gdb.base/a2-run.exp
660 * gdb.base/advance.exp
661 * gdb.base/all-bin.exp
662 * gdb.base/anon.exp
663 * gdb.base/args.exp
664 * gdb.base/arithmet.exp
665 * gdb.base/async-shell.exp
666 * gdb.base/async.exp
667 * gdb.base/attach-pie-noexec.exp
668 * gdb.base/attach-twice.exp
669 * gdb.base/auto-load.exp
670 * gdb.base/bang.exp
671 * gdb.base/bitfields.exp
672 * gdb.base/break-always.exp
673 * gdb.base/break-caller-line.exp
674 * gdb.base/break-entry.exp
675 * gdb.base/break-inline.exp
676 * gdb.base/break-on-linker-gcd-function.exp
677 * gdb.base/break-probes.exp
678 * gdb.base/break.exp
679 * gdb.base/breakpoint-shadow.exp
680 * gdb.base/call-ar-st.exp
681 * gdb.base/call-sc.exp
682 * gdb.base/call-signal-resume.exp
683 * gdb.base/call-strs.exp
684 * gdb.base/callfuncs.exp
685 * gdb.base/catch-fork-static.exp
686 * gdb.base/catch-gdb-caused-signals.exp
687 * gdb.base/catch-load.exp
688 * gdb.base/catch-signal-fork.exp
689 * gdb.base/catch-signal.exp
690 * gdb.base/catch-syscall.exp
691 * gdb.base/charset.exp
692 * gdb.base/checkpoint.exp
693 * gdb.base/chng-syms.exp
694 * gdb.base/code-expr.exp
695 * gdb.base/code_elim.exp
696 * gdb.base/commands.exp
697 * gdb.base/completion.exp
698 * gdb.base/complex.exp
699 * gdb.base/cond-expr.exp
700 * gdb.base/condbreak.exp
701 * gdb.base/consecutive.exp
702 * gdb.base/continue-all-already-running.exp
703 * gdb.base/coredump-filter.exp
704 * gdb.base/corefile.exp
705 * gdb.base/dbx.exp
706 * gdb.base/debug-expr.exp
707 * gdb.base/define.exp
708 * gdb.base/del.exp
709 * gdb.base/disabled-location.exp
710 * gdb.base/disasm-end-cu.exp
711 * gdb.base/disasm-optim.exp
712 * gdb.base/display.exp
713 * gdb.base/duplicate-bp.exp
714 * gdb.base/ena-dis-br.exp
715 * gdb.base/ending-run.exp
716 * gdb.base/enumval.exp
717 * gdb.base/environ.exp
718 * gdb.base/eu-strip-infcall.exp
719 * gdb.base/eval-avoid-side-effects.exp
720 * gdb.base/eval-skip.exp
721 * gdb.base/exitsignal.exp
722 * gdb.base/expand-psymtabs.exp
723 * gdb.base/filesym.exp
724 * gdb.base/find-unmapped.exp
725 * gdb.base/finish.exp
726 * gdb.base/float.exp
727 * gdb.base/foll-exec-mode.exp
728 * gdb.base/foll-exec.exp
729 * gdb.base/foll-fork.exp
730 * gdb.base/fortran-sym-case.exp
731 * gdb.base/freebpcmd.exp
732 * gdb.base/func-ptr.exp
733 * gdb.base/func-ptrs.exp
734 * gdb.base/funcargs.exp
735 * gdb.base/gcore-buffer-overflow.exp
736 * gdb.base/gcore-relro-pie.exp
737 * gdb.base/gcore-relro.exp
738 * gdb.base/gcore.exp
739 * gdb.base/gdb1090.exp
740 * gdb.base/gdb11530.exp
741 * gdb.base/gdb11531.exp
742 * gdb.base/gdb1821.exp
743 * gdb.base/gdbindex-stabs.exp
744 * gdb.base/gdbvars.exp
745 * gdb.base/hbreak.exp
746 * gdb.base/hbreak2.exp
747 * gdb.base/included.exp
748 * gdb.base/infcall-input.exp
749 * gdb.base/inferior-died.exp
750 * gdb.base/infnan.exp
751 * gdb.base/info-macros.exp
752 * gdb.base/info-os.exp
753 * gdb.base/info-proc.exp
754 * gdb.base/info-shared.exp
755 * gdb.base/info-target.exp
756 * gdb.base/infoline.exp
757 * gdb.base/interp.exp
758 * gdb.base/interrupt.exp
759 * gdb.base/jit-reader.exp
760 * gdb.base/jit-simple.exp
761 * gdb.base/kill-after-signal.exp
762 * gdb.base/kill-detach-inferiors-cmd.exp
763 * gdb.base/label.exp
764 * gdb.base/langs.exp
765 * gdb.base/ldbl_e308.exp
766 * gdb.base/line-symtabs.exp
767 * gdb.base/linespecs.exp
768 * gdb.base/list.exp
769 * gdb.base/long_long.exp
770 * gdb.base/longest-types.exp
771 * gdb.base/maint.exp
772 * gdb.base/max-value-size.exp
773 * gdb.base/memattr.exp
774 * gdb.base/mips_pro.exp
775 * gdb.base/morestack.exp
776 * gdb.base/moribund-step.exp
777 * gdb.base/multi-forks.exp
778 * gdb.base/nested-addr.exp
779 * gdb.base/nextoverexit.exp
780 * gdb.base/noreturn-finish.exp
781 * gdb.base/noreturn-return.exp
782 * gdb.base/nostdlib.exp
783 * gdb.base/offsets.exp
784 * gdb.base/opaque.exp
785 * gdb.base/pc-fp.exp
786 * gdb.base/permissions.exp
787 * gdb.base/print-symbol-loading.exp
788 * gdb.base/prologue-include.exp
789 * gdb.base/psymtab.exp
790 * gdb.base/ptype.exp
791 * gdb.base/random-signal.exp
792 * gdb.base/randomize.exp
793 * gdb.base/range-stepping.exp
794 * gdb.base/readline-ask.exp
795 * gdb.base/recpar.exp
796 * gdb.base/recurse.exp
797 * gdb.base/relational.exp
798 * gdb.base/restore.exp
799 * gdb.base/return-nodebug.exp
800 * gdb.base/return.exp
801 * gdb.base/run-after-attach.exp
802 * gdb.base/save-bp.exp
803 * gdb.base/scope.exp
804 * gdb.base/sect-cmd.exp
805 * gdb.base/set-lang-auto.exp
806 * gdb.base/set-noassign.exp
807 * gdb.base/setvar.exp
808 * gdb.base/sigall.exp
809 * gdb.base/sigbpt.exp
810 * gdb.base/siginfo-addr.exp
811 * gdb.base/siginfo-infcall.exp
812 * gdb.base/siginfo-obj.exp
813 * gdb.base/siginfo.exp
814 * gdb.base/signals-state-child.exp
815 * gdb.base/signest.exp
816 * gdb.base/sigstep.exp
817 * gdb.base/sizeof.exp
818 * gdb.base/skip.exp
819 * gdb.base/solib-corrupted.exp
820 * gdb.base/solib-nodir.exp
821 * gdb.base/solib-search.exp
822 * gdb.base/stack-checking.exp
823 * gdb.base/stale-infcall.exp
824 * gdb.base/stap-probe.exp
825 * gdb.base/start.exp
826 * gdb.base/step-break.exp
827 * gdb.base/step-bt.exp
828 * gdb.base/step-line.exp
829 * gdb.base/step-over-exit.exp
830 * gdb.base/step-over-syscall.exp
831 * gdb.base/step-resume-infcall.exp
832 * gdb.base/step-test.exp
833 * gdb.base/store.exp
834 * gdb.base/structs3.exp
835 * gdb.base/sym-file.exp
836 * gdb.base/symbol-without-target_section.exp
837 * gdb.base/term.exp
838 * gdb.base/testenv.exp
839 * gdb.base/ui-redirect.exp
840 * gdb.base/until.exp
841 * gdb.base/unwindonsignal.exp
842 * gdb.base/value-double-free.exp
843 * gdb.base/vla-datatypes.exp
844 * gdb.base/vla-ptr.exp
845 * gdb.base/vla-sideeffect.exp
846 * gdb.base/volatile.exp
847 * gdb.base/watch-cond-infcall.exp
848 * gdb.base/watch-cond.exp
849 * gdb.base/watch-non-mem.exp
850 * gdb.base/watch-read.exp
851 * gdb.base/watch-vfork.exp
852 * gdb.base/watchpoint-cond-gone.exp
853 * gdb.base/watchpoint-delete.exp
854 * gdb.base/watchpoint-hw-hit-once.exp
855 * gdb.base/watchpoint-hw.exp
856 * gdb.base/watchpoint-stops-at-right-insn.exp
857 * gdb.base/watchpoints.exp
858 * gdb.base/wchar.exp
859 * gdb.base/whatis-exp.exp
860 * gdb.btrace/buffer-size.exp
861 * gdb.btrace/data.exp
862 * gdb.btrace/delta.exp
863 * gdb.btrace/dlopen.exp
864 * gdb.btrace/enable.exp
865 * gdb.btrace/exception.exp
866 * gdb.btrace/function_call_history.exp
867 * gdb.btrace/gcore.exp
868 * gdb.btrace/instruction_history.exp
869 * gdb.btrace/nohist.exp
870 * gdb.btrace/reconnect.exp
871 * gdb.btrace/record_goto-step.exp
872 * gdb.btrace/record_goto.exp
873 * gdb.btrace/rn-dl-bind.exp
874 * gdb.btrace/segv.exp
875 * gdb.btrace/step.exp
876 * gdb.btrace/stepi.exp
877 * gdb.btrace/tailcall-only.exp
878 * gdb.btrace/tailcall.exp
879 * gdb.btrace/tsx.exp
880 * gdb.btrace/unknown_functions.exp
881 * gdb.btrace/vdso.exp
882 * gdb.compile/compile-ifunc.exp
883 * gdb.compile/compile-ops.exp
884 * gdb.compile/compile-print.exp
885 * gdb.compile/compile-setjmp.exp
886 * gdb.cp/abstract-origin.exp
887 * gdb.cp/ambiguous.exp
888 * gdb.cp/annota2.exp
889 * gdb.cp/annota3.exp
890 * gdb.cp/anon-ns.exp
891 * gdb.cp/anon-struct.exp
892 * gdb.cp/anon-union.exp
893 * gdb.cp/arg-reference.exp
894 * gdb.cp/baseenum.exp
895 * gdb.cp/bool.exp
896 * gdb.cp/breakpoint.exp
897 * gdb.cp/bs15503.exp
898 * gdb.cp/call-c.exp
899 * gdb.cp/casts.exp
900 * gdb.cp/chained-calls.exp
901 * gdb.cp/class2.exp
902 * gdb.cp/classes.exp
903 * gdb.cp/cmpd-minsyms.exp
904 * gdb.cp/converts.exp
905 * gdb.cp/cp-relocate.exp
906 * gdb.cp/cpcompletion.exp
907 * gdb.cp/cpexprs.exp
908 * gdb.cp/cplabel.exp
909 * gdb.cp/cplusfuncs.exp
910 * gdb.cp/cpsizeof.exp
911 * gdb.cp/ctti.exp
912 * gdb.cp/derivation.exp
913 * gdb.cp/destrprint.exp
914 * gdb.cp/dispcxx.exp
915 * gdb.cp/enum-class.exp
916 * gdb.cp/exception.exp
917 * gdb.cp/exceptprint.exp
918 * gdb.cp/expand-psymtabs-cxx.exp
919 * gdb.cp/expand-sals.exp
920 * gdb.cp/extern-c.exp
921 * gdb.cp/filename.exp
922 * gdb.cp/formatted-ref.exp
923 * gdb.cp/fpointer.exp
924 * gdb.cp/gdb1355.exp
925 * gdb.cp/gdb2495.exp
926 * gdb.cp/hang.exp
927 * gdb.cp/impl-this.exp
928 * gdb.cp/infcall-dlopen.exp
929 * gdb.cp/inherit.exp
930 * gdb.cp/iostream.exp
931 * gdb.cp/koenig.exp
932 * gdb.cp/local.exp
933 * gdb.cp/m-data.exp
934 * gdb.cp/m-static.exp
935 * gdb.cp/mb-ctor.exp
936 * gdb.cp/mb-inline.exp
937 * gdb.cp/mb-templates.exp
938 * gdb.cp/member-name.exp
939 * gdb.cp/member-ptr.exp
940 * gdb.cp/meth-typedefs.exp
941 * gdb.cp/method.exp
942 * gdb.cp/method2.exp
943 * gdb.cp/minsym-fallback.exp
944 * gdb.cp/misc.exp
945 * gdb.cp/namelessclass.exp
946 * gdb.cp/namespace-enum.exp
947 * gdb.cp/namespace-nested-import.exp
948 * gdb.cp/namespace.exp
949 * gdb.cp/nextoverthrow.exp
950 * gdb.cp/no-dmgl-verbose.exp
951 * gdb.cp/non-trivial-retval.exp
952 * gdb.cp/noparam.exp
953 * gdb.cp/nsdecl.exp
954 * gdb.cp/nsimport.exp
955 * gdb.cp/nsnested.exp
956 * gdb.cp/nsnoimports.exp
957 * gdb.cp/nsrecurs.exp
958 * gdb.cp/nsstress.exp
959 * gdb.cp/nsusing.exp
960 * gdb.cp/operator.exp
961 * gdb.cp/oranking.exp
962 * gdb.cp/overload-const.exp
963 * gdb.cp/overload.exp
964 * gdb.cp/ovldbreak.exp
965 * gdb.cp/ovsrch.exp
966 * gdb.cp/paren-type.exp
967 * gdb.cp/parse-lang.exp
968 * gdb.cp/pass-by-ref.exp
969 * gdb.cp/pr-1023.exp
970 * gdb.cp/pr-1210.exp
971 * gdb.cp/pr-574.exp
972 * gdb.cp/pr10687.exp
973 * gdb.cp/pr12028.exp
974 * gdb.cp/pr17132.exp
975 * gdb.cp/pr17494.exp
976 * gdb.cp/pr9067.exp
977 * gdb.cp/pr9167.exp
978 * gdb.cp/pr9631.exp
979 * gdb.cp/printmethod.exp
980 * gdb.cp/psmang.exp
981 * gdb.cp/psymtab-parameter.exp
982 * gdb.cp/ptype-cv-cp.exp
983 * gdb.cp/ptype-flags.exp
984 * gdb.cp/re-set-overloaded.exp
985 * gdb.cp/ref-types.exp
986 * gdb.cp/rtti.exp
987 * gdb.cp/scope-err.exp
988 * gdb.cp/shadow.exp
989 * gdb.cp/smartp.exp
990 * gdb.cp/static-method.exp
991 * gdb.cp/static-print-quit.exp
992 * gdb.cp/temargs.exp
993 * gdb.cp/templates.exp
994 * gdb.cp/try_catch.exp
995 * gdb.cp/typedef-operator.exp
996 * gdb.cp/typeid.exp
997 * gdb.cp/userdef.exp
998 * gdb.cp/using-crash.exp
999 * gdb.cp/var-tag.exp
1000 * gdb.cp/virtbase.exp
1001 * gdb.cp/virtfunc.exp
1002 * gdb.cp/virtfunc2.exp
1003 * gdb.cp/vla-cxx.exp
1004 * gdb.disasm/t01_mov.exp
1005 * gdb.disasm/t02_mova.exp
1006 * gdb.disasm/t03_add.exp
1007 * gdb.disasm/t04_sub.exp
1008 * gdb.disasm/t05_cmp.exp
1009 * gdb.disasm/t06_ari2.exp
1010 * gdb.disasm/t07_ari3.exp
1011 * gdb.disasm/t08_or.exp
1012 * gdb.disasm/t09_xor.exp
1013 * gdb.disasm/t10_and.exp
1014 * gdb.disasm/t11_logs.exp
1015 * gdb.disasm/t12_bit.exp
1016 * gdb.disasm/t13_otr.exp
1017 * gdb.dlang/circular.exp
1018 * gdb.dwarf2/arr-stride.exp
1019 * gdb.dwarf2/arr-subrange.exp
1020 * gdb.dwarf2/atomic-type.exp
1021 * gdb.dwarf2/bad-regnum.exp
1022 * gdb.dwarf2/bitfield-parent-optimized-out.exp
1023 * gdb.dwarf2/callframecfa.exp
1024 * gdb.dwarf2/clztest.exp
1025 * gdb.dwarf2/corrupt.exp
1026 * gdb.dwarf2/data-loc.exp
1027 * gdb.dwarf2/dup-psym.exp
1028 * gdb.dwarf2/dw2-anon-mptr.exp
1029 * gdb.dwarf2/dw2-anonymous-func.exp
1030 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
1031 * gdb.dwarf2/dw2-bad-unresolved.exp
1032 * gdb.dwarf2/dw2-basic.exp
1033 * gdb.dwarf2/dw2-canonicalize-type.exp
1034 * gdb.dwarf2/dw2-case-insensitive.exp
1035 * gdb.dwarf2/dw2-common-block.exp
1036 * gdb.dwarf2/dw2-compdir-oldgcc.exp
1037 * gdb.dwarf2/dw2-compressed.exp
1038 * gdb.dwarf2/dw2-const.exp
1039 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
1040 * gdb.dwarf2/dw2-cu-size.exp
1041 * gdb.dwarf2/dw2-dup-frame.exp
1042 * gdb.dwarf2/dw2-entry-value.exp
1043 * gdb.dwarf2/dw2-icycle.exp
1044 * gdb.dwarf2/dw2-ifort-parameter.exp
1045 * gdb.dwarf2/dw2-inline-break.exp
1046 * gdb.dwarf2/dw2-inline-param.exp
1047 * gdb.dwarf2/dw2-intercu.exp
1048 * gdb.dwarf2/dw2-intermix.exp
1049 * gdb.dwarf2/dw2-lexical-block-bare.exp
1050 * gdb.dwarf2/dw2-linkage-name-trust.exp
1051 * gdb.dwarf2/dw2-minsym-in-cu.exp
1052 * gdb.dwarf2/dw2-noloc.exp
1053 * gdb.dwarf2/dw2-op-call.exp
1054 * gdb.dwarf2/dw2-op-out-param.exp
1055 * gdb.dwarf2/dw2-opt-structptr.exp
1056 * gdb.dwarf2/dw2-param-error.exp
1057 * gdb.dwarf2/dw2-producer.exp
1058 * gdb.dwarf2/dw2-ranges-base.exp
1059 * gdb.dwarf2/dw2-ref-missing-frame.exp
1060 * gdb.dwarf2/dw2-reg-undefined.exp
1061 * gdb.dwarf2/dw2-regno-invalid.exp
1062 * gdb.dwarf2/dw2-restore.exp
1063 * gdb.dwarf2/dw2-restrict.exp
1064 * gdb.dwarf2/dw2-single-line-discriminators.exp
1065 * gdb.dwarf2/dw2-strp.exp
1066 * gdb.dwarf2/dw2-undefined-ret-addr.exp
1067 * gdb.dwarf2/dw2-unresolved.exp
1068 * gdb.dwarf2/dw2-var-zero-addr.exp
1069 * gdb.dwarf2/dw4-sig-types.exp
1070 * gdb.dwarf2/dwz.exp
1071 * gdb.dwarf2/dynarr-ptr.exp
1072 * gdb.dwarf2/enum-type.exp
1073 * gdb.dwarf2/gdb-index.exp
1074 * gdb.dwarf2/implptr-64bit.exp
1075 * gdb.dwarf2/implptr-optimized-out.exp
1076 * gdb.dwarf2/implptr.exp
1077 * gdb.dwarf2/implref-array.exp
1078 * gdb.dwarf2/implref-const.exp
1079 * gdb.dwarf2/implref-global.exp
1080 * gdb.dwarf2/implref-struct.exp
1081 * gdb.dwarf2/mac-fileno.exp
1082 * gdb.dwarf2/main-subprogram.exp
1083 * gdb.dwarf2/member-ptr-forwardref.exp
1084 * gdb.dwarf2/method-ptr.exp
1085 * gdb.dwarf2/missing-sig-type.exp
1086 * gdb.dwarf2/nonvar-access.exp
1087 * gdb.dwarf2/opaque-type-lookup.exp
1088 * gdb.dwarf2/pieces-optimized-out.exp
1089 * gdb.dwarf2/pieces.exp
1090 * gdb.dwarf2/pr10770.exp
1091 * gdb.dwarf2/pr13961.exp
1092 * gdb.dwarf2/staticvirtual.exp
1093 * gdb.dwarf2/subrange.exp
1094 * gdb.dwarf2/symtab-producer.exp
1095 * gdb.dwarf2/trace-crash.exp
1096 * gdb.dwarf2/typeddwarf.exp
1097 * gdb.dwarf2/valop.exp
1098 * gdb.dwarf2/watch-notconst.exp
1099 * gdb.fortran/array-element.exp
1100 * gdb.fortran/charset.exp
1101 * gdb.fortran/common-block.exp
1102 * gdb.fortran/complex.exp
1103 * gdb.fortran/derived-type-function.exp
1104 * gdb.fortran/derived-type.exp
1105 * gdb.fortran/logical.exp
1106 * gdb.fortran/module.exp
1107 * gdb.fortran/multi-dim.exp
1108 * gdb.fortran/nested-funcs.exp
1109 * gdb.fortran/print-formatted.exp
1110 * gdb.fortran/subarray.exp
1111 * gdb.fortran/vla-alloc-assoc.exp
1112 * gdb.fortran/vla-datatypes.exp
1113 * gdb.fortran/vla-history.exp
1114 * gdb.fortran/vla-ptr-info.exp
1115 * gdb.fortran/vla-ptype-sub.exp
1116 * gdb.fortran/vla-ptype.exp
1117 * gdb.fortran/vla-sizeof.exp
1118 * gdb.fortran/vla-type.exp
1119 * gdb.fortran/vla-value-sub-arbitrary.exp
1120 * gdb.fortran/vla-value-sub-finish.exp
1121 * gdb.fortran/vla-value-sub.exp
1122 * gdb.fortran/vla-value.exp
1123 * gdb.fortran/whatis_type.exp
1124 * gdb.go/chan.exp
1125 * gdb.go/handcall.exp
1126 * gdb.go/hello.exp
1127 * gdb.go/integers.exp
1128 * gdb.go/methods.exp
1129 * gdb.go/package.exp
1130 * gdb.go/strings.exp
1131 * gdb.go/types.exp
1132 * gdb.go/unsafe.exp
1133 * gdb.guile/scm-arch.exp
1134 * gdb.guile/scm-block.exp
1135 * gdb.guile/scm-breakpoint.exp
1136 * gdb.guile/scm-cmd.exp
1137 * gdb.guile/scm-disasm.exp
1138 * gdb.guile/scm-equal.exp
1139 * gdb.guile/scm-frame-args.exp
1140 * gdb.guile/scm-frame-inline.exp
1141 * gdb.guile/scm-frame.exp
1142 * gdb.guile/scm-iterator.exp
1143 * gdb.guile/scm-math.exp
1144 * gdb.guile/scm-objfile.exp
1145 * gdb.guile/scm-ports.exp
1146 * gdb.guile/scm-symbol.exp
1147 * gdb.guile/scm-symtab.exp
1148 * gdb.guile/scm-value-cc.exp
1149 * gdb.guile/types-module.exp
1150 * gdb.linespec/break-ask.exp
1151 * gdb.linespec/cpexplicit.exp
1152 * gdb.linespec/explicit.exp
1153 * gdb.linespec/keywords.exp
1154 * gdb.linespec/linespec.exp
1155 * gdb.linespec/ls-dollar.exp
1156 * gdb.linespec/ls-errs.exp
1157 * gdb.linespec/skip-two.exp
1158 * gdb.linespec/thread.exp
1159 * gdb.mi/mi-async.exp
1160 * gdb.mi/mi-basics.exp
1161 * gdb.mi/mi-break.exp
1162 * gdb.mi/mi-catch-load.exp
1163 * gdb.mi/mi-cli.exp
1164 * gdb.mi/mi-cmd-param-changed.exp
1165 * gdb.mi/mi-console.exp
1166 * gdb.mi/mi-detach.exp
1167 * gdb.mi/mi-disassemble.exp
1168 * gdb.mi/mi-eval.exp
1169 * gdb.mi/mi-file-transfer.exp
1170 * gdb.mi/mi-file.exp
1171 * gdb.mi/mi-fill-memory.exp
1172 * gdb.mi/mi-inheritance-syntax-error.exp
1173 * gdb.mi/mi-linespec-err-cp.exp
1174 * gdb.mi/mi-logging.exp
1175 * gdb.mi/mi-memory-changed.exp
1176 * gdb.mi/mi-read-memory.exp
1177 * gdb.mi/mi-record-changed.exp
1178 * gdb.mi/mi-reg-undefined.exp
1179 * gdb.mi/mi-regs.exp
1180 * gdb.mi/mi-return.exp
1181 * gdb.mi/mi-reverse.exp
1182 * gdb.mi/mi-simplerun.exp
1183 * gdb.mi/mi-solib.exp
1184 * gdb.mi/mi-stack.exp
1185 * gdb.mi/mi-stepi.exp
1186 * gdb.mi/mi-syn-frame.exp
1187 * gdb.mi/mi-until.exp
1188 * gdb.mi/mi-var-block.exp
1189 * gdb.mi/mi-var-child.exp
1190 * gdb.mi/mi-var-cmd.exp
1191 * gdb.mi/mi-var-cp.exp
1192 * gdb.mi/mi-var-display.exp
1193 * gdb.mi/mi-var-invalidate.exp
1194 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1195 * gdb.mi/mi-vla-fortran.exp
1196 * gdb.mi/mi-watch.exp
1197 * gdb.mi/mi2-var-child.exp
1198 * gdb.mi/user-selected-context-sync.exp
1199 * gdb.modula2/unbounded-array.exp
1200 * gdb.multi/dummy-frame-restore.exp
1201 * gdb.multi/multi-arch-exec.exp
1202 * gdb.multi/multi-arch.exp
1203 * gdb.multi/tids.exp
1204 * gdb.multi/watchpoint-multi.exp
1205 * gdb.opencl/callfuncs.exp
1206 * gdb.opencl/convs_casts.exp
1207 * gdb.opencl/datatypes.exp
1208 * gdb.opencl/operators.exp
1209 * gdb.opencl/vec_comps.exp
1210 * gdb.opt/clobbered-registers-O2.exp
1211 * gdb.opt/inline-break.exp
1212 * gdb.opt/inline-bt.exp
1213 * gdb.opt/inline-cmds.exp
1214 * gdb.opt/inline-locals.exp
1215 * gdb.pascal/case-insensitive-symbols.exp
1216 * gdb.pascal/floats.exp
1217 * gdb.pascal/gdb11492.exp
1218 * gdb.python/lib-types.exp
1219 * gdb.python/py-arch.exp
1220 * gdb.python/py-as-string.exp
1221 * gdb.python/py-bad-printers.exp
1222 * gdb.python/py-block.exp
1223 * gdb.python/py-breakpoint-create-fail.exp
1224 * gdb.python/py-breakpoint.exp
1225 * gdb.python/py-caller-is.exp
1226 * gdb.python/py-cmd.exp
1227 * gdb.python/py-explore-cc.exp
1228 * gdb.python/py-explore.exp
1229 * gdb.python/py-finish-breakpoint.exp
1230 * gdb.python/py-finish-breakpoint2.exp
1231 * gdb.python/py-frame-args.exp
1232 * gdb.python/py-frame-inline.exp
1233 * gdb.python/py-frame.exp
1234 * gdb.python/py-framefilter-mi.exp
1235 * gdb.python/py-infthread.exp
1236 * gdb.python/py-lazy-string.exp
1237 * gdb.python/py-linetable.exp
1238 * gdb.python/py-mi-events.exp
1239 * gdb.python/py-mi-objfile.exp
1240 * gdb.python/py-mi.exp
1241 * gdb.python/py-objfile.exp
1242 * gdb.python/py-pp-integral.exp
1243 * gdb.python/py-pp-maint.exp
1244 * gdb.python/py-pp-re-notag.exp
1245 * gdb.python/py-pp-registration.exp
1246 * gdb.python/py-recurse-unwind.exp
1247 * gdb.python/py-strfns.exp
1248 * gdb.python/py-symbol.exp
1249 * gdb.python/py-symtab.exp
1250 * gdb.python/py-sync-interp.exp
1251 * gdb.python/py-typeprint.exp
1252 * gdb.python/py-unwind-maint.exp
1253 * gdb.python/py-unwind.exp
1254 * gdb.python/py-value-cc.exp
1255 * gdb.python/py-xmethods.exp
1256 * gdb.reverse/amd64-tailcall-reverse.exp
1257 * gdb.reverse/break-precsave.exp
1258 * gdb.reverse/break-reverse.exp
1259 * gdb.reverse/consecutive-precsave.exp
1260 * gdb.reverse/consecutive-reverse.exp
1261 * gdb.reverse/finish-precsave.exp
1262 * gdb.reverse/finish-reverse-bkpt.exp
1263 * gdb.reverse/finish-reverse.exp
1264 * gdb.reverse/fstatat-reverse.exp
1265 * gdb.reverse/getresuid-reverse.exp
1266 * gdb.reverse/i386-precsave.exp
1267 * gdb.reverse/i386-reverse.exp
1268 * gdb.reverse/i386-sse-reverse.exp
1269 * gdb.reverse/i387-env-reverse.exp
1270 * gdb.reverse/i387-stack-reverse.exp
1271 * gdb.reverse/insn-reverse.exp
1272 * gdb.reverse/machinestate-precsave.exp
1273 * gdb.reverse/machinestate.exp
1274 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1275 * gdb.reverse/pipe-reverse.exp
1276 * gdb.reverse/readv-reverse.exp
1277 * gdb.reverse/recvmsg-reverse.exp
1278 * gdb.reverse/rerun-prec.exp
1279 * gdb.reverse/s390-mvcle.exp
1280 * gdb.reverse/step-precsave.exp
1281 * gdb.reverse/step-reverse.exp
1282 * gdb.reverse/time-reverse.exp
1283 * gdb.reverse/until-precsave.exp
1284 * gdb.reverse/until-reverse.exp
1285 * gdb.reverse/waitpid-reverse.exp
1286 * gdb.reverse/watch-precsave.exp
1287 * gdb.reverse/watch-reverse.exp
1288 * gdb.rust/generics.exp
1289 * gdb.rust/methods.exp
1290 * gdb.rust/modules.exp
1291 * gdb.rust/simple.exp
1292 * gdb.server/connect-with-no-symbol-file.exp
1293 * gdb.server/ext-attach.exp
1294 * gdb.server/ext-restart.exp
1295 * gdb.server/ext-wrapper.exp
1296 * gdb.server/file-transfer.exp
1297 * gdb.server/server-exec-info.exp
1298 * gdb.server/server-kill.exp
1299 * gdb.server/server-mon.exp
1300 * gdb.server/wrapper.exp
1301 * gdb.stabs/exclfwd.exp
1302 * gdb.stabs/gdb11479.exp
1303 * gdb.threads/clone-new-thread-event.exp
1304 * gdb.threads/corethreads.exp
1305 * gdb.threads/current-lwp-dead.exp
1306 * gdb.threads/dlopen-libpthread.exp
1307 * gdb.threads/gcore-thread.exp
1308 * gdb.threads/sigstep-threads.exp
1309 * gdb.threads/watchpoint-fork.exp
1310 * gdb.trace/actions-changed.exp
1311 * gdb.trace/backtrace.exp
1312 * gdb.trace/change-loc.exp
1313 * gdb.trace/circ.exp
1314 * gdb.trace/collection.exp
1315 * gdb.trace/disconnected-tracing.exp
1316 * gdb.trace/ftrace.exp
1317 * gdb.trace/mi-trace-frame-collected.exp
1318 * gdb.trace/mi-trace-unavailable.exp
1319 * gdb.trace/mi-traceframe-changed.exp
1320 * gdb.trace/mi-tsv-changed.exp
1321 * gdb.trace/no-attach-trace.exp
1322 * gdb.trace/passc-dyn.exp
1323 * gdb.trace/qtro.exp
1324 * gdb.trace/range-stepping.exp
1325 * gdb.trace/read-memory.exp
1326 * gdb.trace/save-trace.exp
1327 * gdb.trace/signal.exp
1328 * gdb.trace/status-stop.exp
1329 * gdb.trace/tfile.exp
1330 * gdb.trace/trace-break.exp
1331 * gdb.trace/trace-buffer-size.exp
1332 * gdb.trace/trace-condition.exp
1333 * gdb.trace/tracefile-pseudo-reg.exp
1334 * gdb.trace/tstatus.exp
1335 * gdb.trace/unavailable.exp
1336 * gdb.trace/while-dyn.exp
1337 * gdb.trace/while-stepping.exp
1338
1339 2016-12-22 Doug Evans <xdje42@gmail.com>
1340
1341 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1342 and msymbols.
1343
1344 2016-12-19 Yao Qi <yao.qi@linaro.org>
1345
1346 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1347 (test_with_self): Don't call do_steps_and_nexts, and remove
1348 code about stepping into xmalloc.
1349
1350 2016-12-09 Yao Qi <yao.qi@linaro.org>
1351
1352 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1353
1354 2016-12-09 Yao Qi <yao.qi@linaro.org>
1355
1356 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1357
1358 2016-12-09 Pedro Alves <palves@redhat.com>
1359
1360 * gdb.base/all-architectures-0.exp: New file.
1361 * gdb.base/all-architectures-1.exp: New file.
1362 * gdb.base/all-architectures-2.exp: New file.
1363 * gdb.base/all-architectures-3.exp: New file.
1364 * gdb.base/all-architectures-4.exp: New file.
1365 * gdb.base/all-architectures-5.exp: New file.
1366 * gdb.base/all-architectures-6.exp: New file.
1367 * gdb.base/all-architectures-7.exp: New file.
1368 * gdb.base/all-architectures.exp.in: New file.
1369
1370 2016-12-09 Yao Qi <yao.qi@linaro.org>
1371
1372 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1373
1374 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1375
1376 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1377 possible.
1378 Remove useless pattern-matching code.
1379
1380 2016-12-02 Pedro Alves <palves@redhat.com>
1381
1382 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1383 procedure.
1384 (top level): Call it.
1385
1386 2016-12-02 Pedro Alves <palves@redhat.com>
1387
1388 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1389 New procedure.
1390 (top level): Call it.
1391
1392 2016-12-02 Pedro Alves <palves@redhat.com>
1393
1394 PR cli/20559
1395 * gdb.base/commands.exp (user_defined_command_args_eval): New
1396 procedure.
1397 (top level): Call it.
1398
1399 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1400
1401 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1402 timeout handling.
1403
1404 2016-12-02 Tom Tromey <tom@tromey.com>
1405
1406 * gdb.dwarf2/main-subprogram.c: New file.
1407 * gdb.dwarf2/main-subprogram.exp: New file.
1408
1409 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1410
1411 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1412 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1413 gdb_test_no_output for a couple of cases.
1414 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1415
1416 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1417
1418 Fix test names and standardize compilation error messages throughout
1419 the following files:
1420
1421 * gdb.ada/start.exp
1422 * gdb.arch/alpha-step.exp
1423 * gdb.arch/e500-prologue.exp
1424 * gdb.arch/ftrace-insn-reloc.exp
1425 * gdb.arch/gdb1291.exp
1426 * gdb.arch/gdb1431.exp
1427 * gdb.arch/gdb1558.exp
1428 * gdb.arch/i386-dr3-watch.exp
1429 * gdb.arch/i386-sse-stack-align.exp
1430 * gdb.arch/ia64-breakpoint-shadow.exp
1431 * gdb.arch/pa-nullify.exp
1432 * gdb.arch/powerpc-aix-prologue.exp
1433 * gdb.arch/thumb-bx-pc.exp
1434 * gdb.base/annota1.exp
1435 * gdb.base/annota3.exp
1436 * gdb.base/arrayidx.exp
1437 * gdb.base/assign.exp
1438 * gdb.base/attach.exp
1439 * gdb.base/auxv.exp
1440 * gdb.base/bang.exp
1441 * gdb.base/bfp-test.exp
1442 * gdb.base/bigcore.exp
1443 * gdb.base/bitfields2.exp
1444 * gdb.base/break-fun-addr.exp
1445 * gdb.base/break-probes.exp
1446 * gdb.base/call-rt-st.exp
1447 * gdb.base/callexit.exp
1448 * gdb.base/catch-fork-kill.exp
1449 * gdb.base/charset.exp
1450 * gdb.base/checkpoint.exp
1451 * gdb.base/comprdebug.exp
1452 * gdb.base/constvars.exp
1453 * gdb.base/coredump-filter.exp
1454 * gdb.base/cursal.exp
1455 * gdb.base/cvexpr.exp
1456 * gdb.base/detach.exp
1457 * gdb.base/display.exp
1458 * gdb.base/dmsym.exp
1459 * gdb.base/dprintf-pending.exp
1460 * gdb.base/dso2dso.exp
1461 * gdb.base/dtrace-probe.exp
1462 * gdb.base/dump.exp
1463 * gdb.base/enum_cond.exp
1464 * gdb.base/exe-lock.exp
1465 * gdb.base/exec-invalid-sysroot.exp
1466 * gdb.base/execl-update-breakpoints.exp
1467 * gdb.base/exprs.exp
1468 * gdb.base/fileio.exp
1469 * gdb.base/find.exp
1470 * gdb.base/finish.exp
1471 * gdb.base/fixsection.exp
1472 * gdb.base/foll-vfork.exp
1473 * gdb.base/frame-args.exp
1474 * gdb.base/gcore.exp
1475 * gdb.base/gdb1250.exp
1476 * gdb.base/global-var-nested-by-dso.exp
1477 * gdb.base/gnu-ifunc.exp
1478 * gdb.base/hashline1.exp
1479 * gdb.base/hashline2.exp
1480 * gdb.base/hashline3.exp
1481 * gdb.base/hbreak-in-shr-unsupported.exp
1482 * gdb.base/huge.exp
1483 * gdb.base/infcall-input.exp
1484 * gdb.base/info-fun.exp
1485 * gdb.base/info-shared.exp
1486 * gdb.base/jit-simple.exp
1487 * gdb.base/jit-so.exp
1488 * gdb.base/jit.exp
1489 * gdb.base/jump.exp
1490 * gdb.base/label.exp
1491 * gdb.base/lineinc.exp
1492 * gdb.base/logical.exp
1493 * gdb.base/longjmp.exp
1494 * gdb.base/macscp.exp
1495 * gdb.base/miscexprs.exp
1496 * gdb.base/new-ui-echo.exp
1497 * gdb.base/new-ui-pending-input.exp
1498 * gdb.base/new-ui.exp
1499 * gdb.base/nodebug.exp
1500 * gdb.base/nofield.exp
1501 * gdb.base/offsets.exp
1502 * gdb.base/overlays.exp
1503 * gdb.base/pending.exp
1504 * gdb.base/pointers.exp
1505 * gdb.base/pr11022.exp
1506 * gdb.base/printcmds.exp
1507 * gdb.base/prologue.exp
1508 * gdb.base/ptr-typedef.exp
1509 * gdb.base/realname-expand.exp
1510 * gdb.base/relativedebug.exp
1511 * gdb.base/relocate.exp
1512 * gdb.base/remote.exp
1513 * gdb.base/reread.exp
1514 * gdb.base/return2.exp
1515 * gdb.base/savedregs.exp
1516 * gdb.base/sep.exp
1517 * gdb.base/sepdebug.exp
1518 * gdb.base/sepsymtab.exp
1519 * gdb.base/set-inferior-tty.exp
1520 * gdb.base/setshow.exp
1521 * gdb.base/shlib-call.exp
1522 * gdb.base/sigaltstack.exp
1523 * gdb.base/siginfo-addr.exp
1524 * gdb.base/signals.exp
1525 * gdb.base/signull.exp
1526 * gdb.base/sigrepeat.exp
1527 * gdb.base/so-impl-ld.exp
1528 * gdb.base/solib-display.exp
1529 * gdb.base/solib-overlap.exp
1530 * gdb.base/solib-search.exp
1531 * gdb.base/solib-symbol.exp
1532 * gdb.base/structs.exp
1533 * gdb.base/structs2.exp
1534 * gdb.base/symtab-search-order.exp
1535 * gdb.base/twice.exp
1536 * gdb.base/unload.exp
1537 * gdb.base/varargs.exp
1538 * gdb.base/watchpoint-solib.exp
1539 * gdb.base/watchpoint.exp
1540 * gdb.base/whatis.exp
1541 * gdb.base/wrong_frame_bt_full.exp
1542 * gdb.btrace/dlopen.exp
1543 * gdb.cell/ea-standalone.exp
1544 * gdb.cell/ea-test.exp
1545 * gdb.cp/dispcxx.exp
1546 * gdb.cp/gdb2384.exp
1547 * gdb.cp/method2.exp
1548 * gdb.cp/nextoverthrow.exp
1549 * gdb.cp/pr10728.exp
1550 * gdb.disasm/am33.exp
1551 * gdb.disasm/h8300s.exp
1552 * gdb.disasm/mn10300.exp
1553 * gdb.disasm/sh3.exp
1554 * gdb.dwarf2/dw2-dir-file-name.exp
1555 * gdb.fortran/complex.exp
1556 * gdb.fortran/library-module.exp
1557 * gdb.guile/scm-pretty-print.exp
1558 * gdb.guile/scm-symbol.exp
1559 * gdb.guile/scm-type.exp
1560 * gdb.guile/scm-value.exp
1561 * gdb.linespec/linespec.exp
1562 * gdb.mi/gdb701.exp
1563 * gdb.mi/gdb792.exp
1564 * gdb.mi/mi-breakpoint-changed.exp
1565 * gdb.mi/mi-dprintf-pending.exp
1566 * gdb.mi/mi-dprintf.exp
1567 * gdb.mi/mi-exit-code.exp
1568 * gdb.mi/mi-pending.exp
1569 * gdb.mi/mi-solib.exp
1570 * gdb.mi/new-ui-mi-sync.exp
1571 * gdb.mi/pr11022.exp
1572 * gdb.mi/user-selected-context-sync.exp
1573 * gdb.opt/solib-intra-step.exp
1574 * gdb.python/py-events.exp
1575 * gdb.python/py-finish-breakpoint.exp
1576 * gdb.python/py-mi.exp
1577 * gdb.python/py-prettyprint.exp
1578 * gdb.python/py-shared.exp
1579 * gdb.python/py-symbol.exp
1580 * gdb.python/py-template.exp
1581 * gdb.python/py-type.exp
1582 * gdb.python/py-value.exp
1583 * gdb.reverse/solib-precsave.exp
1584 * gdb.reverse/solib-reverse.exp
1585 * gdb.server/solib-list.exp
1586 * gdb.stabs/weird.exp
1587 * gdb.threads/reconnect-signal.exp
1588 * gdb.threads/stepi-random-signal.exp
1589 * gdb.trace/actions.exp
1590 * gdb.trace/ax.exp
1591 * gdb.trace/backtrace.exp
1592 * gdb.trace/change-loc.exp
1593 * gdb.trace/deltrace.exp
1594 * gdb.trace/ftrace-lock.exp
1595 * gdb.trace/ftrace.exp
1596 * gdb.trace/infotrace.exp
1597 * gdb.trace/mi-tracepoint-changed.exp
1598 * gdb.trace/packetlen.exp
1599 * gdb.trace/passcount.exp
1600 * gdb.trace/pending.exp
1601 * gdb.trace/range-stepping.exp
1602 * gdb.trace/report.exp
1603 * gdb.trace/stap-trace.exp
1604 * gdb.trace/tfind.exp
1605 * gdb.trace/trace-break.exp
1606 * gdb.trace/trace-condition.exp
1607 * gdb.trace/trace-enable-disable.exp
1608 * gdb.trace/trace-mt.exp
1609 * gdb.trace/tracecmd.exp
1610 * gdb.trace/tspeed.exp
1611 * gdb.trace/tsv.exp
1612 * lib/perftest.exp
1613
1614 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1615
1616 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1617 with gdb_test_no_output.
1618 Use command as test name.
1619
1620 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1621
1622 Fix test names starting with uppercase throughout the files.
1623
1624 * gdb.ada/assign_1.exp
1625 * gdb.ada/boolean_expr.exp
1626 * gdb.base/arrayidx.exp
1627 * gdb.base/del.exp
1628 * gdb.base/gcore-buffer-overflow.exp
1629 * gdb.base/testenv.exp
1630 * gdb.compile/compile.exp
1631 * gdb.python/py-framefilter-invalidarg.exp
1632 * gdb.python/py-framefilter.exp
1633
1634 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1635
1636 Fix test names starting with uppercase throughout the files.
1637
1638 * gdb.ada/array_return.exp
1639 * gdb.ada/expr_delims.exp
1640 * gdb.ada/mi_dyn_arr.exp
1641 * gdb.ada/mi_interface.exp
1642 * gdb.ada/mi_var_array.exp
1643 * gdb.ada/watch_arg.exp
1644 * gdb.arch/alpha-step.exp
1645 * gdb.arch/altivec-regs.exp
1646 * gdb.arch/e500-regs.exp
1647 * gdb.arch/powerpc-d128-regs.exp
1648 * gdb.base/arrayidx.exp
1649 * gdb.base/break.exp
1650 * gdb.base/checkpoint.exp
1651 * gdb.base/debug-expr.exp
1652 * gdb.base/dmsym.exp
1653 * gdb.base/radix.exp
1654 * gdb.base/sepdebug.exp
1655 * gdb.base/testenv.exp
1656 * gdb.base/watch_thread_num.exp
1657 * gdb.base/watchpoint-cond-gone.exp
1658 * gdb.cell/break.exp
1659 * gdb.cell/ea-cache.exp
1660 * gdb.compile/compile.exp
1661 * gdb.cp/gdb2495.exp
1662 * gdb.gdb/selftest.exp
1663 * gdb.gdb/xfullpath.exp
1664 * gdb.go/hello.exp
1665 * gdb.go/integers.exp
1666 * gdb.objc/basicclass.exp
1667 * gdb.pascal/hello.exp
1668 * gdb.pascal/integers.exp
1669 * gdb.python/py-breakpoint.exp
1670 * gdb.python/py-cmd.exp
1671 * gdb.python/py-linetable.exp
1672 * gdb.python/py-xmethods.exp
1673 * gdb.python/python.exp
1674 * gdb.reverse/consecutive-precsave.exp
1675 * gdb.reverse/finish-precsave.exp
1676 * gdb.reverse/i386-precsave.exp
1677 * gdb.reverse/machinestate-precsave.exp
1678 * gdb.reverse/sigall-precsave.exp
1679 * gdb.reverse/solib-precsave.exp
1680 * gdb.reverse/step-precsave.exp
1681 * gdb.reverse/until-precsave.exp
1682 * gdb.reverse/watch-precsave.exp
1683 * gdb.threads/leader-exit.exp
1684 * gdb.threads/pthreads.exp
1685 * gdb.threads/wp-replication.exp
1686 * gdb.trace/actions.exp
1687 * gdb.trace/mi-tsv-changed.exp
1688 * gdb.trace/tsv.exp
1689
1690 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1691
1692 Fix test names starting with uppercase throughout the files.
1693
1694 * gdb.arch/i386-bp_permanent.exp
1695 * gdb.arch/i386-gnu-cfi.exp
1696 * gdb.base/disasm-end-cu.exp
1697 * gdb.base/macscp.exp
1698 * gdb.base/pending.exp
1699 * gdb.base/watch_thread_num.exp
1700 * gdb.cp/exception.exp
1701 * gdb.cp/gdb2495.exp
1702 * gdb.cp/local.exp
1703 * gdb.python/py-evsignal.exp
1704 * gdb.python/python.exp
1705 * gdb.trace/tracecmd.exp
1706
1707 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1708
1709 Fix test names starting with uppercase throughout the files.
1710
1711 * gdb.base/charset.exp
1712 * gdb.base/eval.exp
1713 * gdb.base/multi-forks.exp
1714 * gdb.guile/scm-progspace.exp
1715 * gdb.opencl/datatypes.exp
1716 * gdb.python/py-block.exp
1717 * gdb.python/py-function.exp
1718 * gdb.python/py-symbol.exp
1719 * gdb.python/py-symtab.exp
1720 * gdb.python/py-xmethods.exp
1721 * gdb.reverse/break-precsave.exp
1722 * gdb.reverse/break-reverse.exp
1723 * gdb.reverse/consecutive-precsave.exp
1724 * gdb.reverse/consecutive-reverse.exp
1725 * gdb.reverse/finish-precsave.exp
1726 * gdb.reverse/finish-reverse-bkpt.exp
1727 * gdb.reverse/finish-reverse.exp
1728 * gdb.reverse/fstatat-reverse.exp
1729 * gdb.reverse/getresuid-reverse.exp
1730 * gdb.reverse/i386-precsave.exp
1731 * gdb.reverse/i386-reverse.exp
1732 * gdb.reverse/i386-sse-reverse.exp
1733 * gdb.reverse/i387-stack-reverse.exp
1734 * gdb.reverse/insn-reverse.exp
1735 * gdb.reverse/machinestate-precsave.exp
1736 * gdb.reverse/machinestate.exp
1737 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1738 * gdb.reverse/pipe-reverse.exp
1739 * gdb.reverse/readv-reverse.exp
1740 * gdb.reverse/recvmsg-reverse.exp
1741 * gdb.reverse/rerun-prec.exp
1742 * gdb.reverse/s390-mvcle.exp
1743 * gdb.reverse/sigall-precsave.exp
1744 * gdb.reverse/sigall-reverse.exp
1745 * gdb.reverse/solib-precsave.exp
1746 * gdb.reverse/solib-reverse.exp
1747 * gdb.reverse/step-precsave.exp
1748 * gdb.reverse/step-reverse.exp
1749 * gdb.reverse/time-reverse.exp
1750 * gdb.reverse/until-precsave.exp
1751 * gdb.reverse/until-reverse.exp
1752 * gdb.reverse/waitpid-reverse.exp
1753 * gdb.reverse/watch-precsave.exp
1754 * gdb.reverse/watch-reverse.exp
1755
1756 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1757
1758 Fix test names starting with uppercase throughout the files.
1759
1760 * gdb.arch/i386-mpx-simple_segv.exp
1761 * gdb.arch/i386-mpx.exp
1762 * gdb.arch/i386-permbkpt.exp
1763 * gdb.arch/pa-nullify.exp
1764 * gdb.arch/powerpc-d128-regs.exp
1765 * gdb.arch/vsx-regs.exp
1766 * gdb.base/bfp-test.exp
1767 * gdb.base/break.exp
1768 * gdb.base/breakpoint-shadow.exp
1769 * gdb.base/callfuncs.exp
1770 * gdb.base/charset.exp
1771 * gdb.base/commands.exp
1772 * gdb.base/completion.exp
1773 * gdb.base/dfp-test.exp
1774 * gdb.base/echo.exp
1775 * gdb.base/ending-run.exp
1776 * gdb.base/eval.exp
1777 * gdb.base/expand-psymtabs.exp
1778 * gdb.base/float128.exp
1779 * gdb.base/floatn.exp
1780 * gdb.base/foll-exec-mode.exp
1781 * gdb.base/gdb1056.exp
1782 * gdb.base/gdb11531.exp
1783 * gdb.base/kill-after-signal.exp
1784 * gdb.base/multi-forks.exp
1785 * gdb.base/overlays.exp
1786 * gdb.base/pending.exp
1787 * gdb.base/sepdebug.exp
1788 * gdb.base/testenv.exp
1789 * gdb.base/valgrind-db-attach.exp
1790 * gdb.base/watch_thread_num.exp
1791 * gdb.base/watchpoint-cond-gone.exp
1792 * gdb.base/watchpoint.exp
1793 * gdb.base/watchpoints.exp
1794 * gdb.cp/arg-reference.exp
1795 * gdb.cp/baseenum.exp
1796 * gdb.cp/operator.exp
1797 * gdb.cp/shadow.exp
1798 * gdb.dwarf2/dw2-op-out-param.exp
1799 * gdb.dwarf2/dw2-reg-undefined.exp
1800 * gdb.go/chan.exp
1801 * gdb.go/hello.exp
1802 * gdb.go/integers.exp
1803 * gdb.go/methods.exp
1804 * gdb.go/package.exp
1805 * gdb.guile/scm-parameter.exp
1806 * gdb.guile/scm-progspace.exp
1807 * gdb.guile/scm-value.exp
1808 * gdb.mi/mi-pending.exp
1809 * gdb.mi/user-selected-context-sync.exp
1810 * gdb.multi/multi-attach.exp
1811 * gdb.multi/tids.exp
1812 * gdb.opt/clobbered-registers-O2.exp
1813 * gdb.pascal/floats.exp
1814 * gdb.pascal/integers.exp
1815 * gdb.python/py-block.exp
1816 * gdb.python/py-events.exp
1817 * gdb.python/py-parameter.exp
1818 * gdb.python/py-symbol.exp
1819 * gdb.python/py-symtab.exp
1820 * gdb.python/py-type.exp
1821 * gdb.python/py-value.exp
1822 * gdb.python/py-xmethods.exp
1823 * gdb.python/python.exp
1824 * gdb.reverse/break-precsave.exp
1825 * gdb.reverse/consecutive-precsave.exp
1826 * gdb.reverse/finish-precsave.exp
1827 * gdb.reverse/i386-precsave.exp
1828 * gdb.reverse/machinestate-precsave.exp
1829 * gdb.reverse/sigall-precsave.exp
1830 * gdb.reverse/solib-precsave.exp
1831 * gdb.reverse/step-precsave.exp
1832 * gdb.reverse/until-precsave.exp
1833 * gdb.reverse/watch-precsave.exp
1834 * gdb.server/ext-attach.exp
1835 * gdb.server/ext-restart.exp
1836 * gdb.server/ext-run.exp
1837 * gdb.server/ext-wrapper.exp
1838 * gdb.stabs/gdb11479.exp
1839 * gdb.stabs/weird.exp
1840 * gdb.threads/attach-many-short-lived-threads.exp
1841 * gdb.threads/kill.exp
1842 * gdb.threads/watchpoint-fork.exp
1843
1844 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1845
1846 Fix test names starting with uppercase throughout all the files below.
1847
1848 * gdb.ada/array_return.exp
1849 * gdb.ada/catch_ex.exp
1850 * gdb.ada/info_exc.exp
1851 * gdb.ada/mi_catch_ex.exp
1852 * gdb.ada/mi_dyn_arr.exp
1853 * gdb.ada/mi_ex_cond.exp
1854 * gdb.ada/mi_exc_info.exp
1855 * gdb.ada/mi_interface.exp
1856 * gdb.ada/mi_task_arg.exp
1857 * gdb.ada/mi_task_info.exp
1858 * gdb.ada/mi_var_array.exp
1859 * gdb.arch/alpha-step.exp
1860 * gdb.arch/amd64-disp-step.exp
1861 * gdb.arch/arm-disp-step.exp
1862 * gdb.arch/disp-step-insn-reloc.exp
1863 * gdb.arch/e500-prologue.exp
1864 * gdb.arch/ftrace-insn-reloc.exp
1865 * gdb.arch/gdb1558.exp
1866 * gdb.arch/i386-bp_permanent.exp
1867 * gdb.arch/i386-disp-step.exp
1868 * gdb.arch/i386-float.exp
1869 * gdb.arch/i386-gnu-cfi.exp
1870 * gdb.arch/ia64-breakpoint-shadow.exp
1871 * gdb.arch/mips16-thunks.exp
1872 * gdb.arch/pa-nullify.exp
1873 * gdb.arch/powerpc-aix-prologue.exp
1874 * gdb.arch/powerpc-power.exp
1875 * gdb.arch/ppc-dfp.exp
1876 * gdb.arch/s390-tdbregs.exp
1877 * gdb.arch/spu-info.exp
1878 * gdb.arch/spu-ls.exp
1879 * gdb.arch/thumb-bx-pc.exp
1880 * gdb.base/advance.exp
1881 * gdb.base/annota-input-while-running.exp
1882 * gdb.base/arrayidx.exp
1883 * gdb.base/asmlabel.exp
1884 * gdb.base/async.exp
1885 * gdb.base/attach-wait-input.exp
1886 * gdb.base/auto-connect-native-target.exp
1887 * gdb.base/batch-preserve-term-settings.exp
1888 * gdb.base/bfp-test.exp
1889 * gdb.base/bigcore.exp
1890 * gdb.base/bp-permanent.exp
1891 * gdb.base/break-always.exp
1892 * gdb.base/break-fun-addr.exp
1893 * gdb.base/break-idempotent.exp
1894 * gdb.base/break-main-file-remove-fail.exp
1895 * gdb.base/break-probes.exp
1896 * gdb.base/break-unload-file.exp
1897 * gdb.base/break.exp
1898 * gdb.base/call-ar-st.exp
1899 * gdb.base/call-rt-st.exp
1900 * gdb.base/call-sc.exp
1901 * gdb.base/call-signal-resume.exp
1902 * gdb.base/call-strs.exp
1903 * gdb.base/callexit.exp
1904 * gdb.base/callfuncs.exp
1905 * gdb.base/catch-gdb-caused-signals.exp
1906 * gdb.base/catch-signal-siginfo-cond.exp
1907 * gdb.base/catch-syscall.exp
1908 * gdb.base/compare-sections.exp
1909 * gdb.base/cond-eval-mode.exp
1910 * gdb.base/condbreak-call-false.exp
1911 * gdb.base/consecutive-step-over.exp
1912 * gdb.base/cursal.exp
1913 * gdb.base/disabled-location.exp
1914 * gdb.base/disasm-end-cu.exp
1915 * gdb.base/display.exp
1916 * gdb.base/double-prompt-target-event-error.exp
1917 * gdb.base/dprintf-bp-same-addr.exp
1918 * gdb.base/dprintf-detach.exp
1919 * gdb.base/dprintf-next.exp
1920 * gdb.base/dprintf-non-stop.exp
1921 * gdb.base/dprintf-pending.exp
1922 * gdb.base/dso2dso.exp
1923 * gdb.base/ending-run.exp
1924 * gdb.base/enum_cond.exp
1925 * gdb.base/examine-backward.exp
1926 * gdb.base/exe-lock.exp
1927 * gdb.base/exec-invalid-sysroot.exp
1928 * gdb.base/execl-update-breakpoints.exp
1929 * gdb.base/execution-termios.exp
1930 * gdb.base/fileio.exp
1931 * gdb.base/fixsection.exp
1932 * gdb.base/foll-exec-mode.exp
1933 * gdb.base/foll-exec.exp
1934 * gdb.base/fork-running-state.exp
1935 * gdb.base/frame-args.exp
1936 * gdb.base/fullpath-expand.exp
1937 * gdb.base/func-ptr.exp
1938 * gdb.base/gcore-relro-pie.exp
1939 * gdb.base/gdb1090.exp
1940 * gdb.base/gdb1555.exp
1941 * gdb.base/global-var-nested-by-dso.exp
1942 * gdb.base/gnu-ifunc.exp
1943 * gdb.base/hbreak-in-shr-unsupported.exp
1944 * gdb.base/hbreak-unmapped.exp
1945 * gdb.base/hook-stop.exp
1946 * gdb.base/infcall-input.exp
1947 * gdb.base/info-fun.exp
1948 * gdb.base/info-shared.exp
1949 * gdb.base/interrupt-noterm.exp
1950 * gdb.base/jit-so.exp
1951 * gdb.base/jit.exp
1952 * gdb.base/line-symtabs.exp
1953 * gdb.base/list.exp
1954 * gdb.base/longjmp.exp
1955 * gdb.base/macscp.exp
1956 * gdb.base/max-value-size.exp
1957 * gdb.base/nodebug.exp
1958 * gdb.base/nofield.exp
1959 * gdb.base/overlays.exp
1960 * gdb.base/paginate-after-ctrl-c-running.exp
1961 * gdb.base/paginate-bg-execution.exp
1962 * gdb.base/paginate-inferior-exit.exp
1963 * gdb.base/pending.exp
1964 * gdb.base/pr11022.exp
1965 * gdb.base/printcmds.exp
1966 * gdb.base/ptr-typedef.exp
1967 * gdb.base/ptype.exp
1968 * gdb.base/randomize.exp
1969 * gdb.base/range-stepping.exp
1970 * gdb.base/realname-expand.exp
1971 * gdb.base/relativedebug.exp
1972 * gdb.base/remote.exp
1973 * gdb.base/savedregs.exp
1974 * gdb.base/sepdebug.exp
1975 * gdb.base/set-noassign.exp
1976 * gdb.base/shlib-call.exp
1977 * gdb.base/shreloc.exp
1978 * gdb.base/sigaltstack.exp
1979 * gdb.base/sigbpt.exp
1980 * gdb.base/siginfo-addr.exp
1981 * gdb.base/siginfo-obj.exp
1982 * gdb.base/siginfo-thread.exp
1983 * gdb.base/signest.exp
1984 * gdb.base/signull.exp
1985 * gdb.base/sigrepeat.exp
1986 * gdb.base/skip.exp
1987 * gdb.base/so-impl-ld.exp
1988 * gdb.base/solib-corrupted.exp
1989 * gdb.base/solib-disc.exp
1990 * gdb.base/solib-display.exp
1991 * gdb.base/solib-overlap.exp
1992 * gdb.base/solib-search.exp
1993 * gdb.base/solib-symbol.exp
1994 * gdb.base/source-execution.exp
1995 * gdb.base/sss-bp-on-user-bp-2.exp
1996 * gdb.base/sss-bp-on-user-bp.exp
1997 * gdb.base/stack-checking.exp
1998 * gdb.base/stale-infcall.exp
1999 * gdb.base/step-break.exp
2000 * gdb.base/step-line.exp
2001 * gdb.base/step-over-exit.exp
2002 * gdb.base/step-test.exp
2003 * gdb.base/structs.exp
2004 * gdb.base/sym-file.exp
2005 * gdb.base/symtab-search-order.exp
2006 * gdb.base/term.exp
2007 * gdb.base/type-opaque.exp
2008 * gdb.base/unload.exp
2009 * gdb.base/until-nodebug.exp
2010 * gdb.base/until.exp
2011 * gdb.base/unwindonsignal.exp
2012 * gdb.base/watch-cond.exp
2013 * gdb.base/watch-non-mem.exp
2014 * gdb.base/watch_thread_num.exp
2015 * gdb.base/watchpoint-reuse-slot.exp
2016 * gdb.base/watchpoint-solib.exp
2017 * gdb.base/watchpoint.exp
2018 * gdb.btrace/dlopen.exp
2019 * gdb.cell/arch.exp
2020 * gdb.cell/break.exp
2021 * gdb.cell/bt.exp
2022 * gdb.cell/core.exp
2023 * gdb.cell/data.exp
2024 * gdb.cell/dwarfaddr.exp
2025 * gdb.cell/ea-cache.exp
2026 * gdb.cell/ea-standalone.exp
2027 * gdb.cell/ea-test.exp
2028 * gdb.cell/f-regs.exp
2029 * gdb.cell/fork.exp
2030 * gdb.cell/gcore.exp
2031 * gdb.cell/mem-access.exp
2032 * gdb.cell/ptype.exp
2033 * gdb.cell/registers.exp
2034 * gdb.cell/sizeof.exp
2035 * gdb.cell/solib-symbol.exp
2036 * gdb.cell/solib.exp
2037 * gdb.compile/compile-tls.exp
2038 * gdb.cp/exception.exp
2039 * gdb.cp/gdb2495.exp
2040 * gdb.cp/local.exp
2041 * gdb.cp/mb-inline.exp
2042 * gdb.cp/mb-templates.exp
2043 * gdb.cp/pr10687.exp
2044 * gdb.cp/pr9167.exp
2045 * gdb.cp/scope-err.exp
2046 * gdb.cp/templates.exp
2047 * gdb.cp/virtfunc.exp
2048 * gdb.dwarf2/dw2-dir-file-name.exp
2049 * gdb.dwarf2/dw2-single-line-discriminators.exp
2050 * gdb.fortran/complex.exp
2051 * gdb.fortran/library-module.exp
2052 * gdb.guile/guile.exp
2053 * gdb.guile/scm-cmd.exp
2054 * gdb.guile/scm-frame-inline.exp
2055 * gdb.guile/scm-objfile.exp
2056 * gdb.guile/scm-pretty-print.exp
2057 * gdb.guile/scm-symbol.exp
2058 * gdb.guile/scm-type.exp
2059 * gdb.guile/scm-value.exp
2060 * gdb.linespec/keywords.exp
2061 * gdb.linespec/ls-errs.exp
2062 * gdb.linespec/macro-relative.exp
2063 * gdb.linespec/thread.exp
2064 * gdb.mi/mi-breakpoint-changed.exp
2065 * gdb.mi/mi-dprintf-pending.exp
2066 * gdb.mi/mi-fullname-deleted.exp
2067 * gdb.mi/mi-logging.exp
2068 * gdb.mi/mi-pending.exp
2069 * gdb.mi/mi-solib.exp
2070 * gdb.mi/new-ui-mi-sync.exp
2071 * gdb.mi/user-selected-context-sync.exp
2072 * gdb.multi/dummy-frame-restore.exp
2073 * gdb.multi/multi-arch-exec.exp
2074 * gdb.multi/remove-inferiors.exp
2075 * gdb.multi/watchpoint-multi-exit.exp
2076 * gdb.opt/solib-intra-step.exp
2077 * gdb.perf/backtrace.exp
2078 * gdb.perf/single-step.exp
2079 * gdb.perf/skip-command.exp
2080 * gdb.perf/skip-prologue.exp
2081 * gdb.perf/solib.exp
2082 * gdb.python/lib-types.exp
2083 * gdb.python/py-as-string.exp
2084 * gdb.python/py-bad-printers.exp
2085 * gdb.python/py-block.exp
2086 * gdb.python/py-breakpoint.exp
2087 * gdb.python/py-cmd.exp
2088 * gdb.python/py-events.exp
2089 * gdb.python/py-evthreads.exp
2090 * gdb.python/py-finish-breakpoint.exp
2091 * gdb.python/py-finish-breakpoint2.exp
2092 * gdb.python/py-frame-inline.exp
2093 * gdb.python/py-frame.exp
2094 * gdb.python/py-inferior.exp
2095 * gdb.python/py-infthread.exp
2096 * gdb.python/py-mi.exp
2097 * gdb.python/py-objfile.exp
2098 * gdb.python/py-pp-maint.exp
2099 * gdb.python/py-pp-registration.exp
2100 * gdb.python/py-prettyprint.exp
2101 * gdb.python/py-recurse-unwind.exp
2102 * gdb.python/py-shared.exp
2103 * gdb.python/py-symbol.exp
2104 * gdb.python/py-symtab.exp
2105 * gdb.python/py-template.exp
2106 * gdb.python/py-type.exp
2107 * gdb.python/py-unwind-maint.exp
2108 * gdb.python/py-unwind.exp
2109 * gdb.python/py-value.exp
2110 * gdb.python/python.exp
2111 * gdb.reverse/finish-reverse-bkpt.exp
2112 * gdb.reverse/insn-reverse.exp
2113 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2114 * gdb.reverse/solib-precsave.exp
2115 * gdb.reverse/solib-reverse.exp
2116 * gdb.stabs/gdb11479.exp
2117 * gdb.stabs/weird.exp
2118 * gdb.threads/fork-child-threads.exp
2119 * gdb.threads/fork-plus-threads.exp
2120 * gdb.threads/fork-thread-pending.exp
2121 * gdb.threads/forking-threads-plus-breakpoint.exp
2122 * gdb.threads/hand-call-in-threads.exp
2123 * gdb.threads/interrupted-hand-call.exp
2124 * gdb.threads/linux-dp.exp
2125 * gdb.threads/local-watch-wrong-thread.exp
2126 * gdb.threads/next-while-other-thread-longjmps.exp
2127 * gdb.threads/non-ldr-exit.exp
2128 * gdb.threads/pending-step.exp
2129 * gdb.threads/print-threads.exp
2130 * gdb.threads/process-dies-while-detaching.exp
2131 * gdb.threads/process-dies-while-handling-bp.exp
2132 * gdb.threads/pthreads.exp
2133 * gdb.threads/queue-signal.exp
2134 * gdb.threads/reconnect-signal.exp
2135 * gdb.threads/signal-command-handle-nopass.exp
2136 * gdb.threads/signal-command-multiple-signals-pending.exp
2137 * gdb.threads/signal-delivered-right-thread.exp
2138 * gdb.threads/signal-sigtrap.exp
2139 * gdb.threads/sigthread.exp
2140 * gdb.threads/staticthreads.exp
2141 * gdb.threads/stepi-random-signal.exp
2142 * gdb.threads/thread-unwindonsignal.exp
2143 * gdb.threads/thread_check.exp
2144 * gdb.threads/thread_events.exp
2145 * gdb.threads/tid-reuse.exp
2146 * gdb.threads/tls-nodebug.exp
2147 * gdb.threads/tls-shared.exp
2148 * gdb.threads/tls-so_extern.exp
2149 * gdb.threads/tls.exp
2150 * gdb.threads/wp-replication.exp
2151 * gdb.trace/actions-changed.exp
2152 * gdb.trace/actions.exp
2153 * gdb.trace/backtrace.exp
2154 * gdb.trace/change-loc.exp
2155 * gdb.trace/collection.exp
2156 * gdb.trace/deltrace.exp
2157 * gdb.trace/disconnected-tracing.exp
2158 * gdb.trace/entry-values.exp
2159 * gdb.trace/ftrace-lock.exp
2160 * gdb.trace/ftrace.exp
2161 * gdb.trace/infotrace.exp
2162 * gdb.trace/mi-trace-frame-collected.exp
2163 * gdb.trace/mi-trace-unavailable.exp
2164 * gdb.trace/mi-traceframe-changed.exp
2165 * gdb.trace/mi-tracepoint-changed.exp
2166 * gdb.trace/mi-tsv-changed.exp
2167 * gdb.trace/no-attach-trace.exp
2168 * gdb.trace/packetlen.exp
2169 * gdb.trace/passc-dyn.exp
2170 * gdb.trace/passcount.exp
2171 * gdb.trace/pending.exp
2172 * gdb.trace/pr16508.exp
2173 * gdb.trace/qtro.exp
2174 * gdb.trace/range-stepping.exp
2175 * gdb.trace/read-memory.exp
2176 * gdb.trace/report.exp
2177 * gdb.trace/save-trace.exp
2178 * gdb.trace/signal.exp
2179 * gdb.trace/stap-trace.exp
2180 * gdb.trace/status-stop.exp
2181 * gdb.trace/strace.exp
2182 * gdb.trace/tfile.exp
2183 * gdb.trace/tfind.exp
2184 * gdb.trace/trace-break.exp
2185 * gdb.trace/trace-condition.exp
2186 * gdb.trace/trace-enable-disable.exp
2187 * gdb.trace/trace-mt.exp
2188 * gdb.trace/tracecmd.exp
2189 * gdb.trace/tracefile-pseudo-reg.exp
2190 * gdb.trace/tspeed.exp
2191 * gdb.trace/tstatus.exp
2192 * gdb.trace/tsv.exp
2193 * gdb.trace/unavailable.exp
2194 * gdb.trace/while-dyn.exp
2195 * gdb.trace/while-stepping.exp
2196 * lib/gdb-guile.exp
2197 * lib/gdb.exp
2198 * lib/mi-support.exp
2199 * lib/pascal.exp
2200 * lib/perftest.exp
2201 * lib/prelink-support.exp
2202 * lib/selftest-support.exp
2203
2204 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2205
2206 * Makefile.in: Include disable-implicit-rules.mk.
2207
2208 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2209
2210 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2211 non-byte-aligned bit fields.
2212
2213 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2214
2215 PR gdb/12616
2216 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
2217 respects the DW_AT_data_bit_offset attribute.
2218
2219 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2220
2221 * gdb.base/default.exp: Fix output of "set language".
2222
2223 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2224
2225 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2226 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
2227 make.
2228 * configure.ac: Remove checks for the make program.
2229 * configure: Re-generate.
2230
2231 2016-11-16 Kevin Buettner <kevinb@redhat.com>
2232
2233 * gdb.python/py-recurse-unwind.c (main): Add loop.
2234 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2235 to read_register() and gdb.parse_and_eval(). Make each code
2236 call a separate case that can be individually tested.
2237 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2238 proc. Call cont_and_backtrace for each of the code paths that
2239 we want to test in the unwinder.
2240
2241 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2242
2243 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2244 the definition of struct S.
2245
2246 2016-11-11 Catherine Moore <clm@codesourcery.com>
2247
2248 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2249
2250 2016-11-09 Pedro Alves <palves@redhat.com>
2251
2252 * gdb.base/commands.exp (runto_or_return): New procedure.
2253 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2254 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2255 (progvar_simple_while_test, progvar_complex_if_while_test)
2256 (if_while_breakpoint_command_test)
2257 (infrun_breakpoint_command_test, breakpoint_command_test)
2258 (user_defined_command_test, watchpoint_command_test)
2259 (test_command_prompt_position, redefine_hook_test)
2260 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2261 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2262 multi_line_input and multi_line. Remove gdb_expect and
2263 gdb_stop_suppressing_tests uses.
2264 * lib/gdb.exp (valnum_re): New global.
2265 (multi_line_input): New procedure.
2266
2267 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2268
2269 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2270 Remove.
2271 (test_setup): Define with proc_with_prefix.
2272 (test_cli_inferior): Likewise.
2273 (test_cli_thread): Likewise.
2274 (test_cli_frame): Likewise.
2275 (test_cli_select_frame): Likewise.
2276 (test_cli_up_down): Likewise.
2277 (test_mi_thread_select): Likewise.
2278 (test_mi_stack_select_frame): Likewise.
2279 (test_cli_in_mi_inferior): Likewise.
2280 (test_cli_in_mi_thread): Likewise.
2281 (test_cli_in_mi_frame): Likewise.
2282 (top level): Do not use with_test_prefix_procname.
2283
2284 2016-11-09 Pedro Alves <palves@redhat.com>
2285
2286 * gdb.base/commands.exp (gdbvar_simple_if_test)
2287 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2288 (progvar_simple_if_test, progvar_simple_while_test)
2289 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2290 (infrun_breakpoint_command_test, breakpoint_command_test)
2291 (user_defined_command_test, watchpoint_command_test)
2292 (test_command_prompt_position, deprecated_command_test)
2293 (bp_deleted_in_command, temporary_breakpoint_commands)
2294 (stray_arg0_test, source_file_with_indented_comment)
2295 (recursive_source_test, if_commands_test)
2296 (error_clears_commands_left, redefine_hook_test)
2297 (redefine_backtrace_test): Use proc_with_prefix.
2298 * lib/gdb.exp (proc_with_prefix): New proc.
2299
2300 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2301
2302 * gdb.base/tui-layout.c: New file.
2303 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2304 disassembly window contains very long lines.
2305
2306 2016-11-08 Tom Tromey <tom@tromey.com>
2307
2308 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2309 depend on Python 2.
2310
2311 2016-11-08 Tom Tromey <tom@tromey.com>
2312
2313 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2314 New method.
2315
2316 2016-10-29 Manish Goregaokar <manish@mozilla.com>
2317
2318 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
2319
2320 2016-10-27 Manish Goregaokar <manish@mozilla.com>
2321
2322 * gdb.rust/simple.rs: Add test for univariant enums without
2323 discriminants and for encoded struct-like enums.
2324
2325 2016-10-28 Pedro Alves <palves@redhat.com>
2326
2327 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2328 gdb_test_multiple, tighten regexps and match symtabs and line
2329 tables incrementally.
2330
2331 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
2332
2333 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2334 general.
2335
2336 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
2337
2338 * gdb.base/exec-invalid-sysroot.exp: New file.
2339
2340 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2341
2342 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2343
2344 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2345
2346 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2347
2348 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2349
2350 * gdb.base/killed-outside.exp: Remove $options from a call to
2351 `prepare_for_testing'.
2352
2353 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2354
2355 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2356 Change test message.
2357
2358 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2359
2360 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2361 Update comment.
2362
2363 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2364
2365 * gdb.trace/mi-trace-save.exp: New file.
2366
2367 2016-10-13 Yao Qi <yao.qi@linaro.org>
2368
2369 * gdb.base/code_elim.exp (get_var_address): Remove.
2370 * gdb.base/relocate.exp: Likewise.
2371 * gdb.base/shreloc.exp: Likewise.
2372 * lib/gdb.exp (get_var_address): New.
2373
2374 2016-10-13 Yao Qi <yao.qi@linaro.org>
2375
2376 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2377 floating point tests if $skip_float_test is false.
2378
2379 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
2380
2381 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2382 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2383 argc values.
2384 Add 1 to argc so we guarantee distinct initial/modified argc values.
2385
2386 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2387
2388 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2389
2390 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2391
2392 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2393 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2394 * gdb.arch/vsx-regs.exp: Likewise.
2395
2396 2016-10-07 Yao Qi <yao.qi@linaro.org>
2397
2398 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2399
2400 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2401
2402 * gdb.python/python.exp: Test decode_line("*0").
2403
2404 2016-10-06 Doug Evans <dje@google.com>
2405
2406 * gdb.python/py-value.exp (test_value_creation): Add test for large
2407 unsigned 64-bit value.
2408
2409 2016-10-06 Tom Tromey <tom@tromey.com>
2410
2411 * gdb.compile/compile.exp: Change java tests to rust.
2412 * gdb.base/setshow.exp: Change java tests to rust.
2413 * gdb.base/default.exp: Remove java from language list.
2414 * README (Examples): Update language example.
2415 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2416 test.
2417 * lib/gdb.exp (skip_java_tests): Remove.
2418 * lib/java.exp: Remove.
2419 * gdb.java: Remove.
2420
2421 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2422
2423 * gdb.arch/mips-fcr.exp: New test.
2424 * gdb.arch/mips-fcr.c: Source for the new test.
2425
2426 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2427
2428 * gdb.base/solib-disc.exp: Use `standard_output_file'
2429 throughout.
2430
2431 2016-10-06 Pedro Alves <palves@redhat.com>
2432
2433 * gdb.base/jit-simple-dl.c: New file.
2434 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2435 * gdb.base/jit-simple.c: ... this.
2436 * gdb.base/jit-simple.exp (jit_run): Delete.
2437 (build_jit): New proc.
2438 (jit_test_reread): Recompile either the main program or the shared
2439 library, depending on what is being tested. Skip changing address
2440 if caller wants to. Compare before/after addresses. If testing
2441 standalone, explicitly load the binary. Test "maint info
2442 breakpoints".
2443 (top level): Add "standalone vs shared lib" and "change address"
2444 vs "same address" axes.
2445
2446 2016-10-06 Pedro Alves <palves@redhat.com>
2447
2448 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2449 call.
2450 (jit_run): Delete.
2451 (jit_test_reread): Use with_test_prefix. Reload the main binary
2452 explicitly. Compare the before/after addresses of the JIT
2453 descriptor.
2454
2455 2016-08-15 Doug Evans <dje@google.com>
2456
2457 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2458 for single bitfields is bool.
2459 * gdb.xml/tdesc-regs.exp: Ditto.
2460
2461 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2462
2463 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2464
2465 2016-10-05 Yao Qi <yao.qi@linaro.org>
2466
2467 * lib/gdb.exp (support_complex_tests): Return zero if
2468 gdb_skip_float_test return true.
2469
2470 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2471 Simon Marchi <simon.marchi@ericsson.com>
2472
2473 PR gdb/20487
2474 * gdb.mi/user-selected-context-sync.exp: New file.
2475 * gdb.mi/user-selected-context-sync.c: New file.
2476
2477 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2478 Simon Marchi <simon.marchi@ericsson.com>
2479
2480 PR gdb/20487
2481 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2482 =thread-select-event check.
2483
2484 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2485
2486 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2487 the compulsory L operand changes.
2488 * gdb.arch/powerpc-power.s: Likewise.
2489
2490 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2491
2492 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2493 * gdb.base/jit-attach-pie.c: New file.
2494 * gdb.base/jit-attach-pie.exp: New file.
2495
2496 2016-09-28 Pedro Alves <palves@redhat.com>
2497
2498 * gdb.base/infcall-input.c: New file.
2499 * gdb.base/infcall-input.exp: New file.
2500
2501 2016-09-22 Yao Qi <yao.qi@linaro.org>
2502
2503 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2504 (gdb_exit): Rename it to ...
2505 (gdbserver_gdb_exit): ... Close GDBserver.
2506 (gdb_exit): New proc, call gdbserver_gdb_exit.
2507 (mi_gdb_exit): Likewise.
2508
2509 2016-09-22 Yao Qi <yao.qi@linaro.org>
2510
2511 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2512 path.
2513 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2514 Remove duplication.
2515
2516 2016-09-22 Yao Qi <yao.qi@linaro.org>
2517
2518 * lib/gdbserver-support.exp: Check the existence of
2519 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2520
2521 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2522
2523 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2524
2525 2016-09-21 Tom Tromey <tom@tromey.com>
2526
2527 PR gdb/20604:
2528 * gdb.base/quit.exp: New file.
2529
2530 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2531
2532 * .gitignore: New file.
2533
2534 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2535
2536 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2537 throughout.
2538
2539 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2540
2541 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2542
2543 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2544
2545 * gdb.cp/casts.cc (decltype): Move it ...
2546 (main): ... with its call to ...
2547 * gdb.cp/casts03.cc: ... a new file.
2548 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2549
2550 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2551
2552 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2553
2554 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
2555
2556 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2557 and sync up the test with tests in gas/testsuite/gas/ppc.
2558 * gdb.arch/powerpc-power.exp: Likewise.
2559
2560 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2561
2562 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2563
2564 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
2565 Jan Kratochvil <jan.kratochvil@redhat.com>
2566
2567 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2568 make m1's definition to be different from m2's. Use 'dummy' as an
2569 argument for probe 'two'.
2570
2571 2016-09-10 Jon Beniston <jon@beniston.com>
2572
2573 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2574 for sim target.
2575
2576 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2577
2578 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2579 variable declaration.
2580 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
2581 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2582 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2583 received HWCAP as its argument.
2584
2585 2016-09-06 Pedro Alves <palves@redhat.com>
2586
2587 * gdb.base/new-ui-pending-input.c: New file.
2588 * gdb.base/new-ui-pending-input.exp: New file.
2589 * gdb.exp (clear_gdb_spawn_id): New procedure.
2590 (with_spawn_id): Check whether gdb_spawn_id exists before
2591 referencing it. If gdb_spawn_id didn't exist on entry, clear it
2592 on exit.
2593
2594 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2595
2596 * gdb.base/float128.c: New file.
2597 * gdb.base/float128.exp: Likewise.
2598 * gdb.base/floatn.c: Likewise.
2599 * gdb.base/floatn.exp: Likewise.
2600
2601 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2602
2603 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2604
2605 2016-09-05 Pedro Alves <palves@redhat.com>
2606
2607 PR backtrace/19927
2608 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2609 unwinders are immediately called as side effect of "source" or
2610 "disable unwinder" commands.
2611 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2612
2613 2016-09-02 Yao Qi <yao.qi@linaro.org>
2614
2615 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2616 is true and $type is "float" or "double".
2617
2618 2016-09-02 Yao Qi <yao.qi@linaro.org>
2619
2620 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2621 true.
2622 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2623 * gdb.base/call-rt-st.exp: Likewise.
2624 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2625 return value instead of gdb,skip_float_test.
2626 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2627 (do_function_calls): Use its return value instead of
2628 gdb,skip_float_test.
2629 * gdb.base/finish.exp: Likewise.
2630 * gdb.base/funcargs.exp: Likewise.
2631 * gdb.base/return.exp: Likewise.
2632 * gdb.base/return2.exp: Likewise.
2633 * gdb.base/varargs.exp: Likewise.
2634 * lib/gdb.exp (gdb_skip_float_test): Change it to
2635 gdb_caching_proc. Detect the broken ptrace on arm-linux.
2636
2637 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2638
2639 * gdb.multi/tids.exp: Test "thread apply all".
2640
2641 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2642
2643 * gdb.base/default.exp (tty): Remove.
2644
2645 2016-08-24 Kevin Buettner <kevinb@redhat.com>
2646
2647 * gdb.python/py-recurse-unwind.c: New file.
2648 * gdb.python/py-recurse-unwind.py: New file.
2649 * gdb.python/py-recurse-unwind.exp: New file.
2650
2651 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2652
2653 * gdb.base/set-inferior-tty.exp: New file.
2654 * gdb.base/set-inferior-tty.c: New file.
2655
2656 2016-08-23 Pedro Alves <palves@redhat.com>
2657
2658 PR gdb/20494
2659 * gdb.base/new-ui-echo.c: New file.
2660 * gdb.base/new-ui-echo.exp: New file.
2661
2662 2016-08-23 Yao Qi <yao.qi@linaro.org>
2663
2664 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2665 gdbserver_spawn.
2666 * gdb.server/connect-without-multi-process.exp (do_test):
2667 Likewise.
2668
2669 2016-08-23 Yao Qi <yao.qi@linaro.org>
2670
2671 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2672 standalone_txt. Delete gdb_txt and standalone_txt on host
2673 and target. Spawn the binary on target. Copy files from
2674 target to host.
2675
2676 2016-08-22 Pedro Alves <palves@redhat.com>
2677
2678 PR gdb/20505
2679 * gdb.base/vdso-warning.exp: Test core dumps too. Use
2680 with_test_prefix. Factor out bits to ...
2681 (test_no_vdso): ... this new procedure.
2682
2683 2016-08-19 Carl Love <cel@us.ibm.com>
2684
2685 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2686 maintaining separate logic for constructing the output path.
2687 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2688 * gdb.arch/ppc-dfp.exp: Likewise.
2689 * gdb.arch/ppc-fp.exp: Likewise.
2690 * gdb.arch/vsx-regs.exp: Likewise.
2691 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2692 binprefix for generating the additional binary files.
2693
2694 2016-08-19 Pedro Alves <palves@redhat.com>
2695
2696 * gdb.trace/mi-trace-frame-collected.exp
2697 (test_trace_frame_collected): On x32, expect two registers.
2698
2699 2016-08-18 Carl Love <cel@us.ibm.com>
2700
2701 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2702 and sync up the test with tests in gas/testsuite/gas/ppc.
2703 * gdb.arch/powerpc-power.exp: Likewise.
2704
2705 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2706
2707 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2708 expected error message.
2709
2710 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2711
2712 * gdb.multi/remove-inferiors.exp: New file.
2713 * gdb.multi/remove-inferiors.c: New file.
2714
2715 2016-08-12 Yao Qi <yao.qi@linaro.org>
2716
2717 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
2718 argument list.
2719
2720 2016-08-10 Pedro Alves <palves@redhat.com>
2721
2722 PR gdb/19187
2723 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
2724 setup_kfails.
2725
2726 2016-08-09 Pedro Alves <palves@redhat.com>
2727 Simon Marchi <simon.marchi@ericsson.com>
2728
2729 PR gdb/20418
2730 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
2731 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
2732
2733 2016-08-09 Pedro Alves <palves@redhat.com>
2734
2735 PR mi/20431
2736 * gdb.mi/mi-cmd-error.exp: New file.
2737
2738 2016-08-09 Pedro Alves <palves@redhat.com>
2739
2740 PR gdb/18653
2741 * gdb.base/signals-state-child.c: New file.
2742 * gdb.base/signals-state-child.exp: New file.
2743 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
2744
2745 2016-08-09 Pedro Alves <palves@redhat.com>
2746
2747 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
2748
2749 2016-08-03 Tom Tromey <tom@tromey.com>
2750
2751 PR python/18565:
2752 * gdb.python/py-frame-inline.exp: Add Frame.function test.
2753
2754 2016-08-01 Yao Qi <yao.qi@linaro.org>
2755
2756 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
2757 variable mode to "multi-process" if $multi_process is 1, otherwise
2758 set it to "single-process".
2759
2760 2016-08-01 Yao Qi <yao.qi@linaro.org>
2761
2762 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
2763 * gdb.cp/cpexprs.exp: Likewise.
2764 * gdb.cp/m-static.exp: Likewise.
2765
2766 2016-07-26 Tom Tromey <tom@tromey.com>
2767
2768 PR python/20190:
2769 * gdb.threads/tls.exp (check_thread_local): Add python symbol
2770 test.
2771
2772 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
2773
2774 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
2775 selecting assembly source files.
2776 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
2777 assembly source files.
2778 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
2779 assembly source files.
2780 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
2781 selecting assembly source files.
2782
2783 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
2784
2785 * gdb.base/new-ui.exp (do_test_invalid_args): New
2786 procedure.
2787
2788 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
2789
2790 * gdb.btrace/reconnect.c: New file.
2791 * gdb.btrace/reconnect.exp: New file.
2792
2793 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
2794
2795 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
2796 to test_catch_syscall_group.
2797 (test_catch_syscall_group): New.
2798
2799 2016-07-21 Tom Tromey <tom@tromey.com>
2800
2801 * gdb.rust/simple.rs (main): Use empty struct expression.
2802 * gdb.rust/simple.exp: Add tests for empty struct expression.
2803
2804 2016-07-21 Yao Qi <yao.qi@linaro.org>
2805
2806 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
2807 if gdb_skip_xml_test is true on some targets.
2808
2809 2016-07-21 Yao Qi <yao.qi@linaro.org>
2810
2811 * gdb.server/solib-list.exp: Unset last_loaded_file.
2812
2813 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2814
2815 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
2816 "step into captured_main (args)".
2817
2818 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2819
2820 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
2821
2822 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2823
2824 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
2825
2826 2016-07-19 Pedro Alves <palves@redhat.com>
2827
2828 * gdb.opt/inline-break.exp: Remove optimize=-O2.
2829 * gdb.opt/inline-bt.exp: Likewise.
2830 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
2831 additional_flags=-Winline.
2832 * gdb.opt/inline-locals.exp: Likewise.
2833 * gdb.opt/inline-markers.c (ATTR): Define.
2834 (inlined_fn): Use it.
2835
2836 2016-07-19 Yao Qi <yao.qi@linaro.org>
2837
2838 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
2839 (test_with_self): Remove some code. Remove argument executable.
2840 (top-level): Use do_self_tests.
2841
2842 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
2843 Don Breazeal <donb@codesourcery.com>
2844
2845 * gdb.base/maint.exp: Escape paths used in regular expressions.
2846 * gdb.stabs/weird.exp: Likewise.
2847
2848 2016-07-13 Tom Tromey <tom@tromey.com>
2849
2850 PR python/15620, PR python/18620:
2851 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
2852 (test_bkpt_events): New procs.
2853
2854 2016-07-13 Tom Tromey <tom@tromey.com>
2855
2856 PR python/17698:
2857 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
2858 test.
2859 (test_watchpoints): Likewise.
2860 (test_bkpt_pending): New proc.
2861
2862 2016-07-13 Tom Tromey <tom@tromey.com>
2863
2864 PR cli/18053:
2865 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
2866 completion test.
2867
2868 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2869
2870 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
2871 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
2872 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
2873 f_label.
2874 (g): Rename g_end_lbl to g_label.
2875 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
2876 low_pc and high_pc.
2877 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
2878
2879 2016-07-12 Tom Tromey <tom@tromey.com>
2880
2881 PR python/19293:
2882 * gdb.python/py-unwind-maint.exp: Update tests.
2883
2884 2016-07-12 Yao Qi <yao.qi@linaro.org>
2885
2886 * lib/selftest-support.exp (selftest_setup): Match the output
2887 when captured_main is inlined.
2888
2889 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
2890
2891 * gdb.fortran/derived-types.exp (result_line, result_line_2):
2892 New variables.
2893 (print this%a, print this%b, print this): New tests.
2894 * gdb.fortran/derived-types.f90 (this): New object and
2895 initialization.
2896
2897 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2898
2899 * gdb.ada/arraydim.exp: Remove extra directory level in build
2900 directory.
2901
2902 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2903
2904 * lib/ada.exp: Remove extra directory level in build directory.
2905 * gdb.ada/cond_lang.exp: Likewise.
2906 * gdb.ada/exec_changed.exp: Likewise.
2907 * gdb.ada/lang_switch.exp: Likewise.
2908
2909 2016-07-06 Manish Goregaokar <manish@mozilla.com>
2910
2911 * simple.rs: Add test for raw pointer subscripting.
2912 * simple.exp: Add test expectations.
2913
2914 2016-07-05 Yao Qi <yao.qi@linaro.org>
2915
2916 * gdb.mi/mi-reverse.exp: Match =record-started output.
2917
2918 2016-07-01 Pedro Alves <palves@redhat.com>
2919
2920 * gdb.base/jit-reader.exp (info_registers_current_frame): New
2921 procedure.
2922 (jit_reader_test): Test the jit reader's unwinder.
2923 * gdb.base/jithost.c (jit_function_00_code): New global.
2924 (main): Use memcpy to fill in the mmapped code, instead of poking
2925 bytes manually here.
2926 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
2927 value.
2928 (read_debug_info): Save the function's range.
2929 (read_sp): New function.
2930 (unwind_frame): Use it. Also unwind RBP.
2931 (get_frame_id): Use read_sp.
2932 (gdb_init_reader): Use calloc instead of malloc.
2933 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
2934 parameter. Use gdb_test_multiple.
2935
2936 2016-07-01 Pedro Alves <palves@redhat.com>
2937 Antoine Tremblay <antoine.tremblay@ericsson.com>
2938
2939 * gdb.threads/process-dies-while-detaching.c: New file.
2940 * gdb.threads/process-dies-while-detaching.exp: New file.
2941
2942 2016-07-01 Pedro Alves <palves@redhat.com>
2943
2944 * gdb.multi/watchpoint-multi-exit.c: New file.
2945 * gdb.multi/watchpoint-multi-exit.exp: New file.
2946
2947 2016-06-30 Pedro Alves <palves@redhat.com>
2948
2949 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
2950 unset inferior_spawn_id.
2951
2952 2016-06-30 Pedro Alves <palves@redhat.com>
2953
2954 * lib/mi-support.exp (default_mi_gdb_start): Declare global
2955 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
2956
2957 2016-06-29 Yao Qi <yao.qi@linaro.org>
2958
2959 * gdb.base/return.c: Add copyright header.
2960
2961 2016-06-29 Tom Tromey <tom@tromey.com>
2962
2963 PR python/20129:
2964 * gdb.python/py-framefilter.exp: Add tests for setting priority
2965 and disabling of non-existent frame filter.
2966
2967 2016-06-29 Yao Qi <yao.qi@linaro.org>
2968
2969 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
2970 0x0f07ff.
2971
2972 2016-06-28 Yao Qi <yao.qi@linaro.org>
2973
2974 * gdb.base/catch-syscall.exp: Remove check on isnative and target
2975 triplets. Start gdb, execute catch syscall, and continue. Check
2976 gdb's output to determine catch syscall is supported.
2977
2978 2016-06-27 Manish Goregaokar <manish@mozilla.com>
2979
2980 * gdb.rust/simple.rs: Add test for returning unit in a function.
2981 * gdb.rust/simple.exp: Add expectation for functions returning
2982 unit.
2983
2984 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
2985
2986 * gdb.python/py-breakpoint-create-fail.c,
2987 gdb.python/py-breakpoint-create-fail.exp,
2988 gdb.python/py-breakpoint-create-fail.py: New testcase.
2989
2990 2016-06-25 Manish Goregaokar <manish@mozilla.com>
2991
2992 PR gdb/20239
2993 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
2994 * gdb.rust/simple.exp: Add test expectations for new NonZero
2995 tests.
2996
2997 2016-06-24 David Taylor <dtaylor@emc.com>
2998
2999 * gdb.base/offsets.exp: New file.
3000 * gdb.base/offsets.c: New file.
3001
3002 2016-06-23 Tom Tromey <tom@tromey.com>
3003
3004 PR gdb/16483:
3005 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
3006 before any filters are loaded.
3007
3008 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
3009
3010 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
3011 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
3012 structs.
3013 * gdb.fortran/derived-type-function.exp: New file.
3014 * gdb.fortran/derived-type-function.f90: New file.
3015
3016
3017 2016-06-21 Pedro Alves <palves@redhat.com>
3018
3019 * gdb.base/new-ui.exp: New file.
3020 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
3021 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
3022 (with_spawn_id): New procedure.
3023
3024 2016-06-21 Pedro Alves <palves@redhat.com>
3025
3026 * gdb.mi/mi-exec-run.exp: New file.
3027
3028 2016-06-21 Pedro Alves <palves@redhat.com>
3029
3030 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
3031 breakpoint command's output on the main UI.
3032 (test_break): New procedure, factored out from calls in the top
3033 level.
3034 (top level): Use foreach_with_prefix to test MI as main UI and as
3035 separate UI.
3036
3037 2016-06-21 Pedro Alves <palves@redhat.com>
3038
3039 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
3040 (test_awatch_creation_and_listing)
3041 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
3042 Remove 'type' parameter.
3043 (test_watchpoint_all): New parameter mi_mode. Remove
3044 with_test_prefix.
3045 (top level): Use foreach_with_prefix, and add main/separate UI MI
3046 testing axis.
3047
3048 2016-06-21 Pedro Alves <palves@redhat.com>
3049
3050 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
3051 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
3052 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
3053 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
3054 (gdb_main_spawn_id, mi_spawn_id): Declare and
3055 comment.
3056 (mi_create_inferior_pty): New procedure,
3057 factored out from default_mi_gdb_start.
3058 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
3059 procedures.
3060 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
3061 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
3062 Use mi_create_inferior_pty.
3063 (mi_gdb_start): Use eval to pass down args list.
3064
3065 2016-06-21 Pedro Alves <palves@redhat.com>
3066
3067 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
3068 * gdb.opt/inline-cmds.exp: Add MI tests.
3069
3070 2016-06-21 Pedro Alves <palves@redhat.com>
3071
3072 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
3073
3074 2016-06-21 Pedro Alves <palves@redhat.com>
3075
3076 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
3077 (top level): Use it instead of mi_execute_to.
3078
3079 2016-06-21 Pedro Alves <palves@redhat.com>
3080
3081 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
3082 (cont_handler_str): New.
3083 (signal_stop_handler): Set stop_handler_str instead of printing to
3084 stdout.
3085 (continue_handler): Set cont_handler_str instead of printing to
3086 stdout.
3087 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
3088 mi_send_resuming_command. Print stop_handler_str and
3089 cont_handler_str instead of expecting the python events print
3090 directly.
3091
3092 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3093
3094 * gdb.base/jit-reader.exp: New file.
3095 * gdb.base/jithost.c: New file.
3096 * gdb.base/jithost.h: New file.
3097 * gdb.base/jitreader.c : New file.
3098 * gdb.base/jit-protocol.h: New file.
3099
3100 2016-06-17 Yao Qi <yao.qi@linaro.org>
3101
3102 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
3103 parameters follow_fork and detach_on_fork. Set follow-fork-mode
3104 and detach-on-fork. Adjust tests.
3105 (top level): Invoke break_cond_on_syscall with combinations of
3106 syscall, follow-fork-mode and detach-on-fork.
3107
3108 2016-06-17 Yao Qi <yao.qi@linaro.org>
3109
3110 * gdb.base/step-over-exit.c: New.
3111 * gdb.base/step-over-exit.exp: New.
3112
3113 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
3114
3115 * gdb.base/float.exp: Add target check for nds32*-*-*.
3116 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
3117
3118 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
3119
3120 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
3121 for unsupported target features.
3122 * gdb.base/call-rt-st.exp: Likewise.
3123 * gdb.base/call-sc.exp: Likewise.
3124 * gdb.base/call-signal-resume.exp: Likewise.
3125 * gdb.base/call-strs.exp: Likewise.
3126 * gdb.base/callexit.exp: Likewise.
3127 * gdb.base/callfuncs.exp: Likewise.
3128 * gdb.base/nodebug.exp: Likewise.
3129 * gdb.base/printcmds.exp: Likewise.
3130 * gdb.base/ptype.exp: Likewise.
3131 * gdb.base/structs.exp: Likewise.
3132 * gdb.base/unwindonsignal.exp: Likewise.
3133 * gdb.cp/gdb2495.exp: Likewise.
3134 * gdb.cp/templates.exp: Likewise.
3135 * gdb.cp/virtfunc.exp: Likewise.
3136 * gdb.threads/hand-call-in-threads.exp: Likewise.
3137 * gdb.threads/interrupted-hand-call.exp: Likewise.
3138 * gdb.threads/thread-unwindonsignal.exp: Likewise.
3139
3140 2016-06-10 Tom Tromey <tom@tromey.com>
3141
3142 PR rust/20110:
3143 * gdb.rust/expr.exp: Add test for integer constant larger than
3144 i32.
3145
3146 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
3147
3148 * gdb.fortran/nested-funcs.exp: New.
3149 * gdb.fortran/nested-funcs.f90: New.
3150
3151 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
3152
3153 * gdb.base/examine-backward.c: New file.
3154 * gdb.base/examine-backward.exp: New file.
3155
3156 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
3157
3158 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3159 matching.
3160
3161 2016-06-02 Tom Tromey <tom@tromey.com>
3162
3163 PR python/18984:
3164 * gdb.python/py-shared.exp: Add solib_name test.
3165
3166 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
3167
3168 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
3169
3170 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
3171
3172 PR c++/19893
3173 * gdb.dwarf2/implref.exp: Rename to...
3174 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
3175 * gdb.dwarf2/implref-array.c: New file.
3176 * gdb.dwarf2/implref-array.exp: Likewise.
3177 * gdb.dwarf2/implref-global.c: Likewise.
3178 * gdb.dwarf2/implref-global.exp: Likewise.
3179 * gdb.dwarf2/implref-struct.c: Likewise.
3180 * gdb.dwarf2/implref-struct.exp: Likewise.
3181
3182 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3183
3184 * gdb.trace/trace-condition.exp: Add 64bit tests.
3185
3186 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3187
3188 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3189 bits types.
3190 (main): Adapt to 8 to 64 bits types.
3191 * gdb.trace/trace-condition.exp: Add new tests.
3192
3193 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3194
3195 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3196
3197 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3198
3199 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3200 Move condition tests...
3201 * gdb.trace/trace-condition.exp: Here.
3202
3203 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3204
3205 * gdb.trace/trace-condition.exp: Add counter-case tests.
3206
3207 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3208
3209 PR c++/15231
3210 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3211 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3212
3213 2016-05-27 Pedro Alves <palves@redhat.com>
3214
3215 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3216 New procedure.
3217 (top level): Call it, and bail out of DejaGnu is known to be bad.
3218
3219 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
3220
3221 * gdb.base/whatis.c: Extend the test case.
3222 * gdb.base/whatis.exp: Add additional tests.
3223
3224 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3225
3226 * gdb.fortran/type.f90: Add pointer variable.
3227 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3228
3229 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3230
3231 * gdb.fortran/vla-type.exp: Fix testcase name.
3232
3233 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3234
3235 * gdb.fortran/vla-type.exp: Access elements in nested structs.
3236
3237 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3238
3239 * gdb.fortran/type.f90: Add nested structures.
3240 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3241 * gdb.fortran/derived-type.exp: Adapt expected output.
3242 * gdb.fortran/vla-type.exp: Adapt expected output.
3243
3244 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3245
3246 * gdb.fortran/whatis_type.exp: Adapt expected output.
3247
3248 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3249
3250 * gdb.fortran/print_type.exp: Fix expected output.
3251 * gdb.fortran/whatis_type.exp: Fix expected output.
3252
3253 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3254
3255 * gdb.fortran/whatis_type.exp: Use multi_line.
3256
3257 2016-05-24 Tom Tromey <tom@tromey.com>
3258
3259 PR python/17386:
3260 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3261 use value as an index.
3262
3263 2016-05-23 Tom Tromey <tom@tromey.com>
3264
3265 PR python/17981:
3266 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3267 no-breakpoint case.
3268
3269 2016-05-24 Pedro Alves <palves@redhat.com>
3270
3271 PR gdb/19828
3272 * gdb.threads/clone-attach-detach.c: New file.
3273 * gdb.threads/clone-attach-detach.exp: New file.
3274
3275 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3276
3277 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3278
3279 2016-05-23 Tom Tromey <tom@tromey.com>
3280
3281 PR python/19438, PR python/18393:
3282 * gdb.python/py-progspace.exp: Add "dir" test.
3283 * gdb.python/py-objfile.exp: Add "dir" test.
3284
3285 2016-05-23 Yao Qi <yao.qi@linaro.org>
3286
3287 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3288 * gdb.arch/thumb2-it.exp: Likewise.
3289
3290 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3291
3292 * gdb.mi/mi-threads-interrupt.c: New file.
3293 * gdb.mi/mi-threads-interrupt.exp: New file.
3294
3295 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3296
3297 PR gdb/18077
3298 * gdb.mi/mi-async-run.exp: New file.
3299 * gdb.mi/mi-async-run.c: New file.
3300
3301 2016-05-17 Tom Tromey <tom@tromey.com>
3302 Manish Goregaokar <manishsmail@gmail.com>
3303
3304 * lib/rust-support.exp: New file.
3305 * lib/gdb.exp (skip_rust_tests): New proc.
3306 (build_executable_from_specs): Handle rust.
3307 * lib/future.exp (gdb_find_rustc): New proc.
3308 (gdb_default_target_compile): Handle rust.
3309 * gdb.rust/expr.exp: New file.
3310 * gdb.rust/generics.exp: New file.
3311 * gdb.rust/generics.rs: New file.
3312 * gdb.rust/methods.exp: New file.
3313 * gdb.rust/methods.rs: New file.
3314 * gdb.rust/modules.exp: New file.
3315 * gdb.rust/modules.rs: New file.
3316 * gdb.rust/simple.exp: New file.
3317 * gdb.rust/simple.rs: New file.
3318
3319 2016-05-17 Tom Tromey <tom@tromey.com>
3320
3321 * gdb.base/default.exp (set language): Add rust.
3322
3323 2016-05-17 Tom Tromey <tom@tromey.com>
3324
3325 * gdb.gdb/unittest.exp: New file.
3326
3327 2016-05-16 Yao Qi <yao.qi@linaro.org>
3328
3329 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3330 shell_prompt. Update shell_prompt_re.
3331
3332 2016-05-12 Doug Evans <dje@google.com>
3333
3334 PR symtab/19999
3335 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3336 $options when building executable.
3337 * gdb.dwarf2/fission-loclists-pie.S: New file.
3338 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3339
3340 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3341
3342 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3343 of [is_remote target],
3344
3345 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3346
3347 * lib/gdb.exp (use_gdb_stub): New procedure.
3348
3349 2016-05-03 Yunlian Jiang <yunlian@google.com>
3350 Doug Evans <dje@google.com>
3351
3352 PR symtab/19914
3353 * gdb.dwarf2/dwp-sepdebug.c: New file.
3354 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3355
3356 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3357
3358 * gdb.base/detach.exp: Remove is_remote check.
3359
3360 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3361
3362 * gdb.base/annota-input-while-running.exp: Don't check for
3363 [is_remote target]. Enable annotations after running to main.
3364 Remove unused "set test..." line.
3365
3366 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3367
3368 * gdb.trace/trace-enable-disable.exp: New file.
3369 * gdb.trace/trace-enable-disable.c: New file.
3370
3371 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3372
3373 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3374 use it in info sharedlibrary test.
3375 * gdb.trace/ftrace-lock.exp: Likewise.
3376 * gdb.trace/ftrace.exp: Likewise.
3377 * gdb.trace/range-stepping.exp: Likewise.
3378 * gdb.trace/trace-break.exp: Likewise.
3379 * gdb.trace/trace-condition.exp: Likewise.
3380 * gdb.trace/trace-mt.exp: Likewise.
3381
3382 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3383
3384 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3385 (gdb_load_shlib): ... this.
3386 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3387 gdb_load_shlib.
3388 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3389 * gdb.base/ctxobj.exp: Likewise.
3390 * gdb.base/dprintf-pending.exp: Likewise.
3391 * gdb.base/dso2dso.exp: Likewise.
3392 * gdb.base/fixsection.exp: Likewise.
3393 * gdb.base/gcore-relro.exp: Likewise.
3394 * gdb.base/gdb1555.exp: Likewise.
3395 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3396 * gdb.base/gnu-ifunc.exp: Likewise.
3397 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3398 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3399 * gdb.base/pending.exp: Likewise.
3400 * gdb.base/print-file-var.exp: Likewise.
3401 * gdb.base/print-symbol-loading.exp: Likewise.
3402 * gdb.base/shlib-call.exp: Likewise.
3403 * gdb.base/shreloc.exp: Likewise.
3404 * gdb.base/so-impl-ld.exp: Likewise.
3405 * gdb.base/solib-disc.exp: Likewise.
3406 * gdb.base/solib-nodir.exp: Likewise.
3407 * gdb.base/solib-overlap.exp: Likewise.
3408 * gdb.base/solib-symbol.exp: Likewise.
3409 * gdb.base/solib-weak.exp (do_test): Likewise.
3410 * gdb.base/sym-file.exp: Likewise.
3411 * gdb.base/symtab-search-order.exp: Likewise.
3412 * gdb.base/type-opaque.exp: Likewise.
3413 * gdb.base/unload.exp: Likewise.
3414 * gdb.base/watchpoint-solib.exp: Likewise.
3415 * gdb.compile/compile.exp: Likewise.
3416 * gdb.cp/gdb2384.exp: Likewise.
3417 * gdb.cp/infcall-dlopen.exp: Likewise.
3418 * gdb.cp/re-set-overloaded.exp: Likewise.
3419 * gdb.fortran/library-module.exp: Likewise.
3420 * gdb.opt/solib-intra-step.exp: Likewise.
3421 * gdb.python/py-finish-breakpoint.exp: Likewise.
3422 * gdb.python/py-shared.exp: Likewise.
3423 * gdb.reverse/solib-precsave.exp: Likewise.
3424 * gdb.reverse/solib-reverse.exp: Likewise.
3425 * gdb.server/solib-list.exp: Likewise.
3426 * gdb.threads/dlopen-libpthread.exp: Likewise.
3427 * gdb.threads/tls-shared.exp: Likewise.
3428 * gdb.threads/tls-so_extern.exp: Likewise.
3429 * gdb.trace/change-loc.exp: Likewise.
3430 * gdb.trace/ftrace-lock.exp: Likewise.
3431 * gdb.trace/ftrace.exp: Likewise.
3432 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3433 * gdb.trace/pending.exp: Likewise.
3434 * gdb.trace/range-stepping.exp: Likewise.
3435 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3436 (strace_info_marker): Likewise.
3437 (strace_probe_marker): Likewise.
3438 (strace_trace_on_same_addr): Likewise.
3439 (strace_trace_on_diff_addr): Likewise.
3440 * gdb.trace/trace-break.exp: Likewise.
3441 * gdb.trace/trace-condition.exp: Likewise.
3442 * gdb.trace/trace-mt.exp: Likewise.
3443
3444 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3445
3446 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3447 result of gdb_remote_download.
3448 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3449 * gdb.base/dso2dso.exp: Likewise.
3450 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3451 * gdb.base/print-file-var.exp: Likewise.
3452 * gdb.base/shlib-call.exp: Likewise.
3453 * gdb.base/shreloc.exp: Likewise.
3454 * gdb.base/solib-overlap.exp: Likewise.
3455 * gdb.base/solib-weak.exp (do_test): Likewise.
3456 * gdb.base/unload.exp: Likewise.
3457
3458 2016-04-27 Yao Qi <yao.qi@linaro.org>
3459
3460 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3461 exists.
3462
3463 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3464
3465 * vla-type.exp: Print structure from toplevel.
3466
3467 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3468
3469 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3470 of dynamic types.
3471 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3472 of dynamic types.
3473
3474 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3475
3476 * gdb.fortran/vla-type.f90: New file.
3477 * gdb.fortran/vla-type.exp: New file.
3478
3479 2016-04-25 Yao Qi <yao.qi@linaro.org>
3480
3481 * gdb.base/branch-to-self.c: New file.
3482 * gdb.base/branch-to-self.exp: New file.
3483
3484 2016-04-22 Yao Qi <yao.qi@linaro.org>
3485
3486 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3487 more after $hex.
3488
3489 2016-04-22 Yao Qi <yao.qi@linaro.org>
3490
3491 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3492 * gdb.base/annota3.exp: Likewise.
3493
3494 2016-04-22 Yao Qi <yao.qi@linaro.org>
3495
3496 * gdb.reverse/step-precsave.exp: Do one step and test program
3497 stops in "callee" and do multiple steps until program goes out
3498 of "callee".
3499 * gdb.reverse/step-reverse.exp: Likewise.
3500
3501 2016-04-22 Yao Qi <yao.qi@linaro.org>
3502
3503 * gdb.trace/signal.exp: Also pass if
3504 $tracepoint_hits($i) > $iterations.
3505
3506 2016-04-22 Yao Qi <yao.qi@linaro.org>
3507
3508 * gdb.trace/signal.c: New file.
3509 * gdb.trace/signal.exp: New file.
3510
3511 2016-04-19 Doug Evans <xdje42@gmail.com>
3512
3513 * gdb.base/bad-file.exp: New file.
3514
3515 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3516
3517 * gdb.dwarf2/implref.exp: New file.
3518
3519 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3520
3521 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3522 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3523 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3524 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3525 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3526 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3527 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3528 * lib/fortran.exp (fortran_int4): New procedure.
3529 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3530 (fortran_logical4): Likewise.
3531
3532 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3533
3534 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3535
3536 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3537
3538 * lib/compiler.c: Add Intel specific preprocessor macros.
3539 * lib/compiler.cc: Likewise.
3540
3541 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
3542
3543 * gdb.server/connect-with-no-symbol-file.c: New file.
3544 * gdb.server/connect-with-no-symbol-file.exp: New file.
3545
3546 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3547
3548 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3549
3550 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3551
3552 * boards/gdbserver-base.exp (${board}_download): Copy source file to
3553 standard output directory.
3554
3555 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
3556
3557 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3558
3559 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
3560
3561 * gdb.btrace/instruction_history.c (loop): Add declaration.
3562
3563 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3564
3565 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3566
3567 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
3568
3569 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3570 parentheses to print.
3571 (continue_handler): Likewise.
3572
3573 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
3574
3575 * gdb.server/solib-list.exp: Remove is_remote check.
3576 Pass shlib= to gdb_compile. Don't link shared library with
3577 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
3578 Run binary filename through "readlink -f" on the target.
3579
3580 2016-04-08 Pedro Alves <palves@redhat.com>
3581
3582 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
3583 interpreter filename as argument to gdbserver_spawn.
3584 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3585 Return empty if $last_loaded_file does not exist.
3586
3587 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3588
3589 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3590 * gdb.base/jit-main.c: Use exit after usage.
3591
3592 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3593
3594 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3595 GDBHISTSIZE prior to the tests.
3596 * gdb.base/gdbinit-history.exp: Likewise.
3597
3598 2016-04-07 Pedro Alves <palves@redhat.com>
3599
3600 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3601 instead of build_executable. Use gdb_load_shlibs.
3602
3603 2016-04-07 Yao Qi <yao.qi@linaro.org>
3604
3605 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3606 Execute "si" command.
3607
3608 2016-04-07 Yao Qi <yao.qi@linaro.org>
3609
3610 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3611 number instead of the comments on some line.
3612
3613 2016-04-06 Don Breazeal <donb@codesourcery.com>
3614
3615 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3616 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3617
3618 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
3619
3620 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3621 standard_output_file. Remove unused binfile variable.
3622
3623 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
3624
3625 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3626 * gdb.python/py-mi-objfile.exp: Match "list main" output
3627 in console format.
3628
3629 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
3630
3631 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3632 absolute.
3633
3634 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3635
3636 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3637 absolute.
3638 * gdb.trace/ftrace.exp: Likewise.
3639 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3640 targets as well.
3641 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3642 (gdb_load_shlibs): Copy libraries to test directory when testing
3643 natively. Only set solib-search-path if testing remotely.
3644 * lib/mi-support.exp (mi_load_shlibs): Likewise.
3645
3646 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3647
3648 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3649 gdb_download. Use it even if the target is not remote.
3650 * gdb.base/jit.exp (compile_jit_test): Likewise.
3651 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3652 output directory if the destination board is local, otherwise use
3653 the standard remote_download from DejaGnu.
3654 (gdb_download): Remove.
3655 (gdb_load_shlibs): Use gdb_remote_download instead of
3656 gdb_download.
3657 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3658 Use gdb_remote_download instead of gdb_download. Use it even if
3659 the target is not remote.
3660 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3661 instead of gdb_download.
3662
3663 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
3664
3665 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3666 (test_insert_delete_modify): Call mi_load_shlibs before trying to
3667 run.
3668
3669 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
3670
3671 PR gdb/19820
3672 * gdb.base/printcmds.exp: Add artificial arrays tests.
3673
3674 2016-03-31 Pedro Alves <palves@redhat.com>
3675
3676 PR gdb/19858
3677 * gdb.base/jit-main.c: Include unistd.h.
3678 (ATTACH): Define to 0 if not already defined.
3679 (wait_for_gdb, mypid): New globals.
3680 (WAIT_FOR_GDB): New macro.
3681 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
3682 some breakpoint locations.
3683 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3684 New procedures.
3685 (one_jit_test): Add REATTACH parameter, and handle it. Use
3686 continue_to_test_location.
3687 (top level): Test attach, and adjusts calls to one_jit_test.
3688
3689 2016-03-31 Pedro Alves <palves@redhat.com>
3690
3691 PR gdb/19858
3692 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
3693 BINSUFFIX parameter, and handle it.
3694 (top level): Adjust calls compile_jit_test.
3695
3696 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
3697
3698 PR python/19743
3699 * gdb.python/py-mi-events-gdb.py: New file.
3700 * gdb.python/py-mi-events.c: New file.
3701 * gdb.python/py-mi-events.exp: New file.
3702
3703 2016-03-30 Yao Qi <yao.qi@linaro.org>
3704
3705 * gdb.reverse/until-precsave.exp: Match function name only.
3706 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3707 Move malloc to a condition block.
3708 * gdb.reverse/until-reverse.exp: Match function name only.
3709
3710 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
3711
3712 * gdb.trace/ftrace.exp: Set arg0exp for s390.
3713 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3714 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3715 variable for GPR 0 instead of assuming it is register 0.
3716 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
3717 * lib/trace-support.exp: Add s390 registers.
3718
3719 2016-03-29 Yao Qi <yao.qi@linaro.org>
3720
3721 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
3722
3723 2016-03-24 Yao Qi <yao.qi@linaro.org>
3724
3725 * gdb.reverse/break-reverse.exp: Add quotation mark in the
3726 test message.
3727
3728 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3729
3730 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
3731 maintaining separate logic for constructing the output path.
3732
3733 2016-03-16 Don Breazeal <donb@codesourcery.com>
3734
3735 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3736 Retry fork and waitpid on interrupted system call errors.
3737 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3738 Use with_timeout_factor to increase timeout by factor of 10.
3739
3740 2016-03-15 Don Breazeal <donb@codesourcery.com>
3741
3742 * gdb.cp/scope-err.cc: New test program.
3743 * gdb.cp/scope-err.exp: New test script.
3744 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
3745 lines and "set breakpoint here" comment.
3746 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
3747 Fixed some whitespace and format issues.
3748 * gdb.mi/mi-linespec-err-cp.cc: New test program.
3749 * gdb.mi/mi-linespec-err-cp.exp: New test script.
3750
3751 2016-03-15 Doug Evans <dje@google.com>
3752
3753 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
3754 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
3755 All callers updated. Add tests for enums, mixed flags register.
3756
3757 2016-03-15 Doug Evans <dje@google.com>
3758
3759 * gdb.base/skip.c (main): Call test_skip_file_and_function.
3760 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
3761
3762 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
3763
3764 * gdb.base/default.exp: Add $_as_string to the list of expected
3765 convenience functions.
3766
3767 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
3768
3769 * gdb.base/maint.exp: New tests for 'maint info line-table'.
3770
3771 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
3772
3773 * gdb.python/py-as-string.exp: New file.
3774 * gdb.python/py-as-string.c: New file.
3775
3776 2016-03-09 Pedro Alves <palves@redhat.com>
3777
3778 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
3779 signal" -> "Thread NN received signal" output change.
3780 * gdb.threads/ia64-sigill.exp: Likewise.
3781 * gdb.threads/linux-dp.exp: Likewise.
3782 * gdb.threads/manythreads.exp: Likewise.
3783 * gdb.threads/pending-step.exp: Likewise.
3784 * gdb.threads/print-threads.exp: Likewise.
3785 * gdb.threads/sigstep-threads.exp: Likewise.
3786 * gdb.threads/staticthreads.exp: Likewise.
3787 * gdb.threads/tls.exp: Likewise.
3788
3789 2016-03-09 Pedro Alves <palves@redhat.com>
3790
3791 * gdb.base/command-line-input.exp: New file.
3792
3793 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3794
3795 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
3796 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
3797 * gdb.trace/pending.exp: Accept leading dot before function name.
3798 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
3799 * lib/trace-support.exp: Set registers for ppc.
3800
3801 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3802
3803 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
3804 use it for disassembly; accept .main in addition to main in backtrace.
3805
3806 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
3807 Marcin Kościelnicki <koriakin@0x04.net>
3808
3809 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
3810 (gdb_recursion_test_ptr): New global variable.
3811 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
3812 gdb_recursion_test.
3813 (gdb_c_test): Ditto.
3814
3815 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3816
3817 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
3818 ordering.
3819
3820 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3821
3822 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
3823 (bar): Add bar_start_lbl label.
3824 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
3825 of foo/bar for emitting DWARF and tracing.
3826
3827 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
3828
3829 * analyze-racy-logs.py: Set executable bit.
3830
3831 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
3832
3833 * Makefile.in (DEFAULT_RACY_ITER): New variable.
3834 (CHECK_TARGET_TMP): Likewise.
3835 (check-single-racy): New rule.
3836 (check-parallel-racy): Likewise.
3837 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
3838 (do-check-parallel-racy): New rule.
3839 (check-racy/%.exp): Likewise.
3840 * README (Racy testcases): New section.
3841 * analyze-racy-logs.py: New file.
3842
3843 2016-03-03 Doug Evans <dje@google.com>
3844
3845 * gdb.base/skip.exp: Use with_test_prefix.
3846
3847 2016-03-03 Yao Qi <yao.qi@linaro.org>
3848
3849 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
3850 Invoke step_over_syscall "clone" and break_cond_on_syscall
3851 "clone".
3852 * gdb.base/step-over-clone.c: New file.
3853
3854 2016-03-03 Yao Qi <yao.qi@linaro.org>
3855
3856 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
3857 code format.
3858
3859 2016-03-03 Yao Qi <yao.qi@linaro.org>
3860
3861 * gdb.base/disp-step-fork.c: Rename to ...
3862 * gdb.base/step-over-fork.c: ... it. New file.
3863 * gdb.base/disp-step-vfork.c: Rename to ...
3864 * gdb.base/step-over-vfork.c: ... it. New file.
3865 * gdb.base/disp-step-syscall.exp: Rename to ...
3866 * gdb.base/step-over-syscall.exp: ... it. New file.
3867 (disp_step_cross_syscall): Rename to ...
3868 (step_over_syscall): ... it.
3869
3870 2016-03-03 Yao Qi <yao.qi@linaro.org>
3871
3872 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
3873 If target supports condition evaluation on target, invoke
3874 break_cond_on_syscall for fork and vfork.
3875
3876 2016-03-03 Yao Qi <yao.qi@linaro.org>
3877
3878 * gdb.base/disp-step-syscall.exp: Don't invoke
3879 support_displaced_stepping.
3880 (disp_step_cross_syscall): Test with displaced stepping off and
3881 on if supported.
3882
3883 2016-03-03 Yao Qi <yao.qi@linaro.org>
3884
3885 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
3886 proc.
3887 (setup): New proc.
3888 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
3889 and setup.
3890
3891 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3892
3893 * gdb.fortran/vla-history.exp: Remove breakpoint.
3894
3895 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3896
3897 * gdb.fortran/vla-history.exp: Lookup array elements and printing
3898 exceeds timeout.
3899
3900 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3901
3902 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
3903 breakpoint.
3904
3905 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3906
3907 * gdb.mi/vla.f90: Nullify pointer after declaration.
3908
3909 2016-03-01 Pedro Alves <palves@redhat.com>
3910
3911 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
3912
3913 2016-03-01 Pedro Alves <palves@redhat.com>
3914
3915 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
3916 before anything else.
3917 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
3918 _GNU_SOURCE here.
3919 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
3920 before anything else.
3921 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
3922
3923 2016-03-01 Pedro Alves <palves@redhat.com>
3924
3925 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
3926
3927 2016-03-01 Yao Qi <yao.qi@linaro.org>
3928
3929 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
3930 prepare_for_testing.
3931
3932 2016-03-01 Yao Qi <yao.qi@linaro.org>
3933
3934 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
3935
3936 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3937
3938 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
3939 manually constructing the output path.
3940
3941 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3942
3943 * gdb.arch/s390-stackless.S: New.
3944 * gdb.arch/s390-stackless.exp: New.
3945
3946 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
3947
3948 * gdb.dlang/circular.c: New file.
3949 * gdb.dlang/circular.exp: New file.
3950
3951 2016-02-26 Yao Qi <yao.qi@linaro.org>
3952
3953 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
3954 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
3955 (testcases): Update.
3956
3957 2016-02-26 Yao Qi <yao.qi@linaro.org>
3958
3959 * gdb.reverse/aarch64.c: Rename to ...
3960 * gdb.reverse/insn-reverse.c: ... it.
3961 * gdb.reverse/aarch64.exp: Rename to ...
3962 * gdb.reverse/insn-reverse.exp: ... it.
3963
3964 2016-02-26 Yao Qi <yao.qi@linaro.org>
3965
3966 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
3967 (testcase_ftype): New.
3968 (testcases): New array.
3969 (n_testcases): New.
3970 (main): Call each element in testcases.
3971 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
3972 (read_testcase): New.
3973 Do the tests in a loop.
3974
3975 2016-02-25 Yao Qi <yao.qi@linaro.org>
3976
3977 * gdb.base/branches.c: Remove.
3978
3979 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3980
3981 PR gdb/13808
3982 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
3983
3984 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3985
3986 * gdb.trace/ftrace.exp: Remove unnecessary target check.
3987
3988 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3989
3990 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
3991 change x86_64 call_insn to 'callq'.
3992
3993 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3994
3995 * gdb.trace/tfile-avx.c: Move to...
3996 * gdb.trace/tracefile-pseudo-reg.c: Here.
3997 * gdb.trace/tfile-avx.exp: Move to...
3998 * gdb.trace/tracefile-pseudo-reg.exp: Here.
3999
4000 2016-02-24 Gary Benson <gbenson@redhat.com>
4001
4002 * gdb.base/attach-pie-noexec.exp: Do not expect an error
4003 message on attach.
4004
4005 2016-02-23 Doug Evans <dje@google.com>
4006
4007 * gdb.base/skip.c (test_skip): New function.
4008 (end_test_skip_file_and_function): New function.
4009 (test_skip_file_and_function): New function.
4010 * gdb.base/skip1.c (test_skip): New function.
4011 (skip1_test_skip_file_and_function): New function.
4012 * gdb.base/skip.exp: Add tests for new skip options.
4013 * gdb.base/skip-solib.exp: Update expected output.
4014 * gdb.perf/skip-command.cc: New file.
4015 * gdb.perf/skip-command.exp: New file.
4016 * gdb.perf/skip-command.py: New file.
4017
4018 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
4019
4020 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
4021 info registers pattern.
4022
4023 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
4024
4025 * lib/future.exp: Add D support.
4026 (gdb_find_gdc): New proc.
4027 (gdb_default_target_compile): Add D support.
4028
4029 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
4030
4031 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
4032 user+system time.
4033 (trace_speed_test): Determine the iteration count for a time
4034 between 15..30 seconds.
4035
4036 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
4037
4038 * gdb.arch/i386-mpx-sigsegv.c: New file.
4039 * gdb.arch/i386-mpx-sigsegv.exp: New file.
4040 * gdb.arch/i386-mpx-simple_segv.c: New file.
4041 * gdb.arch/i386-mpx-simple_segv.exp: New file.
4042
4043 2016-02-18 Yao Qi <yao.qi@linaro.org>
4044
4045 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4046 Don't call setup_kfail.
4047
4048 2016-02-18 Yao Qi <yao.qi@linaro.org>
4049
4050 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4051 Set "set breakpoint condition-evaluation" per $cond_bp_target.
4052
4053 2016-02-16 Doug Evans <dje@google.com>
4054
4055 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
4056 * gdb.base/skip1.c: Ditto.
4057 * gdb.base/skip.exp: Whitespace cleanup.
4058
4059 2016-02-16 Don Breazeal <donb@codesourcery.com>
4060
4061 PR remote/19496
4062 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4063 Remove kfail for PR remote/19496.
4064
4065 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4066
4067 * lib/gdb.exp (standard_temp_file): Return a path specific to
4068 the runtest invocation.
4069
4070 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4071
4072 * gdb.trace/save-trace.exp: Change relative path to be in the
4073 standard output directory.
4074
4075 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4076
4077 * gdb.arch/i386-prologue.c: Add missing prototypes.
4078
4079 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4080
4081 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
4082 * gdb.arch/i386-prologue.exp: Likewise.
4083 * gdb.arch/i386-size.exp: Likewise.
4084
4085 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
4086
4087 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
4088 define object file path.
4089 * gdb.btrace/gcore.exp: Use standard_output_file to define core
4090 file path.
4091 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
4092 standard_output_file to define binfile.
4093
4094 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4095
4096 Fix compatibility with recent gfortran-5.3.1.
4097 * gdb.fortran/vla-history.exp (print vla1 allocated)
4098 (print vla2 allocated, print $2, print $3): Remove
4099 (print $4): Rename to ...
4100 (print $2): ... here.
4101 (print $9): Rename to ...
4102 (print $5): ... here.
4103 (print $10): Rename to ...
4104 (print $6): ... here.
4105 * gdb.fortran/vla.f90: Add pvla initialization.
4106
4107 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4108
4109 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
4110 New test.
4111 * gdb.fortran/vla-value-sub.exp: Likewise.
4112
4113 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
4114
4115 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
4116
4117 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
4118
4119 * i386-biarch-core.exp: Define corefile using
4120 standard_output_file.
4121
4122 2016-02-12 Yao Qi <yao.qi@linaro.org>
4123
4124 * gdb.arch/arm-single-step-kernel-helper.c: New.
4125 * gdb.arch/arm-single-step-kernel-helper.exp: New.
4126
4127 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4128
4129 * gdb.btrace/tailcall-only.exp: New.
4130 * gdb.btrace/tailcall-only.c: New.
4131 * gdb.btrace/x86_64-tailcall-only.S: New.
4132 * gdb.btrace/i686-tailcall-only.S: New.
4133
4134 2016-02-11 Pedro Alves <palves@redhat.com>
4135
4136 * README (Parallel testing): Add missing double quotes.
4137
4138 2016-02-11 Pedro Alves <palves@redhat.com>
4139
4140 * README (Parallel testing): New section.
4141 (GDB_PARALLEL): Rewrite.
4142 (FORCE_PARALLEL): Document.
4143
4144 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
4145
4146 * gdb.trace/tfile-avx.c: New test.
4147 * gdb.trace/tfile-avx.exp: New test.
4148
4149 2016-02-09 Keith Seitz <keiths@redhat.com>
4150
4151 PR breakpoints/19546
4152 * gdb.base/infcall-exec.c: New file.
4153 * gdb.base/infcall-exec2.c: New file.
4154 * gdb.base/infcall-exec.exp: New file.
4155
4156 2016-02-09 Keith Seitz <keiths@redhat.com>
4157
4158 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4159 (toplevel): Call test_bkpt_address.
4160
4161 2016-02-09 Keith Seitz <keiths@redhat.com>
4162
4163 PR python/19506
4164 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
4165 (toplevel): Call test_bkpt_address.
4166
4167 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
4168
4169 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4170 to AC_OUTPUT.
4171 * configure: Regenerate.
4172
4173 2016-02-09 Pedro Alves <palves@redhat.com>
4174
4175 PR breakpoints/19548
4176 * gdb.base/execl-update-breakpoints.c (some_function): New
4177 function.
4178 (main): Call it.
4179 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4180 Tighten expected GDB output.
4181
4182 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4183
4184 * Makefile.in (ALL_SUBDIRS): Remove.
4185 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4186 (distclean maintainer-clean realclean): Likewise.
4187 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4188 * configure: Regenerate.
4189 * gdb.ada/Makefile.in: Delete.
4190 * gdb.arch/Makefile.in: Likewise.
4191 * gdb.asm/Makefile.in: Likewise.
4192 * gdb.base/Makefile.in: Likewise.
4193 * gdb.btrace/Makefile.in: Likewise.
4194 * gdb.cell/Makefile.in: Likewise.
4195 * gdb.compile/Makefile.in: Likewise.
4196 * gdb.cp/Makefile.in: Likewise.
4197 * gdb.disasm/Makefile.in: Likewise.
4198 * gdb.dlang/Makefile.in: Likewise.
4199 * gdb.dwarf2/Makefile.in: Likewise.
4200 * gdb.fortran/Makefile.in: Likewise.
4201 * gdb.gdb/Makefile.in: Likewise.
4202 * gdb.go/Makefile.in: Likewise.
4203 * gdb.guile/Makefile.in: Likewise.
4204 * gdb.java/Makefile.in: Likewise.
4205 * gdb.linespec/Makefile.in: Likewise.
4206 * gdb.mi/Makefile.in: Likewise.
4207 * gdb.modula2/Makefile.in: Likewise.
4208 * gdb.multi/Makefile.in: Likewise.
4209 * gdb.objc/Makefile.in: Likewise.
4210 * gdb.opencl/Makefile.in: Likewise.
4211 * gdb.opt/Makefile.in: Likewise.
4212 * gdb.pascal/Makefile.in: Likewise.
4213 * gdb.perf/Makefile.in: Likewise.
4214 * gdb.python/Makefile.in: Likewise.
4215 * gdb.reverse/Makefile.in: Likewise.
4216 * gdb.server/Makefile.in: Likewise.
4217 * gdb.stabs/Makefile.in: Likewise.
4218 * gdb.threads/Makefile.in: Likewise.
4219 * gdb.trace/Makefile.in: Likewise.
4220 * gdb.xml/Makefile.in: Likewise.
4221 * lib/gdb.exp (make_gdb_parallel_path): Add check for
4222 GDB_PARALLEL.
4223 (standard_output_file): Remove check for GDB_PARALLEL, always
4224 return path in outputs/$subdir/$testname.
4225
4226 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4227
4228 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4229 (site.exp): Assign abs_srcdir to tcl's srcdir.
4230
4231 2016-02-04 Yao Qi <yao.qi@linaro.org>
4232
4233 * gdb.base/foll-exec-mode.c: Include limits.h.
4234 (main): Add parameters argc and argv. Get directory from
4235 argv[0].
4236 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4237 compilation.
4238 * gdb.base/foll-exec.c: Include limits.h.
4239 (main): Add parameters argc and argv.
4240 Get directory from argv[0].
4241 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4242 Adjust tests on the number of lines as source code changed.
4243 * gdb.base/foll-vfork-exit.c: Include limits.h.
4244 (main): Add one line of statement before vfork.
4245 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4246 (main): Add parameters argc and argv. Get directory from
4247 argv[0].
4248 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4249 (setup_gdb): Set tbreak to skip some source lines.
4250 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4251 (main): Add parameters argc and argv. Get directory from
4252 argv[0].
4253 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4254 compilation.
4255 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4256 (main): Add parameters argc and argv. Get directory from
4257 argv[0].
4258 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4259 compilation.
4260
4261 2016-02-01 Doug Evans <dje@google.com>
4262
4263 * gdb.base/skip.exp: Clean up multiple references to same test name.
4264
4265 2016-02-01 Pedro Alves <palves@redhat.com>
4266
4267 PR remote/19496
4268 * gdb.threads/forking-threads-plus-breakpoint.exp
4269 (displaced_stepping_supported): New global.
4270 (probe_displaced_stepping_support): New procedure.
4271 (do_test): Add 'displaced' parameter, and use it.
4272 (top level): Check for displaced stepping support. Add displaced
4273 stepping on/off testing axis.
4274
4275 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4276
4277 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4278 pointer. Don't perform further tests on the unassociated pointer
4279 if the first test fails.
4280
4281 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4282
4283 * gdb.base/max-value-size.c: New file.
4284 * gdb.base/max-value-size.exp: New file.
4285 * gdb.base/huge.exp: Disable max-value-size for this test.
4286
4287 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4288
4289 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4290
4291 2016-01-28 Yao Qi <yao.qi@linaro.org>
4292
4293 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4294
4295 2016-01-25 Pedro Alves <palves@redhat.com>
4296
4297 PR threads/19461
4298 * gdb.base/fork-running-state.c: New file.
4299 * gdb.base/fork-running-state.exp: New file.
4300
4301 2016-01-25 Pedro Alves <palves@redhat.com>
4302
4303 PR gdb/19494
4304 * gdb.base/catch-fork-kill.c: New file.
4305 * gdb.base/catch-fork-kill.exp: New file.
4306
4307 2016-01-25 Pedro Alves <palves@redhat.com>
4308
4309 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4310 Delete, moved to lib/gdb.exp.
4311 * gdb.threads/forking-threads-plus-breakpoint.exp
4312 (foreach_with_prefix): Likewise.
4313 * gdb.threads/process-dies-while-handling-bp.exp
4314 (foreach_with_prefix): Likewise.
4315 * lib/gdb.exp (foreach_with_prefix): New procedure.
4316
4317 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4318
4319 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4320 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4321
4322 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4323
4324 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4325 endian targets.
4326
4327 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4328 Pedro Alves <palves@redhat.com>
4329
4330 Fix testsuite compatibility with Guile.
4331 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4332 number.
4333
4334 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4335
4336 Fix testsuite compatibility with Guile.
4337 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4338 (thread 1): New test for backtrace through signal handler.
4339
4340 2016-01-22 Yao Qi <yao.qi@linaro.org>
4341
4342 PR testsuite/19491
4343 * gdb.base/multi-forks.c: Include
4344 ../lib/unbuffer_output.c
4345 (main): Call gdb_unbuffer_output.
4346
4347 2016-01-21 Doug Evans <dje@google.com>
4348
4349 * lib/ada.exp (gdb_compile_ada): Fix typo.
4350
4351 2016-01-21 Joel Brobecker <brobecker@adacore.com>
4352
4353 * gdb.base/break-fun-addr.exp: New file.
4354 * gdb.base/break-fun-addr1.c: New file.
4355 * gdb.base/break-fun-addr2.c: New file.
4356
4357 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4358
4359 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4360 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4361 enum flag values.
4362
4363 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4364
4365 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4366 when GDB can not set the vector return value. Add more comments
4367 for clarification.
4368
4369 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4370
4371 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4372 command.
4373
4374 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4375
4376 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4377
4378 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4379
4380 * Makefile.in (check-single): Pass --status to runtest.
4381 (check/%.exp): Likewise.
4382
4383 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4384
4385 * Makefile.in (check-parallel): Propagate return code from make
4386 do-check-parallel.
4387
4388 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4389
4390 * gdb.trace/ftrace.exp: Fix expected message on continue.
4391 * gdb.trace/pending.exp: Fix expected message on continue.
4392 * gdb.trace/trace-break.exp: Fix expected message on continue.
4393
4394 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4395
4396 * lib/gdb.exp (gdb_test): Remove unused global references.
4397
4398 2016-01-18 Pedro Alves <palves@redhat.com>
4399
4400 * gdb.base/async-shell.exp: Adjust expected output.
4401 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4402 * gdb.base/siginfo-thread.exp: Adjust expected output.
4403 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4404 * gdb.java/jnpe.exp: Adjust expected output.
4405 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4406 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4407 * gdb.threads/leader-exit.exp: Adjust expected output.
4408 * gdb.threads/manythreads.exp: Adjust expected output.
4409 * gdb.threads/pthreads.exp: Adjust expected output.
4410 * gdb.threads/schedlock.exp: Adjust expected output.
4411 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4412 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4413 expected output.
4414 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4415 output.
4416 * gdb.threads/sigthread.exp: Adjust expected output.
4417 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4418
4419 2016-01-18 Yao Qi <yao.qi@linaro.org>
4420
4421 * gdb.guile/scm-section-script.c: Replace @progbits with
4422 %progbits.
4423 * gdb.python/py-section-script.c: Likewise.
4424
4425 2016-01-15 Pedro Alves <palves@redhat.com>
4426
4427 * gdb.multi/tids.exp: Test star wildcard ranges.
4428
4429 2016-01-15 Pedro Alves <palves@redhat.com>
4430
4431 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4432 command from "thread apply" invocation.
4433 (thr_apply_info_thr_invalid): Default the expected output to the
4434 input tid list.
4435 (top level): Add tests that use convenience variables. Add tests
4436 for "thread apply" with a valid TID list, but missing the command.
4437
4438 2016-01-13 Pedro Alves <palves@redhat.com>
4439
4440 * gdb.base/default.exp: Expect $_gthread as well.
4441 * gdb.multi/tids.exp: Test $_gthread.
4442 * gdb.threads/thread-specific.exp: Test $_gthread.
4443
4444 2016-01-13 Pedro Alves <palves@redhat.com>
4445
4446 * gdb.multi/tids.exp: Test "info threads -gid".
4447
4448 2016-01-13 Pedro Alves <palves@redhat.com>
4449
4450 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4451 Breakpoint.thread.
4452 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4453
4454 2016-01-07 Pedro Alves <palves@redhat.com>
4455
4456 * gdb.base/break.exp: Adjust to output changes.
4457 * gdb.base/hbreak2.exp: Likewise.
4458 * gdb.base/sepdebug.exp: Likewise.
4459 * gdb.base/watch_thread_num.exp: Likewise.
4460 * gdb.linespec/keywords.exp: Likewise.
4461 * gdb.multi/info-threads.exp: Likewise.
4462 * gdb.threads/thread-find.exp: Likewise.
4463 * gdb.multi/tids.c: New file.
4464 * gdb.multi/tids.exp: New file.
4465
4466 2016-01-13 Pedro Alves <palves@redhat.com>
4467
4468 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4469
4470 2016-01-13 Pedro Alves <palves@redhat.com>
4471
4472 * gdb.base/default.exp: Expect $_inferior as well.
4473 * gdb.multi/base.exp: Test $_inferior.
4474
4475 2016-01-13 Pedro Alves <palves@redhat.com>
4476
4477 PR breakpoints/19388
4478 * gdb.base/catch-signal-siginfo-cond.c: New file.
4479 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4480
4481 2016-01-12 Josh Stone <jistone@redhat.com>
4482 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4483
4484 * gdb.base/catch-syscall.c (do_execve): New variable.
4485 (main): Conditionally trigger an execve.
4486 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4487 (test_catch_syscall_execve): New, check entry/return across execve.
4488 (do_syscall_tests): Call test_catch_syscall_execve.
4489
4490 2016-01-12 Pedro Alves <palves@redhat.com>
4491
4492 * gdb.base/random-signal.exp (do_test): New procedure, with body
4493 of testcase moved in.
4494
4495 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4496 Pedro Alves <palves@redhat.com>
4497
4498 * gdb.base/funcargs.exp (finish from indirectly called function):
4499 Reintroduce the case for 'First'.
4500
4501 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4502 Pedro Alves <palves@redhat.com>
4503
4504 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4505 (tcatch_vfork_then_child_follow_exec)
4506 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4507 identification.
4508
4509 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4510
4511 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4512 and repeats to unlimited.
4513 * gdb.python/py-value.exp: Likewise.
4514 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4515 and repeats to unlimited.
4516
4517 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4518
4519 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4520 and reordering the functions.
4521 * gdb.multi/hangout.c: Likewise.
4522 * gdb.multi/hello.c: Likewise.
4523
4524 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4525
4526 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4527 absolute.
4528 (SingleStatisticTestResult.report): Use dict.keys instead of
4529 dict.iterkeys.
4530
4531 2016-01-06 Pedro Alves <palves@redhat.com>
4532
4533 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4534
4535 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4536
4537 * gdb.btrace/dlopen.exp: New.
4538 * gdb.btrace/dlopen.c: New.
4539 * gdb.btrace/dlopen-dso.c: New.
4540
4541 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4542
4543 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4544 PATTERN argument is optional.
4545
4546 2015-12-24 Joel Brobecker <brobecker@adacore.com>
4547
4548 * lib/ada.exp (target_compile_ada_from_dir): New function.
4549 (gdb_compile_ada): Reimplement avoiding the use of project files.
4550 * gdb.ada/gnat_ada.gpr: Delete.
4551 * gdb.ada/cond_lang.exp: Adjust test to make path before
4552 filename optional.
4553 * gdb.ada/small_reg_param.exp: Likewise.
4554
4555 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
4556
4557 * gdb.base/foll-vork.exp: Remove HP-UX special case.
4558
4559 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
4560
4561 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4562 case.
4563
4564 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
4565
4566 * gdb.base/break.exp: Remove dead code.
4567 * gdb.base/sepdebug.exp: Likewise.
4568
4569 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4570
4571 * gdb.asm/asm-source.exp: Remove HP-UX references.
4572 * gdb.base/annota1.exp: Likewise.
4573 * gdb.base/annota3.exp: Likewise.
4574 * gdb.base/attach.exp: Likewise.
4575 * gdb.base/bigcore.exp: Likewise.
4576 * gdb.base/break.exp: Likewise.
4577 * gdb.base/call-ar-st.exp: Likewise.
4578 * gdb.base/callfuncs.exp: Likewise.
4579 * gdb.base/catch-fork-static.exp: Likewise.
4580 * gdb.base/display.exp: Likewise.
4581 * gdb.base/foll-exec-mode.exp: Likewise.
4582 * gdb.base/foll-exec.exp: Likewise.
4583 * gdb.base/foll-fork.exp: Likewise.
4584 * gdb.base/foll-vfork.exp: Likewise.
4585 * gdb.base/funcargs.exp: Likewise.
4586 * gdb.base/hbreak2.exp: Likewise.
4587 * gdb.base/inferior-died.exp: Likewise.
4588 * gdb.base/interrupt.exp: Likewise.
4589 * gdb.base/multi-forks.exp: Likewise.
4590 * gdb.base/nodebug.exp: Likewise.
4591 * gdb.base/sepdebug.exp: Likewise.
4592 * gdb.base/solib1.c: Likewise.
4593 * gdb.base/step-test.exp: Likewise.
4594 * gdb.mi/non-stop.c: Likewise.
4595 * gdb.mi/pthreads.c: Likewise.
4596 * gdb.multi/bkpt-multi-exec.ex: Likewise.
4597 * gdb.threads/pthreads.c: Likewise.
4598 * gdb.threads/staticthreads.exp: Likewise.
4599 * lib/future.exp: Likewise.
4600 * lib/gdb.exp: Likewise.
4601 * gdb.base/so-indr-cl.c: Remove.
4602 * gdb.base/so-indr-cl.exp: Likewise.
4603 * gdb.base/solib.c: Likewise.
4604 * gdb.base/solib.exp: Likewise.
4605 * gdb.base/solib2.c: Likewise.
4606
4607 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4608
4609 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4610 * gdb.base/call-ar-st.exp: Likewise.
4611 * gdb.base/callfuncs.exp: Likewise.
4612 * gdb.base/condbreak.exp: Likewise.
4613 * gdb.base/constvars.exp: Likewise.
4614 * gdb.base/hbreak2.exp: Likewise.
4615 * gdb.base/langs.exp: Likewise.
4616 * gdb.base/list.exp: Likewise.
4617 * gdb.base/long_long.exp: Likewise.
4618 * gdb.base/ptype.exp: Likewise.
4619 * gdb.base/scope.exp: Likewise.
4620 * gdb.base/signals.exp: Likewise.
4621 * gdb.base/so-impl-ld.exp: Likewise.
4622 * gdb.base/varargs.exp: Likewise.
4623 * gdb.base/volatile.exp: Likewise.
4624 * gdb.base/whatis.exp: Likewise.
4625 * gdb.cp/cplusfuncs.exp: Likewise.
4626 * gdb.cp/inherit.exp: Likewise.
4627 * gdb.cp/local.exp: Likewise.
4628 * gdb.cp/member-ptr.exp: Likewise.
4629 * gdb.cp/method.exp: Likewise.
4630 * gdb.cp/overload.exp: Likewise.
4631 * gdb.cp/templates.exp: Likewise.
4632 * gdb.stabs/weird.exp: Likewise.
4633 * lib/compiler.c: Likewise.
4634 * lib/compiler.cc: Likewise.
4635 * lib/cp-support.exp: Likewise.
4636 * lib/gdb.exp: Likewise.
4637
4638 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
4639
4640 * configure.ac: Remove HP-UX case.
4641 * configure: Regenerate.
4642
4643 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
4644
4645 * lib/gdb.exp (gdb_compile): Add function doc.
4646
4647 2015-12-17 Pedro Alves <palves@redhat.com>
4648
4649 PR threads/19354
4650 * gdb.multi/info-threads.exp: New file.
4651
4652 2015-12-15 Yao Qi <yao.qi@linaro.org>
4653
4654 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4655 is aarch64*-*-*.
4656
4657 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4658
4659 * gdb.base/history-duplicates.exp: Skip if no readline support.
4660
4661 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4662
4663 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4664
4665 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4666
4667 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4668
4669 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4670
4671 * gdb.base/completion.exp: Skip tests that interrupt GDB with
4672 ctrl-C if nointerrupts target property is set.
4673 * gdb.base/double-prompt-target-event-error.exp: Likewise.
4674 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4675 * gdb.base/paginate-bg-execution.exp: Likewise.
4676 * gdb.base/paginate-execution-startup.exp: Likewise.
4677 * gdb.base/random-signal.exp: Likewise.
4678 * gdb.base/range-stepping.exp: Likewise.
4679 * gdb.cp/annota2.exp: Likewise.
4680 * gdb.cp/annota3.exp: Likewise.
4681 * gdb.gdb/selftest.exp: Likewise.
4682 * gdb.threads/continue-pending-status.exp: Likewise.
4683 * gdb.threads/leader-exit.exp: Likewise.
4684 * gdb.threads/manythreads.exp: Likewise.
4685 * gdb.threads/pthreads.exp: Likewise.
4686 * gdb.threads/schedlock.exp: Likewise.
4687 * gdb.threads/sigthread.exp: Likewise.
4688
4689 2015-12-11 Don Breazeal <donb@codesourcery.com>
4690
4691 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4692 remote.
4693 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4694 * gdb.base/foll-exec.exp (main): Enable for target remote.
4695 * gdb.base/foll-fork.exp (main): Likewise.
4696 * gdb.base/foll-vfork.exp (main): Likewise.
4697 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4698 (proc continue_to_exit_bp_loc): Use clean_restart.
4699 * gdb.base/pie-execl.exp (main): Disable for target remote.
4700 * gdb.base/watch-vfork.exp (main): Enable for target remote.
4701 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4702 * gdb.threads/execl.exp (main): Likewise.
4703 * gdb.threads/fork-child-threads.exp (main): Likewise.
4704 * gdb.threads/fork-plus-threads.exp (main): Disable for target
4705 remote.
4706 * gdb.threads/fork-thread-pending.exp (main): Enable for target
4707 remote.
4708 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4709 pid.tid style ptids, instead of just tid.
4710 * gdb.threads/thread-execl.exp (main): Enable for target remote.
4711 * gdb.threads/watchpoint-fork.exp (main): Likewise.
4712 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4713 ptids, instead of just tid.
4714
4715 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4716
4717 * gdb.base/list.exp (test_list_forward): Add end of file error
4718 test.
4719 (test_repeat_list_command): Add end of file error test.
4720 (test_list_backwards): Add beginning of file error test.
4721
4722 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4723
4724 * gdb.base/list.exp (test_list_invalid_args): New function,
4725 defined, and called.
4726
4727 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4728
4729 * gdb.base/list.exp (test_list): Make test names unique.
4730
4731 2015-12-11 Yao Qi <yao.qi@linaro.org>
4732
4733 * gdb.base/coremaker2.c: Remove.
4734
4735 2015-12-10 Pedro Alves <palves@redhat.com>
4736
4737 * gdb.multi/base.exp: Remove stale "spaces" references.
4738
4739 2015-12-10 Pedro Alves <palves@redhat.com>
4740
4741 * gdb.multi/base.exp: Don't use nowarnings.
4742 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
4743 * gdb.multi/hangout.c: Include stdio.h.
4744 * gdb.multi/hello.c: Include stdlib.h.
4745 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
4746 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
4747 * gdb.multi/multi-arch.exp: Don't use nowarnings.
4748
4749 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
4750
4751 * gdb.dwarf2/dw2-ranges-base.c: New file.
4752 * gdb.dwarf2/dw2-ranges-base.exp: New file.
4753 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
4754 support additional line table, and debug ranges generation.
4755 (Dwarf::ranges): New function, generate .debug_ranges.
4756 (Dwarf::lines): Support generating simple line table programs.
4757 (Dwarf::assemble): Initialise new namespace variables.
4758
4759 2015-12-09 Kevin Buettner <kevinb@redhat.com>
4760
4761 * gdb.base/async.exp (proc test_background): Add case for
4762 asynchronous execution not supported.
4763
4764 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
4765
4766 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
4767 format and change test names to make them unique.
4768
4769 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
4770 Pedro Alves <pedro@redhat.com>
4771
4772 PR gdb/18702
4773 Add checking of floatformats setup on x86_64 hosts.
4774 * gdb.arch/i386-float.S (main): Load bigval and smallval.
4775 (smallval, bigval): New labels/constants.
4776 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
4777 float" after loading bigval and smallval.
4778
4779 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
4780
4781 * gdb.ada/fun_overload_menu.exp: New testcase.
4782 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
4783
4784 2015-12-04 Josh Stone <jistone@redhat.com>
4785
4786 * gdb.base/catch-fork-static.exp: New.
4787
4788 2015-12-03 Yao Qi <yao.qi@linaro.org>
4789
4790 * gdb.base/sizeof.c: Don't include stdio.h and
4791 ../lib/unbuffer_output.c.
4792 (main): New variable 'size' and 'value'. Remove printf and
4793 gdb_unbuffer_output. Assign return value to size and value.
4794 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
4795 at the beginning.
4796 (check_sizeof): Check the result by printing variable 'size'.
4797 (check_valueof): Check the result by printing variable 'value'.
4798
4799 2015-12-01 Yao Qi <yao.qi@linaro.org>
4800
4801 * gdb.base/disp-step-syscall.exp: Define syscall instruction
4802 for aarch64*-*-linux* target.
4803
4804 2015-11-30 Pedro Alves <palves@redhat.com>
4805
4806 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
4807
4808 2015-11-30 Pedro Alves <palves@redhat.com>
4809
4810 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
4811 Handle non-stop mode vCont replies.
4812
4813 2015-11-30 Pedro Alves <palves@redhat.com>
4814
4815 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
4816 prepare_for_testing. Start gdb with "set non-stop on" appended to
4817 GDBFLAGS. Lax expected stop output.
4818
4819 2015-11-27 Yao Qi <yao.qi@linaro.org>
4820
4821 * gdb.arch/arm-neon.exp: New.
4822 * gdb.arch/arm-neon.c: New.
4823
4824 2015-11-27 Yao Qi <yao.qi@linaro.org>
4825
4826 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
4827
4828 2015-11-27 Yao Qi <yao.qi@linaro.org>
4829
4830 * gdb.cp/annota2.exp: Allow multiple occurrences of the
4831 frames-invalid annotation.
4832
4833 2015-11-27 Yao Qi <yao.qi@linaro.org>
4834
4835 * gdb.cp/annota2.exp: Use ${frames_invalid}.
4836
4837 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
4838
4839 * gdb.threads/names.exp: New file.
4840 * gdb.threads/names.c: New file.
4841 * README: Mention gdb,no_thread_names.
4842
4843 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
4844
4845 PR 19297
4846 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
4847 support" error.
4848
4849 2015-11-24 Pedro Alves <palves@redhat.com>
4850
4851 PR 17539
4852 * gdb.base/display.exp: Expect displays to be sorted in ascending
4853 order. Use multi_line.
4854 * gdb.base/solib-display.exp: Likewise.
4855
4856 2015-11-24 Pedro Alves <palves@redhat.com>
4857
4858 PR 17539
4859 * gdb.base/display.exp: Expect displays to be sorted in ascending
4860 order. Use multi_line.
4861 * gdb.base/solib-display.exp: Likewise.
4862
4863 2015-11-24 Pedro Alves <palves@redhat.com>
4864
4865 PR 17539
4866 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
4867 threads in ascending order.
4868 * gdb.base/foll-fork.exp: Likewise.
4869 * gdb.base/foll-vfork.exp: Likewise.
4870 * gdb.base/multi-forks.exp: Likewise.
4871 * gdb.mi/mi-nonstop.exp: Likewise.
4872 * gdb.mi/mi-nsintrall.exp: Likewise.
4873 * gdb.multi/base.exp: Likewise.
4874 * gdb.multi/multi-arch.exp: Likewise.
4875 * gdb.python/py-inferior.exp: Likewise.
4876 * gdb.threads/break-while-running.exp: Likewise.
4877 * gdb.threads/execl.exp: Likewise.
4878 * gdb.threads/gcore-thread.exp: Likewise.
4879 * gdb.threads/info-threads-cur-sal.exp: Likewise.
4880 * gdb.threads/kill.exp: Likewise.
4881 * gdb.threads/linux-dp.exp: Likewise.
4882 * gdb.threads/multiple-step-overs.exp: Likewise.
4883 * gdb.threads/next-bp-other-thread.exp: Likewise.
4884 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
4885 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
4886 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
4887 * gdb.threads/thread-find.exp: Likewise.
4888 * gdb.threads/tls.exp: Likewise.
4889 * lib/mi-support.exp (mi_reverse_list): Delete.
4890 (mi_check_thread_states): No longer reverse list.
4891
4892 2015-11-24 Pedro Alves <palves@redhat.com>
4893
4894 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
4895 use lowercase.
4896
4897 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4898
4899 * gdb.trace/actions.c: Include trace-common.h.
4900 (main): Add a location for a fast tracepoint.
4901 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
4902 the normal tracepoints.
4903 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
4904
4905 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4906
4907 * save-trace.exp: Factor out code to these...
4908 (gdb_save_tracepoints): New.
4909 (gdb_load_tracepoints): New.
4910 (do_save_load_test): New.
4911
4912 2015-11-23 Kevin Buettner <kevinb@redhat.com>
4913
4914 * gdb.base/asmlabel.exp: New test.
4915 * gdb.base/asmlabel.c: New test case.
4916
4917 2015-11-23 Joel Brobecker <brobecker@adacore.com>
4918
4919 * gdb.base/wrong_frame_bt_full-main.c: New file.
4920 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
4921 * gdb.base/wrong_frame_bt_full.exp: New file.
4922
4923 2015-11-23 Joel Brobecker <brobecker@adacore.com>
4924
4925 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
4926
4927 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4928
4929 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
4930 pstate register when comparing registers values in
4931 sparc64-*-linux-gnu targets to avoid spurious differences.
4932
4933 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4934
4935 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
4936
4937 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
4938
4939 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
4940 as type argument to gdb_compile.
4941 * gdb.base/nested-subp2.exp: Likewise.
4942 * gdb.base/nested-subp3.exp: Likewise.
4943
4944 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
4945
4946 * lib/dwarf.exp (_note): Fix left shift of negative value.
4947 * gdb.trace/trace-condition.exp: Likewise.
4948
4949 2015-11-13 Yao Qi <yao.qi@linaro.org>
4950
4951 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
4952 comments about d10v.
4953 (test_scalar_returns): Likewise.
4954 * gdb.base/d10v.ld: Remove.
4955 * gdb.base/overlays.exp: Remove the target triplet checking for
4956 d10v-*-*.
4957 * gdb.base/structs.exp (test_struct_returns): Remove the
4958 comments about d10v.
4959 (test_struct_calls): Likewise.
4960
4961 2015-11-13 Yao Qi <yao.qi@linaro.org>
4962
4963 * gdb.base/gnu_vector.exp: Check the return value by "p res".
4964 * gdb.base/gnu_vector.c: Don't include stdio.h.
4965 (main): Don't print res and call add_some_intvecs.
4966
4967 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
4968
4969 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
4970 macro.
4971 (func5): Removed.
4972 (func4): Use FAST_TRACEPOINT_LABEL.
4973 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
4974 macro.
4975 (func): Removed.
4976 (thread_function): Use FAST_TRACEPOINT_LABEL.
4977 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
4978 (func): Remove.
4979 (marker): Use FAST_TRACEPOINT_LABEL.
4980 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
4981 (pendfunc1): Remove.
4982 (pendfunc): Use FAST_TRACEPOINT_LABEL.
4983 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
4984 (foo): Remove.
4985 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
4986 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
4987 macro.
4988 (func): Remove.
4989 (marker): Use FAST_TRACEPOINT_LABEL.
4990 * gdb.trace/trace-common.h: New header.
4991 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
4992 macro.
4993 (func): Remove.
4994 (marker): Use FAST_TRACEPOINT_LABEL.
4995 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
4996 (func): Remove.
4997 (thread_function): Use FAST_TRACEPOINT_LABEL.
4998
4999 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
5000
5001 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
5002 in front.
5003 * gdb.trace/change-loc.exp: Use global pcreg definition.
5004 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
5005 * gdb.trace/entry-values.exp: Use global spreg definition, add $
5006 in front.
5007 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
5008 * gdb.trace/pending.exp: Likewise.
5009 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
5010 * gdb.trace/trace-break.exp: Likewise.
5011 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
5012 in front.
5013 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
5014 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
5015 in front.
5016 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
5017
5018 2015-11-09 Joel Brobecker <brobecker@adacore.com>
5019
5020 * gdb.ada/fin_fun_out: New testcase.
5021
5022 2015-11-07 Kevin Buettner <kevinb@redhat.com>
5023
5024 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
5025 value associated with DW_AT_byte_size.
5026 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
5027 constants for DW_AT_byte_size, DW_AT_lower_bound, and
5028 DW_AT_upper_bound.
5029
5030 2015-11-07 Kevin Buettner <kevinb@redhat.com>
5031
5032 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
5033 (gdb_target_symbol_prefix_flags): Define in terms of _asm
5034 version.
5035 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
5036 gdb.dwarf2/dw2-canonicalize-type.exp,
5037 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
5038 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
5039 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
5040 provided by gdb_target_symbol_prefix_flags_asm.
5041 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
5042 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
5043 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
5044 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
5045 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
5046 macros where needed). Use this macro for symbols which require
5047 the prefix provided by SYMBOL_PREFIX.
5048
5049 2015-11-05 Kevin Buettner <kevinb@redhat.com>
5050
5051 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
5052 New procs.
5053 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
5054 representing expressions, of more than one list element.
5055 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
5056 to prepend linker symbol prefix to f.
5057 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
5058 table_1 and table_2.
5059 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
5060 Likewise, for f and g.
5061 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
5062 for ptr.
5063 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
5064 for main.
5065 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
5066 table_1_ptr and table_2_ptr.
5067
5068 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5069 Joel Brobecker <brobecker@adacore.com>
5070
5071 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
5072
5073 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
5074
5075 * gdb.reverse/s390-mvcle.c: New test.
5076 * gdb.reverse/s390-mvcle.exp: New file.
5077 * lib/gdb.exp: Enable reverse tests on s390*-linux.
5078
5079 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5080
5081 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
5082
5083 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5084
5085 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
5086 reaching marker2.
5087 * gdb.reverse/getresuid-reverse.exp: Likewise.
5088 * gdb.reverse/pipe-reverse.exp: Likewise.
5089 * gdb.reverse/readv-reverse.exp: Likewise.
5090 * gdb.reverse/recvmsg-reverse.exp: Likewise.
5091 * gdb.reverse/time-reverse.exp: Likewise.
5092 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
5093
5094 2015-10-30 Yao Qi <yao.qi@linaro.org>
5095
5096 * gdb.threads/wp-replication.c (watch_count_done): Remove.
5097 (empty_cycle): Remove.
5098 (main): Don't call empty_cycle. Don't use watch_count_done.
5099 * gdb.threads/wp-replication.exp: Don't set breakpoint on
5100 empty_cycle. Rewrite the code counting HW watchpoints.
5101
5102 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
5103
5104 * gdb.reverse/fstatat-reverse.c: New test.
5105 * gdb.reverse/fstatat-reverse.exp: New file.
5106 * gdb.reverse/getresuid-reverse.c: New test.
5107 * gdb.reverse/getresuid-reverse.exp: New file.
5108 * gdb.reverse/pipe-reverse.c: New test.
5109 * gdb.reverse/pipe-reverse.exp: New file.
5110 * gdb.reverse/readv-reverse.c: New test.
5111 * gdb.reverse/readv-reverse.exp: New file.
5112 * gdb.reverse/recvmsg-reverse.c: New test.
5113 * gdb.reverse/recvmsg-reverse.exp: New file.
5114 * gdb.reverse/time-reverse.c: New test.
5115 * gdb.reverse/time-reverse.exp: New file.
5116 * gdb.reverse/waitpid-reverse.c: New test.
5117 * gdb.reverse/waitpid-reverse.exp: New file.
5118
5119 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5120
5121 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
5122
5123 2015-10-26 Doug Evans <dje@google.com>
5124
5125 PR symtab/17391
5126 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
5127 * gdb.dwarf2/bad-regnum.c: New file.
5128 * gdb.dwarf2/bad-regnum.exp: New file.
5129
5130 2015-10-26 Doug Evans <dje@google.com>
5131
5132 PR python/18938
5133 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5134 file.
5135
5136 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5137
5138 * gdb.compile/compile.exp (compile code globalvar): Update expectation
5139 for a change by "Mention language in compile error message".
5140
5141 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
5142
5143 PR python/18073
5144 * gdb.python/py-type.c (C::a_method): New.
5145 (C::a_const_method): New.
5146 (C::a_static_method): New.
5147 (a_function): New.
5148 * gdb.python/py-type.exp (test_fields): Test getting fields
5149 from function and method.
5150
5151 2015-10-21 Keven Boell <keven.boell@intel.com>
5152
5153 * gdb.fortran/vla-alloc-assoc.exp: New file.
5154 * gdb.fortran/vla-datatypes.exp: New file.
5155 * gdb.fortran/vla-datatypes.f90: New file.
5156 * gdb.fortran/vla-history.exp: New file.
5157 * gdb.fortran/vla-ptype-sub.exp: New file.
5158 * gdb.fortran/vla-ptype.exp: New file.
5159 * gdb.fortran/vla-sizeof.exp: New file.
5160 * gdb.fortran/vla-sub.f90: New file.
5161 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
5162 * gdb.fortran/vla-value-sub-finish.exp: New file.
5163 * gdb.fortran/vla-value-sub.exp: New file.
5164 * gdb.fortran/vla-value.exp: New file.
5165 * gdb.fortran/vla-ptr-info.exp: New file.
5166 * gdb.mi/mi-vla-fortran.exp: New file.
5167 * gdb.mi/vla.f90: New file.
5168
5169 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
5170
5171 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
5172 of hardwired timeout value.
5173
5174 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5175 Pedro Alves <palves@redhat.com>
5176
5177 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5178 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
5179
5180 2015-10-19 Josh Stone <jistone@redhat.com>
5181
5182 * gdb.base/catch-syscall.c: Include <sched.h>.
5183 (unknown_syscall): New variable.
5184 (main): Trigger a vfork and an unknown syscall.
5185 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5186 (unknown_syscall_number): Likewise.
5187 (check_call_to_syscall): Accept an optional syscall pattern.
5188 (check_return_from_syscall): Likewise.
5189 (check_continue): Likewise.
5190 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5191 (test_catch_syscall_skipping_return): New test toggling off 'catch
5192 syscall' to step over the syscall return, then toggling back on.
5193 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5194 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5195 (do_syscall_tests): Call test_catch_syscall_without_args and
5196 test_catch_syscall_mid_vfork.
5197 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5198 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5199
5200 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
5201
5202 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5203 print g_vE): Add new pass patterns.
5204 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5205 print various symbol names for vptr fields.
5206
5207 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
5208
5209 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5210 results.
5211
5212 2015-10-12 Yao Qi <yao.qi@linaro.org>
5213
5214 * gdb.arch/disp-step-insn-reloc.exp: New test case.
5215
5216 2015-10-12 Yao Qi <yao.qi@linaro.org>
5217
5218 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5219 is aarch64*-*-linux*.
5220
5221 2015-10-12 Yao Qi <yao.qi@linaro.org>
5222
5223 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5224 (can_relocate_bcond_true): ... it.
5225 (can_relocate_bcond_false): New function.
5226 (foo): Likewise.
5227 (can_relocate_bl): Likewise.
5228 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5229 can_relocate_bl.
5230
5231 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
5232
5233 * gdb.base/nested-addr.c: New file.
5234 * gdb.base/nested-addr.exp: New testcase.
5235
5236 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
5237
5238 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5239 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5240 its output. Ignore the output of "record goto begin" and instead
5241 check that GDB is replaying.
5242
5243 2015-10-09 Pedro Alves <palves@redhat.com>
5244
5245 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5246 (top level): Use it in the run with no args test.
5247
5248 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5249
5250 * gdb.dlang/properties.exp: New file.
5251
5252 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5253
5254 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5255 whether or not address 0x1000 is mapped on the target.
5256
5257 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5258
5259 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5260 build.
5261
5262 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5263
5264 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5265 instruction-history test.
5266
5267 2015-09-28 Doug Evans <dje@google.com>
5268
5269 * gdb.base/gcore.c (array_func): Add reference to static_array.
5270
5271 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5272
5273 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5274 source line.
5275
5276 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5277
5278 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5279 short or char as base type.
5280
5281 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5282
5283 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5284 to allow any size enum.
5285
5286 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5287
5288 * gdb.ada/array_ptr_renaming.exp: New testcase.
5289 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5290 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5291
5292 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5293
5294 * gdb.trace/ftrace-lock.c: New file.
5295 * gdb.trace/ftrace-lock.exp: New file.
5296
5297 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5298
5299 * gdb.arch/insn-reloc.c: New file.
5300 * gdb.arch/ftrace-insn-reloc.exp: New file.
5301
5302 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5303
5304 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5305 instruction.
5306 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5307 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5308 * gdb.trace/range-stepping.c: Likewise.
5309 * gdb.trace/trace-break.c: Likewise.
5310 * gdb.trace/trace-mt.c (thread_function): Likewise.
5311 * gdb.trace/ftrace.c (marker): Likewise.
5312 * gdb.trace/trace-condition.c (marker): Likewise.
5313 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5314 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5315 is_aarch64_target.
5316
5317 2015-09-18 Doug Evans <xdje42@gmail.com>
5318
5319 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5320 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5321
5322 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5323
5324 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5325 the breakpoint.
5326
5327 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5328
5329 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5330 the pending breakpoint. Remove timeout override for "Run till
5331 MI pending breakpoint on pendfunc3 on thread 2" test.
5332
5333 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5334
5335 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5336 filename pattern.
5337
5338 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5339
5340 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5341 in breakpoint filename pattern.
5342
5343 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5344
5345 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5346
5347 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5348
5349 * gdb.linespec/explicit.exp: Check for readline support for
5350 tab-completion tests. Fix obvious typo.
5351
5352 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5353
5354 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5355 and replay.
5356
5357 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5358
5359 * gdb.btrace/non-stop.c: New.
5360 * gdb.btrace/non-stop.exp: New.
5361
5362 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5363 Yao Qi <yao.qi@linaro.org>
5364
5365 * gdb.trace/trace-condition.c: New file.
5366 * gdb.trace/trace-condition.exp: New file.
5367
5368 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
5369
5370 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5371 for testing bytecode compilation.
5372
5373 2015-09-16 Pedro Alves <palves@redhat.com>
5374 Sandra Loosemore <sandra@codesourcery.com>
5375
5376 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5377 (SECONDS): Redefine.
5378 (main): Call pthread_kill and alarm early.
5379 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5380 support.
5381 (test): If the target can't hardware step and doesn't support
5382 displaced stepping, increase the timeout.
5383
5384 2015-09-16 Pedro Alves <palves@redhat.com>
5385
5386 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5387 (enable_debug): New procedures.
5388 (test): Use them. Bail out if waiting for threads fails.
5389 (top level): Bail out if a test fails.
5390
5391 2015-09-16 Yao Qi <yao.qi@linaro.org>
5392
5393 * gdb.asm/asm-source.exp: Set asm-arch for
5394 aarch64*-*-* target.
5395 * gdb.asm/aarch64.inc: New file.
5396
5397 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5398
5399 * gdb.ada/array_of_variable_length.exp: New testcase.
5400 * gdb.ada/array_of_variable_length/foo.adb: New file.
5401 * gdb.ada/array_of_variable_length/pck.adb: New file.
5402 * gdb.ada/array_of_variable_length/pck.ads: New file.
5403
5404 2015-09-15 Doug Evans <dje@google.com>
5405
5406 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5407 of function static local variable.
5408
5409 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5410
5411 * gdb.threads/tls-so_extern.exp: New test file.
5412 * gdb.threads/tls-so_extern.c: New test file.
5413 * gdb.threads/tls-so_extern_main.c: New test file.
5414
5415 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5416
5417 * gdb.opt/solib-intra-step-lib.c: New file.
5418 * gdb.opt/solib-intra-step-main.c: New file.
5419 * gdb.opt/solib-intra-step.exp: New file.
5420
5421 2015-09-15 Pedro Alves <palves@redhat.com>
5422
5423 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5424 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5425
5426 2015-09-14 Pedro Alves <palves@redhat.com>
5427
5428 * gdb.base/hook-stop-continue.c: Delete.
5429 * gdb.base/hook-stop-continue.exp: Delete.
5430 * gdb.base/hook-stop-frame.c: Delete.
5431 * gdb.base/hook-stop-frame.exp: Delete.
5432 * gdb.base/hook-stop.c: New file.
5433 * gdb.base/hook-stop.exp: New file.
5434
5435 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5436
5437 * gdb.ada/access_to_packed_array.exp: New testcase.
5438 * gdb.ada/access_to_packed_array/foo.adb: New file.
5439 * gdb.ada/access_to_packed_array/pack.adb: New file.
5440 * gdb.ada/access_to_packed_array/pack.ads: New file.
5441
5442 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5443
5444 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5445 buffer size test.
5446
5447 2015-09-11 Don Breazeal <donb@codesourcery.com>
5448
5449 * gdb.base/foll-exec.c: Add copyright header. Fix
5450 formatting issues.
5451 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5452 (do_exec_tests): Use clean_restart in place of zap_session,
5453 and for test initialization. Fix formatting issues. Use
5454 fail in place of perror.
5455 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5456 an expect statement to match an expression with output from
5457 the program under debug.
5458 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5459 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5460 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5461 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5462 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5463
5464 2015-09-09 Doug Evans <dje@google.com>
5465
5466 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5467
5468 2015-09-09 Doug Evans <dje@google.com>
5469
5470 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5471
5472 2015-09-09 Doug Evans <dje@google.com>
5473
5474 * gdb.base/savedregs.exp: Fix typo.
5475
5476 2015-09-09 Pedro Alves <palves@redhat.com>
5477
5478 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5479
5480 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5481
5482 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5483 command actually switches threads. Give up on remaining
5484 tests if target fails to stop at breakpoint.
5485
5486 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5487
5488 * gdb.ada/funcall_char.exp: New testcase.
5489 * gdb.ada/funcall_char/foo.adb: New file.
5490
5491 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5492
5493 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5494 expected outputs. Add two testcases for completing ambiguous
5495 functions.
5496 * gdb.ada/complete/aux_pck.adb: New file.
5497 * gdb.ada/complete/aux_pck.ads: New file.
5498 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5499 Ambiguous_Func functions.
5500 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5501 * gdb.ada/complete/pck.adb: Likewise.
5502
5503 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5504
5505 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5506 failures to run the test program under GDB.
5507
5508 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
5509
5510 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5511 to C.
5512
5513 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5514
5515 * gdb.base/run-after-attach.exp: New test file.
5516 * gdb.base/run-after-attach.c: New test file.
5517
5518 2015-08-26 Don Breazeal <donb@codesourcery.com>
5519
5520 * gdb.base/foll-exec-2.c: New test program.
5521 * gdb.base/foll-exec-2.exp: New test.
5522
5523 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5524
5525 * gdb.base/nested-subp1.exp: New file.
5526 * gdb.base/nested-subp1.c: New file.
5527 * gdb.base/nested-subp2.exp: New file.
5528 * gdb.base/nested-subp2.c: New file.
5529 * gdb.base/nested-subp3.exp: New file.
5530 * gdb.base/nested-subp3.c: New file.
5531
5532 2015-08-24 Pedro Alves <palves@redhat.com>
5533
5534 * gdb.server/connect-without-multi-process.c: New file.
5535 * gdb.server/connect-without-multi-process.exp: New file.
5536
5537 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5538
5539 * gdb.opt/inline-markers.c: Make z int.
5540
5541 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5542
5543 * gdb.opt/inline-markers.c: Make z volatile.
5544
5545 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5546
5547 * gdb.opt/inline-bt.c: New volatile global z.
5548 * gdb.opt/inline-cmds.c: Likewise.
5549 * gdb.opt/inline-locals.c: Likewise.
5550 * gdb.opt/inline-markers.c: New extern global z.
5551 (marker): Use z.
5552 (inline_fn): Likewise.
5553
5554 2015-08-24 Pedro Alves <palves@redhat.com>
5555
5556 * config/m32r-stub.exp: Remove file.
5557 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5558 * gdb.base/call-rt-st.exp: Likewise.
5559 * gdb.base/call-strs.exp: Likewise.
5560 * gdb.base/default.exp: Remove references to h8300-*-hms and
5561 *-*-udi*.
5562 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5563
5564 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5565
5566 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5567 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
5568 and "return" use KFAIL when GDB can not read/write the vector
5569 return value.
5570
5571 2015-08-21 Gary Benson <gbenson@redhat.com>
5572
5573 * gdb.trace/pending.exp: Cope with remote transfer warnings.
5574
5575 2015-08-20 Pedro Alves <palves@redhat.com>
5576
5577 * gdb.server/solib-list.exp: No longer expect an interior stop in
5578 non-stop mode.
5579
5580 2015-08-20 Pedro Alves <palves@redhat.com>
5581
5582 * gdb.server/connect-stopped-target.c: New file.
5583 * gdb.server/connect-stopped-target.exp: New file.
5584
5585 2015-08-20 Pedro Alves <palves@redhat.com>
5586
5587 * gdb.dwarf2/comp-unit-lang.exp: New file.
5588 * gdb.dwarf2/comp-unit-lang.c: New file.
5589
5590 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
5591
5592 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5593 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5594
5595 2015-08-19 Kevin Buettner <kevinb@redhat.com>
5596
5597 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5598 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5599
5600 2015-08-18 Doug Evans <dje@google.com>
5601 Adrian Sendroiu <adrian.sendroiu@freescale.com>
5602
5603 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5604 skip_python_tests. New arg prompt_regexp.
5605 (skip_python_tests): New function.
5606 * lib/mi-support.exp (mi_skip_python_tests): New function.
5607 * gdb.python/py-mi-objfile-gdb.py: New file.
5608 * gdb.python/py-mi-objfile.c: New file.
5609 * gdb.python/py-mi-objfile.exp: New file.
5610
5611 2015-08-17 Keith Seitz <keiths@redhat.com>
5612
5613 * gdb.linespec/explicit.exp: Move strace test from here ...
5614 * gdb.trace/strace.exp: ... to here.
5615
5616 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
5617
5618 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5619 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5620
5621 2015-08-14 Doug Evans <xdje42@gmail.com>
5622
5623 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5624 inferior before selecting a new file.
5625
5626 2015-08-14 Doug Evans <xdje42@gmail.com>
5627
5628 * gdb.mi/mi-disassemble.exp: Update.
5629 * gdb.base/disasm-optim.S: New file.
5630 * gdb.base/disasm-optim.c: New file.
5631 * gdb.base/disasm-optim.h: New file.
5632 * gdb.base/disasm-optim.exp: New file.
5633
5634 2015-08-14 Keith Seitz <keiths@redhat.com>
5635
5636 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5637 "evaluated-by".
5638
5639 2015-08-13 Joel Brobecker <brobecker@adacore.com>
5640
5641 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5642
5643 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
5644
5645 * gdb.ada/fun_renaming.exp: New testcase.
5646 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5647 * gdb.ada/fun_renaming/pack.adb: New file.
5648 * gdb.ada/fun_renaming/pack.ads: New file.
5649
5650 2015-08-12 Keith Seitz <keiths@redhat.com>
5651
5652 * gdb.base/dso2dso.exp: Pass basename of source file in call to
5653 gdb_get_line_number.
5654
5655 2015-08-12 Joel Brobecker <brobecker@adacore.com>
5656
5657 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5658 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5659 gdb.base/dso2dso.exp: New files.
5660
5661 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
5662 Pedro Alves <palves@redhat.com>
5663 Keith Seitz <keiths@redhat.com>
5664
5665 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5666 GDBFLAGS.
5667
5668 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5669
5670 * gdb.base/gdbhistsize-history.exp
5671 (test_histsize_history_setting): Use save_vars.
5672 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5673 Use save_vars.
5674 (test_no_truncation_of_unlimited_history_file): Use save_vars.
5675 * gdb.base/readline.exp: Use save_vars.
5676
5677 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5678
5679 * lib/gdb.exp (save_vars): New proc.
5680
5681 2015-08-11 Keith Seitz <keiths@redhat.com>
5682
5683 * gdb.base/help.exp: Update help_breakpoint_text.
5684
5685 2015-08-11 Keith Seitz <keiths@redhat.com>
5686
5687 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5688 (at toplevel): Call test_explicit_breakpoints.
5689 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5690 breakpoints.
5691 * lib/mi-support.exp (mi_make_breakpoint): Add support for
5692 breakpoint conditions, "-cond".
5693
5694 2015-08-11 Keith Seitz <keiths@redhat.com>
5695
5696 * gdb.linespec/3explicit.c: New file.
5697 * gdb.linespec/cpexplicit.cc: New file.
5698 * gdb.linespec/cpexplicit.exp: New file.
5699 * gdb.linespec/explicit.c: New file.
5700 * gdb.linespec/explicit.exp: New file.
5701 * gdb.linespec/explicit2.c: New file.
5702 * gdb.linespec/ls-errs.exp: Add explicit location tests.
5703 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5704 before using in the matching pattern.
5705 Clarify that `prefix' is a regular expression.
5706
5707 2015-08-11 Keith Seitz <keiths@redhat.com>
5708
5709 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5710 test.
5711 Add tests for missing ",FMT" and ",".
5712
5713 2015-08-10 Doug Evans <dje@google.com>
5714 Keith Seitz <keiths@redhat.com>
5715
5716 PR gdb/17960
5717 * gdb.base/completion.exp: Add location completer tests.
5718
5719 2015-08-07 Pedro Alves <palves@redhat.com>
5720
5721 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
5722 tests here.
5723 (top level): Run do_test with and without displaced stepping.
5724
5725 2015-08-07 Pedro Alves <palves@redhat.com>
5726
5727 * gdb.base/valgrind-disp-step.c: New file.
5728 * gdb.base/valgrind-disp-step.exp: New file.
5729
5730 2015-08-07 Pedro Alves <palves@redhat.com>
5731
5732 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
5733 Delete function.
5734 (main): Add alarm. Run an infinite loop instead of calling
5735 wait_threads.
5736 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
5737 comment.
5738 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
5739 Delete function.
5740 (main): Add alarm. Run an infinite loop instead of calling
5741 wait_threads.
5742 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
5743 comment.
5744
5745 2015-08-07 Pedro Alves <palves@redhat.com>
5746
5747 * gdb.base/checkpoint-ns.exp: New file.
5748 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
5749 standard_testfile.
5750
5751 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5752
5753 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
5754 * gdb.btrace/instruction_history.exp: Update.
5755 * gdb.btrace/tsx.exp: New.
5756 * gdb.btrace/tsx.c: New.
5757
5758 2015-08-06 Pedro Alves <palves@redhat.com>
5759
5760 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
5761 increase timeout.
5762 * gdb.reverse/until-precsave.exp: Bump timeouts.
5763
5764 2015-08-06 Pedro Alves <palves@redhat.com>
5765
5766 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
5767
5768 2015-08-06 Pedro Alves <palves@redhat.com>
5769
5770 PR gdb/18749
5771 * gdb.threads/process-dies-while-handling-bp.c: New file.
5772 * gdb.threads/process-dies-while-handling-bp.exp: New file.
5773
5774 2015-08-06 Pedro Alves <palves@redhat.com>
5775
5776 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
5777 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
5778
5779 2015-08-05 Pedro Alves <palves@redhat.com>
5780
5781 * gdb.threads/next-while-other-thread-longjmps.c: New file.
5782 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
5783
5784 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5785
5786 * gdb.base/bp-permanent.exp: Report test as unsupported if
5787 the target cannot stop at the permanent breakpoint.
5788
5789 2015-08-03 Doug Evans <dje@google.com>
5790
5791 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
5792 10000.
5793
5794 2015-08-03 Doug Evans <dje@google.com>
5795
5796 * Makefile.in (workers/%.worker, build-perf): New rule.
5797 (GDB_PERFTEST_MODE): New variable.
5798 (check-perf): Use it.
5799 (clean): Clean up gdb.perf parallel build subdirs.
5800 * lib/build-piece.exp: New file.
5801 * lib/gdb.exp (make_gdb_parallel_path): New function
5802 (standard_output_file, standard_temp_file): Call it.
5803 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5804 of $GDB_PARALLEL.
5805 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
5806
5807 2015-08-03 Doug Evans <dje@google.com>
5808
5809 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
5810 (LOG_FILE_NAME): New global.
5811 (TextReporter.__init__): Initialize self.txt_sum.
5812 (TextReporter.report): Add support for multiple data-points.
5813 Move report to perftest.sum, put raw data in perftest.log.
5814 (TextReporter.start): Open sum and log files.
5815 (TextReporter.end): Close sum and log files.
5816 * gdb.perf/lib/perftest/testresult.py
5817 (SingleStatisticTestResult.record): Handle multiple data-points.
5818
5819 2015-07-31 Pedro Alves <palves@redhat.com>
5820
5821 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
5822 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5823 kill_wait_spawned_process instead of explicit "kill -9".
5824 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
5825 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5826 kill_wait_spawned_process.
5827 * gdb.base/attach-twice.exp: Likewise.
5828 * gdb.base/attach.exp: Likewise.
5829 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
5830 gdb_test_multiple.
5831 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
5832 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5833 kill_wait_spawned_process.
5834 * gdb.base/valgrind-infcall.exp: Likewise.
5835 * gdb.multi/multi-attach.exp: Likewise.
5836 * gdb.python/py-prompt.exp: Likewise.
5837 * gdb.python/py-sync-interp.exp: Likewise.
5838 * gdb.server/ext-attach.exp: Likewise.
5839 * gdb.threads/attach-into-signal.exp (corefunc): Use
5840 spawn_wait_for_attach, spawn_id_get_pid and
5841 kill_wait_spawned_process.
5842 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
5843 spawn_wait_for_attach returning a spawn id instead of a pid. Use
5844 spawn_id_get_pid and kill_wait_spawned_process.
5845 * gdb.threads/attach-stopped.exp (corefunc): Use
5846 spawn_wait_for_attach, spawn_id_get_pid and
5847 kill_wait_spawned_process.
5848 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
5849 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5850 kill_wait_spawned_process instead of explicit "kill -9".
5851 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
5852 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
5853 (spawn_wait_for_attach): Use spawn instead of exec to spawn
5854 processes. Don't map cygwin/windows pids here. Now returns a
5855 spawn id list.
5856
5857 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5858
5859 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
5860 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
5861 correct patch.
5862
5863 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5864
5865 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
5866
5867 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5868
5869 Reapply:
5870 2014-05-21 Mark Wielaard <mjw@redhat.com>
5871
5872 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5873
5874 2015-07-30 Pedro Alves <palves@redhat.com>
5875
5876 * linux-low.c (handle_extended_wait): Set the child's last
5877 reported status to TARGET_WAITKIND_STOPPED.
5878
5879 2015-07-30 Pedro Alves <palves@redhat.com>
5880
5881 PR threads/18600
5882 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
5883 only shows inferior 1.
5884
5885 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
5886 Pedro Alves <palves@redhat.com>
5887
5888 PR threads/18600
5889 * gdb.threads/fork-plus-threads.c: New file.
5890 * gdb.threads/fork-plus-threads.exp: New file.
5891
5892 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5893
5894 * gdb.base/batch-preserve-term-settings.exp
5895 (test_terminal_settings_preserved_after_cli_exit): Use
5896 send_quit_command.
5897
5898 2015-07-29 Pedro Alves <palves@redhat.com>
5899 Don Breazeal <donb@codesourcery.com>
5900
5901 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
5902 output from both inferior_spawn_id and gdb_spawn_id.
5903
5904 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5905
5906 * gdb.threads/attach-into-signal.exp (corefunc): Use
5907 with_test_prefix on nested loops, uniquefying the test messages.
5908
5909 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5910
5911 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
5912 commit.
5913
5914 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5915
5916 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
5917 New proc.
5918 (test_terminal_settings_preserved_after_sigterm): New test.
5919
5920 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5921
5922 * gdb.base/batch-preserve-term-settings.exp
5923 (test_terminal_settings_preserved_after_cli_exit): New test.
5924
5925 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5926
5927 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
5928 manipulation of saved_gdbflags.
5929 (test_terminal_settings_preserved): Remove global declaration of
5930 the unused variable pagination_prompt. Remove manipulation of
5931 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
5932 GDBFLAGS.
5933
5934 2015-07-29 Pedro Alves <palves@redhat.com>
5935
5936 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
5937
5938 2015-07-29 Pedro Alves <palves@redhat.com>
5939
5940 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
5941 at the top.
5942
5943 2015-07-29 Pedro Alves <palves@redhat.com>
5944
5945 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
5946 (main): Call gdb_unbuffer_output.
5947 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
5948 (main): Call gdb_unbuffer_output.
5949 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
5950 (main): Call gdb_unbuffer_output.
5951 * gdb.base/call-strs.exp: Adjust to step over the
5952 gdb_unbuffer_output call.
5953 * gdb.base/catch-gdb-caused-signals.c: Include
5954 "../lib/unbuffer_output.c".
5955 (main): Call gdb_unbuffer_output.
5956 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
5957 (main): Call gdb_unbuffer_output.
5958 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
5959 (main): Call gdb_unbuffer_output.
5960 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
5961 (main): Call gdb_unbuffer_output.
5962 * gdb.base/shlib-call.exp: Adjust to step over the
5963 gdb_unbuffer_output call.
5964 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
5965 (main): Call gdb_unbuffer_output.
5966 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
5967 (main): Call gdb_unbuffer_output.
5968 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
5969 (main): Rename to ...
5970 (test): ... this.
5971 (main): Reimplement.
5972 * gdb.base/varargs.exp: Run to test instead of to main.
5973 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5974 (main): Call gdb_unbuffer_output.
5975
5976 2015-07-29 Pedro Alves <palves@redhat.com>
5977
5978 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
5979 factore out from mi_continue_dprintf. For call-style dprintfs,
5980 expect dprintf output out of $inferior_spawn_id.
5981 (mi_continue_dprintf): Use mi_expect_dprintf.
5982 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5983 (main): Call gdb_unbuffer_output.
5984
5985 2015-07-29 Pedro Alves <palves@redhat.com>
5986
5987 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
5988 (default_mi_gdb_start): Set inferior_spawn_id instead of
5989 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
5990 gdb_spawn_id.
5991 (mi_gdb_test): Always expect inferior output from both
5992 $inferior_spawn_id and $gdb_spawn_id.
5993
5994 2015-07-29 Pedro Alves <palves@redhat.com>
5995
5996 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
5997 send_inferior and $inferior_spawn_id.
5998
5999 2015-07-29 Pedro Alves <palves@redhat.com>
6000
6001 * gdb.gdb/complaints.exp (test_initial_complaints)
6002 (test_serial_complaints, test_short_complaints): Use
6003 gdb_test_stdio.
6004 (test_empty_complaint): Handle $inferior_spawn_id !=
6005 $gdb_spawn_id.
6006
6007 2015-07-29 Pedro Alves <palves@redhat.com>
6008
6009 * gdb.base/varargs.exp: Use gdb_test_stdio.
6010
6011 2015-07-29 Pedro Alves <palves@redhat.com>
6012
6013 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
6014
6015 2015-07-29 Pedro Alves <palves@redhat.com>
6016
6017 * gdb.base/ending-run.exp: Use gdb_test_stdio.
6018
6019 2015-07-29 Pedro Alves <palves@redhat.com>
6020
6021 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
6022 parameter into two new parameters, "inf_result" and "gdb_result".
6023 Expect inferior output and gdb output from $inferior_spawn_id and
6024 $gdb_spawn_id, respectively. Adjust all callers.
6025
6026 2015-07-29 Pedro Alves <palves@redhat.com>
6027
6028 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
6029 of gdb_test_sequence.
6030
6031 2015-07-29 Pedro Alves <palves@redhat.com>
6032
6033 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
6034 (saw_spurious_output): Expect inferior output from
6035 $inferior_spawn_id. Use gdb_test_stdio.
6036
6037 2015-07-29 Pedro Alves <palves@redhat.com>
6038
6039 * gdb.base/dprintf.exp: Use standard_testfile. Change
6040 prepare_for_testing call.
6041 (srcfile): Don't set.
6042 (restart): New procedure.
6043 (test_dprintf): New procecure, use to continue over dprintfs.
6044 (test_call, test_agent): New procedures, tests moved here.
6045 Restart gdb and recreate dprintfs. Adjust expected output.
6046
6047 2015-07-29 Pedro Alves <palves@redhat.com>
6048
6049 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
6050
6051 2015-07-29 Pedro Alves <palves@redhat.com>
6052
6053 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
6054
6055 2015-07-29 Pedro Alves <palves@redhat.com>
6056
6057 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
6058 gdb_test_stdio.
6059
6060 2015-07-29 Pedro Alves <palves@redhat.com>
6061
6062 * lib/gdb.exp (gdb_test_stdio): New procedure.
6063
6064 2015-07-29 Pedro Alves <palves@redhat.com>
6065
6066 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
6067
6068 2015-07-29 Pedro Alves <palves@redhat.com>
6069
6070 * gdb.base/call-signal-resume.exp: Remove check for
6071 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
6072 * gdb.base/unwindonsignal.exp: Likewise.
6073 * gdb.base/call-signals.c (gen_signal): Remove printf call.
6074 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
6075
6076 2015-07-29 Pedro Alves <palves@redhat.com>
6077
6078 * gdb.base/siginfo-addr.c (pass): New function.
6079 (handler): Call it iff si_addr is correct.
6080 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
6081 Set a breakpoint at "pass" and continue to it.
6082
6083 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
6084
6085 * gdb.python/py-objfile.exp: Make some tests have unique names.
6086 * gdb.python/py-pp-registration.exp: Likewise.
6087
6088 2015-07-28 Pedro Alves <palves@redhat.com>
6089
6090 * gdb.server/server-exec-info.exp: Issue a "disconnect".
6091
6092 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6093
6094 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
6095
6096 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6097
6098 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
6099
6100 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6101
6102 * gdb.base/gdb-sigterm-2.exp: New test.
6103
6104 2015-07-25 Doug Evans <xdje42@gmail.com>
6105
6106 Revert:
6107 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6108 (workers/%.worker, build-perf): New rule.
6109 (GDB_PERFTEST_MODE): New variable.
6110 (check-perf): Use it.
6111 (clean): Clean up gdb.perf parallel build subdirs.
6112 * lib/build-piece.exp: New file.
6113 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6114 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6115 name.
6116 (standard_temp_file): Ditto.
6117 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6118 of $GDB_PARALLEL.
6119
6120 2015-07-24 Doug Evans <dje@google.com>
6121
6122 * gdb.perf/lib/perftest/utils.py: New file.
6123 * gdb.perf/gm-hello.cc: New file.
6124 * gdb.perf/gm-pervasive-typedef.cc: New file.
6125 * gdb.perf/gm-pervasive-typedef.h: New file.
6126 * gdb.perf/gm-std.cc: New file.
6127 * gdb.perf/gm-std.h: New file.
6128 * gdb.perf/gm-use-cerr.cc: New file.
6129 * gdb.perf/gm-utils.h: New file.
6130 * gdb.perf/gmonster-null-lookup.py: New file.
6131 * gdb.perf/gmonster-pervasive-typedef.py: New file.
6132 * gdb.perf/gmonster-print-cerr.py: New file.
6133 * gdb.perf/gmonster-ptype-string.py: New file.
6134 * gdb.perf/gmonster-runto-main.py: New file.
6135 * gdb.perf/gmonster-select-file.py: New file.
6136 * gdb.perf/gmonster1-null-lookup.exp: New file.
6137 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6138 * gdb.perf/gmonster1-print-cerr.exp: New file.
6139 * gdb.perf/gmonster1-ptype-string.exp: New file.
6140 * gdb.perf/gmonster1-runto-main.exp: New file.
6141 * gdb.perf/gmonster1-select-file.exp: New file.
6142 * gdb.perf/gmonster1.cc: New file.
6143 * gdb.perf/gmonster1.exp: New file.
6144 * gdb.perf/gmonster2-null-lookup.exp: New file.
6145 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6146 * gdb.perf/gmonster2-print-cerr.exp: New file.
6147 * gdb.perf/gmonster2-ptype-string.exp: New file.
6148 * gdb.perf/gmonster2-runto-main.exp: New file.
6149 * gdb.perf/gmonster2-select-file.exp: New file.
6150 * gdb.perf/gmonster2.cc: New file.
6151 * gdb.perf/gmonster2.exp: New file.
6152
6153 2015-07-24 Doug Evans <dje@google.com>
6154
6155 * gdb.perf/README: New file.
6156 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6157 * lib/gen-perf-test.exp: New file.
6158
6159 2015-07-24 Doug Evans <dje@google.com>
6160
6161 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
6162 (PerfTest::startup): New function.
6163 (PerfTest::run): Return result of calling body.
6164 (PerfTest::assemble): Rewrite.
6165 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
6166 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
6167 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
6168 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
6169 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
6170
6171 2015-07-24 Doug Evans <dje@google.com>
6172
6173 * lib/gdb.exp (clean_restart): Make executable optional.
6174
6175 2015-07-24 Doug Evans <dje@google.com>
6176
6177 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
6178 compiler_info references.
6179 * gdb.cp/temargs.exp: Ditto.
6180 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6181 (get_compiler_info): Early exit if already computed. Set compiler_info
6182 to "unknown" if there was a problem.
6183 (test_compiler_info): Add function comment. Call get_compiler_info.
6184
6185 2015-07-24 Doug Evans <dje@google.com>
6186
6187 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6188 (workers/%.worker, build-perf): New rule.
6189 (GDB_PERFTEST_MODE): New variable.
6190 (check-perf): Use it.
6191 (clean): Clean up gdb.perf parallel build subdirs.
6192 * lib/build-piece.exp: New file.
6193 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6194 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6195 name.
6196 (standard_temp_file): Ditto.
6197 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6198 of $GDB_PARALLEL.
6199
6200 2015-07-24 Doug Evans <dje@google.com>
6201
6202 * lib/future.exp (gdb_default_target_compile): New option
6203 "early_flags".
6204 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6205 --as-needed.
6206
6207 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
6208
6209 * gdb.base/catch-syscall.exp: Call gdb_exit before
6210 gdb_skip_xml_test.
6211
6212 2015-07-24 Pedro Alves <palves@redhat.com>
6213
6214 * gdb.python/py-events.exp: Accept output between the stop event
6215 and the prompt.
6216 * gdb.python/py-evsignal.exp: Likewise.
6217 * gdb.python/py-evthreads.exp: Likewise.
6218
6219 2015-07-24 Pedro Alves <palves@redhat.com>
6220
6221 PR gdb/18717
6222 * gdb.threads/non-ldr-exit.c: New file.
6223 * gdb.threads/non-ldr-exit.exp: New file.
6224
6225 2015-07-24 Yao Qi <yao.qi@linaro.org>
6226
6227 * gdb.server/ext-wrapper.exp: Test --wrapper option when
6228 restarting process.
6229
6230 2015-07-24 Yao Qi <yao.qi@linaro.org>
6231
6232 * gdb.server/ext-restart.exp: New file.
6233
6234 2015-07-24 Yao Qi <yao.qi@linaro.org>
6235
6236 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6237 argument options.
6238 * gdb.server/ext-wrapper.exp: New file.
6239
6240 2015-07-23 Doug Evans <dje@google.com>
6241
6242 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6243 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6244
6245 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6246
6247 * gdb.ada/var_arr_typedef.exp: New testcase.
6248 * gdb.ada/var_arr_typedef/pack.adb: New file.
6249 * gdb.ada/var_arr_typedef/pack.ads: New file.
6250 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6251
6252 2015-07-20 Joel Brobecker <brobecker@adacore.com>
6253
6254 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6255
6256 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6257
6258 * gdb.arch/i386-biarch-core.exp: Replace istarget
6259 by "complete set gnutarget". Remove expectation for the "core-file"
6260 command.
6261
6262 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6263
6264 Revert the previous commit:
6265 Tests for validate symbol file using build-id.
6266
6267 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6268
6269 Tests for validate symbol file using build-id.
6270 * gdb.base/solib-mismatch-lib.c: New file.
6271 * gdb.base/solib-mismatch-libmod.c: New file.
6272 * gdb.base/solib-mismatch.c: New file.
6273 * gdb.base/solib-mismatch.exp: New file.
6274
6275 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6276
6277 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6278 nios2-*-linux*.
6279 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6280 * gdb.base/siginfo.exp: Likewise.
6281 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6282
6283 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6284
6285 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6286 Move it to ...
6287 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6288 ... here.
6289 * gdb.trace/range-stepping.exp: Check that the target supports
6290 range stepping.
6291
6292 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6293
6294 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6295
6296 2015-07-14 Pedro Alves <palves@redhat.com>
6297
6298 * gdb.base/killed-outside.exp: New file.
6299 * gdb.base/killed-outside.c: New file.
6300
6301 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6302
6303 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6304 (n at main): New.
6305 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6306
6307 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6308
6309 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6310 infcall tests instead of setting up for KFAIL.
6311
6312 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6313
6314 * gdb.btrace/record_goto-step.exp: New.
6315
6316 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6317
6318 PR compile/18484
6319 * gdb.compile/compile.c (struct struct_type): Add volatile to
6320 selffield's type.
6321 * gdb.compile/compile.exp
6322 (compile code struct_object.selffield = &struct_object): Skip further
6323 struct_object tests if this one xfails.
6324
6325 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
6326
6327 PR exp/18617
6328 * gdb.trace/ax.exp: Add test.
6329
6330 2015-07-07 Yao Qi <yao.qi@linaro.org>
6331
6332 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6333 instead of istarget "aarch64*-*-*".
6334 * gdb.arch/aarch64-fp.exp: Likewise.
6335 * gdb.base/float.exp: Likewise.
6336 * gdb.reverse/aarch64.exp: Likewise.
6337 * lib/gdb.exp (is_aarch64_target): New proc.
6338
6339 2015-07-07 Yao Qi <yao.qi@linaro.org>
6340
6341 * lib/gdb.exp (is_aarch32_target): New proc.
6342 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6343 instead of "istarget "arm*-*-*"".
6344 * gdb.arch/arm-disp-step.exp: Likewise.
6345 * gdb.arch/thumb-bx-pc.exp: Likewise.
6346 * gdb.arch/thumb-prologue.exp: Likewise.
6347 * gdb.arch/thumb-singlestep.exp: Likewise.
6348 * gdb.base/disp-step-syscall.exp: Likewise.
6349 * gdb.base/float.exp: Likewise.
6350
6351 2015-07-07 Yao Qi <yao.qi@linaro.org>
6352
6353 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6354 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6355
6356 2015-07-07 Yao Qi <yao.qi@linaro.org>
6357
6358 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6359 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6360 if it exists.
6361 * gdb.multi/multi-arch.exp: Likewise.
6362
6363 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6364
6365 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6366 print.
6367
6368 2015-07-07 Yao Qi <yao.qi@linaro.org>
6369
6370 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6371
6372 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6373
6374 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6375 '[' and ']' characters.
6376
6377 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6378
6379 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6380
6381 2015-06-29 Pedro Alves <palves@redhat.com>
6382
6383 PR threads/18127
6384 * gdb.threads/hand-call-new-thread.c: New file.
6385 * gdb.threads/hand-call-new-thread.c: New file.
6386
6387 2015-06-26 Keith Seitz <keiths@redhat.com>
6388 Doug Evans <dje@google.com>
6389
6390 PR 16253
6391 * gdb.cp/var-tag-2.cc: New file.
6392 * gdb.cp/var-tag-3.cc: New file.
6393 * gdb.cp/var-tag-4.cc: New file.
6394 * gdb.cp/var-tag.cc: New file.
6395 * gdb.cp/var-tag.exp: New file.
6396
6397 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6398
6399 * gdb.base/history-duplicates.exp: New test.
6400
6401 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6402
6403 * gdb.base/completion.exp: Test the completion of the "focus"
6404 command.
6405
6406 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6407
6408 * gdb.arch/amd64-prologue-skip.S: New file.
6409 * gdb.arch/amd64-prologue-skip.exp: New file.
6410
6411 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6412
6413 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6414 is_address_zero_readable check.
6415
6416 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6417
6418 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6419 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6420
6421 2015-06-24 Yao Qi <yao.qi@linaro.org>
6422
6423 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6424 linux targets.
6425
6426 2015-06-24 Yao Qi <yao.qi@linaro.org>
6427
6428 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6429 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6430 * gdb.base/siginfo-thread.exp: Likewise.
6431
6432 2015-06-22 Yao Qi <yao.qi@linaro.org>
6433
6434 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6435
6436 2015-06-22 Yao Qi <yao.qi@linaro.org>
6437
6438 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6439 aarch64*-*-*.
6440 (skip_hw_watchpoint_tests): Likewise.
6441
6442 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6443
6444 * gdb.base/gdbinit-history.exp: Test the interaction between
6445 setting GDBHISTSIZE and setting the history size via .gdbinit.
6446
6447 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6448
6449 PR gdb/16999
6450 * gdb.base/gdbhistsize-history.exp: New test.
6451
6452 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6453
6454 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6455 with GDBHISTSIZE.
6456 * gdb.base/readline.exp: Likewise.
6457
6458 2015-06-17 Yao Qi <yao.qi@linaro.org>
6459
6460 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6461 line.
6462
6463 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6464
6465 * gdb.base/gdbinit-history.exp: Add test case to check that
6466 an unlimited history file does not get truncated on exit.
6467
6468 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6469
6470 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6471 (VECTOR): New macro. Use it...
6472 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6473 ...for these typedefs.
6474 (int8, char1, int1, double1): New typedefs.
6475 (struct just_int2, struct two_int2): New structures.
6476 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6477 (add_structvecs, add_singlevecs): New functions.
6478 (main): Call add_some_intvecs twice.
6479 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6480 the compile and exit upon failure. Try compiling for the "native"
6481 architecture. Test inferior function calls with vector arguments
6482 and vector return value handling with "finish" and "return".
6483
6484 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6485
6486 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6487 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6488 PE file.
6489 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6490
6491 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6492
6493 PR breakpoints/16465
6494 * gdb.mi/mi-dprintf-pending.c: New file.
6495 * gdb.mi/mi-dprintf-pending.exp: New test.
6496 * gdb.mi/mi-dprintf-pendshr.c: New file.
6497
6498 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6499 Mircea Gherzan <mircea.gherzan@intel.com>
6500
6501 * gdb.arch/i386-mpx-map.c: New file.
6502 * gdb.arch/i386-mpx-map.exp: New File.
6503
6504 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6505
6506 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6507 * gdb.arch/i386-mpx.exp: Indentation fixed.
6508
6509 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6510
6511 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6512 function and improved indentation.
6513 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6514 gdb_test_multiple. Added additional tests to skip the test.
6515
6516 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6517
6518 * gdb.arch/i386-avx512.c: Change path in include file.
6519 * gdb.arch/i386-avx512.exp: Change include dir path
6520 compilation flag.
6521 * gdb.arch/i386-mpx.c: Change path in include file.
6522 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6523 flag.
6524
6525 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6526
6527 * gdb.compile/compile-print.exp (compile print *vararray@3)
6528 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6529
6530 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6531
6532 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6533 (do not keep jit in memory): ... this.
6534 (expect 5): Change it to ...
6535 (expect no 5): ... this.
6536
6537 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6538
6539 PR gdb/15564
6540 * gdb.mi/mi-detach.exp: New file.
6541
6542 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6543
6544 PR symtab/18392
6545 * gdb.arch/amd64-tailcall-self.S: New file.
6546 * gdb.arch/amd64-tailcall-self.c: New file.
6547 * gdb.arch/amd64-tailcall-self.exp: New file.
6548
6549 2015-05-28 Don Breazeal <donb@codesourcery.com>
6550
6551 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6552 tests for remote targets by checking is_target_gdbserver.
6553
6554 2015-05-27 Doug Evans <dje@google.com>
6555
6556 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6557 * gdb.dwarf2/opaque-type-lookup.c: New file.
6558 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6559
6560 2015-05-26 Doug Evans <dje@google.com>
6561
6562 * gdb.cp/iostream.cc: New file.
6563 * gdb.cp/iostream.exp: New file.
6564
6565 2015-05-26 Doug Evans <dje@google.com>
6566
6567 * gdb.dwarf2/dw2-op-call.exp: Update.
6568 * gdb.dwarf2/dw4-sig-types.exp: Update.
6569 * gdb.dwarf2/implptr.exp: Update.
6570 * gdb.mi/mi-cmd-param-changed.exp: Update.
6571
6572 2015-05-26 Doug Evans <dje@google.com>
6573
6574 * gdb.python/py-lazy-string.c: New file.
6575 * gdb.python/py-lazy-string.exp: New file.
6576 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6577 (main): Update. Add estring3.
6578 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6579 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6580
6581 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
6582 Yao Qi <yao.qi@linaro.org>
6583
6584 * gdb.reverse/aarch64.c: New.
6585 * gdb.reverse/aarch64.exp: New.
6586
6587 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
6588
6589 * lib/gdb.exp (supports_process_record): Return true for
6590 aarch64*-linux*.
6591 (supports_reverse): Likewise.
6592
6593 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
6594
6595 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6596 Use with_test_prefix.
6597
6598 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6599
6600 * gdb.base/completion.exp: Add test for completion of layout
6601 names.
6602
6603 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
6604
6605 * lib/gdb.exp (skip_tui_tests): New proc.
6606 * gdb.base/tui-layout.exp: Check skip_tui_tests.
6607
6608 2015-05-19 Pedro Alves <palves@redhat.com>
6609
6610 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6611 Save the whole env array instead of just HOME. Unset HISTSIZE in
6612 the environment while testing. Restore whole environment
6613 afterwards.
6614
6615 2015-05-16 Doug Evans <xdje42@gmail.com>
6616
6617 * gdb.guile/scm-ports.c: New file.
6618 * gdb.guile/scm-ports.exp: Add memory port tests.
6619
6620 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6621
6622 * gdb.compile/compile-print.c: New file.
6623 * gdb.compile/compile-print.exp: New file.
6624
6625 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6626
6627 * gdb.compile/compile-ops.exp: Cast param to void.
6628 * gdb.compile/compile.exp: Complete type for _gdb_expr.
6629 (compile code struct_object.selffield = &struct_object): Add xfail.
6630
6631 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6632
6633 * gdb.ada/arr_enum_with_gap: New testcase.
6634
6635 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6636
6637 * gdb.ada/byte_packed_arr: New testcase.
6638
6639 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6640
6641 * gdb.ada/pckd_neg: New testcase.
6642
6643 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
6644
6645 PR gdb/17820
6646 * gdb.base/gdbinit-history.exp: New test.
6647 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6648 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6649
6650 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
6651
6652 * gdb.python/py-xmethods.cc: Enhance test case.
6653 * gdb.python/py-xmethods.exp: New tests.
6654 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6655 function.
6656 (B_indexoper): Likewise.
6657 (global_dm_list) : Add new xmethod worker functions.
6658
6659 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
6660
6661 * gdb.base/coredump-filter.exp: Correctly unset
6662 "coredump_var_addr" array.
6663
6664 2015-05-08 Pedro Alves <palves@redhat.com>
6665
6666 * gdb.server/non-existing-program.exp: Unset spawn_id.
6667
6668 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
6669
6670 PR python/18291
6671 * gdb.python/py-xmethods.exp: Add tests.
6672
6673 2015-05-08 Yao Qi <yao.qi@linaro.org>
6674
6675 PR gdb/18208
6676 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6677 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6678 function set_coredump_filter, and remove remote_exec call.
6679 Remove argument ipid. Callers update.
6680 (top level): Don't get inferior's PID.
6681
6682 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
6683
6684 * gdb.base/watch_thread_num.exp: Skip test on targets without
6685 access watchpoints.
6686
6687 2015-05-06 Pedro Alves <palves@redhat.com>
6688
6689 PR server/18081
6690 * gdb.server/non-existing-program.exp: New file.
6691
6692 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6693
6694 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6695
6696 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6697
6698 * gdb.ada/out_of_line_in_inlined: New testcase.
6699
6700 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6701
6702 * gdb.ada/var_rec_arr: New testcase.
6703
6704 2015-04-30 Yao Qi <yao.qi@linaro.org>
6705
6706 * gdb.base/break-idempotent.exp: If
6707 skip_hw_watchpoint_multi_tests returns true, skip the tests
6708 on "rwatch" and "awatch".
6709
6710 2015-04-30 Yao Qi <yao.qi@linaro.org>
6711
6712 * gdb.base/relativedebug.exp: Invoke gdb command
6713 "info sharedlibrary", and if libc.so doesn't have debug info,
6714 skip the test.
6715
6716 2015-04-29 Doug Evans <dje@google.com>
6717
6718 * gdb.python/py-xmethods.exp: Add ptype tests.
6719 * gdb.python/py-xmethods.py (E_method_char_worker): Add
6720 get_result_type method.
6721
6722 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
6723
6724 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
6725 the target does not support hardware watchpoints.
6726
6727 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
6728
6729 * gdb.base/break-always.exp: Abort testing if writing to memory
6730 causes an error.
6731
6732 2015-04-28 Doug Evans <dje@google.com>
6733
6734 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
6735 * gdb.python/py-pp-registration.exp: ... here. New file.
6736 * gdb.python/py-pp-registration.c: New file.
6737 * gdb.python/py-pp-registration.py: New file.
6738
6739 2015-04-28 Doug Evans <dje@google.com>
6740
6741 * gdb.python/py-bad-printers.c: New file.
6742 * gdb.python/py-bad-printers.py: New file.
6743 * gdb.python/py-bad-printers.exp: New file.
6744
6745 2015-04-28 Sasha Smundak <asmundak@google.com>
6746
6747 * gdb.python/py-type.exp: New test.
6748
6749 2015-04-28 Andy Wingo <wingo@igalia.com>
6750
6751 * gdb.python/py-parameter.exp:
6752 * gdb.guile/scm-parameter.exp: Escape the path that we are
6753 matching against, as it might contain characters that are special
6754 to regular expressions.
6755
6756 2015-04-27 Joel Brobecker <brobecker@adacore.com>
6757
6758 * gdb.ada/rec_comp: New testcase.
6759
6760 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
6761
6762 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
6763 before using it.
6764
6765 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
6766
6767 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
6768 new tests for verilog output.
6769
6770 2015-04-24 Yao Qi <yao.qi@linaro.org>
6771
6772 * boards/remote-gdbserver-on-localhost.exp: New file.
6773
6774 2015-04-23 Pedro Alves <palves@redhat.com>
6775
6776 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
6777 $inferior_spawn_id instead of $inferior_spawn_id directly. On
6778 "end of file", remove $inferior_spawn_id from the indirect list.
6779
6780 2015-04-23 Pedro Alves <palves@redhat.com>
6781
6782 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
6783
6784 2015-04-23 Pedro Alves <palves@redhat.com>
6785
6786 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
6787 on $any_spawn_id instead of only on $gdb_spawn_id.
6788
6789 2015-04-21 Pierre Muller <muller@sourceware.org>
6790
6791 PR pascal/17815
6792 * lib/pascal.exp (gpc_compile): Add new option "class".
6793 (fpc_compile): Likewise.
6794 * gdb.pascal/case-insensitive-symbols.pas: New file.
6795 * gdb.pascal/case-insensitive-symbols.exp: New file.
6796
6797 2015-04-20 Gary Benson <gbenson@redhat.com>
6798
6799 * gdb.base/attach.exp: Fix three extended remote failures.
6800
6801 2015-04-17 Gary Benson <gbenson@redhat.com>
6802
6803 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
6804 the main executable over the remote protocol.
6805
6806 2015-04-16 Pedro Alves <palves@redhat.com>
6807
6808 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
6809 a new gdbserver if gdbserver_reconnect_p is set.
6810
6811 2015-04-16 Pedro Alves <palves@redhat.com>
6812
6813 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
6814 is set, don't exit gdbserver.
6815
6816 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6817
6818 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
6819 appropriate .insn, such that an older assembler can be used.
6820 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
6821 the z/Architecture instruction set on 31-bit targets as well.
6822
6823 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6824
6825 * gdb.go/handcall.exp: Remove all logic related to the first
6826 breakpoint and rely on go_runto_main instead.
6827 * gdb.go/strings.exp: Likewise.
6828 * gdb.go/unsafe.exp: Likewise.
6829 * gdb.go/hello.exp: Likewise. Also rename the remaining
6830 breakpoint marker to "breakpoint 1".
6831 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
6832 * gdb.go/strings.go: Likewise.
6833 * gdb.go/unsafe.go: Likewise.
6834 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
6835 "set breakpoint 2 here" and rename the remaining breakpoint marker
6836 to "breakpoint 1".
6837
6838 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
6839
6840 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
6841 if itertools.imap is not present.
6842 * gdb.python/py-objfile.exp: Add parentheses.
6843 * gdb.python/py-type.exp: Same.
6844 * gdb.python/py-unwind-maint.py: Same.
6845
6846 2015-04-15 Yao Qi <yao.qi@linaro.org>
6847
6848 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
6849 of ":$ptr_size" and set its form explicitly.
6850
6851 2015-04-15 Pedro Alves <palves@redhat.com>
6852 Yao Qi <yao.qi@linaro.org>
6853
6854 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
6855 timeout by factor of 4.
6856 (test_regular_watch): Likewise.
6857 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
6858 * gdb.reverse/sigall-reverse.exp: Likewise.
6859 * gdb.reverse/until-precsave.exp: Likewise.
6860 * lib/gdb.exp (with_timeout_factor): New proc.
6861 (gdb_expect): Move some code to ...
6862 (get_largest_timeout): ... here. New procedure.
6863
6864 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
6865
6866 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
6867
6868 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
6869
6870 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
6871 to write to the .text section.
6872
6873 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
6874
6875 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
6876 Handle the case of targets that do not provide PID information.
6877
6878 2015-04-13 Yao Qi <yao.qi@linaro.org>
6879
6880 * lib/gdbserver-support.exp (gdb_exit): Catch exception
6881 and use expect instead of gdb_expect.
6882
6883 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
6884
6885 * gdb.base/coredump-filter.exp: Rename variable "addr" to
6886 "coredump_var_addr" to avoid naming conflict with other testcases.
6887
6888 2015-04-10 Pedro Alves <palves@redhat.com>
6889
6890 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
6891 gdb_test_sequence and gdb_assert.
6892
6893 2015-04-10 Pedro Alves <palves@redhat.com>
6894
6895 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
6896 test messages that don't include the breakpoint address.
6897
6898 2015-04-10 Yao Qi <yao.qi@linaro.org>
6899
6900 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
6901 false for some offset and width combinations which aren't
6902 supported by linux kernel.
6903
6904 2015-04-10 Pedro Alves <palves@redhat.com>
6905
6906 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
6907 procedure, factored out from ...
6908 (top level): ... here. Add "set displaced-stepping" testing axis.
6909 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
6910 parameter "displaced". Use it.
6911 (top level): Use foreach and add "set displaced-stepping" testing
6912 axis.
6913
6914 2015-04-10 Pedro Alves <palves@redhat.com>
6915
6916 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
6917 Remove comment.
6918 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
6919 both the address of the instruction that triggers the watchpoint
6920 and the address of the instruction immediately after, and use
6921 those addresses for the test. Fix comment.
6922
6923 2015-04-10 Pedro Alves <palves@redhat.com>
6924
6925 * gdb.base/sigstep.exp (breakpoint_to_handler)
6926 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
6927 Test "backtrace" in handler.
6928 (breakpoint_over_handler): New parameter 'displaced'. Use it.
6929 (top level): Add new "displaced" test axis to
6930 breakpoint_to_handler, breakpoint_to_handler_entry and
6931 breakpoint_over_handler.
6932
6933 2015-04-10 Pedro Alves <palves@redhat.com>
6934
6935 PR gdb/18216
6936 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
6937
6938 2015-04-10 Yao Qi <yao.qi@linaro.org>
6939
6940 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
6941 (test_add_rn_pc): New function.
6942 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
6943 (top level): Invoke test_add_rn_pc.
6944
6945 2015-04-10 Pedro Alves <palves@redhat.com>
6946
6947 PR gdb/13858
6948 * gdb.base/step-over-no-symbols.exp: New file.
6949
6950 2015-04-09 Andy Wingo <wingo@igalia.com>
6951
6952 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
6953 after the Python tests.
6954
6955 2015-04-08 Keith Seitz <keiths@redhat.com>
6956
6957 PR python/16699
6958 * gdb.python/py-completion.exp: New tests for completion.
6959 * gdb.python/py-completion.py (CompleteLimit1): New class.
6960 (CompleteLimit2): Likewise.
6961 (CompleteLimit3): Likewise.
6962 (CompleteLimit4): Likewise.
6963 (CompleteLimit5): Likewise.
6964 (CompleteLimit6): Likewise.
6965 (CompleteLimit7): Likewise.
6966
6967 2015-04-08 Pedro Alves <palves@redhat.com>
6968
6969 PR gdb/18214
6970 PR gdb/18216
6971 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
6972 function.
6973 (main): Install it as SIGUSR1 handler.
6974 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
6975 parameter. Always use "setup" as prefix. Toggle "set
6976 displaced-stepping" off/on depending on global. Don't switch to
6977 thread 1 here.
6978 (top level): Add displaced stepping "off/on" test axis. Update
6979 "setup" calls. Wrap each subtest with with_test_prefix. Test
6980 continuing with a queued signal in each thread.
6981
6982 2015-04-08 Pedro Alves <palves@redhat.com>
6983
6984 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
6985 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
6986 gdb_breakpoint instead of gdb_test that doesn't expect anything.
6987 Return early if running to main fails.
6988 * gdb.trace/while-stepping.exp: Likewise.
6989
6990 2015-04-07 Pedro Alves <palves@redhat.com>
6991
6992 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
6993 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
6994 interact with inferior program.
6995
6996 2015-04-07 Pedro Alves <palves@redhat.com>
6997
6998 * lib/gdb.exp (inferior_spawn_id): New global.
6999 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
7000 spawn id after processing the user code.
7001 (default_gdb_start): Set inferior_spawn_id.
7002 (send_inferior): New procedure.
7003 * lib/gdbserver-support.exp (gdbserver_start): Set
7004 inferior_spawn_id.
7005 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
7006
7007 2015-04-07 Pedro Alves <palves@redhat.com>
7008
7009 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
7010 * lib/gdbserver-support.exp (gdbserver_start): Make
7011 $server_spawn_id global.
7012 (gdbserver_start): Don't wait for gdbserver's spawn id with
7013 expect_background.
7014 (close_gdbserver): New procedure.
7015 (gdb_exit): Rename the default version and reimplement.
7016
7017 2015-04-07 Pedro Alves <palves@redhat.com>
7018
7019 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
7020 append the substituted item, not the original item.
7021
7022 2015-04-07 Pedro Alves <palves@redhat.com>
7023
7024 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
7025 gdb_expect.
7026
7027 2015-04-07 Pedro Alves <palves@redhat.com>
7028
7029 * gdb.base/interrupt.exp: Don't handle the case of the inferior
7030 output appearing once only.
7031
7032 2015-04-07 Pedro Alves <palves@redhat.com>
7033
7034 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
7035 that doesn't expect anything. Return early if running to main
7036 fails.
7037
7038 2015-04-07 Yao Qi <yao.qi@linaro.org>
7039
7040 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
7041 (child_function): Call alarm.
7042 (main): Move call to alarm into the loop.
7043 * gdb.threads/non-stop-fair-events.exp: Build program with
7044 -DTIMEOUT=$timeout.
7045
7046 2015-04-06 Doug Evans <xdje42@gmail.com>
7047
7048 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
7049 Fix dest parameter to board_info.
7050 (fpc_compile): Ditto.
7051 (gdb_compile_pascal): Rename dest arg to destfile.
7052
7053 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
7054
7055 * gdb.ada/funcall_ref.exp: New file.
7056 * gdb.ada/funcall_ref/foo.adb: New file.
7057
7058 2015-04-02 Yao Qi <yao.qi@linaro.org>
7059
7060 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
7061 is remote.
7062
7063 2015-04-02 Gary Benson <gbenson@redhat.com>
7064
7065 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
7066
7067 2015-04-01 Sasha Smundak <asmundak@google.com>
7068
7069 * gdb.python/py-unwind-maint.c: New file.
7070 * gdb.python/py-unwind-maint.exp: New test.
7071 * gdb.python/py-unwind-maint.py: New file.
7072 * gdb.python/py-unwind.c: New file.
7073 * gdb.python/py-unwind.exp: New test.
7074 * gdb.python/py-unwind.py: New test.
7075
7076 2015-04-01 Pedro Alves <palves@redhat.com>
7077
7078 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
7079 to fail instead of non-existent $test.
7080
7081 2015-04-01 Pedro Alves <palves@redhat.com>
7082
7083 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
7084 GDBFLAGS if not empty.
7085
7086 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
7087
7088 * gdb.ada/complete.exp: Remove "multi_line".
7089 * gdb.ada/info_exc.exp: Remove "multi_line".
7090 * gdb.ada/packed_tagged.exp: Remove "multi_line".
7091 * gdb.ada/ptype_field.exp: Remove "multi_line".
7092 * gdb.ada/sym_print_name.exp: Remove "multi_line".
7093 * gdb.ada/tagged.exp: Remove "multi_line".
7094 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
7095 [multi_line ...]
7096 * gdb.btrace/delta.exp: Likewise.
7097 * gdb.btrace/exception.exp: Likewise.
7098 * gdb.btrace/function_call_history.exp: Likewise.
7099 * gdb.btrace/instruction_history.exp: Likewise.
7100 * gdb.btrace/nohist.exp: Likewise.
7101 * gdb.btrace/record_goto.exp: Likewise.
7102 * gdb.btrace/segv.exp: Likewise.
7103 * gdb.btrace/stepi.exp: Likewise.
7104 * gdb.btrace/tailcall.exp: Likewise.
7105 * gdb.btrace/unknown_functions.exp: Likewise.
7106 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
7107 * lib/gdb.exp: Add the "multi_line" helper.
7108
7109 2015-04-01 Pedro Alves <palves@redhat.com>
7110
7111 * gdb.threads/tid-reuse.c: New file.
7112 * gdb.threads/tid-reuse.exp: New file.
7113
7114 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
7115
7116 PR corefiles/16092
7117 * gdb.base/coredump-filter.c: New file.
7118 * gdb.base/coredump-filter.exp: Likewise.
7119
7120 2015-03-27 Petr Machata <pmachata@redhat.com>
7121
7122 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
7123 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
7124 (Dwarf::assemble): Initialize them.
7125 (Dwarf::lines): New function.
7126
7127 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
7128
7129 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
7130 SYMBOL_PREFIX for x86_64-*-cygwin.
7131
7132 2015-03-26 Andy Wingo <wingo@igalia.com>
7133
7134 PR symtab/18148
7135 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
7136 const_value but not a location.
7137 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7138 location defined in non-main CUs are visible.
7139
7140 2015-03-26 Yao Qi <yao.qi@linaro.org>
7141
7142 PR testsuite/18139
7143 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7144 Add a line number entry for the same line.
7145 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7146 Add a line number entry for the same line.
7147
7148 2015-03-26 Yao Qi <yao.qi@linaro.org>
7149
7150 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7151 .int 0.
7152 (func): Likewise. Add .Lfunc_1 label.
7153 Use .Lfunc_1 label.
7154 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7155 .int 0.
7156 (func): Likewise.
7157 Use .Lfunc_1 label.
7158
7159 2015-03-26 Yao Qi <yao.qi@linaro.org>
7160
7161 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
7162 Call gdb_compile instead to compile each .s files without debug
7163 information.
7164
7165 2015-03-26 Yao Qi <yao.qi@linaro.org>
7166
7167 * gdb.base/savedregs.exp (process_saved_regs): Make
7168 "Saved registers:" optional in the pattern.
7169
7170 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7171
7172 * gdb.btrace/next.exp: Merged into step.exp.
7173 * gdb.btrace/finish.exp: Merged into step.exp.
7174 * gdb.btrace/nexti.exp: Merged into stepi.exp.
7175 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
7176 "record goto" and checking the exact replay position.
7177 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
7178 check for "Recording format" in "info record" output.
7179 * gdb.btrace/record_goto.exp: Choose test file based on target.
7180 * gdb.btrace/x86-record_goto.S: Renamed into ...
7181 * gdb.btrace/x86_64-record_goto.S: ... this.
7182 * gdb.btrace/i686-record_goto.S: New.
7183 * gdb.btrace/x86-tailcall.S: Renamed into ...
7184 * gdb.btrace/x86_64-tailcall.S: ... this.
7185 * gdb.btrace/i686-tailcall.S: New.
7186 * gdb.btrace/x86-tailcall.c: Renamed into ...
7187 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
7188 separate statements. Update test.
7189 * gdb.btrace/delta.exp: Use record_goto.c as test file.
7190 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7191 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7192 * gdb.btrace/tailcall.exp: Choose test file based on target.
7193 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7194
7195 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7196
7197 * gdb.btrace/exception.exp: Increase BTS buffer size.
7198
7199 2015-03-24 Pedro Alves <palves@redhat.com>
7200
7201 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7202
7203 2015-03-24 Pedro Alves <palves@redhat.com>
7204
7205 * gdb.threads/schedlock.exp (test_step): No longer expect that
7206 "set scheduler-locking step" with "next" over a function call runs
7207 threads unlocked.
7208
7209 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7210
7211 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7212
7213 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7214
7215 PR breakpoints/16466
7216 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7217 * gdb.mi/mi-pending.c (thread_func): New function.
7218 (int main): Add threading support required.
7219 * gdb.mi/mi-pending.exp: Add tests for this issue.
7220 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7221 (pendfunc2): Remove stdio dependency.
7222 * gdb.mi/mi-pendshr2.c: New file.
7223
7224 2015-03-23 Keith Seitz <keiths@redhat.com>
7225
7226 * gdb.linespec/keywords.c: New file.
7227 * gdb.linespec/keywords.exp: New file.
7228
7229 2015-03-23 Keith Seitz <keiths@redhat.com>
7230
7231 PR gdb/18021
7232 * gdb.dwarf2/staticvirtual.exp: New test.
7233
7234 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7235
7236 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7237 * README: Remove HP-UX and gdb.hp.
7238 (configuration):
7239 * configure: Regenerate.
7240 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7241 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7242 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7243 gdb.hp/gdb.defects/Makefile.
7244 * gdb.hp/Makefile.in: File deleted.
7245 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7246 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7247 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7248 * gdb.hp/gdb.aCC/run.c: File deleted.
7249 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7250 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7251 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7252 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7253 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7254 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7255 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7256 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7257 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7258 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7259 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7260 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7261 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7262 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7263 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7264 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7265 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7266 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7267 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7268 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7269 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7270 * gdb.hp/gdb.compat/average.c: File deleted.
7271 * gdb.hp/gdb.compat/sum.c: File deleted.
7272 * gdb.hp/gdb.compat/xdb.c: File deleted.
7273 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7274 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7275 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7276 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7277 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7278 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7279 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7280 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7281 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7282 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7283 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7284 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7285 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7286 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7287 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7288 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7289 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7290 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7291 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7292 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7293 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7294 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7295 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7296 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7297 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7298 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7299 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7300 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7301 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7302 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7303 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7304 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7305 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7306 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7307 * gdb.hp/tools/odump: File deleted.
7308
7309 2015-03-19 Pedro Alves <palves@redhat.com>
7310
7311 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7312 (saw_thread_3): New globals.
7313 (top level): Increment them when an event for the corresponding
7314 thread is seen.
7315 (no thread starvation): New test.
7316
7317 2015-03-19 Pedro Alves <palves@redhat.com>
7318
7319 * gdb.threads/continue-pending-status.c: New file.
7320 * gdb.threads/continue-pending-status.exp: New file.
7321
7322 2015-03-18 Pedro Alves <palves@redhat.com>
7323
7324 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7325 Use gdb_is_target_remote instead of is_remote. Use
7326 gdb_test_multiple instead of gdb_expect. Exit early if
7327 gdb_test_multiple hits its internal matches. Tighten stepi tests
7328 expected output. Fail on exit with any signal, instead of just
7329 SIGILL.
7330
7331 2015-03-18 Yao Qi <yao.qi@linaro.org>
7332
7333 PR tdep/18107
7334 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7335 variable.
7336 * gdb.base/catch-syscall.exp: Don't skip it on
7337 aarch64*-*-linux* target. Remove elements in all_syscalls.
7338 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7339 target.
7340 (setup_all_syscalls): New proc.
7341
7342 2015-03-16 Yao Qi <yao.qi@linaro.org>
7343
7344 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7345 (top level): Skip tests if valid_addr_p returns false for
7346 $cmd1 or $cmd2.
7347
7348 2015-03-11 Andy Wingo <wingo@igalia.com>
7349
7350 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7351
7352 2015-03-11 Yao Qi <yao.qi@linaro.org>
7353
7354 * gdb.base/catch-syscall.exp: Fix typo in comments.
7355
7356 2015-03-11 Yao Qi <yao.qi@linaro.org>
7357
7358 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7359
7360 2015-03-09 Pedro Alves <palves@redhat.com>
7361
7362 * dg-extract-results.py: Delete.
7363
7364 2015-03-09 Pedro Alves <palves@redhat.com>
7365
7366 Merge dg-extract-results.sh from GCC upstream (r218843).
7367
7368 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7369 * dg-extract-results.sh: Use --text with grep to avoid issues with
7370 binary files. Fall back to cat -v, if that doesn't work.
7371
7372 2015-03-05 Pedro Alves <palves@redhat.com>
7373
7374 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7375
7376 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7377
7378 * lib/mi-support.exp (mi_expect_interrupt): Accept
7379 alternative event for when in all-stop mode.
7380
7381 2015-03-04 Pedro Alves <palves@redhat.com>
7382
7383 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7384
7385 2015-03-04 Mark Kettenis <kettenis@gnu.org>
7386
7387 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7388
7389 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7390
7391 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7392 regexps for GDB's current line display, accept a hex address
7393 preceding the line number.
7394
7395 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7396
7397 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7398 the 'arch1' variable for "s390*-linux*" targets.
7399
7400 2015-03-04 Pedro Alves <palves@redhat.com>
7401
7402 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7403 (main): Pass missing retval argument to pthread_join call.
7404
7405 2015-03-02 Pedro Alves <palves@redhat.com>
7406
7407 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7408 (top level): Call do_test with non-stop as well.
7409
7410 2015-03-02 Pedro Alves <palves@redhat.com>
7411
7412 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7413 -1.
7414
7415 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7416
7417 * gdb.arch/s390-vregs.exp: New test.
7418 * gdb.arch/s390-vregs.S: New file.
7419
7420 2015-02-27 Pedro Alves <palves@redhat.com>
7421
7422 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7423 call to catch_command_errors.
7424 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7425 catch_command_errors.
7426
7427 2015-02-27 Pedro Alves <palves@redhat.com>
7428
7429 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7430 "true" for boolean result.
7431 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7432 prototype of main.
7433
7434 2015-02-27 Pedro Alves <palves@redhat.com>
7435
7436 * lib/unbuffer_output.c: New file.
7437 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7438 (main): Call gdb_unbuffer_output.
7439
7440 2015-02-27 Yao Qi <yao.qi@linaro.org>
7441
7442 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7443 target.
7444
7445 2015-02-26 Doug Evans <dje@google.com>
7446
7447 * gdb.cp/class2.cc (Dbase, D): New classes.
7448 (main): New local delta.
7449 * gdb.cp/class2.exp: Test printing delta.
7450 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7451 (dynbar): New global.
7452 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7453
7454 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7455
7456 * gdb.compile/compile-ifunc.c: New file.
7457 * gdb.compile/compile-ifunc.exp: New file.
7458
7459 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7460
7461 * gdb.base/structs.exp: Check for correct struct on finish.
7462
7463 2015-02-26 Yao Qi <yao.qi@linaro.org>
7464
7465 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7466 is zero.
7467
7468 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7469
7470 * gdb.arch/cordic.ko.bz2: New file.
7471 * gdb.arch/cordic.ko.debug.bz2: New file.
7472 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7473
7474 2015-02-25 Yao Qi <yao.qi@linaro.org>
7475
7476 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7477 aarch64*-*-* target.
7478
7479 2015-02-23 Pedro Alves <palves@redhat.com>
7480
7481 * lib/gdb.exp (delete_breakpoints): Rewrite using
7482 gdb_test_multiple.
7483
7484 2015-02-23 Pedro Alves <palves@redhat.com>
7485
7486 * gdb.base/info-os.c: Include stdlib.h.
7487
7488 2015-02-22 Doug Evans <xdje42@gmail.com>
7489
7490 PR symtab/17855
7491 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7492 is read after symbols have been re-read.
7493 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7494 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7495
7496 2015-02-21 Doug Evans <dje@google.com>
7497
7498 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7499
7500 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7501
7502 PR corefiles/17808
7503 * gdb.arch/i386-biarch-core.core.bz2: New file.
7504 * gdb.arch/i386-biarch-core.exp: New file.
7505
7506 2015-02-21 Pedro Alves <palves@redhat.com>
7507
7508 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7509 runto_main fails.
7510
7511 2015-02-20 Pedro Alves <palves@redhat.com>
7512
7513 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7514 info probes.
7515
7516 2015-02-20 Pedro Alves <palves@redhat.com>
7517
7518 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7519
7520 2015-02-20 Pedro Alves <palves@redhat.com>
7521
7522 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7523 clean_restart before gdb_target_supports_trace.
7524
7525 2015-02-20 Pedro Alves <palves@redhat.com>
7526
7527 PR threads/18006
7528 * gdb.threads/clone-thread_db.c: New file.
7529 * gdb.threads/clone-thread_db.exp: New file.
7530
7531 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7532
7533 PR breakpoints/16812
7534 * gdb.base/catch-gdb-caused-signals.c: New file.
7535 * gdb.base/catch-gdb-caused-signals.exp: New file.
7536
7537 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7538
7539 * configure: Regenerated.
7540 * configure.ac: Use GDB_AC_TRANSFORM.
7541 * aclocal.m4: sinclude ../transform.m4.
7542
7543 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7544
7545 * lib/dtrace.exp: New file.
7546 * gdb.base/dtrace-probe.exp: Likewise.
7547 * gdb.base/dtrace-probe.d: Likewise.
7548 * gdb.base/dtrace-probe.c: Likewise.
7549 * lib/pdtrace.in: Likewise.
7550 * configure.ac: Output variables with the transformed names of
7551 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
7552 * configure: Regenerated.
7553
7554 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7555
7556 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7557 expected message when trying to access $_probe_* convenience
7558 variables while not on a probe.
7559
7560 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7561
7562 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7563
7564 2015-02-11 Pedro Alves <pedro@codesourcery.com>
7565
7566 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7567 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7568
7569 2015-02-10 Doug Evans <xdje42@gmail.com>
7570
7571 * lib/gdb.exp (gdb_load): Always return a result.
7572
7573 2015-02-10 Pedro Alves <palves@redhat.com>
7574
7575 * gdb.threads/signal-sigtrap.c: New file.
7576 * gdb.threads/signal-sigtrap.exp: New file.
7577
7578 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7579
7580 * gdb.trace/no-attach-trace.c: New file.
7581 * gdb.trace/no-attach-trace.exp: New file.
7582
7583 2015-02-09 Mark Wielaard <mjw@redhat.com>
7584
7585 * gdb.dwarf2/atomic.c: New file.
7586 * gdb.dwarf2/atomic-type.exp: Likewise.
7587
7588 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7589
7590 * gdb.btrace/buffer-size.exp: Update "info record" output.
7591 * gdb.btrace/delta.exp: Update "info record" output.
7592 * gdb.btrace/enable.exp: Update "info record" output.
7593 * gdb.btrace/finish.exp: Update "info record" output.
7594 * gdb.btrace/instruction_history.exp: Update "info record" output.
7595 * gdb.btrace/next.exp: Update "info record" output.
7596 * gdb.btrace/nexti.exp: Update "info record" output.
7597 * gdb.btrace/step.exp: Update "info record" output.
7598 * gdb.btrace/stepi.exp: Update "info record" output.
7599 * gdb.btrace/nohist.exp: Update "info record" output.
7600
7601 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7602
7603 * gdb.btrace/buffer-size: New.
7604
7605 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7606
7607 * gdb.btrace/delta.exp: Update "info record" output.
7608 * gdb.btrace/enable.exp: Update "info record" output.
7609 * gdb.btrace/finish.exp: Update "info record" output.
7610 * gdb.btrace/instruction_history.exp: Update "info record" output.
7611 * gdb.btrace/next.exp: Update "info record" output.
7612 * gdb.btrace/nexti.exp: Update "info record" output.
7613 * gdb.btrace/step.exp: Update "info record" output.
7614 * gdb.btrace/stepi.exp: Update "info record" output.
7615 * gdb.btrace/nohist.exp: Update "info record" output.
7616
7617 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
7618
7619 PR gdb/15678
7620 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7621
7622 2015-02-06 Pedro Alves <palves@redhat.com>
7623
7624 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7625 macro.
7626 (seconds_left, again): New globals.
7627 (main): Wait seconds_left in a 1-second sleep loop instead of
7628 sleeping 180 seconds. If 'again' is set, reset the seconds
7629 counter.
7630 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7631 'again' in the inferior before detaching. Print the seconds left.
7632 (options): New global.
7633 (top level): Build program with -DTIMEOUT=$timeout.
7634
7635 2015-02-06 Pedro Alves <palves@redhat.com>
7636
7637 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7638 determine how many seconds to pass to 'alarm'.
7639 * gdb.base/gdb-sigterm.exp (top level): Build program with
7640 -DTIMEOUT=$timeout.
7641 (do_test): Return success/failure indication. Add more verbose
7642 logging. Don't fail if 200 single steps are seen. Instead, fail
7643 when the test times out.
7644 (passes): New global.
7645 (top level): Break the testing loop if testing fails on any
7646 iteration. Use gdb_assert.
7647
7648 2015-02-04 Don Breazeal <donb@codesourcery.com>
7649
7650 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7651 and initialize them.
7652 (ipc_cleanup): New function.
7653 (main): Don't declare shmid, semid, and msqid. Add a call to
7654 atexit so that we call ipc_cleanup on exit.
7655
7656 2015-02-04 Pedro Alves <palves@redhat.com>
7657
7658 * boards/native-extended-gdbserver.exp: Remove any target variant
7659 specifications from the board name before clearing the isremote
7660 flag from board_info.
7661
7662 2015-01-31 Doug Evans <xdje42@gmail.com>
7663
7664 * gdb.base/maint.exp <maint print type argc>: Update expected output.
7665
7666 2015-01-31 Gary Benson <gbenson@redhat.com>
7667
7668 * gdb.base/completion.exp: Disable completion limiting for
7669 existing tests. Add new tests to check completion limiting.
7670 * gdb.linespec/ls-errs.exp: Disable completion limiting.
7671
7672 2015-01-31 Doug Evans <xdje42@gmail.com>
7673
7674 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7675
7676 2015-01-31 Doug Evans <xdje42@gmail.com>
7677
7678 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7679 entries. Duplicate file section script entries.
7680 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7681 inlined entries. Add test for safe-path rejection.
7682 * gdb.python/py-section-script.c: Add duplicate inlined section script
7683 entries. Duplicate file section script entries.
7684 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7685 inlined entries. Add test for safe-path rejection.
7686
7687 2015-01-29 Joel Brobecker <brobecker@adacore.com>
7688
7689 * gdb.ada/disc_arr_bound: New testcase.
7690
7691 2015-01-29 Joel Brobecker <brobecker@adacore.com>
7692
7693 * gdb.ada/mi_var_array: New testcase.
7694
7695 2015-01-27 Doug Evans <dje@google.com>
7696
7697 * gdb.python/py-objfile.exp: Add tests for objfile.username.
7698 Add test for objfile.filename, objfile.username after objfile
7699 has been unloaded.
7700
7701 2015-01-26 Joel Brobecker <brobecker@adacore.com>
7702
7703 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7704 the second test to print the name attribute of value
7705 returned by the call to gdb.lookup_type, and adjust
7706 the expected output accordingly.
7707
7708 2015-01-25 Mark Wielaard <mjw@redhat.com>
7709
7710 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7711 * gdb.base/disp-step-fork.c: Include unistd.h.
7712 * gdb.base/siginfo-obj.c: Include stdio.h.
7713 * gdb.base/siginfo-thread.c: Likewise.
7714 * gdb.mi/non-stop.c: Include unistd.h.
7715 * gdb.mi/nsthrexec.c: Include stdio.h.
7716 * gdb.mi/pthreads.c: Include unistd.h.
7717 * gdb.modula2/unbounded1.c (main): Declare returns int.
7718 * gdb.reverse/consecutive-reverse.c: Likewise.
7719 * gdb.threads/create-fail.c: Include unistd.h.
7720 * gdb.threads/killed.c: Likewise.
7721 * gdb.threads/linux-dp.c: Likewise.
7722 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
7723 * gdb.threads/non-ldr-exc-2.c: Likewise.
7724 * gdb.threads/non-ldr-exc-3.c: Likewise.
7725 * gdb.threads/non-ldr-exc-4.c: Likewise.
7726 * gdb.threads/pthreads.c: Include unistd.h.
7727 (main): Declare returns int.
7728 * gdb.threads/tls-main.c (foo): New declaration.
7729 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
7730
7731 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
7732
7733 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
7734 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
7735
7736 2015-01-15 Mark Wielaard <mjw@redhat.com>
7737
7738 * gdb.base/noreturn-return.c: New file.
7739 * gdb.base/noreturn-return.exp: New file.
7740 * gdb.base/noreturn-finish.c: New file.
7741 * gdb.base/noreturn-finish.exp: New file.
7742
7743 2015-01-23 Pedro Alves <palves@redhat.com>
7744
7745 * gdb.threads/continue-pending-after-query.c: New file.
7746 * gdb.threads/continue-pending-after-query.exp: New file.
7747
7748 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
7749 Simon Marchi <simon.marchi@ericsson.com>
7750
7751 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
7752 * gdb.base/valgrind-db-attach.exp: Same.
7753 * gdb.base/valgrind-infcall.exp: Same.
7754 * lib/mi-support.exp (default_mi_gdb_start): Same.
7755 * lib/prompt.exp (default_prompt_gdb_start): Same.
7756 * lib/gdb.exp (default_gdb_spawn): Same.
7757 (gdb_interact): New.
7758
7759
7760 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7761
7762 * gdb.compile/compile.exp (pointer to jit function): New test.
7763
7764 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
7765
7766 * lib/gdb.exp (supports_process_record): Return true for
7767 powerpc*-*-linux*.
7768 (supports_reverse): Likewise.
7769
7770 2015-01-15 Don Breazeal <donb@codesourcery.com>
7771
7772 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
7773 instead of checking whether the target board is remote and
7774 use spawn_wait_for_attach instead of exec/sleep.
7775 * gdb.base/attach-twice.exp: Likewise.
7776
7777 2015-01-15 Joel Brobecker <brobecker@adacore.com>
7778
7779 * gdb.ada/var_arr_attrs: New testcase.
7780
7781 2015-01-14 Pedro Alves <palves@redhat.com>
7782 Joel Brobecker <brobecker@adacore.com>
7783
7784 PR gdb/17525
7785 * gdb.base/bp-cmds-execution-x-script.c: New file.
7786 * gdb.base/bp-cmds-execution-x-script.exp: New file.
7787 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
7788
7789 2015-01-14 Pedro Alves <palves@redhat.com>
7790
7791 PR cli/17828
7792 * gdb.base/batch-preserve-term-settings.c: New file.
7793 * gdb.base/batch-preserve-term-settings.exp: New file.
7794
7795 2015-01-13 Doug Evans <dje@google.com>
7796
7797 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
7798 binary.
7799
7800 2015-01-13 Joel Brobecker <brobecker@adacore.com>
7801
7802 * Makefile.in (clean mostlyclean): Do not delete *.py.
7803
7804 2015-01-13 Joel Brobecker <brobecker@adacore.com>
7805
7806 * gdb.python/py-lookup-type.exp: New file.
7807
7808 2015-01-12 Pedro Alves <palves@redhat.com>
7809
7810 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
7811 restore GDBFLAGS before returning.
7812
7813 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7814
7815 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
7816 is_amd64_regs_target and is_x86_like_target.
7817
7818 2015-01-11 Doug Evans <xdje42@gmail.com>
7819
7820 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
7821 is given without an explicit form.
7822 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
7823 attributes.
7824 * gdb.dwarf/corrupt.exp: Ditto.
7825 * gdb.dwarf2/enum-type.exp: Ditto.
7826 * gdb.trace/entry-values.exp: Ditto.
7827 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
7828
7829 2015-01-11 Doug Evans <xdje42@gmail.com>
7830
7831 PR gdb/15830
7832 * gdb.base/maint.exp: Remove references to "maint demangle".
7833 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
7834 Add tests for explicitly specifying language to demangle.
7835 * gdb.dlang/demangle.exp: Ditto.
7836
7837 2015-01-09 Pedro Alves <palves@redhat.com>
7838
7839 * gdb.threads/non-stop-fair-events.c: New file.
7840 * gdb.threads/non-stop-fair-events.exp: New file.
7841
7842 2015-01-09 Pedro Alves <palves@redhat.com>
7843
7844 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
7845 the global scope. Set a breakpoint after all threads are started
7846 rather than stepping over two source lines. Expect the prompt.
7847 * gdb.base/watch_thread_num.c (threads_started_barrier): New
7848 global.
7849 (NUM): Now 15.
7850 (main): Use threads_started_barrier to wait for all threads to
7851 start. Main thread no longer calls thread_function. Exit after
7852 180 seconds.
7853 (loop): New function.
7854 (thread_function): Wait on threads_started_barrier barrier. Call
7855 'loop' at each iteration.
7856 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
7857 threads have started, instead of hardcoding number of "next"
7858 steps. Use an access watchpoint instead of a write watchpoint.
7859
7860 2015-01-09 Pedro Alves <palves@redhat.com>
7861
7862 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
7863 (thread_func): Wait on barrier.
7864 (main): Wait for all threads to start before stopping GDB.
7865 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
7866 global.
7867 (thread1_func, thread2_func): Wait on barrier.
7868 (main): Wait for all threads to start before stopping GDB.
7869 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
7870 New global.
7871 (thread1_func, thread2_func): Wait on barrier.
7872 (main): Wait for all threads to start before stopping GDB.
7873
7874 2015-01-09 Pedro Alves <palves@redhat.com>
7875
7876 * gdb.threads/attach-many-short-lived-threads.c: New file.
7877 * gdb.threads/attach-many-short-lived-threads.exp: New file.
7878
7879 2014-01-09 Pedro Alves <palves@redhat.com>
7880
7881 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
7882 instead of to thread 2.
7883 * gdb.threads/signal-command-multiple-signals-pending.c (main):
7884 Add barrier around each pthread_create call instead of around all
7885 calls.
7886 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
7887 Set a break on thread_function and have the child threads hit it
7888 one at at a time.
7889
7890 2015-01-09 Pedro Alves <palves@redhat.com>
7891
7892 * lib/gdb.exp (can_spawn_for_attach): New procedure.
7893 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
7894 false.
7895 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
7896 checking whether the target board is remote.
7897 * gdb.multi/multi-attach.exp: Likewise.
7898 * gdb.python/py-sync-interp.exp: Likewise.
7899 * gdb.server/ext-attach.exp: Likewise.
7900 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
7901 tests that need to attach, instead of checking whether the target
7902 board is remote at the top of the file.
7903
7904 2015-01-08 Yao Qi <yao@codesourcery.com>
7905
7906 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
7907
7908 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7909
7910 Fix testcase compilation.
7911 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
7912
7913 2015-01-06 Joel Brobecker <brobecker@adacore.com>
7914
7915 * gdb.python/py-type.exp: Add a couple test about empty
7916 array creation, and negative-length array creation.
7917
7918 2015-01-02 Doug Evans <xdje42@gmail.com>
7919
7920 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
7921
7922 2015-01-02 Doug Evans <dje@google.com>
7923
7924 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
7925
7926 2014-12-29 Yao Qi <yao@codesourcery.com>
7927
7928 * gdb.trace/entry-values.exp: Update comments. Rename variable
7929 bar_call_foo to returned_from_foo.
7930
7931 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
7932
7933 PR gdb/17394
7934 * gdb.linespec/break-asm-file.c: New file.
7935 * gdb.linespec/break-asm-file.exp: New file.
7936 * gdb.linespec/break-asm-file0.s: New file.
7937 * gdb.linespec/break-asm-file1.s: New file.
7938
7939 2014-12-18 Nigel Stephens <nigel@mips.com>
7940 Maciej W. Rozycki <macro@codesourcery.com>
7941
7942 * gdb.base/float.exp: Handle the new output from "info float" on
7943 MIPS targets.
7944
7945 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7946
7947 Fix MinGW compilation.
7948 * gdb.compile/compile-ops.exp: Update untested message if
7949 !skip_compile_feature_tests.
7950 * gdb.compile/compile-setjmp.exp: Likewise.
7951 * gdb.compile/compile-tls.exp: Likewise.
7952 * gdb.compile/compile.exp: Likewise.
7953 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
7954 supported on this host".
7955
7956 2014-12-16 Doug Evans <xdje42@gmail.com>
7957
7958 * boards/stabs.exp: New file.
7959
7960 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
7961
7962 * gdb.base/completion.exp: Adjust to format changes of "maint
7963 print user-registers".
7964
7965 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
7966
7967 PR server/17457
7968 * gdb.arch/aarch64-fp.c: New file.
7969 * gdb.arch/aarch64-fp.exp: New file.
7970
7971 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7972
7973 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
7974 r210637, r210913, r211666, r215400, r215817).
7975
7976 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
7977 * dg-extract-results.py: New file.
7978 * dg-extract-results.sh: Use it if the environment seems
7979 suitable.
7980
7981 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
7982
7983 * dg-extract-results.py (parse_run): Handle warnings that
7984 are printed before a test harness is run.
7985
7986 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
7987
7988 * dg-extract-results.py (Named): Remove __cmp__ method.
7989 (output_variation): Use a key to sort variation.harnesses.
7990
7991 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
7992
7993 * dg-extract-results.py: For Python 3, force sys.stdout to
7994 handle surrogate escape sequences.
7995 (safe_open): New function.
7996 (output_segment, main): Use it.
7997
7998 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
7999
8000 * dg-extract-results.py (Prog.result_re): Include options
8001 in test name.
8002
8003 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
8004
8005 * dg-extract-results.py (output_variation): Always sort if
8006 do_sum.
8007
8008 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
8009
8010 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
8011 as long as we get pagination notifications.
8012
8013 2014-12-15 Jason Merrill <jason@redhat.com>
8014
8015 * Makefile.in (check-gdb.%): Restore.
8016 * README: Mention it.
8017
8018 2014-12-13 Joel Brobecker <brobecker@adacore.com>
8019
8020 * gdb.ada/str_uninit: New testcase.
8021
8022 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8023
8024 PR symtab/17642
8025 * gdb.base/vla-stub-define.c: New file.
8026 * gdb.base/vla-stub.c: New file.
8027 * gdb.base/vla-stub.exp: New file.
8028
8029 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
8030 Jan Kratochvil <jan.kratochvil@redhat.com>
8031 Tom Tromey <tromey@redhat.com>
8032
8033 * configure.ac: Add gdb.compile/.
8034 * configure: Regenerate.
8035 * gdb.compile/Makefile.in: New file.
8036 * gdb.compile/compile-ops.exp: New file.
8037 * gdb.compile/compile-ops.c: New file.
8038 * gdb.compile/compile-tls.c: New file.
8039 * gdb.compile/compile-tls.exp: New file.
8040 * gdb.compile/compile-constvar.S: New file.
8041 * gdb.compile/compile-constvar.c: New file.
8042 * gdb.compile/compile-mod.c: New file.
8043 * gdb.compile/compile-nodebug.c: New file.
8044 * gdb.compile/compile-setjmp-mod.c: New file.
8045 * gdb.compile/compile-setjmp.c: New file.
8046 * gdb.compile/compile-setjmp.exp: New file.
8047 * gdb.compile/compile-shlib.c: New file.
8048 * gdb.compile/compile.c: New file.
8049 * gdb.compile/compile.exp: New file.
8050 * lib/gdb.exp (skip_compile_feature_tests): New proc.
8051
8052 2014-12-12 Tom Tromey <tromey@redhat.com>
8053
8054 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
8055 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
8056
8057 2014-12-12 Doug Evans <dje@google.com>
8058
8059 * lib/gdb-python.exp (get_python_valueof): New function.
8060 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
8061
8062 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8063
8064 * gdb.base/completion.exp: Add test for completion of "info
8065 registers ".
8066
8067 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
8068
8069 * gdb.base/func-ptrs.c: New file.
8070 * gdb.base/func-ptrs.exp: New file.
8071
8072 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8073
8074 PR breakpoints/17012
8075 * gdb.base/dprintf-detach.c: New file.
8076 * gdb.base/dprintf-detach.exp: New file.
8077
8078 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8079
8080 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
8081 * lib/gdb.exp (target_is_gdbserver): New procedure.
8082
8083 2014-12-08 Doug Evans <dje@google.com>
8084
8085 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
8086
8087 2014-12-05 Yao Qi <yao@codesourcery.com>
8088
8089 * gdb.guile/scm-error.exp: Remove the third argument to
8090 gdb_remote_download.
8091 * gdb.guile/scm-frame-args.exp: Likewise.
8092 * gdb.guile/scm-section-script.exp: Likewise.
8093
8094 2014-12-05 Yao Qi <yao@codesourcery.com>
8095
8096 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
8097
8098 2014-12-04 Doug Evans <dje@google.com>
8099
8100 * gdb.python/py-objfile.exp: Add tests for
8101 objfile.add_separate_debug_file.
8102
8103 2014-12-04 Doug Evans <dje@google.com>
8104
8105 * lib/gdb.exp (get_build_id): New function.
8106 (build_id_debug_filename_get): Rewrite to use it.
8107 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
8108
8109 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
8110
8111 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
8112 `method(long)', not just 0x0.
8113 * gdb.cp/nsalias.exp: Align code labels to 4.
8114 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
8115 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
8116 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
8117 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
8118 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
8119 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
8120
8121 2014-12-02 Doug Evans <dje@google.com>
8122
8123 PR symtab/17602
8124 * gdb.cp/anon-ns.cc: Move guts of this file to ...
8125 * gdb.cp/anon-ns2.cc: ... here. New file.
8126 * gdb.cp/anon-ns.exp: Update.
8127
8128 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
8129
8130 * gdb.python/py-events.py (inferior_call_handler): New.
8131 (register_changed_handler, memory_changed_handler): New.
8132 (test_events.invoke): Register new handlers.
8133 * gdb.python/py-events.exp: Add tests for inferior call,
8134 memory_changed and register_changed events.
8135
8136 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8137
8138 * gdb.base/execl-update-breakpoints.exp: Specify the link address
8139 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
8140 if the linker doesn't understand this.
8141
8142 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
8143
8144 * gdb.python/python.exp: Change expected reply to help().
8145
8146 2014-12-01 Yao Qi <yao@codesourcery.com>
8147
8148 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
8149 AC_CONFIG_SUBDIRS(gdb.gdbtk).
8150 * configure: Re-generated.
8151
8152 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
8153
8154 * gdb.cp/chained-calls.cc: New file.
8155 * gdb.cp/chained-calls.exp: New file.
8156 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8157
8158 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
8159
8160 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8161 * gdb.dwarf2/symtab-producer.exp: Same.
8162 * gdb.gdb/python-interrupts.exp: Same.
8163 * gdb.gdb/python-selftest.exp: Same.
8164 * gdb.python/py-linetable.exp: Same.
8165 * gdb.python/py-type.exp: Same.
8166 * gdb.python/py-value-cc.exp: Same.
8167 * gdb.python/py-value.exp: Same.
8168
8169 2014-11-28 Yao Qi <yao@codesourcery.com>
8170
8171 * gdb.base/break-probes.exp: Match library name prefixed with
8172 sysroot.
8173
8174 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
8175
8176 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
8177 test expected output. Add parentheses for the call to print.
8178 Remove L suffix from integers.
8179
8180 2014-11-26 Doug Evans <dje@google.com>
8181
8182 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8183
8184 2014-11-22 Yao Qi <yao@codesourcery.com>
8185
8186 * gdb.trace/entry-values.c: Remove asms.
8187 (foo): Add foo_label.
8188 (bar): Add bar_label.
8189 * gdb.trace/entry-values.exp: Remove code computing foo's
8190 length and bar's length.
8191 (Dwarf::assemble): Invoke function_range for bar and use
8192 MACRO_AT_func for foo.
8193
8194 2014-11-22 Yao Qi <yao@codesourcery.com>
8195
8196 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8197 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
8198 Use .Lgcc43_procstart instead of gcc43.
8199
8200 2014-11-21 Joel Brobecker <brobecker@adacore.com>
8201
8202 * gdb.ada/n_arr_bound: New testcase.
8203
8204 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
8205
8206 PR breakpoints/10737
8207 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8208 test_catch_syscall_multi_arch.
8209 (test_catch_syscall_multi_arch): New function.
8210
8211 2014-11-20 Doug Evans <xdje42@gmail.com>
8212
8213 * gdb.base/maint.exp: Update expected output.
8214
8215 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8216
8217 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8218 4-byte instruction on S390.
8219
8220 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8221
8222 * gdb.ada/arr_arr: New testcase.
8223
8224 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8225
8226 * gdb.ada/pkd_arr_elem: New Testcase.
8227
8228 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
8229
8230 * gdb.reverse/break-precsave: Expect completion message for
8231 core file reads.
8232 * gdb.reverse/consecutive-precsave.exp: Likewise.
8233 * gdb.reverse/finish-precsave.exp: Likewise.
8234 * gdb.reverse/i386-precsave.exp: Likewise.
8235 * gdb.reverse/machinestate-precsave.exp: Likewise.
8236 * gdb.reverse/sigall-precsave.exp: Likewise.
8237 * gdb.reverse/solib-precsave.exp: Likewise.
8238 * gdb.reverse/step-precsave.exp: Likewise.
8239 * gdb.reverse/until-precsave.exp: Likewise.
8240 * gdb.reverse/watch-precsave.exp: Likewise.
8241
8242 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8243
8244 * gdb.base/bp-permanent.c: Include unistd.h.
8245 * gdb.python/py-framefilter-mi.c (main): Add return type.
8246 * gdb.python/py-framefilter.c (main): Likewise.
8247 * gdb.trace/actions-changed.c (main): Likewise.
8248
8249 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8250
8251 * gdb.mi/until.c: Add eye-catchers.
8252 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8253 line numbers.
8254
8255 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8256
8257 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8258 function header variants in break1.c.
8259 * gdb.base/ena-dis-br.exp: Likewise.
8260 * gdb.base/hbreak2.exp: Likewise.
8261 * gdb.reverse/until-precsave.exp: Drop references to removed
8262 non-prototype function header variants in ur1.c.
8263 * gdb.reverse/until-reverse.exp: Likewise.
8264
8265 2014-11-17 Petr Machata <pmachata@redhat.com>
8266
8267 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8268 ${_cu_offset_size} bytes abbrev offset.
8269
8270 2014-11-15 Doug Evans <xdje42@gmail.com>
8271
8272 PR symtab/17559
8273 * gdb.base/line-symtabs.exp: New file.
8274 * gdb.base/line-symtabs.c: New file.
8275 * gdb.base/line-symtabs.h: New file.
8276
8277 2014-11-14 Yao Qi <yao@codesourcery.com>
8278
8279 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8280 (func): Add label func_label.
8281 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8282 Replace low_pc and high_pc with MACRO_AT_range.
8283 Replace name, low_pc and high_pc with MACRO_AT_func.
8284
8285 2014-11-14 Yao Qi <yao@codesourcery.com>
8286
8287 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8288 Replace name, low_pc and high_pc with MACRO_AT_func.
8289
8290 2014-11-14 Yao Qi <yao@codesourcery.com>
8291
8292 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8293 produce debug information.
8294 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8295
8296 2014-11-14 Yao Qi <yao@codesourcery.com>
8297
8298 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8299 object and get function length.
8300 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8301 with MACRO_AT_func.
8302 (top-level): Replace gdb_compile and clean_restart with
8303 prepare_for_testing.
8304 * gdb.dwarf2/main.c (main): Add label main_label.
8305
8306 2014-11-14 Yao Qi <yao@codesourcery.com>
8307
8308 * lib/dwarf.exp (function_range): New procedure.
8309 (Dwarf::_handle_macro_at_func): New procedure.
8310 (Dwarf::_handle_macro_at_range): New procedure.
8311 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8312
8313 2014-11-14 Yao Qi <yao@codesourcery.com>
8314
8315 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8316 (_handle_attribute): New procedure.
8317
8318 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8319
8320 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8321 * gdb.base/call-sc.c (zed): Likewise.
8322 * gdb.base/checkpoint.c (main): Likewise.
8323 * gdb.base/dump.c (main): Likewise.
8324 * gdb.base/gcore.c (main): Likewise.
8325 * gdb.base/huge.c (main): Likewise.
8326 * gdb.base/multi-forks.c (main): Likewise.
8327 * gdb.base/pr10179-a.c (main): Likewise.
8328 * gdb.base/savedregs.c (main): Likewise.
8329 * gdb.base/sigaltstack.c (main): Likewise.
8330 * gdb.base/siginfo.c (main): Likewise.
8331 * gdb.base/structs.c (zed): Likewise.
8332 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8333 * gdb.mi/mi-syn-frame.c (main): Likewise.
8334 * gdb.mi/until.c (foo, main): Likewise.
8335 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8336 * gdb.base/solib-weak.c (foo): Declare.
8337 * gdb.base/attach-twice.c: Include stdio.h.
8338 * gdb.base/weaklib1.c: Likewise.
8339 * gdb.base/weaklib2.c: Likewise.
8340 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8341 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8342 unistd.h.
8343 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8344 * gdb.mi/mi-exit-code.c: Likewise.
8345 * gdb.base/break-interp-lib.c: Include string.h.
8346 * gdb.base/coremaker.c: Likewise.
8347 * gdb.base/testenv.c: Likewise.
8348 * gdb.python/py-finish-breakpoint.c: Likewise.
8349 * gdb.base/inferior-died.c: Include sys/wait.h.
8350 * gdb.base/fileio.c: Include time.h.
8351 * gdb.base/async-shell.c: Include unistd.h.
8352 * gdb.base/dprintf-non-stop.c: Likewise.
8353 * gdb.base/info-os.c: Likewise.
8354 * gdb.mi/mi-console.c: Likewise.
8355 * gdb.mi/watch-nonstop.c: Likewise.
8356 * gdb.python/py-events.c: Likewise.
8357 * gdb.base/async.c (baz): Move up before its invocation.
8358 * gdb.base/code_elim2.c (my_global_func): Likewise.
8359 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8360 * gdb.base/advance.c (func2): Likewise.
8361
8362 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8363
8364 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8365 variant.
8366 * gdb.base/annota3.c: Likewise.
8367 * gdb.base/async.c: Likewise.
8368 * gdb.base/average.c: Likewise.
8369 * gdb.base/call-ar-st.c: Likewise.
8370 * gdb.base/call-rt-st.c: Likewise.
8371 * gdb.base/call-sc.c: Likewise.
8372 * gdb.base/call-strs.c: Likewise.
8373 * gdb.base/ending-run.c: Likewise.
8374 * gdb.base/execd-prog.c: Likewise.
8375 * gdb.base/exprs.c: Likewise.
8376 * gdb.base/foll-exec.c: Likewise.
8377 * gdb.base/foll-fork.c: Likewise.
8378 * gdb.base/foll-vfork.c: Likewise.
8379 * gdb.base/funcargs.c: Likewise.
8380 * gdb.base/gcore.c: Likewise.
8381 * gdb.base/jump.c: Likewise.
8382 * gdb.base/langs0.c: Likewise.
8383 * gdb.base/langs1.c: Likewise.
8384 * gdb.base/langs2.c: Likewise.
8385 * gdb.base/mips_pro.c: Likewise.
8386 * gdb.base/nodebug.c: Likewise.
8387 * gdb.base/opaque0.c: Likewise.
8388 * gdb.base/opaque1.c: Likewise.
8389 * gdb.base/recurse.c: Likewise.
8390 * gdb.base/run.c: Likewise.
8391 * gdb.base/scope0.c: Likewise.
8392 * gdb.base/scope1.c: Likewise.
8393 * gdb.base/setshow.c: Likewise.
8394 * gdb.base/setvar.c: Likewise.
8395 * gdb.base/shmain.c: Likewise.
8396 * gdb.base/shr1.c: Likewise.
8397 * gdb.base/shr2.c: Likewise.
8398 * gdb.base/sigall.c: Likewise.
8399 * gdb.base/signals.c: Likewise.
8400 * gdb.base/so-indr-cl.c: Likewise.
8401 * gdb.base/solib2.c: Likewise.
8402 * gdb.base/structs.c: Likewise.
8403 * gdb.base/sum.c: Likewise.
8404 * gdb.base/vforked-prog.c: Likewise.
8405 * gdb.base/watchpoint.c: Likewise.
8406 * gdb.reverse/shr2.c: Likewise.
8407 * gdb.reverse/until-reverse.c: Likewise.
8408 * gdb.reverse/ur1.c: Likewise.
8409 * gdb.reverse/watch-reverse.c: Likewise.
8410
8411 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8412
8413 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8414 variant.
8415 * gdb.base/sepdebug.exp: Drop references to removed code.
8416
8417 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8418
8419 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8420 variant. Preserve original line numbering.
8421 * gdb.base/list1.c: Likewise.
8422
8423 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8424
8425 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8426 variant.
8427 * gdb.base/break1.c: Likewise.
8428 * gdb.base/break.exp: Drop references to removed code.
8429
8430 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8431
8432 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8433 variant.
8434
8435 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8436
8437 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8438
8439 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8440
8441 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8442 logic into perform_all_tests() and invoke it with and without
8443 function header prototypes.
8444 (do_function_calls): Remove conditional XFAIL for PR 5318.
8445 (rerun_and_prepare): Remove duplicate code.
8446 (perform_all_tests): New. Main logic moved here.
8447
8448 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8449
8450 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8451 code guarded by #ifdef NO_PROTOTYPES.
8452 (t_double_many_args): Likewise.
8453 (DEF_FUNC_MANY_ARGS_1): Likewise.
8454 (DEF_FUNC_VALUES_1): Likewise.
8455 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8456 guarded by #ifdef PROTOTYPES.
8457
8458 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8459
8460 * gdb.mi/mi-console.c: Add eye-catcher.
8461 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8462 instead of literal line number.
8463
8464 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8465
8466 * gdb.base/shr2.c: Add eye-catcher.
8467 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8468 line number.
8469
8470 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8471
8472 * gdb.base/jump.c: Add eye-catchers.
8473 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8474 numbers.
8475
8476 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8477
8478 * gdb.base/execd-prog.c: Add eye-catchers.
8479 * gdb.base/foll-exec.c: Likewise.
8480 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8481 line numbers.
8482
8483 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8484
8485 * gdb.base/ending-run.c: Add eye-catchers.
8486 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8487 literal line numbers.
8488
8489 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8490
8491 * gdb.base/call-rt-st.c: Add eye-catchers.
8492 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8493 literal line numbers.
8494
8495 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8496
8497 * gdb.base/call-ar-st.c: Add eye-catchers.
8498 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8499 literal line numbers.
8500
8501 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8502
8503 * gdb.base/average.c: Add eye-catchers.
8504 * gdb.base/sum.c: Likewise.
8505 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8506 regexps dynamically.
8507
8508 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8509
8510 * gdb.base/solib1.c: Add eye-catchers.
8511 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8512 literal line numbers.
8513
8514 2014-11-12 Pedro Alves <palves@redhat.com>
8515
8516 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8517 leader has exited.
8518
8519 2014-11-12 Pedro Alves <palves@redhat.com>
8520
8521 * gdb.arch/i386-bp_permanent.c: New file.
8522 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8523 (srcfile): Set to i386-bp_permanent.c.
8524 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8525 that stepi does not execute the 'leave' instruction, instead of
8526 testing it does execute.
8527 * gdb.base/bp-permanent.c: New file.
8528 * gdb.base/bp-permanent.exp: New file.
8529
8530 2014-11-10 Doug Evans <xdje42@gmail.com>
8531
8532 PR symtab/17564
8533 * gdb.base/symtab-search-order.exp: New file.
8534 * gdb.base/symtab-search-order.c: New file.
8535 * gdb.base/symtab-search-order-1.c: New file.
8536 * gdb.base/symtab-search-order-shlib-1.c: New file.
8537
8538 2014-11-07 Pedro Alves <palves@redhat.com>
8539
8540 PR gdb/17511
8541 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8542 i?86-*-linux*.
8543
8544 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8545
8546 PR c++/17494
8547 * gdb.cp/pr17494.cc: New file.
8548 * gdb.cp/pr17494.exp: New file.
8549
8550 2014-11-02 Yao Qi <yao@codesourcery.com>
8551
8552 * gdb.python/python.exp: Get working directory and match the
8553 output of "set extended-prompt \\w " with it.
8554
8555 2014-10-30 Doug Evans <dje@google.com>
8556
8557 * gdb.python/py-objfile.exp: Add tests for setting random attributes
8558 in objfiles.
8559 * gdb.python/py-progspace.exp: Add tests for setting random attributes
8560 in progspaces.
8561
8562 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
8563
8564 * gdb.base/fullpath-expand.exp: Skip for a remote host.
8565 * gdb.base/realname-expand.exp: Likewise.
8566 * gdb.linespec/macro-relative.exp: Likewise.
8567
8568 2014-10-29 Pedro Alves <palves@redhat.com>
8569
8570 PR gdb/17408
8571 * gdb.threads/schedlock.c (some_function): New function.
8572 (call_function): New global.
8573 (MAYBE_CALL_SOME_FUNCTION): New macro.
8574 (thread_function): Call it.
8575 * gdb.threads/schedlock.exp (get_args): Add description parameter,
8576 and use it instead of a global counter. Adjust all callers.
8577 (get_current_thread): Use "find current thread" for test message
8578 here rather than having all callers pass down the same string.
8579 (goto_loop): New procedure, factored out from ...
8580 (my_continue): ... this.
8581 (step_ten_loops): Change parameter from test message to command to
8582 use. Adjust.
8583 (list_count): Delete global.
8584 (check_result): New procedure, factored out from duplicate top
8585 level code.
8586 (continue tests): Wrap in with_test_prefix.
8587 (test_step): New procedure, factored out from duplicate top level
8588 code.
8589 (top level): Test "step" in combination with all scheduler-locking
8590 modes. Test "next" in combination with all scheduler-locking
8591 modes, and in combination with stepping over a function call or
8592 not.
8593 * gdb.threads/next-bp-other-thread.c: New file.
8594 * gdb.threads/next-bp-other-thread.exp: New file.
8595
8596 2014-10-29 Pedro Alves <palves@redhat.com>
8597
8598 PR python/17372
8599 * gdb.python/python.exp: Test a multi-line command that spawns
8600 interactive Python.
8601 * gdb.base/multi-line-starts-subshell.exp: New file.
8602
8603 2014-10-29 Yao Qi <yao@codesourcery.com>
8604
8605 * gdb.base/fileio.exp: Make directories on host.
8606
8607 2014-10-29 Yao Qi <yao@codesourcery.com>
8608
8609 * gdb.base/fileio.c (test_write): Close the file.
8610
8611 2014-10-28 Pedro Alves <palves@redhat.com>
8612
8613 PR gdb/12623
8614 * gdb.base/sigstep.c (no_handler): New global.
8615 (main): If 'no_handler is true, set the signal handlers to
8616 SIG_IGN.
8617 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8618 with_sw_watch and no_handler parameters. Handle them.
8619 (top level) <stepping over handler when stopped at a breakpoint
8620 test>: Add a test axis for testing with a software watchpoint, and
8621 another for testing with the signal handler set to SIG_IGN.
8622 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8623 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8624
8625 2014-10-28 Pedro Alves <palves@redhat.com>
8626
8627 PR gdb/17511
8628 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8629 * gdb.base/sigstep.exp (other_handler_location): New global.
8630 (advance): Support stepping into the signal handler, and running
8631 commands while in the handler.
8632 (in_handler_map): New global.
8633 (top level): In the advance test, add combinations for getting
8634 into the handler with stepping commands, and for running commands
8635 in the handler. Add comment descripting the advancei tests.
8636
8637 2014-10-28 Pedro Alves <palves@redhat.com>
8638
8639 * gdb.base/sigstep.exp: Use build_executable instead of
8640 prepare_for_testing.
8641 (top level): Move code that starts GDB, runs to main and creates a
8642 display to ...
8643 (restart): ... this new procedure.
8644 (top level): Move backtrace from signal handler test to ...
8645 (validate_backtrace): ... this new procedure.
8646 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
8647 with_test_prefix. Always restart GDB.
8648 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
8649 with_test_prefix. Always restart GDB. No need to delete
8650 breakpoints after the test.
8651 (test_skip_handler): Remove prefix parameter.
8652 (skip_over_handler, breakpoint_to_handler)
8653 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8654 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
8655 restart GDB. No need to delete breakpoints after the test.
8656 (top level): Use foreach to call the test procedures with
8657 different commands.
8658
8659 2014-10-28 Pedro Alves <palves@redhat.com>
8660
8661 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8662 instead of GNATS numbers.
8663 * gdb.base/sigbpt.exp: Likewise.
8664 * gdb.base/siginfo.exp: Likewise.
8665 * gdb.base/sigstep.exp: Likewise.
8666
8667 2014-10-27 Pedro Alves <palves@redhat.com>
8668
8669 * gdb.base/sigstep.c (dummy): New global.
8670 (main): Issue a couple writes to the new global.
8671 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8672 procedures.
8673 (skip_over_handler): Use test_skip_handler.
8674 (top level): Call skip_over_handler for stepi and nexti too.
8675 (breakpoint_over_handler): Use test_skip_handler.
8676 (top level): Call breakpoint_over_handler for stepi and nexti too.
8677
8678 2014-10-27 Yao Qi <yao@codesourcery.com>
8679
8680 * gdb.trace/tfile.c (adjust_function_address)
8681 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8682 function descriptor.
8683
8684 2014-10-24 Don Breazeal <donb@codesourcery.com>
8685
8686 * gdb.base/foll-fork.exp (test_follow_fork,
8687 catch_fork_child_follow): Check for updated fork messages emitted
8688 from infrun.c.
8689 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8690 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8691 vfork_and_exec_child_follow_through_step): Check for updated vfork
8692 messages emitted from infrun.c.
8693
8694 2014-10-24 Pedro Alves <palves@redhat.com>
8695
8696 * gdb.base/corefile.exp: Remove references to ultrix.
8697 * gdb.base/interrupt.exp: Likewise.
8698 * gdb.base/whatis.exp: Likewise.
8699 * gdb.gdb/selftest.exp: Likewise.
8700 * gdb.threads/manythreads.exp: Likewise.
8701 * gdb.threads/print-threads.exp: Likewise.
8702 * gdb.threads/pthreads.exp:: Likewise.
8703 * gdb.threads/schedlock.exp: Likewise.
8704
8705 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
8706
8707 * gdb.cp/non-trivial-retval.cc: Add a test case.
8708 * gdb.cp/non-trivial-retval.exp: Add a test.
8709
8710 2014-10-20 Yao Qi <yao@codesourcery.com>
8711
8712 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8713 * gdb.python/py-objfile-script-gdb.py: New file.
8714 * gdb.python/py-objfile-script.exp: Update reference to
8715 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
8716 of remote_download. Remove the dest file.
8717
8718 2014-10-20 Yao Qi <yao@codesourcery.com>
8719
8720 * gdb.base/checkpoint.exp: Don't remove file copied on host.
8721 * gdb.base/step-line.exp: Likewise.
8722 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8723 * gdb.dwarf2/dw2-basic.exp: Likewise.
8724 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8725 * gdb.dwarf2/dw2-filename.exp: Likewise.
8726 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8727 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8728 * gdb.dwarf2/dw2-producer.exp: Likewise.
8729 * gdb.dwarf2/mac-fileno.exp: Likewise.
8730 * gdb.python/py-frame-args.exp: Likewise.
8731 * gdb.python/py-framefilter.exp: Likewise.
8732 * gdb.python/py-mi.exp: Likewise.
8733 * gdb.python/py-objfile-script.exp: Likewise
8734 * gdb.python/py-pp-integral.exp: Likewise.
8735 * gdb.python/py-pp-re-notag.exp: Likewise.
8736 * gdb.python/py-prettyprint.exp: Likewise.
8737 * gdb.python/py-section-script.exp: Likewise.
8738 * gdb.python/py-typeprint.exp: Likewise.
8739 * gdb.python/py-xmethods.exp: Likewise.
8740 * gdb.stabs/weird.exp: Likewise.
8741 * gdb.xml/tdesc-regs.exp: Likewise.
8742
8743 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
8744
8745 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
8746 (out_cu): Use addr_len for the size of addresses.
8747 (out_line): Likewise. Size DW_LNE_set_address instruction
8748 according to addr_len.
8749 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
8750 (FUNC): Add START_INSNS to definition.
8751
8752 2014-10-18 Yao Qi <yao@codesourcery.com>
8753
8754 * gdb.base/argv0-symlink.exp: Check argv[0] value if
8755 gdb_has_argv0 return true.
8756 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
8757 check [target_info exists noargs], check [gdb_has_argv0]
8758 instead.
8759 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
8760 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
8761 procedures.
8762
8763 2014-10-17 Doug Evans <dje@google.com>
8764
8765 * gdb.python/py-events.exp: Update expected output for clear_objfiles
8766 event.
8767 * gdb.python/py-events.py: Add clear_objfiles event.
8768
8769 2014-10-17 Doug Evans <dje@google.com>
8770
8771 * gdb.python/py-objfile.exp: Test progspace attribute.
8772
8773 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
8774
8775 * gdb.guile/scm-breakpoint.exp: Do not assume any
8776 directory separators when matching source file paths.
8777 * gdb.python/py-breakpoint.exp: Likewise.
8778 * gdb.reverse/break-precsave.exp: Likewise.
8779 * gdb.reverse/break-reverse.exp: Likewise.
8780 * gdb.reverse/consecutive-precsave.exp: Likewise.
8781 * gdb.reverse/finish-precsave.exp: Likewise.
8782 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8783 * gdb.reverse/finish-reverse.exp: Likewise.
8784 * gdb.reverse/i386-precsave.exp: Likewise.
8785 * gdb.reverse/i387-env-reverse.exp: Likewise.
8786 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8787 * gdb.reverse/machinestate-precsave.exp: Likewise.
8788 * gdb.reverse/machinestate.exp: Likewise.
8789 * gdb.reverse/sigall-precsave.exp: Likewise.
8790 * gdb.reverse/solib-precsave.exp: Likewise.
8791 * gdb.reverse/step-precsave.exp: Likewise.
8792 * gdb.reverse/until-precsave.exp: Likewise.
8793 * gdb.reverse/watch-precsave.exp: Likewise.
8794 * gdb.reverse/watch-reverse.exp: Likewise.
8795
8796 2014-10-17 Yao Qi <yao@codesourcery.com>
8797
8798 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
8799 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
8800
8801 2014-10-17 Pedro Alves <palves@redhat.com>
8802
8803 PR gdb/17471
8804 * gdb.base/bg-execution-repeat.c: New file.
8805 * gdb.base/bg-execution-repeat.exp: New file.
8806
8807 2014-10-17 Pedro Alves <palves@redhat.com>
8808
8809 PR gdb/17300
8810 * gdb.base/continue-all-already-running.c: New file.
8811 * gdb.base/continue-all-already-running.exp: New file.
8812
8813 2014-10-17 Pedro Alves <palves@redhat.com>
8814
8815 PR gdb/17472
8816 * gdb.base/annota-input-while-running.c: New file.
8817 * gdb.base/annota-input-while-running.exp: New file.
8818
8819 2014-10-17 Pedro Alves <palves@redhat.com>
8820
8821 * gdb.base/callfuncs.exp: emove references to osf.
8822 * gdb.base/sigall.exp: Likewise.
8823 * gdb.gdb/selftest.exp: Likewise.
8824 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
8825 * gdb.mi/non-stop.c: Likewise.
8826 * gdb.mi/pthreads.c: Likewise.
8827 * gdb.reverse/sigall-precsave.exp: Likewise.
8828 * gdb.reverse/sigall-reverse.exp: Likewise.
8829 * gdb.threads/pthreads.c: Likewise.
8830 * gdb.threads/pthreads.exp: Likewise.
8831
8832 2014-10-17 Yao Qi <yao@codesourcery.com>
8833
8834 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
8835 check 'target_info exists noargs'.
8836 (test_command_prompt_position): Likewise.
8837 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
8838 Remove "set args".
8839 (progvar_simple_while_test): Likewise.
8840 (progvar_complex_if_while_test): Likewise.
8841 (if_while_breakpoint_command_test): Likewise.
8842 (infrun_breakpoint_command_test): Likewise.
8843 (breakpoint_command_test): Likewise.
8844 (watchpoint_command_test): Likewise.
8845 (bp_deleted_in_command_test): Likewise.
8846 (temporary_breakpoint_commands): Likewise.
8847
8848 2014-10-16 Yao Qi <yao@codesourcery.com>
8849
8850 * gdb.base/remotetimeout.exp: Remove noargs checking.
8851
8852 2014-10-15 Pedro Alves <palves@redhat.com>
8853
8854 PR breakpoints/9649
8855 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
8856 * gdb.base/breakpoint-in-ro-region.exp
8857 (probe_target_hardware_step): New procedure.
8858 (top level): Probe hardware stepping and hardware breakpoint
8859 support. Test stepping through a read-only region, with both
8860 "breakpoint auto-hw" on and off and both "always-inserted" on and
8861 off.
8862
8863 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
8864
8865 * gdb.dlang/demangle.exp: Update for demangling changes.
8866
8867 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8868
8869 * gdb.cp/non-trivial-retval.cc: Add new test cases.
8870 * gdb.cp/non-trivial-retval.exp: Add new tests.
8871
8872 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8873
8874 PR c++/13403
8875 PR c++/15154
8876 * gdb.cp/non-trivial-retval.cc: New file.
8877 * gdb.cp/non-trivial-retval.exp: New file.
8878
8879 2014-10-15 Yao Qi <yao@codesourcery.com>
8880
8881 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
8882 remote host.
8883
8884 2014-10-15 Yao Qi <yao@codesourcery.com>
8885
8886 * gdb.python/py-symbol.exp: Match file base name if host is
8887 remote, otherwise match file name with dir name.
8888 * gdb.python/py-symtab.exp: Likewise.
8889 * gdb.python/python.exp: Likewise.
8890
8891 2014-10-15 Yao Qi <yao@codesourcery.com>
8892
8893 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
8894 pattern.
8895 * gdb.python/py-symtab.exp: Likewise.
8896 * gdb.python/python.exp: Remove trailing ".*". Fix typo
8897 locationn.
8898
8899 2014-10-14 Joel Brobecker <brobecker@adacore.com>
8900
8901 * gdb.ada/addr_arith: New testcase.
8902
8903 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
8904
8905 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
8906 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
8907 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
8908 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
8909
8910 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
8911
8912 * gdb.arch/stap-eval-lang-ada.S: Likewise.
8913 * gdb.arch/stap-eval-lang-ada.c: Likewise.
8914 * gdb.arch/stap-eval-lang-ada.exp: New file.
8915
8916 2014-10-14 Yao Qi <yao@codesourcery.com>
8917
8918 * gdb.mi/mi-var-child.c (nothing1): New function.
8919 (nothing2): New function.
8920 (do_children_tests): Set function pointers by nothing1 and
8921 nothing2.
8922 * gdb.mi/mi-var-child.exp: Step over new added statements.
8923 Update test to match the new output.
8924 * gdb.mi/var-cmd.c (nothing1): New function.
8925 (nothing2): New function.
8926 (do_children_tests): Set function pointers by nothing1 and
8927 nothing2.
8928 * gdb.mi/mi-var-display.exp: Update test to match output.
8929 Step to the line specified by $line_dct_nothing.
8930 Increase the number of lines to step.
8931
8932 2014-10-14 Yao Qi <yao@codesourcery.com>
8933
8934 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
8935 tests.
8936 * gdb.mi/mi2-var-child.exp: Likewise.
8937
8938 2014-10-13 Doug Evans <dje@google.com>
8939
8940 * gdb.python/py-objfile.exp: Change name of file name test.
8941
8942 2014-10-13 Doug Evans <dje@google.com>
8943
8944 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
8945 from the start of the CU.
8946
8947 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8948 Yao Qi <yao@codesourcery.com>
8949
8950 Fix "save breakpoints" for "catch" command.
8951 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
8952 Remove -nonewline. Match also the added "main" line.
8953
8954 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8955
8956 Fix "save breakpoints" for "disable $bpnum" command.
8957 * gdb.base/save-bp.c (main): Add label.
8958 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
8959
8960 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8961
8962 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
8963
8964 2014-10-11 Yao Qi <yao@codesourcery.com>
8965
8966 * gdb.server/server-kill.exp: Execute command
8967 "set remote trace-status-packet on" before "tstatus".
8968
8969 2014-10-11 Yao Qi <yao@codesourcery.com>
8970
8971 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
8972 (main): Call getppid.
8973 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
8974 and continue to it. Read variable "server_pid".
8975
8976 2014-10-11 Yao Qi <yao@codesourcery.com>
8977
8978 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
8979
8980 2014-10-11 Yao Qi <yao@codesourcery.com>
8981
8982 * gdb.threads/thread-find.exp: Don't execute command
8983 "info threads".
8984 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
8985 * gdb.threads/linux-dp.exp: Don't check the condition
8986 $threads_created equals to zero.
8987
8988 2014-10-10 Pedro Alves <palves@redhat.com>
8989
8990 * gdb.base/bigcore.exp: Remove references to IRIX.
8991 * gdb.base/funcargs.exp: Likewise.
8992 * gdb.base/interrupt.exp: Likewise.
8993 * gdb.base/mips_pro.exp: Likewise.
8994 * gdb.base/nodebug.exp: Likewise.
8995 * gdb.base/setvar.exp: Likewise.
8996 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
8997
8998 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8999 Pedro Alves <palves@redhat.com>
9000
9001 PR symtab/14466
9002 * gdb.base/vdso-warning.c: New file.
9003 * gdb.base/vdso-warning.exp: New file.
9004
9005 2014-10-02 Doug Evans <dje@google.com>
9006
9007 * gdb.base/structs.c (main): Don't run forever.
9008
9009 2014-10-02 Pedro Alves <palves@redhat.com>
9010
9011 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
9012 (top level) <stop threads 1, stop threads 2>: Use it.
9013
9014 2014-10-02 Pedro Alves <palves@redhat.com>
9015
9016 * gdb.threads/break-while-running.exp (test): Add new
9017 'update_thread_list' argument. Skip "info threads" if false.
9018 (top level): Add new 'update_thread_list' axis.
9019
9020 2014-10-02 Pedro Alves <palves@redhat.com>
9021
9022 PR breakpoints/17431
9023 * gdb.base/execl-update-breakpoints.c: New file.
9024 * gdb.base/execl-update-breakpoints.exp: New file.
9025
9026 2014-10-01 Pedro Alves <palves@redhat.com>
9027
9028 * gdb.base/breakpoint-in-ro-region.c: New file.
9029 * gdb.base/breakpoint-in-ro-region.exp: New file.
9030
9031 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
9032
9033 * gdb.mi/mi-exit-code.exp: New file.
9034 * gdb.mi/mi-exit-code.c: New file.
9035
9036 2014-09-30 Yao Qi <yao@codesourcery.com>
9037
9038 * lib/prelink-support.exp (build_executable_own_libs): Error if
9039 the target isn't native.
9040
9041 2014-09-30 Yao Qi <yao@codesourcery.com>
9042
9043 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
9044 false.
9045
9046 2014-09-22 Pedro Alves <palves@redhat.com>
9047
9048 * gdb.threads/break-while-running.exp: New file.
9049 * gdb.threads/break-while-running.c: New file.
9050
9051 2014-09-19 Yao Qi <yao@codesourcery.com>
9052
9053 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
9054 Invoke test. Restart GDB with --readnow and invoke test again.
9055
9056 2014-09-19 Yao Qi <yao@codesourcery.com>
9057
9058 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
9059 proc set_breakpoint_on_gcd_function. Invoke
9060 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
9061 invoke set_breakpoint_on_gcd_function again.
9062
9063 2014-09-18 Doug Evans <dje@google.com>
9064
9065 * gdb.dwarf2/symtab-producer.exp: New file.
9066
9067 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9068
9069 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
9070 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
9071 * gdb.base/global-var-nested-by-dso.c: Likewise.
9072 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9073
9074 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9075 Pedro Alves <palves@redhat.com>
9076
9077 * gdb.base/watch-bitfields.exp: Pass string other than test file
9078 name to prepare_for_testing.
9079 (watch): New procedure.
9080 (expect_watchpoint): Use with_test_prefix.
9081 (top level): Factor out tests to ...
9082 (test_watch_location, test_regular_watch): ... these new
9083 procedures, and use with_test_prefix and gdb_continue_to_end.
9084
9085 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
9086
9087 PR breakpoints/12526
9088 * gdb.base/watch-bitfields.exp: New file.
9089 * gdb.base/watch-bitfields.c: New file.
9090
9091 2014-09-16 Pedro Alves <palves@redhat.com>
9092
9093 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
9094 software and hardware addresses, not software address against
9095 itself.
9096
9097 2014-09-16 Pedro Alves <palves@redhat.com>
9098
9099 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
9100 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
9101
9102 2014-09-16 Pedro Alves <palves@redhat.com>
9103
9104 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
9105 files.
9106 * gdb.base/a2-run.exp: Remove all code guarded by istarget
9107 "*-*-vxworks*" throughout.
9108 * gdb.base/break.exp: Likewise.
9109 * gdb.base/default.exp: Likewise.
9110 * gdb.base/scope.exp: Likewise.
9111 * gdb.base/sepdebug.exp: Likewise.
9112 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
9113 throughout.
9114 * gdb.base/run.c: Likewise.
9115 * gdb.base/sepdebug.c: Likewise.
9116 * gdb.hp/gdb.aCC/run.c: Likewise.
9117 * gdb.reverse/until-reverse.c: Likewise.
9118 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
9119
9120 2014-09-16 Yao Qi <yao@codesourcery.com>
9121
9122 * boards/local-remote-host-native.exp: New file.
9123
9124 2014-09-14 Doug Evans <xdje42@gmail.com>
9125
9126 * gdb.threads/queue-signal.c (thread_count): New variable.
9127 (thread_count_mutex, thread_count_condvar): New variables.
9128 (incr_thread_count, wait_all_threads_running): New functions.
9129 (main): Wait for all threads to be in their thread functions.
9130
9131 2014-09-13 Doug Evans <xdje42@gmail.com>
9132
9133 * gdb.threads/queue-signal.c: New file.
9134 * gdb.threads/queue-signal.exp: New file.
9135
9136 2014-09-13 Doug Evans <xdje42@gmail.com>
9137
9138 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9139 be consistent with what default_gdb_init uses.
9140 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9141 the plain text of the prompt. Add some logging printfs.
9142 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9143
9144 2014-09-12 Pedro Alves <palves@redhat.com>
9145
9146 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9147 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9148 * gdb.arch/i386-size-overlap.exp: Likewise.
9149 * gdb.arch/i386-size.exp: Likewise.
9150 * gdb.arch/i386-unwind.exp: Likewise.
9151 * gdb.base/a2-run.exp: Likewise.
9152 * gdb.base/break.exp: Likewise.
9153 * gdb.base/charset.exp: Likewise.
9154 * gdb.base/chng-syms.exp: Likewise.
9155 * gdb.base/commands.exp: Likewise.
9156 * gdb.base/dbx.exp: Likewise.
9157 * gdb.base/find.exp: Likewise.
9158 * gdb.base/funcargs.exp: Likewise.
9159 * gdb.base/jit-simple.exp: Likewise.
9160 * gdb.base/reread.exp: Likewise.
9161 * gdb.base/sepdebug.exp: Likewise.
9162 * gdb.base/step-bt.exp: Likewise.
9163 * gdb.cp/mb-inline.exp: Likewise.
9164 * gdb.cp/mb-templates.exp: Likewise.
9165 * gdb.objc/basicclass.exp: Likewise.
9166 * gdb.threads/killed.exp: Likewise.
9167
9168 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9169
9170 PR tdep/17379
9171 * gdb.arch/powerpc-stackless.S: New file.
9172 * gdb.arch/powerpc-stackless.exp: New file.
9173
9174 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9175
9176 * gdb.base/attach.c: Include unistd.h.
9177 (main): Call alarm. Add label postloop.
9178 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
9179 gdb_breakpoint, gdb_continue_to_breakpoint.
9180 (test_command_line_attach_run): Kill ${testpid} in one exit path.
9181
9182 2014-09-11 Pedro Alves <palves@redhat.com>
9183
9184 PR gdb/17347
9185 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9186 * gdb.base/attach.exp (test_command_line_attach_run): New
9187 procedure.
9188 (top level): Call it.
9189
9190 2014-09-11 Pedro Alves <palves@redhat.com>
9191
9192 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9193 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9194 (do_command_attach_tests): Use spawn_wait_for_attach.
9195 * gdb.base/solib-overlap.exp: Likewise.
9196 * gdb.multi/multi-attach.exp: Likewise.
9197 * gdb.python/py-prompt.exp: Likewise.
9198 * gdb.python/py-sync-interp.exp: Likewise.
9199 * gdb.server/ext-attach.exp: Likewise.
9200
9201 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
9202
9203 * gdb.fortran/array-element.exp: Remove unexpected "continue"
9204 command in testcase. Simplify testcase.
9205
9206 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9207
9208 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9209
9210 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9211
9212 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9213
9214 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9215
9216 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9217
9218 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9219
9220 * gdb.dwarf2/dynarr-ptr.c: New file.
9221 * gdb.dwarf2/dynarr-ptr.exp: New file.
9222
9223 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9224
9225 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9226 of 30 rather than hardcoding 120 for a slow test case. Take the
9227 `gdb,timeout' target setting into account for this calculation.
9228 Don't extend the timeout for the test cases that don't need it.
9229
9230 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9231
9232 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9233 a factor of 2 for a slow test case. Take the `gdb,timeout'
9234 target setting into account for this calculation.
9235 * gdb.reverse/until-precsave.exp: Increase the timeout by
9236 a factor of 15 and 3 respectively rather than adding 120
9237 for a pair of slow test cases. Take the `gdb,timeout'
9238 target setting into account for this calculation.
9239
9240 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9241
9242 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9243 timeout, don't pass one down to gdb_expect.
9244 (gdb_expect): Rework timeout selection.
9245
9246 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9247
9248 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9249 exception on timeout.
9250 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9251 (gdbserver_start_extended): Catch any `gdbserver_start' error
9252 exceptions.
9253 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9254 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9255 `gdbserver_gdb_load' error exceptions.
9256
9257 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9258
9259 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9260 120 on waiting for the TCP socket to open.
9261
9262 2014-09-09 Doug Evans <xdje42@gmail.com>
9263
9264 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9265 _caller_matches, _any_caller_is, _any_caller_matches.
9266
9267 2014-09-09 Doug Evans <xdje42@gmail.com>
9268
9269 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9270
9271 2014-09-09 Yao Qi <yao@codesourcery.com>
9272
9273 * gdb.mi/mi-var-display.exp: Set print symbol off.
9274
9275 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9276
9277 PR gdb/17035
9278 * gdb.base/commands.exp: Add tests to verify user-defined
9279 commands with empty bodies.
9280 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9281 python commands in `show user command`.
9282 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9283 scheme commands in `show user command`.
9284
9285 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9286
9287 PR python/17355
9288 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9289 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9290 * gdb.python/py-framefilter-invalidarg.exp: New file.
9291 * gdb.python/py-framefilter-invalidarg.py: New file.
9292
9293 2014-09-06 Doug Evans <xdje42@gmail.com>
9294
9295 PR 15276
9296 * gdb.python/py-caller-is.c: New file.
9297 * gdb.python/py-caller-is.exp: New file.
9298
9299 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9300
9301 PR gdb/17235
9302 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9303 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9304
9305 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9306
9307 PR fortran/17237
9308 * gdb.fortran/print-formatted.exp: New file.
9309 * gdb.fortran/print-formatted.f90: Likewise.
9310
9311 2014-09-03 Sasha Smundak <asmundak@google.com>
9312
9313 * gdb.python/py-frame.exp: Test Frame.read_register.
9314
9315 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9316
9317 PR python/16699
9318 * gdb.python/py-completion.exp: New file.
9319 * gdb.python/py-completion.py: Likewise.
9320
9321 2014-08-28 Doug Evans <dje@google.com>
9322
9323 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9324 eax,etc. are live with values set by gdb and thus the compiler can't
9325 use them.
9326 * gdb.arch/i386-pseudo.c (main): Ditto.
9327
9328 2014-08-27 Doug Evans <dje@google.com>
9329
9330 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9331
9332 2014-08-25 Doug Evans <dje@google.com>
9333
9334 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9335 (main): Ditto.
9336
9337 2014-08-25 Doug Evans <dje@google.com>
9338
9339 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9340
9341 2014-08-24 Yao Qi <yao@codesourcery.com>
9342
9343 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9344 symbol off.
9345 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9346
9347 2014-08-22 Doug Evans <dje@google.com>
9348
9349 PR 17276
9350 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9351 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9352 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9353
9354 2014-08-22 Yao Qi <yao@codesourcery.com>
9355
9356 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9357 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9358 * gdb.python/python.exp: Likewise. Use .py file on the host
9359 instead of the build.
9360
9361 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9362
9363 * gdb.threads/gcore-stale-thread.c: New file.
9364 * gdb.threads/gcore-stale-thread.exp: New file.
9365
9366 2014-08-21 Pedro Alves <palves@redhat.com>
9367
9368 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9369 * gdb.base/gcore-relro-pie.exp: Likewise.
9370 * gdb.base/gcore-relro.exp: Likewise.
9371 * gdb.base/gcore.exp: Likewise.
9372 * gdb.base/print-symbol-loading.exp: Likewise.
9373 * gdb.threads/gcore-thread.exp: Likewise.
9374 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9375
9376 2014-08-20 Pedro Alves <palves@redhat.com>
9377 Jan Kratochvil <jan.kratochvil@redhat.com>
9378
9379 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9380 configure.
9381 (EXPECT): Handle READ1 being set.
9382 (all): Depend on EXTRA_RULES.
9383 (check-read1, expect-read1, read1.so, read1): New rules.
9384 * README (Testsuite Parameters): Document the READ1 make variable.
9385 (Race detection): New section.
9386 * configure: Regenerate.
9387 * configure.ac: If build==host==target, and running under a
9388 GNU/glibc system, add read1 to the extra Makefile rules.
9389 (EXTRA_RULES): AC_SUBST it.
9390 * lib/read1.c: New file.
9391
9392 2014-08-20 Joel Brobecker <brobecker@adacore.com>
9393
9394 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9395 the handling of variables declared as a typedef to an array
9396 which a DW_AT_data_location attribute.
9397
9398 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
9399 Pedro Alves <palves@redhat.com>
9400
9401 PR symtab/14604
9402 PR symtab/14605
9403 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9404 gdb_test.
9405
9406 2014-08-19 Pedro Alves <palves@redhat.com>
9407
9408 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9409
9410 2014-08-19 Yao Qi <yao@codesourcery.com>
9411
9412 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9413 right line.
9414
9415 2014-08-18 David Blaikie <dblaikie@gmail.com>
9416
9417 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9418
9419 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9420
9421 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9422 attribute in array range.
9423
9424 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9425
9426 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9427
9428 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9429
9430 PR c++/17132
9431 * gdb.cp/pr17132.cc: New file.
9432 * gdb.cp/pr17132.exp: New file.
9433
9434 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9435
9436 * gdb.python/py-xmethods.py (A_getarrayind)
9437 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9438 Use 'print' with function call syntax.
9439 (E_method_matcher.match): Fix tab vs space indentation mixup.
9440
9441 2014-08-15 Yao Qi <yao@codesourcery.com>
9442
9443 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9444 false.
9445
9446 2014-08-15 Yao Qi <yao@codesourcery.com>
9447
9448 * gdb.cp/casts.exp: Set print symbol off.
9449 * gdb.cp/class2.exp: Likewise.
9450 * gdb.cp/overload.exp: Likewise.
9451 * gdb.cp/templates.exp: Likewise.
9452
9453 2014-08-11 Doug Evans <dje@google.com>
9454
9455 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9456 (test_load_shlib): Update.
9457
9458 2014-08-09 Yao Qi <yao@codesourcery.com>
9459
9460 * gdb.base/display.exp: Invoke is_address_zero_readable.
9461 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9462 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9463 * gdb.base/hbreak-unmapped.exp: Return if
9464 is_address_zero_readable returns true.
9465 * gdb.base/signest.exp: Likewise.
9466 * gdb.base/signull.exp: Likewise.
9467 * gdb.base/sigbpt.exp: Likewise.
9468 * gdb.guile/scm-disasm.exp: Do the test if
9469 is_address_zero_readable returns false.
9470 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9471 * gdb.python/py-arch.exp: Likewise.
9472 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9473 * lib/gdb.exp (is_address_zero_readable): New proc.
9474
9475 2014-08-09 Yao Qi <yao@codesourcery.com>
9476
9477 PR testsuite/13443
9478 * gdb.mi/mi-var-display.exp: Make test messages unique.
9479
9480 2014-08-04 Tom Tromey <tromey@redhat.com>
9481
9482 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9483 target 0".
9484
9485 2014-08-04 Tom Tromey <tromey@redhat.com>
9486
9487 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9488 "target_resume".
9489
9490 2014-08-01 Joel Brobecker <brobecker@adacore.com>
9491
9492 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9493 inner_vla_struct_object_size.
9494 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9495 as xfail.
9496
9497 2014-07-30 Pedro Alves <palves@redhat.com>
9498
9499 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9500 comment.
9501
9502 2014-07-29 Yao Qi <yao@codesourcery.com>
9503
9504 PR gdb/17206
9505 * gdb.base/until-nodebug.exp: New.
9506
9507 2014-07-28 Doug Evans <xdje42@gmail.com>
9508
9509 PR guile/17203
9510 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9511 previously existing parameter, and previously ambiguously spelled
9512 parameter.
9513
9514 2014-07-28 Will Newton <will.newton@linaro.org>
9515
9516 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9517
9518 2014-07-26 Ludovic Courtès <ludo@gnu.org>
9519 Doug Evans <xdje42@gmail.com>
9520
9521 PR guile/17146
9522 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9523
9524 2014-07-25 Pedro Alves <palves@redhat.com>
9525
9526 * gdb.threads/signal-command-handle-nopass.c: New file.
9527 * gdb.threads/signal-command-handle-nopass.exp: New file.
9528 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9529 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9530 * gdb.threads/signal-delivered-right-thread.c: New file.
9531 * gdb.threads/signal-delivered-right-thread.exp: New file.
9532
9533 2014-07-25 Pedro Alves <palves@redhat.com>
9534
9535 * gdb.base/double-prompt-target-event-error.exp
9536 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9537 match.
9538 (cancel_pagination_in_target_event): Rework double prompt
9539 detection.
9540 * gdb.base/paginate-after-ctrl-c-running.exp
9541 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9542 <return>' match.
9543 * gdb.base/paginate-bg-execution.exp
9544 (test_bg_execution_pagination_return)
9545 (test_bg_execution_pagination_cancel): Remove '-notransfer
9546 <return>' matches.
9547 * gdb.base/paginate-execution-startup.exp
9548 (test_fg_execution_pagination_return)
9549 (test_fg_execution_pagination_cancel): Remove '-notransfer
9550 <return>' matches.
9551 * gdb.base/paginate-inferior-exit.exp
9552 (test_paginate_inferior_exited): Remove '-notransfer <return>'
9553 match.
9554 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9555 * lib/gdb.exp (pagination_prompt): Run text through
9556 string_to_regexp.
9557 (gdb_test_multiple): Match $pagination_prompt instead of
9558 "<return>".
9559 (string_to_regexp): Move to lib/gdb-utils.exp.
9560
9561 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9562
9563 * gdb.arch/amd64-entry-value-paramref.S: New file.
9564 * gdb.arch/amd64-entry-value-paramref.cc: New file.
9565 * gdb.arch/amd64-entry-value-paramref.exp: New file.
9566 * gdb.arch/amd64-optimout-repeat.S: New file.
9567 * gdb.arch/amd64-optimout-repeat.c: New file.
9568 * gdb.arch/amd64-optimout-repeat.exp: New file.
9569
9570 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9571
9572 PR gdb/17170
9573 * gdb.base/statistics.exp: New file.
9574
9575 2014-07-17 Doug Evans <dje@google.com>
9576
9577 PR gdb/17170
9578 * gdb.base/maint.exp: Update testing of per-command stats.
9579
9580 2014-07-16 Pedro Alves <palves@redhat.com>
9581
9582 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9583 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9584 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9585 (tfile_write_buf): New functions.
9586 (add_memory_block): Rewrite using the above.
9587 (adjust_function_address): New function.
9588 (FUNCTION_ADDRESS): New macro.
9589 (write_basic_trace_file): Remove short_x local, and use
9590 tfile_write_16. Change type of func_addr local to unsigned long
9591 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
9592 here. Cast argument of add_memory_block to char pointer.
9593 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
9594 (main): Remove parameters.
9595 * gdb.trace/tfile.exp: Remove nowarnings.
9596
9597 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
9598
9599 * gdb.base/debug-expr.exp: Test string evaluation with
9600 "debug expression" on.
9601
9602 2014-07-15 Pedro Alves <palves@redhat.com>
9603
9604 * gdb.base/reread.exp: Use clean_restart.
9605
9606 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
9607
9608 * gdb.arch/avr-flash-qualifer.c: New.
9609 * gdb.arch/avr-flash-qualifer.exp: New.
9610
9611 2014-07-14 Pedro Alves <palves@redhat.com>
9612
9613 * gdb.base/paginate-after-ctrl-c-running.c: New file.
9614 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9615
9616 2014-07-14 Pedro Alves <palves@redhat.com>
9617
9618 * gdb.base/double-prompt-target-event-error.c: New file.
9619 * gdb.base/double-prompt-target-event-error.exp: New file.
9620
9621 2014-07-14 Pedro Alves <palves@redhat.com>
9622
9623 PR gdb/17072
9624 * gdb.base/paginate-inferior-exit.c: New file.
9625 * gdb.base/paginate-inferior-exit.exp: New file.
9626
9627 2014-07-14 Pedro Alves <palves@redhat.com>
9628
9629 PR gdb/17072
9630 * gdb.base/paginate-bg-execution.c: New file.
9631 * gdb.base/paginate-bg-execution.exp: New file.
9632
9633 2014-07-14 Pedro Alves <palves@redhat.com>
9634
9635 PR gdb/17072
9636 * gdb.base/paginate-execution-startup.c: New file.
9637 * gdb.base/paginate-execution-startup.exp: New file.
9638 * lib/gdb.exp (pagination_prompt): New global.
9639 (default_gdb_spawn): New procedure, factored out from
9640 default_gdb_spawn.
9641 (default_gdb_start): Adjust to call default_gdb_spawn.
9642 (gdb_spawn): New procedure.
9643
9644 2014-07-14 Pedro Alves <palves@redhat.com>
9645
9646 * lib/gdb.exp (gdb_assert): New procedure.
9647 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9648
9649 2014-07-14 Pedro Alves <palves@redhat.com>
9650
9651 * gdb.base/execution-termios.c: New file.
9652 * gdb.base/execution-termios.exp: New file.
9653
9654 2014-07-14 Tom Tromey <tromey@redhat.com>
9655
9656 * gdb.cp/vla-cxx.cc: New file.
9657 * gdb.cp/vla-cxx.exp: New file.
9658
9659 2014-07-14 Tom Tromey <tromey@redhat.com>
9660
9661 * gdb.reverse/rerun-prec.c: New file.
9662 * gdb.reverse/rerun-prec.exp: New file.
9663
9664 2014-07-12 Maciej W. Rozycki <macro@mips.com>
9665 Maciej W. Rozycki <macro@codesourcery.com>
9666
9667 * lib/gdb-utils.exp: New file.
9668 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9669 inline `gdb_init_command' processing.
9670 (gdb_start_cmd): Likewise.
9671 * lib/mi-support.exp (mi_run_cmd): Likewise.
9672 * README: Document `gdb_init_command' and `gdb_init_commands'.
9673
9674 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9675
9676 Fix false FAIL running under a very long directory name.
9677 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9678 and "set print elements 10000". Twice.
9679
9680 2014-07-11 Yao Qi <yao@codesourcery.com>
9681
9682 * gdb.base/exprs.exp: "set print symbol off".
9683
9684 2014-07-11 Pedro Alves <palves@redhat.com>
9685
9686 * gdb.threads/kill.c: New file.
9687 * gdb.threads/kill.exp: New file.
9688
9689 2014-07-10 Yao Qi <yao@codesourcery.com>
9690
9691 * gdb.trace/tfile.c (write_basic_trace_file)
9692 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9693 address written to trace file.
9694
9695 2014-07-09 Pedro Alves <palves@redhat.com>
9696
9697 * gdb.base/attach-wait-input.exp: New file.
9698 * gdb.base/attach-wait-input.c: New file.
9699
9700 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9701
9702 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9703 setting up test structures.
9704 (main): Call new test function.
9705 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9706 test function, continue into test function and walk test
9707 structures.
9708
9709 2014-07-02 Yao Qi <yao@codesourcery.com>
9710
9711 * gdb.trace/entry-values.c: Define labels 'foo_start' and
9712 'bar_start' at the beginning of functions 'foo' and 'bar'
9713 respectively.
9714 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9715 instead of 'foo' and 'bar'.
9716
9717 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
9718
9719 * gdb.btrace/segv.exp: New.
9720 * gdb.btrace/segv.c: New.
9721
9722 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
9723
9724 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9725 instruction.
9726
9727 2014-06-30 Mark Wielaard <mjw@redhat.com>
9728
9729 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
9730 vulture, vilify, villar): New volatile array constants.
9731 (vindictive, vegetation): New const volatile array constants.
9732 * gdb.base/volatile.exp: Test volatile and const volatile array
9733 types.
9734
9735 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9736
9737 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
9738 target lacks support for awatch, rwatch, or hbreak.
9739
9740 2014-06-27 Yao Qi <yao@codesourcery.com>
9741
9742 * gdb.multi/dummy-frame-restore.exp: New.
9743 * gdb.multi/dummy-frame-restore.c: New.
9744
9745 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
9746
9747 * gdb.btrace/gcore.exp: New.
9748
9749 2014-06-23 Pedro Alves <palves@redhat.com>
9750
9751 * gdb.base/watchpoint-reuse-slot.c: New file.
9752 * gdb.base/watchpoint-reuse-slot.exp: New file.
9753
9754 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
9755
9756 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
9757 progspace's filename in 'info', 'enable' and 'disable' command
9758 tests.
9759
9760 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9761
9762 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
9763 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9764 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
9765
9766 2014-06-20 Gary Benson <gbenson@redhat.com>
9767
9768 * gdb.arch/i386-avx.exp: Fix include file location.
9769 * gdb.arch/i386-sse.exp: Likewise.
9770
9771 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
9772
9773 * gdb.dlang/expression.exp: New file.
9774
9775 2014-06-19 Pedro Alves <palves@redhat.com>
9776
9777 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
9778 out from ...
9779 (top level): ... here. Iterate running tests under different
9780 scheduler-locking settings.
9781
9782 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
9783
9784 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
9785 to DW_FORM_addr and use non-zero addresses.
9786
9787 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
9788
9789 PR gdb/17017
9790 * gdb.python/py-xmethods.cc: Add global function call counters and
9791 increment them in their respective functions. Remove "cout"
9792 statements.
9793 * gdb.python/py-xmethods.exp: Make tests check the global function
9794 call counters instead of depending on inferior IO.
9795
9796 2014-06-18 Don Breazeal <donb@codesourcery.com>
9797
9798 * gdb.base/foll-fork.exp (default_fork_parent_follow):
9799 Deleted procedure.
9800 (explicit_fork_parent_follow): Deleted procedure.
9801 (explicit_fork_child_follow): Deleted procedure.
9802 (test_follow_fork): New procedure.
9803 (do_fork_tests): Replace calls to deleted procedures with
9804 calls to test_follow_fork and reset GDB for subsequent
9805 procedure calls.
9806
9807 2014-06-17 Yao Qi <yao@codesourcery.com>
9808
9809 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
9810 CP1252.
9811
9812 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
9813
9814 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
9815 Initialize ptr and S explicitly.
9816 (skip_type_update_when_not_use_rtti_test): Likewise.
9817
9818 2014-06-16 Keith Seitz <keiths@redhat.com>
9819
9820 PR mi/15863
9821 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
9822 the inferior is started.
9823
9824 2014-06-16 Pedro Alves <palves@redhat.com>
9825
9826 * gdb.base/break-main-file-remove-fail.c: New file.
9827 * gdb.base/break-main-file-remove-fail.exp: New file.
9828 * gdb.base/break-unload-file.exp: Use build_executable instead of
9829 prepare_for_testing.
9830 (test_break): New parameter "initial_load". Handle it.
9831 (top level): Add initial_load cmdline/file axis.
9832
9833 2014-06-12 Tom Tromey <tromey@redhat.com>
9834
9835 * gdb.base/completion.exp: Don't use directory name in test.
9836
9837 2014-06-09 Gary Benson <gbenson@redhat.com>
9838
9839 * gdb.base/sigall.c [Functions to send signals]: Reorder to
9840 separate the always-available ANSI-standard signals from the
9841 signals that require checking.
9842 (main): Likewise.
9843 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
9844 Likewise.
9845 (main): Likewise.
9846
9847 2014-06-07 Keith Seitz <keiths@redhat.com>
9848
9849 Revert:
9850 PR c++/16253
9851 * gdb.cp/var-tag.cc: New file.
9852 * gdb.cp/var-tag.exp: New file.
9853 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
9854 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
9855 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9856 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9857
9858 2014-06-06 Doug Evans <xdje42@gmail.com>
9859
9860 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
9861
9862 2014-06-06 Pedro Alves <palves@redhat.com>
9863
9864 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
9865 in target debug output instead of looking at RSP packets,
9866 disabling the test on any target that uses hardware stepping.
9867 Update comments.
9868
9869 2014-06-06 Pedro Alves <palves@redhat.com>
9870
9871 * gdb.base/break-unload-file.exp: Fix typo.
9872
9873 2014-06-06 Yao Qi <yao@codesourcery.com>
9874
9875 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
9876 from "jit_function" to "^jit_function".
9877
9878 2014-06-06 Yao Qi <yao@codesourcery.com>
9879
9880 * gdb.base/async.c (foo): Add one statement.
9881 * gdb.base/async.exp: Get the next instruction address and
9882 match the output of "nexti" by instruction address. Match
9883 the hex address in the output of "finish".
9884
9885 2014-06-06 Gary Benson <gbenson@redhat.com>
9886
9887 * gdb.base/call-signals.c: Remove preprocessor conditionals
9888 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
9889 SIGSEGV and SIGTERM.
9890 * gdb.base/sigall.c: Likewise.
9891 * gdb.base/unwindonsignal.c: Likewise.
9892 * gdb.reverse/sigall-reverse.c: Likewise.
9893
9894 2014-06-06 Yao Qi <yao@codesourcery.com>
9895
9896 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
9897 readable, skip the test.
9898
9899 2014-06-06 Yao Qi <yao@codesourcery.com>
9900
9901 * gdb.threads/staticthreads.c (thread_function): Move the line
9902 setting breakpoint on forward.
9903 * gdb.threads/staticthreads.exp: Update comments.
9904
9905 2014-06-05 Ludovic Courtès <ludo@gnu.org>
9906
9907 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
9908 "history-append! type error".
9909
9910 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
9911
9912 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
9913 erroneous dprintf expected input.
9914
9915 2014-06-04 Doug Evans <xdje42@gmail.com>
9916
9917 * gdb.guile/scm-generics.exp: Delete.
9918
9919 2014-06-04 Doug Evans <xdje42@gmail.com>
9920
9921 * gdb.guile/scm-breakpoint.exp: Update.
9922 Add tests for breakpoint registration.
9923
9924 2014-06-04 Tom Tromey <tromey@redhat.com>
9925
9926 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
9927 VLA-in-union.
9928 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
9929 inner_vla_struct, vla_union types. Initialize objects of those
9930 types and compute their sizes.
9931
9932 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
9933 Hui Zhu <hui@codesourcery.com>
9934
9935 * gdb.base/fileio.exp: Add test for shell not available as well as
9936 available.
9937 * gdb.base/fileio.c (test_system): Check for shell twice.
9938
9939 2014-06-04 Yao Qi <yao@codesourcery.com>
9940
9941 * gdb.base/auto-connect-native-target.exp: Remove redundant
9942 space from the regexp pattern.
9943
9944 2014-06-04 Yao Qi <yao@codesourcery.com>
9945
9946 * gdb.base/default.exp: Replace "child" with "native" in
9947 regexp pattern.
9948
9949 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
9950
9951 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
9952 * gdb.python/py-xmethods.exp: New tests to test xmethods.
9953 * gdb.python/py-xmethods.py: Python script supporting the
9954 new testcase and tests.
9955
9956 2014-06-03 Joel Brobecker <brobecker@adacore.com>
9957 Pedro Alves <palves@redhat.com>
9958
9959 PR breakpoints/17000
9960 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
9961 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
9962
9963 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
9964
9965 * gdb.base/subst.exp: Add tests to verify partial path matching
9966 output.
9967
9968 2014-06-03 Pedro Alves <palves@redhat.com>
9969
9970 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
9971 target that doesn't use software single-stepping.
9972
9973 2014-06-03 Pedro Alves <palves@redhat.com>
9974
9975 PR breakpoints/17000
9976 * gdb.base/sss-bp-on-user-bp-2.c: New file.
9977 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
9978
9979 2014-06-02 Doug Evans <xdje42@gmail.com>
9980
9981 * gdb.guile/scm-parameter.exp: New file.
9982
9983 2014-06-02 Doug Evans <xdje42@gmail.com>
9984
9985 * gdb.guile/scm-cmd.c: New file.
9986 * gdb.guile/scm-cmd.exp: New file.
9987
9988 2014-06-02 Doug Evans <xdje42@gmail.com>
9989
9990 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
9991 pretty-printer lookup.
9992 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
9993 (make-pp_s-printer): Call it.
9994 (make-pretty-printer-from-dict): New function.
9995 (lookup-pretty-printer-maker-from-dict): New function.
9996 (*pretty-printer*): Simplify.
9997 (make-objfile-pp_s-printer): New function.
9998 (install-objfile-pretty-printers!): New function.
9999 (make-progspace-pp_s-printer): New function.
10000 (install-progspace-pretty-printers!): New function.
10001 * gdb.guile/scm-progspace.c: New file.
10002 * gdb.guile/scm-progspace.exp: New file.
10003
10004 2014-06-02 Pedro Alves <palves@redhat.com>
10005
10006 * gdb.base/dprintf-bp-same-addr.c: New file.
10007 * gdb.base/dprintf-bp-same-addr.exp: New file.
10008
10009 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10010
10011 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
10012 * gdb.arch/powerpc-power.s: Likewise.
10013
10014 2014-06-02 Joel Brobecker <brobecker@adacore.com>
10015
10016 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
10017
10018 2014-06-01 Yao Qi <yao@codesourcery.com>
10019
10020 * gdb.base/watchpoint.exp (test_watch_location): Check null
10021 pointer can be dereferenced. If not, do the test, otherwise
10022 skip it.
10023
10024 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
10025
10026 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
10027 results.
10028 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
10029
10030 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
10031
10032 * gdb.arch/amd64-invalid-stack-middle.S: New file.
10033 * gdb.arch/amd64-invalid-stack-middle.c: New file.
10034 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
10035 * gdb.arch/amd64-invalid-stack-top.c: New file.
10036 * gdb.arch/amd64-invalid-stack-top.exp: New file.
10037
10038 2014-05-30 Pedro Alves <palves@redhat.com>
10039
10040 PR breakpoints/17000
10041 * gdb.base/sss-bp-on-user-bp.c: New file.
10042 * gdb.base/sss-bp-on-user-bp.exp: New file.
10043
10044 2014-05-30 David Blaikie <dblaikie@gmail.com>
10045
10046 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
10047 gnu_inline semantics via attribute.
10048 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
10049 source explicitly specifies the required semantics.
10050
10051 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
10052
10053 * gdb.reverse/sigall-reverse.exp: Fix a typo.
10054
10055 2014-05-29 Pedro Alves <palves@redhat.com>
10056 Tom Tromey <tromey@redhat.com>
10057
10058 * gdb.base/async-shell.exp: Don't enable target-async.
10059 * gdb.base/async.exp
10060 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
10061 parameter. Adjust.
10062 (top level): Don't test with "target-async".
10063 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
10064 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
10065 * gdb.base/inferior-died.exp: Don't enable target-async.
10066 * gdb.base/interrupt-noterm.exp: Likewise.
10067 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
10068 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10069 * gdb.mi/mi-nonstop.exp: Likewise.
10070 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10071 * gdb.mi/mi-nsintrall.exp: Likewise.
10072 * gdb.mi/mi-nsmoribund.exp: Likewise.
10073 * gdb.mi/mi-nsthrexec.exp: Likewise.
10074 * gdb.mi/mi-watch-nonstop.exp: Likewise.
10075 * gdb.multi/watchpoint-multi.exp: Adjust comment.
10076 * gdb.python/py-evsignal.exp: Don't enable target-async.
10077 * gdb.python/py-evthreads.exp: Likewise.
10078 * gdb.python/py-prompt.exp: Likewise.
10079 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
10080 * gdb.server/solib-list.exp: Don't enable target-async.
10081 * gdb.threads/thread-specific-bp.exp: Likewise.
10082 * lib/mi-support.exp: Adjust to use mi-async.
10083
10084 2014-05-29 Pedro Alves <palves@redhat.com>
10085
10086 PR gdb/13860
10087 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
10088 reason, even in sync mode.
10089
10090 2014-05-29 Pedro Alves <palves@redhat.com>
10091 Hui Zhu <hui@codesourcery.com>
10092
10093 PR PR15693
10094 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
10095 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
10096 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
10097 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
10098
10099 2014-05-28 Joel Brobecker <brobecker@adacore.com>
10100
10101 * config/monitor.exp (gdb_target_monitor): Replace use of
10102 "set remotebaud" by "set serial baud".
10103
10104 2014-05-26 Andy Wingo <wingo@igalia.com>
10105
10106 * gdb.guile/scm-breakpoint.exp:
10107 * gdb.guile/scm-gsmob.exp: Update to use plain old object
10108 properties instead of gdb-object-properties.
10109
10110 2014-05-26 Yao Qi <yao@codesourcery.com>
10111
10112 * gdb.server/no-thread-db.exp: Specify source file name
10113 explicitly when setting a breakpoint.
10114
10115 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10116
10117 * gdb.btrace/vdso.c: New.
10118 * gdb.btrace/vdso.exp: New.
10119
10120 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10121
10122 * gdb.base/gcore.exp (capture_command_output): Move ...
10123 * lib/gdb.exp (capture_command_output): ... here.
10124
10125 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10126
10127 * gdb.btrace/data.exp: Test memory access during btrace replay.
10128
10129 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
10130
10131 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
10132
10133 2014-05-21 Pedro Alves <palves@redhat.com>
10134
10135 PR gdb/13860
10136 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
10137 (top level): Test that output related to execution commands is
10138 sent to the console with CLI commands, but not with MI commands.
10139 Test that breakpoint events are always mirrored to the console.
10140 Also expect the new source line to be output after a "next" in
10141 async mode too. Make it a pass/fail test.
10142 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10143 output.
10144 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10145
10146 2014-05-21 Pedro Alves <palves@redhat.com>
10147
10148 * gdb.base/list.exp (build_pattern, test_list): New procedures.
10149 Use them to test variations of "list" after reaching a breakpoint.
10150 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10151 Test "list" with listsize 10 after reaching a breakpoint.
10152 * gdb.python/python.exp (decode_line current location line
10153 number): Adjust expected line number.
10154
10155 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
10156
10157 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10158 behavior for $args, pass it directly to "run".
10159
10160 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
10161
10162 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
10163 30000 to 65536.
10164
10165 2014-05-21 Pedro Alves <palves@redhat.com>
10166
10167 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
10168 auto-connect-native-target off".
10169 * gdb.base/auto-connect-native-target.c: New file.
10170 * gdb.base/auto-connect-native-target.exp: New file.
10171
10172 2014-05-21 Pedro Alves <palves@redhat.com>
10173
10174 * gdb.base/default.exp: Test "target native" instead of "target
10175 child".
10176
10177 2014-05-21 Mark Wielaard <mjw@redhat.com>
10178
10179 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10180
10181 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10182
10183 Fix TLS access for -static -pthread.
10184 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10185 <HAVE_TLS> (thread_function, main): Initialize it.
10186 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10187 Add clean_restart.
10188 <$have_tls != "">: Check TLSVAR.
10189
10190 2014-05-21 Pedro Alves <palves@redhat.com>
10191
10192 * gdb.base/dcache-line-read-error.c: New.
10193 * gdb.base/dcache-line-read-error.exp: New.
10194
10195 2014-05-20 Pedro Alves <palves@redhat.com>
10196
10197 * gdb.base/compare-sections.c: New file.
10198 * gdb.base/compare-sections.exp: New file.
10199
10200 2014-05-20 Pedro Alves <palves@redhat.com>
10201
10202 * gdb.base/break-idempotent.c: New file.
10203 * gdb.base/break-idempotent.exp: New file.
10204
10205 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
10206
10207 * gdb.btrace/nohist.exp: New.
10208
10209 2014-05-20 Yao Qi <yao@codesourcery.com>
10210
10211 * lib/gdb.exp (gdb_init): Set timeout if test file is under
10212 gdb.reverse directory and gdb_reverse_timeout exists in board
10213 setting.
10214 * README: Document gdb_reverse_timeout.
10215
10216 2014-05-20 Yao Qi <yao@codesourcery.com>
10217
10218 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10219 'test_file_name'. Treat args as a string instead of a list.
10220 (gdb_init): Rename argument 'args' by 'test_file_name'.
10221
10222 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10223
10224 * gdb.arch/powerpc-power.exp: New file.
10225 * gdb.arch/powerpc-power.s: New file.
10226
10227 2014-05-16 Doug Evans <dje@google.com>
10228
10229 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
10230 * gdb.base/completion.exp: Check that all expected files exist
10231 before doing file completion.
10232
10233 2014-05-16 Doug Evans <dje@google.com>
10234
10235 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10236 Update.
10237 (do_syscall_tests_without_xml): Update.
10238
10239 2014-05-16 Pedro Alves <palves@redhat.com>
10240
10241 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10242 instead of "unknown output after running".
10243
10244 2014-05-16 Yao Qi <yao@codesourcery.com>
10245
10246 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10247 file1.txt from host at the end.
10248 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10249
10250 2014-05-15 Doug Evans <dje@google.com>
10251
10252 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10253 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10254 loading file. Add test for TU lookup.
10255
10256 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10257
10258 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10259 calling "-exec-arguments" or "set args" before running the
10260 inferior.
10261
10262 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10263
10264 * lib/mi-support.exp (mi_expect_stop): Expect message for
10265 inferiors that exit with non-zero exit code.
10266
10267 2014-05-14 Yao Qi <yao@codesourcery.com>
10268
10269 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10270 match absolute path on remote host.
10271 (test_file_list_exec_source_files): Remove "/" from the
10272 pattern.
10273
10274 2014-05-14 Yao Qi <yao@codesourcery.com>
10275
10276 * boards/local-remote-host-notty.exp (${board}_file): New
10277 proc.
10278
10279 2014-05-07 Kyle McMartin <kyle@redhat.com>
10280
10281 Pushed by Joel Brobecker <brobecker@adacore.com>.
10282 * gdb.arch/aarch64-atomic-inst.c: New file.
10283 * gdb.arch/aarch64-atomic-inst.exp: New file.
10284
10285 2014-05-07 Yao Qi <yao@codesourcery.com>
10286
10287 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10288 in current context" too.
10289
10290 2014-05-05 Keith Seitz <keiths@redhat.com>
10291
10292 * gdb.linespec/ls-dollar.exp: Add test for linespec
10293 file:convenience_variable.
10294
10295 2014-05-05 Yao Qi <yao@codesourcery.com>
10296
10297 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10298 traceframes into tfile and ctf trace files. Read data from
10299 trace file and test collected data.
10300 (gdb_collect_locals_test): Likewise.
10301 (gdb_unavailable_registers_test): Likewise.
10302 (gdb_unavailable_floats): Likewise.
10303 (gdb_collect_globals_test): Likewise.
10304 (top-level): Append "ctf" to trace_file_targets if GDB
10305 supports.
10306
10307 2014-05-05 Yao Qi <yao@codesourcery.com>
10308
10309 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10310 code to ...
10311 (gdb_collect_args_test_1): ... it. New proc.
10312 (gdb_collect_locals_test): Move some code to ...
10313 (gdb_collect_locals_test_1): ... it. New proc.
10314 (gdb_unavailable_registers_test): Move some code to ...
10315 (gdb_unavailable_registers_test_1): ... it. New proc.
10316 (gdb_unavailable_floats): Move some code to ...
10317 (gdb_unavailable_floats_1): ... it. New proc.
10318
10319 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10320
10321 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10322 probes to test for bitness recognition.
10323 * gdb.arch/amd64-stap-optional-prefix.exp
10324 (test_probe_value_without_reg): New procedure.
10325 Add code to test for different kinds of bitness.
10326
10327 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10328
10329 PR breakpoints/16889
10330 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10331 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10332
10333 2014-05-01 Pedro Alves <palves@redhat.com>
10334
10335 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10336 gdb_file_cmd if no file is specified.
10337 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10338 last_loaded_file to set the remote exec-file.
10339
10340 2014-05-01 Pedro Alves <palves@redhat.com>
10341
10342 * boards/local-remote-host.exp: New file.
10343
10344 2014-05-01 Pedro Alves <palves@redhat.com>
10345
10346 * boards/local-remote-host.exp: Rename to ...
10347 * boards/local-remote-host-notty.exp: ... this.
10348
10349 2014-04-28 Joel Brobecker <brobecker@adacore.com>
10350
10351 * gdb.ada/dyn_arrayidx: New testcase.
10352
10353 2014-04-26 Yao Qi <yao@codesourcery.com>
10354
10355 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10356 and compute the length of function main. Save it in
10357 $main_length.
10358 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10359 (top-level): Use gdb_compile to compile objects into
10360 executable and restart GDB. Remove invocation to
10361 prepare_for_testing.
10362
10363 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10364 Pedro Alves <palves@redhat.com>
10365
10366 PR server/16255
10367 * gdb.multi/multi-attach.c: New file.
10368 * gdb.multi/multi-attach.exp: New file.
10369
10370 2014-04-25 Pedro Alves <palves@redhat.com>
10371
10372 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10373 user.
10374 (top level): Test that "set remote conditional-breakpoints-packet
10375 off" works as intended.
10376 * gdb.base/dprintf.exp: Test that "set remote
10377 breakpoint-commands-packet off" works as intended.
10378 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10379 New function.
10380 (top level): Call it.
10381 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10382 remote fast-tracepoints-packet off" works as intended.
10383 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10384 * lib/gdb.exp (gdb_is_target_remote): ... here.
10385
10386 2014-04-24 David Blaikie <dblaikie@gmail.com>
10387
10388 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10389 ensure clang would not discard them.
10390 * gdb.base/gdbvars.c: Ditto.
10391 * gdb.base/memattr.c: Ditto.
10392 * gdb.base/whatis.c: Ditto.
10393 * gdb.python/py-prettyprint.c: Ditto.
10394 * gdb.trace/actions.c: Ditto.
10395 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10396 ensure clang would not discard it.
10397
10398 2014-04-24 David Blaikie <dblaikie@gmail.com>
10399
10400 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10401 clang to emit the full definition of type required by the test
10402 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10403
10404 2014-04-24 David Blaikie <dblaikie@gmail.com>
10405
10406 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10407 coax Clang into emitting the definition of the type.
10408 * gdb.cp/pr10728-x.h (y): Ditto.
10409 * gdb.cp/pr10728-y.cc (y): Ditto.
10410
10411 2014-04-24 David Blaikie <dblaikie@gmail.com>
10412
10413 * gdb.base/label.exp: XFAIL label related tests under Clang.
10414 * gdb.cp/cplabel.exp: Ditto.
10415 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10416 under Clang those using labels.
10417
10418 2014-04-25 Yao Qi <yao@codesourcery.com>
10419
10420 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10421 double_label.
10422 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10423 partial_label and double_label.
10424
10425 2014-04-24 David Blaikie <dblaikie@gmail.com>
10426
10427 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10428
10429 2014-04-24 David Blaikie <dblaikie@gmail.com>
10430
10431 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10432 of the function to work across GCC and Clang.
10433 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10434 pointer types (const void ** const V void **).
10435
10436 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
10437 Walfred Tedeschi <walfred.tedeschi@intel.com>
10438
10439 * Makefile.in (EXECUTABLES): Added i386-avx512.
10440 * gdb.arch/i386-avx512.c: New file.
10441 * gdb.arch/i386-avx512.exp: Likewise.
10442
10443 2014-04-23 Keith Seitz <keiths@redhat.com>
10444
10445 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10446 (mi_make_breakpoint_table): New procedure.
10447 (mi_create_breakpoint): Use mi_make_breakpoint
10448 and return the result.
10449 (mi_make_breakpoint): New procedure.
10450 (mi_build_kv_pairs): New procedure.
10451
10452 * gdb.mi/mi-break.exp: Remove unused globals,
10453 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10454 All callers updated.
10455 * gdb.mi/mi-dprintf.exp: Use variable to track command
10456 number.
10457 Update all callers of mi_create_breakpoint and use
10458 mi_make_breakpoint_table.
10459 Remove any unused global variables.
10460 * gdb.mi/mi-nonstop.exp: Likewise.
10461 * gdb.mi/mi-nsintrall.exp: Likewise.
10462 * gdb.mi/mi-nsmoribund.exp: Likewise.
10463 * gdb.mi/mi-nsthrexec.exp: Likewise.
10464 * gdb.mi/mi-reverse.exp: Likewise.
10465 * gdb.mi/mi-simplerun.exp: Likewise.
10466 * gdb.mi/mi-stepn.exp: Likewise.
10467 * gdb.mi/mi-syn-frame.exp: Likewise.
10468 * gdb.mi/mi-until.exp: Likewise.
10469 * gdb.mi/mi-var-cp.exp: Likewise.
10470 * gdb.mi/mi-var-display.exp: Likewise.
10471 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10472 * gdb.mi/mi2-var-child.exp: Likewise.
10473 * gdb.mi/mi-vla-c99.exp: Likewise.
10474 * lib/mi-support.exp: Likewise.
10475
10476 From Ian Lance Taylor <iant@cygnus.com>:
10477 * lib/gdb.exp (parse_args): New procedure.
10478
10479 2014-04-23 Pedro Alves <palves@redhat.com>
10480
10481 * gdb.base/break-unload-file.c: New file.
10482 * gdb.base/break-unload-file.exp: New file.
10483 * gdb.base/sym-file-lib.c (baz): New function.
10484 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10485 field.
10486 (load): Store the segment's mapped size.
10487 (unload): New function.
10488 (unload_shlib): New function.
10489 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10490 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10491 set a breakpoint at baz, and call it.
10492 * gdb.base/sym-file.exp: New tests for stale breakpoint
10493 instructions.
10494
10495 2014-04-23 Pedro Alves <palves@redhat.com>
10496
10497 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10498 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10499 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10500 * gdb.base/hbreak-unmapped.c: New file.
10501 * gdb.base/hbreak-unmapped.exp: New file.
10502 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10503 * lib/gdb.exp (gdb_is_target_remote): ... here.
10504
10505 2014-04-22 Pedro Alves <palves@redhat.com>
10506
10507 * gdb.base/consecutive-step-over.c: New file.
10508 * gdb.base/consecutive-step-over.exp: New file.
10509
10510 2014-04-22 Pedro Alves <palves@redhat.com>
10511
10512 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10513 instead of send_gdb/gdb_expect.
10514
10515 2014-04-22 Yao Qi <yao@codesourcery.com>
10516
10517 * lib/trace-support.exp (generate_tracefile): New procedure.
10518 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10519 return 0.
10520 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10521 if generate_tracefile returns 1.
10522
10523 2014-04-18 Tom Tromey <palves@redhat.com>
10524 Pedro alves <tromey@redhat.com>
10525
10526 PR backtrace/15558
10527 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10528 with a backtrace limit.
10529 * gdb.python/py-frame-inline.exp: Test running to an inline
10530 function with a backtrace limit, and printing the newest frame.
10531 * gdb.python/py-frame-inline.c (main): Call f.
10532
10533 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10534
10535 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10536
10537 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10538
10539 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10540 Drop prefix from unsupported source file path.
10541
10542 2014-04-17 Yao Qi <yao@codesourcery.com>
10543
10544 * lib/gdb.exp (with_target_charset): New proc.
10545 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10546 with_target_charset.
10547 (test_print_strings): Likewise.
10548 (test_repeat_bytes): Likewise.
10549 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10550 for some tests.
10551
10552 2014-04-16 Keith Seitz <keiths@redhat.com>
10553
10554 PR gdb/15827
10555 * gdb.dwarf2/corrupt.c: New file.
10556 * gdb.dwarf2/corrupt.exp: New file.
10557
10558 2014-04-16 Keith Seitz <keiths@redhat.com>
10559
10560 PR c++/16597
10561 * gdb.cp/namelessclass.cc: New file.
10562 * gdb.cp/namelessclass.exp: New file.
10563 * gdb.cp/namelessclass.S: New file.
10564
10565 2014-04-16 Doug Evans <dje@google.com>
10566
10567 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10568 Add comment.
10569 (gdbserver_default_get_comm_port): New function.
10570 (gdbserver_start): Check if board file provided
10571 "gdbserver,get_comm_port" and use it if so.
10572 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10573 (gdb,socketport): Set to "stdio".
10574 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10575 (stdio_gdbserver_template): Delete.
10576 (${board}_get_remote_address): Update.
10577 (${board}_build_remote_cmd): Delete.
10578 (${board}_get_comm_port): New function.
10579 (${board}_spawn): Update.
10580 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10581 Delete.
10582 (${board}_get_remote_address): Update.
10583 (${board}_get_comm_port): New function.
10584
10585 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
10586
10587 * gdb.base/memattr.exp: Improve regexps to handle memory regions
10588 appearing in any order.
10589
10590 2014-04-15 Doug Evans <dje@google.com>
10591
10592 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10593 uninitialized value of "description".
10594
10595 2014-04-15 Keith Seitz <keiths@redhat.com>
10596
10597 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10598 Remove unused globals.
10599 (test_running_the_program): Likewise.
10600 (test_controlled_execution): Likewise.
10601 (test_controlling_breakpoints): Likewise.
10602 (test_program_termination): Likewise.
10603
10604 2014-04-15 Keith Seitz <keiths@redhat.com>
10605
10606 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10607 unused globals.
10608 (test_rbreak_creation_and_listing): Likewise.
10609 (test_ignore_count): Likewise.
10610 (test_error): Likewise.
10611
10612 2014-04-15 Pedro Alves <palves@redhat.com>
10613
10614 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10615 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10616 sym-file-loader.c.
10617 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10618 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10619 to sym-file-loader.c.
10620 (struct library): Forward declare.
10621 (load_shlib, lookup_function): Change prototypes.
10622 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10623 (translate_offset): Remove declarations.
10624 (get_text_addr): New declaration.
10625 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10626 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10627 sym-file-loader.h.
10628 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10629 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10630 here from sym-file-loader.h.
10631 (struct library): New structure.
10632 (load_shlib, lookup_function): Change prototypes and adjust to
10633 work with a struct library.
10634 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10635 (translate_offset): Make static.
10636 (get_text_addr): New function.
10637 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10638
10639 2014-04-15 Pedro Alves <palves@redhat.com>
10640
10641 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
10642
10643 2014-04-15 Pedro Alves <palves@redhat.com>
10644
10645 * gdb.base/sym-file-loader.c: Include <limits.h>.
10646 (SELF_LINK): New define.
10647 (get_origin): New function.
10648 (load_shlib): Use it.
10649 * gdb.base/sym-file.exp: Don't early return if the target is
10650 remote. Use runto_main, and issue fail is that fails. Use
10651 gdb_load_shlibs.
10652 (shlib_name): Delete.
10653 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
10654
10655 2014-04-15 Pedro Alves <palves@redhat.com>
10656
10657 * gdb.base/sym-file.exp: Remove regex characters from test
10658 message. Don't refer to breakpoint numbers in test messages.
10659
10660 2014-04-14 Keith Seitz <keiths@redhat.com>
10661
10662 PR c++/16253
10663 * gdb.cp/var-tag.cc: New file.
10664 * gdb.cp/var-tag.exp: New file.
10665 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10666 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10667 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10668 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10669
10670 2014-04-14 Tom Tromey <tromey@redhat.com>
10671
10672 * gdb.cp/classes.exp (test_enums): Handle underlying type.
10673 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10674 type.
10675 * gdb.cp/enum-class.exp: New file.
10676 * gdb.cp/enum-class.cc: New file.
10677
10678 2014-04-14 Tom Tromey <tromey@redhat.com>
10679
10680 * gdb.dwarf2/enum-type.exp: New file.
10681
10682 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10683
10684 * gdb.mi/mi-vla-c99.exp: New file.
10685 * gdb.mi/vla.c: New file.
10686
10687 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10688
10689 * gdb.base/vla-datatypes.c: New file.
10690 * gdb.base/vla-datatypes.exp: New file.
10691
10692 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10693
10694 * gdb.base/vla-ptr.c: New file.
10695 * gdb.base/vla-ptr.exp: New file.
10696
10697 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10698
10699 * gdb.dwarf2/count.exp: New file.
10700
10701 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10702
10703 * gdb.base/vla-sideeffect.c: New file.
10704 * gdb.base/vla-sideeffect.exp: New file.
10705
10706 2014-04-14 David Blaikie <dblaikie@gmail.com>
10707
10708 * gdb.mi/non-stop.c: Add return value for non-void function return
10709 statement.
10710 * gdb.threads/staticthreads.c: Ditto.
10711
10712 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
10713 Doug Evans <xdje42@gmail.com>
10714
10715 * gdb.guile/scm-value.c: Improve test case.
10716 * gdb.guile/scm-value.exp: Add new test.
10717
10718 2014-04-11 David Blaikie <dblaikie@gmail.com>
10719
10720 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
10721 override Clang's default.
10722
10723 2014-04-11 Joel Brobecker <brobecker@adacore.com>
10724
10725 Revert the following changes (regressions):
10726
10727 * gdb.base/vla-sideeffect.c: New file.
10728 * gdb.base/vla-sideeffect.exp: New file.
10729
10730 * gdb.dwarf2/count.exp: New file.
10731
10732 * gdb.base/vla-multi.c: New file.
10733 * gdb.base/vla-multi.exp: New file.
10734
10735 * gdb.base/vla-ptr.c: New file.
10736 * gdb.base/vla-ptr.exp: New file.
10737
10738 * gdb.base/vla-datatypes.c: New file.
10739 * gdb.base/vla-datatypes.exp: New file.
10740
10741 * gdb.mi/mi-vla-c99.exp: New file.
10742 * gdb.mi/vla.c: New file.
10743
10744 2014-04-11 Keith Seitz <keiths@redhat.com>
10745
10746 PR c++/16675
10747 * gdb.cp/cpsizeof.exp: New file.
10748 * gdb.cp/cpsizeof.cc: New file.
10749
10750 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10751
10752 * gdb.mi/mi-vla-c99.exp: New file.
10753 * gdb.mi/vla.c: New file.
10754
10755 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10756
10757 * gdb.base/vla-datatypes.c: New file.
10758 * gdb.base/vla-datatypes.exp: New file.
10759
10760 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10761
10762 * gdb.base/vla-ptr.c: New file.
10763 * gdb.base/vla-ptr.exp: New file.
10764
10765 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10766
10767 * gdb.base/vla-multi.c: New file.
10768 * gdb.base/vla-multi.exp: New file.
10769
10770 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10771
10772 * gdb.dwarf2/count.exp: New file.
10773
10774 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10775
10776 * gdb.base/vla-sideeffect.c: New file.
10777 * gdb.base/vla-sideeffect.exp: New file.
10778
10779 2014-04-11 Yao Qi <yao@codesourcery.com>
10780
10781 * gdb.base/completion.exp: Check file exists before running tests
10782 on file completion.
10783
10784 2014-04-10 Pedro Alves <palves@redhat.com>
10785
10786 * gdb.base/cond-eval-mode.c: New file.
10787 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
10788 prepare_for_testing to build the new file. Check result of
10789 runto_main.
10790 (test_break, test_watch): New procedures.
10791 (top level): Use them.
10792
10793 2014-04-08 Pierre Muller <muller@sourceware.org>
10794
10795 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
10796 Ctrl-V use for mingw hosts.
10797
10798 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
10799
10800 * gdb.python/py-value.c: Improve test case.
10801 * gdb.python/py-value.exp: Add new test.
10802
10803 2014-04-07 David Blaikie <dblaikie@gmail.com>
10804
10805 * lib/compiler.c: Identify the clang compiler.
10806 * lib/compiler.cc: Ditto.
10807
10808 2014-04-03 Yao Qi <yao@codesourcery.com>
10809
10810 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
10811
10812 2014-04-01 Anton Blanchard <anton@samba.org>
10813
10814 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
10815 messages unique.
10816
10817 2014-04-01 Anton Blanchard <anton@samba.org>
10818
10819 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
10820 prepare_for_testing.
10821
10822 2014-04-01 Anton Blanchard <anton@samba.org>
10823
10824 * gdb.arch/ppc64-atomic-inst.c: Remove.
10825 * gdb.arch/ppc64-atomic-inst.S: New file.
10826 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
10827
10828 2014-03-31 Doug Evans <dje@google.com>
10829
10830 * gdb.base/print-symbol-loading-lib.c: New file.
10831 * gdb.base/print-symbol-loading-main.c: New file.
10832 * gdb.base/print-symbol-loading.exp: New file.
10833
10834 2014-03-31 Yao Qi <yao@codesourcery.com>
10835
10836 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
10837
10838 2014-03-28 Joel Brobecker <brobecker@adacore.com>
10839
10840 * gdb.ada/mi_dyn_arr: New testcase.
10841
10842 2014-03-27 Doug Evans <dje@google.com>
10843
10844 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
10845
10846 2014-03-27 Yao Qi <yao@codesourcery.com>
10847
10848 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
10849 if target is nios2-*-*.
10850
10851 2014-03-26 Yao Qi <yao@codesourcery.com>
10852
10853 * lib/gdb.exp (readline_is_used): New proc.
10854 * gdb.base/completion.exp: Move tests on command complete up.
10855 Skip the rest of tests if readline is not used.
10856 * gdb.ada/complete.exp: Skp the test if readline is not
10857 used.
10858 * gdb.base/filesym.exp: Likewise.
10859 * gdb.base/macscp.exp: Likewise.
10860 * gdb.base/readline-ask.exp: Likewise.
10861 * gdb.base/readline.exp: Likewise.
10862 * gdb.python/py-cmd.exp: Likewise.
10863 * gdb.trace/tfile.exp: Likewise.
10864
10865 2014-03-26 Yao Qi <yao@codesourcery.com>
10866
10867 * gdb.base/macscp.exp: Fix code format issues.
10868
10869 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
10870
10871 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
10872 * gdb.asm/powerpc64le.inc: New file.
10873
10874 2014-03-25 Pedro Alves <palves@redhat.com>
10875 Doug Evans <dje@google.com>
10876
10877 * gdb.base/source-execution.c: New file.
10878 * gdb.base/source-execution.exp: New file.
10879 * gdb.base/source-execution.gdb: New file.
10880
10881 2014-03-24 Doug Evans <dje@google.com>
10882
10883 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
10884 using fission.
10885
10886 2014-03-24 Hui Zhu <hui@codesourcery.com>
10887 Pedro Alves <palves@redhat.com>
10888
10889 PR breakpoints/16101
10890 * gdb.base/dprintf.exp: Use unsupported rather than changing the
10891 test pass/fail messages. Detect missing support for dprintf when
10892 breakpoints are actually inserted.
10893 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
10894 breakpoints are actually inserted.
10895 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
10896 fails.
10897
10898 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10899
10900 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
10901
10902 2014-03-22 Doug Evans <xdje42@gmail.com>
10903
10904 * gdb.python/python.exp (python not supported): Verify multi-line
10905 python command issues an error.
10906 * gdb.guile/guile.exp (guile not supported): Verify multi-line
10907 guile command issues an error.
10908
10909 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
10910
10911 * gdb.threads/thread-specific.exp: Handle the lack of usable
10912 $this_breakpoint and $this_thread.
10913
10914 2014-03-21 Hui Zhu <hui@codesourcery.com>
10915
10916 * gdb.base/attach.exp (do_command_attach_tests): New.
10917
10918 2014-03-20 Tom Tromey <tromey@redhat.com>
10919 Pedro Alves <palves@redhat.com>
10920
10921 PR cli/15718
10922 * gdb.base/condbreak-call-false.c: New file.
10923 * gdb.base/condbreak-call-false.exp: New file.
10924
10925 2014-03-20 Pedro Alves <palves@redhat.com>
10926
10927 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
10928 Delete.
10929 (block_signals, unblock_signals): Delete.
10930 (child_function_2, main): Remove references to deleted variable
10931 and functions.
10932
10933 2014-03-20 Pedro Alves <palves@redhat.com>
10934
10935 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
10936 Use pthread_kill to signal thread 2.
10937 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10938 Adjust to make the test send itself a signal rather than using the
10939 host's "kill" command.
10940
10941 2014-03-20 Pedro Alves <palves@redhat.com>
10942
10943 * gdb.threads/multiple-step-overs.c: New file.
10944 * gdb.threads/multiple-step-overs.exp: New file.
10945 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10946 Adjust expected infrun debug output.
10947
10948 2014-03-20 Pedro Alves <palves@redhat.com>
10949
10950 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
10951 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
10952
10953 2014-03-20 Pedro Alves <palves@redhat.com>
10954
10955 PR breakpoints/7143
10956 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
10957 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
10958 of gdb_test_multiple.
10959 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
10960 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
10961
10962 2014-03-20 Pedro Alves <palves@redhat.com>
10963
10964 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
10965 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
10966
10967 2014-03-19 Pedro Alves <palves@redhat.com>
10968
10969 * gdb.base/async.exp: Remove early return.
10970
10971 2014-03-19 Pedro Alves <palves@redhat.com>
10972
10973 * gdb.base/async.exp (step& tests): Pass explicit test messages.
10974
10975 2014-03-19 Pedro Alves <palves@redhat.com>
10976
10977 * gdb.base/async.exp (test_background): Expect \r\n after
10978 "completed." in the fail pattern.
10979
10980 2014-03-19 Pedro Alves <palves@redhat.com>
10981
10982 * gdb.base/async.exp (test_background): New procedure.
10983 Use it for all background execution command tests.
10984
10985 2014-03-19 Pedro Alves <palves@redhat.com>
10986
10987 * gdb.base/async.exp: Use prepare_for_testing.
10988
10989 2014-03-19 Pedro Alves <palves@redhat.com>
10990
10991 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
10992 the same line.
10993
10994 2014-03-19 Pedro Alves <palves@redhat.com>
10995
10996 * gdb.base/async.c (main): Add "jump here" and "until here" line
10997 marker comments.
10998 * gdb.base/async.exp (jump_here): New global.
10999 (jump& test): Use it.
11000 (until_here): New global.
11001 (until& test): Use it.
11002
11003 2014-03-19 Pedro Alves <palves@redhat.com>
11004
11005 * gdb.base/async.exp: Don't frob gdb_protocol.
11006
11007 2014-03-18 Doug Evans <xdje42@gmail.com>
11008
11009 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
11010 Fix spelling of exec-done-display.
11011
11012 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11013
11014 PR gdb/15358
11015 * gdb.base/gdb-sigterm.c: New file.
11016 * gdb.base/gdb-sigterm.exp: New file.
11017
11018 2014-03-18 Pedro Alves <palves@redhat.com>
11019
11020 PR gdb/13860
11021 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
11022 * lib/mi-support.exp (mi_expect_stop): Add special handling for
11023 solib-event.
11024
11025 2014-03-17 Joel Brobecker <brobecker@adacore.com>
11026
11027 * gdb.ada/pckd_arr_ren: New testcase.
11028
11029 2014-03-13 Doug Evans <xdje42@gmail.com>
11030
11031 PR guile/16612
11032 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
11033 collect after discarding symbols.
11034
11035 2014-03-13 Ludovic Courtès <ludo@gnu.org>
11036 Doug Evans <xdje42@gmail.com>
11037
11038 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
11039 to history survives a gc.
11040
11041 2014-03-13 Pedro Alves <palves@redhat.com>
11042
11043 * gdb.base/default.exp: Don't test "target procfs".
11044
11045 2014-03-13 Pedro Alves <palves@redhat.com>
11046
11047 * gdb.base/default.exp: Update "target child" and "target procfs"
11048 tests to not expect "Unix".
11049
11050 2014-03-12 Tom Tromey <tromey@redhat.com>
11051
11052 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
11053 New procs. Add target-async tests.
11054 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
11055 Add target-async tests.
11056
11057 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11058
11059 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
11060 'func_start' and 'func_end' for the beginning and end of the
11061 function code, respectively.
11062 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
11063 'func_end' instead of 'func' and 'main'.
11064
11065 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11066
11067 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
11068 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
11069 generate the debug info assembler source.
11070
11071 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11072
11073 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
11074 * gdb.dwarf2/arr-subrange.exp: Likewise.
11075 * gdb.dwarf2/dwz.exp: Likewise.
11076 * gdb.dwarf2/method-ptr.exp: Likewise.
11077 * gdb.dwarf2/missing-sig-type.exp: Likewise.
11078 * gdb.dwarf2/subrange.exp: Likewise.
11079 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
11080 * gdb.dwarf2/implptrpiece.exp: Likewise.
11081 * gdb.dwarf2/nostaticblock.exp: Likewise.
11082
11083 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11084
11085 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
11086 directory to absolute path name arguments.
11087
11088 2014-03-10 Joel Brobecker <brobecker@adacore.com>
11089
11090 * gdb.ada/tagged_access: New testcase.
11091
11092 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
11093
11094 * gdb.btrace/data.exp: Update expected output.
11095
11096 2014-03-06 Yao Qi <yao@codesourcery.com>
11097
11098 * gdb.trace/pr16508.exp: New file.
11099
11100 2014-03-05 Pedro Alves <palves@redhat.com>
11101
11102 PR gdb/16575
11103 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
11104 procedure.
11105 (top level): Adjust to use it. Add tests that exercise breakpoint
11106 interaction with the code-cache.
11107
11108 2014-02-26 Ludovic Courtès <ludo@gnu.org>
11109
11110 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
11111 test for 'history-append!'.
11112
11113 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11114
11115 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
11116 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
11117 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
11118 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
11119 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
11120 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
11121
11122 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11123
11124 * testsuite/gdb.python/py-pp-re-notag.c: New file.
11125 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
11126 * testsuite/gdb.python/py-pp-re-notag.p: New file.
11127
11128 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11129
11130 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
11131
11132 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11133
11134 * gdb.dwarf2/arr-stride.c: New file.
11135 * gdb.dwarf2/arr-stride.exp: New file.
11136
11137 2014-02-26 Pedro Alves <palves@redhat.com>
11138
11139 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11140 that won't ever trigger. Make sure that GDB reports the correct
11141 breakpoint that caused the stop.
11142
11143 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11144
11145 PR gdb/16626
11146 * gdb.base/auto-load-script: New file.
11147 * gdb.base/auto-load.c: New file.
11148 * gdb.base/auto-load.exp: New file.
11149
11150 PR gdb/16626
11151 * gdb.base/auto-load.exp: Fix out-of-srctree run.
11152
11153 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11154
11155 Fix dw2-icycle.exp -fsanitize=address GDB crash.
11156 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11157
11158 2014-02-24 Doug Evans <dje@google.com>
11159
11160 * lib/gdb.exp (run_on_host): Log error output if program fails.
11161
11162 2014-02-21 Pedro Alves <palves@redhat.com>
11163
11164 * gdb.threads/step-after-sr-lock.c: Rename to ...
11165 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
11166 * gdb.threads/step-after-sr-lock.exp: Rename to ...
11167 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11168 ... this.
11169
11170 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
11171
11172 PR tdep/16397
11173 * gdb.arch/amd64-stap-special-operands.exp: New file.
11174 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
11175 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
11176 * gdb.arch/amd64-stap-triplet.S: Likewise.
11177 * gdb.arch/amd64-stap-triplet.c: Likewise.
11178
11179 2014-02-20 Joel Brobecker <brobecker@adacore.com>
11180
11181 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11182 in .section pseudo-op.
11183
11184 2014-02-20 lin zuojian <manjian2006@gmail.com>
11185 Joel Brobecker <brobecker@adacore.com>
11186 Doug Evans <xdje42@gmail.com>
11187
11188 PR symtab/16581
11189 * gdb.dwarf2/dw2-icycle.S: New file.
11190 * gdb.dwarf2/dw2-icycle.c: New file.
11191 * gdb.dwarf2/dw2-icycle.exp: New file.
11192
11193 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
11194
11195 * gdb.python/py-value-cc.cc: Improve test case to enable testing
11196 operations on gdb.Value objects.
11197 * gdb.python/py-value-cc.exp: Add new test to test operations on
11198 gdb.Value objects.
11199
11200 2014-02-18 Doug Evans <dje@google.com>
11201
11202 * Makefile.in (TESTS): New variable.
11203 (expanded_tests, expanded_tests_or_none): New variables
11204 (check-single): Pass $(expanded_tests_or_none) to runtest.
11205 (check-parallel): Only run tests in $(TESTS) if non-empty.
11206 (check/no-matching-tests-found): New rule.
11207 * README: Document TESTS makefile variable.
11208
11209 2014-02-18 Doug Evans <dje@google.com>
11210
11211 * Makefile.in (check-parallel): rm -rf outputs temp.
11212
11213 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11214
11215 Fix "ERROR: no fileid for" in the testsuite.
11216 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11217
11218 2014-02-12 Doug Evans <dje@google.com>
11219
11220 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11221 (MISCELLANEOUS): New variable.
11222 (clean): rm -rf $(MISCELLANEOUS).
11223 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11224 dwp live in the same directory as symlinks, with each symlink pointed
11225 to a differently named file in a different directory.
11226
11227 2014-02-11 Doug Evans <dje@google.com>
11228
11229 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11230 of Tcl file commands.
11231
11232 2014-02-10 Mark Kettenis <kettenis@gnu.org>
11233
11234 * gdb.threads/step-after-sr-lock.exp: Avoid executing
11235 "kill -SIGUSR1 -1".
11236
11237 2014-02-10 Joel Brobecker <brobecker@adacore.com>
11238
11239 * gdb.ada/tick_length_array_enum_idx: New testcase.
11240
11241 2014-02-10 Doug Evans <xdje42@gmail.com>
11242
11243 * configure.ac (AC_OUTPUT): Add gdb.guile.
11244 * configure: Regenerate.
11245 * lib/gdb-guile.exp: New file.
11246 * lib/gdb.exp (get_target_charset): New function.
11247 * gdb.base/help.exp: Update expected output from "apropos apropos".
11248 * gdb.guile/Makefile.in: New file.
11249 * gdb.guile/guile.exp: New file.
11250 * gdb.guile/scm-arch.c: New file.
11251 * gdb.guile/scm-arch.exp: New file.
11252 * gdb.guile/scm-block.c: New file.
11253 * gdb.guile/scm-block.exp: New file.
11254 * gdb.guile/scm-breakpoint.c: New file.
11255 * gdb.guile/scm-breakpoint.exp: New file.
11256 * gdb.guile/scm-disasm.c: New file.
11257 * gdb.guile/scm-disasm.exp: New file.
11258 * gdb.guile/scm-equal.c: New file.
11259 * gdb.guile/scm-equal.exp: New file.
11260 * gdb.guile/scm-error.exp: New file.
11261 * gdb.guile/scm-error.scm: New file.
11262 * gdb.guile/scm-frame-args.c: New file.
11263 * gdb.guile/scm-frame-args.exp: New file.
11264 * gdb.guile/scm-frame-args.scm: New file.
11265 * gdb.guile/scm-frame-inline.c: New file.
11266 * gdb.guile/scm-frame-inline.exp: New file.
11267 * gdb.guile/scm-frame.c: New file.
11268 * gdb.guile/scm-frame.exp: New file.
11269 * gdb.guile/scm-generics.exp: New file.
11270 * gdb.guile/scm-gsmob.exp: New file.
11271 * gdb.guile/scm-iterator.c: New file.
11272 * gdb.guile/scm-iterator.exp: New file.
11273 * gdb.guile/scm-math.c: New file.
11274 * gdb.guile/scm-math.exp: New file.
11275 * gdb.guile/scm-objfile-script-gdb.in: New file.
11276 * gdb.guile/scm-objfile-script.c: New file.
11277 * gdb.guile/scm-objfile-script.exp: New file.
11278 * gdb.guile/scm-objfile.c: New file.
11279 * gdb.guile/scm-objfile.exp: New file.
11280 * gdb.guile/scm-ports.exp: New file.
11281 * gdb.guile/scm-pretty-print.c: New file.
11282 * gdb.guile/scm-pretty-print.exp: New file.
11283 * gdb.guile/scm-pretty-print.scm: New file.
11284 * gdb.guile/scm-section-script.c: New file.
11285 * gdb.guile/scm-section-script.exp: New file.
11286 * gdb.guile/scm-section-script.scm: New file.
11287 * gdb.guile/scm-symbol.c: New file.
11288 * gdb.guile/scm-symbol.exp: New file.
11289 * gdb.guile/scm-symtab-2.c: New file.
11290 * gdb.guile/scm-symtab.c: New file.
11291 * gdb.guile/scm-symtab.exp: New file.
11292 * gdb.guile/scm-type.c: New file.
11293 * gdb.guile/scm-type.exp: New file.
11294 * gdb.guile/scm-value-cc.cc: New file.
11295 * gdb.guile/scm-value-cc.exp: New file.
11296 * gdb.guile/scm-value.c: New file.
11297 * gdb.guile/scm-value.exp: New file.
11298 * gdb.guile/source2.scm: New file.
11299 * gdb.guile/types-module.cc: New file.
11300 * gdb.guile/types-module.exp: New file.
11301
11302 2014-02-10 Yao Qi <yao@codesourcery.com>
11303
11304 PR testsuite/16543
11305 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11306 * configure: Regenerated.
11307 * Makefile.in: New file.
11308
11309 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11310
11311 * gdb.python/py-framefilter.exp: Fix typo.
11312
11313 2014-02-08 Yao Qi <yao@codesourcery.com>
11314
11315 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11316 that no =breakpoint-modified is emitted when breakpoints are
11317 modified through MI commands.
11318
11319 2014-02-07 Pedro Alves <pedro@codesourcery.com>
11320 Pedro Alves <palves@redhat.com>
11321
11322 * gdb.threads/step-after-sr-lock.c: New file.
11323 * gdb.threads/step-after-sr-lock.exp: New file.
11324
11325 2014-02-07 Pedro Alves <palves@redhat.com>
11326
11327 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11328
11329 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11330
11331 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11332 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11333
11334 2014-02-06 Doug Evans <xdje42@gmail.com>
11335
11336 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11337 output.
11338
11339 * gdb.gdb/python-interrupts.exp: New file.
11340
11341 2014-02-05 Yao Qi <yao@codesourcery.com>
11342
11343 * gdb.trace/report.exp (use_collected_data): Test the output
11344 of "info threads" and "info inferiors".
11345
11346 2014-02-05 Yao Qi <yao@codesourcery.com>
11347
11348 Revert this patch:
11349
11350 2013-05-24 Yao Qi <yao@codesourcery.com>
11351
11352 * gdb.trace/tfile.exp: Test inferior and thread.
11353
11354 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11355
11356 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11357 on a function.
11358 * gdb.base/step-bt.c: Call hello via function pointer to make
11359 sure its first instruction is executed on powerpc64le-linux.
11360
11361 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11362
11363 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11364
11365 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11366
11367 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11368 of the test patterns for use on little-endian systems.
11369
11370 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11371
11372 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11373 (decimal_vector): Fix for little-endian.
11374
11375 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11376
11377 * gdb.arch/sparc-sysstep.exp: New file.
11378 * gdb.arch/sparc-sysstep.c: Likewise.
11379
11380 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11381
11382 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11383
11384 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11385
11386 2014-01-23 Tom Tromey <tromey@redhat.com>
11387
11388 * gdb.ada/array_char_idx: New testcase.
11389
11390 2014-01-23 Tom Tromey <tromey@redhat.com>
11391
11392 PR python/16487:
11393 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11394 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11395 classes.
11396
11397 2014-01-23 Tom Tromey <tromey@redhat.com>
11398
11399 PR python/16491:
11400 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11401 string from an inferior frame.
11402 * gdb.python/py-framefilter-mi.exp: Update.
11403
11404 2014-01-22 Doug Evans <dje@google.com>
11405
11406 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11407
11408 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11409
11410 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11411
11412 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11413
11414 * gdb.trace/entry-values.exp: Remove excess space character from
11415 regex patterns. Handle s390 call instruction.
11416
11417 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11418
11419 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11420 define "*_start" label. Make "name" static.
11421 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11422 ${name} by references to ${name}_start.
11423
11424 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11425
11426 * gdb.base/info-macros.exp: Remove "debug" from the compile
11427 options.
11428
11429 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11430
11431 * gdb.dlang/demangle.exp: New file.
11432
11433 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11434
11435 * gdb.dlang/primitive-types.exp: New file.
11436
11437 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11438
11439 * configure.ac: Create gdb.dlang/Makefile.
11440 * configure: Regenerate.
11441 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11442 * gdb.dlang/Makefile.in: New file.
11443 * lib/d-support.exp: New file.
11444 * lib/gdb.exp (skip_d_tests): New proc.
11445
11446 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11447
11448 * gdb.btrace/delta.exp: Check reverse stepi.
11449 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11450 * gdb.btrace/finish.exp: New.
11451 * gdb.btrace/next.exp: New.
11452 * gdb.btrace/nexti.exp: New.
11453 * gdb.btrace/record_goto.c: Add comments.
11454 * gdb.btrace/step.exp: New.
11455 * gdb.btrace/stepi.exp: New.
11456 * gdb.btrace/multi-thread-step.c: New.
11457 * gdb.btrace/multi-thread-step.exp: New.
11458 * gdb.btrace/rn-dl-bind.c: New.
11459 * gdb.btrace/rn-dl-bind.exp: New.
11460 * gdb.btrace/data.c: New.
11461 * gdb.btrace/data.exp: New.
11462 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11463
11464 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11465
11466 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11467 * gdb.btrace/exception.exp: Update.
11468 * gdb.btrace/instruction_history.exp: Update.
11469 * gdb.btrace/record_goto.exp: Update.
11470 * gdb.btrace/tailcall.exp: Update.
11471 * gdb.btrace/unknown_functions.exp: Update.
11472 * gdb.btrace/delta.exp: New.
11473
11474 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11475
11476 * gdb.btrace/record_goto.exp: Add backtrace test.
11477 * gdb.btrace/tailcall.exp: Add backtrace test.
11478
11479 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11480
11481 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11482 * gdb.btrace/record_goto.c: New.
11483 * gdb.btrace/record_goto.exp: New.
11484 * gdb.btrace/x86-record_goto.S: New.
11485
11486 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11487
11488 * gdb.btrace/function_call_history.exp: Update tests.
11489 * gdb.btrace/instruction_history.exp: Update tests.
11490
11491 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11492
11493 * gdb.btrace/function_call_history.exp: Fix expected field
11494 order for "record function-call-history".
11495 Add new tests for "record function-call-history /c".
11496 * gdb.btrace/exception.cc: New.
11497 * gdb.btrace/exception.exp: New.
11498 * gdb.btrace/tailcall.exp: New.
11499 * gdb.btrace/x86-tailcall.S: New.
11500 * gdb.btrace/x86-tailcall.c: New.
11501 * gdb.btrace/unknown_functions.c: New.
11502 * gdb.btrace/unknown_functions.exp: New.
11503 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11504
11505 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11506
11507 * gdb.btrace/instruction_history.exp: Update.
11508 * gdb.btrace/function_call_history.exp: Update.
11509
11510 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11511
11512 * gdb.btrace/function_call_history.exp: Fix expected function
11513 trace.
11514 * gdb.btrace/instruction_history.exp: Initialize traced.
11515 Remove traced_functions.
11516
11517 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11518
11519 * gdb.btrace/function_call_history.exp: Update
11520 * gdb.btrace/instruction_history.exp: Update.
11521
11522 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11523
11524 * gdb.btrace/enable.exp: Update expected text.
11525
11526 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11527
11528 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11529 bytes.
11530
11531 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11532
11533 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11534
11535 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
11536
11537 * lib/gdb.exp (supports_process_record): Return true for
11538 arm*-linux*. (supports_reverse): Likewise.
11539
11540 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11541
11542 PR python/15464
11543 PR python/16113
11544 * gdb.python/py-type.c: Enhance test case.
11545 * gdb.python/py-value-cc.cc: Likewise
11546 * gdb.python/py-type.exp: Add new tests.
11547 * gdb.python/py-value-cc.exp: Likewise
11548
11549 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11550 Pedro Alves <palves@redhat.com>
11551
11552 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11553 Make "name" extern.
11554 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11555 references to ${name}_start by references to ${name}.
11556
11557 2014-01-10 Joel Brobecker <brobecker@adacore.com>
11558
11559 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11560
11561 2014-01-10 Joel Brobecker <brobecker@adacore.com>
11562
11563 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11564
11565 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
11566 Pedro Alves <palves@redhat.com>
11567
11568 * gdb.mi/mi-info-os.exp: Connect to the target with
11569 mi_gdb_target_load.
11570
11571 2014-01-08 Pedro Alves <palves@redhat.com>
11572
11573 * gdb.threads/reconnect-signal.c: New file.
11574 * gdb.threads/reconnect-signal.exp: New file.
11575
11576 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11577
11578 * gdb.base/source-dir.exp: New file.
11579
11580 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11581
11582 * gdb.ada/mi_interface: New testcase.
11583
11584 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11585
11586 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11587 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11588 gdb.ada/pp-rec-component/pck.ads: New files.
11589
11590 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11591
11592 * gdb.python/py-pp-integral.c: New file.
11593 * gdb.python/py-pp-integral.py: New file.
11594 * gdb.python/py-pp-integral.exp: New file.
11595
11596 For older changes see ChangeLog-1993-2013.
11597 \f
11598 ;; Local Variables:
11599 ;; mode: change-log
11600 ;; left-margin: 8
11601 ;; fill-column: 74
11602 ;; version-control: never
11603 ;; End:
11604
11605 Copyright 2014-2017 Free Software Foundation, Inc.
11606 Copying and distribution of this file, with or without modification,
11607 are permitted provided the copyright notice and this notice are preserved.