eef141d14e2e9b1a0c01c0e1234003cf4de6db1d
[binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2017-07-20 Pedro Alves <palves@redhat.com>
2
3 * gdb.base/default.exp (set language): Adjust expected output.
4
5 2017-07-20 Pedro Alves <palves@redhat.com>
6
7 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8 (test_minsym): ... this, and make static.
9 (get_pck__foo__bar__minsym): Rename to ...
10 (get_test_minsym): ... this.
11 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
12 symbol names and comments.
13 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
14 (get_test_minsym): ... this.
15 (pck__foo__bar__minsym__2): Rename to ...
16 (test_minsym): ... this.
17 (main): Adjust.
18
19 2017-07-17 Pedro Alves <palves@redhat.com>
20
21 * gdb.base/completion.exp: Adjust expected output.
22 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
23 the completer works.
24
25 2017-07-17 Pedro Alves <palves@redhat.com>
26
27 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
28
29 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
30
31 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
32
33 2017-07-14 Tom Tromey <tom@tromey.com>
34
35 PR rust/21764:
36 * gdb.rust/simple.exp: Add tests.
37
38 2017-07-14 Tom Tromey <tom@tromey.com>
39
40 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
41
42 2017-07-14 Pedro Alves <palves@redhat.com>
43
44 * gdb.linespec/base/one/thefile.cc (z1): New function.
45 * gdb.linespec/base/two/thefile.cc (z2): New function.
46 * gdb.linespec/linespec.exp: Add tests.
47
48 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
49
50 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
51 to mi_create_breakpoint.
52
53 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
54
55 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
56 mi_create_breakpoint.
57
58 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
59
60 * gdb.dlang/demangle.exp: Update for demangling changes.
61
62 2017-07-09 Tom Tromey <tom@tromey.com>
63
64 * gdb.dwarf2/shortpiece.exp: New file.
65
66 2017-07-06 David Blaikie <dblaikie@gmail.com>
67
68 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
69 built from fissiont-multi-cu{1,2}.c.
70 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
71 except putting 'main' and 'func' in separate CUs in the same DWO file.
72 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
73 test.
74 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
75 test.
76
77 2017-07-06 Pedro Alves <palves@redhat.com>
78
79 * gdb.python/py-unwind.exp: Test flushregs.
80
81 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
82
83 PR cli/21688
84 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
85 tests for alias commands and trailing whitespace.
86
87 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
88
89 PR cli/21688
90 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
91 procedure. Call it.
92
93 2017-06-29 Pedro Alves <palves@redhat.com>
94
95 * gdb.base/printcmds.exp: Add tests.
96
97 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
98
99 PR gdb/21337
100 * gdb.base/reread-readsym.exp: New file.
101 * gdb.base/reread-readsym.c: New file.
102
103 2017-06-21 Kevin Buettner <kevinb@redhat.com>
104
105 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
106 subpattern.
107
108 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
109
110 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
111 extended mnemonic.
112 * gdb.arch/powerpc-power9.s: Likewise.
113
114 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
115
116 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
117 on 32-bit x86 targets. Exploit is_*_target macros where
118 appropriate.
119
120 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
121
122 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
123 register pieces.
124
125 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
126
127 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
128 located in one or more DWARF pieces.
129
130 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
131
132 * lib/gdb.exp (get_endianness): New proc.
133 * gdb.arch/aarch64-fp.exp: Use it.
134 * gdb.arch/altivec-regs.exp: Likewise.
135 * gdb.arch/e500-regs.exp: Likewise.
136 * gdb.arch/vsx-regs.exp: Likewise.
137 * gdb.base/dump.exp: Likewise.
138 * gdb.base/funcargs.exp: Likewise.
139 * gdb.base/gnu_vector.exp: Likewise.
140 * gdb.dwarf2/formdata16.exp: Likewise.
141 * gdb.dwarf2/implptrpiece.exp: Likewise.
142 * gdb.dwarf2/nonvar-access.exp: Likewise.
143 * gdb.python/py-inferior.exp: Likewise.
144 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
145
146 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
147
148 PR gdb/21226
149 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
150 stack value pieces are taken from the LSB end.
151
152 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
153
154 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
155 variable at nonzero offset.
156
157 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
158
159 * gdb.dwarf2/var-access.c: New file.
160 * gdb.dwarf2/var-access.exp: New test.
161 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
162
163 2017-06-12 Tom Tromey <tom@tromey.com>
164
165 * gdb.dwarf2/formdata16.exp: Add tests.
166
167 2017-06-12 Tom Tromey <tom@tromey.com>
168
169 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
170
171 2017-06-12 Tom Tromey <tom@tromey.com>
172
173 PR exp/16225:
174 * gdb.reverse/i386-sse-reverse.exp: Update tests.
175 * gdb.arch/vsx-regs.exp: Update tests.
176 * gdb.arch/s390-vregs.exp (hex128): New proc.
177 Update test.
178 * gdb.arch/altivec-regs.exp: Update tests.
179
180 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
181
182 * gdb.base/startup-with-shell.c: New file.
183 * gdb.base/startup-with-shell.exp: Likewise.
184
185 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
186
187 * gdb.server/non-existing-program.exp: Update regex in order to
188 reflect the fact that gdbserver is now using fork_inferior (with a
189 shell) to startup the inferior.
190
191 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
192
193 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
194 support function calls from GDB.
195
196 2017-05-21 Tom Tromey <tom@tromey.com>
197
198 PR rust/21466:
199 * gdb.rust/unsized.exp: New file.
200 * gdb.rust/unsized.rs: New file.
201
202 2017-05-19 Tom Tromey <tom@tromey.com>
203
204 PR rust/21484:
205 * gdb.rust/watch.exp: New file.
206 * gdb.rust/watch.rs: New file.
207
208 2017-05-18 Tom Tromey <tom@tromey.com>
209
210 * gdb.rust/simple.exp: Allow Box to be qualified.
211
212 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
213
214 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
215
216 2017-05-18 Pedro Alves <palves@redhat.com>
217
218 * gdb.base/fileio.c (test_write, test_read, test_close)
219 (test_fstat): Don't print 'ret' in the fail path.
220
221 2017-05-18 Pedro Alves <palves@redhat.com>
222
223 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
224 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
225 (test_system, test_rename, test_unlink, test_time): Change
226 prototypes.
227 * gdb.base/fileio.exp (stop_msg): Adjust.
228
229 2017-05-18 Pedro Alves <palves@redhat.com>
230
231 * gdb.base/fileio.c (null_str): New global.
232 (test_stat): Use it.
233 * gdb.base/fileio.exp: Remove nowarnings.
234
235 2017-05-17 Yao Qi <yao.qi@linaro.org>
236
237 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
238
239 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
240
241 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
242 argument command.
243 (top-level): Invoke test_set_inferior_tty.
244
245 2017-05-04 Pedro Alves <palves@redhat.com>
246
247 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
248 Add parens to print call for Python 3.
249
250 2017-05-03 Keith Seitz <keiths@redhat.com>
251
252 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
253 (main): Call it.
254
255 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
256
257 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
258 to prev and next.
259
260 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
261
262 * gdb.python/py-record-btrace.exp: Remove test for
263 gdb.BtraceInstruction.error.
264
265 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
266
267 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
268
269 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
270
271 * gdb.python/py-record-btrace-threads.c: New file.
272 * gdb.python/py-record-btrace-threads.exp: New file.
273
274 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
275
276 PR testsuite/8595
277 * gdb.base/environ.exp: Make test available in all architectures.
278 Move bits related to "info program" testing to
279 gdb.base/info-program.exp. Rewrite tests to use the two new
280 procedures mentione below.
281 (test_set_show_env_var) New procedure.
282 (test_set_show_env_var_equal): Likewise.
283 * gdb.base/info-program.exp: New file.
284
285 2017-04-27 Keith Seitz <keiths@redhat.com>
286
287 * gdb.cp/oranking.cc (test15): New function.
288 (main): Call test15 and declare additional variables for testing.
289 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
290 "p foo101('abc')" tests.
291 Add tests for cv qualifier overloads.
292 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
293 "lvalue reference overload" test.
294 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
295 "print value of f1 on Child&& in f2" test.
296
297 2017-04-19 Pedro Alves <palves@redhat.com>
298
299 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
300 procedure.
301 (top level): Call it.
302 * lib/gdb.exp (gdb_define_cmd): New procedure.
303
304 2017-04-12 Pedro Alves <palves@redhat.com>
305
306 PR gdb/21323
307 * gdb.cp/wide_char_types.c: Include <wchar.h>.
308 (wchar): New global.
309 * gdb.cp/wide_char_types.exp (wide_char_types_program)
310 (do_test_wide_char, wide_char_types_no_program, top level): Add
311 wchar_t testing.
312
313 2017-04-12 Pedro Alves <palves@redhat.com>
314
315 PR c++/21323
316 * gdb.cp/wide_char_types.c: New file.
317 * gdb.cp/wide_char_types.exp: New file.
318
319 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
320
321 PR gdb/21352
322 * gdb.trace/tsv.exp: Add test for "tsave -r".
323
324 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
325
326 * gdb.dlang/watch-loc.c: New file.
327 * gdb.dlang/watch-loc.exp: New file.
328
329 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
330
331 * gdb.python/py-section-script.exp (sepdebug): New testcases.
332
333 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
334
335 * gdb.arch/arc-analyze-prologue.S: New file.
336 * gdb.arch/arc-analyze-prologue.exp: Likewise.
337
338 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
339
340 * gdb.arch/arc-decode-insn.S: New file.
341 * gdb.arch/arc-decode-insn.exp: Likewise.
342
343 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
344
345 PR tdep/20928
346 * gdb.arch/sparc64-regs.exp: New file.
347 * gdb.arch/sparc64-regs.S: Likewise.
348
349 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
350
351 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
352 and memory view on Python 3.
353
354 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
355 Keith Seitz <keiths@redhat.com>
356
357 PR gdb/14441
358 * gdb.cp/demangle.exp: Add rvalue reference tests.
359 * gdb.cp/rvalue-ref-casts.cc: New file.
360 * gdb.cp/rvalue-ref-casts.exp: New file.
361 * gdb.cp/rvalue-ref-overload.cc: New file.
362 * gdb.cp/rvalue-ref-overload.exp: New file.
363 * gdb.cp/rvalue-ref-params.cc: New file.
364 * gdb.cp/rvalue-ref-params.exp: New file.
365 * gdb.cp/rvalue-ref-sizeof.cc: New file.
366 * gdb.cp/rvalue-ref-sizeof.exp: New file.
367 * gdb.cp/rvalue-ref-types.cc: New file.
368 * gdb.cp/rvalue-ref-types.exp: New file.
369 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
370 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
371
372 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
373
374 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
375 New procedure.
376
377 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
378
379 * lib/mi-support.exp (mi_gdb_test): Add additional message
380 for unexpected output.
381
382 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
383
384 * gdb.base/examine-backward.c (Barrier): New character array
385 constant, to ensure that TestStrings is preceded by a string
386 terminator.
387
388 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
389
390 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
391 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
392 and implicit pointer into such a location.
393
394 2017-03-16 Doug Evans <dje@google.com>
395
396 * gdb.python/py-lazy-string (pointer): Really add new typedef.
397
398 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
399
400 * gdb.cp/m-static.exp: Fix expectation for prototype of
401 test5.single_constructor and single_constructor::single_constructor.
402
403 2017-03-16 Doug Evans <dje@google.com>
404
405 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
406 * gdb.guile/scm-lazy-string.c: New file.
407 * gdb.guile/scm-value.exp: Move lazy string tests to ...
408 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
409 for pointer, array, typedef lazy strings.
410
411 2017-03-16 Doug Evans <dje@google.com>
412
413 PR python/17728, python/18439, python/18779
414 * gdb.python/py-value.c (main) Delete locals sptr, sn.
415 * gdb.python/py-lazy-string.c (pointer): New typedef.
416 (main): New locals ptr, array, typedef_ptr.
417 * gdb.python/py-value.exp: Move lazy string tests to ...
418 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
419 array, typedef lazy strings.
420
421 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
422
423 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
424 Add optional 'test' parameter.
425
426 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
427
428 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
429 Skip for versions of DejaGnu < 1.5.
430
431 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
432
433 * lib/gdb.exp (dejagnu_version): New proc.
434 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
435 Use dejagnu_version.
436
437 2017-03-10 Keith Seitz <keiths@redhat.com>
438
439 PR c++/8128
440 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
441 type from destructor regexps.
442 Add a branch which actually passes the test.
443 Adjust "ptype t5i" test names.
444
445 2017-03-08 Pedro Alves <palves@redhat.com>
446
447 * gdb.base/step-over-exit.exp: Add explicit test message.
448
449 2017-03-08 Pedro Alves <palves@redhat.com>
450
451 PR gdb/18360
452 * gdb.threads/interrupt-while-step-over.c: New file.
453 * gdb.threads/interrupt-while-step-over.exp: New file.
454
455 2017-03-08 Pedro Alves <palves@redhat.com>
456
457 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
458 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
459
460 2017-03-08 Pedro Alves <palves@redhat.com>
461
462 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
463 PKRU as not supported as a PASS.
464
465 2017-03-08 Pedro Alves <palves@redhat.com>
466
467 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
468 prefix instead of $binfile1/$binfile2.
469 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
470 in test message.
471 * gdb.python/py-completion.exp: Use "load python file" as test
472 messages instead of unstable path names.
473
474 2017-03-08 Pedro Alves <palves@redhat.com>
475 Jan Kratochvil <jan.kratochvil@redhat.com>
476
477 PR cli/21218
478 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
479 New proc.
480 (top level): Call it.
481
482 2017-03-08 Pedro Alves <palves@redhat.com>
483
484 PR tui/21216
485 * gdb.tui/tui-nl-filtered-output.exp: New file.
486
487 2017-03-08 Pedro Alves <palves@redhat.com>
488
489 * gdb.base/completion.exp: Move TUI completion tests to ...
490 * gdb.tui/completion.exp: ... this new file.
491
492 2017-03-08 Pedro Alves <palves@redhat.com>
493
494 * gdb.base/tui-disasm-long-lines.c,
495 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
496 gdb.base/tui-layout.exp: Move to ...
497 * gdb.tui/: ... this new directory.
498
499 2017-03-07 Pedro Alves <palves@redhat.com>
500
501 * gdb.base/tui-layout.c: New file.
502 * gdb.base/tui-layout.exp: New file.
503
504 2017-03-07 Pedro Alves <palves@redhat.com>
505
506 * gdb.base/tui-layout.c: Rename to ...
507 * gdb.base/tui-disasm-long-lines.c: ... this.
508 * gdb.base/tui-layout.exp: Rename to ...
509 * gdb.base/tui-disasm-long-lines.exp: ... this.
510
511 2017-03-07 Pedro Alves <palves@redhat.com>
512
513 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
514
515 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
516
517 * i386-mpx-call.c: New file.
518 * i386-mpx-call.exp: New file.
519
520 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
521
522 * gdb.arch/powerpc-power.exp: Delete test.
523 * gdb.arch/powerpc-power.s: Likewise.
524 * gdb.disasm/disassembler-options.exp: New test.
525 * gdb.arch/powerpc-altivec.exp: Likewise.
526 * gdb.arch/powerpc-altivec.s: Likewise.
527 * gdb.arch/powerpc-altivec2.exp: Likewise.
528 * gdb.arch/powerpc-altivec2.s: Likewise.
529 * gdb.arch/powerpc-altivec3.exp: Likewise.
530 * gdb.arch/powerpc-altivec3.s: Likewise.
531 * gdb.arch/powerpc-power7.exp: Likewise.
532 * gdb.arch/powerpc-power7.s: Likewise.
533 * gdb.arch/powerpc-power8.exp: Likewise.
534 * gdb.arch/powerpc-power8.s: Likewise.
535 * gdb.arch/powerpc-power9.exp: Likewise.
536 * gdb.arch/powerpc-power9.s: Likewise.
537 * gdb.arch/powerpc-vsx.exp: Likewise.
538 * gdb.arch/powerpc-vsx.s: Likewise.
539 * gdb.arch/powerpc-vsx2.exp: Likewise.
540 * gdb.arch/powerpc-vsx2.s: Likewise.
541 * gdb.arch/powerpc-vsx3.exp: Likewise.
542 * gdb.arch/powerpc-vsx3.s: Likewise.
543 * gdb.arch/arm-disassembler-options.exp: Likewise.
544 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
545 * gdb.arch/s390-disassembler-options.exp: Likewise.
546
547 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
548
549 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
550 (check_supported_features): ... this. Changed return type to void.
551 (supports_rdseed): New static global.
552 (rdseed): Check supports_rdseed.
553 (initialize): Call check_supported_features.
554
555 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
556
557 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
558 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
559 and lqarx/stqcx.
560 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
561 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
562
563 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
564
565 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
566 uppercase.
567
568 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
569
570 * gdb.dwarf2/formdata16.c: New file.
571 * gdb.dwarf2/formdata16.exp: New file.
572 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
573
574 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
575
576 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
577 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
578 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
579 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
580 DW_AT_GNU_*.
581
582 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
583
584 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
585
586 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
587
588 PR gdb/21164
589 * gdb.base/maint.exp: Add testcases for when the commands do
590 not have arguments.
591
592 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
593
594 * gdb.cp/chained-calls.exp: Use p instead of P.
595
596 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
597
598 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
599 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
600
601 2017-02-14 Tom Tromey <tom@tromey.com>
602
603 PR python/13598:
604 * gdb.python/py-events.exp: Add before_prompt event tests.
605
606 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
607
608 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
609
610 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
611
612 * gdb.linespec/explicit.c (my_unique_function_name): New function.
613 (main): Call my_unique_function_name.
614 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
615 completion of patterns with a single match.
616 Add missing -re switches to gdb_test_multiple calls.
617
618 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
619
620 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
621 return if core file is not recognized.
622
623 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
624
625 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
626 and extra UIs.
627
628 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
629
630 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
631 proc_with_prefix.
632
633 2017-02-10 Tom Tromey <tom@tromey.com>
634
635 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
636
637 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
638
639 PR gdb/21122
640 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
641
642 2017-02-08 Jerome Guitton <guitton@adacore.com>
643
644 * gdb.base/define.exp: Add test for command abbreviations
645 in define.
646
647 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
648
649 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
650 * gdb.reverse/insn-reverse-x86.c: New file.
651
652 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
653
654 PR tdep/20936
655 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
656
657 2017-02-03 Tom Tromey <tom@tromey.com>
658
659 PR rust/21097:
660 * gdb.rust/simple.exp: Add new tests.
661
662 2017-02-02 Pedro Alves <palves@redhat.com>
663
664 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
665 tests.
666
667 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
668
669 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
670 taking a 2-byte value out of a 4-byte DWARF implicit value on
671 big-endian targets.
672 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
673 logic. Add test cases for DW_OP_implicit.
674
675 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
676
677 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
678
679 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
680
681 * gdb.btrace/enable.exp: Call gdb_exit before
682 skip_gdbserver_tests.
683
684 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
685
686 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
687 GDBFLAGS.
688
689 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
690
691 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
692 the test is skipped.
693 * gdb.btrace/data.exp: Likewise.
694 * gdb.btrace/delta.exp: Likewise.
695 * gdb.btrace/dlopen.exp: Likewise.
696 * gdb.btrace/enable-running.exp: Likewise.
697 * gdb.btrace/enable.exp: Likewise.
698 * gdb.btrace/exception.exp: Likewise.
699 * gdb.btrace/function_call_history.exp: Likewise.
700 * gdb.btrace/gcore.exp: Likewise.
701 * gdb.btrace/instruction_history.exp: Likewise.
702 * gdb.btrace/multi-thread-step.exp: Likewise.
703 * gdb.btrace/nohist.exp: Likewise.
704 * gdb.btrace/non-stop.exp: Likewise.
705 * gdb.btrace/reconnect.exp: Likewise.
706 * gdb.btrace/record_goto-step.exp: Likewise.
707 * gdb.btrace/record_goto.exp: Likewise.
708 * gdb.btrace/rn-dl-bind.exp: Likewise.
709 * gdb.btrace/segv.exp: Likewise.
710 * gdb.btrace/step.exp: Likewise.
711 * gdb.btrace/stepi.exp: Likewise.
712 * gdb.btrace/tailcall-only.exp: Likewise.
713 * gdb.btrace/tailcall.exp: Likewise.
714 * gdb.btrace/tsx.exp: Likewise.
715 * gdb.btrace/unknown_functions.exp: Likewise.
716 * gdb.btrace/vdso.exp: Likewise.
717
718 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
719
720 * gdb.btrace/enable-running.c: New.
721 * gdb.btrace/enable-running.exp: New.
722
723 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
724
725 * gdb.arch/amd64-gs_base.c: New file.
726 * gdb.arch/amd64-gs_base.exp: New file.
727
728 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
729
730 * lib/memory.exp: Remove spurious empty newlines.
731
732 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
733
734 * gdb.python/py-bad-printers.exp: Load python file using "source".
735 * gdb.python/py-events.exp: Likewise.
736 * gdb.python/py-evsignal.exp: Likewise.
737 * gdb.python/py-evthreads.exp: Likewise.
738 * gdb.python/py-frame-args.exp: Likewise.
739 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
740 * gdb.python/py-framefilter-mi.exp: Likewise.
741 * gdb.python/py-framefilter.exp: Likewise.
742 * gdb.python/py-mi.exp: Likewise.
743 * gdb.python/py-pp-maint.exp: Likewise.
744 * gdb.python/py-pp-registration.exp: Likewise.
745 * gdb.python/py-prettyprint.exp: Likewise.
746 (run_lang_tests): Likewise.
747 * gdb.python/py-typeprint.exp: Likewise.
748
749 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
750
751 * lib/memory.exp: New file.
752 * lib/gdb.exp: Load memory.exp.
753 * gdb.base/memattr.exp (delete_memory): Move proc to
754 lib/memory.exp and rename to delete_memory_regions.
755 Replace delete_memory with delete_memory_regions.
756 Cleanup memory regions before tests.
757 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
758 before tests.
759
760 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
761
762 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
763 files.
764 (initialize): New function conditionally defined.
765 (testcases): Move within conditional block.
766 (main): Call initialize.
767 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
768 of gdb.reverse/insn-reverse.c.
769 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
770 gdb.reverse/insn-reverse.c.
771
772 2017-01-26 Yao Qi <yao.qi@linaro.org>
773
774 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
775 disassemble on address 0.
776
777 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
778 Yao Qi <yao.qi@linaro.org>
779
780 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
781 * gdb.dwarf2/implptr-64bit.S: Remove.
782 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
783 variables in caller's context. Add DW_OP_implicit_value.
784
785 2017-01-25 Yao Qi <yao.qi@linaro.org>
786
787 * lib/dwarf.exp (Dwarf::_location): Handle
788 DW_OP_GNU_implicit_pointer with proper size.
789
790 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
791
792 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
793 and add untested calls.
794
795 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
796
797 * gdb.python/python.exp: Check line number against what GDB thinks
798 the line number is for func1.
799
800 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
801
802 * gdb.dlang/debug-expr.exp: New file.
803
804 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
805
806 Fix test names for the following files:
807
808 * gdb.ada/exec_changed.exp
809 * gdb.ada/info_types.exp
810 * gdb.arch/aarch64-atomic-inst.exp
811 * gdb.arch/aarch64-fp.exp
812 * gdb.arch/altivec-abi.exp
813 * gdb.arch/altivec-regs.exp
814 * gdb.arch/amd64-byte.exp
815 * gdb.arch/amd64-disp-step.exp
816 * gdb.arch/amd64-dword.exp
817 * gdb.arch/amd64-entry-value-inline.exp
818 * gdb.arch/amd64-entry-value-param.exp
819 * gdb.arch/amd64-entry-value-paramref.exp
820 * gdb.arch/amd64-entry-value.exp
821 * gdb.arch/amd64-i386-address.exp
822 * gdb.arch/amd64-invalid-stack-middle.exp
823 * gdb.arch/amd64-invalid-stack-top.exp
824 * gdb.arch/amd64-optimout-repeat.exp
825 * gdb.arch/amd64-prologue-skip.exp
826 * gdb.arch/amd64-prologue-xmm.exp
827 * gdb.arch/amd64-stap-special-operands.exp
828 * gdb.arch/amd64-stap-wrong-subexp.exp
829 * gdb.arch/amd64-tailcall-cxx.exp
830 * gdb.arch/amd64-tailcall-noret.exp
831 * gdb.arch/amd64-tailcall-ret.exp
832 * gdb.arch/amd64-tailcall-self.exp
833 * gdb.arch/amd64-word.exp
834 * gdb.arch/arm-bl-branch-dest.exp
835 * gdb.arch/arm-disp-step.exp
836 * gdb.arch/arm-neon.exp
837 * gdb.arch/arm-single-step-kernel-helper.exp
838 * gdb.arch/avr-flash-qualifier.exp
839 * gdb.arch/disp-step-insn-reloc.exp
840 * gdb.arch/e500-abi.exp
841 * gdb.arch/e500-regs.exp
842 * gdb.arch/ftrace-insn-reloc.exp
843 * gdb.arch/i386-avx512.exp
844 * gdb.arch/i386-bp_permanent.exp
845 * gdb.arch/i386-byte.exp
846 * gdb.arch/i386-cfi-notcurrent.exp
847 * gdb.arch/i386-disp-step.exp
848 * gdb.arch/i386-dr3-watch.exp
849 * gdb.arch/i386-float.exp
850 * gdb.arch/i386-gnu-cfi.exp
851 * gdb.arch/i386-mpx-map.exp
852 * gdb.arch/i386-mpx-sigsegv.exp
853 * gdb.arch/i386-mpx-simple_segv.exp
854 * gdb.arch/i386-mpx.exp
855 * gdb.arch/i386-permbkpt.exp
856 * gdb.arch/i386-prologue.exp
857 * gdb.arch/i386-signal.exp
858 * gdb.arch/i386-size-overlap.exp
859 * gdb.arch/i386-unwind.exp
860 * gdb.arch/i386-word.exp
861 * gdb.arch/mips-fcr.exp
862 * gdb.arch/powerpc-d128-regs.exp
863 * gdb.arch/powerpc-stackless.exp
864 * gdb.arch/ppc64-atomic-inst.exp
865 * gdb.arch/s390-stackless.exp
866 * gdb.arch/s390-tdbregs.exp
867 * gdb.arch/s390-vregs.exp
868 * gdb.arch/sparc-sysstep.exp
869 * gdb.arch/thumb-bx-pc.exp
870 * gdb.arch/thumb-singlestep.exp
871 * gdb.arch/thumb2-it.exp
872 * gdb.arch/vsx-regs.exp
873 * gdb.asm/asm-source.exp
874 * gdb.base/a2-run.exp
875 * gdb.base/advance.exp
876 * gdb.base/all-bin.exp
877 * gdb.base/anon.exp
878 * gdb.base/args.exp
879 * gdb.base/arithmet.exp
880 * gdb.base/async-shell.exp
881 * gdb.base/async.exp
882 * gdb.base/attach-pie-noexec.exp
883 * gdb.base/attach-twice.exp
884 * gdb.base/auto-load.exp
885 * gdb.base/bang.exp
886 * gdb.base/bitfields.exp
887 * gdb.base/break-always.exp
888 * gdb.base/break-caller-line.exp
889 * gdb.base/break-entry.exp
890 * gdb.base/break-inline.exp
891 * gdb.base/break-on-linker-gcd-function.exp
892 * gdb.base/break-probes.exp
893 * gdb.base/break.exp
894 * gdb.base/breakpoint-shadow.exp
895 * gdb.base/call-ar-st.exp
896 * gdb.base/call-sc.exp
897 * gdb.base/call-signal-resume.exp
898 * gdb.base/call-strs.exp
899 * gdb.base/callfuncs.exp
900 * gdb.base/catch-fork-static.exp
901 * gdb.base/catch-gdb-caused-signals.exp
902 * gdb.base/catch-load.exp
903 * gdb.base/catch-signal-fork.exp
904 * gdb.base/catch-signal.exp
905 * gdb.base/catch-syscall.exp
906 * gdb.base/charset.exp
907 * gdb.base/checkpoint.exp
908 * gdb.base/chng-syms.exp
909 * gdb.base/code-expr.exp
910 * gdb.base/code_elim.exp
911 * gdb.base/commands.exp
912 * gdb.base/completion.exp
913 * gdb.base/complex.exp
914 * gdb.base/cond-expr.exp
915 * gdb.base/condbreak.exp
916 * gdb.base/consecutive.exp
917 * gdb.base/continue-all-already-running.exp
918 * gdb.base/coredump-filter.exp
919 * gdb.base/corefile.exp
920 * gdb.base/dbx.exp
921 * gdb.base/debug-expr.exp
922 * gdb.base/define.exp
923 * gdb.base/del.exp
924 * gdb.base/disabled-location.exp
925 * gdb.base/disasm-end-cu.exp
926 * gdb.base/disasm-optim.exp
927 * gdb.base/display.exp
928 * gdb.base/duplicate-bp.exp
929 * gdb.base/ena-dis-br.exp
930 * gdb.base/ending-run.exp
931 * gdb.base/enumval.exp
932 * gdb.base/environ.exp
933 * gdb.base/eu-strip-infcall.exp
934 * gdb.base/eval-avoid-side-effects.exp
935 * gdb.base/eval-skip.exp
936 * gdb.base/exitsignal.exp
937 * gdb.base/expand-psymtabs.exp
938 * gdb.base/filesym.exp
939 * gdb.base/find-unmapped.exp
940 * gdb.base/finish.exp
941 * gdb.base/float.exp
942 * gdb.base/foll-exec-mode.exp
943 * gdb.base/foll-exec.exp
944 * gdb.base/foll-fork.exp
945 * gdb.base/fortran-sym-case.exp
946 * gdb.base/freebpcmd.exp
947 * gdb.base/func-ptr.exp
948 * gdb.base/func-ptrs.exp
949 * gdb.base/funcargs.exp
950 * gdb.base/gcore-buffer-overflow.exp
951 * gdb.base/gcore-relro-pie.exp
952 * gdb.base/gcore-relro.exp
953 * gdb.base/gcore.exp
954 * gdb.base/gdb1090.exp
955 * gdb.base/gdb11530.exp
956 * gdb.base/gdb11531.exp
957 * gdb.base/gdb1821.exp
958 * gdb.base/gdbindex-stabs.exp
959 * gdb.base/gdbvars.exp
960 * gdb.base/hbreak.exp
961 * gdb.base/hbreak2.exp
962 * gdb.base/included.exp
963 * gdb.base/infcall-input.exp
964 * gdb.base/inferior-died.exp
965 * gdb.base/infnan.exp
966 * gdb.base/info-macros.exp
967 * gdb.base/info-os.exp
968 * gdb.base/info-proc.exp
969 * gdb.base/info-shared.exp
970 * gdb.base/info-target.exp
971 * gdb.base/infoline.exp
972 * gdb.base/interp.exp
973 * gdb.base/interrupt.exp
974 * gdb.base/jit-reader.exp
975 * gdb.base/jit-simple.exp
976 * gdb.base/kill-after-signal.exp
977 * gdb.base/kill-detach-inferiors-cmd.exp
978 * gdb.base/label.exp
979 * gdb.base/langs.exp
980 * gdb.base/ldbl_e308.exp
981 * gdb.base/line-symtabs.exp
982 * gdb.base/linespecs.exp
983 * gdb.base/list.exp
984 * gdb.base/long_long.exp
985 * gdb.base/longest-types.exp
986 * gdb.base/maint.exp
987 * gdb.base/max-value-size.exp
988 * gdb.base/memattr.exp
989 * gdb.base/mips_pro.exp
990 * gdb.base/morestack.exp
991 * gdb.base/moribund-step.exp
992 * gdb.base/multi-forks.exp
993 * gdb.base/nested-addr.exp
994 * gdb.base/nextoverexit.exp
995 * gdb.base/noreturn-finish.exp
996 * gdb.base/noreturn-return.exp
997 * gdb.base/nostdlib.exp
998 * gdb.base/offsets.exp
999 * gdb.base/opaque.exp
1000 * gdb.base/pc-fp.exp
1001 * gdb.base/permissions.exp
1002 * gdb.base/print-symbol-loading.exp
1003 * gdb.base/prologue-include.exp
1004 * gdb.base/psymtab.exp
1005 * gdb.base/ptype.exp
1006 * gdb.base/random-signal.exp
1007 * gdb.base/randomize.exp
1008 * gdb.base/range-stepping.exp
1009 * gdb.base/readline-ask.exp
1010 * gdb.base/recpar.exp
1011 * gdb.base/recurse.exp
1012 * gdb.base/relational.exp
1013 * gdb.base/restore.exp
1014 * gdb.base/return-nodebug.exp
1015 * gdb.base/return.exp
1016 * gdb.base/run-after-attach.exp
1017 * gdb.base/save-bp.exp
1018 * gdb.base/scope.exp
1019 * gdb.base/sect-cmd.exp
1020 * gdb.base/set-lang-auto.exp
1021 * gdb.base/set-noassign.exp
1022 * gdb.base/setvar.exp
1023 * gdb.base/sigall.exp
1024 * gdb.base/sigbpt.exp
1025 * gdb.base/siginfo-addr.exp
1026 * gdb.base/siginfo-infcall.exp
1027 * gdb.base/siginfo-obj.exp
1028 * gdb.base/siginfo.exp
1029 * gdb.base/signals-state-child.exp
1030 * gdb.base/signest.exp
1031 * gdb.base/sigstep.exp
1032 * gdb.base/sizeof.exp
1033 * gdb.base/skip.exp
1034 * gdb.base/solib-corrupted.exp
1035 * gdb.base/solib-nodir.exp
1036 * gdb.base/solib-search.exp
1037 * gdb.base/stack-checking.exp
1038 * gdb.base/stale-infcall.exp
1039 * gdb.base/stap-probe.exp
1040 * gdb.base/start.exp
1041 * gdb.base/step-break.exp
1042 * gdb.base/step-bt.exp
1043 * gdb.base/step-line.exp
1044 * gdb.base/step-over-exit.exp
1045 * gdb.base/step-over-syscall.exp
1046 * gdb.base/step-resume-infcall.exp
1047 * gdb.base/step-test.exp
1048 * gdb.base/store.exp
1049 * gdb.base/structs3.exp
1050 * gdb.base/sym-file.exp
1051 * gdb.base/symbol-without-target_section.exp
1052 * gdb.base/term.exp
1053 * gdb.base/testenv.exp
1054 * gdb.base/ui-redirect.exp
1055 * gdb.base/until.exp
1056 * gdb.base/unwindonsignal.exp
1057 * gdb.base/value-double-free.exp
1058 * gdb.base/vla-datatypes.exp
1059 * gdb.base/vla-ptr.exp
1060 * gdb.base/vla-sideeffect.exp
1061 * gdb.base/volatile.exp
1062 * gdb.base/watch-cond-infcall.exp
1063 * gdb.base/watch-cond.exp
1064 * gdb.base/watch-non-mem.exp
1065 * gdb.base/watch-read.exp
1066 * gdb.base/watch-vfork.exp
1067 * gdb.base/watchpoint-cond-gone.exp
1068 * gdb.base/watchpoint-delete.exp
1069 * gdb.base/watchpoint-hw-hit-once.exp
1070 * gdb.base/watchpoint-hw.exp
1071 * gdb.base/watchpoint-stops-at-right-insn.exp
1072 * gdb.base/watchpoints.exp
1073 * gdb.base/wchar.exp
1074 * gdb.base/whatis-exp.exp
1075 * gdb.btrace/buffer-size.exp
1076 * gdb.btrace/data.exp
1077 * gdb.btrace/delta.exp
1078 * gdb.btrace/dlopen.exp
1079 * gdb.btrace/enable.exp
1080 * gdb.btrace/exception.exp
1081 * gdb.btrace/function_call_history.exp
1082 * gdb.btrace/gcore.exp
1083 * gdb.btrace/instruction_history.exp
1084 * gdb.btrace/nohist.exp
1085 * gdb.btrace/reconnect.exp
1086 * gdb.btrace/record_goto-step.exp
1087 * gdb.btrace/record_goto.exp
1088 * gdb.btrace/rn-dl-bind.exp
1089 * gdb.btrace/segv.exp
1090 * gdb.btrace/step.exp
1091 * gdb.btrace/stepi.exp
1092 * gdb.btrace/tailcall-only.exp
1093 * gdb.btrace/tailcall.exp
1094 * gdb.btrace/tsx.exp
1095 * gdb.btrace/unknown_functions.exp
1096 * gdb.btrace/vdso.exp
1097 * gdb.compile/compile-ifunc.exp
1098 * gdb.compile/compile-ops.exp
1099 * gdb.compile/compile-print.exp
1100 * gdb.compile/compile-setjmp.exp
1101 * gdb.cp/abstract-origin.exp
1102 * gdb.cp/ambiguous.exp
1103 * gdb.cp/annota2.exp
1104 * gdb.cp/annota3.exp
1105 * gdb.cp/anon-ns.exp
1106 * gdb.cp/anon-struct.exp
1107 * gdb.cp/anon-union.exp
1108 * gdb.cp/arg-reference.exp
1109 * gdb.cp/baseenum.exp
1110 * gdb.cp/bool.exp
1111 * gdb.cp/breakpoint.exp
1112 * gdb.cp/bs15503.exp
1113 * gdb.cp/call-c.exp
1114 * gdb.cp/casts.exp
1115 * gdb.cp/chained-calls.exp
1116 * gdb.cp/class2.exp
1117 * gdb.cp/classes.exp
1118 * gdb.cp/cmpd-minsyms.exp
1119 * gdb.cp/converts.exp
1120 * gdb.cp/cp-relocate.exp
1121 * gdb.cp/cpcompletion.exp
1122 * gdb.cp/cpexprs.exp
1123 * gdb.cp/cplabel.exp
1124 * gdb.cp/cplusfuncs.exp
1125 * gdb.cp/cpsizeof.exp
1126 * gdb.cp/ctti.exp
1127 * gdb.cp/derivation.exp
1128 * gdb.cp/destrprint.exp
1129 * gdb.cp/dispcxx.exp
1130 * gdb.cp/enum-class.exp
1131 * gdb.cp/exception.exp
1132 * gdb.cp/exceptprint.exp
1133 * gdb.cp/expand-psymtabs-cxx.exp
1134 * gdb.cp/expand-sals.exp
1135 * gdb.cp/extern-c.exp
1136 * gdb.cp/filename.exp
1137 * gdb.cp/formatted-ref.exp
1138 * gdb.cp/fpointer.exp
1139 * gdb.cp/gdb1355.exp
1140 * gdb.cp/gdb2495.exp
1141 * gdb.cp/hang.exp
1142 * gdb.cp/impl-this.exp
1143 * gdb.cp/infcall-dlopen.exp
1144 * gdb.cp/inherit.exp
1145 * gdb.cp/iostream.exp
1146 * gdb.cp/koenig.exp
1147 * gdb.cp/local.exp
1148 * gdb.cp/m-data.exp
1149 * gdb.cp/m-static.exp
1150 * gdb.cp/mb-ctor.exp
1151 * gdb.cp/mb-inline.exp
1152 * gdb.cp/mb-templates.exp
1153 * gdb.cp/member-name.exp
1154 * gdb.cp/member-ptr.exp
1155 * gdb.cp/meth-typedefs.exp
1156 * gdb.cp/method.exp
1157 * gdb.cp/method2.exp
1158 * gdb.cp/minsym-fallback.exp
1159 * gdb.cp/misc.exp
1160 * gdb.cp/namelessclass.exp
1161 * gdb.cp/namespace-enum.exp
1162 * gdb.cp/namespace-nested-import.exp
1163 * gdb.cp/namespace.exp
1164 * gdb.cp/nextoverthrow.exp
1165 * gdb.cp/no-dmgl-verbose.exp
1166 * gdb.cp/non-trivial-retval.exp
1167 * gdb.cp/noparam.exp
1168 * gdb.cp/nsdecl.exp
1169 * gdb.cp/nsimport.exp
1170 * gdb.cp/nsnested.exp
1171 * gdb.cp/nsnoimports.exp
1172 * gdb.cp/nsrecurs.exp
1173 * gdb.cp/nsstress.exp
1174 * gdb.cp/nsusing.exp
1175 * gdb.cp/operator.exp
1176 * gdb.cp/oranking.exp
1177 * gdb.cp/overload-const.exp
1178 * gdb.cp/overload.exp
1179 * gdb.cp/ovldbreak.exp
1180 * gdb.cp/ovsrch.exp
1181 * gdb.cp/paren-type.exp
1182 * gdb.cp/parse-lang.exp
1183 * gdb.cp/pass-by-ref.exp
1184 * gdb.cp/pr-1023.exp
1185 * gdb.cp/pr-1210.exp
1186 * gdb.cp/pr-574.exp
1187 * gdb.cp/pr10687.exp
1188 * gdb.cp/pr12028.exp
1189 * gdb.cp/pr17132.exp
1190 * gdb.cp/pr17494.exp
1191 * gdb.cp/pr9067.exp
1192 * gdb.cp/pr9167.exp
1193 * gdb.cp/pr9631.exp
1194 * gdb.cp/printmethod.exp
1195 * gdb.cp/psmang.exp
1196 * gdb.cp/psymtab-parameter.exp
1197 * gdb.cp/ptype-cv-cp.exp
1198 * gdb.cp/ptype-flags.exp
1199 * gdb.cp/re-set-overloaded.exp
1200 * gdb.cp/ref-types.exp
1201 * gdb.cp/rtti.exp
1202 * gdb.cp/scope-err.exp
1203 * gdb.cp/shadow.exp
1204 * gdb.cp/smartp.exp
1205 * gdb.cp/static-method.exp
1206 * gdb.cp/static-print-quit.exp
1207 * gdb.cp/temargs.exp
1208 * gdb.cp/templates.exp
1209 * gdb.cp/try_catch.exp
1210 * gdb.cp/typedef-operator.exp
1211 * gdb.cp/typeid.exp
1212 * gdb.cp/userdef.exp
1213 * gdb.cp/using-crash.exp
1214 * gdb.cp/var-tag.exp
1215 * gdb.cp/virtbase.exp
1216 * gdb.cp/virtfunc.exp
1217 * gdb.cp/virtfunc2.exp
1218 * gdb.cp/vla-cxx.exp
1219 * gdb.disasm/t01_mov.exp
1220 * gdb.disasm/t02_mova.exp
1221 * gdb.disasm/t03_add.exp
1222 * gdb.disasm/t04_sub.exp
1223 * gdb.disasm/t05_cmp.exp
1224 * gdb.disasm/t06_ari2.exp
1225 * gdb.disasm/t07_ari3.exp
1226 * gdb.disasm/t08_or.exp
1227 * gdb.disasm/t09_xor.exp
1228 * gdb.disasm/t10_and.exp
1229 * gdb.disasm/t11_logs.exp
1230 * gdb.disasm/t12_bit.exp
1231 * gdb.disasm/t13_otr.exp
1232 * gdb.dlang/circular.exp
1233 * gdb.dwarf2/arr-stride.exp
1234 * gdb.dwarf2/arr-subrange.exp
1235 * gdb.dwarf2/atomic-type.exp
1236 * gdb.dwarf2/bad-regnum.exp
1237 * gdb.dwarf2/bitfield-parent-optimized-out.exp
1238 * gdb.dwarf2/callframecfa.exp
1239 * gdb.dwarf2/clztest.exp
1240 * gdb.dwarf2/corrupt.exp
1241 * gdb.dwarf2/data-loc.exp
1242 * gdb.dwarf2/dup-psym.exp
1243 * gdb.dwarf2/dw2-anon-mptr.exp
1244 * gdb.dwarf2/dw2-anonymous-func.exp
1245 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
1246 * gdb.dwarf2/dw2-bad-unresolved.exp
1247 * gdb.dwarf2/dw2-basic.exp
1248 * gdb.dwarf2/dw2-canonicalize-type.exp
1249 * gdb.dwarf2/dw2-case-insensitive.exp
1250 * gdb.dwarf2/dw2-common-block.exp
1251 * gdb.dwarf2/dw2-compdir-oldgcc.exp
1252 * gdb.dwarf2/dw2-compressed.exp
1253 * gdb.dwarf2/dw2-const.exp
1254 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
1255 * gdb.dwarf2/dw2-cu-size.exp
1256 * gdb.dwarf2/dw2-dup-frame.exp
1257 * gdb.dwarf2/dw2-entry-value.exp
1258 * gdb.dwarf2/dw2-icycle.exp
1259 * gdb.dwarf2/dw2-ifort-parameter.exp
1260 * gdb.dwarf2/dw2-inline-break.exp
1261 * gdb.dwarf2/dw2-inline-param.exp
1262 * gdb.dwarf2/dw2-intercu.exp
1263 * gdb.dwarf2/dw2-intermix.exp
1264 * gdb.dwarf2/dw2-lexical-block-bare.exp
1265 * gdb.dwarf2/dw2-linkage-name-trust.exp
1266 * gdb.dwarf2/dw2-minsym-in-cu.exp
1267 * gdb.dwarf2/dw2-noloc.exp
1268 * gdb.dwarf2/dw2-op-call.exp
1269 * gdb.dwarf2/dw2-op-out-param.exp
1270 * gdb.dwarf2/dw2-opt-structptr.exp
1271 * gdb.dwarf2/dw2-param-error.exp
1272 * gdb.dwarf2/dw2-producer.exp
1273 * gdb.dwarf2/dw2-ranges-base.exp
1274 * gdb.dwarf2/dw2-ref-missing-frame.exp
1275 * gdb.dwarf2/dw2-reg-undefined.exp
1276 * gdb.dwarf2/dw2-regno-invalid.exp
1277 * gdb.dwarf2/dw2-restore.exp
1278 * gdb.dwarf2/dw2-restrict.exp
1279 * gdb.dwarf2/dw2-single-line-discriminators.exp
1280 * gdb.dwarf2/dw2-strp.exp
1281 * gdb.dwarf2/dw2-undefined-ret-addr.exp
1282 * gdb.dwarf2/dw2-unresolved.exp
1283 * gdb.dwarf2/dw2-var-zero-addr.exp
1284 * gdb.dwarf2/dw4-sig-types.exp
1285 * gdb.dwarf2/dwz.exp
1286 * gdb.dwarf2/dynarr-ptr.exp
1287 * gdb.dwarf2/enum-type.exp
1288 * gdb.dwarf2/gdb-index.exp
1289 * gdb.dwarf2/implptr-64bit.exp
1290 * gdb.dwarf2/implptr-optimized-out.exp
1291 * gdb.dwarf2/implptr.exp
1292 * gdb.dwarf2/implref-array.exp
1293 * gdb.dwarf2/implref-const.exp
1294 * gdb.dwarf2/implref-global.exp
1295 * gdb.dwarf2/implref-struct.exp
1296 * gdb.dwarf2/mac-fileno.exp
1297 * gdb.dwarf2/main-subprogram.exp
1298 * gdb.dwarf2/member-ptr-forwardref.exp
1299 * gdb.dwarf2/method-ptr.exp
1300 * gdb.dwarf2/missing-sig-type.exp
1301 * gdb.dwarf2/nonvar-access.exp
1302 * gdb.dwarf2/opaque-type-lookup.exp
1303 * gdb.dwarf2/pieces-optimized-out.exp
1304 * gdb.dwarf2/pieces.exp
1305 * gdb.dwarf2/pr10770.exp
1306 * gdb.dwarf2/pr13961.exp
1307 * gdb.dwarf2/staticvirtual.exp
1308 * gdb.dwarf2/subrange.exp
1309 * gdb.dwarf2/symtab-producer.exp
1310 * gdb.dwarf2/trace-crash.exp
1311 * gdb.dwarf2/typeddwarf.exp
1312 * gdb.dwarf2/valop.exp
1313 * gdb.dwarf2/watch-notconst.exp
1314 * gdb.fortran/array-element.exp
1315 * gdb.fortran/charset.exp
1316 * gdb.fortran/common-block.exp
1317 * gdb.fortran/complex.exp
1318 * gdb.fortran/derived-type-function.exp
1319 * gdb.fortran/derived-type.exp
1320 * gdb.fortran/logical.exp
1321 * gdb.fortran/module.exp
1322 * gdb.fortran/multi-dim.exp
1323 * gdb.fortran/nested-funcs.exp
1324 * gdb.fortran/print-formatted.exp
1325 * gdb.fortran/subarray.exp
1326 * gdb.fortran/vla-alloc-assoc.exp
1327 * gdb.fortran/vla-datatypes.exp
1328 * gdb.fortran/vla-history.exp
1329 * gdb.fortran/vla-ptr-info.exp
1330 * gdb.fortran/vla-ptype-sub.exp
1331 * gdb.fortran/vla-ptype.exp
1332 * gdb.fortran/vla-sizeof.exp
1333 * gdb.fortran/vla-type.exp
1334 * gdb.fortran/vla-value-sub-arbitrary.exp
1335 * gdb.fortran/vla-value-sub-finish.exp
1336 * gdb.fortran/vla-value-sub.exp
1337 * gdb.fortran/vla-value.exp
1338 * gdb.fortran/whatis_type.exp
1339 * gdb.go/chan.exp
1340 * gdb.go/handcall.exp
1341 * gdb.go/hello.exp
1342 * gdb.go/integers.exp
1343 * gdb.go/methods.exp
1344 * gdb.go/package.exp
1345 * gdb.go/strings.exp
1346 * gdb.go/types.exp
1347 * gdb.go/unsafe.exp
1348 * gdb.guile/scm-arch.exp
1349 * gdb.guile/scm-block.exp
1350 * gdb.guile/scm-breakpoint.exp
1351 * gdb.guile/scm-cmd.exp
1352 * gdb.guile/scm-disasm.exp
1353 * gdb.guile/scm-equal.exp
1354 * gdb.guile/scm-frame-args.exp
1355 * gdb.guile/scm-frame-inline.exp
1356 * gdb.guile/scm-frame.exp
1357 * gdb.guile/scm-iterator.exp
1358 * gdb.guile/scm-math.exp
1359 * gdb.guile/scm-objfile.exp
1360 * gdb.guile/scm-ports.exp
1361 * gdb.guile/scm-symbol.exp
1362 * gdb.guile/scm-symtab.exp
1363 * gdb.guile/scm-value-cc.exp
1364 * gdb.guile/types-module.exp
1365 * gdb.linespec/break-ask.exp
1366 * gdb.linespec/cpexplicit.exp
1367 * gdb.linespec/explicit.exp
1368 * gdb.linespec/keywords.exp
1369 * gdb.linespec/linespec.exp
1370 * gdb.linespec/ls-dollar.exp
1371 * gdb.linespec/ls-errs.exp
1372 * gdb.linespec/skip-two.exp
1373 * gdb.linespec/thread.exp
1374 * gdb.mi/mi-async.exp
1375 * gdb.mi/mi-basics.exp
1376 * gdb.mi/mi-break.exp
1377 * gdb.mi/mi-catch-load.exp
1378 * gdb.mi/mi-cli.exp
1379 * gdb.mi/mi-cmd-param-changed.exp
1380 * gdb.mi/mi-console.exp
1381 * gdb.mi/mi-detach.exp
1382 * gdb.mi/mi-disassemble.exp
1383 * gdb.mi/mi-eval.exp
1384 * gdb.mi/mi-file-transfer.exp
1385 * gdb.mi/mi-file.exp
1386 * gdb.mi/mi-fill-memory.exp
1387 * gdb.mi/mi-inheritance-syntax-error.exp
1388 * gdb.mi/mi-linespec-err-cp.exp
1389 * gdb.mi/mi-logging.exp
1390 * gdb.mi/mi-memory-changed.exp
1391 * gdb.mi/mi-read-memory.exp
1392 * gdb.mi/mi-record-changed.exp
1393 * gdb.mi/mi-reg-undefined.exp
1394 * gdb.mi/mi-regs.exp
1395 * gdb.mi/mi-return.exp
1396 * gdb.mi/mi-reverse.exp
1397 * gdb.mi/mi-simplerun.exp
1398 * gdb.mi/mi-solib.exp
1399 * gdb.mi/mi-stack.exp
1400 * gdb.mi/mi-stepi.exp
1401 * gdb.mi/mi-syn-frame.exp
1402 * gdb.mi/mi-until.exp
1403 * gdb.mi/mi-var-block.exp
1404 * gdb.mi/mi-var-child.exp
1405 * gdb.mi/mi-var-cmd.exp
1406 * gdb.mi/mi-var-cp.exp
1407 * gdb.mi/mi-var-display.exp
1408 * gdb.mi/mi-var-invalidate.exp
1409 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1410 * gdb.mi/mi-vla-fortran.exp
1411 * gdb.mi/mi-watch.exp
1412 * gdb.mi/mi2-var-child.exp
1413 * gdb.mi/user-selected-context-sync.exp
1414 * gdb.modula2/unbounded-array.exp
1415 * gdb.multi/dummy-frame-restore.exp
1416 * gdb.multi/multi-arch-exec.exp
1417 * gdb.multi/multi-arch.exp
1418 * gdb.multi/tids.exp
1419 * gdb.multi/watchpoint-multi.exp
1420 * gdb.opencl/callfuncs.exp
1421 * gdb.opencl/convs_casts.exp
1422 * gdb.opencl/datatypes.exp
1423 * gdb.opencl/operators.exp
1424 * gdb.opencl/vec_comps.exp
1425 * gdb.opt/clobbered-registers-O2.exp
1426 * gdb.opt/inline-break.exp
1427 * gdb.opt/inline-bt.exp
1428 * gdb.opt/inline-cmds.exp
1429 * gdb.opt/inline-locals.exp
1430 * gdb.pascal/case-insensitive-symbols.exp
1431 * gdb.pascal/floats.exp
1432 * gdb.pascal/gdb11492.exp
1433 * gdb.python/lib-types.exp
1434 * gdb.python/py-arch.exp
1435 * gdb.python/py-as-string.exp
1436 * gdb.python/py-bad-printers.exp
1437 * gdb.python/py-block.exp
1438 * gdb.python/py-breakpoint-create-fail.exp
1439 * gdb.python/py-breakpoint.exp
1440 * gdb.python/py-caller-is.exp
1441 * gdb.python/py-cmd.exp
1442 * gdb.python/py-explore-cc.exp
1443 * gdb.python/py-explore.exp
1444 * gdb.python/py-finish-breakpoint.exp
1445 * gdb.python/py-finish-breakpoint2.exp
1446 * gdb.python/py-frame-args.exp
1447 * gdb.python/py-frame-inline.exp
1448 * gdb.python/py-frame.exp
1449 * gdb.python/py-framefilter-mi.exp
1450 * gdb.python/py-infthread.exp
1451 * gdb.python/py-lazy-string.exp
1452 * gdb.python/py-linetable.exp
1453 * gdb.python/py-mi-events.exp
1454 * gdb.python/py-mi-objfile.exp
1455 * gdb.python/py-mi.exp
1456 * gdb.python/py-objfile.exp
1457 * gdb.python/py-pp-integral.exp
1458 * gdb.python/py-pp-maint.exp
1459 * gdb.python/py-pp-re-notag.exp
1460 * gdb.python/py-pp-registration.exp
1461 * gdb.python/py-recurse-unwind.exp
1462 * gdb.python/py-strfns.exp
1463 * gdb.python/py-symbol.exp
1464 * gdb.python/py-symtab.exp
1465 * gdb.python/py-sync-interp.exp
1466 * gdb.python/py-typeprint.exp
1467 * gdb.python/py-unwind-maint.exp
1468 * gdb.python/py-unwind.exp
1469 * gdb.python/py-value-cc.exp
1470 * gdb.python/py-xmethods.exp
1471 * gdb.reverse/amd64-tailcall-reverse.exp
1472 * gdb.reverse/break-precsave.exp
1473 * gdb.reverse/break-reverse.exp
1474 * gdb.reverse/consecutive-precsave.exp
1475 * gdb.reverse/consecutive-reverse.exp
1476 * gdb.reverse/finish-precsave.exp
1477 * gdb.reverse/finish-reverse-bkpt.exp
1478 * gdb.reverse/finish-reverse.exp
1479 * gdb.reverse/fstatat-reverse.exp
1480 * gdb.reverse/getresuid-reverse.exp
1481 * gdb.reverse/i386-precsave.exp
1482 * gdb.reverse/i386-reverse.exp
1483 * gdb.reverse/i386-sse-reverse.exp
1484 * gdb.reverse/i387-env-reverse.exp
1485 * gdb.reverse/i387-stack-reverse.exp
1486 * gdb.reverse/insn-reverse.exp
1487 * gdb.reverse/machinestate-precsave.exp
1488 * gdb.reverse/machinestate.exp
1489 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1490 * gdb.reverse/pipe-reverse.exp
1491 * gdb.reverse/readv-reverse.exp
1492 * gdb.reverse/recvmsg-reverse.exp
1493 * gdb.reverse/rerun-prec.exp
1494 * gdb.reverse/s390-mvcle.exp
1495 * gdb.reverse/step-precsave.exp
1496 * gdb.reverse/step-reverse.exp
1497 * gdb.reverse/time-reverse.exp
1498 * gdb.reverse/until-precsave.exp
1499 * gdb.reverse/until-reverse.exp
1500 * gdb.reverse/waitpid-reverse.exp
1501 * gdb.reverse/watch-precsave.exp
1502 * gdb.reverse/watch-reverse.exp
1503 * gdb.rust/generics.exp
1504 * gdb.rust/methods.exp
1505 * gdb.rust/modules.exp
1506 * gdb.rust/simple.exp
1507 * gdb.server/connect-with-no-symbol-file.exp
1508 * gdb.server/ext-attach.exp
1509 * gdb.server/ext-restart.exp
1510 * gdb.server/ext-wrapper.exp
1511 * gdb.server/file-transfer.exp
1512 * gdb.server/server-exec-info.exp
1513 * gdb.server/server-kill.exp
1514 * gdb.server/server-mon.exp
1515 * gdb.server/wrapper.exp
1516 * gdb.stabs/exclfwd.exp
1517 * gdb.stabs/gdb11479.exp
1518 * gdb.threads/clone-new-thread-event.exp
1519 * gdb.threads/corethreads.exp
1520 * gdb.threads/current-lwp-dead.exp
1521 * gdb.threads/dlopen-libpthread.exp
1522 * gdb.threads/gcore-thread.exp
1523 * gdb.threads/sigstep-threads.exp
1524 * gdb.threads/watchpoint-fork.exp
1525 * gdb.trace/actions-changed.exp
1526 * gdb.trace/backtrace.exp
1527 * gdb.trace/change-loc.exp
1528 * gdb.trace/circ.exp
1529 * gdb.trace/collection.exp
1530 * gdb.trace/disconnected-tracing.exp
1531 * gdb.trace/ftrace.exp
1532 * gdb.trace/mi-trace-frame-collected.exp
1533 * gdb.trace/mi-trace-unavailable.exp
1534 * gdb.trace/mi-traceframe-changed.exp
1535 * gdb.trace/mi-tsv-changed.exp
1536 * gdb.trace/no-attach-trace.exp
1537 * gdb.trace/passc-dyn.exp
1538 * gdb.trace/qtro.exp
1539 * gdb.trace/range-stepping.exp
1540 * gdb.trace/read-memory.exp
1541 * gdb.trace/save-trace.exp
1542 * gdb.trace/signal.exp
1543 * gdb.trace/status-stop.exp
1544 * gdb.trace/tfile.exp
1545 * gdb.trace/trace-break.exp
1546 * gdb.trace/trace-buffer-size.exp
1547 * gdb.trace/trace-condition.exp
1548 * gdb.trace/tracefile-pseudo-reg.exp
1549 * gdb.trace/tstatus.exp
1550 * gdb.trace/unavailable.exp
1551 * gdb.trace/while-dyn.exp
1552 * gdb.trace/while-stepping.exp
1553
1554 2016-12-22 Doug Evans <xdje42@gmail.com>
1555
1556 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1557 and msymbols.
1558
1559 2016-12-19 Yao Qi <yao.qi@linaro.org>
1560
1561 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1562 (test_with_self): Don't call do_steps_and_nexts, and remove
1563 code about stepping into xmalloc.
1564
1565 2016-12-09 Yao Qi <yao.qi@linaro.org>
1566
1567 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1568
1569 2016-12-09 Yao Qi <yao.qi@linaro.org>
1570
1571 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1572
1573 2016-12-09 Pedro Alves <palves@redhat.com>
1574
1575 * gdb.base/all-architectures-0.exp: New file.
1576 * gdb.base/all-architectures-1.exp: New file.
1577 * gdb.base/all-architectures-2.exp: New file.
1578 * gdb.base/all-architectures-3.exp: New file.
1579 * gdb.base/all-architectures-4.exp: New file.
1580 * gdb.base/all-architectures-5.exp: New file.
1581 * gdb.base/all-architectures-6.exp: New file.
1582 * gdb.base/all-architectures-7.exp: New file.
1583 * gdb.base/all-architectures.exp.in: New file.
1584
1585 2016-12-09 Yao Qi <yao.qi@linaro.org>
1586
1587 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1588
1589 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1590
1591 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1592 possible.
1593 Remove useless pattern-matching code.
1594
1595 2016-12-02 Pedro Alves <palves@redhat.com>
1596
1597 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1598 procedure.
1599 (top level): Call it.
1600
1601 2016-12-02 Pedro Alves <palves@redhat.com>
1602
1603 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1604 New procedure.
1605 (top level): Call it.
1606
1607 2016-12-02 Pedro Alves <palves@redhat.com>
1608
1609 PR cli/20559
1610 * gdb.base/commands.exp (user_defined_command_args_eval): New
1611 procedure.
1612 (top level): Call it.
1613
1614 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1615
1616 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1617 timeout handling.
1618
1619 2016-12-02 Tom Tromey <tom@tromey.com>
1620
1621 * gdb.dwarf2/main-subprogram.c: New file.
1622 * gdb.dwarf2/main-subprogram.exp: New file.
1623
1624 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1625
1626 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1627 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1628 gdb_test_no_output for a couple of cases.
1629 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1630
1631 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1632
1633 Fix test names and standardize compilation error messages throughout
1634 the following files:
1635
1636 * gdb.ada/start.exp
1637 * gdb.arch/alpha-step.exp
1638 * gdb.arch/e500-prologue.exp
1639 * gdb.arch/ftrace-insn-reloc.exp
1640 * gdb.arch/gdb1291.exp
1641 * gdb.arch/gdb1431.exp
1642 * gdb.arch/gdb1558.exp
1643 * gdb.arch/i386-dr3-watch.exp
1644 * gdb.arch/i386-sse-stack-align.exp
1645 * gdb.arch/ia64-breakpoint-shadow.exp
1646 * gdb.arch/pa-nullify.exp
1647 * gdb.arch/powerpc-aix-prologue.exp
1648 * gdb.arch/thumb-bx-pc.exp
1649 * gdb.base/annota1.exp
1650 * gdb.base/annota3.exp
1651 * gdb.base/arrayidx.exp
1652 * gdb.base/assign.exp
1653 * gdb.base/attach.exp
1654 * gdb.base/auxv.exp
1655 * gdb.base/bang.exp
1656 * gdb.base/bfp-test.exp
1657 * gdb.base/bigcore.exp
1658 * gdb.base/bitfields2.exp
1659 * gdb.base/break-fun-addr.exp
1660 * gdb.base/break-probes.exp
1661 * gdb.base/call-rt-st.exp
1662 * gdb.base/callexit.exp
1663 * gdb.base/catch-fork-kill.exp
1664 * gdb.base/charset.exp
1665 * gdb.base/checkpoint.exp
1666 * gdb.base/comprdebug.exp
1667 * gdb.base/constvars.exp
1668 * gdb.base/coredump-filter.exp
1669 * gdb.base/cursal.exp
1670 * gdb.base/cvexpr.exp
1671 * gdb.base/detach.exp
1672 * gdb.base/display.exp
1673 * gdb.base/dmsym.exp
1674 * gdb.base/dprintf-pending.exp
1675 * gdb.base/dso2dso.exp
1676 * gdb.base/dtrace-probe.exp
1677 * gdb.base/dump.exp
1678 * gdb.base/enum_cond.exp
1679 * gdb.base/exe-lock.exp
1680 * gdb.base/exec-invalid-sysroot.exp
1681 * gdb.base/execl-update-breakpoints.exp
1682 * gdb.base/exprs.exp
1683 * gdb.base/fileio.exp
1684 * gdb.base/find.exp
1685 * gdb.base/finish.exp
1686 * gdb.base/fixsection.exp
1687 * gdb.base/foll-vfork.exp
1688 * gdb.base/frame-args.exp
1689 * gdb.base/gcore.exp
1690 * gdb.base/gdb1250.exp
1691 * gdb.base/global-var-nested-by-dso.exp
1692 * gdb.base/gnu-ifunc.exp
1693 * gdb.base/hashline1.exp
1694 * gdb.base/hashline2.exp
1695 * gdb.base/hashline3.exp
1696 * gdb.base/hbreak-in-shr-unsupported.exp
1697 * gdb.base/huge.exp
1698 * gdb.base/infcall-input.exp
1699 * gdb.base/info-fun.exp
1700 * gdb.base/info-shared.exp
1701 * gdb.base/jit-simple.exp
1702 * gdb.base/jit-so.exp
1703 * gdb.base/jit.exp
1704 * gdb.base/jump.exp
1705 * gdb.base/label.exp
1706 * gdb.base/lineinc.exp
1707 * gdb.base/logical.exp
1708 * gdb.base/longjmp.exp
1709 * gdb.base/macscp.exp
1710 * gdb.base/miscexprs.exp
1711 * gdb.base/new-ui-echo.exp
1712 * gdb.base/new-ui-pending-input.exp
1713 * gdb.base/new-ui.exp
1714 * gdb.base/nodebug.exp
1715 * gdb.base/nofield.exp
1716 * gdb.base/offsets.exp
1717 * gdb.base/overlays.exp
1718 * gdb.base/pending.exp
1719 * gdb.base/pointers.exp
1720 * gdb.base/pr11022.exp
1721 * gdb.base/printcmds.exp
1722 * gdb.base/prologue.exp
1723 * gdb.base/ptr-typedef.exp
1724 * gdb.base/realname-expand.exp
1725 * gdb.base/relativedebug.exp
1726 * gdb.base/relocate.exp
1727 * gdb.base/remote.exp
1728 * gdb.base/reread.exp
1729 * gdb.base/return2.exp
1730 * gdb.base/savedregs.exp
1731 * gdb.base/sep.exp
1732 * gdb.base/sepdebug.exp
1733 * gdb.base/sepsymtab.exp
1734 * gdb.base/set-inferior-tty.exp
1735 * gdb.base/setshow.exp
1736 * gdb.base/shlib-call.exp
1737 * gdb.base/sigaltstack.exp
1738 * gdb.base/siginfo-addr.exp
1739 * gdb.base/signals.exp
1740 * gdb.base/signull.exp
1741 * gdb.base/sigrepeat.exp
1742 * gdb.base/so-impl-ld.exp
1743 * gdb.base/solib-display.exp
1744 * gdb.base/solib-overlap.exp
1745 * gdb.base/solib-search.exp
1746 * gdb.base/solib-symbol.exp
1747 * gdb.base/structs.exp
1748 * gdb.base/structs2.exp
1749 * gdb.base/symtab-search-order.exp
1750 * gdb.base/twice.exp
1751 * gdb.base/unload.exp
1752 * gdb.base/varargs.exp
1753 * gdb.base/watchpoint-solib.exp
1754 * gdb.base/watchpoint.exp
1755 * gdb.base/whatis.exp
1756 * gdb.base/wrong_frame_bt_full.exp
1757 * gdb.btrace/dlopen.exp
1758 * gdb.cell/ea-standalone.exp
1759 * gdb.cell/ea-test.exp
1760 * gdb.cp/dispcxx.exp
1761 * gdb.cp/gdb2384.exp
1762 * gdb.cp/method2.exp
1763 * gdb.cp/nextoverthrow.exp
1764 * gdb.cp/pr10728.exp
1765 * gdb.disasm/am33.exp
1766 * gdb.disasm/h8300s.exp
1767 * gdb.disasm/mn10300.exp
1768 * gdb.disasm/sh3.exp
1769 * gdb.dwarf2/dw2-dir-file-name.exp
1770 * gdb.fortran/complex.exp
1771 * gdb.fortran/library-module.exp
1772 * gdb.guile/scm-pretty-print.exp
1773 * gdb.guile/scm-symbol.exp
1774 * gdb.guile/scm-type.exp
1775 * gdb.guile/scm-value.exp
1776 * gdb.linespec/linespec.exp
1777 * gdb.mi/gdb701.exp
1778 * gdb.mi/gdb792.exp
1779 * gdb.mi/mi-breakpoint-changed.exp
1780 * gdb.mi/mi-dprintf-pending.exp
1781 * gdb.mi/mi-dprintf.exp
1782 * gdb.mi/mi-exit-code.exp
1783 * gdb.mi/mi-pending.exp
1784 * gdb.mi/mi-solib.exp
1785 * gdb.mi/new-ui-mi-sync.exp
1786 * gdb.mi/pr11022.exp
1787 * gdb.mi/user-selected-context-sync.exp
1788 * gdb.opt/solib-intra-step.exp
1789 * gdb.python/py-events.exp
1790 * gdb.python/py-finish-breakpoint.exp
1791 * gdb.python/py-mi.exp
1792 * gdb.python/py-prettyprint.exp
1793 * gdb.python/py-shared.exp
1794 * gdb.python/py-symbol.exp
1795 * gdb.python/py-template.exp
1796 * gdb.python/py-type.exp
1797 * gdb.python/py-value.exp
1798 * gdb.reverse/solib-precsave.exp
1799 * gdb.reverse/solib-reverse.exp
1800 * gdb.server/solib-list.exp
1801 * gdb.stabs/weird.exp
1802 * gdb.threads/reconnect-signal.exp
1803 * gdb.threads/stepi-random-signal.exp
1804 * gdb.trace/actions.exp
1805 * gdb.trace/ax.exp
1806 * gdb.trace/backtrace.exp
1807 * gdb.trace/change-loc.exp
1808 * gdb.trace/deltrace.exp
1809 * gdb.trace/ftrace-lock.exp
1810 * gdb.trace/ftrace.exp
1811 * gdb.trace/infotrace.exp
1812 * gdb.trace/mi-tracepoint-changed.exp
1813 * gdb.trace/packetlen.exp
1814 * gdb.trace/passcount.exp
1815 * gdb.trace/pending.exp
1816 * gdb.trace/range-stepping.exp
1817 * gdb.trace/report.exp
1818 * gdb.trace/stap-trace.exp
1819 * gdb.trace/tfind.exp
1820 * gdb.trace/trace-break.exp
1821 * gdb.trace/trace-condition.exp
1822 * gdb.trace/trace-enable-disable.exp
1823 * gdb.trace/trace-mt.exp
1824 * gdb.trace/tracecmd.exp
1825 * gdb.trace/tspeed.exp
1826 * gdb.trace/tsv.exp
1827 * lib/perftest.exp
1828
1829 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1830
1831 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1832 with gdb_test_no_output.
1833 Use command as test name.
1834
1835 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1836
1837 Fix test names starting with uppercase throughout the files.
1838
1839 * gdb.ada/assign_1.exp
1840 * gdb.ada/boolean_expr.exp
1841 * gdb.base/arrayidx.exp
1842 * gdb.base/del.exp
1843 * gdb.base/gcore-buffer-overflow.exp
1844 * gdb.base/testenv.exp
1845 * gdb.compile/compile.exp
1846 * gdb.python/py-framefilter-invalidarg.exp
1847 * gdb.python/py-framefilter.exp
1848
1849 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1850
1851 Fix test names starting with uppercase throughout the files.
1852
1853 * gdb.ada/array_return.exp
1854 * gdb.ada/expr_delims.exp
1855 * gdb.ada/mi_dyn_arr.exp
1856 * gdb.ada/mi_interface.exp
1857 * gdb.ada/mi_var_array.exp
1858 * gdb.ada/watch_arg.exp
1859 * gdb.arch/alpha-step.exp
1860 * gdb.arch/altivec-regs.exp
1861 * gdb.arch/e500-regs.exp
1862 * gdb.arch/powerpc-d128-regs.exp
1863 * gdb.base/arrayidx.exp
1864 * gdb.base/break.exp
1865 * gdb.base/checkpoint.exp
1866 * gdb.base/debug-expr.exp
1867 * gdb.base/dmsym.exp
1868 * gdb.base/radix.exp
1869 * gdb.base/sepdebug.exp
1870 * gdb.base/testenv.exp
1871 * gdb.base/watch_thread_num.exp
1872 * gdb.base/watchpoint-cond-gone.exp
1873 * gdb.cell/break.exp
1874 * gdb.cell/ea-cache.exp
1875 * gdb.compile/compile.exp
1876 * gdb.cp/gdb2495.exp
1877 * gdb.gdb/selftest.exp
1878 * gdb.gdb/xfullpath.exp
1879 * gdb.go/hello.exp
1880 * gdb.go/integers.exp
1881 * gdb.objc/basicclass.exp
1882 * gdb.pascal/hello.exp
1883 * gdb.pascal/integers.exp
1884 * gdb.python/py-breakpoint.exp
1885 * gdb.python/py-cmd.exp
1886 * gdb.python/py-linetable.exp
1887 * gdb.python/py-xmethods.exp
1888 * gdb.python/python.exp
1889 * gdb.reverse/consecutive-precsave.exp
1890 * gdb.reverse/finish-precsave.exp
1891 * gdb.reverse/i386-precsave.exp
1892 * gdb.reverse/machinestate-precsave.exp
1893 * gdb.reverse/sigall-precsave.exp
1894 * gdb.reverse/solib-precsave.exp
1895 * gdb.reverse/step-precsave.exp
1896 * gdb.reverse/until-precsave.exp
1897 * gdb.reverse/watch-precsave.exp
1898 * gdb.threads/leader-exit.exp
1899 * gdb.threads/pthreads.exp
1900 * gdb.threads/wp-replication.exp
1901 * gdb.trace/actions.exp
1902 * gdb.trace/mi-tsv-changed.exp
1903 * gdb.trace/tsv.exp
1904
1905 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1906
1907 Fix test names starting with uppercase throughout the files.
1908
1909 * gdb.arch/i386-bp_permanent.exp
1910 * gdb.arch/i386-gnu-cfi.exp
1911 * gdb.base/disasm-end-cu.exp
1912 * gdb.base/macscp.exp
1913 * gdb.base/pending.exp
1914 * gdb.base/watch_thread_num.exp
1915 * gdb.cp/exception.exp
1916 * gdb.cp/gdb2495.exp
1917 * gdb.cp/local.exp
1918 * gdb.python/py-evsignal.exp
1919 * gdb.python/python.exp
1920 * gdb.trace/tracecmd.exp
1921
1922 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1923
1924 Fix test names starting with uppercase throughout the files.
1925
1926 * gdb.base/charset.exp
1927 * gdb.base/eval.exp
1928 * gdb.base/multi-forks.exp
1929 * gdb.guile/scm-progspace.exp
1930 * gdb.opencl/datatypes.exp
1931 * gdb.python/py-block.exp
1932 * gdb.python/py-function.exp
1933 * gdb.python/py-symbol.exp
1934 * gdb.python/py-symtab.exp
1935 * gdb.python/py-xmethods.exp
1936 * gdb.reverse/break-precsave.exp
1937 * gdb.reverse/break-reverse.exp
1938 * gdb.reverse/consecutive-precsave.exp
1939 * gdb.reverse/consecutive-reverse.exp
1940 * gdb.reverse/finish-precsave.exp
1941 * gdb.reverse/finish-reverse-bkpt.exp
1942 * gdb.reverse/finish-reverse.exp
1943 * gdb.reverse/fstatat-reverse.exp
1944 * gdb.reverse/getresuid-reverse.exp
1945 * gdb.reverse/i386-precsave.exp
1946 * gdb.reverse/i386-reverse.exp
1947 * gdb.reverse/i386-sse-reverse.exp
1948 * gdb.reverse/i387-stack-reverse.exp
1949 * gdb.reverse/insn-reverse.exp
1950 * gdb.reverse/machinestate-precsave.exp
1951 * gdb.reverse/machinestate.exp
1952 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1953 * gdb.reverse/pipe-reverse.exp
1954 * gdb.reverse/readv-reverse.exp
1955 * gdb.reverse/recvmsg-reverse.exp
1956 * gdb.reverse/rerun-prec.exp
1957 * gdb.reverse/s390-mvcle.exp
1958 * gdb.reverse/sigall-precsave.exp
1959 * gdb.reverse/sigall-reverse.exp
1960 * gdb.reverse/solib-precsave.exp
1961 * gdb.reverse/solib-reverse.exp
1962 * gdb.reverse/step-precsave.exp
1963 * gdb.reverse/step-reverse.exp
1964 * gdb.reverse/time-reverse.exp
1965 * gdb.reverse/until-precsave.exp
1966 * gdb.reverse/until-reverse.exp
1967 * gdb.reverse/waitpid-reverse.exp
1968 * gdb.reverse/watch-precsave.exp
1969 * gdb.reverse/watch-reverse.exp
1970
1971 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1972
1973 Fix test names starting with uppercase throughout the files.
1974
1975 * gdb.arch/i386-mpx-simple_segv.exp
1976 * gdb.arch/i386-mpx.exp
1977 * gdb.arch/i386-permbkpt.exp
1978 * gdb.arch/pa-nullify.exp
1979 * gdb.arch/powerpc-d128-regs.exp
1980 * gdb.arch/vsx-regs.exp
1981 * gdb.base/bfp-test.exp
1982 * gdb.base/break.exp
1983 * gdb.base/breakpoint-shadow.exp
1984 * gdb.base/callfuncs.exp
1985 * gdb.base/charset.exp
1986 * gdb.base/commands.exp
1987 * gdb.base/completion.exp
1988 * gdb.base/dfp-test.exp
1989 * gdb.base/echo.exp
1990 * gdb.base/ending-run.exp
1991 * gdb.base/eval.exp
1992 * gdb.base/expand-psymtabs.exp
1993 * gdb.base/float128.exp
1994 * gdb.base/floatn.exp
1995 * gdb.base/foll-exec-mode.exp
1996 * gdb.base/gdb1056.exp
1997 * gdb.base/gdb11531.exp
1998 * gdb.base/kill-after-signal.exp
1999 * gdb.base/multi-forks.exp
2000 * gdb.base/overlays.exp
2001 * gdb.base/pending.exp
2002 * gdb.base/sepdebug.exp
2003 * gdb.base/testenv.exp
2004 * gdb.base/valgrind-db-attach.exp
2005 * gdb.base/watch_thread_num.exp
2006 * gdb.base/watchpoint-cond-gone.exp
2007 * gdb.base/watchpoint.exp
2008 * gdb.base/watchpoints.exp
2009 * gdb.cp/arg-reference.exp
2010 * gdb.cp/baseenum.exp
2011 * gdb.cp/operator.exp
2012 * gdb.cp/shadow.exp
2013 * gdb.dwarf2/dw2-op-out-param.exp
2014 * gdb.dwarf2/dw2-reg-undefined.exp
2015 * gdb.go/chan.exp
2016 * gdb.go/hello.exp
2017 * gdb.go/integers.exp
2018 * gdb.go/methods.exp
2019 * gdb.go/package.exp
2020 * gdb.guile/scm-parameter.exp
2021 * gdb.guile/scm-progspace.exp
2022 * gdb.guile/scm-value.exp
2023 * gdb.mi/mi-pending.exp
2024 * gdb.mi/user-selected-context-sync.exp
2025 * gdb.multi/multi-attach.exp
2026 * gdb.multi/tids.exp
2027 * gdb.opt/clobbered-registers-O2.exp
2028 * gdb.pascal/floats.exp
2029 * gdb.pascal/integers.exp
2030 * gdb.python/py-block.exp
2031 * gdb.python/py-events.exp
2032 * gdb.python/py-parameter.exp
2033 * gdb.python/py-symbol.exp
2034 * gdb.python/py-symtab.exp
2035 * gdb.python/py-type.exp
2036 * gdb.python/py-value.exp
2037 * gdb.python/py-xmethods.exp
2038 * gdb.python/python.exp
2039 * gdb.reverse/break-precsave.exp
2040 * gdb.reverse/consecutive-precsave.exp
2041 * gdb.reverse/finish-precsave.exp
2042 * gdb.reverse/i386-precsave.exp
2043 * gdb.reverse/machinestate-precsave.exp
2044 * gdb.reverse/sigall-precsave.exp
2045 * gdb.reverse/solib-precsave.exp
2046 * gdb.reverse/step-precsave.exp
2047 * gdb.reverse/until-precsave.exp
2048 * gdb.reverse/watch-precsave.exp
2049 * gdb.server/ext-attach.exp
2050 * gdb.server/ext-restart.exp
2051 * gdb.server/ext-run.exp
2052 * gdb.server/ext-wrapper.exp
2053 * gdb.stabs/gdb11479.exp
2054 * gdb.stabs/weird.exp
2055 * gdb.threads/attach-many-short-lived-threads.exp
2056 * gdb.threads/kill.exp
2057 * gdb.threads/watchpoint-fork.exp
2058
2059 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2060
2061 Fix test names starting with uppercase throughout all the files below.
2062
2063 * gdb.ada/array_return.exp
2064 * gdb.ada/catch_ex.exp
2065 * gdb.ada/info_exc.exp
2066 * gdb.ada/mi_catch_ex.exp
2067 * gdb.ada/mi_dyn_arr.exp
2068 * gdb.ada/mi_ex_cond.exp
2069 * gdb.ada/mi_exc_info.exp
2070 * gdb.ada/mi_interface.exp
2071 * gdb.ada/mi_task_arg.exp
2072 * gdb.ada/mi_task_info.exp
2073 * gdb.ada/mi_var_array.exp
2074 * gdb.arch/alpha-step.exp
2075 * gdb.arch/amd64-disp-step.exp
2076 * gdb.arch/arm-disp-step.exp
2077 * gdb.arch/disp-step-insn-reloc.exp
2078 * gdb.arch/e500-prologue.exp
2079 * gdb.arch/ftrace-insn-reloc.exp
2080 * gdb.arch/gdb1558.exp
2081 * gdb.arch/i386-bp_permanent.exp
2082 * gdb.arch/i386-disp-step.exp
2083 * gdb.arch/i386-float.exp
2084 * gdb.arch/i386-gnu-cfi.exp
2085 * gdb.arch/ia64-breakpoint-shadow.exp
2086 * gdb.arch/mips16-thunks.exp
2087 * gdb.arch/pa-nullify.exp
2088 * gdb.arch/powerpc-aix-prologue.exp
2089 * gdb.arch/powerpc-power.exp
2090 * gdb.arch/ppc-dfp.exp
2091 * gdb.arch/s390-tdbregs.exp
2092 * gdb.arch/spu-info.exp
2093 * gdb.arch/spu-ls.exp
2094 * gdb.arch/thumb-bx-pc.exp
2095 * gdb.base/advance.exp
2096 * gdb.base/annota-input-while-running.exp
2097 * gdb.base/arrayidx.exp
2098 * gdb.base/asmlabel.exp
2099 * gdb.base/async.exp
2100 * gdb.base/attach-wait-input.exp
2101 * gdb.base/auto-connect-native-target.exp
2102 * gdb.base/batch-preserve-term-settings.exp
2103 * gdb.base/bfp-test.exp
2104 * gdb.base/bigcore.exp
2105 * gdb.base/bp-permanent.exp
2106 * gdb.base/break-always.exp
2107 * gdb.base/break-fun-addr.exp
2108 * gdb.base/break-idempotent.exp
2109 * gdb.base/break-main-file-remove-fail.exp
2110 * gdb.base/break-probes.exp
2111 * gdb.base/break-unload-file.exp
2112 * gdb.base/break.exp
2113 * gdb.base/call-ar-st.exp
2114 * gdb.base/call-rt-st.exp
2115 * gdb.base/call-sc.exp
2116 * gdb.base/call-signal-resume.exp
2117 * gdb.base/call-strs.exp
2118 * gdb.base/callexit.exp
2119 * gdb.base/callfuncs.exp
2120 * gdb.base/catch-gdb-caused-signals.exp
2121 * gdb.base/catch-signal-siginfo-cond.exp
2122 * gdb.base/catch-syscall.exp
2123 * gdb.base/compare-sections.exp
2124 * gdb.base/cond-eval-mode.exp
2125 * gdb.base/condbreak-call-false.exp
2126 * gdb.base/consecutive-step-over.exp
2127 * gdb.base/cursal.exp
2128 * gdb.base/disabled-location.exp
2129 * gdb.base/disasm-end-cu.exp
2130 * gdb.base/display.exp
2131 * gdb.base/double-prompt-target-event-error.exp
2132 * gdb.base/dprintf-bp-same-addr.exp
2133 * gdb.base/dprintf-detach.exp
2134 * gdb.base/dprintf-next.exp
2135 * gdb.base/dprintf-non-stop.exp
2136 * gdb.base/dprintf-pending.exp
2137 * gdb.base/dso2dso.exp
2138 * gdb.base/ending-run.exp
2139 * gdb.base/enum_cond.exp
2140 * gdb.base/examine-backward.exp
2141 * gdb.base/exe-lock.exp
2142 * gdb.base/exec-invalid-sysroot.exp
2143 * gdb.base/execl-update-breakpoints.exp
2144 * gdb.base/execution-termios.exp
2145 * gdb.base/fileio.exp
2146 * gdb.base/fixsection.exp
2147 * gdb.base/foll-exec-mode.exp
2148 * gdb.base/foll-exec.exp
2149 * gdb.base/fork-running-state.exp
2150 * gdb.base/frame-args.exp
2151 * gdb.base/fullpath-expand.exp
2152 * gdb.base/func-ptr.exp
2153 * gdb.base/gcore-relro-pie.exp
2154 * gdb.base/gdb1090.exp
2155 * gdb.base/gdb1555.exp
2156 * gdb.base/global-var-nested-by-dso.exp
2157 * gdb.base/gnu-ifunc.exp
2158 * gdb.base/hbreak-in-shr-unsupported.exp
2159 * gdb.base/hbreak-unmapped.exp
2160 * gdb.base/hook-stop.exp
2161 * gdb.base/infcall-input.exp
2162 * gdb.base/info-fun.exp
2163 * gdb.base/info-shared.exp
2164 * gdb.base/interrupt-noterm.exp
2165 * gdb.base/jit-so.exp
2166 * gdb.base/jit.exp
2167 * gdb.base/line-symtabs.exp
2168 * gdb.base/list.exp
2169 * gdb.base/longjmp.exp
2170 * gdb.base/macscp.exp
2171 * gdb.base/max-value-size.exp
2172 * gdb.base/nodebug.exp
2173 * gdb.base/nofield.exp
2174 * gdb.base/overlays.exp
2175 * gdb.base/paginate-after-ctrl-c-running.exp
2176 * gdb.base/paginate-bg-execution.exp
2177 * gdb.base/paginate-inferior-exit.exp
2178 * gdb.base/pending.exp
2179 * gdb.base/pr11022.exp
2180 * gdb.base/printcmds.exp
2181 * gdb.base/ptr-typedef.exp
2182 * gdb.base/ptype.exp
2183 * gdb.base/randomize.exp
2184 * gdb.base/range-stepping.exp
2185 * gdb.base/realname-expand.exp
2186 * gdb.base/relativedebug.exp
2187 * gdb.base/remote.exp
2188 * gdb.base/savedregs.exp
2189 * gdb.base/sepdebug.exp
2190 * gdb.base/set-noassign.exp
2191 * gdb.base/shlib-call.exp
2192 * gdb.base/shreloc.exp
2193 * gdb.base/sigaltstack.exp
2194 * gdb.base/sigbpt.exp
2195 * gdb.base/siginfo-addr.exp
2196 * gdb.base/siginfo-obj.exp
2197 * gdb.base/siginfo-thread.exp
2198 * gdb.base/signest.exp
2199 * gdb.base/signull.exp
2200 * gdb.base/sigrepeat.exp
2201 * gdb.base/skip.exp
2202 * gdb.base/so-impl-ld.exp
2203 * gdb.base/solib-corrupted.exp
2204 * gdb.base/solib-disc.exp
2205 * gdb.base/solib-display.exp
2206 * gdb.base/solib-overlap.exp
2207 * gdb.base/solib-search.exp
2208 * gdb.base/solib-symbol.exp
2209 * gdb.base/source-execution.exp
2210 * gdb.base/sss-bp-on-user-bp-2.exp
2211 * gdb.base/sss-bp-on-user-bp.exp
2212 * gdb.base/stack-checking.exp
2213 * gdb.base/stale-infcall.exp
2214 * gdb.base/step-break.exp
2215 * gdb.base/step-line.exp
2216 * gdb.base/step-over-exit.exp
2217 * gdb.base/step-test.exp
2218 * gdb.base/structs.exp
2219 * gdb.base/sym-file.exp
2220 * gdb.base/symtab-search-order.exp
2221 * gdb.base/term.exp
2222 * gdb.base/type-opaque.exp
2223 * gdb.base/unload.exp
2224 * gdb.base/until-nodebug.exp
2225 * gdb.base/until.exp
2226 * gdb.base/unwindonsignal.exp
2227 * gdb.base/watch-cond.exp
2228 * gdb.base/watch-non-mem.exp
2229 * gdb.base/watch_thread_num.exp
2230 * gdb.base/watchpoint-reuse-slot.exp
2231 * gdb.base/watchpoint-solib.exp
2232 * gdb.base/watchpoint.exp
2233 * gdb.btrace/dlopen.exp
2234 * gdb.cell/arch.exp
2235 * gdb.cell/break.exp
2236 * gdb.cell/bt.exp
2237 * gdb.cell/core.exp
2238 * gdb.cell/data.exp
2239 * gdb.cell/dwarfaddr.exp
2240 * gdb.cell/ea-cache.exp
2241 * gdb.cell/ea-standalone.exp
2242 * gdb.cell/ea-test.exp
2243 * gdb.cell/f-regs.exp
2244 * gdb.cell/fork.exp
2245 * gdb.cell/gcore.exp
2246 * gdb.cell/mem-access.exp
2247 * gdb.cell/ptype.exp
2248 * gdb.cell/registers.exp
2249 * gdb.cell/sizeof.exp
2250 * gdb.cell/solib-symbol.exp
2251 * gdb.cell/solib.exp
2252 * gdb.compile/compile-tls.exp
2253 * gdb.cp/exception.exp
2254 * gdb.cp/gdb2495.exp
2255 * gdb.cp/local.exp
2256 * gdb.cp/mb-inline.exp
2257 * gdb.cp/mb-templates.exp
2258 * gdb.cp/pr10687.exp
2259 * gdb.cp/pr9167.exp
2260 * gdb.cp/scope-err.exp
2261 * gdb.cp/templates.exp
2262 * gdb.cp/virtfunc.exp
2263 * gdb.dwarf2/dw2-dir-file-name.exp
2264 * gdb.dwarf2/dw2-single-line-discriminators.exp
2265 * gdb.fortran/complex.exp
2266 * gdb.fortran/library-module.exp
2267 * gdb.guile/guile.exp
2268 * gdb.guile/scm-cmd.exp
2269 * gdb.guile/scm-frame-inline.exp
2270 * gdb.guile/scm-objfile.exp
2271 * gdb.guile/scm-pretty-print.exp
2272 * gdb.guile/scm-symbol.exp
2273 * gdb.guile/scm-type.exp
2274 * gdb.guile/scm-value.exp
2275 * gdb.linespec/keywords.exp
2276 * gdb.linespec/ls-errs.exp
2277 * gdb.linespec/macro-relative.exp
2278 * gdb.linespec/thread.exp
2279 * gdb.mi/mi-breakpoint-changed.exp
2280 * gdb.mi/mi-dprintf-pending.exp
2281 * gdb.mi/mi-fullname-deleted.exp
2282 * gdb.mi/mi-logging.exp
2283 * gdb.mi/mi-pending.exp
2284 * gdb.mi/mi-solib.exp
2285 * gdb.mi/new-ui-mi-sync.exp
2286 * gdb.mi/user-selected-context-sync.exp
2287 * gdb.multi/dummy-frame-restore.exp
2288 * gdb.multi/multi-arch-exec.exp
2289 * gdb.multi/remove-inferiors.exp
2290 * gdb.multi/watchpoint-multi-exit.exp
2291 * gdb.opt/solib-intra-step.exp
2292 * gdb.perf/backtrace.exp
2293 * gdb.perf/single-step.exp
2294 * gdb.perf/skip-command.exp
2295 * gdb.perf/skip-prologue.exp
2296 * gdb.perf/solib.exp
2297 * gdb.python/lib-types.exp
2298 * gdb.python/py-as-string.exp
2299 * gdb.python/py-bad-printers.exp
2300 * gdb.python/py-block.exp
2301 * gdb.python/py-breakpoint.exp
2302 * gdb.python/py-cmd.exp
2303 * gdb.python/py-events.exp
2304 * gdb.python/py-evthreads.exp
2305 * gdb.python/py-finish-breakpoint.exp
2306 * gdb.python/py-finish-breakpoint2.exp
2307 * gdb.python/py-frame-inline.exp
2308 * gdb.python/py-frame.exp
2309 * gdb.python/py-inferior.exp
2310 * gdb.python/py-infthread.exp
2311 * gdb.python/py-mi.exp
2312 * gdb.python/py-objfile.exp
2313 * gdb.python/py-pp-maint.exp
2314 * gdb.python/py-pp-registration.exp
2315 * gdb.python/py-prettyprint.exp
2316 * gdb.python/py-recurse-unwind.exp
2317 * gdb.python/py-shared.exp
2318 * gdb.python/py-symbol.exp
2319 * gdb.python/py-symtab.exp
2320 * gdb.python/py-template.exp
2321 * gdb.python/py-type.exp
2322 * gdb.python/py-unwind-maint.exp
2323 * gdb.python/py-unwind.exp
2324 * gdb.python/py-value.exp
2325 * gdb.python/python.exp
2326 * gdb.reverse/finish-reverse-bkpt.exp
2327 * gdb.reverse/insn-reverse.exp
2328 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2329 * gdb.reverse/solib-precsave.exp
2330 * gdb.reverse/solib-reverse.exp
2331 * gdb.stabs/gdb11479.exp
2332 * gdb.stabs/weird.exp
2333 * gdb.threads/fork-child-threads.exp
2334 * gdb.threads/fork-plus-threads.exp
2335 * gdb.threads/fork-thread-pending.exp
2336 * gdb.threads/forking-threads-plus-breakpoint.exp
2337 * gdb.threads/hand-call-in-threads.exp
2338 * gdb.threads/interrupted-hand-call.exp
2339 * gdb.threads/linux-dp.exp
2340 * gdb.threads/local-watch-wrong-thread.exp
2341 * gdb.threads/next-while-other-thread-longjmps.exp
2342 * gdb.threads/non-ldr-exit.exp
2343 * gdb.threads/pending-step.exp
2344 * gdb.threads/print-threads.exp
2345 * gdb.threads/process-dies-while-detaching.exp
2346 * gdb.threads/process-dies-while-handling-bp.exp
2347 * gdb.threads/pthreads.exp
2348 * gdb.threads/queue-signal.exp
2349 * gdb.threads/reconnect-signal.exp
2350 * gdb.threads/signal-command-handle-nopass.exp
2351 * gdb.threads/signal-command-multiple-signals-pending.exp
2352 * gdb.threads/signal-delivered-right-thread.exp
2353 * gdb.threads/signal-sigtrap.exp
2354 * gdb.threads/sigthread.exp
2355 * gdb.threads/staticthreads.exp
2356 * gdb.threads/stepi-random-signal.exp
2357 * gdb.threads/thread-unwindonsignal.exp
2358 * gdb.threads/thread_check.exp
2359 * gdb.threads/thread_events.exp
2360 * gdb.threads/tid-reuse.exp
2361 * gdb.threads/tls-nodebug.exp
2362 * gdb.threads/tls-shared.exp
2363 * gdb.threads/tls-so_extern.exp
2364 * gdb.threads/tls.exp
2365 * gdb.threads/wp-replication.exp
2366 * gdb.trace/actions-changed.exp
2367 * gdb.trace/actions.exp
2368 * gdb.trace/backtrace.exp
2369 * gdb.trace/change-loc.exp
2370 * gdb.trace/collection.exp
2371 * gdb.trace/deltrace.exp
2372 * gdb.trace/disconnected-tracing.exp
2373 * gdb.trace/entry-values.exp
2374 * gdb.trace/ftrace-lock.exp
2375 * gdb.trace/ftrace.exp
2376 * gdb.trace/infotrace.exp
2377 * gdb.trace/mi-trace-frame-collected.exp
2378 * gdb.trace/mi-trace-unavailable.exp
2379 * gdb.trace/mi-traceframe-changed.exp
2380 * gdb.trace/mi-tracepoint-changed.exp
2381 * gdb.trace/mi-tsv-changed.exp
2382 * gdb.trace/no-attach-trace.exp
2383 * gdb.trace/packetlen.exp
2384 * gdb.trace/passc-dyn.exp
2385 * gdb.trace/passcount.exp
2386 * gdb.trace/pending.exp
2387 * gdb.trace/pr16508.exp
2388 * gdb.trace/qtro.exp
2389 * gdb.trace/range-stepping.exp
2390 * gdb.trace/read-memory.exp
2391 * gdb.trace/report.exp
2392 * gdb.trace/save-trace.exp
2393 * gdb.trace/signal.exp
2394 * gdb.trace/stap-trace.exp
2395 * gdb.trace/status-stop.exp
2396 * gdb.trace/strace.exp
2397 * gdb.trace/tfile.exp
2398 * gdb.trace/tfind.exp
2399 * gdb.trace/trace-break.exp
2400 * gdb.trace/trace-condition.exp
2401 * gdb.trace/trace-enable-disable.exp
2402 * gdb.trace/trace-mt.exp
2403 * gdb.trace/tracecmd.exp
2404 * gdb.trace/tracefile-pseudo-reg.exp
2405 * gdb.trace/tspeed.exp
2406 * gdb.trace/tstatus.exp
2407 * gdb.trace/tsv.exp
2408 * gdb.trace/unavailable.exp
2409 * gdb.trace/while-dyn.exp
2410 * gdb.trace/while-stepping.exp
2411 * lib/gdb-guile.exp
2412 * lib/gdb.exp
2413 * lib/mi-support.exp
2414 * lib/pascal.exp
2415 * lib/perftest.exp
2416 * lib/prelink-support.exp
2417 * lib/selftest-support.exp
2418
2419 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2420
2421 * Makefile.in: Include disable-implicit-rules.mk.
2422
2423 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2424
2425 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2426 non-byte-aligned bit fields.
2427
2428 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2429
2430 PR gdb/12616
2431 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
2432 respects the DW_AT_data_bit_offset attribute.
2433
2434 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2435
2436 * gdb.base/default.exp: Fix output of "set language".
2437
2438 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2439
2440 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2441 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
2442 make.
2443 * configure.ac: Remove checks for the make program.
2444 * configure: Re-generate.
2445
2446 2016-11-16 Kevin Buettner <kevinb@redhat.com>
2447
2448 * gdb.python/py-recurse-unwind.c (main): Add loop.
2449 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2450 to read_register() and gdb.parse_and_eval(). Make each code
2451 call a separate case that can be individually tested.
2452 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2453 proc. Call cont_and_backtrace for each of the code paths that
2454 we want to test in the unwinder.
2455
2456 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2457
2458 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2459 the definition of struct S.
2460
2461 2016-11-11 Catherine Moore <clm@codesourcery.com>
2462
2463 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2464
2465 2016-11-09 Pedro Alves <palves@redhat.com>
2466
2467 * gdb.base/commands.exp (runto_or_return): New procedure.
2468 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2469 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2470 (progvar_simple_while_test, progvar_complex_if_while_test)
2471 (if_while_breakpoint_command_test)
2472 (infrun_breakpoint_command_test, breakpoint_command_test)
2473 (user_defined_command_test, watchpoint_command_test)
2474 (test_command_prompt_position, redefine_hook_test)
2475 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2476 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2477 multi_line_input and multi_line. Remove gdb_expect and
2478 gdb_stop_suppressing_tests uses.
2479 * lib/gdb.exp (valnum_re): New global.
2480 (multi_line_input): New procedure.
2481
2482 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2483
2484 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2485 Remove.
2486 (test_setup): Define with proc_with_prefix.
2487 (test_cli_inferior): Likewise.
2488 (test_cli_thread): Likewise.
2489 (test_cli_frame): Likewise.
2490 (test_cli_select_frame): Likewise.
2491 (test_cli_up_down): Likewise.
2492 (test_mi_thread_select): Likewise.
2493 (test_mi_stack_select_frame): Likewise.
2494 (test_cli_in_mi_inferior): Likewise.
2495 (test_cli_in_mi_thread): Likewise.
2496 (test_cli_in_mi_frame): Likewise.
2497 (top level): Do not use with_test_prefix_procname.
2498
2499 2016-11-09 Pedro Alves <palves@redhat.com>
2500
2501 * gdb.base/commands.exp (gdbvar_simple_if_test)
2502 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2503 (progvar_simple_if_test, progvar_simple_while_test)
2504 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2505 (infrun_breakpoint_command_test, breakpoint_command_test)
2506 (user_defined_command_test, watchpoint_command_test)
2507 (test_command_prompt_position, deprecated_command_test)
2508 (bp_deleted_in_command, temporary_breakpoint_commands)
2509 (stray_arg0_test, source_file_with_indented_comment)
2510 (recursive_source_test, if_commands_test)
2511 (error_clears_commands_left, redefine_hook_test)
2512 (redefine_backtrace_test): Use proc_with_prefix.
2513 * lib/gdb.exp (proc_with_prefix): New proc.
2514
2515 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2516
2517 * gdb.base/tui-layout.c: New file.
2518 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2519 disassembly window contains very long lines.
2520
2521 2016-11-08 Tom Tromey <tom@tromey.com>
2522
2523 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2524 depend on Python 2.
2525
2526 2016-11-08 Tom Tromey <tom@tromey.com>
2527
2528 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2529 New method.
2530
2531 2016-10-29 Manish Goregaokar <manish@mozilla.com>
2532
2533 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
2534
2535 2016-10-27 Manish Goregaokar <manish@mozilla.com>
2536
2537 * gdb.rust/simple.rs: Add test for univariant enums without
2538 discriminants and for encoded struct-like enums.
2539
2540 2016-10-28 Pedro Alves <palves@redhat.com>
2541
2542 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2543 gdb_test_multiple, tighten regexps and match symtabs and line
2544 tables incrementally.
2545
2546 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
2547
2548 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2549 general.
2550
2551 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
2552
2553 * gdb.base/exec-invalid-sysroot.exp: New file.
2554
2555 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2556
2557 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2558
2559 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2560
2561 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2562
2563 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2564
2565 * gdb.base/killed-outside.exp: Remove $options from a call to
2566 `prepare_for_testing'.
2567
2568 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2569
2570 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2571 Change test message.
2572
2573 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2574
2575 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2576 Update comment.
2577
2578 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2579
2580 * gdb.trace/mi-trace-save.exp: New file.
2581
2582 2016-10-13 Yao Qi <yao.qi@linaro.org>
2583
2584 * gdb.base/code_elim.exp (get_var_address): Remove.
2585 * gdb.base/relocate.exp: Likewise.
2586 * gdb.base/shreloc.exp: Likewise.
2587 * lib/gdb.exp (get_var_address): New.
2588
2589 2016-10-13 Yao Qi <yao.qi@linaro.org>
2590
2591 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2592 floating point tests if $skip_float_test is false.
2593
2594 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
2595
2596 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2597 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2598 argc values.
2599 Add 1 to argc so we guarantee distinct initial/modified argc values.
2600
2601 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2602
2603 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2604
2605 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2606
2607 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2608 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2609 * gdb.arch/vsx-regs.exp: Likewise.
2610
2611 2016-10-07 Yao Qi <yao.qi@linaro.org>
2612
2613 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2614
2615 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2616
2617 * gdb.python/python.exp: Test decode_line("*0").
2618
2619 2016-10-06 Doug Evans <dje@google.com>
2620
2621 * gdb.python/py-value.exp (test_value_creation): Add test for large
2622 unsigned 64-bit value.
2623
2624 2016-10-06 Tom Tromey <tom@tromey.com>
2625
2626 * gdb.compile/compile.exp: Change java tests to rust.
2627 * gdb.base/setshow.exp: Change java tests to rust.
2628 * gdb.base/default.exp: Remove java from language list.
2629 * README (Examples): Update language example.
2630 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2631 test.
2632 * lib/gdb.exp (skip_java_tests): Remove.
2633 * lib/java.exp: Remove.
2634 * gdb.java: Remove.
2635
2636 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2637
2638 * gdb.arch/mips-fcr.exp: New test.
2639 * gdb.arch/mips-fcr.c: Source for the new test.
2640
2641 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2642
2643 * gdb.base/solib-disc.exp: Use `standard_output_file'
2644 throughout.
2645
2646 2016-10-06 Pedro Alves <palves@redhat.com>
2647
2648 * gdb.base/jit-simple-dl.c: New file.
2649 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2650 * gdb.base/jit-simple.c: ... this.
2651 * gdb.base/jit-simple.exp (jit_run): Delete.
2652 (build_jit): New proc.
2653 (jit_test_reread): Recompile either the main program or the shared
2654 library, depending on what is being tested. Skip changing address
2655 if caller wants to. Compare before/after addresses. If testing
2656 standalone, explicitly load the binary. Test "maint info
2657 breakpoints".
2658 (top level): Add "standalone vs shared lib" and "change address"
2659 vs "same address" axes.
2660
2661 2016-10-06 Pedro Alves <palves@redhat.com>
2662
2663 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2664 call.
2665 (jit_run): Delete.
2666 (jit_test_reread): Use with_test_prefix. Reload the main binary
2667 explicitly. Compare the before/after addresses of the JIT
2668 descriptor.
2669
2670 2016-08-15 Doug Evans <dje@google.com>
2671
2672 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2673 for single bitfields is bool.
2674 * gdb.xml/tdesc-regs.exp: Ditto.
2675
2676 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2677
2678 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2679
2680 2016-10-05 Yao Qi <yao.qi@linaro.org>
2681
2682 * lib/gdb.exp (support_complex_tests): Return zero if
2683 gdb_skip_float_test return true.
2684
2685 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2686 Simon Marchi <simon.marchi@ericsson.com>
2687
2688 PR gdb/20487
2689 * gdb.mi/user-selected-context-sync.exp: New file.
2690 * gdb.mi/user-selected-context-sync.c: New file.
2691
2692 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2693 Simon Marchi <simon.marchi@ericsson.com>
2694
2695 PR gdb/20487
2696 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2697 =thread-select-event check.
2698
2699 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2700
2701 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2702 the compulsory L operand changes.
2703 * gdb.arch/powerpc-power.s: Likewise.
2704
2705 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2706
2707 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2708 * gdb.base/jit-attach-pie.c: New file.
2709 * gdb.base/jit-attach-pie.exp: New file.
2710
2711 2016-09-28 Pedro Alves <palves@redhat.com>
2712
2713 * gdb.base/infcall-input.c: New file.
2714 * gdb.base/infcall-input.exp: New file.
2715
2716 2016-09-22 Yao Qi <yao.qi@linaro.org>
2717
2718 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2719 (gdb_exit): Rename it to ...
2720 (gdbserver_gdb_exit): ... Close GDBserver.
2721 (gdb_exit): New proc, call gdbserver_gdb_exit.
2722 (mi_gdb_exit): Likewise.
2723
2724 2016-09-22 Yao Qi <yao.qi@linaro.org>
2725
2726 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2727 path.
2728 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2729 Remove duplication.
2730
2731 2016-09-22 Yao Qi <yao.qi@linaro.org>
2732
2733 * lib/gdbserver-support.exp: Check the existence of
2734 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2735
2736 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2737
2738 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2739
2740 2016-09-21 Tom Tromey <tom@tromey.com>
2741
2742 PR gdb/20604:
2743 * gdb.base/quit.exp: New file.
2744
2745 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2746
2747 * .gitignore: New file.
2748
2749 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2750
2751 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2752 throughout.
2753
2754 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2755
2756 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2757
2758 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2759
2760 * gdb.cp/casts.cc (decltype): Move it ...
2761 (main): ... with its call to ...
2762 * gdb.cp/casts03.cc: ... a new file.
2763 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2764
2765 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2766
2767 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2768
2769 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
2770
2771 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2772 and sync up the test with tests in gas/testsuite/gas/ppc.
2773 * gdb.arch/powerpc-power.exp: Likewise.
2774
2775 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2776
2777 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2778
2779 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
2780 Jan Kratochvil <jan.kratochvil@redhat.com>
2781
2782 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2783 make m1's definition to be different from m2's. Use 'dummy' as an
2784 argument for probe 'two'.
2785
2786 2016-09-10 Jon Beniston <jon@beniston.com>
2787
2788 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2789 for sim target.
2790
2791 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2792
2793 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2794 variable declaration.
2795 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
2796 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2797 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2798 received HWCAP as its argument.
2799
2800 2016-09-06 Pedro Alves <palves@redhat.com>
2801
2802 * gdb.base/new-ui-pending-input.c: New file.
2803 * gdb.base/new-ui-pending-input.exp: New file.
2804 * gdb.exp (clear_gdb_spawn_id): New procedure.
2805 (with_spawn_id): Check whether gdb_spawn_id exists before
2806 referencing it. If gdb_spawn_id didn't exist on entry, clear it
2807 on exit.
2808
2809 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2810
2811 * gdb.base/float128.c: New file.
2812 * gdb.base/float128.exp: Likewise.
2813 * gdb.base/floatn.c: Likewise.
2814 * gdb.base/floatn.exp: Likewise.
2815
2816 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2817
2818 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2819
2820 2016-09-05 Pedro Alves <palves@redhat.com>
2821
2822 PR backtrace/19927
2823 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2824 unwinders are immediately called as side effect of "source" or
2825 "disable unwinder" commands.
2826 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2827
2828 2016-09-02 Yao Qi <yao.qi@linaro.org>
2829
2830 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2831 is true and $type is "float" or "double".
2832
2833 2016-09-02 Yao Qi <yao.qi@linaro.org>
2834
2835 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2836 true.
2837 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2838 * gdb.base/call-rt-st.exp: Likewise.
2839 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2840 return value instead of gdb,skip_float_test.
2841 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2842 (do_function_calls): Use its return value instead of
2843 gdb,skip_float_test.
2844 * gdb.base/finish.exp: Likewise.
2845 * gdb.base/funcargs.exp: Likewise.
2846 * gdb.base/return.exp: Likewise.
2847 * gdb.base/return2.exp: Likewise.
2848 * gdb.base/varargs.exp: Likewise.
2849 * lib/gdb.exp (gdb_skip_float_test): Change it to
2850 gdb_caching_proc. Detect the broken ptrace on arm-linux.
2851
2852 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2853
2854 * gdb.multi/tids.exp: Test "thread apply all".
2855
2856 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2857
2858 * gdb.base/default.exp (tty): Remove.
2859
2860 2016-08-24 Kevin Buettner <kevinb@redhat.com>
2861
2862 * gdb.python/py-recurse-unwind.c: New file.
2863 * gdb.python/py-recurse-unwind.py: New file.
2864 * gdb.python/py-recurse-unwind.exp: New file.
2865
2866 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2867
2868 * gdb.base/set-inferior-tty.exp: New file.
2869 * gdb.base/set-inferior-tty.c: New file.
2870
2871 2016-08-23 Pedro Alves <palves@redhat.com>
2872
2873 PR gdb/20494
2874 * gdb.base/new-ui-echo.c: New file.
2875 * gdb.base/new-ui-echo.exp: New file.
2876
2877 2016-08-23 Yao Qi <yao.qi@linaro.org>
2878
2879 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2880 gdbserver_spawn.
2881 * gdb.server/connect-without-multi-process.exp (do_test):
2882 Likewise.
2883
2884 2016-08-23 Yao Qi <yao.qi@linaro.org>
2885
2886 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2887 standalone_txt. Delete gdb_txt and standalone_txt on host
2888 and target. Spawn the binary on target. Copy files from
2889 target to host.
2890
2891 2016-08-22 Pedro Alves <palves@redhat.com>
2892
2893 PR gdb/20505
2894 * gdb.base/vdso-warning.exp: Test core dumps too. Use
2895 with_test_prefix. Factor out bits to ...
2896 (test_no_vdso): ... this new procedure.
2897
2898 2016-08-19 Carl Love <cel@us.ibm.com>
2899
2900 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2901 maintaining separate logic for constructing the output path.
2902 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2903 * gdb.arch/ppc-dfp.exp: Likewise.
2904 * gdb.arch/ppc-fp.exp: Likewise.
2905 * gdb.arch/vsx-regs.exp: Likewise.
2906 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2907 binprefix for generating the additional binary files.
2908
2909 2016-08-19 Pedro Alves <palves@redhat.com>
2910
2911 * gdb.trace/mi-trace-frame-collected.exp
2912 (test_trace_frame_collected): On x32, expect two registers.
2913
2914 2016-08-18 Carl Love <cel@us.ibm.com>
2915
2916 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2917 and sync up the test with tests in gas/testsuite/gas/ppc.
2918 * gdb.arch/powerpc-power.exp: Likewise.
2919
2920 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2921
2922 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2923 expected error message.
2924
2925 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2926
2927 * gdb.multi/remove-inferiors.exp: New file.
2928 * gdb.multi/remove-inferiors.c: New file.
2929
2930 2016-08-12 Yao Qi <yao.qi@linaro.org>
2931
2932 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
2933 argument list.
2934
2935 2016-08-10 Pedro Alves <palves@redhat.com>
2936
2937 PR gdb/19187
2938 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
2939 setup_kfails.
2940
2941 2016-08-09 Pedro Alves <palves@redhat.com>
2942 Simon Marchi <simon.marchi@ericsson.com>
2943
2944 PR gdb/20418
2945 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
2946 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
2947
2948 2016-08-09 Pedro Alves <palves@redhat.com>
2949
2950 PR mi/20431
2951 * gdb.mi/mi-cmd-error.exp: New file.
2952
2953 2016-08-09 Pedro Alves <palves@redhat.com>
2954
2955 PR gdb/18653
2956 * gdb.base/signals-state-child.c: New file.
2957 * gdb.base/signals-state-child.exp: New file.
2958 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
2959
2960 2016-08-09 Pedro Alves <palves@redhat.com>
2961
2962 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
2963
2964 2016-08-03 Tom Tromey <tom@tromey.com>
2965
2966 PR python/18565:
2967 * gdb.python/py-frame-inline.exp: Add Frame.function test.
2968
2969 2016-08-01 Yao Qi <yao.qi@linaro.org>
2970
2971 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
2972 variable mode to "multi-process" if $multi_process is 1, otherwise
2973 set it to "single-process".
2974
2975 2016-08-01 Yao Qi <yao.qi@linaro.org>
2976
2977 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
2978 * gdb.cp/cpexprs.exp: Likewise.
2979 * gdb.cp/m-static.exp: Likewise.
2980
2981 2016-07-26 Tom Tromey <tom@tromey.com>
2982
2983 PR python/20190:
2984 * gdb.threads/tls.exp (check_thread_local): Add python symbol
2985 test.
2986
2987 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
2988
2989 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
2990 selecting assembly source files.
2991 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
2992 assembly source files.
2993 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
2994 assembly source files.
2995 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
2996 selecting assembly source files.
2997
2998 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
2999
3000 * gdb.base/new-ui.exp (do_test_invalid_args): New
3001 procedure.
3002
3003 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
3004
3005 * gdb.btrace/reconnect.c: New file.
3006 * gdb.btrace/reconnect.exp: New file.
3007
3008 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
3009
3010 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
3011 to test_catch_syscall_group.
3012 (test_catch_syscall_group): New.
3013
3014 2016-07-21 Tom Tromey <tom@tromey.com>
3015
3016 * gdb.rust/simple.rs (main): Use empty struct expression.
3017 * gdb.rust/simple.exp: Add tests for empty struct expression.
3018
3019 2016-07-21 Yao Qi <yao.qi@linaro.org>
3020
3021 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
3022 if gdb_skip_xml_test is true on some targets.
3023
3024 2016-07-21 Yao Qi <yao.qi@linaro.org>
3025
3026 * gdb.server/solib-list.exp: Unset last_loaded_file.
3027
3028 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3029
3030 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
3031 "step into captured_main (args)".
3032
3033 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3034
3035 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
3036
3037 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3038
3039 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
3040
3041 2016-07-19 Pedro Alves <palves@redhat.com>
3042
3043 * gdb.opt/inline-break.exp: Remove optimize=-O2.
3044 * gdb.opt/inline-bt.exp: Likewise.
3045 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
3046 additional_flags=-Winline.
3047 * gdb.opt/inline-locals.exp: Likewise.
3048 * gdb.opt/inline-markers.c (ATTR): Define.
3049 (inlined_fn): Use it.
3050
3051 2016-07-19 Yao Qi <yao.qi@linaro.org>
3052
3053 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
3054 (test_with_self): Remove some code. Remove argument executable.
3055 (top-level): Use do_self_tests.
3056
3057 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
3058 Don Breazeal <donb@codesourcery.com>
3059
3060 * gdb.base/maint.exp: Escape paths used in regular expressions.
3061 * gdb.stabs/weird.exp: Likewise.
3062
3063 2016-07-13 Tom Tromey <tom@tromey.com>
3064
3065 PR python/15620, PR python/18620:
3066 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
3067 (test_bkpt_events): New procs.
3068
3069 2016-07-13 Tom Tromey <tom@tromey.com>
3070
3071 PR python/17698:
3072 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
3073 test.
3074 (test_watchpoints): Likewise.
3075 (test_bkpt_pending): New proc.
3076
3077 2016-07-13 Tom Tromey <tom@tromey.com>
3078
3079 PR cli/18053:
3080 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
3081 completion test.
3082
3083 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3084
3085 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
3086 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
3087 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
3088 f_label.
3089 (g): Rename g_end_lbl to g_label.
3090 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
3091 low_pc and high_pc.
3092 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
3093
3094 2016-07-12 Tom Tromey <tom@tromey.com>
3095
3096 PR python/19293:
3097 * gdb.python/py-unwind-maint.exp: Update tests.
3098
3099 2016-07-12 Yao Qi <yao.qi@linaro.org>
3100
3101 * lib/selftest-support.exp (selftest_setup): Match the output
3102 when captured_main is inlined.
3103
3104 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
3105
3106 * gdb.fortran/derived-types.exp (result_line, result_line_2):
3107 New variables.
3108 (print this%a, print this%b, print this): New tests.
3109 * gdb.fortran/derived-types.f90 (this): New object and
3110 initialization.
3111
3112 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3113
3114 * gdb.ada/arraydim.exp: Remove extra directory level in build
3115 directory.
3116
3117 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3118
3119 * lib/ada.exp: Remove extra directory level in build directory.
3120 * gdb.ada/cond_lang.exp: Likewise.
3121 * gdb.ada/exec_changed.exp: Likewise.
3122 * gdb.ada/lang_switch.exp: Likewise.
3123
3124 2016-07-06 Manish Goregaokar <manish@mozilla.com>
3125
3126 * simple.rs: Add test for raw pointer subscripting.
3127 * simple.exp: Add test expectations.
3128
3129 2016-07-05 Yao Qi <yao.qi@linaro.org>
3130
3131 * gdb.mi/mi-reverse.exp: Match =record-started output.
3132
3133 2016-07-01 Pedro Alves <palves@redhat.com>
3134
3135 * gdb.base/jit-reader.exp (info_registers_current_frame): New
3136 procedure.
3137 (jit_reader_test): Test the jit reader's unwinder.
3138 * gdb.base/jithost.c (jit_function_00_code): New global.
3139 (main): Use memcpy to fill in the mmapped code, instead of poking
3140 bytes manually here.
3141 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
3142 value.
3143 (read_debug_info): Save the function's range.
3144 (read_sp): New function.
3145 (unwind_frame): Use it. Also unwind RBP.
3146 (get_frame_id): Use read_sp.
3147 (gdb_init_reader): Use calloc instead of malloc.
3148 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
3149 parameter. Use gdb_test_multiple.
3150
3151 2016-07-01 Pedro Alves <palves@redhat.com>
3152 Antoine Tremblay <antoine.tremblay@ericsson.com>
3153
3154 * gdb.threads/process-dies-while-detaching.c: New file.
3155 * gdb.threads/process-dies-while-detaching.exp: New file.
3156
3157 2016-07-01 Pedro Alves <palves@redhat.com>
3158
3159 * gdb.multi/watchpoint-multi-exit.c: New file.
3160 * gdb.multi/watchpoint-multi-exit.exp: New file.
3161
3162 2016-06-30 Pedro Alves <palves@redhat.com>
3163
3164 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
3165 unset inferior_spawn_id.
3166
3167 2016-06-30 Pedro Alves <palves@redhat.com>
3168
3169 * lib/mi-support.exp (default_mi_gdb_start): Declare global
3170 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
3171
3172 2016-06-29 Yao Qi <yao.qi@linaro.org>
3173
3174 * gdb.base/return.c: Add copyright header.
3175
3176 2016-06-29 Tom Tromey <tom@tromey.com>
3177
3178 PR python/20129:
3179 * gdb.python/py-framefilter.exp: Add tests for setting priority
3180 and disabling of non-existent frame filter.
3181
3182 2016-06-29 Yao Qi <yao.qi@linaro.org>
3183
3184 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
3185 0x0f07ff.
3186
3187 2016-06-28 Yao Qi <yao.qi@linaro.org>
3188
3189 * gdb.base/catch-syscall.exp: Remove check on isnative and target
3190 triplets. Start gdb, execute catch syscall, and continue. Check
3191 gdb's output to determine catch syscall is supported.
3192
3193 2016-06-27 Manish Goregaokar <manish@mozilla.com>
3194
3195 * gdb.rust/simple.rs: Add test for returning unit in a function.
3196 * gdb.rust/simple.exp: Add expectation for functions returning
3197 unit.
3198
3199 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
3200
3201 * gdb.python/py-breakpoint-create-fail.c,
3202 gdb.python/py-breakpoint-create-fail.exp,
3203 gdb.python/py-breakpoint-create-fail.py: New testcase.
3204
3205 2016-06-25 Manish Goregaokar <manish@mozilla.com>
3206
3207 PR gdb/20239
3208 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
3209 * gdb.rust/simple.exp: Add test expectations for new NonZero
3210 tests.
3211
3212 2016-06-24 David Taylor <dtaylor@emc.com>
3213
3214 * gdb.base/offsets.exp: New file.
3215 * gdb.base/offsets.c: New file.
3216
3217 2016-06-23 Tom Tromey <tom@tromey.com>
3218
3219 PR gdb/16483:
3220 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
3221 before any filters are loaded.
3222
3223 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
3224
3225 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
3226 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
3227 structs.
3228 * gdb.fortran/derived-type-function.exp: New file.
3229 * gdb.fortran/derived-type-function.f90: New file.
3230
3231
3232 2016-06-21 Pedro Alves <palves@redhat.com>
3233
3234 * gdb.base/new-ui.exp: New file.
3235 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
3236 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
3237 (with_spawn_id): New procedure.
3238
3239 2016-06-21 Pedro Alves <palves@redhat.com>
3240
3241 * gdb.mi/mi-exec-run.exp: New file.
3242
3243 2016-06-21 Pedro Alves <palves@redhat.com>
3244
3245 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
3246 breakpoint command's output on the main UI.
3247 (test_break): New procedure, factored out from calls in the top
3248 level.
3249 (top level): Use foreach_with_prefix to test MI as main UI and as
3250 separate UI.
3251
3252 2016-06-21 Pedro Alves <palves@redhat.com>
3253
3254 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
3255 (test_awatch_creation_and_listing)
3256 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
3257 Remove 'type' parameter.
3258 (test_watchpoint_all): New parameter mi_mode. Remove
3259 with_test_prefix.
3260 (top level): Use foreach_with_prefix, and add main/separate UI MI
3261 testing axis.
3262
3263 2016-06-21 Pedro Alves <palves@redhat.com>
3264
3265 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
3266 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
3267 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
3268 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
3269 (gdb_main_spawn_id, mi_spawn_id): Declare and
3270 comment.
3271 (mi_create_inferior_pty): New procedure,
3272 factored out from default_mi_gdb_start.
3273 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
3274 procedures.
3275 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
3276 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
3277 Use mi_create_inferior_pty.
3278 (mi_gdb_start): Use eval to pass down args list.
3279
3280 2016-06-21 Pedro Alves <palves@redhat.com>
3281
3282 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
3283 * gdb.opt/inline-cmds.exp: Add MI tests.
3284
3285 2016-06-21 Pedro Alves <palves@redhat.com>
3286
3287 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
3288
3289 2016-06-21 Pedro Alves <palves@redhat.com>
3290
3291 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
3292 (top level): Use it instead of mi_execute_to.
3293
3294 2016-06-21 Pedro Alves <palves@redhat.com>
3295
3296 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
3297 (cont_handler_str): New.
3298 (signal_stop_handler): Set stop_handler_str instead of printing to
3299 stdout.
3300 (continue_handler): Set cont_handler_str instead of printing to
3301 stdout.
3302 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
3303 mi_send_resuming_command. Print stop_handler_str and
3304 cont_handler_str instead of expecting the python events print
3305 directly.
3306
3307 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3308
3309 * gdb.base/jit-reader.exp: New file.
3310 * gdb.base/jithost.c: New file.
3311 * gdb.base/jithost.h: New file.
3312 * gdb.base/jitreader.c : New file.
3313 * gdb.base/jit-protocol.h: New file.
3314
3315 2016-06-17 Yao Qi <yao.qi@linaro.org>
3316
3317 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
3318 parameters follow_fork and detach_on_fork. Set follow-fork-mode
3319 and detach-on-fork. Adjust tests.
3320 (top level): Invoke break_cond_on_syscall with combinations of
3321 syscall, follow-fork-mode and detach-on-fork.
3322
3323 2016-06-17 Yao Qi <yao.qi@linaro.org>
3324
3325 * gdb.base/step-over-exit.c: New.
3326 * gdb.base/step-over-exit.exp: New.
3327
3328 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
3329
3330 * gdb.base/float.exp: Add target check for nds32*-*-*.
3331 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
3332
3333 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
3334
3335 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
3336 for unsupported target features.
3337 * gdb.base/call-rt-st.exp: Likewise.
3338 * gdb.base/call-sc.exp: Likewise.
3339 * gdb.base/call-signal-resume.exp: Likewise.
3340 * gdb.base/call-strs.exp: Likewise.
3341 * gdb.base/callexit.exp: Likewise.
3342 * gdb.base/callfuncs.exp: Likewise.
3343 * gdb.base/nodebug.exp: Likewise.
3344 * gdb.base/printcmds.exp: Likewise.
3345 * gdb.base/ptype.exp: Likewise.
3346 * gdb.base/structs.exp: Likewise.
3347 * gdb.base/unwindonsignal.exp: Likewise.
3348 * gdb.cp/gdb2495.exp: Likewise.
3349 * gdb.cp/templates.exp: Likewise.
3350 * gdb.cp/virtfunc.exp: Likewise.
3351 * gdb.threads/hand-call-in-threads.exp: Likewise.
3352 * gdb.threads/interrupted-hand-call.exp: Likewise.
3353 * gdb.threads/thread-unwindonsignal.exp: Likewise.
3354
3355 2016-06-10 Tom Tromey <tom@tromey.com>
3356
3357 PR rust/20110:
3358 * gdb.rust/expr.exp: Add test for integer constant larger than
3359 i32.
3360
3361 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
3362
3363 * gdb.fortran/nested-funcs.exp: New.
3364 * gdb.fortran/nested-funcs.f90: New.
3365
3366 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
3367
3368 * gdb.base/examine-backward.c: New file.
3369 * gdb.base/examine-backward.exp: New file.
3370
3371 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
3372
3373 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3374 matching.
3375
3376 2016-06-02 Tom Tromey <tom@tromey.com>
3377
3378 PR python/18984:
3379 * gdb.python/py-shared.exp: Add solib_name test.
3380
3381 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
3382
3383 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
3384
3385 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
3386
3387 PR c++/19893
3388 * gdb.dwarf2/implref.exp: Rename to...
3389 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
3390 * gdb.dwarf2/implref-array.c: New file.
3391 * gdb.dwarf2/implref-array.exp: Likewise.
3392 * gdb.dwarf2/implref-global.c: Likewise.
3393 * gdb.dwarf2/implref-global.exp: Likewise.
3394 * gdb.dwarf2/implref-struct.c: Likewise.
3395 * gdb.dwarf2/implref-struct.exp: Likewise.
3396
3397 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3398
3399 * gdb.trace/trace-condition.exp: Add 64bit tests.
3400
3401 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3402
3403 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3404 bits types.
3405 (main): Adapt to 8 to 64 bits types.
3406 * gdb.trace/trace-condition.exp: Add new tests.
3407
3408 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3409
3410 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3411
3412 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3413
3414 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3415 Move condition tests...
3416 * gdb.trace/trace-condition.exp: Here.
3417
3418 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3419
3420 * gdb.trace/trace-condition.exp: Add counter-case tests.
3421
3422 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3423
3424 PR c++/15231
3425 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3426 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3427
3428 2016-05-27 Pedro Alves <palves@redhat.com>
3429
3430 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3431 New procedure.
3432 (top level): Call it, and bail out of DejaGnu is known to be bad.
3433
3434 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
3435
3436 * gdb.base/whatis.c: Extend the test case.
3437 * gdb.base/whatis.exp: Add additional tests.
3438
3439 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3440
3441 * gdb.fortran/type.f90: Add pointer variable.
3442 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3443
3444 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3445
3446 * gdb.fortran/vla-type.exp: Fix testcase name.
3447
3448 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3449
3450 * gdb.fortran/vla-type.exp: Access elements in nested structs.
3451
3452 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3453
3454 * gdb.fortran/type.f90: Add nested structures.
3455 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3456 * gdb.fortran/derived-type.exp: Adapt expected output.
3457 * gdb.fortran/vla-type.exp: Adapt expected output.
3458
3459 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3460
3461 * gdb.fortran/whatis_type.exp: Adapt expected output.
3462
3463 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3464
3465 * gdb.fortran/print_type.exp: Fix expected output.
3466 * gdb.fortran/whatis_type.exp: Fix expected output.
3467
3468 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3469
3470 * gdb.fortran/whatis_type.exp: Use multi_line.
3471
3472 2016-05-24 Tom Tromey <tom@tromey.com>
3473
3474 PR python/17386:
3475 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3476 use value as an index.
3477
3478 2016-05-23 Tom Tromey <tom@tromey.com>
3479
3480 PR python/17981:
3481 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3482 no-breakpoint case.
3483
3484 2016-05-24 Pedro Alves <palves@redhat.com>
3485
3486 PR gdb/19828
3487 * gdb.threads/clone-attach-detach.c: New file.
3488 * gdb.threads/clone-attach-detach.exp: New file.
3489
3490 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3491
3492 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3493
3494 2016-05-23 Tom Tromey <tom@tromey.com>
3495
3496 PR python/19438, PR python/18393:
3497 * gdb.python/py-progspace.exp: Add "dir" test.
3498 * gdb.python/py-objfile.exp: Add "dir" test.
3499
3500 2016-05-23 Yao Qi <yao.qi@linaro.org>
3501
3502 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3503 * gdb.arch/thumb2-it.exp: Likewise.
3504
3505 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3506
3507 * gdb.mi/mi-threads-interrupt.c: New file.
3508 * gdb.mi/mi-threads-interrupt.exp: New file.
3509
3510 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3511
3512 PR gdb/18077
3513 * gdb.mi/mi-async-run.exp: New file.
3514 * gdb.mi/mi-async-run.c: New file.
3515
3516 2016-05-17 Tom Tromey <tom@tromey.com>
3517 Manish Goregaokar <manishsmail@gmail.com>
3518
3519 * lib/rust-support.exp: New file.
3520 * lib/gdb.exp (skip_rust_tests): New proc.
3521 (build_executable_from_specs): Handle rust.
3522 * lib/future.exp (gdb_find_rustc): New proc.
3523 (gdb_default_target_compile): Handle rust.
3524 * gdb.rust/expr.exp: New file.
3525 * gdb.rust/generics.exp: New file.
3526 * gdb.rust/generics.rs: New file.
3527 * gdb.rust/methods.exp: New file.
3528 * gdb.rust/methods.rs: New file.
3529 * gdb.rust/modules.exp: New file.
3530 * gdb.rust/modules.rs: New file.
3531 * gdb.rust/simple.exp: New file.
3532 * gdb.rust/simple.rs: New file.
3533
3534 2016-05-17 Tom Tromey <tom@tromey.com>
3535
3536 * gdb.base/default.exp (set language): Add rust.
3537
3538 2016-05-17 Tom Tromey <tom@tromey.com>
3539
3540 * gdb.gdb/unittest.exp: New file.
3541
3542 2016-05-16 Yao Qi <yao.qi@linaro.org>
3543
3544 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3545 shell_prompt. Update shell_prompt_re.
3546
3547 2016-05-12 Doug Evans <dje@google.com>
3548
3549 PR symtab/19999
3550 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3551 $options when building executable.
3552 * gdb.dwarf2/fission-loclists-pie.S: New file.
3553 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3554
3555 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3556
3557 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3558 of [is_remote target],
3559
3560 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3561
3562 * lib/gdb.exp (use_gdb_stub): New procedure.
3563
3564 2016-05-03 Yunlian Jiang <yunlian@google.com>
3565 Doug Evans <dje@google.com>
3566
3567 PR symtab/19914
3568 * gdb.dwarf2/dwp-sepdebug.c: New file.
3569 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3570
3571 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3572
3573 * gdb.base/detach.exp: Remove is_remote check.
3574
3575 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3576
3577 * gdb.base/annota-input-while-running.exp: Don't check for
3578 [is_remote target]. Enable annotations after running to main.
3579 Remove unused "set test..." line.
3580
3581 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3582
3583 * gdb.trace/trace-enable-disable.exp: New file.
3584 * gdb.trace/trace-enable-disable.c: New file.
3585
3586 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3587
3588 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3589 use it in info sharedlibrary test.
3590 * gdb.trace/ftrace-lock.exp: Likewise.
3591 * gdb.trace/ftrace.exp: Likewise.
3592 * gdb.trace/range-stepping.exp: Likewise.
3593 * gdb.trace/trace-break.exp: Likewise.
3594 * gdb.trace/trace-condition.exp: Likewise.
3595 * gdb.trace/trace-mt.exp: Likewise.
3596
3597 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3598
3599 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3600 (gdb_load_shlib): ... this.
3601 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3602 gdb_load_shlib.
3603 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3604 * gdb.base/ctxobj.exp: Likewise.
3605 * gdb.base/dprintf-pending.exp: Likewise.
3606 * gdb.base/dso2dso.exp: Likewise.
3607 * gdb.base/fixsection.exp: Likewise.
3608 * gdb.base/gcore-relro.exp: Likewise.
3609 * gdb.base/gdb1555.exp: Likewise.
3610 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3611 * gdb.base/gnu-ifunc.exp: Likewise.
3612 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3613 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3614 * gdb.base/pending.exp: Likewise.
3615 * gdb.base/print-file-var.exp: Likewise.
3616 * gdb.base/print-symbol-loading.exp: Likewise.
3617 * gdb.base/shlib-call.exp: Likewise.
3618 * gdb.base/shreloc.exp: Likewise.
3619 * gdb.base/so-impl-ld.exp: Likewise.
3620 * gdb.base/solib-disc.exp: Likewise.
3621 * gdb.base/solib-nodir.exp: Likewise.
3622 * gdb.base/solib-overlap.exp: Likewise.
3623 * gdb.base/solib-symbol.exp: Likewise.
3624 * gdb.base/solib-weak.exp (do_test): Likewise.
3625 * gdb.base/sym-file.exp: Likewise.
3626 * gdb.base/symtab-search-order.exp: Likewise.
3627 * gdb.base/type-opaque.exp: Likewise.
3628 * gdb.base/unload.exp: Likewise.
3629 * gdb.base/watchpoint-solib.exp: Likewise.
3630 * gdb.compile/compile.exp: Likewise.
3631 * gdb.cp/gdb2384.exp: Likewise.
3632 * gdb.cp/infcall-dlopen.exp: Likewise.
3633 * gdb.cp/re-set-overloaded.exp: Likewise.
3634 * gdb.fortran/library-module.exp: Likewise.
3635 * gdb.opt/solib-intra-step.exp: Likewise.
3636 * gdb.python/py-finish-breakpoint.exp: Likewise.
3637 * gdb.python/py-shared.exp: Likewise.
3638 * gdb.reverse/solib-precsave.exp: Likewise.
3639 * gdb.reverse/solib-reverse.exp: Likewise.
3640 * gdb.server/solib-list.exp: Likewise.
3641 * gdb.threads/dlopen-libpthread.exp: Likewise.
3642 * gdb.threads/tls-shared.exp: Likewise.
3643 * gdb.threads/tls-so_extern.exp: Likewise.
3644 * gdb.trace/change-loc.exp: Likewise.
3645 * gdb.trace/ftrace-lock.exp: Likewise.
3646 * gdb.trace/ftrace.exp: Likewise.
3647 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3648 * gdb.trace/pending.exp: Likewise.
3649 * gdb.trace/range-stepping.exp: Likewise.
3650 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3651 (strace_info_marker): Likewise.
3652 (strace_probe_marker): Likewise.
3653 (strace_trace_on_same_addr): Likewise.
3654 (strace_trace_on_diff_addr): Likewise.
3655 * gdb.trace/trace-break.exp: Likewise.
3656 * gdb.trace/trace-condition.exp: Likewise.
3657 * gdb.trace/trace-mt.exp: Likewise.
3658
3659 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3660
3661 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3662 result of gdb_remote_download.
3663 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3664 * gdb.base/dso2dso.exp: Likewise.
3665 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3666 * gdb.base/print-file-var.exp: Likewise.
3667 * gdb.base/shlib-call.exp: Likewise.
3668 * gdb.base/shreloc.exp: Likewise.
3669 * gdb.base/solib-overlap.exp: Likewise.
3670 * gdb.base/solib-weak.exp (do_test): Likewise.
3671 * gdb.base/unload.exp: Likewise.
3672
3673 2016-04-27 Yao Qi <yao.qi@linaro.org>
3674
3675 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3676 exists.
3677
3678 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3679
3680 * vla-type.exp: Print structure from toplevel.
3681
3682 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3683
3684 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3685 of dynamic types.
3686 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3687 of dynamic types.
3688
3689 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3690
3691 * gdb.fortran/vla-type.f90: New file.
3692 * gdb.fortran/vla-type.exp: New file.
3693
3694 2016-04-25 Yao Qi <yao.qi@linaro.org>
3695
3696 * gdb.base/branch-to-self.c: New file.
3697 * gdb.base/branch-to-self.exp: New file.
3698
3699 2016-04-22 Yao Qi <yao.qi@linaro.org>
3700
3701 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3702 more after $hex.
3703
3704 2016-04-22 Yao Qi <yao.qi@linaro.org>
3705
3706 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3707 * gdb.base/annota3.exp: Likewise.
3708
3709 2016-04-22 Yao Qi <yao.qi@linaro.org>
3710
3711 * gdb.reverse/step-precsave.exp: Do one step and test program
3712 stops in "callee" and do multiple steps until program goes out
3713 of "callee".
3714 * gdb.reverse/step-reverse.exp: Likewise.
3715
3716 2016-04-22 Yao Qi <yao.qi@linaro.org>
3717
3718 * gdb.trace/signal.exp: Also pass if
3719 $tracepoint_hits($i) > $iterations.
3720
3721 2016-04-22 Yao Qi <yao.qi@linaro.org>
3722
3723 * gdb.trace/signal.c: New file.
3724 * gdb.trace/signal.exp: New file.
3725
3726 2016-04-19 Doug Evans <xdje42@gmail.com>
3727
3728 * gdb.base/bad-file.exp: New file.
3729
3730 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3731
3732 * gdb.dwarf2/implref.exp: New file.
3733
3734 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3735
3736 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3737 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3738 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3739 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3740 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3741 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3742 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3743 * lib/fortran.exp (fortran_int4): New procedure.
3744 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3745 (fortran_logical4): Likewise.
3746
3747 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3748
3749 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3750
3751 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3752
3753 * lib/compiler.c: Add Intel specific preprocessor macros.
3754 * lib/compiler.cc: Likewise.
3755
3756 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
3757
3758 * gdb.server/connect-with-no-symbol-file.c: New file.
3759 * gdb.server/connect-with-no-symbol-file.exp: New file.
3760
3761 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3762
3763 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3764
3765 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3766
3767 * boards/gdbserver-base.exp (${board}_download): Copy source file to
3768 standard output directory.
3769
3770 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
3771
3772 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3773
3774 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
3775
3776 * gdb.btrace/instruction_history.c (loop): Add declaration.
3777
3778 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3779
3780 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3781
3782 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
3783
3784 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3785 parentheses to print.
3786 (continue_handler): Likewise.
3787
3788 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
3789
3790 * gdb.server/solib-list.exp: Remove is_remote check.
3791 Pass shlib= to gdb_compile. Don't link shared library with
3792 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
3793 Run binary filename through "readlink -f" on the target.
3794
3795 2016-04-08 Pedro Alves <palves@redhat.com>
3796
3797 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
3798 interpreter filename as argument to gdbserver_spawn.
3799 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3800 Return empty if $last_loaded_file does not exist.
3801
3802 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3803
3804 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3805 * gdb.base/jit-main.c: Use exit after usage.
3806
3807 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3808
3809 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3810 GDBHISTSIZE prior to the tests.
3811 * gdb.base/gdbinit-history.exp: Likewise.
3812
3813 2016-04-07 Pedro Alves <palves@redhat.com>
3814
3815 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3816 instead of build_executable. Use gdb_load_shlibs.
3817
3818 2016-04-07 Yao Qi <yao.qi@linaro.org>
3819
3820 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3821 Execute "si" command.
3822
3823 2016-04-07 Yao Qi <yao.qi@linaro.org>
3824
3825 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3826 number instead of the comments on some line.
3827
3828 2016-04-06 Don Breazeal <donb@codesourcery.com>
3829
3830 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3831 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3832
3833 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
3834
3835 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3836 standard_output_file. Remove unused binfile variable.
3837
3838 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
3839
3840 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3841 * gdb.python/py-mi-objfile.exp: Match "list main" output
3842 in console format.
3843
3844 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
3845
3846 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3847 absolute.
3848
3849 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3850
3851 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3852 absolute.
3853 * gdb.trace/ftrace.exp: Likewise.
3854 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3855 targets as well.
3856 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3857 (gdb_load_shlibs): Copy libraries to test directory when testing
3858 natively. Only set solib-search-path if testing remotely.
3859 * lib/mi-support.exp (mi_load_shlibs): Likewise.
3860
3861 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3862
3863 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3864 gdb_download. Use it even if the target is not remote.
3865 * gdb.base/jit.exp (compile_jit_test): Likewise.
3866 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3867 output directory if the destination board is local, otherwise use
3868 the standard remote_download from DejaGnu.
3869 (gdb_download): Remove.
3870 (gdb_load_shlibs): Use gdb_remote_download instead of
3871 gdb_download.
3872 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3873 Use gdb_remote_download instead of gdb_download. Use it even if
3874 the target is not remote.
3875 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3876 instead of gdb_download.
3877
3878 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
3879
3880 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3881 (test_insert_delete_modify): Call mi_load_shlibs before trying to
3882 run.
3883
3884 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
3885
3886 PR gdb/19820
3887 * gdb.base/printcmds.exp: Add artificial arrays tests.
3888
3889 2016-03-31 Pedro Alves <palves@redhat.com>
3890
3891 PR gdb/19858
3892 * gdb.base/jit-main.c: Include unistd.h.
3893 (ATTACH): Define to 0 if not already defined.
3894 (wait_for_gdb, mypid): New globals.
3895 (WAIT_FOR_GDB): New macro.
3896 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
3897 some breakpoint locations.
3898 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3899 New procedures.
3900 (one_jit_test): Add REATTACH parameter, and handle it. Use
3901 continue_to_test_location.
3902 (top level): Test attach, and adjusts calls to one_jit_test.
3903
3904 2016-03-31 Pedro Alves <palves@redhat.com>
3905
3906 PR gdb/19858
3907 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
3908 BINSUFFIX parameter, and handle it.
3909 (top level): Adjust calls compile_jit_test.
3910
3911 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
3912
3913 PR python/19743
3914 * gdb.python/py-mi-events-gdb.py: New file.
3915 * gdb.python/py-mi-events.c: New file.
3916 * gdb.python/py-mi-events.exp: New file.
3917
3918 2016-03-30 Yao Qi <yao.qi@linaro.org>
3919
3920 * gdb.reverse/until-precsave.exp: Match function name only.
3921 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3922 Move malloc to a condition block.
3923 * gdb.reverse/until-reverse.exp: Match function name only.
3924
3925 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
3926
3927 * gdb.trace/ftrace.exp: Set arg0exp for s390.
3928 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3929 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3930 variable for GPR 0 instead of assuming it is register 0.
3931 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
3932 * lib/trace-support.exp: Add s390 registers.
3933
3934 2016-03-29 Yao Qi <yao.qi@linaro.org>
3935
3936 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
3937
3938 2016-03-24 Yao Qi <yao.qi@linaro.org>
3939
3940 * gdb.reverse/break-reverse.exp: Add quotation mark in the
3941 test message.
3942
3943 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3944
3945 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
3946 maintaining separate logic for constructing the output path.
3947
3948 2016-03-16 Don Breazeal <donb@codesourcery.com>
3949
3950 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3951 Retry fork and waitpid on interrupted system call errors.
3952 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3953 Use with_timeout_factor to increase timeout by factor of 10.
3954
3955 2016-03-15 Don Breazeal <donb@codesourcery.com>
3956
3957 * gdb.cp/scope-err.cc: New test program.
3958 * gdb.cp/scope-err.exp: New test script.
3959 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
3960 lines and "set breakpoint here" comment.
3961 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
3962 Fixed some whitespace and format issues.
3963 * gdb.mi/mi-linespec-err-cp.cc: New test program.
3964 * gdb.mi/mi-linespec-err-cp.exp: New test script.
3965
3966 2016-03-15 Doug Evans <dje@google.com>
3967
3968 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
3969 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
3970 All callers updated. Add tests for enums, mixed flags register.
3971
3972 2016-03-15 Doug Evans <dje@google.com>
3973
3974 * gdb.base/skip.c (main): Call test_skip_file_and_function.
3975 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
3976
3977 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
3978
3979 * gdb.base/default.exp: Add $_as_string to the list of expected
3980 convenience functions.
3981
3982 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
3983
3984 * gdb.base/maint.exp: New tests for 'maint info line-table'.
3985
3986 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
3987
3988 * gdb.python/py-as-string.exp: New file.
3989 * gdb.python/py-as-string.c: New file.
3990
3991 2016-03-09 Pedro Alves <palves@redhat.com>
3992
3993 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
3994 signal" -> "Thread NN received signal" output change.
3995 * gdb.threads/ia64-sigill.exp: Likewise.
3996 * gdb.threads/linux-dp.exp: Likewise.
3997 * gdb.threads/manythreads.exp: Likewise.
3998 * gdb.threads/pending-step.exp: Likewise.
3999 * gdb.threads/print-threads.exp: Likewise.
4000 * gdb.threads/sigstep-threads.exp: Likewise.
4001 * gdb.threads/staticthreads.exp: Likewise.
4002 * gdb.threads/tls.exp: Likewise.
4003
4004 2016-03-09 Pedro Alves <palves@redhat.com>
4005
4006 * gdb.base/command-line-input.exp: New file.
4007
4008 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4009
4010 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
4011 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
4012 * gdb.trace/pending.exp: Accept leading dot before function name.
4013 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
4014 * lib/trace-support.exp: Set registers for ppc.
4015
4016 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4017
4018 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
4019 use it for disassembly; accept .main in addition to main in backtrace.
4020
4021 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
4022 Marcin Kościelnicki <koriakin@0x04.net>
4023
4024 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
4025 (gdb_recursion_test_ptr): New global variable.
4026 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
4027 gdb_recursion_test.
4028 (gdb_c_test): Ditto.
4029
4030 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4031
4032 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
4033 ordering.
4034
4035 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4036
4037 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
4038 (bar): Add bar_start_lbl label.
4039 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
4040 of foo/bar for emitting DWARF and tracing.
4041
4042 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
4043
4044 * analyze-racy-logs.py: Set executable bit.
4045
4046 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
4047
4048 * Makefile.in (DEFAULT_RACY_ITER): New variable.
4049 (CHECK_TARGET_TMP): Likewise.
4050 (check-single-racy): New rule.
4051 (check-parallel-racy): Likewise.
4052 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
4053 (do-check-parallel-racy): New rule.
4054 (check-racy/%.exp): Likewise.
4055 * README (Racy testcases): New section.
4056 * analyze-racy-logs.py: New file.
4057
4058 2016-03-03 Doug Evans <dje@google.com>
4059
4060 * gdb.base/skip.exp: Use with_test_prefix.
4061
4062 2016-03-03 Yao Qi <yao.qi@linaro.org>
4063
4064 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
4065 Invoke step_over_syscall "clone" and break_cond_on_syscall
4066 "clone".
4067 * gdb.base/step-over-clone.c: New file.
4068
4069 2016-03-03 Yao Qi <yao.qi@linaro.org>
4070
4071 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
4072 code format.
4073
4074 2016-03-03 Yao Qi <yao.qi@linaro.org>
4075
4076 * gdb.base/disp-step-fork.c: Rename to ...
4077 * gdb.base/step-over-fork.c: ... it. New file.
4078 * gdb.base/disp-step-vfork.c: Rename to ...
4079 * gdb.base/step-over-vfork.c: ... it. New file.
4080 * gdb.base/disp-step-syscall.exp: Rename to ...
4081 * gdb.base/step-over-syscall.exp: ... it. New file.
4082 (disp_step_cross_syscall): Rename to ...
4083 (step_over_syscall): ... it.
4084
4085 2016-03-03 Yao Qi <yao.qi@linaro.org>
4086
4087 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
4088 If target supports condition evaluation on target, invoke
4089 break_cond_on_syscall for fork and vfork.
4090
4091 2016-03-03 Yao Qi <yao.qi@linaro.org>
4092
4093 * gdb.base/disp-step-syscall.exp: Don't invoke
4094 support_displaced_stepping.
4095 (disp_step_cross_syscall): Test with displaced stepping off and
4096 on if supported.
4097
4098 2016-03-03 Yao Qi <yao.qi@linaro.org>
4099
4100 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
4101 proc.
4102 (setup): New proc.
4103 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
4104 and setup.
4105
4106 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4107
4108 * gdb.fortran/vla-history.exp: Remove breakpoint.
4109
4110 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4111
4112 * gdb.fortran/vla-history.exp: Lookup array elements and printing
4113 exceeds timeout.
4114
4115 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4116
4117 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
4118 breakpoint.
4119
4120 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4121
4122 * gdb.mi/vla.f90: Nullify pointer after declaration.
4123
4124 2016-03-01 Pedro Alves <palves@redhat.com>
4125
4126 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
4127
4128 2016-03-01 Pedro Alves <palves@redhat.com>
4129
4130 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
4131 before anything else.
4132 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
4133 _GNU_SOURCE here.
4134 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
4135 before anything else.
4136 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
4137
4138 2016-03-01 Pedro Alves <palves@redhat.com>
4139
4140 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
4141
4142 2016-03-01 Yao Qi <yao.qi@linaro.org>
4143
4144 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
4145 prepare_for_testing.
4146
4147 2016-03-01 Yao Qi <yao.qi@linaro.org>
4148
4149 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
4150
4151 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4152
4153 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
4154 manually constructing the output path.
4155
4156 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4157
4158 * gdb.arch/s390-stackless.S: New.
4159 * gdb.arch/s390-stackless.exp: New.
4160
4161 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
4162
4163 * gdb.dlang/circular.c: New file.
4164 * gdb.dlang/circular.exp: New file.
4165
4166 2016-02-26 Yao Qi <yao.qi@linaro.org>
4167
4168 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
4169 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
4170 (testcases): Update.
4171
4172 2016-02-26 Yao Qi <yao.qi@linaro.org>
4173
4174 * gdb.reverse/aarch64.c: Rename to ...
4175 * gdb.reverse/insn-reverse.c: ... it.
4176 * gdb.reverse/aarch64.exp: Rename to ...
4177 * gdb.reverse/insn-reverse.exp: ... it.
4178
4179 2016-02-26 Yao Qi <yao.qi@linaro.org>
4180
4181 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
4182 (testcase_ftype): New.
4183 (testcases): New array.
4184 (n_testcases): New.
4185 (main): Call each element in testcases.
4186 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
4187 (read_testcase): New.
4188 Do the tests in a loop.
4189
4190 2016-02-25 Yao Qi <yao.qi@linaro.org>
4191
4192 * gdb.base/branches.c: Remove.
4193
4194 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4195
4196 PR gdb/13808
4197 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
4198
4199 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4200
4201 * gdb.trace/ftrace.exp: Remove unnecessary target check.
4202
4203 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4204
4205 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
4206 change x86_64 call_insn to 'callq'.
4207
4208 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4209
4210 * gdb.trace/tfile-avx.c: Move to...
4211 * gdb.trace/tracefile-pseudo-reg.c: Here.
4212 * gdb.trace/tfile-avx.exp: Move to...
4213 * gdb.trace/tracefile-pseudo-reg.exp: Here.
4214
4215 2016-02-24 Gary Benson <gbenson@redhat.com>
4216
4217 * gdb.base/attach-pie-noexec.exp: Do not expect an error
4218 message on attach.
4219
4220 2016-02-23 Doug Evans <dje@google.com>
4221
4222 * gdb.base/skip.c (test_skip): New function.
4223 (end_test_skip_file_and_function): New function.
4224 (test_skip_file_and_function): New function.
4225 * gdb.base/skip1.c (test_skip): New function.
4226 (skip1_test_skip_file_and_function): New function.
4227 * gdb.base/skip.exp: Add tests for new skip options.
4228 * gdb.base/skip-solib.exp: Update expected output.
4229 * gdb.perf/skip-command.cc: New file.
4230 * gdb.perf/skip-command.exp: New file.
4231 * gdb.perf/skip-command.py: New file.
4232
4233 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
4234
4235 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
4236 info registers pattern.
4237
4238 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
4239
4240 * lib/future.exp: Add D support.
4241 (gdb_find_gdc): New proc.
4242 (gdb_default_target_compile): Add D support.
4243
4244 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
4245
4246 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
4247 user+system time.
4248 (trace_speed_test): Determine the iteration count for a time
4249 between 15..30 seconds.
4250
4251 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
4252
4253 * gdb.arch/i386-mpx-sigsegv.c: New file.
4254 * gdb.arch/i386-mpx-sigsegv.exp: New file.
4255 * gdb.arch/i386-mpx-simple_segv.c: New file.
4256 * gdb.arch/i386-mpx-simple_segv.exp: New file.
4257
4258 2016-02-18 Yao Qi <yao.qi@linaro.org>
4259
4260 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4261 Don't call setup_kfail.
4262
4263 2016-02-18 Yao Qi <yao.qi@linaro.org>
4264
4265 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4266 Set "set breakpoint condition-evaluation" per $cond_bp_target.
4267
4268 2016-02-16 Doug Evans <dje@google.com>
4269
4270 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
4271 * gdb.base/skip1.c: Ditto.
4272 * gdb.base/skip.exp: Whitespace cleanup.
4273
4274 2016-02-16 Don Breazeal <donb@codesourcery.com>
4275
4276 PR remote/19496
4277 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4278 Remove kfail for PR remote/19496.
4279
4280 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4281
4282 * lib/gdb.exp (standard_temp_file): Return a path specific to
4283 the runtest invocation.
4284
4285 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4286
4287 * gdb.trace/save-trace.exp: Change relative path to be in the
4288 standard output directory.
4289
4290 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4291
4292 * gdb.arch/i386-prologue.c: Add missing prototypes.
4293
4294 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4295
4296 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
4297 * gdb.arch/i386-prologue.exp: Likewise.
4298 * gdb.arch/i386-size.exp: Likewise.
4299
4300 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
4301
4302 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
4303 define object file path.
4304 * gdb.btrace/gcore.exp: Use standard_output_file to define core
4305 file path.
4306 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
4307 standard_output_file to define binfile.
4308
4309 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4310
4311 Fix compatibility with recent gfortran-5.3.1.
4312 * gdb.fortran/vla-history.exp (print vla1 allocated)
4313 (print vla2 allocated, print $2, print $3): Remove
4314 (print $4): Rename to ...
4315 (print $2): ... here.
4316 (print $9): Rename to ...
4317 (print $5): ... here.
4318 (print $10): Rename to ...
4319 (print $6): ... here.
4320 * gdb.fortran/vla.f90: Add pvla initialization.
4321
4322 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4323
4324 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
4325 New test.
4326 * gdb.fortran/vla-value-sub.exp: Likewise.
4327
4328 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
4329
4330 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
4331
4332 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
4333
4334 * i386-biarch-core.exp: Define corefile using
4335 standard_output_file.
4336
4337 2016-02-12 Yao Qi <yao.qi@linaro.org>
4338
4339 * gdb.arch/arm-single-step-kernel-helper.c: New.
4340 * gdb.arch/arm-single-step-kernel-helper.exp: New.
4341
4342 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4343
4344 * gdb.btrace/tailcall-only.exp: New.
4345 * gdb.btrace/tailcall-only.c: New.
4346 * gdb.btrace/x86_64-tailcall-only.S: New.
4347 * gdb.btrace/i686-tailcall-only.S: New.
4348
4349 2016-02-11 Pedro Alves <palves@redhat.com>
4350
4351 * README (Parallel testing): Add missing double quotes.
4352
4353 2016-02-11 Pedro Alves <palves@redhat.com>
4354
4355 * README (Parallel testing): New section.
4356 (GDB_PARALLEL): Rewrite.
4357 (FORCE_PARALLEL): Document.
4358
4359 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
4360
4361 * gdb.trace/tfile-avx.c: New test.
4362 * gdb.trace/tfile-avx.exp: New test.
4363
4364 2016-02-09 Keith Seitz <keiths@redhat.com>
4365
4366 PR breakpoints/19546
4367 * gdb.base/infcall-exec.c: New file.
4368 * gdb.base/infcall-exec2.c: New file.
4369 * gdb.base/infcall-exec.exp: New file.
4370
4371 2016-02-09 Keith Seitz <keiths@redhat.com>
4372
4373 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4374 (toplevel): Call test_bkpt_address.
4375
4376 2016-02-09 Keith Seitz <keiths@redhat.com>
4377
4378 PR python/19506
4379 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
4380 (toplevel): Call test_bkpt_address.
4381
4382 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
4383
4384 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4385 to AC_OUTPUT.
4386 * configure: Regenerate.
4387
4388 2016-02-09 Pedro Alves <palves@redhat.com>
4389
4390 PR breakpoints/19548
4391 * gdb.base/execl-update-breakpoints.c (some_function): New
4392 function.
4393 (main): Call it.
4394 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4395 Tighten expected GDB output.
4396
4397 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4398
4399 * Makefile.in (ALL_SUBDIRS): Remove.
4400 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4401 (distclean maintainer-clean realclean): Likewise.
4402 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4403 * configure: Regenerate.
4404 * gdb.ada/Makefile.in: Delete.
4405 * gdb.arch/Makefile.in: Likewise.
4406 * gdb.asm/Makefile.in: Likewise.
4407 * gdb.base/Makefile.in: Likewise.
4408 * gdb.btrace/Makefile.in: Likewise.
4409 * gdb.cell/Makefile.in: Likewise.
4410 * gdb.compile/Makefile.in: Likewise.
4411 * gdb.cp/Makefile.in: Likewise.
4412 * gdb.disasm/Makefile.in: Likewise.
4413 * gdb.dlang/Makefile.in: Likewise.
4414 * gdb.dwarf2/Makefile.in: Likewise.
4415 * gdb.fortran/Makefile.in: Likewise.
4416 * gdb.gdb/Makefile.in: Likewise.
4417 * gdb.go/Makefile.in: Likewise.
4418 * gdb.guile/Makefile.in: Likewise.
4419 * gdb.java/Makefile.in: Likewise.
4420 * gdb.linespec/Makefile.in: Likewise.
4421 * gdb.mi/Makefile.in: Likewise.
4422 * gdb.modula2/Makefile.in: Likewise.
4423 * gdb.multi/Makefile.in: Likewise.
4424 * gdb.objc/Makefile.in: Likewise.
4425 * gdb.opencl/Makefile.in: Likewise.
4426 * gdb.opt/Makefile.in: Likewise.
4427 * gdb.pascal/Makefile.in: Likewise.
4428 * gdb.perf/Makefile.in: Likewise.
4429 * gdb.python/Makefile.in: Likewise.
4430 * gdb.reverse/Makefile.in: Likewise.
4431 * gdb.server/Makefile.in: Likewise.
4432 * gdb.stabs/Makefile.in: Likewise.
4433 * gdb.threads/Makefile.in: Likewise.
4434 * gdb.trace/Makefile.in: Likewise.
4435 * gdb.xml/Makefile.in: Likewise.
4436 * lib/gdb.exp (make_gdb_parallel_path): Add check for
4437 GDB_PARALLEL.
4438 (standard_output_file): Remove check for GDB_PARALLEL, always
4439 return path in outputs/$subdir/$testname.
4440
4441 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4442
4443 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4444 (site.exp): Assign abs_srcdir to tcl's srcdir.
4445
4446 2016-02-04 Yao Qi <yao.qi@linaro.org>
4447
4448 * gdb.base/foll-exec-mode.c: Include limits.h.
4449 (main): Add parameters argc and argv. Get directory from
4450 argv[0].
4451 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4452 compilation.
4453 * gdb.base/foll-exec.c: Include limits.h.
4454 (main): Add parameters argc and argv.
4455 Get directory from argv[0].
4456 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4457 Adjust tests on the number of lines as source code changed.
4458 * gdb.base/foll-vfork-exit.c: Include limits.h.
4459 (main): Add one line of statement before vfork.
4460 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4461 (main): Add parameters argc and argv. Get directory from
4462 argv[0].
4463 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4464 (setup_gdb): Set tbreak to skip some source lines.
4465 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4466 (main): Add parameters argc and argv. Get directory from
4467 argv[0].
4468 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4469 compilation.
4470 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4471 (main): Add parameters argc and argv. Get directory from
4472 argv[0].
4473 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4474 compilation.
4475
4476 2016-02-01 Doug Evans <dje@google.com>
4477
4478 * gdb.base/skip.exp: Clean up multiple references to same test name.
4479
4480 2016-02-01 Pedro Alves <palves@redhat.com>
4481
4482 PR remote/19496
4483 * gdb.threads/forking-threads-plus-breakpoint.exp
4484 (displaced_stepping_supported): New global.
4485 (probe_displaced_stepping_support): New procedure.
4486 (do_test): Add 'displaced' parameter, and use it.
4487 (top level): Check for displaced stepping support. Add displaced
4488 stepping on/off testing axis.
4489
4490 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4491
4492 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4493 pointer. Don't perform further tests on the unassociated pointer
4494 if the first test fails.
4495
4496 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4497
4498 * gdb.base/max-value-size.c: New file.
4499 * gdb.base/max-value-size.exp: New file.
4500 * gdb.base/huge.exp: Disable max-value-size for this test.
4501
4502 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4503
4504 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4505
4506 2016-01-28 Yao Qi <yao.qi@linaro.org>
4507
4508 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4509
4510 2016-01-25 Pedro Alves <palves@redhat.com>
4511
4512 PR threads/19461
4513 * gdb.base/fork-running-state.c: New file.
4514 * gdb.base/fork-running-state.exp: New file.
4515
4516 2016-01-25 Pedro Alves <palves@redhat.com>
4517
4518 PR gdb/19494
4519 * gdb.base/catch-fork-kill.c: New file.
4520 * gdb.base/catch-fork-kill.exp: New file.
4521
4522 2016-01-25 Pedro Alves <palves@redhat.com>
4523
4524 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4525 Delete, moved to lib/gdb.exp.
4526 * gdb.threads/forking-threads-plus-breakpoint.exp
4527 (foreach_with_prefix): Likewise.
4528 * gdb.threads/process-dies-while-handling-bp.exp
4529 (foreach_with_prefix): Likewise.
4530 * lib/gdb.exp (foreach_with_prefix): New procedure.
4531
4532 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4533
4534 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4535 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4536
4537 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4538
4539 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4540 endian targets.
4541
4542 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4543 Pedro Alves <palves@redhat.com>
4544
4545 Fix testsuite compatibility with Guile.
4546 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4547 number.
4548
4549 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4550
4551 Fix testsuite compatibility with Guile.
4552 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4553 (thread 1): New test for backtrace through signal handler.
4554
4555 2016-01-22 Yao Qi <yao.qi@linaro.org>
4556
4557 PR testsuite/19491
4558 * gdb.base/multi-forks.c: Include
4559 ../lib/unbuffer_output.c
4560 (main): Call gdb_unbuffer_output.
4561
4562 2016-01-21 Doug Evans <dje@google.com>
4563
4564 * lib/ada.exp (gdb_compile_ada): Fix typo.
4565
4566 2016-01-21 Joel Brobecker <brobecker@adacore.com>
4567
4568 * gdb.base/break-fun-addr.exp: New file.
4569 * gdb.base/break-fun-addr1.c: New file.
4570 * gdb.base/break-fun-addr2.c: New file.
4571
4572 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4573
4574 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4575 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4576 enum flag values.
4577
4578 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4579
4580 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4581 when GDB can not set the vector return value. Add more comments
4582 for clarification.
4583
4584 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4585
4586 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4587 command.
4588
4589 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4590
4591 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4592
4593 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4594
4595 * Makefile.in (check-single): Pass --status to runtest.
4596 (check/%.exp): Likewise.
4597
4598 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4599
4600 * Makefile.in (check-parallel): Propagate return code from make
4601 do-check-parallel.
4602
4603 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4604
4605 * gdb.trace/ftrace.exp: Fix expected message on continue.
4606 * gdb.trace/pending.exp: Fix expected message on continue.
4607 * gdb.trace/trace-break.exp: Fix expected message on continue.
4608
4609 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4610
4611 * lib/gdb.exp (gdb_test): Remove unused global references.
4612
4613 2016-01-18 Pedro Alves <palves@redhat.com>
4614
4615 * gdb.base/async-shell.exp: Adjust expected output.
4616 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4617 * gdb.base/siginfo-thread.exp: Adjust expected output.
4618 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4619 * gdb.java/jnpe.exp: Adjust expected output.
4620 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4621 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4622 * gdb.threads/leader-exit.exp: Adjust expected output.
4623 * gdb.threads/manythreads.exp: Adjust expected output.
4624 * gdb.threads/pthreads.exp: Adjust expected output.
4625 * gdb.threads/schedlock.exp: Adjust expected output.
4626 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4627 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4628 expected output.
4629 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4630 output.
4631 * gdb.threads/sigthread.exp: Adjust expected output.
4632 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4633
4634 2016-01-18 Yao Qi <yao.qi@linaro.org>
4635
4636 * gdb.guile/scm-section-script.c: Replace @progbits with
4637 %progbits.
4638 * gdb.python/py-section-script.c: Likewise.
4639
4640 2016-01-15 Pedro Alves <palves@redhat.com>
4641
4642 * gdb.multi/tids.exp: Test star wildcard ranges.
4643
4644 2016-01-15 Pedro Alves <palves@redhat.com>
4645
4646 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4647 command from "thread apply" invocation.
4648 (thr_apply_info_thr_invalid): Default the expected output to the
4649 input tid list.
4650 (top level): Add tests that use convenience variables. Add tests
4651 for "thread apply" with a valid TID list, but missing the command.
4652
4653 2016-01-13 Pedro Alves <palves@redhat.com>
4654
4655 * gdb.base/default.exp: Expect $_gthread as well.
4656 * gdb.multi/tids.exp: Test $_gthread.
4657 * gdb.threads/thread-specific.exp: Test $_gthread.
4658
4659 2016-01-13 Pedro Alves <palves@redhat.com>
4660
4661 * gdb.multi/tids.exp: Test "info threads -gid".
4662
4663 2016-01-13 Pedro Alves <palves@redhat.com>
4664
4665 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4666 Breakpoint.thread.
4667 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4668
4669 2016-01-07 Pedro Alves <palves@redhat.com>
4670
4671 * gdb.base/break.exp: Adjust to output changes.
4672 * gdb.base/hbreak2.exp: Likewise.
4673 * gdb.base/sepdebug.exp: Likewise.
4674 * gdb.base/watch_thread_num.exp: Likewise.
4675 * gdb.linespec/keywords.exp: Likewise.
4676 * gdb.multi/info-threads.exp: Likewise.
4677 * gdb.threads/thread-find.exp: Likewise.
4678 * gdb.multi/tids.c: New file.
4679 * gdb.multi/tids.exp: New file.
4680
4681 2016-01-13 Pedro Alves <palves@redhat.com>
4682
4683 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4684
4685 2016-01-13 Pedro Alves <palves@redhat.com>
4686
4687 * gdb.base/default.exp: Expect $_inferior as well.
4688 * gdb.multi/base.exp: Test $_inferior.
4689
4690 2016-01-13 Pedro Alves <palves@redhat.com>
4691
4692 PR breakpoints/19388
4693 * gdb.base/catch-signal-siginfo-cond.c: New file.
4694 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4695
4696 2016-01-12 Josh Stone <jistone@redhat.com>
4697 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4698
4699 * gdb.base/catch-syscall.c (do_execve): New variable.
4700 (main): Conditionally trigger an execve.
4701 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4702 (test_catch_syscall_execve): New, check entry/return across execve.
4703 (do_syscall_tests): Call test_catch_syscall_execve.
4704
4705 2016-01-12 Pedro Alves <palves@redhat.com>
4706
4707 * gdb.base/random-signal.exp (do_test): New procedure, with body
4708 of testcase moved in.
4709
4710 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4711 Pedro Alves <palves@redhat.com>
4712
4713 * gdb.base/funcargs.exp (finish from indirectly called function):
4714 Reintroduce the case for 'First'.
4715
4716 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4717 Pedro Alves <palves@redhat.com>
4718
4719 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4720 (tcatch_vfork_then_child_follow_exec)
4721 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4722 identification.
4723
4724 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4725
4726 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4727 and repeats to unlimited.
4728 * gdb.python/py-value.exp: Likewise.
4729 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4730 and repeats to unlimited.
4731
4732 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4733
4734 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4735 and reordering the functions.
4736 * gdb.multi/hangout.c: Likewise.
4737 * gdb.multi/hello.c: Likewise.
4738
4739 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4740
4741 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4742 absolute.
4743 (SingleStatisticTestResult.report): Use dict.keys instead of
4744 dict.iterkeys.
4745
4746 2016-01-06 Pedro Alves <palves@redhat.com>
4747
4748 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4749
4750 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4751
4752 * gdb.btrace/dlopen.exp: New.
4753 * gdb.btrace/dlopen.c: New.
4754 * gdb.btrace/dlopen-dso.c: New.
4755
4756 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4757
4758 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4759 PATTERN argument is optional.
4760
4761 2015-12-24 Joel Brobecker <brobecker@adacore.com>
4762
4763 * lib/ada.exp (target_compile_ada_from_dir): New function.
4764 (gdb_compile_ada): Reimplement avoiding the use of project files.
4765 * gdb.ada/gnat_ada.gpr: Delete.
4766 * gdb.ada/cond_lang.exp: Adjust test to make path before
4767 filename optional.
4768 * gdb.ada/small_reg_param.exp: Likewise.
4769
4770 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
4771
4772 * gdb.base/foll-vork.exp: Remove HP-UX special case.
4773
4774 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
4775
4776 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4777 case.
4778
4779 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
4780
4781 * gdb.base/break.exp: Remove dead code.
4782 * gdb.base/sepdebug.exp: Likewise.
4783
4784 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4785
4786 * gdb.asm/asm-source.exp: Remove HP-UX references.
4787 * gdb.base/annota1.exp: Likewise.
4788 * gdb.base/annota3.exp: Likewise.
4789 * gdb.base/attach.exp: Likewise.
4790 * gdb.base/bigcore.exp: Likewise.
4791 * gdb.base/break.exp: Likewise.
4792 * gdb.base/call-ar-st.exp: Likewise.
4793 * gdb.base/callfuncs.exp: Likewise.
4794 * gdb.base/catch-fork-static.exp: Likewise.
4795 * gdb.base/display.exp: Likewise.
4796 * gdb.base/foll-exec-mode.exp: Likewise.
4797 * gdb.base/foll-exec.exp: Likewise.
4798 * gdb.base/foll-fork.exp: Likewise.
4799 * gdb.base/foll-vfork.exp: Likewise.
4800 * gdb.base/funcargs.exp: Likewise.
4801 * gdb.base/hbreak2.exp: Likewise.
4802 * gdb.base/inferior-died.exp: Likewise.
4803 * gdb.base/interrupt.exp: Likewise.
4804 * gdb.base/multi-forks.exp: Likewise.
4805 * gdb.base/nodebug.exp: Likewise.
4806 * gdb.base/sepdebug.exp: Likewise.
4807 * gdb.base/solib1.c: Likewise.
4808 * gdb.base/step-test.exp: Likewise.
4809 * gdb.mi/non-stop.c: Likewise.
4810 * gdb.mi/pthreads.c: Likewise.
4811 * gdb.multi/bkpt-multi-exec.ex: Likewise.
4812 * gdb.threads/pthreads.c: Likewise.
4813 * gdb.threads/staticthreads.exp: Likewise.
4814 * lib/future.exp: Likewise.
4815 * lib/gdb.exp: Likewise.
4816 * gdb.base/so-indr-cl.c: Remove.
4817 * gdb.base/so-indr-cl.exp: Likewise.
4818 * gdb.base/solib.c: Likewise.
4819 * gdb.base/solib.exp: Likewise.
4820 * gdb.base/solib2.c: Likewise.
4821
4822 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4823
4824 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4825 * gdb.base/call-ar-st.exp: Likewise.
4826 * gdb.base/callfuncs.exp: Likewise.
4827 * gdb.base/condbreak.exp: Likewise.
4828 * gdb.base/constvars.exp: Likewise.
4829 * gdb.base/hbreak2.exp: Likewise.
4830 * gdb.base/langs.exp: Likewise.
4831 * gdb.base/list.exp: Likewise.
4832 * gdb.base/long_long.exp: Likewise.
4833 * gdb.base/ptype.exp: Likewise.
4834 * gdb.base/scope.exp: Likewise.
4835 * gdb.base/signals.exp: Likewise.
4836 * gdb.base/so-impl-ld.exp: Likewise.
4837 * gdb.base/varargs.exp: Likewise.
4838 * gdb.base/volatile.exp: Likewise.
4839 * gdb.base/whatis.exp: Likewise.
4840 * gdb.cp/cplusfuncs.exp: Likewise.
4841 * gdb.cp/inherit.exp: Likewise.
4842 * gdb.cp/local.exp: Likewise.
4843 * gdb.cp/member-ptr.exp: Likewise.
4844 * gdb.cp/method.exp: Likewise.
4845 * gdb.cp/overload.exp: Likewise.
4846 * gdb.cp/templates.exp: Likewise.
4847 * gdb.stabs/weird.exp: Likewise.
4848 * lib/compiler.c: Likewise.
4849 * lib/compiler.cc: Likewise.
4850 * lib/cp-support.exp: Likewise.
4851 * lib/gdb.exp: Likewise.
4852
4853 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
4854
4855 * configure.ac: Remove HP-UX case.
4856 * configure: Regenerate.
4857
4858 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
4859
4860 * lib/gdb.exp (gdb_compile): Add function doc.
4861
4862 2015-12-17 Pedro Alves <palves@redhat.com>
4863
4864 PR threads/19354
4865 * gdb.multi/info-threads.exp: New file.
4866
4867 2015-12-15 Yao Qi <yao.qi@linaro.org>
4868
4869 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4870 is aarch64*-*-*.
4871
4872 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4873
4874 * gdb.base/history-duplicates.exp: Skip if no readline support.
4875
4876 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4877
4878 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4879
4880 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4881
4882 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4883
4884 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4885
4886 * gdb.base/completion.exp: Skip tests that interrupt GDB with
4887 ctrl-C if nointerrupts target property is set.
4888 * gdb.base/double-prompt-target-event-error.exp: Likewise.
4889 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4890 * gdb.base/paginate-bg-execution.exp: Likewise.
4891 * gdb.base/paginate-execution-startup.exp: Likewise.
4892 * gdb.base/random-signal.exp: Likewise.
4893 * gdb.base/range-stepping.exp: Likewise.
4894 * gdb.cp/annota2.exp: Likewise.
4895 * gdb.cp/annota3.exp: Likewise.
4896 * gdb.gdb/selftest.exp: Likewise.
4897 * gdb.threads/continue-pending-status.exp: Likewise.
4898 * gdb.threads/leader-exit.exp: Likewise.
4899 * gdb.threads/manythreads.exp: Likewise.
4900 * gdb.threads/pthreads.exp: Likewise.
4901 * gdb.threads/schedlock.exp: Likewise.
4902 * gdb.threads/sigthread.exp: Likewise.
4903
4904 2015-12-11 Don Breazeal <donb@codesourcery.com>
4905
4906 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4907 remote.
4908 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4909 * gdb.base/foll-exec.exp (main): Enable for target remote.
4910 * gdb.base/foll-fork.exp (main): Likewise.
4911 * gdb.base/foll-vfork.exp (main): Likewise.
4912 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4913 (proc continue_to_exit_bp_loc): Use clean_restart.
4914 * gdb.base/pie-execl.exp (main): Disable for target remote.
4915 * gdb.base/watch-vfork.exp (main): Enable for target remote.
4916 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4917 * gdb.threads/execl.exp (main): Likewise.
4918 * gdb.threads/fork-child-threads.exp (main): Likewise.
4919 * gdb.threads/fork-plus-threads.exp (main): Disable for target
4920 remote.
4921 * gdb.threads/fork-thread-pending.exp (main): Enable for target
4922 remote.
4923 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4924 pid.tid style ptids, instead of just tid.
4925 * gdb.threads/thread-execl.exp (main): Enable for target remote.
4926 * gdb.threads/watchpoint-fork.exp (main): Likewise.
4927 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4928 ptids, instead of just tid.
4929
4930 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4931
4932 * gdb.base/list.exp (test_list_forward): Add end of file error
4933 test.
4934 (test_repeat_list_command): Add end of file error test.
4935 (test_list_backwards): Add beginning of file error test.
4936
4937 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4938
4939 * gdb.base/list.exp (test_list_invalid_args): New function,
4940 defined, and called.
4941
4942 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4943
4944 * gdb.base/list.exp (test_list): Make test names unique.
4945
4946 2015-12-11 Yao Qi <yao.qi@linaro.org>
4947
4948 * gdb.base/coremaker2.c: Remove.
4949
4950 2015-12-10 Pedro Alves <palves@redhat.com>
4951
4952 * gdb.multi/base.exp: Remove stale "spaces" references.
4953
4954 2015-12-10 Pedro Alves <palves@redhat.com>
4955
4956 * gdb.multi/base.exp: Don't use nowarnings.
4957 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
4958 * gdb.multi/hangout.c: Include stdio.h.
4959 * gdb.multi/hello.c: Include stdlib.h.
4960 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
4961 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
4962 * gdb.multi/multi-arch.exp: Don't use nowarnings.
4963
4964 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
4965
4966 * gdb.dwarf2/dw2-ranges-base.c: New file.
4967 * gdb.dwarf2/dw2-ranges-base.exp: New file.
4968 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
4969 support additional line table, and debug ranges generation.
4970 (Dwarf::ranges): New function, generate .debug_ranges.
4971 (Dwarf::lines): Support generating simple line table programs.
4972 (Dwarf::assemble): Initialise new namespace variables.
4973
4974 2015-12-09 Kevin Buettner <kevinb@redhat.com>
4975
4976 * gdb.base/async.exp (proc test_background): Add case for
4977 asynchronous execution not supported.
4978
4979 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
4980
4981 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
4982 format and change test names to make them unique.
4983
4984 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
4985 Pedro Alves <pedro@redhat.com>
4986
4987 PR gdb/18702
4988 Add checking of floatformats setup on x86_64 hosts.
4989 * gdb.arch/i386-float.S (main): Load bigval and smallval.
4990 (smallval, bigval): New labels/constants.
4991 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
4992 float" after loading bigval and smallval.
4993
4994 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
4995
4996 * gdb.ada/fun_overload_menu.exp: New testcase.
4997 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
4998
4999 2015-12-04 Josh Stone <jistone@redhat.com>
5000
5001 * gdb.base/catch-fork-static.exp: New.
5002
5003 2015-12-03 Yao Qi <yao.qi@linaro.org>
5004
5005 * gdb.base/sizeof.c: Don't include stdio.h and
5006 ../lib/unbuffer_output.c.
5007 (main): New variable 'size' and 'value'. Remove printf and
5008 gdb_unbuffer_output. Assign return value to size and value.
5009 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
5010 at the beginning.
5011 (check_sizeof): Check the result by printing variable 'size'.
5012 (check_valueof): Check the result by printing variable 'value'.
5013
5014 2015-12-01 Yao Qi <yao.qi@linaro.org>
5015
5016 * gdb.base/disp-step-syscall.exp: Define syscall instruction
5017 for aarch64*-*-linux* target.
5018
5019 2015-11-30 Pedro Alves <palves@redhat.com>
5020
5021 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
5022
5023 2015-11-30 Pedro Alves <palves@redhat.com>
5024
5025 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
5026 Handle non-stop mode vCont replies.
5027
5028 2015-11-30 Pedro Alves <palves@redhat.com>
5029
5030 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
5031 prepare_for_testing. Start gdb with "set non-stop on" appended to
5032 GDBFLAGS. Lax expected stop output.
5033
5034 2015-11-27 Yao Qi <yao.qi@linaro.org>
5035
5036 * gdb.arch/arm-neon.exp: New.
5037 * gdb.arch/arm-neon.c: New.
5038
5039 2015-11-27 Yao Qi <yao.qi@linaro.org>
5040
5041 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
5042
5043 2015-11-27 Yao Qi <yao.qi@linaro.org>
5044
5045 * gdb.cp/annota2.exp: Allow multiple occurrences of the
5046 frames-invalid annotation.
5047
5048 2015-11-27 Yao Qi <yao.qi@linaro.org>
5049
5050 * gdb.cp/annota2.exp: Use ${frames_invalid}.
5051
5052 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
5053
5054 * gdb.threads/names.exp: New file.
5055 * gdb.threads/names.c: New file.
5056 * README: Mention gdb,no_thread_names.
5057
5058 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
5059
5060 PR 19297
5061 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
5062 support" error.
5063
5064 2015-11-24 Pedro Alves <palves@redhat.com>
5065
5066 PR 17539
5067 * gdb.base/display.exp: Expect displays to be sorted in ascending
5068 order. Use multi_line.
5069 * gdb.base/solib-display.exp: Likewise.
5070
5071 2015-11-24 Pedro Alves <palves@redhat.com>
5072
5073 PR 17539
5074 * gdb.base/display.exp: Expect displays to be sorted in ascending
5075 order. Use multi_line.
5076 * gdb.base/solib-display.exp: Likewise.
5077
5078 2015-11-24 Pedro Alves <palves@redhat.com>
5079
5080 PR 17539
5081 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
5082 threads in ascending order.
5083 * gdb.base/foll-fork.exp: Likewise.
5084 * gdb.base/foll-vfork.exp: Likewise.
5085 * gdb.base/multi-forks.exp: Likewise.
5086 * gdb.mi/mi-nonstop.exp: Likewise.
5087 * gdb.mi/mi-nsintrall.exp: Likewise.
5088 * gdb.multi/base.exp: Likewise.
5089 * gdb.multi/multi-arch.exp: Likewise.
5090 * gdb.python/py-inferior.exp: Likewise.
5091 * gdb.threads/break-while-running.exp: Likewise.
5092 * gdb.threads/execl.exp: Likewise.
5093 * gdb.threads/gcore-thread.exp: Likewise.
5094 * gdb.threads/info-threads-cur-sal.exp: Likewise.
5095 * gdb.threads/kill.exp: Likewise.
5096 * gdb.threads/linux-dp.exp: Likewise.
5097 * gdb.threads/multiple-step-overs.exp: Likewise.
5098 * gdb.threads/next-bp-other-thread.exp: Likewise.
5099 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
5100 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
5101 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
5102 * gdb.threads/thread-find.exp: Likewise.
5103 * gdb.threads/tls.exp: Likewise.
5104 * lib/mi-support.exp (mi_reverse_list): Delete.
5105 (mi_check_thread_states): No longer reverse list.
5106
5107 2015-11-24 Pedro Alves <palves@redhat.com>
5108
5109 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
5110 use lowercase.
5111
5112 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5113
5114 * gdb.trace/actions.c: Include trace-common.h.
5115 (main): Add a location for a fast tracepoint.
5116 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
5117 the normal tracepoints.
5118 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
5119
5120 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5121
5122 * save-trace.exp: Factor out code to these...
5123 (gdb_save_tracepoints): New.
5124 (gdb_load_tracepoints): New.
5125 (do_save_load_test): New.
5126
5127 2015-11-23 Kevin Buettner <kevinb@redhat.com>
5128
5129 * gdb.base/asmlabel.exp: New test.
5130 * gdb.base/asmlabel.c: New test case.
5131
5132 2015-11-23 Joel Brobecker <brobecker@adacore.com>
5133
5134 * gdb.base/wrong_frame_bt_full-main.c: New file.
5135 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
5136 * gdb.base/wrong_frame_bt_full.exp: New file.
5137
5138 2015-11-23 Joel Brobecker <brobecker@adacore.com>
5139
5140 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
5141
5142 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5143
5144 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
5145 pstate register when comparing registers values in
5146 sparc64-*-linux-gnu targets to avoid spurious differences.
5147
5148 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5149
5150 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
5151
5152 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
5153
5154 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
5155 as type argument to gdb_compile.
5156 * gdb.base/nested-subp2.exp: Likewise.
5157 * gdb.base/nested-subp3.exp: Likewise.
5158
5159 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
5160
5161 * lib/dwarf.exp (_note): Fix left shift of negative value.
5162 * gdb.trace/trace-condition.exp: Likewise.
5163
5164 2015-11-13 Yao Qi <yao.qi@linaro.org>
5165
5166 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
5167 comments about d10v.
5168 (test_scalar_returns): Likewise.
5169 * gdb.base/d10v.ld: Remove.
5170 * gdb.base/overlays.exp: Remove the target triplet checking for
5171 d10v-*-*.
5172 * gdb.base/structs.exp (test_struct_returns): Remove the
5173 comments about d10v.
5174 (test_struct_calls): Likewise.
5175
5176 2015-11-13 Yao Qi <yao.qi@linaro.org>
5177
5178 * gdb.base/gnu_vector.exp: Check the return value by "p res".
5179 * gdb.base/gnu_vector.c: Don't include stdio.h.
5180 (main): Don't print res and call add_some_intvecs.
5181
5182 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
5183
5184 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
5185 macro.
5186 (func5): Removed.
5187 (func4): Use FAST_TRACEPOINT_LABEL.
5188 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
5189 macro.
5190 (func): Removed.
5191 (thread_function): Use FAST_TRACEPOINT_LABEL.
5192 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
5193 (func): Remove.
5194 (marker): Use FAST_TRACEPOINT_LABEL.
5195 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
5196 (pendfunc1): Remove.
5197 (pendfunc): Use FAST_TRACEPOINT_LABEL.
5198 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
5199 (foo): Remove.
5200 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
5201 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
5202 macro.
5203 (func): Remove.
5204 (marker): Use FAST_TRACEPOINT_LABEL.
5205 * gdb.trace/trace-common.h: New header.
5206 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
5207 macro.
5208 (func): Remove.
5209 (marker): Use FAST_TRACEPOINT_LABEL.
5210 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
5211 (func): Remove.
5212 (thread_function): Use FAST_TRACEPOINT_LABEL.
5213
5214 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
5215
5216 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
5217 in front.
5218 * gdb.trace/change-loc.exp: Use global pcreg definition.
5219 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
5220 * gdb.trace/entry-values.exp: Use global spreg definition, add $
5221 in front.
5222 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
5223 * gdb.trace/pending.exp: Likewise.
5224 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
5225 * gdb.trace/trace-break.exp: Likewise.
5226 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
5227 in front.
5228 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
5229 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
5230 in front.
5231 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
5232
5233 2015-11-09 Joel Brobecker <brobecker@adacore.com>
5234
5235 * gdb.ada/fin_fun_out: New testcase.
5236
5237 2015-11-07 Kevin Buettner <kevinb@redhat.com>
5238
5239 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
5240 value associated with DW_AT_byte_size.
5241 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
5242 constants for DW_AT_byte_size, DW_AT_lower_bound, and
5243 DW_AT_upper_bound.
5244
5245 2015-11-07 Kevin Buettner <kevinb@redhat.com>
5246
5247 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
5248 (gdb_target_symbol_prefix_flags): Define in terms of _asm
5249 version.
5250 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
5251 gdb.dwarf2/dw2-canonicalize-type.exp,
5252 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
5253 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
5254 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
5255 provided by gdb_target_symbol_prefix_flags_asm.
5256 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
5257 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
5258 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
5259 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
5260 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
5261 macros where needed). Use this macro for symbols which require
5262 the prefix provided by SYMBOL_PREFIX.
5263
5264 2015-11-05 Kevin Buettner <kevinb@redhat.com>
5265
5266 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
5267 New procs.
5268 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
5269 representing expressions, of more than one list element.
5270 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
5271 to prepend linker symbol prefix to f.
5272 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
5273 table_1 and table_2.
5274 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
5275 Likewise, for f and g.
5276 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
5277 for ptr.
5278 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
5279 for main.
5280 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
5281 table_1_ptr and table_2_ptr.
5282
5283 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5284 Joel Brobecker <brobecker@adacore.com>
5285
5286 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
5287
5288 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
5289
5290 * gdb.reverse/s390-mvcle.c: New test.
5291 * gdb.reverse/s390-mvcle.exp: New file.
5292 * lib/gdb.exp: Enable reverse tests on s390*-linux.
5293
5294 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5295
5296 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
5297
5298 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5299
5300 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
5301 reaching marker2.
5302 * gdb.reverse/getresuid-reverse.exp: Likewise.
5303 * gdb.reverse/pipe-reverse.exp: Likewise.
5304 * gdb.reverse/readv-reverse.exp: Likewise.
5305 * gdb.reverse/recvmsg-reverse.exp: Likewise.
5306 * gdb.reverse/time-reverse.exp: Likewise.
5307 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
5308
5309 2015-10-30 Yao Qi <yao.qi@linaro.org>
5310
5311 * gdb.threads/wp-replication.c (watch_count_done): Remove.
5312 (empty_cycle): Remove.
5313 (main): Don't call empty_cycle. Don't use watch_count_done.
5314 * gdb.threads/wp-replication.exp: Don't set breakpoint on
5315 empty_cycle. Rewrite the code counting HW watchpoints.
5316
5317 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
5318
5319 * gdb.reverse/fstatat-reverse.c: New test.
5320 * gdb.reverse/fstatat-reverse.exp: New file.
5321 * gdb.reverse/getresuid-reverse.c: New test.
5322 * gdb.reverse/getresuid-reverse.exp: New file.
5323 * gdb.reverse/pipe-reverse.c: New test.
5324 * gdb.reverse/pipe-reverse.exp: New file.
5325 * gdb.reverse/readv-reverse.c: New test.
5326 * gdb.reverse/readv-reverse.exp: New file.
5327 * gdb.reverse/recvmsg-reverse.c: New test.
5328 * gdb.reverse/recvmsg-reverse.exp: New file.
5329 * gdb.reverse/time-reverse.c: New test.
5330 * gdb.reverse/time-reverse.exp: New file.
5331 * gdb.reverse/waitpid-reverse.c: New test.
5332 * gdb.reverse/waitpid-reverse.exp: New file.
5333
5334 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5335
5336 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
5337
5338 2015-10-26 Doug Evans <dje@google.com>
5339
5340 PR symtab/17391
5341 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
5342 * gdb.dwarf2/bad-regnum.c: New file.
5343 * gdb.dwarf2/bad-regnum.exp: New file.
5344
5345 2015-10-26 Doug Evans <dje@google.com>
5346
5347 PR python/18938
5348 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5349 file.
5350
5351 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5352
5353 * gdb.compile/compile.exp (compile code globalvar): Update expectation
5354 for a change by "Mention language in compile error message".
5355
5356 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
5357
5358 PR python/18073
5359 * gdb.python/py-type.c (C::a_method): New.
5360 (C::a_const_method): New.
5361 (C::a_static_method): New.
5362 (a_function): New.
5363 * gdb.python/py-type.exp (test_fields): Test getting fields
5364 from function and method.
5365
5366 2015-10-21 Keven Boell <keven.boell@intel.com>
5367
5368 * gdb.fortran/vla-alloc-assoc.exp: New file.
5369 * gdb.fortran/vla-datatypes.exp: New file.
5370 * gdb.fortran/vla-datatypes.f90: New file.
5371 * gdb.fortran/vla-history.exp: New file.
5372 * gdb.fortran/vla-ptype-sub.exp: New file.
5373 * gdb.fortran/vla-ptype.exp: New file.
5374 * gdb.fortran/vla-sizeof.exp: New file.
5375 * gdb.fortran/vla-sub.f90: New file.
5376 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
5377 * gdb.fortran/vla-value-sub-finish.exp: New file.
5378 * gdb.fortran/vla-value-sub.exp: New file.
5379 * gdb.fortran/vla-value.exp: New file.
5380 * gdb.fortran/vla-ptr-info.exp: New file.
5381 * gdb.mi/mi-vla-fortran.exp: New file.
5382 * gdb.mi/vla.f90: New file.
5383
5384 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
5385
5386 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
5387 of hardwired timeout value.
5388
5389 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5390 Pedro Alves <palves@redhat.com>
5391
5392 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5393 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
5394
5395 2015-10-19 Josh Stone <jistone@redhat.com>
5396
5397 * gdb.base/catch-syscall.c: Include <sched.h>.
5398 (unknown_syscall): New variable.
5399 (main): Trigger a vfork and an unknown syscall.
5400 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5401 (unknown_syscall_number): Likewise.
5402 (check_call_to_syscall): Accept an optional syscall pattern.
5403 (check_return_from_syscall): Likewise.
5404 (check_continue): Likewise.
5405 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5406 (test_catch_syscall_skipping_return): New test toggling off 'catch
5407 syscall' to step over the syscall return, then toggling back on.
5408 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5409 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5410 (do_syscall_tests): Call test_catch_syscall_without_args and
5411 test_catch_syscall_mid_vfork.
5412 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5413 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5414
5415 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
5416
5417 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5418 print g_vE): Add new pass patterns.
5419 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5420 print various symbol names for vptr fields.
5421
5422 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
5423
5424 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5425 results.
5426
5427 2015-10-12 Yao Qi <yao.qi@linaro.org>
5428
5429 * gdb.arch/disp-step-insn-reloc.exp: New test case.
5430
5431 2015-10-12 Yao Qi <yao.qi@linaro.org>
5432
5433 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5434 is aarch64*-*-linux*.
5435
5436 2015-10-12 Yao Qi <yao.qi@linaro.org>
5437
5438 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5439 (can_relocate_bcond_true): ... it.
5440 (can_relocate_bcond_false): New function.
5441 (foo): Likewise.
5442 (can_relocate_bl): Likewise.
5443 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5444 can_relocate_bl.
5445
5446 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
5447
5448 * gdb.base/nested-addr.c: New file.
5449 * gdb.base/nested-addr.exp: New testcase.
5450
5451 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
5452
5453 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5454 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5455 its output. Ignore the output of "record goto begin" and instead
5456 check that GDB is replaying.
5457
5458 2015-10-09 Pedro Alves <palves@redhat.com>
5459
5460 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5461 (top level): Use it in the run with no args test.
5462
5463 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5464
5465 * gdb.dlang/properties.exp: New file.
5466
5467 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5468
5469 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5470 whether or not address 0x1000 is mapped on the target.
5471
5472 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5473
5474 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5475 build.
5476
5477 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5478
5479 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5480 instruction-history test.
5481
5482 2015-09-28 Doug Evans <dje@google.com>
5483
5484 * gdb.base/gcore.c (array_func): Add reference to static_array.
5485
5486 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5487
5488 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5489 source line.
5490
5491 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5492
5493 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5494 short or char as base type.
5495
5496 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5497
5498 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5499 to allow any size enum.
5500
5501 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5502
5503 * gdb.ada/array_ptr_renaming.exp: New testcase.
5504 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5505 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5506
5507 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5508
5509 * gdb.trace/ftrace-lock.c: New file.
5510 * gdb.trace/ftrace-lock.exp: New file.
5511
5512 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5513
5514 * gdb.arch/insn-reloc.c: New file.
5515 * gdb.arch/ftrace-insn-reloc.exp: New file.
5516
5517 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5518
5519 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5520 instruction.
5521 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5522 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5523 * gdb.trace/range-stepping.c: Likewise.
5524 * gdb.trace/trace-break.c: Likewise.
5525 * gdb.trace/trace-mt.c (thread_function): Likewise.
5526 * gdb.trace/ftrace.c (marker): Likewise.
5527 * gdb.trace/trace-condition.c (marker): Likewise.
5528 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5529 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5530 is_aarch64_target.
5531
5532 2015-09-18 Doug Evans <xdje42@gmail.com>
5533
5534 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5535 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5536
5537 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5538
5539 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5540 the breakpoint.
5541
5542 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5543
5544 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5545 the pending breakpoint. Remove timeout override for "Run till
5546 MI pending breakpoint on pendfunc3 on thread 2" test.
5547
5548 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5549
5550 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5551 filename pattern.
5552
5553 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5554
5555 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5556 in breakpoint filename pattern.
5557
5558 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5559
5560 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5561
5562 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5563
5564 * gdb.linespec/explicit.exp: Check for readline support for
5565 tab-completion tests. Fix obvious typo.
5566
5567 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5568
5569 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5570 and replay.
5571
5572 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5573
5574 * gdb.btrace/non-stop.c: New.
5575 * gdb.btrace/non-stop.exp: New.
5576
5577 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5578 Yao Qi <yao.qi@linaro.org>
5579
5580 * gdb.trace/trace-condition.c: New file.
5581 * gdb.trace/trace-condition.exp: New file.
5582
5583 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
5584
5585 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5586 for testing bytecode compilation.
5587
5588 2015-09-16 Pedro Alves <palves@redhat.com>
5589 Sandra Loosemore <sandra@codesourcery.com>
5590
5591 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5592 (SECONDS): Redefine.
5593 (main): Call pthread_kill and alarm early.
5594 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5595 support.
5596 (test): If the target can't hardware step and doesn't support
5597 displaced stepping, increase the timeout.
5598
5599 2015-09-16 Pedro Alves <palves@redhat.com>
5600
5601 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5602 (enable_debug): New procedures.
5603 (test): Use them. Bail out if waiting for threads fails.
5604 (top level): Bail out if a test fails.
5605
5606 2015-09-16 Yao Qi <yao.qi@linaro.org>
5607
5608 * gdb.asm/asm-source.exp: Set asm-arch for
5609 aarch64*-*-* target.
5610 * gdb.asm/aarch64.inc: New file.
5611
5612 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5613
5614 * gdb.ada/array_of_variable_length.exp: New testcase.
5615 * gdb.ada/array_of_variable_length/foo.adb: New file.
5616 * gdb.ada/array_of_variable_length/pck.adb: New file.
5617 * gdb.ada/array_of_variable_length/pck.ads: New file.
5618
5619 2015-09-15 Doug Evans <dje@google.com>
5620
5621 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5622 of function static local variable.
5623
5624 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5625
5626 * gdb.threads/tls-so_extern.exp: New test file.
5627 * gdb.threads/tls-so_extern.c: New test file.
5628 * gdb.threads/tls-so_extern_main.c: New test file.
5629
5630 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5631
5632 * gdb.opt/solib-intra-step-lib.c: New file.
5633 * gdb.opt/solib-intra-step-main.c: New file.
5634 * gdb.opt/solib-intra-step.exp: New file.
5635
5636 2015-09-15 Pedro Alves <palves@redhat.com>
5637
5638 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5639 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5640
5641 2015-09-14 Pedro Alves <palves@redhat.com>
5642
5643 * gdb.base/hook-stop-continue.c: Delete.
5644 * gdb.base/hook-stop-continue.exp: Delete.
5645 * gdb.base/hook-stop-frame.c: Delete.
5646 * gdb.base/hook-stop-frame.exp: Delete.
5647 * gdb.base/hook-stop.c: New file.
5648 * gdb.base/hook-stop.exp: New file.
5649
5650 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5651
5652 * gdb.ada/access_to_packed_array.exp: New testcase.
5653 * gdb.ada/access_to_packed_array/foo.adb: New file.
5654 * gdb.ada/access_to_packed_array/pack.adb: New file.
5655 * gdb.ada/access_to_packed_array/pack.ads: New file.
5656
5657 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5658
5659 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5660 buffer size test.
5661
5662 2015-09-11 Don Breazeal <donb@codesourcery.com>
5663
5664 * gdb.base/foll-exec.c: Add copyright header. Fix
5665 formatting issues.
5666 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5667 (do_exec_tests): Use clean_restart in place of zap_session,
5668 and for test initialization. Fix formatting issues. Use
5669 fail in place of perror.
5670 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5671 an expect statement to match an expression with output from
5672 the program under debug.
5673 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5674 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5675 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5676 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5677 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5678
5679 2015-09-09 Doug Evans <dje@google.com>
5680
5681 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5682
5683 2015-09-09 Doug Evans <dje@google.com>
5684
5685 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5686
5687 2015-09-09 Doug Evans <dje@google.com>
5688
5689 * gdb.base/savedregs.exp: Fix typo.
5690
5691 2015-09-09 Pedro Alves <palves@redhat.com>
5692
5693 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5694
5695 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5696
5697 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5698 command actually switches threads. Give up on remaining
5699 tests if target fails to stop at breakpoint.
5700
5701 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5702
5703 * gdb.ada/funcall_char.exp: New testcase.
5704 * gdb.ada/funcall_char/foo.adb: New file.
5705
5706 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5707
5708 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5709 expected outputs. Add two testcases for completing ambiguous
5710 functions.
5711 * gdb.ada/complete/aux_pck.adb: New file.
5712 * gdb.ada/complete/aux_pck.ads: New file.
5713 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5714 Ambiguous_Func functions.
5715 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5716 * gdb.ada/complete/pck.adb: Likewise.
5717
5718 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5719
5720 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5721 failures to run the test program under GDB.
5722
5723 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
5724
5725 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5726 to C.
5727
5728 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5729
5730 * gdb.base/run-after-attach.exp: New test file.
5731 * gdb.base/run-after-attach.c: New test file.
5732
5733 2015-08-26 Don Breazeal <donb@codesourcery.com>
5734
5735 * gdb.base/foll-exec-2.c: New test program.
5736 * gdb.base/foll-exec-2.exp: New test.
5737
5738 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5739
5740 * gdb.base/nested-subp1.exp: New file.
5741 * gdb.base/nested-subp1.c: New file.
5742 * gdb.base/nested-subp2.exp: New file.
5743 * gdb.base/nested-subp2.c: New file.
5744 * gdb.base/nested-subp3.exp: New file.
5745 * gdb.base/nested-subp3.c: New file.
5746
5747 2015-08-24 Pedro Alves <palves@redhat.com>
5748
5749 * gdb.server/connect-without-multi-process.c: New file.
5750 * gdb.server/connect-without-multi-process.exp: New file.
5751
5752 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5753
5754 * gdb.opt/inline-markers.c: Make z int.
5755
5756 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5757
5758 * gdb.opt/inline-markers.c: Make z volatile.
5759
5760 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5761
5762 * gdb.opt/inline-bt.c: New volatile global z.
5763 * gdb.opt/inline-cmds.c: Likewise.
5764 * gdb.opt/inline-locals.c: Likewise.
5765 * gdb.opt/inline-markers.c: New extern global z.
5766 (marker): Use z.
5767 (inline_fn): Likewise.
5768
5769 2015-08-24 Pedro Alves <palves@redhat.com>
5770
5771 * config/m32r-stub.exp: Remove file.
5772 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5773 * gdb.base/call-rt-st.exp: Likewise.
5774 * gdb.base/call-strs.exp: Likewise.
5775 * gdb.base/default.exp: Remove references to h8300-*-hms and
5776 *-*-udi*.
5777 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5778
5779 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5780
5781 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5782 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
5783 and "return" use KFAIL when GDB can not read/write the vector
5784 return value.
5785
5786 2015-08-21 Gary Benson <gbenson@redhat.com>
5787
5788 * gdb.trace/pending.exp: Cope with remote transfer warnings.
5789
5790 2015-08-20 Pedro Alves <palves@redhat.com>
5791
5792 * gdb.server/solib-list.exp: No longer expect an interior stop in
5793 non-stop mode.
5794
5795 2015-08-20 Pedro Alves <palves@redhat.com>
5796
5797 * gdb.server/connect-stopped-target.c: New file.
5798 * gdb.server/connect-stopped-target.exp: New file.
5799
5800 2015-08-20 Pedro Alves <palves@redhat.com>
5801
5802 * gdb.dwarf2/comp-unit-lang.exp: New file.
5803 * gdb.dwarf2/comp-unit-lang.c: New file.
5804
5805 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
5806
5807 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5808 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5809
5810 2015-08-19 Kevin Buettner <kevinb@redhat.com>
5811
5812 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5813 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5814
5815 2015-08-18 Doug Evans <dje@google.com>
5816 Adrian Sendroiu <adrian.sendroiu@freescale.com>
5817
5818 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5819 skip_python_tests. New arg prompt_regexp.
5820 (skip_python_tests): New function.
5821 * lib/mi-support.exp (mi_skip_python_tests): New function.
5822 * gdb.python/py-mi-objfile-gdb.py: New file.
5823 * gdb.python/py-mi-objfile.c: New file.
5824 * gdb.python/py-mi-objfile.exp: New file.
5825
5826 2015-08-17 Keith Seitz <keiths@redhat.com>
5827
5828 * gdb.linespec/explicit.exp: Move strace test from here ...
5829 * gdb.trace/strace.exp: ... to here.
5830
5831 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
5832
5833 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5834 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5835
5836 2015-08-14 Doug Evans <xdje42@gmail.com>
5837
5838 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5839 inferior before selecting a new file.
5840
5841 2015-08-14 Doug Evans <xdje42@gmail.com>
5842
5843 * gdb.mi/mi-disassemble.exp: Update.
5844 * gdb.base/disasm-optim.S: New file.
5845 * gdb.base/disasm-optim.c: New file.
5846 * gdb.base/disasm-optim.h: New file.
5847 * gdb.base/disasm-optim.exp: New file.
5848
5849 2015-08-14 Keith Seitz <keiths@redhat.com>
5850
5851 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5852 "evaluated-by".
5853
5854 2015-08-13 Joel Brobecker <brobecker@adacore.com>
5855
5856 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5857
5858 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
5859
5860 * gdb.ada/fun_renaming.exp: New testcase.
5861 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5862 * gdb.ada/fun_renaming/pack.adb: New file.
5863 * gdb.ada/fun_renaming/pack.ads: New file.
5864
5865 2015-08-12 Keith Seitz <keiths@redhat.com>
5866
5867 * gdb.base/dso2dso.exp: Pass basename of source file in call to
5868 gdb_get_line_number.
5869
5870 2015-08-12 Joel Brobecker <brobecker@adacore.com>
5871
5872 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5873 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5874 gdb.base/dso2dso.exp: New files.
5875
5876 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
5877 Pedro Alves <palves@redhat.com>
5878 Keith Seitz <keiths@redhat.com>
5879
5880 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5881 GDBFLAGS.
5882
5883 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5884
5885 * gdb.base/gdbhistsize-history.exp
5886 (test_histsize_history_setting): Use save_vars.
5887 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5888 Use save_vars.
5889 (test_no_truncation_of_unlimited_history_file): Use save_vars.
5890 * gdb.base/readline.exp: Use save_vars.
5891
5892 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5893
5894 * lib/gdb.exp (save_vars): New proc.
5895
5896 2015-08-11 Keith Seitz <keiths@redhat.com>
5897
5898 * gdb.base/help.exp: Update help_breakpoint_text.
5899
5900 2015-08-11 Keith Seitz <keiths@redhat.com>
5901
5902 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5903 (at toplevel): Call test_explicit_breakpoints.
5904 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5905 breakpoints.
5906 * lib/mi-support.exp (mi_make_breakpoint): Add support for
5907 breakpoint conditions, "-cond".
5908
5909 2015-08-11 Keith Seitz <keiths@redhat.com>
5910
5911 * gdb.linespec/3explicit.c: New file.
5912 * gdb.linespec/cpexplicit.cc: New file.
5913 * gdb.linespec/cpexplicit.exp: New file.
5914 * gdb.linespec/explicit.c: New file.
5915 * gdb.linespec/explicit.exp: New file.
5916 * gdb.linespec/explicit2.c: New file.
5917 * gdb.linespec/ls-errs.exp: Add explicit location tests.
5918 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5919 before using in the matching pattern.
5920 Clarify that `prefix' is a regular expression.
5921
5922 2015-08-11 Keith Seitz <keiths@redhat.com>
5923
5924 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5925 test.
5926 Add tests for missing ",FMT" and ",".
5927
5928 2015-08-10 Doug Evans <dje@google.com>
5929 Keith Seitz <keiths@redhat.com>
5930
5931 PR gdb/17960
5932 * gdb.base/completion.exp: Add location completer tests.
5933
5934 2015-08-07 Pedro Alves <palves@redhat.com>
5935
5936 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
5937 tests here.
5938 (top level): Run do_test with and without displaced stepping.
5939
5940 2015-08-07 Pedro Alves <palves@redhat.com>
5941
5942 * gdb.base/valgrind-disp-step.c: New file.
5943 * gdb.base/valgrind-disp-step.exp: New file.
5944
5945 2015-08-07 Pedro Alves <palves@redhat.com>
5946
5947 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
5948 Delete function.
5949 (main): Add alarm. Run an infinite loop instead of calling
5950 wait_threads.
5951 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
5952 comment.
5953 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
5954 Delete function.
5955 (main): Add alarm. Run an infinite loop instead of calling
5956 wait_threads.
5957 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
5958 comment.
5959
5960 2015-08-07 Pedro Alves <palves@redhat.com>
5961
5962 * gdb.base/checkpoint-ns.exp: New file.
5963 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
5964 standard_testfile.
5965
5966 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5967
5968 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
5969 * gdb.btrace/instruction_history.exp: Update.
5970 * gdb.btrace/tsx.exp: New.
5971 * gdb.btrace/tsx.c: New.
5972
5973 2015-08-06 Pedro Alves <palves@redhat.com>
5974
5975 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
5976 increase timeout.
5977 * gdb.reverse/until-precsave.exp: Bump timeouts.
5978
5979 2015-08-06 Pedro Alves <palves@redhat.com>
5980
5981 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
5982
5983 2015-08-06 Pedro Alves <palves@redhat.com>
5984
5985 PR gdb/18749
5986 * gdb.threads/process-dies-while-handling-bp.c: New file.
5987 * gdb.threads/process-dies-while-handling-bp.exp: New file.
5988
5989 2015-08-06 Pedro Alves <palves@redhat.com>
5990
5991 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
5992 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
5993
5994 2015-08-05 Pedro Alves <palves@redhat.com>
5995
5996 * gdb.threads/next-while-other-thread-longjmps.c: New file.
5997 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
5998
5999 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
6000
6001 * gdb.base/bp-permanent.exp: Report test as unsupported if
6002 the target cannot stop at the permanent breakpoint.
6003
6004 2015-08-03 Doug Evans <dje@google.com>
6005
6006 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
6007 10000.
6008
6009 2015-08-03 Doug Evans <dje@google.com>
6010
6011 * Makefile.in (workers/%.worker, build-perf): New rule.
6012 (GDB_PERFTEST_MODE): New variable.
6013 (check-perf): Use it.
6014 (clean): Clean up gdb.perf parallel build subdirs.
6015 * lib/build-piece.exp: New file.
6016 * lib/gdb.exp (make_gdb_parallel_path): New function
6017 (standard_output_file, standard_temp_file): Call it.
6018 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6019 of $GDB_PARALLEL.
6020 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
6021
6022 2015-08-03 Doug Evans <dje@google.com>
6023
6024 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
6025 (LOG_FILE_NAME): New global.
6026 (TextReporter.__init__): Initialize self.txt_sum.
6027 (TextReporter.report): Add support for multiple data-points.
6028 Move report to perftest.sum, put raw data in perftest.log.
6029 (TextReporter.start): Open sum and log files.
6030 (TextReporter.end): Close sum and log files.
6031 * gdb.perf/lib/perftest/testresult.py
6032 (SingleStatisticTestResult.record): Handle multiple data-points.
6033
6034 2015-07-31 Pedro Alves <palves@redhat.com>
6035
6036 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
6037 Use spawn_id_get_pid. Wait for spawn id after eof. Use
6038 kill_wait_spawned_process instead of explicit "kill -9".
6039 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
6040 returning a spawn id instead of a pid. Use spawn_id_get_pid and
6041 kill_wait_spawned_process.
6042 * gdb.base/attach-twice.exp: Likewise.
6043 * gdb.base/attach.exp: Likewise.
6044 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
6045 gdb_test_multiple.
6046 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
6047 returning a spawn id instead of a pid. Use spawn_id_get_pid and
6048 kill_wait_spawned_process.
6049 * gdb.base/valgrind-infcall.exp: Likewise.
6050 * gdb.multi/multi-attach.exp: Likewise.
6051 * gdb.python/py-prompt.exp: Likewise.
6052 * gdb.python/py-sync-interp.exp: Likewise.
6053 * gdb.server/ext-attach.exp: Likewise.
6054 * gdb.threads/attach-into-signal.exp (corefunc): Use
6055 spawn_wait_for_attach, spawn_id_get_pid and
6056 kill_wait_spawned_process.
6057 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
6058 spawn_wait_for_attach returning a spawn id instead of a pid. Use
6059 spawn_id_get_pid and kill_wait_spawned_process.
6060 * gdb.threads/attach-stopped.exp (corefunc): Use
6061 spawn_wait_for_attach, spawn_id_get_pid and
6062 kill_wait_spawned_process.
6063 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
6064 Use spawn_id_get_pid. Wait for spawn id after eof. Use
6065 kill_wait_spawned_process instead of explicit "kill -9".
6066 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
6067 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
6068 (spawn_wait_for_attach): Use spawn instead of exec to spawn
6069 processes. Don't map cygwin/windows pids here. Now returns a
6070 spawn id list.
6071
6072 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6073
6074 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
6075 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
6076 correct patch.
6077
6078 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6079
6080 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
6081
6082 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6083
6084 Reapply:
6085 2014-05-21 Mark Wielaard <mjw@redhat.com>
6086
6087 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
6088
6089 2015-07-30 Pedro Alves <palves@redhat.com>
6090
6091 * linux-low.c (handle_extended_wait): Set the child's last
6092 reported status to TARGET_WAITKIND_STOPPED.
6093
6094 2015-07-30 Pedro Alves <palves@redhat.com>
6095
6096 PR threads/18600
6097 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
6098 only shows inferior 1.
6099
6100 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
6101 Pedro Alves <palves@redhat.com>
6102
6103 PR threads/18600
6104 * gdb.threads/fork-plus-threads.c: New file.
6105 * gdb.threads/fork-plus-threads.exp: New file.
6106
6107 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6108
6109 * gdb.base/batch-preserve-term-settings.exp
6110 (test_terminal_settings_preserved_after_cli_exit): Use
6111 send_quit_command.
6112
6113 2015-07-29 Pedro Alves <palves@redhat.com>
6114 Don Breazeal <donb@codesourcery.com>
6115
6116 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
6117 output from both inferior_spawn_id and gdb_spawn_id.
6118
6119 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6120
6121 * gdb.threads/attach-into-signal.exp (corefunc): Use
6122 with_test_prefix on nested loops, uniquefying the test messages.
6123
6124 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6125
6126 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
6127 commit.
6128
6129 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6130
6131 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
6132 New proc.
6133 (test_terminal_settings_preserved_after_sigterm): New test.
6134
6135 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6136
6137 * gdb.base/batch-preserve-term-settings.exp
6138 (test_terminal_settings_preserved_after_cli_exit): New test.
6139
6140 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6141
6142 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
6143 manipulation of saved_gdbflags.
6144 (test_terminal_settings_preserved): Remove global declaration of
6145 the unused variable pagination_prompt. Remove manipulation of
6146 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
6147 GDBFLAGS.
6148
6149 2015-07-29 Pedro Alves <palves@redhat.com>
6150
6151 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
6152
6153 2015-07-29 Pedro Alves <palves@redhat.com>
6154
6155 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
6156 at the top.
6157
6158 2015-07-29 Pedro Alves <palves@redhat.com>
6159
6160 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
6161 (main): Call gdb_unbuffer_output.
6162 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
6163 (main): Call gdb_unbuffer_output.
6164 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
6165 (main): Call gdb_unbuffer_output.
6166 * gdb.base/call-strs.exp: Adjust to step over the
6167 gdb_unbuffer_output call.
6168 * gdb.base/catch-gdb-caused-signals.c: Include
6169 "../lib/unbuffer_output.c".
6170 (main): Call gdb_unbuffer_output.
6171 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
6172 (main): Call gdb_unbuffer_output.
6173 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
6174 (main): Call gdb_unbuffer_output.
6175 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
6176 (main): Call gdb_unbuffer_output.
6177 * gdb.base/shlib-call.exp: Adjust to step over the
6178 gdb_unbuffer_output call.
6179 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
6180 (main): Call gdb_unbuffer_output.
6181 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
6182 (main): Call gdb_unbuffer_output.
6183 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
6184 (main): Rename to ...
6185 (test): ... this.
6186 (main): Reimplement.
6187 * gdb.base/varargs.exp: Run to test instead of to main.
6188 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6189 (main): Call gdb_unbuffer_output.
6190
6191 2015-07-29 Pedro Alves <palves@redhat.com>
6192
6193 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
6194 factore out from mi_continue_dprintf. For call-style dprintfs,
6195 expect dprintf output out of $inferior_spawn_id.
6196 (mi_continue_dprintf): Use mi_expect_dprintf.
6197 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6198 (main): Call gdb_unbuffer_output.
6199
6200 2015-07-29 Pedro Alves <palves@redhat.com>
6201
6202 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
6203 (default_mi_gdb_start): Set inferior_spawn_id instead of
6204 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
6205 gdb_spawn_id.
6206 (mi_gdb_test): Always expect inferior output from both
6207 $inferior_spawn_id and $gdb_spawn_id.
6208
6209 2015-07-29 Pedro Alves <palves@redhat.com>
6210
6211 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
6212 send_inferior and $inferior_spawn_id.
6213
6214 2015-07-29 Pedro Alves <palves@redhat.com>
6215
6216 * gdb.gdb/complaints.exp (test_initial_complaints)
6217 (test_serial_complaints, test_short_complaints): Use
6218 gdb_test_stdio.
6219 (test_empty_complaint): Handle $inferior_spawn_id !=
6220 $gdb_spawn_id.
6221
6222 2015-07-29 Pedro Alves <palves@redhat.com>
6223
6224 * gdb.base/varargs.exp: Use gdb_test_stdio.
6225
6226 2015-07-29 Pedro Alves <palves@redhat.com>
6227
6228 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
6229
6230 2015-07-29 Pedro Alves <palves@redhat.com>
6231
6232 * gdb.base/ending-run.exp: Use gdb_test_stdio.
6233
6234 2015-07-29 Pedro Alves <palves@redhat.com>
6235
6236 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
6237 parameter into two new parameters, "inf_result" and "gdb_result".
6238 Expect inferior output and gdb output from $inferior_spawn_id and
6239 $gdb_spawn_id, respectively. Adjust all callers.
6240
6241 2015-07-29 Pedro Alves <palves@redhat.com>
6242
6243 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
6244 of gdb_test_sequence.
6245
6246 2015-07-29 Pedro Alves <palves@redhat.com>
6247
6248 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
6249 (saw_spurious_output): Expect inferior output from
6250 $inferior_spawn_id. Use gdb_test_stdio.
6251
6252 2015-07-29 Pedro Alves <palves@redhat.com>
6253
6254 * gdb.base/dprintf.exp: Use standard_testfile. Change
6255 prepare_for_testing call.
6256 (srcfile): Don't set.
6257 (restart): New procedure.
6258 (test_dprintf): New procecure, use to continue over dprintfs.
6259 (test_call, test_agent): New procedures, tests moved here.
6260 Restart gdb and recreate dprintfs. Adjust expected output.
6261
6262 2015-07-29 Pedro Alves <palves@redhat.com>
6263
6264 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
6265
6266 2015-07-29 Pedro Alves <palves@redhat.com>
6267
6268 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
6269
6270 2015-07-29 Pedro Alves <palves@redhat.com>
6271
6272 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
6273 gdb_test_stdio.
6274
6275 2015-07-29 Pedro Alves <palves@redhat.com>
6276
6277 * lib/gdb.exp (gdb_test_stdio): New procedure.
6278
6279 2015-07-29 Pedro Alves <palves@redhat.com>
6280
6281 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
6282
6283 2015-07-29 Pedro Alves <palves@redhat.com>
6284
6285 * gdb.base/call-signal-resume.exp: Remove check for
6286 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
6287 * gdb.base/unwindonsignal.exp: Likewise.
6288 * gdb.base/call-signals.c (gen_signal): Remove printf call.
6289 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
6290
6291 2015-07-29 Pedro Alves <palves@redhat.com>
6292
6293 * gdb.base/siginfo-addr.c (pass): New function.
6294 (handler): Call it iff si_addr is correct.
6295 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
6296 Set a breakpoint at "pass" and continue to it.
6297
6298 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
6299
6300 * gdb.python/py-objfile.exp: Make some tests have unique names.
6301 * gdb.python/py-pp-registration.exp: Likewise.
6302
6303 2015-07-28 Pedro Alves <palves@redhat.com>
6304
6305 * gdb.server/server-exec-info.exp: Issue a "disconnect".
6306
6307 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6308
6309 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
6310
6311 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6312
6313 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
6314
6315 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6316
6317 * gdb.base/gdb-sigterm-2.exp: New test.
6318
6319 2015-07-25 Doug Evans <xdje42@gmail.com>
6320
6321 Revert:
6322 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6323 (workers/%.worker, build-perf): New rule.
6324 (GDB_PERFTEST_MODE): New variable.
6325 (check-perf): Use it.
6326 (clean): Clean up gdb.perf parallel build subdirs.
6327 * lib/build-piece.exp: New file.
6328 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6329 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6330 name.
6331 (standard_temp_file): Ditto.
6332 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6333 of $GDB_PARALLEL.
6334
6335 2015-07-24 Doug Evans <dje@google.com>
6336
6337 * gdb.perf/lib/perftest/utils.py: New file.
6338 * gdb.perf/gm-hello.cc: New file.
6339 * gdb.perf/gm-pervasive-typedef.cc: New file.
6340 * gdb.perf/gm-pervasive-typedef.h: New file.
6341 * gdb.perf/gm-std.cc: New file.
6342 * gdb.perf/gm-std.h: New file.
6343 * gdb.perf/gm-use-cerr.cc: New file.
6344 * gdb.perf/gm-utils.h: New file.
6345 * gdb.perf/gmonster-null-lookup.py: New file.
6346 * gdb.perf/gmonster-pervasive-typedef.py: New file.
6347 * gdb.perf/gmonster-print-cerr.py: New file.
6348 * gdb.perf/gmonster-ptype-string.py: New file.
6349 * gdb.perf/gmonster-runto-main.py: New file.
6350 * gdb.perf/gmonster-select-file.py: New file.
6351 * gdb.perf/gmonster1-null-lookup.exp: New file.
6352 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6353 * gdb.perf/gmonster1-print-cerr.exp: New file.
6354 * gdb.perf/gmonster1-ptype-string.exp: New file.
6355 * gdb.perf/gmonster1-runto-main.exp: New file.
6356 * gdb.perf/gmonster1-select-file.exp: New file.
6357 * gdb.perf/gmonster1.cc: New file.
6358 * gdb.perf/gmonster1.exp: New file.
6359 * gdb.perf/gmonster2-null-lookup.exp: New file.
6360 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6361 * gdb.perf/gmonster2-print-cerr.exp: New file.
6362 * gdb.perf/gmonster2-ptype-string.exp: New file.
6363 * gdb.perf/gmonster2-runto-main.exp: New file.
6364 * gdb.perf/gmonster2-select-file.exp: New file.
6365 * gdb.perf/gmonster2.cc: New file.
6366 * gdb.perf/gmonster2.exp: New file.
6367
6368 2015-07-24 Doug Evans <dje@google.com>
6369
6370 * gdb.perf/README: New file.
6371 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6372 * lib/gen-perf-test.exp: New file.
6373
6374 2015-07-24 Doug Evans <dje@google.com>
6375
6376 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
6377 (PerfTest::startup): New function.
6378 (PerfTest::run): Return result of calling body.
6379 (PerfTest::assemble): Rewrite.
6380 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
6381 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
6382 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
6383 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
6384 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
6385
6386 2015-07-24 Doug Evans <dje@google.com>
6387
6388 * lib/gdb.exp (clean_restart): Make executable optional.
6389
6390 2015-07-24 Doug Evans <dje@google.com>
6391
6392 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
6393 compiler_info references.
6394 * gdb.cp/temargs.exp: Ditto.
6395 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6396 (get_compiler_info): Early exit if already computed. Set compiler_info
6397 to "unknown" if there was a problem.
6398 (test_compiler_info): Add function comment. Call get_compiler_info.
6399
6400 2015-07-24 Doug Evans <dje@google.com>
6401
6402 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6403 (workers/%.worker, build-perf): New rule.
6404 (GDB_PERFTEST_MODE): New variable.
6405 (check-perf): Use it.
6406 (clean): Clean up gdb.perf parallel build subdirs.
6407 * lib/build-piece.exp: New file.
6408 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6409 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6410 name.
6411 (standard_temp_file): Ditto.
6412 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6413 of $GDB_PARALLEL.
6414
6415 2015-07-24 Doug Evans <dje@google.com>
6416
6417 * lib/future.exp (gdb_default_target_compile): New option
6418 "early_flags".
6419 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6420 --as-needed.
6421
6422 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
6423
6424 * gdb.base/catch-syscall.exp: Call gdb_exit before
6425 gdb_skip_xml_test.
6426
6427 2015-07-24 Pedro Alves <palves@redhat.com>
6428
6429 * gdb.python/py-events.exp: Accept output between the stop event
6430 and the prompt.
6431 * gdb.python/py-evsignal.exp: Likewise.
6432 * gdb.python/py-evthreads.exp: Likewise.
6433
6434 2015-07-24 Pedro Alves <palves@redhat.com>
6435
6436 PR gdb/18717
6437 * gdb.threads/non-ldr-exit.c: New file.
6438 * gdb.threads/non-ldr-exit.exp: New file.
6439
6440 2015-07-24 Yao Qi <yao.qi@linaro.org>
6441
6442 * gdb.server/ext-wrapper.exp: Test --wrapper option when
6443 restarting process.
6444
6445 2015-07-24 Yao Qi <yao.qi@linaro.org>
6446
6447 * gdb.server/ext-restart.exp: New file.
6448
6449 2015-07-24 Yao Qi <yao.qi@linaro.org>
6450
6451 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6452 argument options.
6453 * gdb.server/ext-wrapper.exp: New file.
6454
6455 2015-07-23 Doug Evans <dje@google.com>
6456
6457 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6458 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6459
6460 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6461
6462 * gdb.ada/var_arr_typedef.exp: New testcase.
6463 * gdb.ada/var_arr_typedef/pack.adb: New file.
6464 * gdb.ada/var_arr_typedef/pack.ads: New file.
6465 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6466
6467 2015-07-20 Joel Brobecker <brobecker@adacore.com>
6468
6469 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6470
6471 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6472
6473 * gdb.arch/i386-biarch-core.exp: Replace istarget
6474 by "complete set gnutarget". Remove expectation for the "core-file"
6475 command.
6476
6477 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6478
6479 Revert the previous commit:
6480 Tests for validate symbol file using build-id.
6481
6482 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6483
6484 Tests for validate symbol file using build-id.
6485 * gdb.base/solib-mismatch-lib.c: New file.
6486 * gdb.base/solib-mismatch-libmod.c: New file.
6487 * gdb.base/solib-mismatch.c: New file.
6488 * gdb.base/solib-mismatch.exp: New file.
6489
6490 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6491
6492 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6493 nios2-*-linux*.
6494 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6495 * gdb.base/siginfo.exp: Likewise.
6496 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6497
6498 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6499
6500 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6501 Move it to ...
6502 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6503 ... here.
6504 * gdb.trace/range-stepping.exp: Check that the target supports
6505 range stepping.
6506
6507 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6508
6509 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6510
6511 2015-07-14 Pedro Alves <palves@redhat.com>
6512
6513 * gdb.base/killed-outside.exp: New file.
6514 * gdb.base/killed-outside.c: New file.
6515
6516 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6517
6518 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6519 (n at main): New.
6520 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6521
6522 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6523
6524 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6525 infcall tests instead of setting up for KFAIL.
6526
6527 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6528
6529 * gdb.btrace/record_goto-step.exp: New.
6530
6531 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6532
6533 PR compile/18484
6534 * gdb.compile/compile.c (struct struct_type): Add volatile to
6535 selffield's type.
6536 * gdb.compile/compile.exp
6537 (compile code struct_object.selffield = &struct_object): Skip further
6538 struct_object tests if this one xfails.
6539
6540 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
6541
6542 PR exp/18617
6543 * gdb.trace/ax.exp: Add test.
6544
6545 2015-07-07 Yao Qi <yao.qi@linaro.org>
6546
6547 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6548 instead of istarget "aarch64*-*-*".
6549 * gdb.arch/aarch64-fp.exp: Likewise.
6550 * gdb.base/float.exp: Likewise.
6551 * gdb.reverse/aarch64.exp: Likewise.
6552 * lib/gdb.exp (is_aarch64_target): New proc.
6553
6554 2015-07-07 Yao Qi <yao.qi@linaro.org>
6555
6556 * lib/gdb.exp (is_aarch32_target): New proc.
6557 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6558 instead of "istarget "arm*-*-*"".
6559 * gdb.arch/arm-disp-step.exp: Likewise.
6560 * gdb.arch/thumb-bx-pc.exp: Likewise.
6561 * gdb.arch/thumb-prologue.exp: Likewise.
6562 * gdb.arch/thumb-singlestep.exp: Likewise.
6563 * gdb.base/disp-step-syscall.exp: Likewise.
6564 * gdb.base/float.exp: Likewise.
6565
6566 2015-07-07 Yao Qi <yao.qi@linaro.org>
6567
6568 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6569 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6570
6571 2015-07-07 Yao Qi <yao.qi@linaro.org>
6572
6573 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6574 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6575 if it exists.
6576 * gdb.multi/multi-arch.exp: Likewise.
6577
6578 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6579
6580 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6581 print.
6582
6583 2015-07-07 Yao Qi <yao.qi@linaro.org>
6584
6585 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6586
6587 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6588
6589 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6590 '[' and ']' characters.
6591
6592 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6593
6594 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6595
6596 2015-06-29 Pedro Alves <palves@redhat.com>
6597
6598 PR threads/18127
6599 * gdb.threads/hand-call-new-thread.c: New file.
6600 * gdb.threads/hand-call-new-thread.c: New file.
6601
6602 2015-06-26 Keith Seitz <keiths@redhat.com>
6603 Doug Evans <dje@google.com>
6604
6605 PR 16253
6606 * gdb.cp/var-tag-2.cc: New file.
6607 * gdb.cp/var-tag-3.cc: New file.
6608 * gdb.cp/var-tag-4.cc: New file.
6609 * gdb.cp/var-tag.cc: New file.
6610 * gdb.cp/var-tag.exp: New file.
6611
6612 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6613
6614 * gdb.base/history-duplicates.exp: New test.
6615
6616 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6617
6618 * gdb.base/completion.exp: Test the completion of the "focus"
6619 command.
6620
6621 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6622
6623 * gdb.arch/amd64-prologue-skip.S: New file.
6624 * gdb.arch/amd64-prologue-skip.exp: New file.
6625
6626 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6627
6628 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6629 is_address_zero_readable check.
6630
6631 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6632
6633 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6634 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6635
6636 2015-06-24 Yao Qi <yao.qi@linaro.org>
6637
6638 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6639 linux targets.
6640
6641 2015-06-24 Yao Qi <yao.qi@linaro.org>
6642
6643 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6644 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6645 * gdb.base/siginfo-thread.exp: Likewise.
6646
6647 2015-06-22 Yao Qi <yao.qi@linaro.org>
6648
6649 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6650
6651 2015-06-22 Yao Qi <yao.qi@linaro.org>
6652
6653 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6654 aarch64*-*-*.
6655 (skip_hw_watchpoint_tests): Likewise.
6656
6657 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6658
6659 * gdb.base/gdbinit-history.exp: Test the interaction between
6660 setting GDBHISTSIZE and setting the history size via .gdbinit.
6661
6662 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6663
6664 PR gdb/16999
6665 * gdb.base/gdbhistsize-history.exp: New test.
6666
6667 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6668
6669 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6670 with GDBHISTSIZE.
6671 * gdb.base/readline.exp: Likewise.
6672
6673 2015-06-17 Yao Qi <yao.qi@linaro.org>
6674
6675 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6676 line.
6677
6678 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6679
6680 * gdb.base/gdbinit-history.exp: Add test case to check that
6681 an unlimited history file does not get truncated on exit.
6682
6683 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6684
6685 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6686 (VECTOR): New macro. Use it...
6687 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6688 ...for these typedefs.
6689 (int8, char1, int1, double1): New typedefs.
6690 (struct just_int2, struct two_int2): New structures.
6691 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6692 (add_structvecs, add_singlevecs): New functions.
6693 (main): Call add_some_intvecs twice.
6694 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6695 the compile and exit upon failure. Try compiling for the "native"
6696 architecture. Test inferior function calls with vector arguments
6697 and vector return value handling with "finish" and "return".
6698
6699 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6700
6701 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6702 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6703 PE file.
6704 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6705
6706 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6707
6708 PR breakpoints/16465
6709 * gdb.mi/mi-dprintf-pending.c: New file.
6710 * gdb.mi/mi-dprintf-pending.exp: New test.
6711 * gdb.mi/mi-dprintf-pendshr.c: New file.
6712
6713 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6714 Mircea Gherzan <mircea.gherzan@intel.com>
6715
6716 * gdb.arch/i386-mpx-map.c: New file.
6717 * gdb.arch/i386-mpx-map.exp: New File.
6718
6719 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6720
6721 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6722 * gdb.arch/i386-mpx.exp: Indentation fixed.
6723
6724 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6725
6726 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6727 function and improved indentation.
6728 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6729 gdb_test_multiple. Added additional tests to skip the test.
6730
6731 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6732
6733 * gdb.arch/i386-avx512.c: Change path in include file.
6734 * gdb.arch/i386-avx512.exp: Change include dir path
6735 compilation flag.
6736 * gdb.arch/i386-mpx.c: Change path in include file.
6737 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6738 flag.
6739
6740 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6741
6742 * gdb.compile/compile-print.exp (compile print *vararray@3)
6743 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6744
6745 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6746
6747 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6748 (do not keep jit in memory): ... this.
6749 (expect 5): Change it to ...
6750 (expect no 5): ... this.
6751
6752 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6753
6754 PR gdb/15564
6755 * gdb.mi/mi-detach.exp: New file.
6756
6757 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6758
6759 PR symtab/18392
6760 * gdb.arch/amd64-tailcall-self.S: New file.
6761 * gdb.arch/amd64-tailcall-self.c: New file.
6762 * gdb.arch/amd64-tailcall-self.exp: New file.
6763
6764 2015-05-28 Don Breazeal <donb@codesourcery.com>
6765
6766 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6767 tests for remote targets by checking is_target_gdbserver.
6768
6769 2015-05-27 Doug Evans <dje@google.com>
6770
6771 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6772 * gdb.dwarf2/opaque-type-lookup.c: New file.
6773 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6774
6775 2015-05-26 Doug Evans <dje@google.com>
6776
6777 * gdb.cp/iostream.cc: New file.
6778 * gdb.cp/iostream.exp: New file.
6779
6780 2015-05-26 Doug Evans <dje@google.com>
6781
6782 * gdb.dwarf2/dw2-op-call.exp: Update.
6783 * gdb.dwarf2/dw4-sig-types.exp: Update.
6784 * gdb.dwarf2/implptr.exp: Update.
6785 * gdb.mi/mi-cmd-param-changed.exp: Update.
6786
6787 2015-05-26 Doug Evans <dje@google.com>
6788
6789 * gdb.python/py-lazy-string.c: New file.
6790 * gdb.python/py-lazy-string.exp: New file.
6791 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6792 (main): Update. Add estring3.
6793 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6794 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6795
6796 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
6797 Yao Qi <yao.qi@linaro.org>
6798
6799 * gdb.reverse/aarch64.c: New.
6800 * gdb.reverse/aarch64.exp: New.
6801
6802 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
6803
6804 * lib/gdb.exp (supports_process_record): Return true for
6805 aarch64*-linux*.
6806 (supports_reverse): Likewise.
6807
6808 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
6809
6810 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6811 Use with_test_prefix.
6812
6813 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6814
6815 * gdb.base/completion.exp: Add test for completion of layout
6816 names.
6817
6818 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
6819
6820 * lib/gdb.exp (skip_tui_tests): New proc.
6821 * gdb.base/tui-layout.exp: Check skip_tui_tests.
6822
6823 2015-05-19 Pedro Alves <palves@redhat.com>
6824
6825 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6826 Save the whole env array instead of just HOME. Unset HISTSIZE in
6827 the environment while testing. Restore whole environment
6828 afterwards.
6829
6830 2015-05-16 Doug Evans <xdje42@gmail.com>
6831
6832 * gdb.guile/scm-ports.c: New file.
6833 * gdb.guile/scm-ports.exp: Add memory port tests.
6834
6835 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6836
6837 * gdb.compile/compile-print.c: New file.
6838 * gdb.compile/compile-print.exp: New file.
6839
6840 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6841
6842 * gdb.compile/compile-ops.exp: Cast param to void.
6843 * gdb.compile/compile.exp: Complete type for _gdb_expr.
6844 (compile code struct_object.selffield = &struct_object): Add xfail.
6845
6846 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6847
6848 * gdb.ada/arr_enum_with_gap: New testcase.
6849
6850 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6851
6852 * gdb.ada/byte_packed_arr: New testcase.
6853
6854 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6855
6856 * gdb.ada/pckd_neg: New testcase.
6857
6858 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
6859
6860 PR gdb/17820
6861 * gdb.base/gdbinit-history.exp: New test.
6862 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6863 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6864
6865 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
6866
6867 * gdb.python/py-xmethods.cc: Enhance test case.
6868 * gdb.python/py-xmethods.exp: New tests.
6869 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6870 function.
6871 (B_indexoper): Likewise.
6872 (global_dm_list) : Add new xmethod worker functions.
6873
6874 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
6875
6876 * gdb.base/coredump-filter.exp: Correctly unset
6877 "coredump_var_addr" array.
6878
6879 2015-05-08 Pedro Alves <palves@redhat.com>
6880
6881 * gdb.server/non-existing-program.exp: Unset spawn_id.
6882
6883 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
6884
6885 PR python/18291
6886 * gdb.python/py-xmethods.exp: Add tests.
6887
6888 2015-05-08 Yao Qi <yao.qi@linaro.org>
6889
6890 PR gdb/18208
6891 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6892 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6893 function set_coredump_filter, and remove remote_exec call.
6894 Remove argument ipid. Callers update.
6895 (top level): Don't get inferior's PID.
6896
6897 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
6898
6899 * gdb.base/watch_thread_num.exp: Skip test on targets without
6900 access watchpoints.
6901
6902 2015-05-06 Pedro Alves <palves@redhat.com>
6903
6904 PR server/18081
6905 * gdb.server/non-existing-program.exp: New file.
6906
6907 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6908
6909 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6910
6911 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6912
6913 * gdb.ada/out_of_line_in_inlined: New testcase.
6914
6915 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6916
6917 * gdb.ada/var_rec_arr: New testcase.
6918
6919 2015-04-30 Yao Qi <yao.qi@linaro.org>
6920
6921 * gdb.base/break-idempotent.exp: If
6922 skip_hw_watchpoint_multi_tests returns true, skip the tests
6923 on "rwatch" and "awatch".
6924
6925 2015-04-30 Yao Qi <yao.qi@linaro.org>
6926
6927 * gdb.base/relativedebug.exp: Invoke gdb command
6928 "info sharedlibrary", and if libc.so doesn't have debug info,
6929 skip the test.
6930
6931 2015-04-29 Doug Evans <dje@google.com>
6932
6933 * gdb.python/py-xmethods.exp: Add ptype tests.
6934 * gdb.python/py-xmethods.py (E_method_char_worker): Add
6935 get_result_type method.
6936
6937 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
6938
6939 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
6940 the target does not support hardware watchpoints.
6941
6942 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
6943
6944 * gdb.base/break-always.exp: Abort testing if writing to memory
6945 causes an error.
6946
6947 2015-04-28 Doug Evans <dje@google.com>
6948
6949 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
6950 * gdb.python/py-pp-registration.exp: ... here. New file.
6951 * gdb.python/py-pp-registration.c: New file.
6952 * gdb.python/py-pp-registration.py: New file.
6953
6954 2015-04-28 Doug Evans <dje@google.com>
6955
6956 * gdb.python/py-bad-printers.c: New file.
6957 * gdb.python/py-bad-printers.py: New file.
6958 * gdb.python/py-bad-printers.exp: New file.
6959
6960 2015-04-28 Sasha Smundak <asmundak@google.com>
6961
6962 * gdb.python/py-type.exp: New test.
6963
6964 2015-04-28 Andy Wingo <wingo@igalia.com>
6965
6966 * gdb.python/py-parameter.exp:
6967 * gdb.guile/scm-parameter.exp: Escape the path that we are
6968 matching against, as it might contain characters that are special
6969 to regular expressions.
6970
6971 2015-04-27 Joel Brobecker <brobecker@adacore.com>
6972
6973 * gdb.ada/rec_comp: New testcase.
6974
6975 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
6976
6977 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
6978 before using it.
6979
6980 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
6981
6982 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
6983 new tests for verilog output.
6984
6985 2015-04-24 Yao Qi <yao.qi@linaro.org>
6986
6987 * boards/remote-gdbserver-on-localhost.exp: New file.
6988
6989 2015-04-23 Pedro Alves <palves@redhat.com>
6990
6991 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
6992 $inferior_spawn_id instead of $inferior_spawn_id directly. On
6993 "end of file", remove $inferior_spawn_id from the indirect list.
6994
6995 2015-04-23 Pedro Alves <palves@redhat.com>
6996
6997 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
6998
6999 2015-04-23 Pedro Alves <palves@redhat.com>
7000
7001 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
7002 on $any_spawn_id instead of only on $gdb_spawn_id.
7003
7004 2015-04-21 Pierre Muller <muller@sourceware.org>
7005
7006 PR pascal/17815
7007 * lib/pascal.exp (gpc_compile): Add new option "class".
7008 (fpc_compile): Likewise.
7009 * gdb.pascal/case-insensitive-symbols.pas: New file.
7010 * gdb.pascal/case-insensitive-symbols.exp: New file.
7011
7012 2015-04-20 Gary Benson <gbenson@redhat.com>
7013
7014 * gdb.base/attach.exp: Fix three extended remote failures.
7015
7016 2015-04-17 Gary Benson <gbenson@redhat.com>
7017
7018 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
7019 the main executable over the remote protocol.
7020
7021 2015-04-16 Pedro Alves <palves@redhat.com>
7022
7023 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
7024 a new gdbserver if gdbserver_reconnect_p is set.
7025
7026 2015-04-16 Pedro Alves <palves@redhat.com>
7027
7028 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
7029 is set, don't exit gdbserver.
7030
7031 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7032
7033 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
7034 appropriate .insn, such that an older assembler can be used.
7035 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
7036 the z/Architecture instruction set on 31-bit targets as well.
7037
7038 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7039
7040 * gdb.go/handcall.exp: Remove all logic related to the first
7041 breakpoint and rely on go_runto_main instead.
7042 * gdb.go/strings.exp: Likewise.
7043 * gdb.go/unsafe.exp: Likewise.
7044 * gdb.go/hello.exp: Likewise. Also rename the remaining
7045 breakpoint marker to "breakpoint 1".
7046 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
7047 * gdb.go/strings.go: Likewise.
7048 * gdb.go/unsafe.go: Likewise.
7049 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
7050 "set breakpoint 2 here" and rename the remaining breakpoint marker
7051 to "breakpoint 1".
7052
7053 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
7054
7055 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
7056 if itertools.imap is not present.
7057 * gdb.python/py-objfile.exp: Add parentheses.
7058 * gdb.python/py-type.exp: Same.
7059 * gdb.python/py-unwind-maint.py: Same.
7060
7061 2015-04-15 Yao Qi <yao.qi@linaro.org>
7062
7063 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
7064 of ":$ptr_size" and set its form explicitly.
7065
7066 2015-04-15 Pedro Alves <palves@redhat.com>
7067 Yao Qi <yao.qi@linaro.org>
7068
7069 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
7070 timeout by factor of 4.
7071 (test_regular_watch): Likewise.
7072 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
7073 * gdb.reverse/sigall-reverse.exp: Likewise.
7074 * gdb.reverse/until-precsave.exp: Likewise.
7075 * lib/gdb.exp (with_timeout_factor): New proc.
7076 (gdb_expect): Move some code to ...
7077 (get_largest_timeout): ... here. New procedure.
7078
7079 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
7080
7081 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
7082
7083 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
7084
7085 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
7086 to write to the .text section.
7087
7088 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
7089
7090 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
7091 Handle the case of targets that do not provide PID information.
7092
7093 2015-04-13 Yao Qi <yao.qi@linaro.org>
7094
7095 * lib/gdbserver-support.exp (gdb_exit): Catch exception
7096 and use expect instead of gdb_expect.
7097
7098 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
7099
7100 * gdb.base/coredump-filter.exp: Rename variable "addr" to
7101 "coredump_var_addr" to avoid naming conflict with other testcases.
7102
7103 2015-04-10 Pedro Alves <palves@redhat.com>
7104
7105 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
7106 gdb_test_sequence and gdb_assert.
7107
7108 2015-04-10 Pedro Alves <palves@redhat.com>
7109
7110 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
7111 test messages that don't include the breakpoint address.
7112
7113 2015-04-10 Yao Qi <yao.qi@linaro.org>
7114
7115 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
7116 false for some offset and width combinations which aren't
7117 supported by linux kernel.
7118
7119 2015-04-10 Pedro Alves <palves@redhat.com>
7120
7121 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
7122 procedure, factored out from ...
7123 (top level): ... here. Add "set displaced-stepping" testing axis.
7124 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
7125 parameter "displaced". Use it.
7126 (top level): Use foreach and add "set displaced-stepping" testing
7127 axis.
7128
7129 2015-04-10 Pedro Alves <palves@redhat.com>
7130
7131 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
7132 Remove comment.
7133 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
7134 both the address of the instruction that triggers the watchpoint
7135 and the address of the instruction immediately after, and use
7136 those addresses for the test. Fix comment.
7137
7138 2015-04-10 Pedro Alves <palves@redhat.com>
7139
7140 * gdb.base/sigstep.exp (breakpoint_to_handler)
7141 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
7142 Test "backtrace" in handler.
7143 (breakpoint_over_handler): New parameter 'displaced'. Use it.
7144 (top level): Add new "displaced" test axis to
7145 breakpoint_to_handler, breakpoint_to_handler_entry and
7146 breakpoint_over_handler.
7147
7148 2015-04-10 Pedro Alves <palves@redhat.com>
7149
7150 PR gdb/18216
7151 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
7152
7153 2015-04-10 Yao Qi <yao.qi@linaro.org>
7154
7155 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
7156 (test_add_rn_pc): New function.
7157 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
7158 (top level): Invoke test_add_rn_pc.
7159
7160 2015-04-10 Pedro Alves <palves@redhat.com>
7161
7162 PR gdb/13858
7163 * gdb.base/step-over-no-symbols.exp: New file.
7164
7165 2015-04-09 Andy Wingo <wingo@igalia.com>
7166
7167 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
7168 after the Python tests.
7169
7170 2015-04-08 Keith Seitz <keiths@redhat.com>
7171
7172 PR python/16699
7173 * gdb.python/py-completion.exp: New tests for completion.
7174 * gdb.python/py-completion.py (CompleteLimit1): New class.
7175 (CompleteLimit2): Likewise.
7176 (CompleteLimit3): Likewise.
7177 (CompleteLimit4): Likewise.
7178 (CompleteLimit5): Likewise.
7179 (CompleteLimit6): Likewise.
7180 (CompleteLimit7): Likewise.
7181
7182 2015-04-08 Pedro Alves <palves@redhat.com>
7183
7184 PR gdb/18214
7185 PR gdb/18216
7186 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
7187 function.
7188 (main): Install it as SIGUSR1 handler.
7189 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
7190 parameter. Always use "setup" as prefix. Toggle "set
7191 displaced-stepping" off/on depending on global. Don't switch to
7192 thread 1 here.
7193 (top level): Add displaced stepping "off/on" test axis. Update
7194 "setup" calls. Wrap each subtest with with_test_prefix. Test
7195 continuing with a queued signal in each thread.
7196
7197 2015-04-08 Pedro Alves <palves@redhat.com>
7198
7199 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
7200 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
7201 gdb_breakpoint instead of gdb_test that doesn't expect anything.
7202 Return early if running to main fails.
7203 * gdb.trace/while-stepping.exp: Likewise.
7204
7205 2015-04-07 Pedro Alves <palves@redhat.com>
7206
7207 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
7208 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
7209 interact with inferior program.
7210
7211 2015-04-07 Pedro Alves <palves@redhat.com>
7212
7213 * lib/gdb.exp (inferior_spawn_id): New global.
7214 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
7215 spawn id after processing the user code.
7216 (default_gdb_start): Set inferior_spawn_id.
7217 (send_inferior): New procedure.
7218 * lib/gdbserver-support.exp (gdbserver_start): Set
7219 inferior_spawn_id.
7220 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
7221
7222 2015-04-07 Pedro Alves <palves@redhat.com>
7223
7224 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
7225 * lib/gdbserver-support.exp (gdbserver_start): Make
7226 $server_spawn_id global.
7227 (gdbserver_start): Don't wait for gdbserver's spawn id with
7228 expect_background.
7229 (close_gdbserver): New procedure.
7230 (gdb_exit): Rename the default version and reimplement.
7231
7232 2015-04-07 Pedro Alves <palves@redhat.com>
7233
7234 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
7235 append the substituted item, not the original item.
7236
7237 2015-04-07 Pedro Alves <palves@redhat.com>
7238
7239 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
7240 gdb_expect.
7241
7242 2015-04-07 Pedro Alves <palves@redhat.com>
7243
7244 * gdb.base/interrupt.exp: Don't handle the case of the inferior
7245 output appearing once only.
7246
7247 2015-04-07 Pedro Alves <palves@redhat.com>
7248
7249 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
7250 that doesn't expect anything. Return early if running to main
7251 fails.
7252
7253 2015-04-07 Yao Qi <yao.qi@linaro.org>
7254
7255 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
7256 (child_function): Call alarm.
7257 (main): Move call to alarm into the loop.
7258 * gdb.threads/non-stop-fair-events.exp: Build program with
7259 -DTIMEOUT=$timeout.
7260
7261 2015-04-06 Doug Evans <xdje42@gmail.com>
7262
7263 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
7264 Fix dest parameter to board_info.
7265 (fpc_compile): Ditto.
7266 (gdb_compile_pascal): Rename dest arg to destfile.
7267
7268 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
7269
7270 * gdb.ada/funcall_ref.exp: New file.
7271 * gdb.ada/funcall_ref/foo.adb: New file.
7272
7273 2015-04-02 Yao Qi <yao.qi@linaro.org>
7274
7275 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
7276 is remote.
7277
7278 2015-04-02 Gary Benson <gbenson@redhat.com>
7279
7280 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
7281
7282 2015-04-01 Sasha Smundak <asmundak@google.com>
7283
7284 * gdb.python/py-unwind-maint.c: New file.
7285 * gdb.python/py-unwind-maint.exp: New test.
7286 * gdb.python/py-unwind-maint.py: New file.
7287 * gdb.python/py-unwind.c: New file.
7288 * gdb.python/py-unwind.exp: New test.
7289 * gdb.python/py-unwind.py: New test.
7290
7291 2015-04-01 Pedro Alves <palves@redhat.com>
7292
7293 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
7294 to fail instead of non-existent $test.
7295
7296 2015-04-01 Pedro Alves <palves@redhat.com>
7297
7298 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
7299 GDBFLAGS if not empty.
7300
7301 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
7302
7303 * gdb.ada/complete.exp: Remove "multi_line".
7304 * gdb.ada/info_exc.exp: Remove "multi_line".
7305 * gdb.ada/packed_tagged.exp: Remove "multi_line".
7306 * gdb.ada/ptype_field.exp: Remove "multi_line".
7307 * gdb.ada/sym_print_name.exp: Remove "multi_line".
7308 * gdb.ada/tagged.exp: Remove "multi_line".
7309 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
7310 [multi_line ...]
7311 * gdb.btrace/delta.exp: Likewise.
7312 * gdb.btrace/exception.exp: Likewise.
7313 * gdb.btrace/function_call_history.exp: Likewise.
7314 * gdb.btrace/instruction_history.exp: Likewise.
7315 * gdb.btrace/nohist.exp: Likewise.
7316 * gdb.btrace/record_goto.exp: Likewise.
7317 * gdb.btrace/segv.exp: Likewise.
7318 * gdb.btrace/stepi.exp: Likewise.
7319 * gdb.btrace/tailcall.exp: Likewise.
7320 * gdb.btrace/unknown_functions.exp: Likewise.
7321 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
7322 * lib/gdb.exp: Add the "multi_line" helper.
7323
7324 2015-04-01 Pedro Alves <palves@redhat.com>
7325
7326 * gdb.threads/tid-reuse.c: New file.
7327 * gdb.threads/tid-reuse.exp: New file.
7328
7329 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
7330
7331 PR corefiles/16092
7332 * gdb.base/coredump-filter.c: New file.
7333 * gdb.base/coredump-filter.exp: Likewise.
7334
7335 2015-03-27 Petr Machata <pmachata@redhat.com>
7336
7337 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
7338 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
7339 (Dwarf::assemble): Initialize them.
7340 (Dwarf::lines): New function.
7341
7342 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
7343
7344 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
7345 SYMBOL_PREFIX for x86_64-*-cygwin.
7346
7347 2015-03-26 Andy Wingo <wingo@igalia.com>
7348
7349 PR symtab/18148
7350 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
7351 const_value but not a location.
7352 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7353 location defined in non-main CUs are visible.
7354
7355 2015-03-26 Yao Qi <yao.qi@linaro.org>
7356
7357 PR testsuite/18139
7358 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7359 Add a line number entry for the same line.
7360 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7361 Add a line number entry for the same line.
7362
7363 2015-03-26 Yao Qi <yao.qi@linaro.org>
7364
7365 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7366 .int 0.
7367 (func): Likewise. Add .Lfunc_1 label.
7368 Use .Lfunc_1 label.
7369 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7370 .int 0.
7371 (func): Likewise.
7372 Use .Lfunc_1 label.
7373
7374 2015-03-26 Yao Qi <yao.qi@linaro.org>
7375
7376 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
7377 Call gdb_compile instead to compile each .s files without debug
7378 information.
7379
7380 2015-03-26 Yao Qi <yao.qi@linaro.org>
7381
7382 * gdb.base/savedregs.exp (process_saved_regs): Make
7383 "Saved registers:" optional in the pattern.
7384
7385 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7386
7387 * gdb.btrace/next.exp: Merged into step.exp.
7388 * gdb.btrace/finish.exp: Merged into step.exp.
7389 * gdb.btrace/nexti.exp: Merged into stepi.exp.
7390 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
7391 "record goto" and checking the exact replay position.
7392 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
7393 check for "Recording format" in "info record" output.
7394 * gdb.btrace/record_goto.exp: Choose test file based on target.
7395 * gdb.btrace/x86-record_goto.S: Renamed into ...
7396 * gdb.btrace/x86_64-record_goto.S: ... this.
7397 * gdb.btrace/i686-record_goto.S: New.
7398 * gdb.btrace/x86-tailcall.S: Renamed into ...
7399 * gdb.btrace/x86_64-tailcall.S: ... this.
7400 * gdb.btrace/i686-tailcall.S: New.
7401 * gdb.btrace/x86-tailcall.c: Renamed into ...
7402 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
7403 separate statements. Update test.
7404 * gdb.btrace/delta.exp: Use record_goto.c as test file.
7405 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7406 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7407 * gdb.btrace/tailcall.exp: Choose test file based on target.
7408 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7409
7410 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7411
7412 * gdb.btrace/exception.exp: Increase BTS buffer size.
7413
7414 2015-03-24 Pedro Alves <palves@redhat.com>
7415
7416 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7417
7418 2015-03-24 Pedro Alves <palves@redhat.com>
7419
7420 * gdb.threads/schedlock.exp (test_step): No longer expect that
7421 "set scheduler-locking step" with "next" over a function call runs
7422 threads unlocked.
7423
7424 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7425
7426 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7427
7428 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7429
7430 PR breakpoints/16466
7431 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7432 * gdb.mi/mi-pending.c (thread_func): New function.
7433 (int main): Add threading support required.
7434 * gdb.mi/mi-pending.exp: Add tests for this issue.
7435 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7436 (pendfunc2): Remove stdio dependency.
7437 * gdb.mi/mi-pendshr2.c: New file.
7438
7439 2015-03-23 Keith Seitz <keiths@redhat.com>
7440
7441 * gdb.linespec/keywords.c: New file.
7442 * gdb.linespec/keywords.exp: New file.
7443
7444 2015-03-23 Keith Seitz <keiths@redhat.com>
7445
7446 PR gdb/18021
7447 * gdb.dwarf2/staticvirtual.exp: New test.
7448
7449 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7450
7451 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7452 * README: Remove HP-UX and gdb.hp.
7453 (configuration):
7454 * configure: Regenerate.
7455 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7456 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7457 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7458 gdb.hp/gdb.defects/Makefile.
7459 * gdb.hp/Makefile.in: File deleted.
7460 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7461 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7462 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7463 * gdb.hp/gdb.aCC/run.c: File deleted.
7464 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7465 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7466 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7467 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7468 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7469 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7470 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7471 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7472 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7473 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7474 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7475 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7476 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7477 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7478 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7479 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7480 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7481 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7482 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7483 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7484 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7485 * gdb.hp/gdb.compat/average.c: File deleted.
7486 * gdb.hp/gdb.compat/sum.c: File deleted.
7487 * gdb.hp/gdb.compat/xdb.c: File deleted.
7488 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7489 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7490 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7491 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7492 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7493 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7494 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7495 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7496 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7497 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7498 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7499 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7500 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7501 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7502 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7503 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7504 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7505 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7506 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7507 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7508 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7509 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7510 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7511 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7512 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7513 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7514 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7515 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7516 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7517 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7518 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7519 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7520 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7521 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7522 * gdb.hp/tools/odump: File deleted.
7523
7524 2015-03-19 Pedro Alves <palves@redhat.com>
7525
7526 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7527 (saw_thread_3): New globals.
7528 (top level): Increment them when an event for the corresponding
7529 thread is seen.
7530 (no thread starvation): New test.
7531
7532 2015-03-19 Pedro Alves <palves@redhat.com>
7533
7534 * gdb.threads/continue-pending-status.c: New file.
7535 * gdb.threads/continue-pending-status.exp: New file.
7536
7537 2015-03-18 Pedro Alves <palves@redhat.com>
7538
7539 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7540 Use gdb_is_target_remote instead of is_remote. Use
7541 gdb_test_multiple instead of gdb_expect. Exit early if
7542 gdb_test_multiple hits its internal matches. Tighten stepi tests
7543 expected output. Fail on exit with any signal, instead of just
7544 SIGILL.
7545
7546 2015-03-18 Yao Qi <yao.qi@linaro.org>
7547
7548 PR tdep/18107
7549 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7550 variable.
7551 * gdb.base/catch-syscall.exp: Don't skip it on
7552 aarch64*-*-linux* target. Remove elements in all_syscalls.
7553 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7554 target.
7555 (setup_all_syscalls): New proc.
7556
7557 2015-03-16 Yao Qi <yao.qi@linaro.org>
7558
7559 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7560 (top level): Skip tests if valid_addr_p returns false for
7561 $cmd1 or $cmd2.
7562
7563 2015-03-11 Andy Wingo <wingo@igalia.com>
7564
7565 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7566
7567 2015-03-11 Yao Qi <yao.qi@linaro.org>
7568
7569 * gdb.base/catch-syscall.exp: Fix typo in comments.
7570
7571 2015-03-11 Yao Qi <yao.qi@linaro.org>
7572
7573 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7574
7575 2015-03-09 Pedro Alves <palves@redhat.com>
7576
7577 * dg-extract-results.py: Delete.
7578
7579 2015-03-09 Pedro Alves <palves@redhat.com>
7580
7581 Merge dg-extract-results.sh from GCC upstream (r218843).
7582
7583 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7584 * dg-extract-results.sh: Use --text with grep to avoid issues with
7585 binary files. Fall back to cat -v, if that doesn't work.
7586
7587 2015-03-05 Pedro Alves <palves@redhat.com>
7588
7589 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7590
7591 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7592
7593 * lib/mi-support.exp (mi_expect_interrupt): Accept
7594 alternative event for when in all-stop mode.
7595
7596 2015-03-04 Pedro Alves <palves@redhat.com>
7597
7598 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7599
7600 2015-03-04 Mark Kettenis <kettenis@gnu.org>
7601
7602 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7603
7604 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7605
7606 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7607 regexps for GDB's current line display, accept a hex address
7608 preceding the line number.
7609
7610 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7611
7612 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7613 the 'arch1' variable for "s390*-linux*" targets.
7614
7615 2015-03-04 Pedro Alves <palves@redhat.com>
7616
7617 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7618 (main): Pass missing retval argument to pthread_join call.
7619
7620 2015-03-02 Pedro Alves <palves@redhat.com>
7621
7622 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7623 (top level): Call do_test with non-stop as well.
7624
7625 2015-03-02 Pedro Alves <palves@redhat.com>
7626
7627 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7628 -1.
7629
7630 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7631
7632 * gdb.arch/s390-vregs.exp: New test.
7633 * gdb.arch/s390-vregs.S: New file.
7634
7635 2015-02-27 Pedro Alves <palves@redhat.com>
7636
7637 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7638 call to catch_command_errors.
7639 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7640 catch_command_errors.
7641
7642 2015-02-27 Pedro Alves <palves@redhat.com>
7643
7644 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7645 "true" for boolean result.
7646 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7647 prototype of main.
7648
7649 2015-02-27 Pedro Alves <palves@redhat.com>
7650
7651 * lib/unbuffer_output.c: New file.
7652 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7653 (main): Call gdb_unbuffer_output.
7654
7655 2015-02-27 Yao Qi <yao.qi@linaro.org>
7656
7657 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7658 target.
7659
7660 2015-02-26 Doug Evans <dje@google.com>
7661
7662 * gdb.cp/class2.cc (Dbase, D): New classes.
7663 (main): New local delta.
7664 * gdb.cp/class2.exp: Test printing delta.
7665 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7666 (dynbar): New global.
7667 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7668
7669 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7670
7671 * gdb.compile/compile-ifunc.c: New file.
7672 * gdb.compile/compile-ifunc.exp: New file.
7673
7674 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7675
7676 * gdb.base/structs.exp: Check for correct struct on finish.
7677
7678 2015-02-26 Yao Qi <yao.qi@linaro.org>
7679
7680 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7681 is zero.
7682
7683 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7684
7685 * gdb.arch/cordic.ko.bz2: New file.
7686 * gdb.arch/cordic.ko.debug.bz2: New file.
7687 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7688
7689 2015-02-25 Yao Qi <yao.qi@linaro.org>
7690
7691 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7692 aarch64*-*-* target.
7693
7694 2015-02-23 Pedro Alves <palves@redhat.com>
7695
7696 * lib/gdb.exp (delete_breakpoints): Rewrite using
7697 gdb_test_multiple.
7698
7699 2015-02-23 Pedro Alves <palves@redhat.com>
7700
7701 * gdb.base/info-os.c: Include stdlib.h.
7702
7703 2015-02-22 Doug Evans <xdje42@gmail.com>
7704
7705 PR symtab/17855
7706 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7707 is read after symbols have been re-read.
7708 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7709 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7710
7711 2015-02-21 Doug Evans <dje@google.com>
7712
7713 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7714
7715 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7716
7717 PR corefiles/17808
7718 * gdb.arch/i386-biarch-core.core.bz2: New file.
7719 * gdb.arch/i386-biarch-core.exp: New file.
7720
7721 2015-02-21 Pedro Alves <palves@redhat.com>
7722
7723 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7724 runto_main fails.
7725
7726 2015-02-20 Pedro Alves <palves@redhat.com>
7727
7728 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7729 info probes.
7730
7731 2015-02-20 Pedro Alves <palves@redhat.com>
7732
7733 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7734
7735 2015-02-20 Pedro Alves <palves@redhat.com>
7736
7737 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7738 clean_restart before gdb_target_supports_trace.
7739
7740 2015-02-20 Pedro Alves <palves@redhat.com>
7741
7742 PR threads/18006
7743 * gdb.threads/clone-thread_db.c: New file.
7744 * gdb.threads/clone-thread_db.exp: New file.
7745
7746 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7747
7748 PR breakpoints/16812
7749 * gdb.base/catch-gdb-caused-signals.c: New file.
7750 * gdb.base/catch-gdb-caused-signals.exp: New file.
7751
7752 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7753
7754 * configure: Regenerated.
7755 * configure.ac: Use GDB_AC_TRANSFORM.
7756 * aclocal.m4: sinclude ../transform.m4.
7757
7758 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7759
7760 * lib/dtrace.exp: New file.
7761 * gdb.base/dtrace-probe.exp: Likewise.
7762 * gdb.base/dtrace-probe.d: Likewise.
7763 * gdb.base/dtrace-probe.c: Likewise.
7764 * lib/pdtrace.in: Likewise.
7765 * configure.ac: Output variables with the transformed names of
7766 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
7767 * configure: Regenerated.
7768
7769 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7770
7771 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7772 expected message when trying to access $_probe_* convenience
7773 variables while not on a probe.
7774
7775 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7776
7777 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7778
7779 2015-02-11 Pedro Alves <pedro@codesourcery.com>
7780
7781 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7782 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7783
7784 2015-02-10 Doug Evans <xdje42@gmail.com>
7785
7786 * lib/gdb.exp (gdb_load): Always return a result.
7787
7788 2015-02-10 Pedro Alves <palves@redhat.com>
7789
7790 * gdb.threads/signal-sigtrap.c: New file.
7791 * gdb.threads/signal-sigtrap.exp: New file.
7792
7793 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7794
7795 * gdb.trace/no-attach-trace.c: New file.
7796 * gdb.trace/no-attach-trace.exp: New file.
7797
7798 2015-02-09 Mark Wielaard <mjw@redhat.com>
7799
7800 * gdb.dwarf2/atomic.c: New file.
7801 * gdb.dwarf2/atomic-type.exp: Likewise.
7802
7803 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7804
7805 * gdb.btrace/buffer-size.exp: Update "info record" output.
7806 * gdb.btrace/delta.exp: Update "info record" output.
7807 * gdb.btrace/enable.exp: Update "info record" output.
7808 * gdb.btrace/finish.exp: Update "info record" output.
7809 * gdb.btrace/instruction_history.exp: Update "info record" output.
7810 * gdb.btrace/next.exp: Update "info record" output.
7811 * gdb.btrace/nexti.exp: Update "info record" output.
7812 * gdb.btrace/step.exp: Update "info record" output.
7813 * gdb.btrace/stepi.exp: Update "info record" output.
7814 * gdb.btrace/nohist.exp: Update "info record" output.
7815
7816 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7817
7818 * gdb.btrace/buffer-size: New.
7819
7820 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7821
7822 * gdb.btrace/delta.exp: Update "info record" output.
7823 * gdb.btrace/enable.exp: Update "info record" output.
7824 * gdb.btrace/finish.exp: Update "info record" output.
7825 * gdb.btrace/instruction_history.exp: Update "info record" output.
7826 * gdb.btrace/next.exp: Update "info record" output.
7827 * gdb.btrace/nexti.exp: Update "info record" output.
7828 * gdb.btrace/step.exp: Update "info record" output.
7829 * gdb.btrace/stepi.exp: Update "info record" output.
7830 * gdb.btrace/nohist.exp: Update "info record" output.
7831
7832 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
7833
7834 PR gdb/15678
7835 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7836
7837 2015-02-06 Pedro Alves <palves@redhat.com>
7838
7839 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7840 macro.
7841 (seconds_left, again): New globals.
7842 (main): Wait seconds_left in a 1-second sleep loop instead of
7843 sleeping 180 seconds. If 'again' is set, reset the seconds
7844 counter.
7845 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7846 'again' in the inferior before detaching. Print the seconds left.
7847 (options): New global.
7848 (top level): Build program with -DTIMEOUT=$timeout.
7849
7850 2015-02-06 Pedro Alves <palves@redhat.com>
7851
7852 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7853 determine how many seconds to pass to 'alarm'.
7854 * gdb.base/gdb-sigterm.exp (top level): Build program with
7855 -DTIMEOUT=$timeout.
7856 (do_test): Return success/failure indication. Add more verbose
7857 logging. Don't fail if 200 single steps are seen. Instead, fail
7858 when the test times out.
7859 (passes): New global.
7860 (top level): Break the testing loop if testing fails on any
7861 iteration. Use gdb_assert.
7862
7863 2015-02-04 Don Breazeal <donb@codesourcery.com>
7864
7865 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7866 and initialize them.
7867 (ipc_cleanup): New function.
7868 (main): Don't declare shmid, semid, and msqid. Add a call to
7869 atexit so that we call ipc_cleanup on exit.
7870
7871 2015-02-04 Pedro Alves <palves@redhat.com>
7872
7873 * boards/native-extended-gdbserver.exp: Remove any target variant
7874 specifications from the board name before clearing the isremote
7875 flag from board_info.
7876
7877 2015-01-31 Doug Evans <xdje42@gmail.com>
7878
7879 * gdb.base/maint.exp <maint print type argc>: Update expected output.
7880
7881 2015-01-31 Gary Benson <gbenson@redhat.com>
7882
7883 * gdb.base/completion.exp: Disable completion limiting for
7884 existing tests. Add new tests to check completion limiting.
7885 * gdb.linespec/ls-errs.exp: Disable completion limiting.
7886
7887 2015-01-31 Doug Evans <xdje42@gmail.com>
7888
7889 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7890
7891 2015-01-31 Doug Evans <xdje42@gmail.com>
7892
7893 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7894 entries. Duplicate file section script entries.
7895 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7896 inlined entries. Add test for safe-path rejection.
7897 * gdb.python/py-section-script.c: Add duplicate inlined section script
7898 entries. Duplicate file section script entries.
7899 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7900 inlined entries. Add test for safe-path rejection.
7901
7902 2015-01-29 Joel Brobecker <brobecker@adacore.com>
7903
7904 * gdb.ada/disc_arr_bound: New testcase.
7905
7906 2015-01-29 Joel Brobecker <brobecker@adacore.com>
7907
7908 * gdb.ada/mi_var_array: New testcase.
7909
7910 2015-01-27 Doug Evans <dje@google.com>
7911
7912 * gdb.python/py-objfile.exp: Add tests for objfile.username.
7913 Add test for objfile.filename, objfile.username after objfile
7914 has been unloaded.
7915
7916 2015-01-26 Joel Brobecker <brobecker@adacore.com>
7917
7918 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7919 the second test to print the name attribute of value
7920 returned by the call to gdb.lookup_type, and adjust
7921 the expected output accordingly.
7922
7923 2015-01-25 Mark Wielaard <mjw@redhat.com>
7924
7925 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7926 * gdb.base/disp-step-fork.c: Include unistd.h.
7927 * gdb.base/siginfo-obj.c: Include stdio.h.
7928 * gdb.base/siginfo-thread.c: Likewise.
7929 * gdb.mi/non-stop.c: Include unistd.h.
7930 * gdb.mi/nsthrexec.c: Include stdio.h.
7931 * gdb.mi/pthreads.c: Include unistd.h.
7932 * gdb.modula2/unbounded1.c (main): Declare returns int.
7933 * gdb.reverse/consecutive-reverse.c: Likewise.
7934 * gdb.threads/create-fail.c: Include unistd.h.
7935 * gdb.threads/killed.c: Likewise.
7936 * gdb.threads/linux-dp.c: Likewise.
7937 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
7938 * gdb.threads/non-ldr-exc-2.c: Likewise.
7939 * gdb.threads/non-ldr-exc-3.c: Likewise.
7940 * gdb.threads/non-ldr-exc-4.c: Likewise.
7941 * gdb.threads/pthreads.c: Include unistd.h.
7942 (main): Declare returns int.
7943 * gdb.threads/tls-main.c (foo): New declaration.
7944 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
7945
7946 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
7947
7948 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
7949 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
7950
7951 2015-01-15 Mark Wielaard <mjw@redhat.com>
7952
7953 * gdb.base/noreturn-return.c: New file.
7954 * gdb.base/noreturn-return.exp: New file.
7955 * gdb.base/noreturn-finish.c: New file.
7956 * gdb.base/noreturn-finish.exp: New file.
7957
7958 2015-01-23 Pedro Alves <palves@redhat.com>
7959
7960 * gdb.threads/continue-pending-after-query.c: New file.
7961 * gdb.threads/continue-pending-after-query.exp: New file.
7962
7963 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
7964 Simon Marchi <simon.marchi@ericsson.com>
7965
7966 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
7967 * gdb.base/valgrind-db-attach.exp: Same.
7968 * gdb.base/valgrind-infcall.exp: Same.
7969 * lib/mi-support.exp (default_mi_gdb_start): Same.
7970 * lib/prompt.exp (default_prompt_gdb_start): Same.
7971 * lib/gdb.exp (default_gdb_spawn): Same.
7972 (gdb_interact): New.
7973
7974
7975 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7976
7977 * gdb.compile/compile.exp (pointer to jit function): New test.
7978
7979 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
7980
7981 * lib/gdb.exp (supports_process_record): Return true for
7982 powerpc*-*-linux*.
7983 (supports_reverse): Likewise.
7984
7985 2015-01-15 Don Breazeal <donb@codesourcery.com>
7986
7987 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
7988 instead of checking whether the target board is remote and
7989 use spawn_wait_for_attach instead of exec/sleep.
7990 * gdb.base/attach-twice.exp: Likewise.
7991
7992 2015-01-15 Joel Brobecker <brobecker@adacore.com>
7993
7994 * gdb.ada/var_arr_attrs: New testcase.
7995
7996 2015-01-14 Pedro Alves <palves@redhat.com>
7997 Joel Brobecker <brobecker@adacore.com>
7998
7999 PR gdb/17525
8000 * gdb.base/bp-cmds-execution-x-script.c: New file.
8001 * gdb.base/bp-cmds-execution-x-script.exp: New file.
8002 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
8003
8004 2015-01-14 Pedro Alves <palves@redhat.com>
8005
8006 PR cli/17828
8007 * gdb.base/batch-preserve-term-settings.c: New file.
8008 * gdb.base/batch-preserve-term-settings.exp: New file.
8009
8010 2015-01-13 Doug Evans <dje@google.com>
8011
8012 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
8013 binary.
8014
8015 2015-01-13 Joel Brobecker <brobecker@adacore.com>
8016
8017 * Makefile.in (clean mostlyclean): Do not delete *.py.
8018
8019 2015-01-13 Joel Brobecker <brobecker@adacore.com>
8020
8021 * gdb.python/py-lookup-type.exp: New file.
8022
8023 2015-01-12 Pedro Alves <palves@redhat.com>
8024
8025 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
8026 restore GDBFLAGS before returning.
8027
8028 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8029
8030 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
8031 is_amd64_regs_target and is_x86_like_target.
8032
8033 2015-01-11 Doug Evans <xdje42@gmail.com>
8034
8035 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
8036 is given without an explicit form.
8037 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
8038 attributes.
8039 * gdb.dwarf/corrupt.exp: Ditto.
8040 * gdb.dwarf2/enum-type.exp: Ditto.
8041 * gdb.trace/entry-values.exp: Ditto.
8042 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
8043
8044 2015-01-11 Doug Evans <xdje42@gmail.com>
8045
8046 PR gdb/15830
8047 * gdb.base/maint.exp: Remove references to "maint demangle".
8048 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
8049 Add tests for explicitly specifying language to demangle.
8050 * gdb.dlang/demangle.exp: Ditto.
8051
8052 2015-01-09 Pedro Alves <palves@redhat.com>
8053
8054 * gdb.threads/non-stop-fair-events.c: New file.
8055 * gdb.threads/non-stop-fair-events.exp: New file.
8056
8057 2015-01-09 Pedro Alves <palves@redhat.com>
8058
8059 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
8060 the global scope. Set a breakpoint after all threads are started
8061 rather than stepping over two source lines. Expect the prompt.
8062 * gdb.base/watch_thread_num.c (threads_started_barrier): New
8063 global.
8064 (NUM): Now 15.
8065 (main): Use threads_started_barrier to wait for all threads to
8066 start. Main thread no longer calls thread_function. Exit after
8067 180 seconds.
8068 (loop): New function.
8069 (thread_function): Wait on threads_started_barrier barrier. Call
8070 'loop' at each iteration.
8071 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
8072 threads have started, instead of hardcoding number of "next"
8073 steps. Use an access watchpoint instead of a write watchpoint.
8074
8075 2015-01-09 Pedro Alves <palves@redhat.com>
8076
8077 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
8078 (thread_func): Wait on barrier.
8079 (main): Wait for all threads to start before stopping GDB.
8080 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
8081 global.
8082 (thread1_func, thread2_func): Wait on barrier.
8083 (main): Wait for all threads to start before stopping GDB.
8084 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
8085 New global.
8086 (thread1_func, thread2_func): Wait on barrier.
8087 (main): Wait for all threads to start before stopping GDB.
8088
8089 2015-01-09 Pedro Alves <palves@redhat.com>
8090
8091 * gdb.threads/attach-many-short-lived-threads.c: New file.
8092 * gdb.threads/attach-many-short-lived-threads.exp: New file.
8093
8094 2014-01-09 Pedro Alves <palves@redhat.com>
8095
8096 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
8097 instead of to thread 2.
8098 * gdb.threads/signal-command-multiple-signals-pending.c (main):
8099 Add barrier around each pthread_create call instead of around all
8100 calls.
8101 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
8102 Set a break on thread_function and have the child threads hit it
8103 one at at a time.
8104
8105 2015-01-09 Pedro Alves <palves@redhat.com>
8106
8107 * lib/gdb.exp (can_spawn_for_attach): New procedure.
8108 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
8109 false.
8110 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
8111 checking whether the target board is remote.
8112 * gdb.multi/multi-attach.exp: Likewise.
8113 * gdb.python/py-sync-interp.exp: Likewise.
8114 * gdb.server/ext-attach.exp: Likewise.
8115 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
8116 tests that need to attach, instead of checking whether the target
8117 board is remote at the top of the file.
8118
8119 2015-01-08 Yao Qi <yao@codesourcery.com>
8120
8121 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
8122
8123 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8124
8125 Fix testcase compilation.
8126 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
8127
8128 2015-01-06 Joel Brobecker <brobecker@adacore.com>
8129
8130 * gdb.python/py-type.exp: Add a couple test about empty
8131 array creation, and negative-length array creation.
8132
8133 2015-01-02 Doug Evans <xdje42@gmail.com>
8134
8135 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
8136
8137 2015-01-02 Doug Evans <dje@google.com>
8138
8139 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
8140
8141 2014-12-29 Yao Qi <yao@codesourcery.com>
8142
8143 * gdb.trace/entry-values.exp: Update comments. Rename variable
8144 bar_call_foo to returned_from_foo.
8145
8146 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
8147
8148 PR gdb/17394
8149 * gdb.linespec/break-asm-file.c: New file.
8150 * gdb.linespec/break-asm-file.exp: New file.
8151 * gdb.linespec/break-asm-file0.s: New file.
8152 * gdb.linespec/break-asm-file1.s: New file.
8153
8154 2014-12-18 Nigel Stephens <nigel@mips.com>
8155 Maciej W. Rozycki <macro@codesourcery.com>
8156
8157 * gdb.base/float.exp: Handle the new output from "info float" on
8158 MIPS targets.
8159
8160 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8161
8162 Fix MinGW compilation.
8163 * gdb.compile/compile-ops.exp: Update untested message if
8164 !skip_compile_feature_tests.
8165 * gdb.compile/compile-setjmp.exp: Likewise.
8166 * gdb.compile/compile-tls.exp: Likewise.
8167 * gdb.compile/compile.exp: Likewise.
8168 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
8169 supported on this host".
8170
8171 2014-12-16 Doug Evans <xdje42@gmail.com>
8172
8173 * boards/stabs.exp: New file.
8174
8175 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
8176
8177 * gdb.base/completion.exp: Adjust to format changes of "maint
8178 print user-registers".
8179
8180 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
8181
8182 PR server/17457
8183 * gdb.arch/aarch64-fp.c: New file.
8184 * gdb.arch/aarch64-fp.exp: New file.
8185
8186 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8187
8188 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
8189 r210637, r210913, r211666, r215400, r215817).
8190
8191 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
8192 * dg-extract-results.py: New file.
8193 * dg-extract-results.sh: Use it if the environment seems
8194 suitable.
8195
8196 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
8197
8198 * dg-extract-results.py (parse_run): Handle warnings that
8199 are printed before a test harness is run.
8200
8201 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
8202
8203 * dg-extract-results.py (Named): Remove __cmp__ method.
8204 (output_variation): Use a key to sort variation.harnesses.
8205
8206 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
8207
8208 * dg-extract-results.py: For Python 3, force sys.stdout to
8209 handle surrogate escape sequences.
8210 (safe_open): New function.
8211 (output_segment, main): Use it.
8212
8213 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
8214
8215 * dg-extract-results.py (Prog.result_re): Include options
8216 in test name.
8217
8218 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
8219
8220 * dg-extract-results.py (output_variation): Always sort if
8221 do_sum.
8222
8223 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
8224
8225 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
8226 as long as we get pagination notifications.
8227
8228 2014-12-15 Jason Merrill <jason@redhat.com>
8229
8230 * Makefile.in (check-gdb.%): Restore.
8231 * README: Mention it.
8232
8233 2014-12-13 Joel Brobecker <brobecker@adacore.com>
8234
8235 * gdb.ada/str_uninit: New testcase.
8236
8237 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8238
8239 PR symtab/17642
8240 * gdb.base/vla-stub-define.c: New file.
8241 * gdb.base/vla-stub.c: New file.
8242 * gdb.base/vla-stub.exp: New file.
8243
8244 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
8245 Jan Kratochvil <jan.kratochvil@redhat.com>
8246 Tom Tromey <tromey@redhat.com>
8247
8248 * configure.ac: Add gdb.compile/.
8249 * configure: Regenerate.
8250 * gdb.compile/Makefile.in: New file.
8251 * gdb.compile/compile-ops.exp: New file.
8252 * gdb.compile/compile-ops.c: New file.
8253 * gdb.compile/compile-tls.c: New file.
8254 * gdb.compile/compile-tls.exp: New file.
8255 * gdb.compile/compile-constvar.S: New file.
8256 * gdb.compile/compile-constvar.c: New file.
8257 * gdb.compile/compile-mod.c: New file.
8258 * gdb.compile/compile-nodebug.c: New file.
8259 * gdb.compile/compile-setjmp-mod.c: New file.
8260 * gdb.compile/compile-setjmp.c: New file.
8261 * gdb.compile/compile-setjmp.exp: New file.
8262 * gdb.compile/compile-shlib.c: New file.
8263 * gdb.compile/compile.c: New file.
8264 * gdb.compile/compile.exp: New file.
8265 * lib/gdb.exp (skip_compile_feature_tests): New proc.
8266
8267 2014-12-12 Tom Tromey <tromey@redhat.com>
8268
8269 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
8270 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
8271
8272 2014-12-12 Doug Evans <dje@google.com>
8273
8274 * lib/gdb-python.exp (get_python_valueof): New function.
8275 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
8276
8277 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8278
8279 * gdb.base/completion.exp: Add test for completion of "info
8280 registers ".
8281
8282 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
8283
8284 * gdb.base/func-ptrs.c: New file.
8285 * gdb.base/func-ptrs.exp: New file.
8286
8287 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8288
8289 PR breakpoints/17012
8290 * gdb.base/dprintf-detach.c: New file.
8291 * gdb.base/dprintf-detach.exp: New file.
8292
8293 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8294
8295 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
8296 * lib/gdb.exp (target_is_gdbserver): New procedure.
8297
8298 2014-12-08 Doug Evans <dje@google.com>
8299
8300 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
8301
8302 2014-12-05 Yao Qi <yao@codesourcery.com>
8303
8304 * gdb.guile/scm-error.exp: Remove the third argument to
8305 gdb_remote_download.
8306 * gdb.guile/scm-frame-args.exp: Likewise.
8307 * gdb.guile/scm-section-script.exp: Likewise.
8308
8309 2014-12-05 Yao Qi <yao@codesourcery.com>
8310
8311 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
8312
8313 2014-12-04 Doug Evans <dje@google.com>
8314
8315 * gdb.python/py-objfile.exp: Add tests for
8316 objfile.add_separate_debug_file.
8317
8318 2014-12-04 Doug Evans <dje@google.com>
8319
8320 * lib/gdb.exp (get_build_id): New function.
8321 (build_id_debug_filename_get): Rewrite to use it.
8322 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
8323
8324 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
8325
8326 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
8327 `method(long)', not just 0x0.
8328 * gdb.cp/nsalias.exp: Align code labels to 4.
8329 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
8330 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
8331 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
8332 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
8333 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
8334 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
8335
8336 2014-12-02 Doug Evans <dje@google.com>
8337
8338 PR symtab/17602
8339 * gdb.cp/anon-ns.cc: Move guts of this file to ...
8340 * gdb.cp/anon-ns2.cc: ... here. New file.
8341 * gdb.cp/anon-ns.exp: Update.
8342
8343 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
8344
8345 * gdb.python/py-events.py (inferior_call_handler): New.
8346 (register_changed_handler, memory_changed_handler): New.
8347 (test_events.invoke): Register new handlers.
8348 * gdb.python/py-events.exp: Add tests for inferior call,
8349 memory_changed and register_changed events.
8350
8351 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8352
8353 * gdb.base/execl-update-breakpoints.exp: Specify the link address
8354 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
8355 if the linker doesn't understand this.
8356
8357 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
8358
8359 * gdb.python/python.exp: Change expected reply to help().
8360
8361 2014-12-01 Yao Qi <yao@codesourcery.com>
8362
8363 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
8364 AC_CONFIG_SUBDIRS(gdb.gdbtk).
8365 * configure: Re-generated.
8366
8367 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
8368
8369 * gdb.cp/chained-calls.cc: New file.
8370 * gdb.cp/chained-calls.exp: New file.
8371 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8372
8373 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
8374
8375 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8376 * gdb.dwarf2/symtab-producer.exp: Same.
8377 * gdb.gdb/python-interrupts.exp: Same.
8378 * gdb.gdb/python-selftest.exp: Same.
8379 * gdb.python/py-linetable.exp: Same.
8380 * gdb.python/py-type.exp: Same.
8381 * gdb.python/py-value-cc.exp: Same.
8382 * gdb.python/py-value.exp: Same.
8383
8384 2014-11-28 Yao Qi <yao@codesourcery.com>
8385
8386 * gdb.base/break-probes.exp: Match library name prefixed with
8387 sysroot.
8388
8389 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
8390
8391 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
8392 test expected output. Add parentheses for the call to print.
8393 Remove L suffix from integers.
8394
8395 2014-11-26 Doug Evans <dje@google.com>
8396
8397 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8398
8399 2014-11-22 Yao Qi <yao@codesourcery.com>
8400
8401 * gdb.trace/entry-values.c: Remove asms.
8402 (foo): Add foo_label.
8403 (bar): Add bar_label.
8404 * gdb.trace/entry-values.exp: Remove code computing foo's
8405 length and bar's length.
8406 (Dwarf::assemble): Invoke function_range for bar and use
8407 MACRO_AT_func for foo.
8408
8409 2014-11-22 Yao Qi <yao@codesourcery.com>
8410
8411 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8412 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
8413 Use .Lgcc43_procstart instead of gcc43.
8414
8415 2014-11-21 Joel Brobecker <brobecker@adacore.com>
8416
8417 * gdb.ada/n_arr_bound: New testcase.
8418
8419 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
8420
8421 PR breakpoints/10737
8422 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8423 test_catch_syscall_multi_arch.
8424 (test_catch_syscall_multi_arch): New function.
8425
8426 2014-11-20 Doug Evans <xdje42@gmail.com>
8427
8428 * gdb.base/maint.exp: Update expected output.
8429
8430 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8431
8432 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8433 4-byte instruction on S390.
8434
8435 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8436
8437 * gdb.ada/arr_arr: New testcase.
8438
8439 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8440
8441 * gdb.ada/pkd_arr_elem: New Testcase.
8442
8443 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
8444
8445 * gdb.reverse/break-precsave: Expect completion message for
8446 core file reads.
8447 * gdb.reverse/consecutive-precsave.exp: Likewise.
8448 * gdb.reverse/finish-precsave.exp: Likewise.
8449 * gdb.reverse/i386-precsave.exp: Likewise.
8450 * gdb.reverse/machinestate-precsave.exp: Likewise.
8451 * gdb.reverse/sigall-precsave.exp: Likewise.
8452 * gdb.reverse/solib-precsave.exp: Likewise.
8453 * gdb.reverse/step-precsave.exp: Likewise.
8454 * gdb.reverse/until-precsave.exp: Likewise.
8455 * gdb.reverse/watch-precsave.exp: Likewise.
8456
8457 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8458
8459 * gdb.base/bp-permanent.c: Include unistd.h.
8460 * gdb.python/py-framefilter-mi.c (main): Add return type.
8461 * gdb.python/py-framefilter.c (main): Likewise.
8462 * gdb.trace/actions-changed.c (main): Likewise.
8463
8464 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8465
8466 * gdb.mi/until.c: Add eye-catchers.
8467 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8468 line numbers.
8469
8470 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8471
8472 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8473 function header variants in break1.c.
8474 * gdb.base/ena-dis-br.exp: Likewise.
8475 * gdb.base/hbreak2.exp: Likewise.
8476 * gdb.reverse/until-precsave.exp: Drop references to removed
8477 non-prototype function header variants in ur1.c.
8478 * gdb.reverse/until-reverse.exp: Likewise.
8479
8480 2014-11-17 Petr Machata <pmachata@redhat.com>
8481
8482 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8483 ${_cu_offset_size} bytes abbrev offset.
8484
8485 2014-11-15 Doug Evans <xdje42@gmail.com>
8486
8487 PR symtab/17559
8488 * gdb.base/line-symtabs.exp: New file.
8489 * gdb.base/line-symtabs.c: New file.
8490 * gdb.base/line-symtabs.h: New file.
8491
8492 2014-11-14 Yao Qi <yao@codesourcery.com>
8493
8494 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8495 (func): Add label func_label.
8496 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8497 Replace low_pc and high_pc with MACRO_AT_range.
8498 Replace name, low_pc and high_pc with MACRO_AT_func.
8499
8500 2014-11-14 Yao Qi <yao@codesourcery.com>
8501
8502 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8503 Replace name, low_pc and high_pc with MACRO_AT_func.
8504
8505 2014-11-14 Yao Qi <yao@codesourcery.com>
8506
8507 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8508 produce debug information.
8509 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8510
8511 2014-11-14 Yao Qi <yao@codesourcery.com>
8512
8513 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8514 object and get function length.
8515 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8516 with MACRO_AT_func.
8517 (top-level): Replace gdb_compile and clean_restart with
8518 prepare_for_testing.
8519 * gdb.dwarf2/main.c (main): Add label main_label.
8520
8521 2014-11-14 Yao Qi <yao@codesourcery.com>
8522
8523 * lib/dwarf.exp (function_range): New procedure.
8524 (Dwarf::_handle_macro_at_func): New procedure.
8525 (Dwarf::_handle_macro_at_range): New procedure.
8526 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8527
8528 2014-11-14 Yao Qi <yao@codesourcery.com>
8529
8530 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8531 (_handle_attribute): New procedure.
8532
8533 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8534
8535 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8536 * gdb.base/call-sc.c (zed): Likewise.
8537 * gdb.base/checkpoint.c (main): Likewise.
8538 * gdb.base/dump.c (main): Likewise.
8539 * gdb.base/gcore.c (main): Likewise.
8540 * gdb.base/huge.c (main): Likewise.
8541 * gdb.base/multi-forks.c (main): Likewise.
8542 * gdb.base/pr10179-a.c (main): Likewise.
8543 * gdb.base/savedregs.c (main): Likewise.
8544 * gdb.base/sigaltstack.c (main): Likewise.
8545 * gdb.base/siginfo.c (main): Likewise.
8546 * gdb.base/structs.c (zed): Likewise.
8547 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8548 * gdb.mi/mi-syn-frame.c (main): Likewise.
8549 * gdb.mi/until.c (foo, main): Likewise.
8550 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8551 * gdb.base/solib-weak.c (foo): Declare.
8552 * gdb.base/attach-twice.c: Include stdio.h.
8553 * gdb.base/weaklib1.c: Likewise.
8554 * gdb.base/weaklib2.c: Likewise.
8555 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8556 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8557 unistd.h.
8558 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8559 * gdb.mi/mi-exit-code.c: Likewise.
8560 * gdb.base/break-interp-lib.c: Include string.h.
8561 * gdb.base/coremaker.c: Likewise.
8562 * gdb.base/testenv.c: Likewise.
8563 * gdb.python/py-finish-breakpoint.c: Likewise.
8564 * gdb.base/inferior-died.c: Include sys/wait.h.
8565 * gdb.base/fileio.c: Include time.h.
8566 * gdb.base/async-shell.c: Include unistd.h.
8567 * gdb.base/dprintf-non-stop.c: Likewise.
8568 * gdb.base/info-os.c: Likewise.
8569 * gdb.mi/mi-console.c: Likewise.
8570 * gdb.mi/watch-nonstop.c: Likewise.
8571 * gdb.python/py-events.c: Likewise.
8572 * gdb.base/async.c (baz): Move up before its invocation.
8573 * gdb.base/code_elim2.c (my_global_func): Likewise.
8574 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8575 * gdb.base/advance.c (func2): Likewise.
8576
8577 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8578
8579 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8580 variant.
8581 * gdb.base/annota3.c: Likewise.
8582 * gdb.base/async.c: Likewise.
8583 * gdb.base/average.c: Likewise.
8584 * gdb.base/call-ar-st.c: Likewise.
8585 * gdb.base/call-rt-st.c: Likewise.
8586 * gdb.base/call-sc.c: Likewise.
8587 * gdb.base/call-strs.c: Likewise.
8588 * gdb.base/ending-run.c: Likewise.
8589 * gdb.base/execd-prog.c: Likewise.
8590 * gdb.base/exprs.c: Likewise.
8591 * gdb.base/foll-exec.c: Likewise.
8592 * gdb.base/foll-fork.c: Likewise.
8593 * gdb.base/foll-vfork.c: Likewise.
8594 * gdb.base/funcargs.c: Likewise.
8595 * gdb.base/gcore.c: Likewise.
8596 * gdb.base/jump.c: Likewise.
8597 * gdb.base/langs0.c: Likewise.
8598 * gdb.base/langs1.c: Likewise.
8599 * gdb.base/langs2.c: Likewise.
8600 * gdb.base/mips_pro.c: Likewise.
8601 * gdb.base/nodebug.c: Likewise.
8602 * gdb.base/opaque0.c: Likewise.
8603 * gdb.base/opaque1.c: Likewise.
8604 * gdb.base/recurse.c: Likewise.
8605 * gdb.base/run.c: Likewise.
8606 * gdb.base/scope0.c: Likewise.
8607 * gdb.base/scope1.c: Likewise.
8608 * gdb.base/setshow.c: Likewise.
8609 * gdb.base/setvar.c: Likewise.
8610 * gdb.base/shmain.c: Likewise.
8611 * gdb.base/shr1.c: Likewise.
8612 * gdb.base/shr2.c: Likewise.
8613 * gdb.base/sigall.c: Likewise.
8614 * gdb.base/signals.c: Likewise.
8615 * gdb.base/so-indr-cl.c: Likewise.
8616 * gdb.base/solib2.c: Likewise.
8617 * gdb.base/structs.c: Likewise.
8618 * gdb.base/sum.c: Likewise.
8619 * gdb.base/vforked-prog.c: Likewise.
8620 * gdb.base/watchpoint.c: Likewise.
8621 * gdb.reverse/shr2.c: Likewise.
8622 * gdb.reverse/until-reverse.c: Likewise.
8623 * gdb.reverse/ur1.c: Likewise.
8624 * gdb.reverse/watch-reverse.c: Likewise.
8625
8626 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8627
8628 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8629 variant.
8630 * gdb.base/sepdebug.exp: Drop references to removed code.
8631
8632 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8633
8634 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8635 variant. Preserve original line numbering.
8636 * gdb.base/list1.c: Likewise.
8637
8638 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8639
8640 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8641 variant.
8642 * gdb.base/break1.c: Likewise.
8643 * gdb.base/break.exp: Drop references to removed code.
8644
8645 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8646
8647 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8648 variant.
8649
8650 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8651
8652 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8653
8654 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8655
8656 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8657 logic into perform_all_tests() and invoke it with and without
8658 function header prototypes.
8659 (do_function_calls): Remove conditional XFAIL for PR 5318.
8660 (rerun_and_prepare): Remove duplicate code.
8661 (perform_all_tests): New. Main logic moved here.
8662
8663 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8664
8665 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8666 code guarded by #ifdef NO_PROTOTYPES.
8667 (t_double_many_args): Likewise.
8668 (DEF_FUNC_MANY_ARGS_1): Likewise.
8669 (DEF_FUNC_VALUES_1): Likewise.
8670 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8671 guarded by #ifdef PROTOTYPES.
8672
8673 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8674
8675 * gdb.mi/mi-console.c: Add eye-catcher.
8676 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8677 instead of literal line number.
8678
8679 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8680
8681 * gdb.base/shr2.c: Add eye-catcher.
8682 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8683 line number.
8684
8685 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8686
8687 * gdb.base/jump.c: Add eye-catchers.
8688 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8689 numbers.
8690
8691 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8692
8693 * gdb.base/execd-prog.c: Add eye-catchers.
8694 * gdb.base/foll-exec.c: Likewise.
8695 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8696 line numbers.
8697
8698 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8699
8700 * gdb.base/ending-run.c: Add eye-catchers.
8701 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8702 literal line numbers.
8703
8704 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8705
8706 * gdb.base/call-rt-st.c: Add eye-catchers.
8707 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8708 literal line numbers.
8709
8710 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8711
8712 * gdb.base/call-ar-st.c: Add eye-catchers.
8713 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8714 literal line numbers.
8715
8716 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8717
8718 * gdb.base/average.c: Add eye-catchers.
8719 * gdb.base/sum.c: Likewise.
8720 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8721 regexps dynamically.
8722
8723 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8724
8725 * gdb.base/solib1.c: Add eye-catchers.
8726 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8727 literal line numbers.
8728
8729 2014-11-12 Pedro Alves <palves@redhat.com>
8730
8731 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8732 leader has exited.
8733
8734 2014-11-12 Pedro Alves <palves@redhat.com>
8735
8736 * gdb.arch/i386-bp_permanent.c: New file.
8737 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8738 (srcfile): Set to i386-bp_permanent.c.
8739 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8740 that stepi does not execute the 'leave' instruction, instead of
8741 testing it does execute.
8742 * gdb.base/bp-permanent.c: New file.
8743 * gdb.base/bp-permanent.exp: New file.
8744
8745 2014-11-10 Doug Evans <xdje42@gmail.com>
8746
8747 PR symtab/17564
8748 * gdb.base/symtab-search-order.exp: New file.
8749 * gdb.base/symtab-search-order.c: New file.
8750 * gdb.base/symtab-search-order-1.c: New file.
8751 * gdb.base/symtab-search-order-shlib-1.c: New file.
8752
8753 2014-11-07 Pedro Alves <palves@redhat.com>
8754
8755 PR gdb/17511
8756 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8757 i?86-*-linux*.
8758
8759 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8760
8761 PR c++/17494
8762 * gdb.cp/pr17494.cc: New file.
8763 * gdb.cp/pr17494.exp: New file.
8764
8765 2014-11-02 Yao Qi <yao@codesourcery.com>
8766
8767 * gdb.python/python.exp: Get working directory and match the
8768 output of "set extended-prompt \\w " with it.
8769
8770 2014-10-30 Doug Evans <dje@google.com>
8771
8772 * gdb.python/py-objfile.exp: Add tests for setting random attributes
8773 in objfiles.
8774 * gdb.python/py-progspace.exp: Add tests for setting random attributes
8775 in progspaces.
8776
8777 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
8778
8779 * gdb.base/fullpath-expand.exp: Skip for a remote host.
8780 * gdb.base/realname-expand.exp: Likewise.
8781 * gdb.linespec/macro-relative.exp: Likewise.
8782
8783 2014-10-29 Pedro Alves <palves@redhat.com>
8784
8785 PR gdb/17408
8786 * gdb.threads/schedlock.c (some_function): New function.
8787 (call_function): New global.
8788 (MAYBE_CALL_SOME_FUNCTION): New macro.
8789 (thread_function): Call it.
8790 * gdb.threads/schedlock.exp (get_args): Add description parameter,
8791 and use it instead of a global counter. Adjust all callers.
8792 (get_current_thread): Use "find current thread" for test message
8793 here rather than having all callers pass down the same string.
8794 (goto_loop): New procedure, factored out from ...
8795 (my_continue): ... this.
8796 (step_ten_loops): Change parameter from test message to command to
8797 use. Adjust.
8798 (list_count): Delete global.
8799 (check_result): New procedure, factored out from duplicate top
8800 level code.
8801 (continue tests): Wrap in with_test_prefix.
8802 (test_step): New procedure, factored out from duplicate top level
8803 code.
8804 (top level): Test "step" in combination with all scheduler-locking
8805 modes. Test "next" in combination with all scheduler-locking
8806 modes, and in combination with stepping over a function call or
8807 not.
8808 * gdb.threads/next-bp-other-thread.c: New file.
8809 * gdb.threads/next-bp-other-thread.exp: New file.
8810
8811 2014-10-29 Pedro Alves <palves@redhat.com>
8812
8813 PR python/17372
8814 * gdb.python/python.exp: Test a multi-line command that spawns
8815 interactive Python.
8816 * gdb.base/multi-line-starts-subshell.exp: New file.
8817
8818 2014-10-29 Yao Qi <yao@codesourcery.com>
8819
8820 * gdb.base/fileio.exp: Make directories on host.
8821
8822 2014-10-29 Yao Qi <yao@codesourcery.com>
8823
8824 * gdb.base/fileio.c (test_write): Close the file.
8825
8826 2014-10-28 Pedro Alves <palves@redhat.com>
8827
8828 PR gdb/12623
8829 * gdb.base/sigstep.c (no_handler): New global.
8830 (main): If 'no_handler is true, set the signal handlers to
8831 SIG_IGN.
8832 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8833 with_sw_watch and no_handler parameters. Handle them.
8834 (top level) <stepping over handler when stopped at a breakpoint
8835 test>: Add a test axis for testing with a software watchpoint, and
8836 another for testing with the signal handler set to SIG_IGN.
8837 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8838 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8839
8840 2014-10-28 Pedro Alves <palves@redhat.com>
8841
8842 PR gdb/17511
8843 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8844 * gdb.base/sigstep.exp (other_handler_location): New global.
8845 (advance): Support stepping into the signal handler, and running
8846 commands while in the handler.
8847 (in_handler_map): New global.
8848 (top level): In the advance test, add combinations for getting
8849 into the handler with stepping commands, and for running commands
8850 in the handler. Add comment descripting the advancei tests.
8851
8852 2014-10-28 Pedro Alves <palves@redhat.com>
8853
8854 * gdb.base/sigstep.exp: Use build_executable instead of
8855 prepare_for_testing.
8856 (top level): Move code that starts GDB, runs to main and creates a
8857 display to ...
8858 (restart): ... this new procedure.
8859 (top level): Move backtrace from signal handler test to ...
8860 (validate_backtrace): ... this new procedure.
8861 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
8862 with_test_prefix. Always restart GDB.
8863 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
8864 with_test_prefix. Always restart GDB. No need to delete
8865 breakpoints after the test.
8866 (test_skip_handler): Remove prefix parameter.
8867 (skip_over_handler, breakpoint_to_handler)
8868 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8869 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
8870 restart GDB. No need to delete breakpoints after the test.
8871 (top level): Use foreach to call the test procedures with
8872 different commands.
8873
8874 2014-10-28 Pedro Alves <palves@redhat.com>
8875
8876 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8877 instead of GNATS numbers.
8878 * gdb.base/sigbpt.exp: Likewise.
8879 * gdb.base/siginfo.exp: Likewise.
8880 * gdb.base/sigstep.exp: Likewise.
8881
8882 2014-10-27 Pedro Alves <palves@redhat.com>
8883
8884 * gdb.base/sigstep.c (dummy): New global.
8885 (main): Issue a couple writes to the new global.
8886 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8887 procedures.
8888 (skip_over_handler): Use test_skip_handler.
8889 (top level): Call skip_over_handler for stepi and nexti too.
8890 (breakpoint_over_handler): Use test_skip_handler.
8891 (top level): Call breakpoint_over_handler for stepi and nexti too.
8892
8893 2014-10-27 Yao Qi <yao@codesourcery.com>
8894
8895 * gdb.trace/tfile.c (adjust_function_address)
8896 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8897 function descriptor.
8898
8899 2014-10-24 Don Breazeal <donb@codesourcery.com>
8900
8901 * gdb.base/foll-fork.exp (test_follow_fork,
8902 catch_fork_child_follow): Check for updated fork messages emitted
8903 from infrun.c.
8904 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8905 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8906 vfork_and_exec_child_follow_through_step): Check for updated vfork
8907 messages emitted from infrun.c.
8908
8909 2014-10-24 Pedro Alves <palves@redhat.com>
8910
8911 * gdb.base/corefile.exp: Remove references to ultrix.
8912 * gdb.base/interrupt.exp: Likewise.
8913 * gdb.base/whatis.exp: Likewise.
8914 * gdb.gdb/selftest.exp: Likewise.
8915 * gdb.threads/manythreads.exp: Likewise.
8916 * gdb.threads/print-threads.exp: Likewise.
8917 * gdb.threads/pthreads.exp:: Likewise.
8918 * gdb.threads/schedlock.exp: Likewise.
8919
8920 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
8921
8922 * gdb.cp/non-trivial-retval.cc: Add a test case.
8923 * gdb.cp/non-trivial-retval.exp: Add a test.
8924
8925 2014-10-20 Yao Qi <yao@codesourcery.com>
8926
8927 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8928 * gdb.python/py-objfile-script-gdb.py: New file.
8929 * gdb.python/py-objfile-script.exp: Update reference to
8930 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
8931 of remote_download. Remove the dest file.
8932
8933 2014-10-20 Yao Qi <yao@codesourcery.com>
8934
8935 * gdb.base/checkpoint.exp: Don't remove file copied on host.
8936 * gdb.base/step-line.exp: Likewise.
8937 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8938 * gdb.dwarf2/dw2-basic.exp: Likewise.
8939 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8940 * gdb.dwarf2/dw2-filename.exp: Likewise.
8941 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8942 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8943 * gdb.dwarf2/dw2-producer.exp: Likewise.
8944 * gdb.dwarf2/mac-fileno.exp: Likewise.
8945 * gdb.python/py-frame-args.exp: Likewise.
8946 * gdb.python/py-framefilter.exp: Likewise.
8947 * gdb.python/py-mi.exp: Likewise.
8948 * gdb.python/py-objfile-script.exp: Likewise
8949 * gdb.python/py-pp-integral.exp: Likewise.
8950 * gdb.python/py-pp-re-notag.exp: Likewise.
8951 * gdb.python/py-prettyprint.exp: Likewise.
8952 * gdb.python/py-section-script.exp: Likewise.
8953 * gdb.python/py-typeprint.exp: Likewise.
8954 * gdb.python/py-xmethods.exp: Likewise.
8955 * gdb.stabs/weird.exp: Likewise.
8956 * gdb.xml/tdesc-regs.exp: Likewise.
8957
8958 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
8959
8960 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
8961 (out_cu): Use addr_len for the size of addresses.
8962 (out_line): Likewise. Size DW_LNE_set_address instruction
8963 according to addr_len.
8964 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
8965 (FUNC): Add START_INSNS to definition.
8966
8967 2014-10-18 Yao Qi <yao@codesourcery.com>
8968
8969 * gdb.base/argv0-symlink.exp: Check argv[0] value if
8970 gdb_has_argv0 return true.
8971 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
8972 check [target_info exists noargs], check [gdb_has_argv0]
8973 instead.
8974 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
8975 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
8976 procedures.
8977
8978 2014-10-17 Doug Evans <dje@google.com>
8979
8980 * gdb.python/py-events.exp: Update expected output for clear_objfiles
8981 event.
8982 * gdb.python/py-events.py: Add clear_objfiles event.
8983
8984 2014-10-17 Doug Evans <dje@google.com>
8985
8986 * gdb.python/py-objfile.exp: Test progspace attribute.
8987
8988 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
8989
8990 * gdb.guile/scm-breakpoint.exp: Do not assume any
8991 directory separators when matching source file paths.
8992 * gdb.python/py-breakpoint.exp: Likewise.
8993 * gdb.reverse/break-precsave.exp: Likewise.
8994 * gdb.reverse/break-reverse.exp: Likewise.
8995 * gdb.reverse/consecutive-precsave.exp: Likewise.
8996 * gdb.reverse/finish-precsave.exp: Likewise.
8997 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8998 * gdb.reverse/finish-reverse.exp: Likewise.
8999 * gdb.reverse/i386-precsave.exp: Likewise.
9000 * gdb.reverse/i387-env-reverse.exp: Likewise.
9001 * gdb.reverse/i387-stack-reverse.exp: Likewise.
9002 * gdb.reverse/machinestate-precsave.exp: Likewise.
9003 * gdb.reverse/machinestate.exp: Likewise.
9004 * gdb.reverse/sigall-precsave.exp: Likewise.
9005 * gdb.reverse/solib-precsave.exp: Likewise.
9006 * gdb.reverse/step-precsave.exp: Likewise.
9007 * gdb.reverse/until-precsave.exp: Likewise.
9008 * gdb.reverse/watch-precsave.exp: Likewise.
9009 * gdb.reverse/watch-reverse.exp: Likewise.
9010
9011 2014-10-17 Yao Qi <yao@codesourcery.com>
9012
9013 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
9014 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
9015
9016 2014-10-17 Pedro Alves <palves@redhat.com>
9017
9018 PR gdb/17471
9019 * gdb.base/bg-execution-repeat.c: New file.
9020 * gdb.base/bg-execution-repeat.exp: New file.
9021
9022 2014-10-17 Pedro Alves <palves@redhat.com>
9023
9024 PR gdb/17300
9025 * gdb.base/continue-all-already-running.c: New file.
9026 * gdb.base/continue-all-already-running.exp: New file.
9027
9028 2014-10-17 Pedro Alves <palves@redhat.com>
9029
9030 PR gdb/17472
9031 * gdb.base/annota-input-while-running.c: New file.
9032 * gdb.base/annota-input-while-running.exp: New file.
9033
9034 2014-10-17 Pedro Alves <palves@redhat.com>
9035
9036 * gdb.base/callfuncs.exp: emove references to osf.
9037 * gdb.base/sigall.exp: Likewise.
9038 * gdb.gdb/selftest.exp: Likewise.
9039 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
9040 * gdb.mi/non-stop.c: Likewise.
9041 * gdb.mi/pthreads.c: Likewise.
9042 * gdb.reverse/sigall-precsave.exp: Likewise.
9043 * gdb.reverse/sigall-reverse.exp: Likewise.
9044 * gdb.threads/pthreads.c: Likewise.
9045 * gdb.threads/pthreads.exp: Likewise.
9046
9047 2014-10-17 Yao Qi <yao@codesourcery.com>
9048
9049 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
9050 check 'target_info exists noargs'.
9051 (test_command_prompt_position): Likewise.
9052 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
9053 Remove "set args".
9054 (progvar_simple_while_test): Likewise.
9055 (progvar_complex_if_while_test): Likewise.
9056 (if_while_breakpoint_command_test): Likewise.
9057 (infrun_breakpoint_command_test): Likewise.
9058 (breakpoint_command_test): Likewise.
9059 (watchpoint_command_test): Likewise.
9060 (bp_deleted_in_command_test): Likewise.
9061 (temporary_breakpoint_commands): Likewise.
9062
9063 2014-10-16 Yao Qi <yao@codesourcery.com>
9064
9065 * gdb.base/remotetimeout.exp: Remove noargs checking.
9066
9067 2014-10-15 Pedro Alves <palves@redhat.com>
9068
9069 PR breakpoints/9649
9070 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
9071 * gdb.base/breakpoint-in-ro-region.exp
9072 (probe_target_hardware_step): New procedure.
9073 (top level): Probe hardware stepping and hardware breakpoint
9074 support. Test stepping through a read-only region, with both
9075 "breakpoint auto-hw" on and off and both "always-inserted" on and
9076 off.
9077
9078 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
9079
9080 * gdb.dlang/demangle.exp: Update for demangling changes.
9081
9082 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9083
9084 * gdb.cp/non-trivial-retval.cc: Add new test cases.
9085 * gdb.cp/non-trivial-retval.exp: Add new tests.
9086
9087 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9088
9089 PR c++/13403
9090 PR c++/15154
9091 * gdb.cp/non-trivial-retval.cc: New file.
9092 * gdb.cp/non-trivial-retval.exp: New file.
9093
9094 2014-10-15 Yao Qi <yao@codesourcery.com>
9095
9096 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
9097 remote host.
9098
9099 2014-10-15 Yao Qi <yao@codesourcery.com>
9100
9101 * gdb.python/py-symbol.exp: Match file base name if host is
9102 remote, otherwise match file name with dir name.
9103 * gdb.python/py-symtab.exp: Likewise.
9104 * gdb.python/python.exp: Likewise.
9105
9106 2014-10-15 Yao Qi <yao@codesourcery.com>
9107
9108 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
9109 pattern.
9110 * gdb.python/py-symtab.exp: Likewise.
9111 * gdb.python/python.exp: Remove trailing ".*". Fix typo
9112 locationn.
9113
9114 2014-10-14 Joel Brobecker <brobecker@adacore.com>
9115
9116 * gdb.ada/addr_arith: New testcase.
9117
9118 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
9119
9120 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
9121 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
9122 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
9123 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
9124
9125 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
9126
9127 * gdb.arch/stap-eval-lang-ada.S: Likewise.
9128 * gdb.arch/stap-eval-lang-ada.c: Likewise.
9129 * gdb.arch/stap-eval-lang-ada.exp: New file.
9130
9131 2014-10-14 Yao Qi <yao@codesourcery.com>
9132
9133 * gdb.mi/mi-var-child.c (nothing1): New function.
9134 (nothing2): New function.
9135 (do_children_tests): Set function pointers by nothing1 and
9136 nothing2.
9137 * gdb.mi/mi-var-child.exp: Step over new added statements.
9138 Update test to match the new output.
9139 * gdb.mi/var-cmd.c (nothing1): New function.
9140 (nothing2): New function.
9141 (do_children_tests): Set function pointers by nothing1 and
9142 nothing2.
9143 * gdb.mi/mi-var-display.exp: Update test to match output.
9144 Step to the line specified by $line_dct_nothing.
9145 Increase the number of lines to step.
9146
9147 2014-10-14 Yao Qi <yao@codesourcery.com>
9148
9149 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
9150 tests.
9151 * gdb.mi/mi2-var-child.exp: Likewise.
9152
9153 2014-10-13 Doug Evans <dje@google.com>
9154
9155 * gdb.python/py-objfile.exp: Change name of file name test.
9156
9157 2014-10-13 Doug Evans <dje@google.com>
9158
9159 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
9160 from the start of the CU.
9161
9162 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9163 Yao Qi <yao@codesourcery.com>
9164
9165 Fix "save breakpoints" for "catch" command.
9166 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
9167 Remove -nonewline. Match also the added "main" line.
9168
9169 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9170
9171 Fix "save breakpoints" for "disable $bpnum" command.
9172 * gdb.base/save-bp.c (main): Add label.
9173 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
9174
9175 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9176
9177 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
9178
9179 2014-10-11 Yao Qi <yao@codesourcery.com>
9180
9181 * gdb.server/server-kill.exp: Execute command
9182 "set remote trace-status-packet on" before "tstatus".
9183
9184 2014-10-11 Yao Qi <yao@codesourcery.com>
9185
9186 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
9187 (main): Call getppid.
9188 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
9189 and continue to it. Read variable "server_pid".
9190
9191 2014-10-11 Yao Qi <yao@codesourcery.com>
9192
9193 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
9194
9195 2014-10-11 Yao Qi <yao@codesourcery.com>
9196
9197 * gdb.threads/thread-find.exp: Don't execute command
9198 "info threads".
9199 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
9200 * gdb.threads/linux-dp.exp: Don't check the condition
9201 $threads_created equals to zero.
9202
9203 2014-10-10 Pedro Alves <palves@redhat.com>
9204
9205 * gdb.base/bigcore.exp: Remove references to IRIX.
9206 * gdb.base/funcargs.exp: Likewise.
9207 * gdb.base/interrupt.exp: Likewise.
9208 * gdb.base/mips_pro.exp: Likewise.
9209 * gdb.base/nodebug.exp: Likewise.
9210 * gdb.base/setvar.exp: Likewise.
9211 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
9212
9213 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9214 Pedro Alves <palves@redhat.com>
9215
9216 PR symtab/14466
9217 * gdb.base/vdso-warning.c: New file.
9218 * gdb.base/vdso-warning.exp: New file.
9219
9220 2014-10-02 Doug Evans <dje@google.com>
9221
9222 * gdb.base/structs.c (main): Don't run forever.
9223
9224 2014-10-02 Pedro Alves <palves@redhat.com>
9225
9226 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
9227 (top level) <stop threads 1, stop threads 2>: Use it.
9228
9229 2014-10-02 Pedro Alves <palves@redhat.com>
9230
9231 * gdb.threads/break-while-running.exp (test): Add new
9232 'update_thread_list' argument. Skip "info threads" if false.
9233 (top level): Add new 'update_thread_list' axis.
9234
9235 2014-10-02 Pedro Alves <palves@redhat.com>
9236
9237 PR breakpoints/17431
9238 * gdb.base/execl-update-breakpoints.c: New file.
9239 * gdb.base/execl-update-breakpoints.exp: New file.
9240
9241 2014-10-01 Pedro Alves <palves@redhat.com>
9242
9243 * gdb.base/breakpoint-in-ro-region.c: New file.
9244 * gdb.base/breakpoint-in-ro-region.exp: New file.
9245
9246 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
9247
9248 * gdb.mi/mi-exit-code.exp: New file.
9249 * gdb.mi/mi-exit-code.c: New file.
9250
9251 2014-09-30 Yao Qi <yao@codesourcery.com>
9252
9253 * lib/prelink-support.exp (build_executable_own_libs): Error if
9254 the target isn't native.
9255
9256 2014-09-30 Yao Qi <yao@codesourcery.com>
9257
9258 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
9259 false.
9260
9261 2014-09-22 Pedro Alves <palves@redhat.com>
9262
9263 * gdb.threads/break-while-running.exp: New file.
9264 * gdb.threads/break-while-running.c: New file.
9265
9266 2014-09-19 Yao Qi <yao@codesourcery.com>
9267
9268 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
9269 Invoke test. Restart GDB with --readnow and invoke test again.
9270
9271 2014-09-19 Yao Qi <yao@codesourcery.com>
9272
9273 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
9274 proc set_breakpoint_on_gcd_function. Invoke
9275 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
9276 invoke set_breakpoint_on_gcd_function again.
9277
9278 2014-09-18 Doug Evans <dje@google.com>
9279
9280 * gdb.dwarf2/symtab-producer.exp: New file.
9281
9282 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9283
9284 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
9285 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
9286 * gdb.base/global-var-nested-by-dso.c: Likewise.
9287 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9288
9289 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9290 Pedro Alves <palves@redhat.com>
9291
9292 * gdb.base/watch-bitfields.exp: Pass string other than test file
9293 name to prepare_for_testing.
9294 (watch): New procedure.
9295 (expect_watchpoint): Use with_test_prefix.
9296 (top level): Factor out tests to ...
9297 (test_watch_location, test_regular_watch): ... these new
9298 procedures, and use with_test_prefix and gdb_continue_to_end.
9299
9300 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
9301
9302 PR breakpoints/12526
9303 * gdb.base/watch-bitfields.exp: New file.
9304 * gdb.base/watch-bitfields.c: New file.
9305
9306 2014-09-16 Pedro Alves <palves@redhat.com>
9307
9308 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
9309 software and hardware addresses, not software address against
9310 itself.
9311
9312 2014-09-16 Pedro Alves <palves@redhat.com>
9313
9314 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
9315 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
9316
9317 2014-09-16 Pedro Alves <palves@redhat.com>
9318
9319 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
9320 files.
9321 * gdb.base/a2-run.exp: Remove all code guarded by istarget
9322 "*-*-vxworks*" throughout.
9323 * gdb.base/break.exp: Likewise.
9324 * gdb.base/default.exp: Likewise.
9325 * gdb.base/scope.exp: Likewise.
9326 * gdb.base/sepdebug.exp: Likewise.
9327 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
9328 throughout.
9329 * gdb.base/run.c: Likewise.
9330 * gdb.base/sepdebug.c: Likewise.
9331 * gdb.hp/gdb.aCC/run.c: Likewise.
9332 * gdb.reverse/until-reverse.c: Likewise.
9333 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
9334
9335 2014-09-16 Yao Qi <yao@codesourcery.com>
9336
9337 * boards/local-remote-host-native.exp: New file.
9338
9339 2014-09-14 Doug Evans <xdje42@gmail.com>
9340
9341 * gdb.threads/queue-signal.c (thread_count): New variable.
9342 (thread_count_mutex, thread_count_condvar): New variables.
9343 (incr_thread_count, wait_all_threads_running): New functions.
9344 (main): Wait for all threads to be in their thread functions.
9345
9346 2014-09-13 Doug Evans <xdje42@gmail.com>
9347
9348 * gdb.threads/queue-signal.c: New file.
9349 * gdb.threads/queue-signal.exp: New file.
9350
9351 2014-09-13 Doug Evans <xdje42@gmail.com>
9352
9353 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9354 be consistent with what default_gdb_init uses.
9355 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9356 the plain text of the prompt. Add some logging printfs.
9357 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9358
9359 2014-09-12 Pedro Alves <palves@redhat.com>
9360
9361 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9362 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9363 * gdb.arch/i386-size-overlap.exp: Likewise.
9364 * gdb.arch/i386-size.exp: Likewise.
9365 * gdb.arch/i386-unwind.exp: Likewise.
9366 * gdb.base/a2-run.exp: Likewise.
9367 * gdb.base/break.exp: Likewise.
9368 * gdb.base/charset.exp: Likewise.
9369 * gdb.base/chng-syms.exp: Likewise.
9370 * gdb.base/commands.exp: Likewise.
9371 * gdb.base/dbx.exp: Likewise.
9372 * gdb.base/find.exp: Likewise.
9373 * gdb.base/funcargs.exp: Likewise.
9374 * gdb.base/jit-simple.exp: Likewise.
9375 * gdb.base/reread.exp: Likewise.
9376 * gdb.base/sepdebug.exp: Likewise.
9377 * gdb.base/step-bt.exp: Likewise.
9378 * gdb.cp/mb-inline.exp: Likewise.
9379 * gdb.cp/mb-templates.exp: Likewise.
9380 * gdb.objc/basicclass.exp: Likewise.
9381 * gdb.threads/killed.exp: Likewise.
9382
9383 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9384
9385 PR tdep/17379
9386 * gdb.arch/powerpc-stackless.S: New file.
9387 * gdb.arch/powerpc-stackless.exp: New file.
9388
9389 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9390
9391 * gdb.base/attach.c: Include unistd.h.
9392 (main): Call alarm. Add label postloop.
9393 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
9394 gdb_breakpoint, gdb_continue_to_breakpoint.
9395 (test_command_line_attach_run): Kill ${testpid} in one exit path.
9396
9397 2014-09-11 Pedro Alves <palves@redhat.com>
9398
9399 PR gdb/17347
9400 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9401 * gdb.base/attach.exp (test_command_line_attach_run): New
9402 procedure.
9403 (top level): Call it.
9404
9405 2014-09-11 Pedro Alves <palves@redhat.com>
9406
9407 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9408 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9409 (do_command_attach_tests): Use spawn_wait_for_attach.
9410 * gdb.base/solib-overlap.exp: Likewise.
9411 * gdb.multi/multi-attach.exp: Likewise.
9412 * gdb.python/py-prompt.exp: Likewise.
9413 * gdb.python/py-sync-interp.exp: Likewise.
9414 * gdb.server/ext-attach.exp: Likewise.
9415
9416 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
9417
9418 * gdb.fortran/array-element.exp: Remove unexpected "continue"
9419 command in testcase. Simplify testcase.
9420
9421 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9422
9423 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9424
9425 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9426
9427 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9428
9429 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9430
9431 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9432
9433 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9434
9435 * gdb.dwarf2/dynarr-ptr.c: New file.
9436 * gdb.dwarf2/dynarr-ptr.exp: New file.
9437
9438 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9439
9440 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9441 of 30 rather than hardcoding 120 for a slow test case. Take the
9442 `gdb,timeout' target setting into account for this calculation.
9443 Don't extend the timeout for the test cases that don't need it.
9444
9445 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9446
9447 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9448 a factor of 2 for a slow test case. Take the `gdb,timeout'
9449 target setting into account for this calculation.
9450 * gdb.reverse/until-precsave.exp: Increase the timeout by
9451 a factor of 15 and 3 respectively rather than adding 120
9452 for a pair of slow test cases. Take the `gdb,timeout'
9453 target setting into account for this calculation.
9454
9455 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9456
9457 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9458 timeout, don't pass one down to gdb_expect.
9459 (gdb_expect): Rework timeout selection.
9460
9461 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9462
9463 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9464 exception on timeout.
9465 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9466 (gdbserver_start_extended): Catch any `gdbserver_start' error
9467 exceptions.
9468 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9469 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9470 `gdbserver_gdb_load' error exceptions.
9471
9472 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9473
9474 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9475 120 on waiting for the TCP socket to open.
9476
9477 2014-09-09 Doug Evans <xdje42@gmail.com>
9478
9479 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9480 _caller_matches, _any_caller_is, _any_caller_matches.
9481
9482 2014-09-09 Doug Evans <xdje42@gmail.com>
9483
9484 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9485
9486 2014-09-09 Yao Qi <yao@codesourcery.com>
9487
9488 * gdb.mi/mi-var-display.exp: Set print symbol off.
9489
9490 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9491
9492 PR gdb/17035
9493 * gdb.base/commands.exp: Add tests to verify user-defined
9494 commands with empty bodies.
9495 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9496 python commands in `show user command`.
9497 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9498 scheme commands in `show user command`.
9499
9500 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9501
9502 PR python/17355
9503 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9504 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9505 * gdb.python/py-framefilter-invalidarg.exp: New file.
9506 * gdb.python/py-framefilter-invalidarg.py: New file.
9507
9508 2014-09-06 Doug Evans <xdje42@gmail.com>
9509
9510 PR 15276
9511 * gdb.python/py-caller-is.c: New file.
9512 * gdb.python/py-caller-is.exp: New file.
9513
9514 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9515
9516 PR gdb/17235
9517 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9518 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9519
9520 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9521
9522 PR fortran/17237
9523 * gdb.fortran/print-formatted.exp: New file.
9524 * gdb.fortran/print-formatted.f90: Likewise.
9525
9526 2014-09-03 Sasha Smundak <asmundak@google.com>
9527
9528 * gdb.python/py-frame.exp: Test Frame.read_register.
9529
9530 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9531
9532 PR python/16699
9533 * gdb.python/py-completion.exp: New file.
9534 * gdb.python/py-completion.py: Likewise.
9535
9536 2014-08-28 Doug Evans <dje@google.com>
9537
9538 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9539 eax,etc. are live with values set by gdb and thus the compiler can't
9540 use them.
9541 * gdb.arch/i386-pseudo.c (main): Ditto.
9542
9543 2014-08-27 Doug Evans <dje@google.com>
9544
9545 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9546
9547 2014-08-25 Doug Evans <dje@google.com>
9548
9549 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9550 (main): Ditto.
9551
9552 2014-08-25 Doug Evans <dje@google.com>
9553
9554 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9555
9556 2014-08-24 Yao Qi <yao@codesourcery.com>
9557
9558 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9559 symbol off.
9560 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9561
9562 2014-08-22 Doug Evans <dje@google.com>
9563
9564 PR 17276
9565 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9566 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9567 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9568
9569 2014-08-22 Yao Qi <yao@codesourcery.com>
9570
9571 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9572 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9573 * gdb.python/python.exp: Likewise. Use .py file on the host
9574 instead of the build.
9575
9576 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9577
9578 * gdb.threads/gcore-stale-thread.c: New file.
9579 * gdb.threads/gcore-stale-thread.exp: New file.
9580
9581 2014-08-21 Pedro Alves <palves@redhat.com>
9582
9583 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9584 * gdb.base/gcore-relro-pie.exp: Likewise.
9585 * gdb.base/gcore-relro.exp: Likewise.
9586 * gdb.base/gcore.exp: Likewise.
9587 * gdb.base/print-symbol-loading.exp: Likewise.
9588 * gdb.threads/gcore-thread.exp: Likewise.
9589 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9590
9591 2014-08-20 Pedro Alves <palves@redhat.com>
9592 Jan Kratochvil <jan.kratochvil@redhat.com>
9593
9594 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9595 configure.
9596 (EXPECT): Handle READ1 being set.
9597 (all): Depend on EXTRA_RULES.
9598 (check-read1, expect-read1, read1.so, read1): New rules.
9599 * README (Testsuite Parameters): Document the READ1 make variable.
9600 (Race detection): New section.
9601 * configure: Regenerate.
9602 * configure.ac: If build==host==target, and running under a
9603 GNU/glibc system, add read1 to the extra Makefile rules.
9604 (EXTRA_RULES): AC_SUBST it.
9605 * lib/read1.c: New file.
9606
9607 2014-08-20 Joel Brobecker <brobecker@adacore.com>
9608
9609 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9610 the handling of variables declared as a typedef to an array
9611 which a DW_AT_data_location attribute.
9612
9613 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
9614 Pedro Alves <palves@redhat.com>
9615
9616 PR symtab/14604
9617 PR symtab/14605
9618 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9619 gdb_test.
9620
9621 2014-08-19 Pedro Alves <palves@redhat.com>
9622
9623 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9624
9625 2014-08-19 Yao Qi <yao@codesourcery.com>
9626
9627 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9628 right line.
9629
9630 2014-08-18 David Blaikie <dblaikie@gmail.com>
9631
9632 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9633
9634 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9635
9636 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9637 attribute in array range.
9638
9639 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9640
9641 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9642
9643 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9644
9645 PR c++/17132
9646 * gdb.cp/pr17132.cc: New file.
9647 * gdb.cp/pr17132.exp: New file.
9648
9649 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9650
9651 * gdb.python/py-xmethods.py (A_getarrayind)
9652 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9653 Use 'print' with function call syntax.
9654 (E_method_matcher.match): Fix tab vs space indentation mixup.
9655
9656 2014-08-15 Yao Qi <yao@codesourcery.com>
9657
9658 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9659 false.
9660
9661 2014-08-15 Yao Qi <yao@codesourcery.com>
9662
9663 * gdb.cp/casts.exp: Set print symbol off.
9664 * gdb.cp/class2.exp: Likewise.
9665 * gdb.cp/overload.exp: Likewise.
9666 * gdb.cp/templates.exp: Likewise.
9667
9668 2014-08-11 Doug Evans <dje@google.com>
9669
9670 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9671 (test_load_shlib): Update.
9672
9673 2014-08-09 Yao Qi <yao@codesourcery.com>
9674
9675 * gdb.base/display.exp: Invoke is_address_zero_readable.
9676 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9677 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9678 * gdb.base/hbreak-unmapped.exp: Return if
9679 is_address_zero_readable returns true.
9680 * gdb.base/signest.exp: Likewise.
9681 * gdb.base/signull.exp: Likewise.
9682 * gdb.base/sigbpt.exp: Likewise.
9683 * gdb.guile/scm-disasm.exp: Do the test if
9684 is_address_zero_readable returns false.
9685 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9686 * gdb.python/py-arch.exp: Likewise.
9687 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9688 * lib/gdb.exp (is_address_zero_readable): New proc.
9689
9690 2014-08-09 Yao Qi <yao@codesourcery.com>
9691
9692 PR testsuite/13443
9693 * gdb.mi/mi-var-display.exp: Make test messages unique.
9694
9695 2014-08-04 Tom Tromey <tromey@redhat.com>
9696
9697 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9698 target 0".
9699
9700 2014-08-04 Tom Tromey <tromey@redhat.com>
9701
9702 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9703 "target_resume".
9704
9705 2014-08-01 Joel Brobecker <brobecker@adacore.com>
9706
9707 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9708 inner_vla_struct_object_size.
9709 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9710 as xfail.
9711
9712 2014-07-30 Pedro Alves <palves@redhat.com>
9713
9714 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9715 comment.
9716
9717 2014-07-29 Yao Qi <yao@codesourcery.com>
9718
9719 PR gdb/17206
9720 * gdb.base/until-nodebug.exp: New.
9721
9722 2014-07-28 Doug Evans <xdje42@gmail.com>
9723
9724 PR guile/17203
9725 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9726 previously existing parameter, and previously ambiguously spelled
9727 parameter.
9728
9729 2014-07-28 Will Newton <will.newton@linaro.org>
9730
9731 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9732
9733 2014-07-26 Ludovic Courtès <ludo@gnu.org>
9734 Doug Evans <xdje42@gmail.com>
9735
9736 PR guile/17146
9737 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9738
9739 2014-07-25 Pedro Alves <palves@redhat.com>
9740
9741 * gdb.threads/signal-command-handle-nopass.c: New file.
9742 * gdb.threads/signal-command-handle-nopass.exp: New file.
9743 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9744 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9745 * gdb.threads/signal-delivered-right-thread.c: New file.
9746 * gdb.threads/signal-delivered-right-thread.exp: New file.
9747
9748 2014-07-25 Pedro Alves <palves@redhat.com>
9749
9750 * gdb.base/double-prompt-target-event-error.exp
9751 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9752 match.
9753 (cancel_pagination_in_target_event): Rework double prompt
9754 detection.
9755 * gdb.base/paginate-after-ctrl-c-running.exp
9756 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9757 <return>' match.
9758 * gdb.base/paginate-bg-execution.exp
9759 (test_bg_execution_pagination_return)
9760 (test_bg_execution_pagination_cancel): Remove '-notransfer
9761 <return>' matches.
9762 * gdb.base/paginate-execution-startup.exp
9763 (test_fg_execution_pagination_return)
9764 (test_fg_execution_pagination_cancel): Remove '-notransfer
9765 <return>' matches.
9766 * gdb.base/paginate-inferior-exit.exp
9767 (test_paginate_inferior_exited): Remove '-notransfer <return>'
9768 match.
9769 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9770 * lib/gdb.exp (pagination_prompt): Run text through
9771 string_to_regexp.
9772 (gdb_test_multiple): Match $pagination_prompt instead of
9773 "<return>".
9774 (string_to_regexp): Move to lib/gdb-utils.exp.
9775
9776 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9777
9778 * gdb.arch/amd64-entry-value-paramref.S: New file.
9779 * gdb.arch/amd64-entry-value-paramref.cc: New file.
9780 * gdb.arch/amd64-entry-value-paramref.exp: New file.
9781 * gdb.arch/amd64-optimout-repeat.S: New file.
9782 * gdb.arch/amd64-optimout-repeat.c: New file.
9783 * gdb.arch/amd64-optimout-repeat.exp: New file.
9784
9785 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9786
9787 PR gdb/17170
9788 * gdb.base/statistics.exp: New file.
9789
9790 2014-07-17 Doug Evans <dje@google.com>
9791
9792 PR gdb/17170
9793 * gdb.base/maint.exp: Update testing of per-command stats.
9794
9795 2014-07-16 Pedro Alves <palves@redhat.com>
9796
9797 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9798 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9799 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9800 (tfile_write_buf): New functions.
9801 (add_memory_block): Rewrite using the above.
9802 (adjust_function_address): New function.
9803 (FUNCTION_ADDRESS): New macro.
9804 (write_basic_trace_file): Remove short_x local, and use
9805 tfile_write_16. Change type of func_addr local to unsigned long
9806 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
9807 here. Cast argument of add_memory_block to char pointer.
9808 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
9809 (main): Remove parameters.
9810 * gdb.trace/tfile.exp: Remove nowarnings.
9811
9812 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
9813
9814 * gdb.base/debug-expr.exp: Test string evaluation with
9815 "debug expression" on.
9816
9817 2014-07-15 Pedro Alves <palves@redhat.com>
9818
9819 * gdb.base/reread.exp: Use clean_restart.
9820
9821 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
9822
9823 * gdb.arch/avr-flash-qualifer.c: New.
9824 * gdb.arch/avr-flash-qualifer.exp: New.
9825
9826 2014-07-14 Pedro Alves <palves@redhat.com>
9827
9828 * gdb.base/paginate-after-ctrl-c-running.c: New file.
9829 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9830
9831 2014-07-14 Pedro Alves <palves@redhat.com>
9832
9833 * gdb.base/double-prompt-target-event-error.c: New file.
9834 * gdb.base/double-prompt-target-event-error.exp: New file.
9835
9836 2014-07-14 Pedro Alves <palves@redhat.com>
9837
9838 PR gdb/17072
9839 * gdb.base/paginate-inferior-exit.c: New file.
9840 * gdb.base/paginate-inferior-exit.exp: New file.
9841
9842 2014-07-14 Pedro Alves <palves@redhat.com>
9843
9844 PR gdb/17072
9845 * gdb.base/paginate-bg-execution.c: New file.
9846 * gdb.base/paginate-bg-execution.exp: New file.
9847
9848 2014-07-14 Pedro Alves <palves@redhat.com>
9849
9850 PR gdb/17072
9851 * gdb.base/paginate-execution-startup.c: New file.
9852 * gdb.base/paginate-execution-startup.exp: New file.
9853 * lib/gdb.exp (pagination_prompt): New global.
9854 (default_gdb_spawn): New procedure, factored out from
9855 default_gdb_spawn.
9856 (default_gdb_start): Adjust to call default_gdb_spawn.
9857 (gdb_spawn): New procedure.
9858
9859 2014-07-14 Pedro Alves <palves@redhat.com>
9860
9861 * lib/gdb.exp (gdb_assert): New procedure.
9862 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9863
9864 2014-07-14 Pedro Alves <palves@redhat.com>
9865
9866 * gdb.base/execution-termios.c: New file.
9867 * gdb.base/execution-termios.exp: New file.
9868
9869 2014-07-14 Tom Tromey <tromey@redhat.com>
9870
9871 * gdb.cp/vla-cxx.cc: New file.
9872 * gdb.cp/vla-cxx.exp: New file.
9873
9874 2014-07-14 Tom Tromey <tromey@redhat.com>
9875
9876 * gdb.reverse/rerun-prec.c: New file.
9877 * gdb.reverse/rerun-prec.exp: New file.
9878
9879 2014-07-12 Maciej W. Rozycki <macro@mips.com>
9880 Maciej W. Rozycki <macro@codesourcery.com>
9881
9882 * lib/gdb-utils.exp: New file.
9883 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9884 inline `gdb_init_command' processing.
9885 (gdb_start_cmd): Likewise.
9886 * lib/mi-support.exp (mi_run_cmd): Likewise.
9887 * README: Document `gdb_init_command' and `gdb_init_commands'.
9888
9889 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9890
9891 Fix false FAIL running under a very long directory name.
9892 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9893 and "set print elements 10000". Twice.
9894
9895 2014-07-11 Yao Qi <yao@codesourcery.com>
9896
9897 * gdb.base/exprs.exp: "set print symbol off".
9898
9899 2014-07-11 Pedro Alves <palves@redhat.com>
9900
9901 * gdb.threads/kill.c: New file.
9902 * gdb.threads/kill.exp: New file.
9903
9904 2014-07-10 Yao Qi <yao@codesourcery.com>
9905
9906 * gdb.trace/tfile.c (write_basic_trace_file)
9907 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9908 address written to trace file.
9909
9910 2014-07-09 Pedro Alves <palves@redhat.com>
9911
9912 * gdb.base/attach-wait-input.exp: New file.
9913 * gdb.base/attach-wait-input.c: New file.
9914
9915 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9916
9917 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9918 setting up test structures.
9919 (main): Call new test function.
9920 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9921 test function, continue into test function and walk test
9922 structures.
9923
9924 2014-07-02 Yao Qi <yao@codesourcery.com>
9925
9926 * gdb.trace/entry-values.c: Define labels 'foo_start' and
9927 'bar_start' at the beginning of functions 'foo' and 'bar'
9928 respectively.
9929 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9930 instead of 'foo' and 'bar'.
9931
9932 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
9933
9934 * gdb.btrace/segv.exp: New.
9935 * gdb.btrace/segv.c: New.
9936
9937 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
9938
9939 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9940 instruction.
9941
9942 2014-06-30 Mark Wielaard <mjw@redhat.com>
9943
9944 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
9945 vulture, vilify, villar): New volatile array constants.
9946 (vindictive, vegetation): New const volatile array constants.
9947 * gdb.base/volatile.exp: Test volatile and const volatile array
9948 types.
9949
9950 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9951
9952 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
9953 target lacks support for awatch, rwatch, or hbreak.
9954
9955 2014-06-27 Yao Qi <yao@codesourcery.com>
9956
9957 * gdb.multi/dummy-frame-restore.exp: New.
9958 * gdb.multi/dummy-frame-restore.c: New.
9959
9960 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
9961
9962 * gdb.btrace/gcore.exp: New.
9963
9964 2014-06-23 Pedro Alves <palves@redhat.com>
9965
9966 * gdb.base/watchpoint-reuse-slot.c: New file.
9967 * gdb.base/watchpoint-reuse-slot.exp: New file.
9968
9969 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
9970
9971 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
9972 progspace's filename in 'info', 'enable' and 'disable' command
9973 tests.
9974
9975 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9976
9977 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
9978 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9979 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
9980
9981 2014-06-20 Gary Benson <gbenson@redhat.com>
9982
9983 * gdb.arch/i386-avx.exp: Fix include file location.
9984 * gdb.arch/i386-sse.exp: Likewise.
9985
9986 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
9987
9988 * gdb.dlang/expression.exp: New file.
9989
9990 2014-06-19 Pedro Alves <palves@redhat.com>
9991
9992 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
9993 out from ...
9994 (top level): ... here. Iterate running tests under different
9995 scheduler-locking settings.
9996
9997 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
9998
9999 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
10000 to DW_FORM_addr and use non-zero addresses.
10001
10002 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
10003
10004 PR gdb/17017
10005 * gdb.python/py-xmethods.cc: Add global function call counters and
10006 increment them in their respective functions. Remove "cout"
10007 statements.
10008 * gdb.python/py-xmethods.exp: Make tests check the global function
10009 call counters instead of depending on inferior IO.
10010
10011 2014-06-18 Don Breazeal <donb@codesourcery.com>
10012
10013 * gdb.base/foll-fork.exp (default_fork_parent_follow):
10014 Deleted procedure.
10015 (explicit_fork_parent_follow): Deleted procedure.
10016 (explicit_fork_child_follow): Deleted procedure.
10017 (test_follow_fork): New procedure.
10018 (do_fork_tests): Replace calls to deleted procedures with
10019 calls to test_follow_fork and reset GDB for subsequent
10020 procedure calls.
10021
10022 2014-06-17 Yao Qi <yao@codesourcery.com>
10023
10024 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
10025 CP1252.
10026
10027 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
10028
10029 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
10030 Initialize ptr and S explicitly.
10031 (skip_type_update_when_not_use_rtti_test): Likewise.
10032
10033 2014-06-16 Keith Seitz <keiths@redhat.com>
10034
10035 PR mi/15863
10036 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
10037 the inferior is started.
10038
10039 2014-06-16 Pedro Alves <palves@redhat.com>
10040
10041 * gdb.base/break-main-file-remove-fail.c: New file.
10042 * gdb.base/break-main-file-remove-fail.exp: New file.
10043 * gdb.base/break-unload-file.exp: Use build_executable instead of
10044 prepare_for_testing.
10045 (test_break): New parameter "initial_load". Handle it.
10046 (top level): Add initial_load cmdline/file axis.
10047
10048 2014-06-12 Tom Tromey <tromey@redhat.com>
10049
10050 * gdb.base/completion.exp: Don't use directory name in test.
10051
10052 2014-06-09 Gary Benson <gbenson@redhat.com>
10053
10054 * gdb.base/sigall.c [Functions to send signals]: Reorder to
10055 separate the always-available ANSI-standard signals from the
10056 signals that require checking.
10057 (main): Likewise.
10058 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
10059 Likewise.
10060 (main): Likewise.
10061
10062 2014-06-07 Keith Seitz <keiths@redhat.com>
10063
10064 Revert:
10065 PR c++/16253
10066 * gdb.cp/var-tag.cc: New file.
10067 * gdb.cp/var-tag.exp: New file.
10068 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10069 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10070 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10071 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10072
10073 2014-06-06 Doug Evans <xdje42@gmail.com>
10074
10075 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
10076
10077 2014-06-06 Pedro Alves <palves@redhat.com>
10078
10079 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
10080 in target debug output instead of looking at RSP packets,
10081 disabling the test on any target that uses hardware stepping.
10082 Update comments.
10083
10084 2014-06-06 Pedro Alves <palves@redhat.com>
10085
10086 * gdb.base/break-unload-file.exp: Fix typo.
10087
10088 2014-06-06 Yao Qi <yao@codesourcery.com>
10089
10090 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
10091 from "jit_function" to "^jit_function".
10092
10093 2014-06-06 Yao Qi <yao@codesourcery.com>
10094
10095 * gdb.base/async.c (foo): Add one statement.
10096 * gdb.base/async.exp: Get the next instruction address and
10097 match the output of "nexti" by instruction address. Match
10098 the hex address in the output of "finish".
10099
10100 2014-06-06 Gary Benson <gbenson@redhat.com>
10101
10102 * gdb.base/call-signals.c: Remove preprocessor conditionals
10103 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
10104 SIGSEGV and SIGTERM.
10105 * gdb.base/sigall.c: Likewise.
10106 * gdb.base/unwindonsignal.c: Likewise.
10107 * gdb.reverse/sigall-reverse.c: Likewise.
10108
10109 2014-06-06 Yao Qi <yao@codesourcery.com>
10110
10111 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
10112 readable, skip the test.
10113
10114 2014-06-06 Yao Qi <yao@codesourcery.com>
10115
10116 * gdb.threads/staticthreads.c (thread_function): Move the line
10117 setting breakpoint on forward.
10118 * gdb.threads/staticthreads.exp: Update comments.
10119
10120 2014-06-05 Ludovic Courtès <ludo@gnu.org>
10121
10122 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
10123 "history-append! type error".
10124
10125 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
10126
10127 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
10128 erroneous dprintf expected input.
10129
10130 2014-06-04 Doug Evans <xdje42@gmail.com>
10131
10132 * gdb.guile/scm-generics.exp: Delete.
10133
10134 2014-06-04 Doug Evans <xdje42@gmail.com>
10135
10136 * gdb.guile/scm-breakpoint.exp: Update.
10137 Add tests for breakpoint registration.
10138
10139 2014-06-04 Tom Tromey <tromey@redhat.com>
10140
10141 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
10142 VLA-in-union.
10143 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
10144 inner_vla_struct, vla_union types. Initialize objects of those
10145 types and compute their sizes.
10146
10147 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
10148 Hui Zhu <hui@codesourcery.com>
10149
10150 * gdb.base/fileio.exp: Add test for shell not available as well as
10151 available.
10152 * gdb.base/fileio.c (test_system): Check for shell twice.
10153
10154 2014-06-04 Yao Qi <yao@codesourcery.com>
10155
10156 * gdb.base/auto-connect-native-target.exp: Remove redundant
10157 space from the regexp pattern.
10158
10159 2014-06-04 Yao Qi <yao@codesourcery.com>
10160
10161 * gdb.base/default.exp: Replace "child" with "native" in
10162 regexp pattern.
10163
10164 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
10165
10166 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
10167 * gdb.python/py-xmethods.exp: New tests to test xmethods.
10168 * gdb.python/py-xmethods.py: Python script supporting the
10169 new testcase and tests.
10170
10171 2014-06-03 Joel Brobecker <brobecker@adacore.com>
10172 Pedro Alves <palves@redhat.com>
10173
10174 PR breakpoints/17000
10175 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
10176 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
10177
10178 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
10179
10180 * gdb.base/subst.exp: Add tests to verify partial path matching
10181 output.
10182
10183 2014-06-03 Pedro Alves <palves@redhat.com>
10184
10185 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
10186 target that doesn't use software single-stepping.
10187
10188 2014-06-03 Pedro Alves <palves@redhat.com>
10189
10190 PR breakpoints/17000
10191 * gdb.base/sss-bp-on-user-bp-2.c: New file.
10192 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
10193
10194 2014-06-02 Doug Evans <xdje42@gmail.com>
10195
10196 * gdb.guile/scm-parameter.exp: New file.
10197
10198 2014-06-02 Doug Evans <xdje42@gmail.com>
10199
10200 * gdb.guile/scm-cmd.c: New file.
10201 * gdb.guile/scm-cmd.exp: New file.
10202
10203 2014-06-02 Doug Evans <xdje42@gmail.com>
10204
10205 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
10206 pretty-printer lookup.
10207 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
10208 (make-pp_s-printer): Call it.
10209 (make-pretty-printer-from-dict): New function.
10210 (lookup-pretty-printer-maker-from-dict): New function.
10211 (*pretty-printer*): Simplify.
10212 (make-objfile-pp_s-printer): New function.
10213 (install-objfile-pretty-printers!): New function.
10214 (make-progspace-pp_s-printer): New function.
10215 (install-progspace-pretty-printers!): New function.
10216 * gdb.guile/scm-progspace.c: New file.
10217 * gdb.guile/scm-progspace.exp: New file.
10218
10219 2014-06-02 Pedro Alves <palves@redhat.com>
10220
10221 * gdb.base/dprintf-bp-same-addr.c: New file.
10222 * gdb.base/dprintf-bp-same-addr.exp: New file.
10223
10224 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10225
10226 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
10227 * gdb.arch/powerpc-power.s: Likewise.
10228
10229 2014-06-02 Joel Brobecker <brobecker@adacore.com>
10230
10231 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
10232
10233 2014-06-01 Yao Qi <yao@codesourcery.com>
10234
10235 * gdb.base/watchpoint.exp (test_watch_location): Check null
10236 pointer can be dereferenced. If not, do the test, otherwise
10237 skip it.
10238
10239 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
10240
10241 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
10242 results.
10243 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
10244
10245 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
10246
10247 * gdb.arch/amd64-invalid-stack-middle.S: New file.
10248 * gdb.arch/amd64-invalid-stack-middle.c: New file.
10249 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
10250 * gdb.arch/amd64-invalid-stack-top.c: New file.
10251 * gdb.arch/amd64-invalid-stack-top.exp: New file.
10252
10253 2014-05-30 Pedro Alves <palves@redhat.com>
10254
10255 PR breakpoints/17000
10256 * gdb.base/sss-bp-on-user-bp.c: New file.
10257 * gdb.base/sss-bp-on-user-bp.exp: New file.
10258
10259 2014-05-30 David Blaikie <dblaikie@gmail.com>
10260
10261 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
10262 gnu_inline semantics via attribute.
10263 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
10264 source explicitly specifies the required semantics.
10265
10266 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
10267
10268 * gdb.reverse/sigall-reverse.exp: Fix a typo.
10269
10270 2014-05-29 Pedro Alves <palves@redhat.com>
10271 Tom Tromey <tromey@redhat.com>
10272
10273 * gdb.base/async-shell.exp: Don't enable target-async.
10274 * gdb.base/async.exp
10275 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
10276 parameter. Adjust.
10277 (top level): Don't test with "target-async".
10278 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
10279 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
10280 * gdb.base/inferior-died.exp: Don't enable target-async.
10281 * gdb.base/interrupt-noterm.exp: Likewise.
10282 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
10283 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10284 * gdb.mi/mi-nonstop.exp: Likewise.
10285 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10286 * gdb.mi/mi-nsintrall.exp: Likewise.
10287 * gdb.mi/mi-nsmoribund.exp: Likewise.
10288 * gdb.mi/mi-nsthrexec.exp: Likewise.
10289 * gdb.mi/mi-watch-nonstop.exp: Likewise.
10290 * gdb.multi/watchpoint-multi.exp: Adjust comment.
10291 * gdb.python/py-evsignal.exp: Don't enable target-async.
10292 * gdb.python/py-evthreads.exp: Likewise.
10293 * gdb.python/py-prompt.exp: Likewise.
10294 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
10295 * gdb.server/solib-list.exp: Don't enable target-async.
10296 * gdb.threads/thread-specific-bp.exp: Likewise.
10297 * lib/mi-support.exp: Adjust to use mi-async.
10298
10299 2014-05-29 Pedro Alves <palves@redhat.com>
10300
10301 PR gdb/13860
10302 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
10303 reason, even in sync mode.
10304
10305 2014-05-29 Pedro Alves <palves@redhat.com>
10306 Hui Zhu <hui@codesourcery.com>
10307
10308 PR PR15693
10309 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
10310 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
10311 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
10312 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
10313
10314 2014-05-28 Joel Brobecker <brobecker@adacore.com>
10315
10316 * config/monitor.exp (gdb_target_monitor): Replace use of
10317 "set remotebaud" by "set serial baud".
10318
10319 2014-05-26 Andy Wingo <wingo@igalia.com>
10320
10321 * gdb.guile/scm-breakpoint.exp:
10322 * gdb.guile/scm-gsmob.exp: Update to use plain old object
10323 properties instead of gdb-object-properties.
10324
10325 2014-05-26 Yao Qi <yao@codesourcery.com>
10326
10327 * gdb.server/no-thread-db.exp: Specify source file name
10328 explicitly when setting a breakpoint.
10329
10330 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10331
10332 * gdb.btrace/vdso.c: New.
10333 * gdb.btrace/vdso.exp: New.
10334
10335 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10336
10337 * gdb.base/gcore.exp (capture_command_output): Move ...
10338 * lib/gdb.exp (capture_command_output): ... here.
10339
10340 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10341
10342 * gdb.btrace/data.exp: Test memory access during btrace replay.
10343
10344 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
10345
10346 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
10347
10348 2014-05-21 Pedro Alves <palves@redhat.com>
10349
10350 PR gdb/13860
10351 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
10352 (top level): Test that output related to execution commands is
10353 sent to the console with CLI commands, but not with MI commands.
10354 Test that breakpoint events are always mirrored to the console.
10355 Also expect the new source line to be output after a "next" in
10356 async mode too. Make it a pass/fail test.
10357 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10358 output.
10359 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10360
10361 2014-05-21 Pedro Alves <palves@redhat.com>
10362
10363 * gdb.base/list.exp (build_pattern, test_list): New procedures.
10364 Use them to test variations of "list" after reaching a breakpoint.
10365 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10366 Test "list" with listsize 10 after reaching a breakpoint.
10367 * gdb.python/python.exp (decode_line current location line
10368 number): Adjust expected line number.
10369
10370 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
10371
10372 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10373 behavior for $args, pass it directly to "run".
10374
10375 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
10376
10377 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
10378 30000 to 65536.
10379
10380 2014-05-21 Pedro Alves <palves@redhat.com>
10381
10382 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
10383 auto-connect-native-target off".
10384 * gdb.base/auto-connect-native-target.c: New file.
10385 * gdb.base/auto-connect-native-target.exp: New file.
10386
10387 2014-05-21 Pedro Alves <palves@redhat.com>
10388
10389 * gdb.base/default.exp: Test "target native" instead of "target
10390 child".
10391
10392 2014-05-21 Mark Wielaard <mjw@redhat.com>
10393
10394 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10395
10396 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10397
10398 Fix TLS access for -static -pthread.
10399 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10400 <HAVE_TLS> (thread_function, main): Initialize it.
10401 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10402 Add clean_restart.
10403 <$have_tls != "">: Check TLSVAR.
10404
10405 2014-05-21 Pedro Alves <palves@redhat.com>
10406
10407 * gdb.base/dcache-line-read-error.c: New.
10408 * gdb.base/dcache-line-read-error.exp: New.
10409
10410 2014-05-20 Pedro Alves <palves@redhat.com>
10411
10412 * gdb.base/compare-sections.c: New file.
10413 * gdb.base/compare-sections.exp: New file.
10414
10415 2014-05-20 Pedro Alves <palves@redhat.com>
10416
10417 * gdb.base/break-idempotent.c: New file.
10418 * gdb.base/break-idempotent.exp: New file.
10419
10420 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
10421
10422 * gdb.btrace/nohist.exp: New.
10423
10424 2014-05-20 Yao Qi <yao@codesourcery.com>
10425
10426 * lib/gdb.exp (gdb_init): Set timeout if test file is under
10427 gdb.reverse directory and gdb_reverse_timeout exists in board
10428 setting.
10429 * README: Document gdb_reverse_timeout.
10430
10431 2014-05-20 Yao Qi <yao@codesourcery.com>
10432
10433 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10434 'test_file_name'. Treat args as a string instead of a list.
10435 (gdb_init): Rename argument 'args' by 'test_file_name'.
10436
10437 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10438
10439 * gdb.arch/powerpc-power.exp: New file.
10440 * gdb.arch/powerpc-power.s: New file.
10441
10442 2014-05-16 Doug Evans <dje@google.com>
10443
10444 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
10445 * gdb.base/completion.exp: Check that all expected files exist
10446 before doing file completion.
10447
10448 2014-05-16 Doug Evans <dje@google.com>
10449
10450 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10451 Update.
10452 (do_syscall_tests_without_xml): Update.
10453
10454 2014-05-16 Pedro Alves <palves@redhat.com>
10455
10456 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10457 instead of "unknown output after running".
10458
10459 2014-05-16 Yao Qi <yao@codesourcery.com>
10460
10461 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10462 file1.txt from host at the end.
10463 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10464
10465 2014-05-15 Doug Evans <dje@google.com>
10466
10467 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10468 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10469 loading file. Add test for TU lookup.
10470
10471 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10472
10473 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10474 calling "-exec-arguments" or "set args" before running the
10475 inferior.
10476
10477 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10478
10479 * lib/mi-support.exp (mi_expect_stop): Expect message for
10480 inferiors that exit with non-zero exit code.
10481
10482 2014-05-14 Yao Qi <yao@codesourcery.com>
10483
10484 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10485 match absolute path on remote host.
10486 (test_file_list_exec_source_files): Remove "/" from the
10487 pattern.
10488
10489 2014-05-14 Yao Qi <yao@codesourcery.com>
10490
10491 * boards/local-remote-host-notty.exp (${board}_file): New
10492 proc.
10493
10494 2014-05-07 Kyle McMartin <kyle@redhat.com>
10495
10496 Pushed by Joel Brobecker <brobecker@adacore.com>.
10497 * gdb.arch/aarch64-atomic-inst.c: New file.
10498 * gdb.arch/aarch64-atomic-inst.exp: New file.
10499
10500 2014-05-07 Yao Qi <yao@codesourcery.com>
10501
10502 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10503 in current context" too.
10504
10505 2014-05-05 Keith Seitz <keiths@redhat.com>
10506
10507 * gdb.linespec/ls-dollar.exp: Add test for linespec
10508 file:convenience_variable.
10509
10510 2014-05-05 Yao Qi <yao@codesourcery.com>
10511
10512 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10513 traceframes into tfile and ctf trace files. Read data from
10514 trace file and test collected data.
10515 (gdb_collect_locals_test): Likewise.
10516 (gdb_unavailable_registers_test): Likewise.
10517 (gdb_unavailable_floats): Likewise.
10518 (gdb_collect_globals_test): Likewise.
10519 (top-level): Append "ctf" to trace_file_targets if GDB
10520 supports.
10521
10522 2014-05-05 Yao Qi <yao@codesourcery.com>
10523
10524 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10525 code to ...
10526 (gdb_collect_args_test_1): ... it. New proc.
10527 (gdb_collect_locals_test): Move some code to ...
10528 (gdb_collect_locals_test_1): ... it. New proc.
10529 (gdb_unavailable_registers_test): Move some code to ...
10530 (gdb_unavailable_registers_test_1): ... it. New proc.
10531 (gdb_unavailable_floats): Move some code to ...
10532 (gdb_unavailable_floats_1): ... it. New proc.
10533
10534 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10535
10536 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10537 probes to test for bitness recognition.
10538 * gdb.arch/amd64-stap-optional-prefix.exp
10539 (test_probe_value_without_reg): New procedure.
10540 Add code to test for different kinds of bitness.
10541
10542 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10543
10544 PR breakpoints/16889
10545 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10546 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10547
10548 2014-05-01 Pedro Alves <palves@redhat.com>
10549
10550 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10551 gdb_file_cmd if no file is specified.
10552 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10553 last_loaded_file to set the remote exec-file.
10554
10555 2014-05-01 Pedro Alves <palves@redhat.com>
10556
10557 * boards/local-remote-host.exp: New file.
10558
10559 2014-05-01 Pedro Alves <palves@redhat.com>
10560
10561 * boards/local-remote-host.exp: Rename to ...
10562 * boards/local-remote-host-notty.exp: ... this.
10563
10564 2014-04-28 Joel Brobecker <brobecker@adacore.com>
10565
10566 * gdb.ada/dyn_arrayidx: New testcase.
10567
10568 2014-04-26 Yao Qi <yao@codesourcery.com>
10569
10570 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10571 and compute the length of function main. Save it in
10572 $main_length.
10573 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10574 (top-level): Use gdb_compile to compile objects into
10575 executable and restart GDB. Remove invocation to
10576 prepare_for_testing.
10577
10578 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10579 Pedro Alves <palves@redhat.com>
10580
10581 PR server/16255
10582 * gdb.multi/multi-attach.c: New file.
10583 * gdb.multi/multi-attach.exp: New file.
10584
10585 2014-04-25 Pedro Alves <palves@redhat.com>
10586
10587 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10588 user.
10589 (top level): Test that "set remote conditional-breakpoints-packet
10590 off" works as intended.
10591 * gdb.base/dprintf.exp: Test that "set remote
10592 breakpoint-commands-packet off" works as intended.
10593 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10594 New function.
10595 (top level): Call it.
10596 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10597 remote fast-tracepoints-packet off" works as intended.
10598 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10599 * lib/gdb.exp (gdb_is_target_remote): ... here.
10600
10601 2014-04-24 David Blaikie <dblaikie@gmail.com>
10602
10603 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10604 ensure clang would not discard them.
10605 * gdb.base/gdbvars.c: Ditto.
10606 * gdb.base/memattr.c: Ditto.
10607 * gdb.base/whatis.c: Ditto.
10608 * gdb.python/py-prettyprint.c: Ditto.
10609 * gdb.trace/actions.c: Ditto.
10610 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10611 ensure clang would not discard it.
10612
10613 2014-04-24 David Blaikie <dblaikie@gmail.com>
10614
10615 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10616 clang to emit the full definition of type required by the test
10617 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10618
10619 2014-04-24 David Blaikie <dblaikie@gmail.com>
10620
10621 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10622 coax Clang into emitting the definition of the type.
10623 * gdb.cp/pr10728-x.h (y): Ditto.
10624 * gdb.cp/pr10728-y.cc (y): Ditto.
10625
10626 2014-04-24 David Blaikie <dblaikie@gmail.com>
10627
10628 * gdb.base/label.exp: XFAIL label related tests under Clang.
10629 * gdb.cp/cplabel.exp: Ditto.
10630 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10631 under Clang those using labels.
10632
10633 2014-04-25 Yao Qi <yao@codesourcery.com>
10634
10635 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10636 double_label.
10637 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10638 partial_label and double_label.
10639
10640 2014-04-24 David Blaikie <dblaikie@gmail.com>
10641
10642 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10643
10644 2014-04-24 David Blaikie <dblaikie@gmail.com>
10645
10646 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10647 of the function to work across GCC and Clang.
10648 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10649 pointer types (const void ** const V void **).
10650
10651 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
10652 Walfred Tedeschi <walfred.tedeschi@intel.com>
10653
10654 * Makefile.in (EXECUTABLES): Added i386-avx512.
10655 * gdb.arch/i386-avx512.c: New file.
10656 * gdb.arch/i386-avx512.exp: Likewise.
10657
10658 2014-04-23 Keith Seitz <keiths@redhat.com>
10659
10660 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10661 (mi_make_breakpoint_table): New procedure.
10662 (mi_create_breakpoint): Use mi_make_breakpoint
10663 and return the result.
10664 (mi_make_breakpoint): New procedure.
10665 (mi_build_kv_pairs): New procedure.
10666
10667 * gdb.mi/mi-break.exp: Remove unused globals,
10668 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10669 All callers updated.
10670 * gdb.mi/mi-dprintf.exp: Use variable to track command
10671 number.
10672 Update all callers of mi_create_breakpoint and use
10673 mi_make_breakpoint_table.
10674 Remove any unused global variables.
10675 * gdb.mi/mi-nonstop.exp: Likewise.
10676 * gdb.mi/mi-nsintrall.exp: Likewise.
10677 * gdb.mi/mi-nsmoribund.exp: Likewise.
10678 * gdb.mi/mi-nsthrexec.exp: Likewise.
10679 * gdb.mi/mi-reverse.exp: Likewise.
10680 * gdb.mi/mi-simplerun.exp: Likewise.
10681 * gdb.mi/mi-stepn.exp: Likewise.
10682 * gdb.mi/mi-syn-frame.exp: Likewise.
10683 * gdb.mi/mi-until.exp: Likewise.
10684 * gdb.mi/mi-var-cp.exp: Likewise.
10685 * gdb.mi/mi-var-display.exp: Likewise.
10686 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10687 * gdb.mi/mi2-var-child.exp: Likewise.
10688 * gdb.mi/mi-vla-c99.exp: Likewise.
10689 * lib/mi-support.exp: Likewise.
10690
10691 From Ian Lance Taylor <iant@cygnus.com>:
10692 * lib/gdb.exp (parse_args): New procedure.
10693
10694 2014-04-23 Pedro Alves <palves@redhat.com>
10695
10696 * gdb.base/break-unload-file.c: New file.
10697 * gdb.base/break-unload-file.exp: New file.
10698 * gdb.base/sym-file-lib.c (baz): New function.
10699 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10700 field.
10701 (load): Store the segment's mapped size.
10702 (unload): New function.
10703 (unload_shlib): New function.
10704 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10705 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10706 set a breakpoint at baz, and call it.
10707 * gdb.base/sym-file.exp: New tests for stale breakpoint
10708 instructions.
10709
10710 2014-04-23 Pedro Alves <palves@redhat.com>
10711
10712 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10713 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10714 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10715 * gdb.base/hbreak-unmapped.c: New file.
10716 * gdb.base/hbreak-unmapped.exp: New file.
10717 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10718 * lib/gdb.exp (gdb_is_target_remote): ... here.
10719
10720 2014-04-22 Pedro Alves <palves@redhat.com>
10721
10722 * gdb.base/consecutive-step-over.c: New file.
10723 * gdb.base/consecutive-step-over.exp: New file.
10724
10725 2014-04-22 Pedro Alves <palves@redhat.com>
10726
10727 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10728 instead of send_gdb/gdb_expect.
10729
10730 2014-04-22 Yao Qi <yao@codesourcery.com>
10731
10732 * lib/trace-support.exp (generate_tracefile): New procedure.
10733 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10734 return 0.
10735 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10736 if generate_tracefile returns 1.
10737
10738 2014-04-18 Tom Tromey <palves@redhat.com>
10739 Pedro alves <tromey@redhat.com>
10740
10741 PR backtrace/15558
10742 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10743 with a backtrace limit.
10744 * gdb.python/py-frame-inline.exp: Test running to an inline
10745 function with a backtrace limit, and printing the newest frame.
10746 * gdb.python/py-frame-inline.c (main): Call f.
10747
10748 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10749
10750 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10751
10752 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10753
10754 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10755 Drop prefix from unsupported source file path.
10756
10757 2014-04-17 Yao Qi <yao@codesourcery.com>
10758
10759 * lib/gdb.exp (with_target_charset): New proc.
10760 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10761 with_target_charset.
10762 (test_print_strings): Likewise.
10763 (test_repeat_bytes): Likewise.
10764 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10765 for some tests.
10766
10767 2014-04-16 Keith Seitz <keiths@redhat.com>
10768
10769 PR gdb/15827
10770 * gdb.dwarf2/corrupt.c: New file.
10771 * gdb.dwarf2/corrupt.exp: New file.
10772
10773 2014-04-16 Keith Seitz <keiths@redhat.com>
10774
10775 PR c++/16597
10776 * gdb.cp/namelessclass.cc: New file.
10777 * gdb.cp/namelessclass.exp: New file.
10778 * gdb.cp/namelessclass.S: New file.
10779
10780 2014-04-16 Doug Evans <dje@google.com>
10781
10782 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10783 Add comment.
10784 (gdbserver_default_get_comm_port): New function.
10785 (gdbserver_start): Check if board file provided
10786 "gdbserver,get_comm_port" and use it if so.
10787 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10788 (gdb,socketport): Set to "stdio".
10789 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10790 (stdio_gdbserver_template): Delete.
10791 (${board}_get_remote_address): Update.
10792 (${board}_build_remote_cmd): Delete.
10793 (${board}_get_comm_port): New function.
10794 (${board}_spawn): Update.
10795 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10796 Delete.
10797 (${board}_get_remote_address): Update.
10798 (${board}_get_comm_port): New function.
10799
10800 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
10801
10802 * gdb.base/memattr.exp: Improve regexps to handle memory regions
10803 appearing in any order.
10804
10805 2014-04-15 Doug Evans <dje@google.com>
10806
10807 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10808 uninitialized value of "description".
10809
10810 2014-04-15 Keith Seitz <keiths@redhat.com>
10811
10812 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10813 Remove unused globals.
10814 (test_running_the_program): Likewise.
10815 (test_controlled_execution): Likewise.
10816 (test_controlling_breakpoints): Likewise.
10817 (test_program_termination): Likewise.
10818
10819 2014-04-15 Keith Seitz <keiths@redhat.com>
10820
10821 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10822 unused globals.
10823 (test_rbreak_creation_and_listing): Likewise.
10824 (test_ignore_count): Likewise.
10825 (test_error): Likewise.
10826
10827 2014-04-15 Pedro Alves <palves@redhat.com>
10828
10829 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10830 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10831 sym-file-loader.c.
10832 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10833 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10834 to sym-file-loader.c.
10835 (struct library): Forward declare.
10836 (load_shlib, lookup_function): Change prototypes.
10837 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10838 (translate_offset): Remove declarations.
10839 (get_text_addr): New declaration.
10840 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10841 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10842 sym-file-loader.h.
10843 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10844 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10845 here from sym-file-loader.h.
10846 (struct library): New structure.
10847 (load_shlib, lookup_function): Change prototypes and adjust to
10848 work with a struct library.
10849 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10850 (translate_offset): Make static.
10851 (get_text_addr): New function.
10852 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10853
10854 2014-04-15 Pedro Alves <palves@redhat.com>
10855
10856 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
10857
10858 2014-04-15 Pedro Alves <palves@redhat.com>
10859
10860 * gdb.base/sym-file-loader.c: Include <limits.h>.
10861 (SELF_LINK): New define.
10862 (get_origin): New function.
10863 (load_shlib): Use it.
10864 * gdb.base/sym-file.exp: Don't early return if the target is
10865 remote. Use runto_main, and issue fail is that fails. Use
10866 gdb_load_shlibs.
10867 (shlib_name): Delete.
10868 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
10869
10870 2014-04-15 Pedro Alves <palves@redhat.com>
10871
10872 * gdb.base/sym-file.exp: Remove regex characters from test
10873 message. Don't refer to breakpoint numbers in test messages.
10874
10875 2014-04-14 Keith Seitz <keiths@redhat.com>
10876
10877 PR c++/16253
10878 * gdb.cp/var-tag.cc: New file.
10879 * gdb.cp/var-tag.exp: New file.
10880 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10881 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10882 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10883 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10884
10885 2014-04-14 Tom Tromey <tromey@redhat.com>
10886
10887 * gdb.cp/classes.exp (test_enums): Handle underlying type.
10888 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10889 type.
10890 * gdb.cp/enum-class.exp: New file.
10891 * gdb.cp/enum-class.cc: New file.
10892
10893 2014-04-14 Tom Tromey <tromey@redhat.com>
10894
10895 * gdb.dwarf2/enum-type.exp: New file.
10896
10897 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10898
10899 * gdb.mi/mi-vla-c99.exp: New file.
10900 * gdb.mi/vla.c: New file.
10901
10902 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10903
10904 * gdb.base/vla-datatypes.c: New file.
10905 * gdb.base/vla-datatypes.exp: New file.
10906
10907 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10908
10909 * gdb.base/vla-ptr.c: New file.
10910 * gdb.base/vla-ptr.exp: New file.
10911
10912 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10913
10914 * gdb.dwarf2/count.exp: New file.
10915
10916 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10917
10918 * gdb.base/vla-sideeffect.c: New file.
10919 * gdb.base/vla-sideeffect.exp: New file.
10920
10921 2014-04-14 David Blaikie <dblaikie@gmail.com>
10922
10923 * gdb.mi/non-stop.c: Add return value for non-void function return
10924 statement.
10925 * gdb.threads/staticthreads.c: Ditto.
10926
10927 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
10928 Doug Evans <xdje42@gmail.com>
10929
10930 * gdb.guile/scm-value.c: Improve test case.
10931 * gdb.guile/scm-value.exp: Add new test.
10932
10933 2014-04-11 David Blaikie <dblaikie@gmail.com>
10934
10935 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
10936 override Clang's default.
10937
10938 2014-04-11 Joel Brobecker <brobecker@adacore.com>
10939
10940 Revert the following changes (regressions):
10941
10942 * gdb.base/vla-sideeffect.c: New file.
10943 * gdb.base/vla-sideeffect.exp: New file.
10944
10945 * gdb.dwarf2/count.exp: New file.
10946
10947 * gdb.base/vla-multi.c: New file.
10948 * gdb.base/vla-multi.exp: New file.
10949
10950 * gdb.base/vla-ptr.c: New file.
10951 * gdb.base/vla-ptr.exp: New file.
10952
10953 * gdb.base/vla-datatypes.c: New file.
10954 * gdb.base/vla-datatypes.exp: New file.
10955
10956 * gdb.mi/mi-vla-c99.exp: New file.
10957 * gdb.mi/vla.c: New file.
10958
10959 2014-04-11 Keith Seitz <keiths@redhat.com>
10960
10961 PR c++/16675
10962 * gdb.cp/cpsizeof.exp: New file.
10963 * gdb.cp/cpsizeof.cc: New file.
10964
10965 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10966
10967 * gdb.mi/mi-vla-c99.exp: New file.
10968 * gdb.mi/vla.c: New file.
10969
10970 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10971
10972 * gdb.base/vla-datatypes.c: New file.
10973 * gdb.base/vla-datatypes.exp: New file.
10974
10975 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10976
10977 * gdb.base/vla-ptr.c: New file.
10978 * gdb.base/vla-ptr.exp: New file.
10979
10980 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10981
10982 * gdb.base/vla-multi.c: New file.
10983 * gdb.base/vla-multi.exp: New file.
10984
10985 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10986
10987 * gdb.dwarf2/count.exp: New file.
10988
10989 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10990
10991 * gdb.base/vla-sideeffect.c: New file.
10992 * gdb.base/vla-sideeffect.exp: New file.
10993
10994 2014-04-11 Yao Qi <yao@codesourcery.com>
10995
10996 * gdb.base/completion.exp: Check file exists before running tests
10997 on file completion.
10998
10999 2014-04-10 Pedro Alves <palves@redhat.com>
11000
11001 * gdb.base/cond-eval-mode.c: New file.
11002 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
11003 prepare_for_testing to build the new file. Check result of
11004 runto_main.
11005 (test_break, test_watch): New procedures.
11006 (top level): Use them.
11007
11008 2014-04-08 Pierre Muller <muller@sourceware.org>
11009
11010 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
11011 Ctrl-V use for mingw hosts.
11012
11013 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
11014
11015 * gdb.python/py-value.c: Improve test case.
11016 * gdb.python/py-value.exp: Add new test.
11017
11018 2014-04-07 David Blaikie <dblaikie@gmail.com>
11019
11020 * lib/compiler.c: Identify the clang compiler.
11021 * lib/compiler.cc: Ditto.
11022
11023 2014-04-03 Yao Qi <yao@codesourcery.com>
11024
11025 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
11026
11027 2014-04-01 Anton Blanchard <anton@samba.org>
11028
11029 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
11030 messages unique.
11031
11032 2014-04-01 Anton Blanchard <anton@samba.org>
11033
11034 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
11035 prepare_for_testing.
11036
11037 2014-04-01 Anton Blanchard <anton@samba.org>
11038
11039 * gdb.arch/ppc64-atomic-inst.c: Remove.
11040 * gdb.arch/ppc64-atomic-inst.S: New file.
11041 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
11042
11043 2014-03-31 Doug Evans <dje@google.com>
11044
11045 * gdb.base/print-symbol-loading-lib.c: New file.
11046 * gdb.base/print-symbol-loading-main.c: New file.
11047 * gdb.base/print-symbol-loading.exp: New file.
11048
11049 2014-03-31 Yao Qi <yao@codesourcery.com>
11050
11051 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
11052
11053 2014-03-28 Joel Brobecker <brobecker@adacore.com>
11054
11055 * gdb.ada/mi_dyn_arr: New testcase.
11056
11057 2014-03-27 Doug Evans <dje@google.com>
11058
11059 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
11060
11061 2014-03-27 Yao Qi <yao@codesourcery.com>
11062
11063 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
11064 if target is nios2-*-*.
11065
11066 2014-03-26 Yao Qi <yao@codesourcery.com>
11067
11068 * lib/gdb.exp (readline_is_used): New proc.
11069 * gdb.base/completion.exp: Move tests on command complete up.
11070 Skip the rest of tests if readline is not used.
11071 * gdb.ada/complete.exp: Skp the test if readline is not
11072 used.
11073 * gdb.base/filesym.exp: Likewise.
11074 * gdb.base/macscp.exp: Likewise.
11075 * gdb.base/readline-ask.exp: Likewise.
11076 * gdb.base/readline.exp: Likewise.
11077 * gdb.python/py-cmd.exp: Likewise.
11078 * gdb.trace/tfile.exp: Likewise.
11079
11080 2014-03-26 Yao Qi <yao@codesourcery.com>
11081
11082 * gdb.base/macscp.exp: Fix code format issues.
11083
11084 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
11085
11086 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
11087 * gdb.asm/powerpc64le.inc: New file.
11088
11089 2014-03-25 Pedro Alves <palves@redhat.com>
11090 Doug Evans <dje@google.com>
11091
11092 * gdb.base/source-execution.c: New file.
11093 * gdb.base/source-execution.exp: New file.
11094 * gdb.base/source-execution.gdb: New file.
11095
11096 2014-03-24 Doug Evans <dje@google.com>
11097
11098 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
11099 using fission.
11100
11101 2014-03-24 Hui Zhu <hui@codesourcery.com>
11102 Pedro Alves <palves@redhat.com>
11103
11104 PR breakpoints/16101
11105 * gdb.base/dprintf.exp: Use unsupported rather than changing the
11106 test pass/fail messages. Detect missing support for dprintf when
11107 breakpoints are actually inserted.
11108 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
11109 breakpoints are actually inserted.
11110 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
11111 fails.
11112
11113 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11114
11115 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
11116
11117 2014-03-22 Doug Evans <xdje42@gmail.com>
11118
11119 * gdb.python/python.exp (python not supported): Verify multi-line
11120 python command issues an error.
11121 * gdb.guile/guile.exp (guile not supported): Verify multi-line
11122 guile command issues an error.
11123
11124 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
11125
11126 * gdb.threads/thread-specific.exp: Handle the lack of usable
11127 $this_breakpoint and $this_thread.
11128
11129 2014-03-21 Hui Zhu <hui@codesourcery.com>
11130
11131 * gdb.base/attach.exp (do_command_attach_tests): New.
11132
11133 2014-03-20 Tom Tromey <tromey@redhat.com>
11134 Pedro Alves <palves@redhat.com>
11135
11136 PR cli/15718
11137 * gdb.base/condbreak-call-false.c: New file.
11138 * gdb.base/condbreak-call-false.exp: New file.
11139
11140 2014-03-20 Pedro Alves <palves@redhat.com>
11141
11142 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
11143 Delete.
11144 (block_signals, unblock_signals): Delete.
11145 (child_function_2, main): Remove references to deleted variable
11146 and functions.
11147
11148 2014-03-20 Pedro Alves <palves@redhat.com>
11149
11150 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
11151 Use pthread_kill to signal thread 2.
11152 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11153 Adjust to make the test send itself a signal rather than using the
11154 host's "kill" command.
11155
11156 2014-03-20 Pedro Alves <palves@redhat.com>
11157
11158 * gdb.threads/multiple-step-overs.c: New file.
11159 * gdb.threads/multiple-step-overs.exp: New file.
11160 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11161 Adjust expected infrun debug output.
11162
11163 2014-03-20 Pedro Alves <palves@redhat.com>
11164
11165 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
11166 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
11167
11168 2014-03-20 Pedro Alves <palves@redhat.com>
11169
11170 PR breakpoints/7143
11171 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
11172 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
11173 of gdb_test_multiple.
11174 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
11175 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
11176
11177 2014-03-20 Pedro Alves <palves@redhat.com>
11178
11179 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
11180 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
11181
11182 2014-03-19 Pedro Alves <palves@redhat.com>
11183
11184 * gdb.base/async.exp: Remove early return.
11185
11186 2014-03-19 Pedro Alves <palves@redhat.com>
11187
11188 * gdb.base/async.exp (step& tests): Pass explicit test messages.
11189
11190 2014-03-19 Pedro Alves <palves@redhat.com>
11191
11192 * gdb.base/async.exp (test_background): Expect \r\n after
11193 "completed." in the fail pattern.
11194
11195 2014-03-19 Pedro Alves <palves@redhat.com>
11196
11197 * gdb.base/async.exp (test_background): New procedure.
11198 Use it for all background execution command tests.
11199
11200 2014-03-19 Pedro Alves <palves@redhat.com>
11201
11202 * gdb.base/async.exp: Use prepare_for_testing.
11203
11204 2014-03-19 Pedro Alves <palves@redhat.com>
11205
11206 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
11207 the same line.
11208
11209 2014-03-19 Pedro Alves <palves@redhat.com>
11210
11211 * gdb.base/async.c (main): Add "jump here" and "until here" line
11212 marker comments.
11213 * gdb.base/async.exp (jump_here): New global.
11214 (jump& test): Use it.
11215 (until_here): New global.
11216 (until& test): Use it.
11217
11218 2014-03-19 Pedro Alves <palves@redhat.com>
11219
11220 * gdb.base/async.exp: Don't frob gdb_protocol.
11221
11222 2014-03-18 Doug Evans <xdje42@gmail.com>
11223
11224 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
11225 Fix spelling of exec-done-display.
11226
11227 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11228
11229 PR gdb/15358
11230 * gdb.base/gdb-sigterm.c: New file.
11231 * gdb.base/gdb-sigterm.exp: New file.
11232
11233 2014-03-18 Pedro Alves <palves@redhat.com>
11234
11235 PR gdb/13860
11236 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
11237 * lib/mi-support.exp (mi_expect_stop): Add special handling for
11238 solib-event.
11239
11240 2014-03-17 Joel Brobecker <brobecker@adacore.com>
11241
11242 * gdb.ada/pckd_arr_ren: New testcase.
11243
11244 2014-03-13 Doug Evans <xdje42@gmail.com>
11245
11246 PR guile/16612
11247 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
11248 collect after discarding symbols.
11249
11250 2014-03-13 Ludovic Courtès <ludo@gnu.org>
11251 Doug Evans <xdje42@gmail.com>
11252
11253 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
11254 to history survives a gc.
11255
11256 2014-03-13 Pedro Alves <palves@redhat.com>
11257
11258 * gdb.base/default.exp: Don't test "target procfs".
11259
11260 2014-03-13 Pedro Alves <palves@redhat.com>
11261
11262 * gdb.base/default.exp: Update "target child" and "target procfs"
11263 tests to not expect "Unix".
11264
11265 2014-03-12 Tom Tromey <tromey@redhat.com>
11266
11267 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
11268 New procs. Add target-async tests.
11269 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
11270 Add target-async tests.
11271
11272 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11273
11274 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
11275 'func_start' and 'func_end' for the beginning and end of the
11276 function code, respectively.
11277 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
11278 'func_end' instead of 'func' and 'main'.
11279
11280 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11281
11282 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
11283 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
11284 generate the debug info assembler source.
11285
11286 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11287
11288 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
11289 * gdb.dwarf2/arr-subrange.exp: Likewise.
11290 * gdb.dwarf2/dwz.exp: Likewise.
11291 * gdb.dwarf2/method-ptr.exp: Likewise.
11292 * gdb.dwarf2/missing-sig-type.exp: Likewise.
11293 * gdb.dwarf2/subrange.exp: Likewise.
11294 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
11295 * gdb.dwarf2/implptrpiece.exp: Likewise.
11296 * gdb.dwarf2/nostaticblock.exp: Likewise.
11297
11298 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11299
11300 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
11301 directory to absolute path name arguments.
11302
11303 2014-03-10 Joel Brobecker <brobecker@adacore.com>
11304
11305 * gdb.ada/tagged_access: New testcase.
11306
11307 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
11308
11309 * gdb.btrace/data.exp: Update expected output.
11310
11311 2014-03-06 Yao Qi <yao@codesourcery.com>
11312
11313 * gdb.trace/pr16508.exp: New file.
11314
11315 2014-03-05 Pedro Alves <palves@redhat.com>
11316
11317 PR gdb/16575
11318 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
11319 procedure.
11320 (top level): Adjust to use it. Add tests that exercise breakpoint
11321 interaction with the code-cache.
11322
11323 2014-02-26 Ludovic Courtès <ludo@gnu.org>
11324
11325 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
11326 test for 'history-append!'.
11327
11328 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11329
11330 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
11331 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
11332 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
11333 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
11334 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
11335 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
11336
11337 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11338
11339 * testsuite/gdb.python/py-pp-re-notag.c: New file.
11340 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
11341 * testsuite/gdb.python/py-pp-re-notag.p: New file.
11342
11343 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11344
11345 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
11346
11347 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11348
11349 * gdb.dwarf2/arr-stride.c: New file.
11350 * gdb.dwarf2/arr-stride.exp: New file.
11351
11352 2014-02-26 Pedro Alves <palves@redhat.com>
11353
11354 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11355 that won't ever trigger. Make sure that GDB reports the correct
11356 breakpoint that caused the stop.
11357
11358 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11359
11360 PR gdb/16626
11361 * gdb.base/auto-load-script: New file.
11362 * gdb.base/auto-load.c: New file.
11363 * gdb.base/auto-load.exp: New file.
11364
11365 PR gdb/16626
11366 * gdb.base/auto-load.exp: Fix out-of-srctree run.
11367
11368 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11369
11370 Fix dw2-icycle.exp -fsanitize=address GDB crash.
11371 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11372
11373 2014-02-24 Doug Evans <dje@google.com>
11374
11375 * lib/gdb.exp (run_on_host): Log error output if program fails.
11376
11377 2014-02-21 Pedro Alves <palves@redhat.com>
11378
11379 * gdb.threads/step-after-sr-lock.c: Rename to ...
11380 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
11381 * gdb.threads/step-after-sr-lock.exp: Rename to ...
11382 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11383 ... this.
11384
11385 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
11386
11387 PR tdep/16397
11388 * gdb.arch/amd64-stap-special-operands.exp: New file.
11389 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
11390 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
11391 * gdb.arch/amd64-stap-triplet.S: Likewise.
11392 * gdb.arch/amd64-stap-triplet.c: Likewise.
11393
11394 2014-02-20 Joel Brobecker <brobecker@adacore.com>
11395
11396 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11397 in .section pseudo-op.
11398
11399 2014-02-20 lin zuojian <manjian2006@gmail.com>
11400 Joel Brobecker <brobecker@adacore.com>
11401 Doug Evans <xdje42@gmail.com>
11402
11403 PR symtab/16581
11404 * gdb.dwarf2/dw2-icycle.S: New file.
11405 * gdb.dwarf2/dw2-icycle.c: New file.
11406 * gdb.dwarf2/dw2-icycle.exp: New file.
11407
11408 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
11409
11410 * gdb.python/py-value-cc.cc: Improve test case to enable testing
11411 operations on gdb.Value objects.
11412 * gdb.python/py-value-cc.exp: Add new test to test operations on
11413 gdb.Value objects.
11414
11415 2014-02-18 Doug Evans <dje@google.com>
11416
11417 * Makefile.in (TESTS): New variable.
11418 (expanded_tests, expanded_tests_or_none): New variables
11419 (check-single): Pass $(expanded_tests_or_none) to runtest.
11420 (check-parallel): Only run tests in $(TESTS) if non-empty.
11421 (check/no-matching-tests-found): New rule.
11422 * README: Document TESTS makefile variable.
11423
11424 2014-02-18 Doug Evans <dje@google.com>
11425
11426 * Makefile.in (check-parallel): rm -rf outputs temp.
11427
11428 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11429
11430 Fix "ERROR: no fileid for" in the testsuite.
11431 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11432
11433 2014-02-12 Doug Evans <dje@google.com>
11434
11435 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11436 (MISCELLANEOUS): New variable.
11437 (clean): rm -rf $(MISCELLANEOUS).
11438 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11439 dwp live in the same directory as symlinks, with each symlink pointed
11440 to a differently named file in a different directory.
11441
11442 2014-02-11 Doug Evans <dje@google.com>
11443
11444 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11445 of Tcl file commands.
11446
11447 2014-02-10 Mark Kettenis <kettenis@gnu.org>
11448
11449 * gdb.threads/step-after-sr-lock.exp: Avoid executing
11450 "kill -SIGUSR1 -1".
11451
11452 2014-02-10 Joel Brobecker <brobecker@adacore.com>
11453
11454 * gdb.ada/tick_length_array_enum_idx: New testcase.
11455
11456 2014-02-10 Doug Evans <xdje42@gmail.com>
11457
11458 * configure.ac (AC_OUTPUT): Add gdb.guile.
11459 * configure: Regenerate.
11460 * lib/gdb-guile.exp: New file.
11461 * lib/gdb.exp (get_target_charset): New function.
11462 * gdb.base/help.exp: Update expected output from "apropos apropos".
11463 * gdb.guile/Makefile.in: New file.
11464 * gdb.guile/guile.exp: New file.
11465 * gdb.guile/scm-arch.c: New file.
11466 * gdb.guile/scm-arch.exp: New file.
11467 * gdb.guile/scm-block.c: New file.
11468 * gdb.guile/scm-block.exp: New file.
11469 * gdb.guile/scm-breakpoint.c: New file.
11470 * gdb.guile/scm-breakpoint.exp: New file.
11471 * gdb.guile/scm-disasm.c: New file.
11472 * gdb.guile/scm-disasm.exp: New file.
11473 * gdb.guile/scm-equal.c: New file.
11474 * gdb.guile/scm-equal.exp: New file.
11475 * gdb.guile/scm-error.exp: New file.
11476 * gdb.guile/scm-error.scm: New file.
11477 * gdb.guile/scm-frame-args.c: New file.
11478 * gdb.guile/scm-frame-args.exp: New file.
11479 * gdb.guile/scm-frame-args.scm: New file.
11480 * gdb.guile/scm-frame-inline.c: New file.
11481 * gdb.guile/scm-frame-inline.exp: New file.
11482 * gdb.guile/scm-frame.c: New file.
11483 * gdb.guile/scm-frame.exp: New file.
11484 * gdb.guile/scm-generics.exp: New file.
11485 * gdb.guile/scm-gsmob.exp: New file.
11486 * gdb.guile/scm-iterator.c: New file.
11487 * gdb.guile/scm-iterator.exp: New file.
11488 * gdb.guile/scm-math.c: New file.
11489 * gdb.guile/scm-math.exp: New file.
11490 * gdb.guile/scm-objfile-script-gdb.in: New file.
11491 * gdb.guile/scm-objfile-script.c: New file.
11492 * gdb.guile/scm-objfile-script.exp: New file.
11493 * gdb.guile/scm-objfile.c: New file.
11494 * gdb.guile/scm-objfile.exp: New file.
11495 * gdb.guile/scm-ports.exp: New file.
11496 * gdb.guile/scm-pretty-print.c: New file.
11497 * gdb.guile/scm-pretty-print.exp: New file.
11498 * gdb.guile/scm-pretty-print.scm: New file.
11499 * gdb.guile/scm-section-script.c: New file.
11500 * gdb.guile/scm-section-script.exp: New file.
11501 * gdb.guile/scm-section-script.scm: New file.
11502 * gdb.guile/scm-symbol.c: New file.
11503 * gdb.guile/scm-symbol.exp: New file.
11504 * gdb.guile/scm-symtab-2.c: New file.
11505 * gdb.guile/scm-symtab.c: New file.
11506 * gdb.guile/scm-symtab.exp: New file.
11507 * gdb.guile/scm-type.c: New file.
11508 * gdb.guile/scm-type.exp: New file.
11509 * gdb.guile/scm-value-cc.cc: New file.
11510 * gdb.guile/scm-value-cc.exp: New file.
11511 * gdb.guile/scm-value.c: New file.
11512 * gdb.guile/scm-value.exp: New file.
11513 * gdb.guile/source2.scm: New file.
11514 * gdb.guile/types-module.cc: New file.
11515 * gdb.guile/types-module.exp: New file.
11516
11517 2014-02-10 Yao Qi <yao@codesourcery.com>
11518
11519 PR testsuite/16543
11520 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11521 * configure: Regenerated.
11522 * Makefile.in: New file.
11523
11524 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11525
11526 * gdb.python/py-framefilter.exp: Fix typo.
11527
11528 2014-02-08 Yao Qi <yao@codesourcery.com>
11529
11530 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11531 that no =breakpoint-modified is emitted when breakpoints are
11532 modified through MI commands.
11533
11534 2014-02-07 Pedro Alves <pedro@codesourcery.com>
11535 Pedro Alves <palves@redhat.com>
11536
11537 * gdb.threads/step-after-sr-lock.c: New file.
11538 * gdb.threads/step-after-sr-lock.exp: New file.
11539
11540 2014-02-07 Pedro Alves <palves@redhat.com>
11541
11542 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11543
11544 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11545
11546 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11547 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11548
11549 2014-02-06 Doug Evans <xdje42@gmail.com>
11550
11551 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11552 output.
11553
11554 * gdb.gdb/python-interrupts.exp: New file.
11555
11556 2014-02-05 Yao Qi <yao@codesourcery.com>
11557
11558 * gdb.trace/report.exp (use_collected_data): Test the output
11559 of "info threads" and "info inferiors".
11560
11561 2014-02-05 Yao Qi <yao@codesourcery.com>
11562
11563 Revert this patch:
11564
11565 2013-05-24 Yao Qi <yao@codesourcery.com>
11566
11567 * gdb.trace/tfile.exp: Test inferior and thread.
11568
11569 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11570
11571 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11572 on a function.
11573 * gdb.base/step-bt.c: Call hello via function pointer to make
11574 sure its first instruction is executed on powerpc64le-linux.
11575
11576 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11577
11578 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11579
11580 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11581
11582 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11583 of the test patterns for use on little-endian systems.
11584
11585 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11586
11587 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11588 (decimal_vector): Fix for little-endian.
11589
11590 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11591
11592 * gdb.arch/sparc-sysstep.exp: New file.
11593 * gdb.arch/sparc-sysstep.c: Likewise.
11594
11595 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11596
11597 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11598
11599 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11600
11601 2014-01-23 Tom Tromey <tromey@redhat.com>
11602
11603 * gdb.ada/array_char_idx: New testcase.
11604
11605 2014-01-23 Tom Tromey <tromey@redhat.com>
11606
11607 PR python/16487:
11608 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11609 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11610 classes.
11611
11612 2014-01-23 Tom Tromey <tromey@redhat.com>
11613
11614 PR python/16491:
11615 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11616 string from an inferior frame.
11617 * gdb.python/py-framefilter-mi.exp: Update.
11618
11619 2014-01-22 Doug Evans <dje@google.com>
11620
11621 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11622
11623 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11624
11625 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11626
11627 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11628
11629 * gdb.trace/entry-values.exp: Remove excess space character from
11630 regex patterns. Handle s390 call instruction.
11631
11632 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11633
11634 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11635 define "*_start" label. Make "name" static.
11636 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11637 ${name} by references to ${name}_start.
11638
11639 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11640
11641 * gdb.base/info-macros.exp: Remove "debug" from the compile
11642 options.
11643
11644 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11645
11646 * gdb.dlang/demangle.exp: New file.
11647
11648 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11649
11650 * gdb.dlang/primitive-types.exp: New file.
11651
11652 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11653
11654 * configure.ac: Create gdb.dlang/Makefile.
11655 * configure: Regenerate.
11656 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11657 * gdb.dlang/Makefile.in: New file.
11658 * lib/d-support.exp: New file.
11659 * lib/gdb.exp (skip_d_tests): New proc.
11660
11661 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11662
11663 * gdb.btrace/delta.exp: Check reverse stepi.
11664 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11665 * gdb.btrace/finish.exp: New.
11666 * gdb.btrace/next.exp: New.
11667 * gdb.btrace/nexti.exp: New.
11668 * gdb.btrace/record_goto.c: Add comments.
11669 * gdb.btrace/step.exp: New.
11670 * gdb.btrace/stepi.exp: New.
11671 * gdb.btrace/multi-thread-step.c: New.
11672 * gdb.btrace/multi-thread-step.exp: New.
11673 * gdb.btrace/rn-dl-bind.c: New.
11674 * gdb.btrace/rn-dl-bind.exp: New.
11675 * gdb.btrace/data.c: New.
11676 * gdb.btrace/data.exp: New.
11677 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11678
11679 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11680
11681 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11682 * gdb.btrace/exception.exp: Update.
11683 * gdb.btrace/instruction_history.exp: Update.
11684 * gdb.btrace/record_goto.exp: Update.
11685 * gdb.btrace/tailcall.exp: Update.
11686 * gdb.btrace/unknown_functions.exp: Update.
11687 * gdb.btrace/delta.exp: New.
11688
11689 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11690
11691 * gdb.btrace/record_goto.exp: Add backtrace test.
11692 * gdb.btrace/tailcall.exp: Add backtrace test.
11693
11694 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11695
11696 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11697 * gdb.btrace/record_goto.c: New.
11698 * gdb.btrace/record_goto.exp: New.
11699 * gdb.btrace/x86-record_goto.S: New.
11700
11701 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11702
11703 * gdb.btrace/function_call_history.exp: Update tests.
11704 * gdb.btrace/instruction_history.exp: Update tests.
11705
11706 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11707
11708 * gdb.btrace/function_call_history.exp: Fix expected field
11709 order for "record function-call-history".
11710 Add new tests for "record function-call-history /c".
11711 * gdb.btrace/exception.cc: New.
11712 * gdb.btrace/exception.exp: New.
11713 * gdb.btrace/tailcall.exp: New.
11714 * gdb.btrace/x86-tailcall.S: New.
11715 * gdb.btrace/x86-tailcall.c: New.
11716 * gdb.btrace/unknown_functions.c: New.
11717 * gdb.btrace/unknown_functions.exp: New.
11718 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11719
11720 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11721
11722 * gdb.btrace/instruction_history.exp: Update.
11723 * gdb.btrace/function_call_history.exp: Update.
11724
11725 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11726
11727 * gdb.btrace/function_call_history.exp: Fix expected function
11728 trace.
11729 * gdb.btrace/instruction_history.exp: Initialize traced.
11730 Remove traced_functions.
11731
11732 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11733
11734 * gdb.btrace/function_call_history.exp: Update
11735 * gdb.btrace/instruction_history.exp: Update.
11736
11737 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11738
11739 * gdb.btrace/enable.exp: Update expected text.
11740
11741 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11742
11743 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11744 bytes.
11745
11746 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11747
11748 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11749
11750 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
11751
11752 * lib/gdb.exp (supports_process_record): Return true for
11753 arm*-linux*. (supports_reverse): Likewise.
11754
11755 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11756
11757 PR python/15464
11758 PR python/16113
11759 * gdb.python/py-type.c: Enhance test case.
11760 * gdb.python/py-value-cc.cc: Likewise
11761 * gdb.python/py-type.exp: Add new tests.
11762 * gdb.python/py-value-cc.exp: Likewise
11763
11764 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11765 Pedro Alves <palves@redhat.com>
11766
11767 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11768 Make "name" extern.
11769 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11770 references to ${name}_start by references to ${name}.
11771
11772 2014-01-10 Joel Brobecker <brobecker@adacore.com>
11773
11774 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11775
11776 2014-01-10 Joel Brobecker <brobecker@adacore.com>
11777
11778 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11779
11780 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
11781 Pedro Alves <palves@redhat.com>
11782
11783 * gdb.mi/mi-info-os.exp: Connect to the target with
11784 mi_gdb_target_load.
11785
11786 2014-01-08 Pedro Alves <palves@redhat.com>
11787
11788 * gdb.threads/reconnect-signal.c: New file.
11789 * gdb.threads/reconnect-signal.exp: New file.
11790
11791 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11792
11793 * gdb.base/source-dir.exp: New file.
11794
11795 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11796
11797 * gdb.ada/mi_interface: New testcase.
11798
11799 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11800
11801 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11802 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11803 gdb.ada/pp-rec-component/pck.ads: New files.
11804
11805 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11806
11807 * gdb.python/py-pp-integral.c: New file.
11808 * gdb.python/py-pp-integral.py: New file.
11809 * gdb.python/py-pp-integral.exp: New file.
11810
11811 For older changes see ChangeLog-1993-2013.
11812 \f
11813 ;; Local Variables:
11814 ;; mode: change-log
11815 ;; left-margin: 8
11816 ;; fill-column: 74
11817 ;; version-control: never
11818 ;; End:
11819
11820 Copyright 2014-2017 Free Software Foundation, Inc.
11821 Copying and distribution of this file, with or without modification,
11822 are permitted provided the copyright notice and this notice are preserved.