Fix Rust test suite for 1.20 beta
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2017-08-05 Tom Tromey <tom@tromey.com>
2
3 * gdb.rust/simple.exp: Allow String to appear in a different
4 namespace.
5
6 2017-07-26 Yao Qi <yao.qi@linaro.org>
7
8 * gdb.gdb/unittest.exp: Invoke command
9 "maintenance check xml-descriptions".
10
11 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12
13 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
14 calling context.
15 (hex128): Drop erroneous calculation of parameters.
16
17 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
18
19 * gdb.python/py-unwind.exp: Disable stack protection when
20 building test file.
21
22 2017-07-20 Pedro Alves <palves@redhat.com>
23
24 * gdb.base/default.exp (set language): Adjust expected output.
25
26 2017-07-20 Pedro Alves <palves@redhat.com>
27
28 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
29 (test_minsym): ... this, and make static.
30 (get_pck__foo__bar__minsym): Rename to ...
31 (get_test_minsym): ... this.
32 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
33 symbol names and comments.
34 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
35 (get_test_minsym): ... this.
36 (pck__foo__bar__minsym__2): Rename to ...
37 (test_minsym): ... this.
38 (main): Adjust.
39
40 2017-07-17 Pedro Alves <palves@redhat.com>
41
42 * gdb.base/completion.exp: Adjust expected output.
43 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
44 the completer works.
45
46 2017-07-17 Pedro Alves <palves@redhat.com>
47
48 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
49
50 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
51
52 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
53
54 2017-07-14 Tom Tromey <tom@tromey.com>
55
56 PR rust/21764:
57 * gdb.rust/simple.exp: Add tests.
58
59 2017-07-14 Tom Tromey <tom@tromey.com>
60
61 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
62
63 2017-07-14 Pedro Alves <palves@redhat.com>
64
65 * gdb.linespec/base/one/thefile.cc (z1): New function.
66 * gdb.linespec/base/two/thefile.cc (z2): New function.
67 * gdb.linespec/linespec.exp: Add tests.
68
69 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
70
71 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
72 to mi_create_breakpoint.
73
74 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
75
76 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
77 mi_create_breakpoint.
78
79 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
80
81 * gdb.dlang/demangle.exp: Update for demangling changes.
82
83 2017-07-09 Tom Tromey <tom@tromey.com>
84
85 * gdb.dwarf2/shortpiece.exp: New file.
86
87 2017-07-06 David Blaikie <dblaikie@gmail.com>
88
89 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
90 built from fissiont-multi-cu{1,2}.c.
91 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
92 except putting 'main' and 'func' in separate CUs in the same DWO file.
93 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
94 test.
95 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
96 test.
97
98 2017-07-06 Pedro Alves <palves@redhat.com>
99
100 * gdb.python/py-unwind.exp: Test flushregs.
101
102 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
103
104 PR cli/21688
105 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
106 tests for alias commands and trailing whitespace.
107
108 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
109
110 PR cli/21688
111 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
112 procedure. Call it.
113
114 2017-06-29 Pedro Alves <palves@redhat.com>
115
116 * gdb.base/printcmds.exp: Add tests.
117
118 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
119
120 PR gdb/21337
121 * gdb.base/reread-readsym.exp: New file.
122 * gdb.base/reread-readsym.c: New file.
123
124 2017-06-21 Kevin Buettner <kevinb@redhat.com>
125
126 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
127 subpattern.
128
129 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
130
131 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
132 extended mnemonic.
133 * gdb.arch/powerpc-power9.s: Likewise.
134
135 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
136
137 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
138 on 32-bit x86 targets. Exploit is_*_target macros where
139 appropriate.
140
141 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
142
143 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
144 register pieces.
145
146 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
147
148 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
149 located in one or more DWARF pieces.
150
151 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
152
153 * lib/gdb.exp (get_endianness): New proc.
154 * gdb.arch/aarch64-fp.exp: Use it.
155 * gdb.arch/altivec-regs.exp: Likewise.
156 * gdb.arch/e500-regs.exp: Likewise.
157 * gdb.arch/vsx-regs.exp: Likewise.
158 * gdb.base/dump.exp: Likewise.
159 * gdb.base/funcargs.exp: Likewise.
160 * gdb.base/gnu_vector.exp: Likewise.
161 * gdb.dwarf2/formdata16.exp: Likewise.
162 * gdb.dwarf2/implptrpiece.exp: Likewise.
163 * gdb.dwarf2/nonvar-access.exp: Likewise.
164 * gdb.python/py-inferior.exp: Likewise.
165 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
166
167 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
168
169 PR gdb/21226
170 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
171 stack value pieces are taken from the LSB end.
172
173 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
174
175 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
176 variable at nonzero offset.
177
178 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
179
180 * gdb.dwarf2/var-access.c: New file.
181 * gdb.dwarf2/var-access.exp: New test.
182 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
183
184 2017-06-12 Tom Tromey <tom@tromey.com>
185
186 * gdb.dwarf2/formdata16.exp: Add tests.
187
188 2017-06-12 Tom Tromey <tom@tromey.com>
189
190 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
191
192 2017-06-12 Tom Tromey <tom@tromey.com>
193
194 PR exp/16225:
195 * gdb.reverse/i386-sse-reverse.exp: Update tests.
196 * gdb.arch/vsx-regs.exp: Update tests.
197 * gdb.arch/s390-vregs.exp (hex128): New proc.
198 Update test.
199 * gdb.arch/altivec-regs.exp: Update tests.
200
201 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
202
203 * gdb.base/startup-with-shell.c: New file.
204 * gdb.base/startup-with-shell.exp: Likewise.
205
206 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
207
208 * gdb.server/non-existing-program.exp: Update regex in order to
209 reflect the fact that gdbserver is now using fork_inferior (with a
210 shell) to startup the inferior.
211
212 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
213
214 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
215 support function calls from GDB.
216
217 2017-05-21 Tom Tromey <tom@tromey.com>
218
219 PR rust/21466:
220 * gdb.rust/unsized.exp: New file.
221 * gdb.rust/unsized.rs: New file.
222
223 2017-05-19 Tom Tromey <tom@tromey.com>
224
225 PR rust/21484:
226 * gdb.rust/watch.exp: New file.
227 * gdb.rust/watch.rs: New file.
228
229 2017-05-18 Tom Tromey <tom@tromey.com>
230
231 * gdb.rust/simple.exp: Allow Box to be qualified.
232
233 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
234
235 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
236
237 2017-05-18 Pedro Alves <palves@redhat.com>
238
239 * gdb.base/fileio.c (test_write, test_read, test_close)
240 (test_fstat): Don't print 'ret' in the fail path.
241
242 2017-05-18 Pedro Alves <palves@redhat.com>
243
244 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
245 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
246 (test_system, test_rename, test_unlink, test_time): Change
247 prototypes.
248 * gdb.base/fileio.exp (stop_msg): Adjust.
249
250 2017-05-18 Pedro Alves <palves@redhat.com>
251
252 * gdb.base/fileio.c (null_str): New global.
253 (test_stat): Use it.
254 * gdb.base/fileio.exp: Remove nowarnings.
255
256 2017-05-17 Yao Qi <yao.qi@linaro.org>
257
258 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
259
260 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
261
262 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
263 argument command.
264 (top-level): Invoke test_set_inferior_tty.
265
266 2017-05-04 Pedro Alves <palves@redhat.com>
267
268 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
269 Add parens to print call for Python 3.
270
271 2017-05-03 Keith Seitz <keiths@redhat.com>
272
273 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
274 (main): Call it.
275
276 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
277
278 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
279 to prev and next.
280
281 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
282
283 * gdb.python/py-record-btrace.exp: Remove test for
284 gdb.BtraceInstruction.error.
285
286 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
287
288 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
289
290 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
291
292 * gdb.python/py-record-btrace-threads.c: New file.
293 * gdb.python/py-record-btrace-threads.exp: New file.
294
295 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
296
297 PR testsuite/8595
298 * gdb.base/environ.exp: Make test available in all architectures.
299 Move bits related to "info program" testing to
300 gdb.base/info-program.exp. Rewrite tests to use the two new
301 procedures mentione below.
302 (test_set_show_env_var) New procedure.
303 (test_set_show_env_var_equal): Likewise.
304 * gdb.base/info-program.exp: New file.
305
306 2017-04-27 Keith Seitz <keiths@redhat.com>
307
308 * gdb.cp/oranking.cc (test15): New function.
309 (main): Call test15 and declare additional variables for testing.
310 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
311 "p foo101('abc')" tests.
312 Add tests for cv qualifier overloads.
313 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
314 "lvalue reference overload" test.
315 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
316 "print value of f1 on Child&& in f2" test.
317
318 2017-04-19 Pedro Alves <palves@redhat.com>
319
320 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
321 procedure.
322 (top level): Call it.
323 * lib/gdb.exp (gdb_define_cmd): New procedure.
324
325 2017-04-12 Pedro Alves <palves@redhat.com>
326
327 PR gdb/21323
328 * gdb.cp/wide_char_types.c: Include <wchar.h>.
329 (wchar): New global.
330 * gdb.cp/wide_char_types.exp (wide_char_types_program)
331 (do_test_wide_char, wide_char_types_no_program, top level): Add
332 wchar_t testing.
333
334 2017-04-12 Pedro Alves <palves@redhat.com>
335
336 PR c++/21323
337 * gdb.cp/wide_char_types.c: New file.
338 * gdb.cp/wide_char_types.exp: New file.
339
340 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
341
342 PR gdb/21352
343 * gdb.trace/tsv.exp: Add test for "tsave -r".
344
345 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
346
347 * gdb.dlang/watch-loc.c: New file.
348 * gdb.dlang/watch-loc.exp: New file.
349
350 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
351
352 * gdb.python/py-section-script.exp (sepdebug): New testcases.
353
354 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
355
356 * gdb.arch/arc-analyze-prologue.S: New file.
357 * gdb.arch/arc-analyze-prologue.exp: Likewise.
358
359 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
360
361 * gdb.arch/arc-decode-insn.S: New file.
362 * gdb.arch/arc-decode-insn.exp: Likewise.
363
364 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
365
366 PR tdep/20928
367 * gdb.arch/sparc64-regs.exp: New file.
368 * gdb.arch/sparc64-regs.S: Likewise.
369
370 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
371
372 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
373 and memory view on Python 3.
374
375 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
376 Keith Seitz <keiths@redhat.com>
377
378 PR gdb/14441
379 * gdb.cp/demangle.exp: Add rvalue reference tests.
380 * gdb.cp/rvalue-ref-casts.cc: New file.
381 * gdb.cp/rvalue-ref-casts.exp: New file.
382 * gdb.cp/rvalue-ref-overload.cc: New file.
383 * gdb.cp/rvalue-ref-overload.exp: New file.
384 * gdb.cp/rvalue-ref-params.cc: New file.
385 * gdb.cp/rvalue-ref-params.exp: New file.
386 * gdb.cp/rvalue-ref-sizeof.cc: New file.
387 * gdb.cp/rvalue-ref-sizeof.exp: New file.
388 * gdb.cp/rvalue-ref-types.cc: New file.
389 * gdb.cp/rvalue-ref-types.exp: New file.
390 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
391 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
392
393 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
394
395 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
396 New procedure.
397
398 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
399
400 * lib/mi-support.exp (mi_gdb_test): Add additional message
401 for unexpected output.
402
403 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
404
405 * gdb.base/examine-backward.c (Barrier): New character array
406 constant, to ensure that TestStrings is preceded by a string
407 terminator.
408
409 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
410
411 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
412 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
413 and implicit pointer into such a location.
414
415 2017-03-16 Doug Evans <dje@google.com>
416
417 * gdb.python/py-lazy-string (pointer): Really add new typedef.
418
419 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
420
421 * gdb.cp/m-static.exp: Fix expectation for prototype of
422 test5.single_constructor and single_constructor::single_constructor.
423
424 2017-03-16 Doug Evans <dje@google.com>
425
426 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
427 * gdb.guile/scm-lazy-string.c: New file.
428 * gdb.guile/scm-value.exp: Move lazy string tests to ...
429 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
430 for pointer, array, typedef lazy strings.
431
432 2017-03-16 Doug Evans <dje@google.com>
433
434 PR python/17728, python/18439, python/18779
435 * gdb.python/py-value.c (main) Delete locals sptr, sn.
436 * gdb.python/py-lazy-string.c (pointer): New typedef.
437 (main): New locals ptr, array, typedef_ptr.
438 * gdb.python/py-value.exp: Move lazy string tests to ...
439 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
440 array, typedef lazy strings.
441
442 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
443
444 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
445 Add optional 'test' parameter.
446
447 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
448
449 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
450 Skip for versions of DejaGnu < 1.5.
451
452 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
453
454 * lib/gdb.exp (dejagnu_version): New proc.
455 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
456 Use dejagnu_version.
457
458 2017-03-10 Keith Seitz <keiths@redhat.com>
459
460 PR c++/8128
461 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
462 type from destructor regexps.
463 Add a branch which actually passes the test.
464 Adjust "ptype t5i" test names.
465
466 2017-03-08 Pedro Alves <palves@redhat.com>
467
468 * gdb.base/step-over-exit.exp: Add explicit test message.
469
470 2017-03-08 Pedro Alves <palves@redhat.com>
471
472 PR gdb/18360
473 * gdb.threads/interrupt-while-step-over.c: New file.
474 * gdb.threads/interrupt-while-step-over.exp: New file.
475
476 2017-03-08 Pedro Alves <palves@redhat.com>
477
478 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
479 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
480
481 2017-03-08 Pedro Alves <palves@redhat.com>
482
483 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
484 PKRU as not supported as a PASS.
485
486 2017-03-08 Pedro Alves <palves@redhat.com>
487
488 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
489 prefix instead of $binfile1/$binfile2.
490 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
491 in test message.
492 * gdb.python/py-completion.exp: Use "load python file" as test
493 messages instead of unstable path names.
494
495 2017-03-08 Pedro Alves <palves@redhat.com>
496 Jan Kratochvil <jan.kratochvil@redhat.com>
497
498 PR cli/21218
499 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
500 New proc.
501 (top level): Call it.
502
503 2017-03-08 Pedro Alves <palves@redhat.com>
504
505 PR tui/21216
506 * gdb.tui/tui-nl-filtered-output.exp: New file.
507
508 2017-03-08 Pedro Alves <palves@redhat.com>
509
510 * gdb.base/completion.exp: Move TUI completion tests to ...
511 * gdb.tui/completion.exp: ... this new file.
512
513 2017-03-08 Pedro Alves <palves@redhat.com>
514
515 * gdb.base/tui-disasm-long-lines.c,
516 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
517 gdb.base/tui-layout.exp: Move to ...
518 * gdb.tui/: ... this new directory.
519
520 2017-03-07 Pedro Alves <palves@redhat.com>
521
522 * gdb.base/tui-layout.c: New file.
523 * gdb.base/tui-layout.exp: New file.
524
525 2017-03-07 Pedro Alves <palves@redhat.com>
526
527 * gdb.base/tui-layout.c: Rename to ...
528 * gdb.base/tui-disasm-long-lines.c: ... this.
529 * gdb.base/tui-layout.exp: Rename to ...
530 * gdb.base/tui-disasm-long-lines.exp: ... this.
531
532 2017-03-07 Pedro Alves <palves@redhat.com>
533
534 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
535
536 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
537
538 * i386-mpx-call.c: New file.
539 * i386-mpx-call.exp: New file.
540
541 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
542
543 * gdb.arch/powerpc-power.exp: Delete test.
544 * gdb.arch/powerpc-power.s: Likewise.
545 * gdb.disasm/disassembler-options.exp: New test.
546 * gdb.arch/powerpc-altivec.exp: Likewise.
547 * gdb.arch/powerpc-altivec.s: Likewise.
548 * gdb.arch/powerpc-altivec2.exp: Likewise.
549 * gdb.arch/powerpc-altivec2.s: Likewise.
550 * gdb.arch/powerpc-altivec3.exp: Likewise.
551 * gdb.arch/powerpc-altivec3.s: Likewise.
552 * gdb.arch/powerpc-power7.exp: Likewise.
553 * gdb.arch/powerpc-power7.s: Likewise.
554 * gdb.arch/powerpc-power8.exp: Likewise.
555 * gdb.arch/powerpc-power8.s: Likewise.
556 * gdb.arch/powerpc-power9.exp: Likewise.
557 * gdb.arch/powerpc-power9.s: Likewise.
558 * gdb.arch/powerpc-vsx.exp: Likewise.
559 * gdb.arch/powerpc-vsx.s: Likewise.
560 * gdb.arch/powerpc-vsx2.exp: Likewise.
561 * gdb.arch/powerpc-vsx2.s: Likewise.
562 * gdb.arch/powerpc-vsx3.exp: Likewise.
563 * gdb.arch/powerpc-vsx3.s: Likewise.
564 * gdb.arch/arm-disassembler-options.exp: Likewise.
565 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
566 * gdb.arch/s390-disassembler-options.exp: Likewise.
567
568 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
569
570 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
571 (check_supported_features): ... this. Changed return type to void.
572 (supports_rdseed): New static global.
573 (rdseed): Check supports_rdseed.
574 (initialize): Call check_supported_features.
575
576 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
577
578 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
579 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
580 and lqarx/stqcx.
581 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
582 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
583
584 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
585
586 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
587 uppercase.
588
589 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
590
591 * gdb.dwarf2/formdata16.c: New file.
592 * gdb.dwarf2/formdata16.exp: New file.
593 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
594
595 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
596
597 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
598 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
599 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
600 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
601 DW_AT_GNU_*.
602
603 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
604
605 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
606
607 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
608
609 PR gdb/21164
610 * gdb.base/maint.exp: Add testcases for when the commands do
611 not have arguments.
612
613 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
614
615 * gdb.cp/chained-calls.exp: Use p instead of P.
616
617 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
618
619 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
620 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
621
622 2017-02-14 Tom Tromey <tom@tromey.com>
623
624 PR python/13598:
625 * gdb.python/py-events.exp: Add before_prompt event tests.
626
627 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
628
629 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
630
631 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
632
633 * gdb.linespec/explicit.c (my_unique_function_name): New function.
634 (main): Call my_unique_function_name.
635 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
636 completion of patterns with a single match.
637 Add missing -re switches to gdb_test_multiple calls.
638
639 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
640
641 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
642 return if core file is not recognized.
643
644 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
645
646 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
647 and extra UIs.
648
649 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
650
651 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
652 proc_with_prefix.
653
654 2017-02-10 Tom Tromey <tom@tromey.com>
655
656 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
657
658 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
659
660 PR gdb/21122
661 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
662
663 2017-02-08 Jerome Guitton <guitton@adacore.com>
664
665 * gdb.base/define.exp: Add test for command abbreviations
666 in define.
667
668 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
669
670 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
671 * gdb.reverse/insn-reverse-x86.c: New file.
672
673 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
674
675 PR tdep/20936
676 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
677
678 2017-02-03 Tom Tromey <tom@tromey.com>
679
680 PR rust/21097:
681 * gdb.rust/simple.exp: Add new tests.
682
683 2017-02-02 Pedro Alves <palves@redhat.com>
684
685 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
686 tests.
687
688 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
689
690 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
691 taking a 2-byte value out of a 4-byte DWARF implicit value on
692 big-endian targets.
693 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
694 logic. Add test cases for DW_OP_implicit.
695
696 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
697
698 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
699
700 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
701
702 * gdb.btrace/enable.exp: Call gdb_exit before
703 skip_gdbserver_tests.
704
705 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
706
707 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
708 GDBFLAGS.
709
710 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
711
712 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
713 the test is skipped.
714 * gdb.btrace/data.exp: Likewise.
715 * gdb.btrace/delta.exp: Likewise.
716 * gdb.btrace/dlopen.exp: Likewise.
717 * gdb.btrace/enable-running.exp: Likewise.
718 * gdb.btrace/enable.exp: Likewise.
719 * gdb.btrace/exception.exp: Likewise.
720 * gdb.btrace/function_call_history.exp: Likewise.
721 * gdb.btrace/gcore.exp: Likewise.
722 * gdb.btrace/instruction_history.exp: Likewise.
723 * gdb.btrace/multi-thread-step.exp: Likewise.
724 * gdb.btrace/nohist.exp: Likewise.
725 * gdb.btrace/non-stop.exp: Likewise.
726 * gdb.btrace/reconnect.exp: Likewise.
727 * gdb.btrace/record_goto-step.exp: Likewise.
728 * gdb.btrace/record_goto.exp: Likewise.
729 * gdb.btrace/rn-dl-bind.exp: Likewise.
730 * gdb.btrace/segv.exp: Likewise.
731 * gdb.btrace/step.exp: Likewise.
732 * gdb.btrace/stepi.exp: Likewise.
733 * gdb.btrace/tailcall-only.exp: Likewise.
734 * gdb.btrace/tailcall.exp: Likewise.
735 * gdb.btrace/tsx.exp: Likewise.
736 * gdb.btrace/unknown_functions.exp: Likewise.
737 * gdb.btrace/vdso.exp: Likewise.
738
739 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
740
741 * gdb.btrace/enable-running.c: New.
742 * gdb.btrace/enable-running.exp: New.
743
744 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
745
746 * gdb.arch/amd64-gs_base.c: New file.
747 * gdb.arch/amd64-gs_base.exp: New file.
748
749 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
750
751 * lib/memory.exp: Remove spurious empty newlines.
752
753 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
754
755 * gdb.python/py-bad-printers.exp: Load python file using "source".
756 * gdb.python/py-events.exp: Likewise.
757 * gdb.python/py-evsignal.exp: Likewise.
758 * gdb.python/py-evthreads.exp: Likewise.
759 * gdb.python/py-frame-args.exp: Likewise.
760 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
761 * gdb.python/py-framefilter-mi.exp: Likewise.
762 * gdb.python/py-framefilter.exp: Likewise.
763 * gdb.python/py-mi.exp: Likewise.
764 * gdb.python/py-pp-maint.exp: Likewise.
765 * gdb.python/py-pp-registration.exp: Likewise.
766 * gdb.python/py-prettyprint.exp: Likewise.
767 (run_lang_tests): Likewise.
768 * gdb.python/py-typeprint.exp: Likewise.
769
770 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
771
772 * lib/memory.exp: New file.
773 * lib/gdb.exp: Load memory.exp.
774 * gdb.base/memattr.exp (delete_memory): Move proc to
775 lib/memory.exp and rename to delete_memory_regions.
776 Replace delete_memory with delete_memory_regions.
777 Cleanup memory regions before tests.
778 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
779 before tests.
780
781 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
782
783 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
784 files.
785 (initialize): New function conditionally defined.
786 (testcases): Move within conditional block.
787 (main): Call initialize.
788 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
789 of gdb.reverse/insn-reverse.c.
790 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
791 gdb.reverse/insn-reverse.c.
792
793 2017-01-26 Yao Qi <yao.qi@linaro.org>
794
795 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
796 disassemble on address 0.
797
798 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
799 Yao Qi <yao.qi@linaro.org>
800
801 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
802 * gdb.dwarf2/implptr-64bit.S: Remove.
803 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
804 variables in caller's context. Add DW_OP_implicit_value.
805
806 2017-01-25 Yao Qi <yao.qi@linaro.org>
807
808 * lib/dwarf.exp (Dwarf::_location): Handle
809 DW_OP_GNU_implicit_pointer with proper size.
810
811 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
812
813 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
814 and add untested calls.
815
816 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
817
818 * gdb.python/python.exp: Check line number against what GDB thinks
819 the line number is for func1.
820
821 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
822
823 * gdb.dlang/debug-expr.exp: New file.
824
825 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
826
827 Fix test names for the following files:
828
829 * gdb.ada/exec_changed.exp
830 * gdb.ada/info_types.exp
831 * gdb.arch/aarch64-atomic-inst.exp
832 * gdb.arch/aarch64-fp.exp
833 * gdb.arch/altivec-abi.exp
834 * gdb.arch/altivec-regs.exp
835 * gdb.arch/amd64-byte.exp
836 * gdb.arch/amd64-disp-step.exp
837 * gdb.arch/amd64-dword.exp
838 * gdb.arch/amd64-entry-value-inline.exp
839 * gdb.arch/amd64-entry-value-param.exp
840 * gdb.arch/amd64-entry-value-paramref.exp
841 * gdb.arch/amd64-entry-value.exp
842 * gdb.arch/amd64-i386-address.exp
843 * gdb.arch/amd64-invalid-stack-middle.exp
844 * gdb.arch/amd64-invalid-stack-top.exp
845 * gdb.arch/amd64-optimout-repeat.exp
846 * gdb.arch/amd64-prologue-skip.exp
847 * gdb.arch/amd64-prologue-xmm.exp
848 * gdb.arch/amd64-stap-special-operands.exp
849 * gdb.arch/amd64-stap-wrong-subexp.exp
850 * gdb.arch/amd64-tailcall-cxx.exp
851 * gdb.arch/amd64-tailcall-noret.exp
852 * gdb.arch/amd64-tailcall-ret.exp
853 * gdb.arch/amd64-tailcall-self.exp
854 * gdb.arch/amd64-word.exp
855 * gdb.arch/arm-bl-branch-dest.exp
856 * gdb.arch/arm-disp-step.exp
857 * gdb.arch/arm-neon.exp
858 * gdb.arch/arm-single-step-kernel-helper.exp
859 * gdb.arch/avr-flash-qualifier.exp
860 * gdb.arch/disp-step-insn-reloc.exp
861 * gdb.arch/e500-abi.exp
862 * gdb.arch/e500-regs.exp
863 * gdb.arch/ftrace-insn-reloc.exp
864 * gdb.arch/i386-avx512.exp
865 * gdb.arch/i386-bp_permanent.exp
866 * gdb.arch/i386-byte.exp
867 * gdb.arch/i386-cfi-notcurrent.exp
868 * gdb.arch/i386-disp-step.exp
869 * gdb.arch/i386-dr3-watch.exp
870 * gdb.arch/i386-float.exp
871 * gdb.arch/i386-gnu-cfi.exp
872 * gdb.arch/i386-mpx-map.exp
873 * gdb.arch/i386-mpx-sigsegv.exp
874 * gdb.arch/i386-mpx-simple_segv.exp
875 * gdb.arch/i386-mpx.exp
876 * gdb.arch/i386-permbkpt.exp
877 * gdb.arch/i386-prologue.exp
878 * gdb.arch/i386-signal.exp
879 * gdb.arch/i386-size-overlap.exp
880 * gdb.arch/i386-unwind.exp
881 * gdb.arch/i386-word.exp
882 * gdb.arch/mips-fcr.exp
883 * gdb.arch/powerpc-d128-regs.exp
884 * gdb.arch/powerpc-stackless.exp
885 * gdb.arch/ppc64-atomic-inst.exp
886 * gdb.arch/s390-stackless.exp
887 * gdb.arch/s390-tdbregs.exp
888 * gdb.arch/s390-vregs.exp
889 * gdb.arch/sparc-sysstep.exp
890 * gdb.arch/thumb-bx-pc.exp
891 * gdb.arch/thumb-singlestep.exp
892 * gdb.arch/thumb2-it.exp
893 * gdb.arch/vsx-regs.exp
894 * gdb.asm/asm-source.exp
895 * gdb.base/a2-run.exp
896 * gdb.base/advance.exp
897 * gdb.base/all-bin.exp
898 * gdb.base/anon.exp
899 * gdb.base/args.exp
900 * gdb.base/arithmet.exp
901 * gdb.base/async-shell.exp
902 * gdb.base/async.exp
903 * gdb.base/attach-pie-noexec.exp
904 * gdb.base/attach-twice.exp
905 * gdb.base/auto-load.exp
906 * gdb.base/bang.exp
907 * gdb.base/bitfields.exp
908 * gdb.base/break-always.exp
909 * gdb.base/break-caller-line.exp
910 * gdb.base/break-entry.exp
911 * gdb.base/break-inline.exp
912 * gdb.base/break-on-linker-gcd-function.exp
913 * gdb.base/break-probes.exp
914 * gdb.base/break.exp
915 * gdb.base/breakpoint-shadow.exp
916 * gdb.base/call-ar-st.exp
917 * gdb.base/call-sc.exp
918 * gdb.base/call-signal-resume.exp
919 * gdb.base/call-strs.exp
920 * gdb.base/callfuncs.exp
921 * gdb.base/catch-fork-static.exp
922 * gdb.base/catch-gdb-caused-signals.exp
923 * gdb.base/catch-load.exp
924 * gdb.base/catch-signal-fork.exp
925 * gdb.base/catch-signal.exp
926 * gdb.base/catch-syscall.exp
927 * gdb.base/charset.exp
928 * gdb.base/checkpoint.exp
929 * gdb.base/chng-syms.exp
930 * gdb.base/code-expr.exp
931 * gdb.base/code_elim.exp
932 * gdb.base/commands.exp
933 * gdb.base/completion.exp
934 * gdb.base/complex.exp
935 * gdb.base/cond-expr.exp
936 * gdb.base/condbreak.exp
937 * gdb.base/consecutive.exp
938 * gdb.base/continue-all-already-running.exp
939 * gdb.base/coredump-filter.exp
940 * gdb.base/corefile.exp
941 * gdb.base/dbx.exp
942 * gdb.base/debug-expr.exp
943 * gdb.base/define.exp
944 * gdb.base/del.exp
945 * gdb.base/disabled-location.exp
946 * gdb.base/disasm-end-cu.exp
947 * gdb.base/disasm-optim.exp
948 * gdb.base/display.exp
949 * gdb.base/duplicate-bp.exp
950 * gdb.base/ena-dis-br.exp
951 * gdb.base/ending-run.exp
952 * gdb.base/enumval.exp
953 * gdb.base/environ.exp
954 * gdb.base/eu-strip-infcall.exp
955 * gdb.base/eval-avoid-side-effects.exp
956 * gdb.base/eval-skip.exp
957 * gdb.base/exitsignal.exp
958 * gdb.base/expand-psymtabs.exp
959 * gdb.base/filesym.exp
960 * gdb.base/find-unmapped.exp
961 * gdb.base/finish.exp
962 * gdb.base/float.exp
963 * gdb.base/foll-exec-mode.exp
964 * gdb.base/foll-exec.exp
965 * gdb.base/foll-fork.exp
966 * gdb.base/fortran-sym-case.exp
967 * gdb.base/freebpcmd.exp
968 * gdb.base/func-ptr.exp
969 * gdb.base/func-ptrs.exp
970 * gdb.base/funcargs.exp
971 * gdb.base/gcore-buffer-overflow.exp
972 * gdb.base/gcore-relro-pie.exp
973 * gdb.base/gcore-relro.exp
974 * gdb.base/gcore.exp
975 * gdb.base/gdb1090.exp
976 * gdb.base/gdb11530.exp
977 * gdb.base/gdb11531.exp
978 * gdb.base/gdb1821.exp
979 * gdb.base/gdbindex-stabs.exp
980 * gdb.base/gdbvars.exp
981 * gdb.base/hbreak.exp
982 * gdb.base/hbreak2.exp
983 * gdb.base/included.exp
984 * gdb.base/infcall-input.exp
985 * gdb.base/inferior-died.exp
986 * gdb.base/infnan.exp
987 * gdb.base/info-macros.exp
988 * gdb.base/info-os.exp
989 * gdb.base/info-proc.exp
990 * gdb.base/info-shared.exp
991 * gdb.base/info-target.exp
992 * gdb.base/infoline.exp
993 * gdb.base/interp.exp
994 * gdb.base/interrupt.exp
995 * gdb.base/jit-reader.exp
996 * gdb.base/jit-simple.exp
997 * gdb.base/kill-after-signal.exp
998 * gdb.base/kill-detach-inferiors-cmd.exp
999 * gdb.base/label.exp
1000 * gdb.base/langs.exp
1001 * gdb.base/ldbl_e308.exp
1002 * gdb.base/line-symtabs.exp
1003 * gdb.base/linespecs.exp
1004 * gdb.base/list.exp
1005 * gdb.base/long_long.exp
1006 * gdb.base/longest-types.exp
1007 * gdb.base/maint.exp
1008 * gdb.base/max-value-size.exp
1009 * gdb.base/memattr.exp
1010 * gdb.base/mips_pro.exp
1011 * gdb.base/morestack.exp
1012 * gdb.base/moribund-step.exp
1013 * gdb.base/multi-forks.exp
1014 * gdb.base/nested-addr.exp
1015 * gdb.base/nextoverexit.exp
1016 * gdb.base/noreturn-finish.exp
1017 * gdb.base/noreturn-return.exp
1018 * gdb.base/nostdlib.exp
1019 * gdb.base/offsets.exp
1020 * gdb.base/opaque.exp
1021 * gdb.base/pc-fp.exp
1022 * gdb.base/permissions.exp
1023 * gdb.base/print-symbol-loading.exp
1024 * gdb.base/prologue-include.exp
1025 * gdb.base/psymtab.exp
1026 * gdb.base/ptype.exp
1027 * gdb.base/random-signal.exp
1028 * gdb.base/randomize.exp
1029 * gdb.base/range-stepping.exp
1030 * gdb.base/readline-ask.exp
1031 * gdb.base/recpar.exp
1032 * gdb.base/recurse.exp
1033 * gdb.base/relational.exp
1034 * gdb.base/restore.exp
1035 * gdb.base/return-nodebug.exp
1036 * gdb.base/return.exp
1037 * gdb.base/run-after-attach.exp
1038 * gdb.base/save-bp.exp
1039 * gdb.base/scope.exp
1040 * gdb.base/sect-cmd.exp
1041 * gdb.base/set-lang-auto.exp
1042 * gdb.base/set-noassign.exp
1043 * gdb.base/setvar.exp
1044 * gdb.base/sigall.exp
1045 * gdb.base/sigbpt.exp
1046 * gdb.base/siginfo-addr.exp
1047 * gdb.base/siginfo-infcall.exp
1048 * gdb.base/siginfo-obj.exp
1049 * gdb.base/siginfo.exp
1050 * gdb.base/signals-state-child.exp
1051 * gdb.base/signest.exp
1052 * gdb.base/sigstep.exp
1053 * gdb.base/sizeof.exp
1054 * gdb.base/skip.exp
1055 * gdb.base/solib-corrupted.exp
1056 * gdb.base/solib-nodir.exp
1057 * gdb.base/solib-search.exp
1058 * gdb.base/stack-checking.exp
1059 * gdb.base/stale-infcall.exp
1060 * gdb.base/stap-probe.exp
1061 * gdb.base/start.exp
1062 * gdb.base/step-break.exp
1063 * gdb.base/step-bt.exp
1064 * gdb.base/step-line.exp
1065 * gdb.base/step-over-exit.exp
1066 * gdb.base/step-over-syscall.exp
1067 * gdb.base/step-resume-infcall.exp
1068 * gdb.base/step-test.exp
1069 * gdb.base/store.exp
1070 * gdb.base/structs3.exp
1071 * gdb.base/sym-file.exp
1072 * gdb.base/symbol-without-target_section.exp
1073 * gdb.base/term.exp
1074 * gdb.base/testenv.exp
1075 * gdb.base/ui-redirect.exp
1076 * gdb.base/until.exp
1077 * gdb.base/unwindonsignal.exp
1078 * gdb.base/value-double-free.exp
1079 * gdb.base/vla-datatypes.exp
1080 * gdb.base/vla-ptr.exp
1081 * gdb.base/vla-sideeffect.exp
1082 * gdb.base/volatile.exp
1083 * gdb.base/watch-cond-infcall.exp
1084 * gdb.base/watch-cond.exp
1085 * gdb.base/watch-non-mem.exp
1086 * gdb.base/watch-read.exp
1087 * gdb.base/watch-vfork.exp
1088 * gdb.base/watchpoint-cond-gone.exp
1089 * gdb.base/watchpoint-delete.exp
1090 * gdb.base/watchpoint-hw-hit-once.exp
1091 * gdb.base/watchpoint-hw.exp
1092 * gdb.base/watchpoint-stops-at-right-insn.exp
1093 * gdb.base/watchpoints.exp
1094 * gdb.base/wchar.exp
1095 * gdb.base/whatis-exp.exp
1096 * gdb.btrace/buffer-size.exp
1097 * gdb.btrace/data.exp
1098 * gdb.btrace/delta.exp
1099 * gdb.btrace/dlopen.exp
1100 * gdb.btrace/enable.exp
1101 * gdb.btrace/exception.exp
1102 * gdb.btrace/function_call_history.exp
1103 * gdb.btrace/gcore.exp
1104 * gdb.btrace/instruction_history.exp
1105 * gdb.btrace/nohist.exp
1106 * gdb.btrace/reconnect.exp
1107 * gdb.btrace/record_goto-step.exp
1108 * gdb.btrace/record_goto.exp
1109 * gdb.btrace/rn-dl-bind.exp
1110 * gdb.btrace/segv.exp
1111 * gdb.btrace/step.exp
1112 * gdb.btrace/stepi.exp
1113 * gdb.btrace/tailcall-only.exp
1114 * gdb.btrace/tailcall.exp
1115 * gdb.btrace/tsx.exp
1116 * gdb.btrace/unknown_functions.exp
1117 * gdb.btrace/vdso.exp
1118 * gdb.compile/compile-ifunc.exp
1119 * gdb.compile/compile-ops.exp
1120 * gdb.compile/compile-print.exp
1121 * gdb.compile/compile-setjmp.exp
1122 * gdb.cp/abstract-origin.exp
1123 * gdb.cp/ambiguous.exp
1124 * gdb.cp/annota2.exp
1125 * gdb.cp/annota3.exp
1126 * gdb.cp/anon-ns.exp
1127 * gdb.cp/anon-struct.exp
1128 * gdb.cp/anon-union.exp
1129 * gdb.cp/arg-reference.exp
1130 * gdb.cp/baseenum.exp
1131 * gdb.cp/bool.exp
1132 * gdb.cp/breakpoint.exp
1133 * gdb.cp/bs15503.exp
1134 * gdb.cp/call-c.exp
1135 * gdb.cp/casts.exp
1136 * gdb.cp/chained-calls.exp
1137 * gdb.cp/class2.exp
1138 * gdb.cp/classes.exp
1139 * gdb.cp/cmpd-minsyms.exp
1140 * gdb.cp/converts.exp
1141 * gdb.cp/cp-relocate.exp
1142 * gdb.cp/cpcompletion.exp
1143 * gdb.cp/cpexprs.exp
1144 * gdb.cp/cplabel.exp
1145 * gdb.cp/cplusfuncs.exp
1146 * gdb.cp/cpsizeof.exp
1147 * gdb.cp/ctti.exp
1148 * gdb.cp/derivation.exp
1149 * gdb.cp/destrprint.exp
1150 * gdb.cp/dispcxx.exp
1151 * gdb.cp/enum-class.exp
1152 * gdb.cp/exception.exp
1153 * gdb.cp/exceptprint.exp
1154 * gdb.cp/expand-psymtabs-cxx.exp
1155 * gdb.cp/expand-sals.exp
1156 * gdb.cp/extern-c.exp
1157 * gdb.cp/filename.exp
1158 * gdb.cp/formatted-ref.exp
1159 * gdb.cp/fpointer.exp
1160 * gdb.cp/gdb1355.exp
1161 * gdb.cp/gdb2495.exp
1162 * gdb.cp/hang.exp
1163 * gdb.cp/impl-this.exp
1164 * gdb.cp/infcall-dlopen.exp
1165 * gdb.cp/inherit.exp
1166 * gdb.cp/iostream.exp
1167 * gdb.cp/koenig.exp
1168 * gdb.cp/local.exp
1169 * gdb.cp/m-data.exp
1170 * gdb.cp/m-static.exp
1171 * gdb.cp/mb-ctor.exp
1172 * gdb.cp/mb-inline.exp
1173 * gdb.cp/mb-templates.exp
1174 * gdb.cp/member-name.exp
1175 * gdb.cp/member-ptr.exp
1176 * gdb.cp/meth-typedefs.exp
1177 * gdb.cp/method.exp
1178 * gdb.cp/method2.exp
1179 * gdb.cp/minsym-fallback.exp
1180 * gdb.cp/misc.exp
1181 * gdb.cp/namelessclass.exp
1182 * gdb.cp/namespace-enum.exp
1183 * gdb.cp/namespace-nested-import.exp
1184 * gdb.cp/namespace.exp
1185 * gdb.cp/nextoverthrow.exp
1186 * gdb.cp/no-dmgl-verbose.exp
1187 * gdb.cp/non-trivial-retval.exp
1188 * gdb.cp/noparam.exp
1189 * gdb.cp/nsdecl.exp
1190 * gdb.cp/nsimport.exp
1191 * gdb.cp/nsnested.exp
1192 * gdb.cp/nsnoimports.exp
1193 * gdb.cp/nsrecurs.exp
1194 * gdb.cp/nsstress.exp
1195 * gdb.cp/nsusing.exp
1196 * gdb.cp/operator.exp
1197 * gdb.cp/oranking.exp
1198 * gdb.cp/overload-const.exp
1199 * gdb.cp/overload.exp
1200 * gdb.cp/ovldbreak.exp
1201 * gdb.cp/ovsrch.exp
1202 * gdb.cp/paren-type.exp
1203 * gdb.cp/parse-lang.exp
1204 * gdb.cp/pass-by-ref.exp
1205 * gdb.cp/pr-1023.exp
1206 * gdb.cp/pr-1210.exp
1207 * gdb.cp/pr-574.exp
1208 * gdb.cp/pr10687.exp
1209 * gdb.cp/pr12028.exp
1210 * gdb.cp/pr17132.exp
1211 * gdb.cp/pr17494.exp
1212 * gdb.cp/pr9067.exp
1213 * gdb.cp/pr9167.exp
1214 * gdb.cp/pr9631.exp
1215 * gdb.cp/printmethod.exp
1216 * gdb.cp/psmang.exp
1217 * gdb.cp/psymtab-parameter.exp
1218 * gdb.cp/ptype-cv-cp.exp
1219 * gdb.cp/ptype-flags.exp
1220 * gdb.cp/re-set-overloaded.exp
1221 * gdb.cp/ref-types.exp
1222 * gdb.cp/rtti.exp
1223 * gdb.cp/scope-err.exp
1224 * gdb.cp/shadow.exp
1225 * gdb.cp/smartp.exp
1226 * gdb.cp/static-method.exp
1227 * gdb.cp/static-print-quit.exp
1228 * gdb.cp/temargs.exp
1229 * gdb.cp/templates.exp
1230 * gdb.cp/try_catch.exp
1231 * gdb.cp/typedef-operator.exp
1232 * gdb.cp/typeid.exp
1233 * gdb.cp/userdef.exp
1234 * gdb.cp/using-crash.exp
1235 * gdb.cp/var-tag.exp
1236 * gdb.cp/virtbase.exp
1237 * gdb.cp/virtfunc.exp
1238 * gdb.cp/virtfunc2.exp
1239 * gdb.cp/vla-cxx.exp
1240 * gdb.disasm/t01_mov.exp
1241 * gdb.disasm/t02_mova.exp
1242 * gdb.disasm/t03_add.exp
1243 * gdb.disasm/t04_sub.exp
1244 * gdb.disasm/t05_cmp.exp
1245 * gdb.disasm/t06_ari2.exp
1246 * gdb.disasm/t07_ari3.exp
1247 * gdb.disasm/t08_or.exp
1248 * gdb.disasm/t09_xor.exp
1249 * gdb.disasm/t10_and.exp
1250 * gdb.disasm/t11_logs.exp
1251 * gdb.disasm/t12_bit.exp
1252 * gdb.disasm/t13_otr.exp
1253 * gdb.dlang/circular.exp
1254 * gdb.dwarf2/arr-stride.exp
1255 * gdb.dwarf2/arr-subrange.exp
1256 * gdb.dwarf2/atomic-type.exp
1257 * gdb.dwarf2/bad-regnum.exp
1258 * gdb.dwarf2/bitfield-parent-optimized-out.exp
1259 * gdb.dwarf2/callframecfa.exp
1260 * gdb.dwarf2/clztest.exp
1261 * gdb.dwarf2/corrupt.exp
1262 * gdb.dwarf2/data-loc.exp
1263 * gdb.dwarf2/dup-psym.exp
1264 * gdb.dwarf2/dw2-anon-mptr.exp
1265 * gdb.dwarf2/dw2-anonymous-func.exp
1266 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
1267 * gdb.dwarf2/dw2-bad-unresolved.exp
1268 * gdb.dwarf2/dw2-basic.exp
1269 * gdb.dwarf2/dw2-canonicalize-type.exp
1270 * gdb.dwarf2/dw2-case-insensitive.exp
1271 * gdb.dwarf2/dw2-common-block.exp
1272 * gdb.dwarf2/dw2-compdir-oldgcc.exp
1273 * gdb.dwarf2/dw2-compressed.exp
1274 * gdb.dwarf2/dw2-const.exp
1275 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
1276 * gdb.dwarf2/dw2-cu-size.exp
1277 * gdb.dwarf2/dw2-dup-frame.exp
1278 * gdb.dwarf2/dw2-entry-value.exp
1279 * gdb.dwarf2/dw2-icycle.exp
1280 * gdb.dwarf2/dw2-ifort-parameter.exp
1281 * gdb.dwarf2/dw2-inline-break.exp
1282 * gdb.dwarf2/dw2-inline-param.exp
1283 * gdb.dwarf2/dw2-intercu.exp
1284 * gdb.dwarf2/dw2-intermix.exp
1285 * gdb.dwarf2/dw2-lexical-block-bare.exp
1286 * gdb.dwarf2/dw2-linkage-name-trust.exp
1287 * gdb.dwarf2/dw2-minsym-in-cu.exp
1288 * gdb.dwarf2/dw2-noloc.exp
1289 * gdb.dwarf2/dw2-op-call.exp
1290 * gdb.dwarf2/dw2-op-out-param.exp
1291 * gdb.dwarf2/dw2-opt-structptr.exp
1292 * gdb.dwarf2/dw2-param-error.exp
1293 * gdb.dwarf2/dw2-producer.exp
1294 * gdb.dwarf2/dw2-ranges-base.exp
1295 * gdb.dwarf2/dw2-ref-missing-frame.exp
1296 * gdb.dwarf2/dw2-reg-undefined.exp
1297 * gdb.dwarf2/dw2-regno-invalid.exp
1298 * gdb.dwarf2/dw2-restore.exp
1299 * gdb.dwarf2/dw2-restrict.exp
1300 * gdb.dwarf2/dw2-single-line-discriminators.exp
1301 * gdb.dwarf2/dw2-strp.exp
1302 * gdb.dwarf2/dw2-undefined-ret-addr.exp
1303 * gdb.dwarf2/dw2-unresolved.exp
1304 * gdb.dwarf2/dw2-var-zero-addr.exp
1305 * gdb.dwarf2/dw4-sig-types.exp
1306 * gdb.dwarf2/dwz.exp
1307 * gdb.dwarf2/dynarr-ptr.exp
1308 * gdb.dwarf2/enum-type.exp
1309 * gdb.dwarf2/gdb-index.exp
1310 * gdb.dwarf2/implptr-64bit.exp
1311 * gdb.dwarf2/implptr-optimized-out.exp
1312 * gdb.dwarf2/implptr.exp
1313 * gdb.dwarf2/implref-array.exp
1314 * gdb.dwarf2/implref-const.exp
1315 * gdb.dwarf2/implref-global.exp
1316 * gdb.dwarf2/implref-struct.exp
1317 * gdb.dwarf2/mac-fileno.exp
1318 * gdb.dwarf2/main-subprogram.exp
1319 * gdb.dwarf2/member-ptr-forwardref.exp
1320 * gdb.dwarf2/method-ptr.exp
1321 * gdb.dwarf2/missing-sig-type.exp
1322 * gdb.dwarf2/nonvar-access.exp
1323 * gdb.dwarf2/opaque-type-lookup.exp
1324 * gdb.dwarf2/pieces-optimized-out.exp
1325 * gdb.dwarf2/pieces.exp
1326 * gdb.dwarf2/pr10770.exp
1327 * gdb.dwarf2/pr13961.exp
1328 * gdb.dwarf2/staticvirtual.exp
1329 * gdb.dwarf2/subrange.exp
1330 * gdb.dwarf2/symtab-producer.exp
1331 * gdb.dwarf2/trace-crash.exp
1332 * gdb.dwarf2/typeddwarf.exp
1333 * gdb.dwarf2/valop.exp
1334 * gdb.dwarf2/watch-notconst.exp
1335 * gdb.fortran/array-element.exp
1336 * gdb.fortran/charset.exp
1337 * gdb.fortran/common-block.exp
1338 * gdb.fortran/complex.exp
1339 * gdb.fortran/derived-type-function.exp
1340 * gdb.fortran/derived-type.exp
1341 * gdb.fortran/logical.exp
1342 * gdb.fortran/module.exp
1343 * gdb.fortran/multi-dim.exp
1344 * gdb.fortran/nested-funcs.exp
1345 * gdb.fortran/print-formatted.exp
1346 * gdb.fortran/subarray.exp
1347 * gdb.fortran/vla-alloc-assoc.exp
1348 * gdb.fortran/vla-datatypes.exp
1349 * gdb.fortran/vla-history.exp
1350 * gdb.fortran/vla-ptr-info.exp
1351 * gdb.fortran/vla-ptype-sub.exp
1352 * gdb.fortran/vla-ptype.exp
1353 * gdb.fortran/vla-sizeof.exp
1354 * gdb.fortran/vla-type.exp
1355 * gdb.fortran/vla-value-sub-arbitrary.exp
1356 * gdb.fortran/vla-value-sub-finish.exp
1357 * gdb.fortran/vla-value-sub.exp
1358 * gdb.fortran/vla-value.exp
1359 * gdb.fortran/whatis_type.exp
1360 * gdb.go/chan.exp
1361 * gdb.go/handcall.exp
1362 * gdb.go/hello.exp
1363 * gdb.go/integers.exp
1364 * gdb.go/methods.exp
1365 * gdb.go/package.exp
1366 * gdb.go/strings.exp
1367 * gdb.go/types.exp
1368 * gdb.go/unsafe.exp
1369 * gdb.guile/scm-arch.exp
1370 * gdb.guile/scm-block.exp
1371 * gdb.guile/scm-breakpoint.exp
1372 * gdb.guile/scm-cmd.exp
1373 * gdb.guile/scm-disasm.exp
1374 * gdb.guile/scm-equal.exp
1375 * gdb.guile/scm-frame-args.exp
1376 * gdb.guile/scm-frame-inline.exp
1377 * gdb.guile/scm-frame.exp
1378 * gdb.guile/scm-iterator.exp
1379 * gdb.guile/scm-math.exp
1380 * gdb.guile/scm-objfile.exp
1381 * gdb.guile/scm-ports.exp
1382 * gdb.guile/scm-symbol.exp
1383 * gdb.guile/scm-symtab.exp
1384 * gdb.guile/scm-value-cc.exp
1385 * gdb.guile/types-module.exp
1386 * gdb.linespec/break-ask.exp
1387 * gdb.linespec/cpexplicit.exp
1388 * gdb.linespec/explicit.exp
1389 * gdb.linespec/keywords.exp
1390 * gdb.linespec/linespec.exp
1391 * gdb.linespec/ls-dollar.exp
1392 * gdb.linespec/ls-errs.exp
1393 * gdb.linespec/skip-two.exp
1394 * gdb.linespec/thread.exp
1395 * gdb.mi/mi-async.exp
1396 * gdb.mi/mi-basics.exp
1397 * gdb.mi/mi-break.exp
1398 * gdb.mi/mi-catch-load.exp
1399 * gdb.mi/mi-cli.exp
1400 * gdb.mi/mi-cmd-param-changed.exp
1401 * gdb.mi/mi-console.exp
1402 * gdb.mi/mi-detach.exp
1403 * gdb.mi/mi-disassemble.exp
1404 * gdb.mi/mi-eval.exp
1405 * gdb.mi/mi-file-transfer.exp
1406 * gdb.mi/mi-file.exp
1407 * gdb.mi/mi-fill-memory.exp
1408 * gdb.mi/mi-inheritance-syntax-error.exp
1409 * gdb.mi/mi-linespec-err-cp.exp
1410 * gdb.mi/mi-logging.exp
1411 * gdb.mi/mi-memory-changed.exp
1412 * gdb.mi/mi-read-memory.exp
1413 * gdb.mi/mi-record-changed.exp
1414 * gdb.mi/mi-reg-undefined.exp
1415 * gdb.mi/mi-regs.exp
1416 * gdb.mi/mi-return.exp
1417 * gdb.mi/mi-reverse.exp
1418 * gdb.mi/mi-simplerun.exp
1419 * gdb.mi/mi-solib.exp
1420 * gdb.mi/mi-stack.exp
1421 * gdb.mi/mi-stepi.exp
1422 * gdb.mi/mi-syn-frame.exp
1423 * gdb.mi/mi-until.exp
1424 * gdb.mi/mi-var-block.exp
1425 * gdb.mi/mi-var-child.exp
1426 * gdb.mi/mi-var-cmd.exp
1427 * gdb.mi/mi-var-cp.exp
1428 * gdb.mi/mi-var-display.exp
1429 * gdb.mi/mi-var-invalidate.exp
1430 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1431 * gdb.mi/mi-vla-fortran.exp
1432 * gdb.mi/mi-watch.exp
1433 * gdb.mi/mi2-var-child.exp
1434 * gdb.mi/user-selected-context-sync.exp
1435 * gdb.modula2/unbounded-array.exp
1436 * gdb.multi/dummy-frame-restore.exp
1437 * gdb.multi/multi-arch-exec.exp
1438 * gdb.multi/multi-arch.exp
1439 * gdb.multi/tids.exp
1440 * gdb.multi/watchpoint-multi.exp
1441 * gdb.opencl/callfuncs.exp
1442 * gdb.opencl/convs_casts.exp
1443 * gdb.opencl/datatypes.exp
1444 * gdb.opencl/operators.exp
1445 * gdb.opencl/vec_comps.exp
1446 * gdb.opt/clobbered-registers-O2.exp
1447 * gdb.opt/inline-break.exp
1448 * gdb.opt/inline-bt.exp
1449 * gdb.opt/inline-cmds.exp
1450 * gdb.opt/inline-locals.exp
1451 * gdb.pascal/case-insensitive-symbols.exp
1452 * gdb.pascal/floats.exp
1453 * gdb.pascal/gdb11492.exp
1454 * gdb.python/lib-types.exp
1455 * gdb.python/py-arch.exp
1456 * gdb.python/py-as-string.exp
1457 * gdb.python/py-bad-printers.exp
1458 * gdb.python/py-block.exp
1459 * gdb.python/py-breakpoint-create-fail.exp
1460 * gdb.python/py-breakpoint.exp
1461 * gdb.python/py-caller-is.exp
1462 * gdb.python/py-cmd.exp
1463 * gdb.python/py-explore-cc.exp
1464 * gdb.python/py-explore.exp
1465 * gdb.python/py-finish-breakpoint.exp
1466 * gdb.python/py-finish-breakpoint2.exp
1467 * gdb.python/py-frame-args.exp
1468 * gdb.python/py-frame-inline.exp
1469 * gdb.python/py-frame.exp
1470 * gdb.python/py-framefilter-mi.exp
1471 * gdb.python/py-infthread.exp
1472 * gdb.python/py-lazy-string.exp
1473 * gdb.python/py-linetable.exp
1474 * gdb.python/py-mi-events.exp
1475 * gdb.python/py-mi-objfile.exp
1476 * gdb.python/py-mi.exp
1477 * gdb.python/py-objfile.exp
1478 * gdb.python/py-pp-integral.exp
1479 * gdb.python/py-pp-maint.exp
1480 * gdb.python/py-pp-re-notag.exp
1481 * gdb.python/py-pp-registration.exp
1482 * gdb.python/py-recurse-unwind.exp
1483 * gdb.python/py-strfns.exp
1484 * gdb.python/py-symbol.exp
1485 * gdb.python/py-symtab.exp
1486 * gdb.python/py-sync-interp.exp
1487 * gdb.python/py-typeprint.exp
1488 * gdb.python/py-unwind-maint.exp
1489 * gdb.python/py-unwind.exp
1490 * gdb.python/py-value-cc.exp
1491 * gdb.python/py-xmethods.exp
1492 * gdb.reverse/amd64-tailcall-reverse.exp
1493 * gdb.reverse/break-precsave.exp
1494 * gdb.reverse/break-reverse.exp
1495 * gdb.reverse/consecutive-precsave.exp
1496 * gdb.reverse/consecutive-reverse.exp
1497 * gdb.reverse/finish-precsave.exp
1498 * gdb.reverse/finish-reverse-bkpt.exp
1499 * gdb.reverse/finish-reverse.exp
1500 * gdb.reverse/fstatat-reverse.exp
1501 * gdb.reverse/getresuid-reverse.exp
1502 * gdb.reverse/i386-precsave.exp
1503 * gdb.reverse/i386-reverse.exp
1504 * gdb.reverse/i386-sse-reverse.exp
1505 * gdb.reverse/i387-env-reverse.exp
1506 * gdb.reverse/i387-stack-reverse.exp
1507 * gdb.reverse/insn-reverse.exp
1508 * gdb.reverse/machinestate-precsave.exp
1509 * gdb.reverse/machinestate.exp
1510 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1511 * gdb.reverse/pipe-reverse.exp
1512 * gdb.reverse/readv-reverse.exp
1513 * gdb.reverse/recvmsg-reverse.exp
1514 * gdb.reverse/rerun-prec.exp
1515 * gdb.reverse/s390-mvcle.exp
1516 * gdb.reverse/step-precsave.exp
1517 * gdb.reverse/step-reverse.exp
1518 * gdb.reverse/time-reverse.exp
1519 * gdb.reverse/until-precsave.exp
1520 * gdb.reverse/until-reverse.exp
1521 * gdb.reverse/waitpid-reverse.exp
1522 * gdb.reverse/watch-precsave.exp
1523 * gdb.reverse/watch-reverse.exp
1524 * gdb.rust/generics.exp
1525 * gdb.rust/methods.exp
1526 * gdb.rust/modules.exp
1527 * gdb.rust/simple.exp
1528 * gdb.server/connect-with-no-symbol-file.exp
1529 * gdb.server/ext-attach.exp
1530 * gdb.server/ext-restart.exp
1531 * gdb.server/ext-wrapper.exp
1532 * gdb.server/file-transfer.exp
1533 * gdb.server/server-exec-info.exp
1534 * gdb.server/server-kill.exp
1535 * gdb.server/server-mon.exp
1536 * gdb.server/wrapper.exp
1537 * gdb.stabs/exclfwd.exp
1538 * gdb.stabs/gdb11479.exp
1539 * gdb.threads/clone-new-thread-event.exp
1540 * gdb.threads/corethreads.exp
1541 * gdb.threads/current-lwp-dead.exp
1542 * gdb.threads/dlopen-libpthread.exp
1543 * gdb.threads/gcore-thread.exp
1544 * gdb.threads/sigstep-threads.exp
1545 * gdb.threads/watchpoint-fork.exp
1546 * gdb.trace/actions-changed.exp
1547 * gdb.trace/backtrace.exp
1548 * gdb.trace/change-loc.exp
1549 * gdb.trace/circ.exp
1550 * gdb.trace/collection.exp
1551 * gdb.trace/disconnected-tracing.exp
1552 * gdb.trace/ftrace.exp
1553 * gdb.trace/mi-trace-frame-collected.exp
1554 * gdb.trace/mi-trace-unavailable.exp
1555 * gdb.trace/mi-traceframe-changed.exp
1556 * gdb.trace/mi-tsv-changed.exp
1557 * gdb.trace/no-attach-trace.exp
1558 * gdb.trace/passc-dyn.exp
1559 * gdb.trace/qtro.exp
1560 * gdb.trace/range-stepping.exp
1561 * gdb.trace/read-memory.exp
1562 * gdb.trace/save-trace.exp
1563 * gdb.trace/signal.exp
1564 * gdb.trace/status-stop.exp
1565 * gdb.trace/tfile.exp
1566 * gdb.trace/trace-break.exp
1567 * gdb.trace/trace-buffer-size.exp
1568 * gdb.trace/trace-condition.exp
1569 * gdb.trace/tracefile-pseudo-reg.exp
1570 * gdb.trace/tstatus.exp
1571 * gdb.trace/unavailable.exp
1572 * gdb.trace/while-dyn.exp
1573 * gdb.trace/while-stepping.exp
1574
1575 2016-12-22 Doug Evans <xdje42@gmail.com>
1576
1577 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1578 and msymbols.
1579
1580 2016-12-19 Yao Qi <yao.qi@linaro.org>
1581
1582 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1583 (test_with_self): Don't call do_steps_and_nexts, and remove
1584 code about stepping into xmalloc.
1585
1586 2016-12-09 Yao Qi <yao.qi@linaro.org>
1587
1588 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1589
1590 2016-12-09 Yao Qi <yao.qi@linaro.org>
1591
1592 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1593
1594 2016-12-09 Pedro Alves <palves@redhat.com>
1595
1596 * gdb.base/all-architectures-0.exp: New file.
1597 * gdb.base/all-architectures-1.exp: New file.
1598 * gdb.base/all-architectures-2.exp: New file.
1599 * gdb.base/all-architectures-3.exp: New file.
1600 * gdb.base/all-architectures-4.exp: New file.
1601 * gdb.base/all-architectures-5.exp: New file.
1602 * gdb.base/all-architectures-6.exp: New file.
1603 * gdb.base/all-architectures-7.exp: New file.
1604 * gdb.base/all-architectures.exp.in: New file.
1605
1606 2016-12-09 Yao Qi <yao.qi@linaro.org>
1607
1608 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1609
1610 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1611
1612 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1613 possible.
1614 Remove useless pattern-matching code.
1615
1616 2016-12-02 Pedro Alves <palves@redhat.com>
1617
1618 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1619 procedure.
1620 (top level): Call it.
1621
1622 2016-12-02 Pedro Alves <palves@redhat.com>
1623
1624 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1625 New procedure.
1626 (top level): Call it.
1627
1628 2016-12-02 Pedro Alves <palves@redhat.com>
1629
1630 PR cli/20559
1631 * gdb.base/commands.exp (user_defined_command_args_eval): New
1632 procedure.
1633 (top level): Call it.
1634
1635 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1636
1637 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1638 timeout handling.
1639
1640 2016-12-02 Tom Tromey <tom@tromey.com>
1641
1642 * gdb.dwarf2/main-subprogram.c: New file.
1643 * gdb.dwarf2/main-subprogram.exp: New file.
1644
1645 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1646
1647 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1648 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1649 gdb_test_no_output for a couple of cases.
1650 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1651
1652 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1653
1654 Fix test names and standardize compilation error messages throughout
1655 the following files:
1656
1657 * gdb.ada/start.exp
1658 * gdb.arch/alpha-step.exp
1659 * gdb.arch/e500-prologue.exp
1660 * gdb.arch/ftrace-insn-reloc.exp
1661 * gdb.arch/gdb1291.exp
1662 * gdb.arch/gdb1431.exp
1663 * gdb.arch/gdb1558.exp
1664 * gdb.arch/i386-dr3-watch.exp
1665 * gdb.arch/i386-sse-stack-align.exp
1666 * gdb.arch/ia64-breakpoint-shadow.exp
1667 * gdb.arch/pa-nullify.exp
1668 * gdb.arch/powerpc-aix-prologue.exp
1669 * gdb.arch/thumb-bx-pc.exp
1670 * gdb.base/annota1.exp
1671 * gdb.base/annota3.exp
1672 * gdb.base/arrayidx.exp
1673 * gdb.base/assign.exp
1674 * gdb.base/attach.exp
1675 * gdb.base/auxv.exp
1676 * gdb.base/bang.exp
1677 * gdb.base/bfp-test.exp
1678 * gdb.base/bigcore.exp
1679 * gdb.base/bitfields2.exp
1680 * gdb.base/break-fun-addr.exp
1681 * gdb.base/break-probes.exp
1682 * gdb.base/call-rt-st.exp
1683 * gdb.base/callexit.exp
1684 * gdb.base/catch-fork-kill.exp
1685 * gdb.base/charset.exp
1686 * gdb.base/checkpoint.exp
1687 * gdb.base/comprdebug.exp
1688 * gdb.base/constvars.exp
1689 * gdb.base/coredump-filter.exp
1690 * gdb.base/cursal.exp
1691 * gdb.base/cvexpr.exp
1692 * gdb.base/detach.exp
1693 * gdb.base/display.exp
1694 * gdb.base/dmsym.exp
1695 * gdb.base/dprintf-pending.exp
1696 * gdb.base/dso2dso.exp
1697 * gdb.base/dtrace-probe.exp
1698 * gdb.base/dump.exp
1699 * gdb.base/enum_cond.exp
1700 * gdb.base/exe-lock.exp
1701 * gdb.base/exec-invalid-sysroot.exp
1702 * gdb.base/execl-update-breakpoints.exp
1703 * gdb.base/exprs.exp
1704 * gdb.base/fileio.exp
1705 * gdb.base/find.exp
1706 * gdb.base/finish.exp
1707 * gdb.base/fixsection.exp
1708 * gdb.base/foll-vfork.exp
1709 * gdb.base/frame-args.exp
1710 * gdb.base/gcore.exp
1711 * gdb.base/gdb1250.exp
1712 * gdb.base/global-var-nested-by-dso.exp
1713 * gdb.base/gnu-ifunc.exp
1714 * gdb.base/hashline1.exp
1715 * gdb.base/hashline2.exp
1716 * gdb.base/hashline3.exp
1717 * gdb.base/hbreak-in-shr-unsupported.exp
1718 * gdb.base/huge.exp
1719 * gdb.base/infcall-input.exp
1720 * gdb.base/info-fun.exp
1721 * gdb.base/info-shared.exp
1722 * gdb.base/jit-simple.exp
1723 * gdb.base/jit-so.exp
1724 * gdb.base/jit.exp
1725 * gdb.base/jump.exp
1726 * gdb.base/label.exp
1727 * gdb.base/lineinc.exp
1728 * gdb.base/logical.exp
1729 * gdb.base/longjmp.exp
1730 * gdb.base/macscp.exp
1731 * gdb.base/miscexprs.exp
1732 * gdb.base/new-ui-echo.exp
1733 * gdb.base/new-ui-pending-input.exp
1734 * gdb.base/new-ui.exp
1735 * gdb.base/nodebug.exp
1736 * gdb.base/nofield.exp
1737 * gdb.base/offsets.exp
1738 * gdb.base/overlays.exp
1739 * gdb.base/pending.exp
1740 * gdb.base/pointers.exp
1741 * gdb.base/pr11022.exp
1742 * gdb.base/printcmds.exp
1743 * gdb.base/prologue.exp
1744 * gdb.base/ptr-typedef.exp
1745 * gdb.base/realname-expand.exp
1746 * gdb.base/relativedebug.exp
1747 * gdb.base/relocate.exp
1748 * gdb.base/remote.exp
1749 * gdb.base/reread.exp
1750 * gdb.base/return2.exp
1751 * gdb.base/savedregs.exp
1752 * gdb.base/sep.exp
1753 * gdb.base/sepdebug.exp
1754 * gdb.base/sepsymtab.exp
1755 * gdb.base/set-inferior-tty.exp
1756 * gdb.base/setshow.exp
1757 * gdb.base/shlib-call.exp
1758 * gdb.base/sigaltstack.exp
1759 * gdb.base/siginfo-addr.exp
1760 * gdb.base/signals.exp
1761 * gdb.base/signull.exp
1762 * gdb.base/sigrepeat.exp
1763 * gdb.base/so-impl-ld.exp
1764 * gdb.base/solib-display.exp
1765 * gdb.base/solib-overlap.exp
1766 * gdb.base/solib-search.exp
1767 * gdb.base/solib-symbol.exp
1768 * gdb.base/structs.exp
1769 * gdb.base/structs2.exp
1770 * gdb.base/symtab-search-order.exp
1771 * gdb.base/twice.exp
1772 * gdb.base/unload.exp
1773 * gdb.base/varargs.exp
1774 * gdb.base/watchpoint-solib.exp
1775 * gdb.base/watchpoint.exp
1776 * gdb.base/whatis.exp
1777 * gdb.base/wrong_frame_bt_full.exp
1778 * gdb.btrace/dlopen.exp
1779 * gdb.cell/ea-standalone.exp
1780 * gdb.cell/ea-test.exp
1781 * gdb.cp/dispcxx.exp
1782 * gdb.cp/gdb2384.exp
1783 * gdb.cp/method2.exp
1784 * gdb.cp/nextoverthrow.exp
1785 * gdb.cp/pr10728.exp
1786 * gdb.disasm/am33.exp
1787 * gdb.disasm/h8300s.exp
1788 * gdb.disasm/mn10300.exp
1789 * gdb.disasm/sh3.exp
1790 * gdb.dwarf2/dw2-dir-file-name.exp
1791 * gdb.fortran/complex.exp
1792 * gdb.fortran/library-module.exp
1793 * gdb.guile/scm-pretty-print.exp
1794 * gdb.guile/scm-symbol.exp
1795 * gdb.guile/scm-type.exp
1796 * gdb.guile/scm-value.exp
1797 * gdb.linespec/linespec.exp
1798 * gdb.mi/gdb701.exp
1799 * gdb.mi/gdb792.exp
1800 * gdb.mi/mi-breakpoint-changed.exp
1801 * gdb.mi/mi-dprintf-pending.exp
1802 * gdb.mi/mi-dprintf.exp
1803 * gdb.mi/mi-exit-code.exp
1804 * gdb.mi/mi-pending.exp
1805 * gdb.mi/mi-solib.exp
1806 * gdb.mi/new-ui-mi-sync.exp
1807 * gdb.mi/pr11022.exp
1808 * gdb.mi/user-selected-context-sync.exp
1809 * gdb.opt/solib-intra-step.exp
1810 * gdb.python/py-events.exp
1811 * gdb.python/py-finish-breakpoint.exp
1812 * gdb.python/py-mi.exp
1813 * gdb.python/py-prettyprint.exp
1814 * gdb.python/py-shared.exp
1815 * gdb.python/py-symbol.exp
1816 * gdb.python/py-template.exp
1817 * gdb.python/py-type.exp
1818 * gdb.python/py-value.exp
1819 * gdb.reverse/solib-precsave.exp
1820 * gdb.reverse/solib-reverse.exp
1821 * gdb.server/solib-list.exp
1822 * gdb.stabs/weird.exp
1823 * gdb.threads/reconnect-signal.exp
1824 * gdb.threads/stepi-random-signal.exp
1825 * gdb.trace/actions.exp
1826 * gdb.trace/ax.exp
1827 * gdb.trace/backtrace.exp
1828 * gdb.trace/change-loc.exp
1829 * gdb.trace/deltrace.exp
1830 * gdb.trace/ftrace-lock.exp
1831 * gdb.trace/ftrace.exp
1832 * gdb.trace/infotrace.exp
1833 * gdb.trace/mi-tracepoint-changed.exp
1834 * gdb.trace/packetlen.exp
1835 * gdb.trace/passcount.exp
1836 * gdb.trace/pending.exp
1837 * gdb.trace/range-stepping.exp
1838 * gdb.trace/report.exp
1839 * gdb.trace/stap-trace.exp
1840 * gdb.trace/tfind.exp
1841 * gdb.trace/trace-break.exp
1842 * gdb.trace/trace-condition.exp
1843 * gdb.trace/trace-enable-disable.exp
1844 * gdb.trace/trace-mt.exp
1845 * gdb.trace/tracecmd.exp
1846 * gdb.trace/tspeed.exp
1847 * gdb.trace/tsv.exp
1848 * lib/perftest.exp
1849
1850 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1851
1852 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1853 with gdb_test_no_output.
1854 Use command as test name.
1855
1856 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1857
1858 Fix test names starting with uppercase throughout the files.
1859
1860 * gdb.ada/assign_1.exp
1861 * gdb.ada/boolean_expr.exp
1862 * gdb.base/arrayidx.exp
1863 * gdb.base/del.exp
1864 * gdb.base/gcore-buffer-overflow.exp
1865 * gdb.base/testenv.exp
1866 * gdb.compile/compile.exp
1867 * gdb.python/py-framefilter-invalidarg.exp
1868 * gdb.python/py-framefilter.exp
1869
1870 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1871
1872 Fix test names starting with uppercase throughout the files.
1873
1874 * gdb.ada/array_return.exp
1875 * gdb.ada/expr_delims.exp
1876 * gdb.ada/mi_dyn_arr.exp
1877 * gdb.ada/mi_interface.exp
1878 * gdb.ada/mi_var_array.exp
1879 * gdb.ada/watch_arg.exp
1880 * gdb.arch/alpha-step.exp
1881 * gdb.arch/altivec-regs.exp
1882 * gdb.arch/e500-regs.exp
1883 * gdb.arch/powerpc-d128-regs.exp
1884 * gdb.base/arrayidx.exp
1885 * gdb.base/break.exp
1886 * gdb.base/checkpoint.exp
1887 * gdb.base/debug-expr.exp
1888 * gdb.base/dmsym.exp
1889 * gdb.base/radix.exp
1890 * gdb.base/sepdebug.exp
1891 * gdb.base/testenv.exp
1892 * gdb.base/watch_thread_num.exp
1893 * gdb.base/watchpoint-cond-gone.exp
1894 * gdb.cell/break.exp
1895 * gdb.cell/ea-cache.exp
1896 * gdb.compile/compile.exp
1897 * gdb.cp/gdb2495.exp
1898 * gdb.gdb/selftest.exp
1899 * gdb.gdb/xfullpath.exp
1900 * gdb.go/hello.exp
1901 * gdb.go/integers.exp
1902 * gdb.objc/basicclass.exp
1903 * gdb.pascal/hello.exp
1904 * gdb.pascal/integers.exp
1905 * gdb.python/py-breakpoint.exp
1906 * gdb.python/py-cmd.exp
1907 * gdb.python/py-linetable.exp
1908 * gdb.python/py-xmethods.exp
1909 * gdb.python/python.exp
1910 * gdb.reverse/consecutive-precsave.exp
1911 * gdb.reverse/finish-precsave.exp
1912 * gdb.reverse/i386-precsave.exp
1913 * gdb.reverse/machinestate-precsave.exp
1914 * gdb.reverse/sigall-precsave.exp
1915 * gdb.reverse/solib-precsave.exp
1916 * gdb.reverse/step-precsave.exp
1917 * gdb.reverse/until-precsave.exp
1918 * gdb.reverse/watch-precsave.exp
1919 * gdb.threads/leader-exit.exp
1920 * gdb.threads/pthreads.exp
1921 * gdb.threads/wp-replication.exp
1922 * gdb.trace/actions.exp
1923 * gdb.trace/mi-tsv-changed.exp
1924 * gdb.trace/tsv.exp
1925
1926 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1927
1928 Fix test names starting with uppercase throughout the files.
1929
1930 * gdb.arch/i386-bp_permanent.exp
1931 * gdb.arch/i386-gnu-cfi.exp
1932 * gdb.base/disasm-end-cu.exp
1933 * gdb.base/macscp.exp
1934 * gdb.base/pending.exp
1935 * gdb.base/watch_thread_num.exp
1936 * gdb.cp/exception.exp
1937 * gdb.cp/gdb2495.exp
1938 * gdb.cp/local.exp
1939 * gdb.python/py-evsignal.exp
1940 * gdb.python/python.exp
1941 * gdb.trace/tracecmd.exp
1942
1943 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1944
1945 Fix test names starting with uppercase throughout the files.
1946
1947 * gdb.base/charset.exp
1948 * gdb.base/eval.exp
1949 * gdb.base/multi-forks.exp
1950 * gdb.guile/scm-progspace.exp
1951 * gdb.opencl/datatypes.exp
1952 * gdb.python/py-block.exp
1953 * gdb.python/py-function.exp
1954 * gdb.python/py-symbol.exp
1955 * gdb.python/py-symtab.exp
1956 * gdb.python/py-xmethods.exp
1957 * gdb.reverse/break-precsave.exp
1958 * gdb.reverse/break-reverse.exp
1959 * gdb.reverse/consecutive-precsave.exp
1960 * gdb.reverse/consecutive-reverse.exp
1961 * gdb.reverse/finish-precsave.exp
1962 * gdb.reverse/finish-reverse-bkpt.exp
1963 * gdb.reverse/finish-reverse.exp
1964 * gdb.reverse/fstatat-reverse.exp
1965 * gdb.reverse/getresuid-reverse.exp
1966 * gdb.reverse/i386-precsave.exp
1967 * gdb.reverse/i386-reverse.exp
1968 * gdb.reverse/i386-sse-reverse.exp
1969 * gdb.reverse/i387-stack-reverse.exp
1970 * gdb.reverse/insn-reverse.exp
1971 * gdb.reverse/machinestate-precsave.exp
1972 * gdb.reverse/machinestate.exp
1973 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1974 * gdb.reverse/pipe-reverse.exp
1975 * gdb.reverse/readv-reverse.exp
1976 * gdb.reverse/recvmsg-reverse.exp
1977 * gdb.reverse/rerun-prec.exp
1978 * gdb.reverse/s390-mvcle.exp
1979 * gdb.reverse/sigall-precsave.exp
1980 * gdb.reverse/sigall-reverse.exp
1981 * gdb.reverse/solib-precsave.exp
1982 * gdb.reverse/solib-reverse.exp
1983 * gdb.reverse/step-precsave.exp
1984 * gdb.reverse/step-reverse.exp
1985 * gdb.reverse/time-reverse.exp
1986 * gdb.reverse/until-precsave.exp
1987 * gdb.reverse/until-reverse.exp
1988 * gdb.reverse/waitpid-reverse.exp
1989 * gdb.reverse/watch-precsave.exp
1990 * gdb.reverse/watch-reverse.exp
1991
1992 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1993
1994 Fix test names starting with uppercase throughout the files.
1995
1996 * gdb.arch/i386-mpx-simple_segv.exp
1997 * gdb.arch/i386-mpx.exp
1998 * gdb.arch/i386-permbkpt.exp
1999 * gdb.arch/pa-nullify.exp
2000 * gdb.arch/powerpc-d128-regs.exp
2001 * gdb.arch/vsx-regs.exp
2002 * gdb.base/bfp-test.exp
2003 * gdb.base/break.exp
2004 * gdb.base/breakpoint-shadow.exp
2005 * gdb.base/callfuncs.exp
2006 * gdb.base/charset.exp
2007 * gdb.base/commands.exp
2008 * gdb.base/completion.exp
2009 * gdb.base/dfp-test.exp
2010 * gdb.base/echo.exp
2011 * gdb.base/ending-run.exp
2012 * gdb.base/eval.exp
2013 * gdb.base/expand-psymtabs.exp
2014 * gdb.base/float128.exp
2015 * gdb.base/floatn.exp
2016 * gdb.base/foll-exec-mode.exp
2017 * gdb.base/gdb1056.exp
2018 * gdb.base/gdb11531.exp
2019 * gdb.base/kill-after-signal.exp
2020 * gdb.base/multi-forks.exp
2021 * gdb.base/overlays.exp
2022 * gdb.base/pending.exp
2023 * gdb.base/sepdebug.exp
2024 * gdb.base/testenv.exp
2025 * gdb.base/valgrind-db-attach.exp
2026 * gdb.base/watch_thread_num.exp
2027 * gdb.base/watchpoint-cond-gone.exp
2028 * gdb.base/watchpoint.exp
2029 * gdb.base/watchpoints.exp
2030 * gdb.cp/arg-reference.exp
2031 * gdb.cp/baseenum.exp
2032 * gdb.cp/operator.exp
2033 * gdb.cp/shadow.exp
2034 * gdb.dwarf2/dw2-op-out-param.exp
2035 * gdb.dwarf2/dw2-reg-undefined.exp
2036 * gdb.go/chan.exp
2037 * gdb.go/hello.exp
2038 * gdb.go/integers.exp
2039 * gdb.go/methods.exp
2040 * gdb.go/package.exp
2041 * gdb.guile/scm-parameter.exp
2042 * gdb.guile/scm-progspace.exp
2043 * gdb.guile/scm-value.exp
2044 * gdb.mi/mi-pending.exp
2045 * gdb.mi/user-selected-context-sync.exp
2046 * gdb.multi/multi-attach.exp
2047 * gdb.multi/tids.exp
2048 * gdb.opt/clobbered-registers-O2.exp
2049 * gdb.pascal/floats.exp
2050 * gdb.pascal/integers.exp
2051 * gdb.python/py-block.exp
2052 * gdb.python/py-events.exp
2053 * gdb.python/py-parameter.exp
2054 * gdb.python/py-symbol.exp
2055 * gdb.python/py-symtab.exp
2056 * gdb.python/py-type.exp
2057 * gdb.python/py-value.exp
2058 * gdb.python/py-xmethods.exp
2059 * gdb.python/python.exp
2060 * gdb.reverse/break-precsave.exp
2061 * gdb.reverse/consecutive-precsave.exp
2062 * gdb.reverse/finish-precsave.exp
2063 * gdb.reverse/i386-precsave.exp
2064 * gdb.reverse/machinestate-precsave.exp
2065 * gdb.reverse/sigall-precsave.exp
2066 * gdb.reverse/solib-precsave.exp
2067 * gdb.reverse/step-precsave.exp
2068 * gdb.reverse/until-precsave.exp
2069 * gdb.reverse/watch-precsave.exp
2070 * gdb.server/ext-attach.exp
2071 * gdb.server/ext-restart.exp
2072 * gdb.server/ext-run.exp
2073 * gdb.server/ext-wrapper.exp
2074 * gdb.stabs/gdb11479.exp
2075 * gdb.stabs/weird.exp
2076 * gdb.threads/attach-many-short-lived-threads.exp
2077 * gdb.threads/kill.exp
2078 * gdb.threads/watchpoint-fork.exp
2079
2080 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2081
2082 Fix test names starting with uppercase throughout all the files below.
2083
2084 * gdb.ada/array_return.exp
2085 * gdb.ada/catch_ex.exp
2086 * gdb.ada/info_exc.exp
2087 * gdb.ada/mi_catch_ex.exp
2088 * gdb.ada/mi_dyn_arr.exp
2089 * gdb.ada/mi_ex_cond.exp
2090 * gdb.ada/mi_exc_info.exp
2091 * gdb.ada/mi_interface.exp
2092 * gdb.ada/mi_task_arg.exp
2093 * gdb.ada/mi_task_info.exp
2094 * gdb.ada/mi_var_array.exp
2095 * gdb.arch/alpha-step.exp
2096 * gdb.arch/amd64-disp-step.exp
2097 * gdb.arch/arm-disp-step.exp
2098 * gdb.arch/disp-step-insn-reloc.exp
2099 * gdb.arch/e500-prologue.exp
2100 * gdb.arch/ftrace-insn-reloc.exp
2101 * gdb.arch/gdb1558.exp
2102 * gdb.arch/i386-bp_permanent.exp
2103 * gdb.arch/i386-disp-step.exp
2104 * gdb.arch/i386-float.exp
2105 * gdb.arch/i386-gnu-cfi.exp
2106 * gdb.arch/ia64-breakpoint-shadow.exp
2107 * gdb.arch/mips16-thunks.exp
2108 * gdb.arch/pa-nullify.exp
2109 * gdb.arch/powerpc-aix-prologue.exp
2110 * gdb.arch/powerpc-power.exp
2111 * gdb.arch/ppc-dfp.exp
2112 * gdb.arch/s390-tdbregs.exp
2113 * gdb.arch/spu-info.exp
2114 * gdb.arch/spu-ls.exp
2115 * gdb.arch/thumb-bx-pc.exp
2116 * gdb.base/advance.exp
2117 * gdb.base/annota-input-while-running.exp
2118 * gdb.base/arrayidx.exp
2119 * gdb.base/asmlabel.exp
2120 * gdb.base/async.exp
2121 * gdb.base/attach-wait-input.exp
2122 * gdb.base/auto-connect-native-target.exp
2123 * gdb.base/batch-preserve-term-settings.exp
2124 * gdb.base/bfp-test.exp
2125 * gdb.base/bigcore.exp
2126 * gdb.base/bp-permanent.exp
2127 * gdb.base/break-always.exp
2128 * gdb.base/break-fun-addr.exp
2129 * gdb.base/break-idempotent.exp
2130 * gdb.base/break-main-file-remove-fail.exp
2131 * gdb.base/break-probes.exp
2132 * gdb.base/break-unload-file.exp
2133 * gdb.base/break.exp
2134 * gdb.base/call-ar-st.exp
2135 * gdb.base/call-rt-st.exp
2136 * gdb.base/call-sc.exp
2137 * gdb.base/call-signal-resume.exp
2138 * gdb.base/call-strs.exp
2139 * gdb.base/callexit.exp
2140 * gdb.base/callfuncs.exp
2141 * gdb.base/catch-gdb-caused-signals.exp
2142 * gdb.base/catch-signal-siginfo-cond.exp
2143 * gdb.base/catch-syscall.exp
2144 * gdb.base/compare-sections.exp
2145 * gdb.base/cond-eval-mode.exp
2146 * gdb.base/condbreak-call-false.exp
2147 * gdb.base/consecutive-step-over.exp
2148 * gdb.base/cursal.exp
2149 * gdb.base/disabled-location.exp
2150 * gdb.base/disasm-end-cu.exp
2151 * gdb.base/display.exp
2152 * gdb.base/double-prompt-target-event-error.exp
2153 * gdb.base/dprintf-bp-same-addr.exp
2154 * gdb.base/dprintf-detach.exp
2155 * gdb.base/dprintf-next.exp
2156 * gdb.base/dprintf-non-stop.exp
2157 * gdb.base/dprintf-pending.exp
2158 * gdb.base/dso2dso.exp
2159 * gdb.base/ending-run.exp
2160 * gdb.base/enum_cond.exp
2161 * gdb.base/examine-backward.exp
2162 * gdb.base/exe-lock.exp
2163 * gdb.base/exec-invalid-sysroot.exp
2164 * gdb.base/execl-update-breakpoints.exp
2165 * gdb.base/execution-termios.exp
2166 * gdb.base/fileio.exp
2167 * gdb.base/fixsection.exp
2168 * gdb.base/foll-exec-mode.exp
2169 * gdb.base/foll-exec.exp
2170 * gdb.base/fork-running-state.exp
2171 * gdb.base/frame-args.exp
2172 * gdb.base/fullpath-expand.exp
2173 * gdb.base/func-ptr.exp
2174 * gdb.base/gcore-relro-pie.exp
2175 * gdb.base/gdb1090.exp
2176 * gdb.base/gdb1555.exp
2177 * gdb.base/global-var-nested-by-dso.exp
2178 * gdb.base/gnu-ifunc.exp
2179 * gdb.base/hbreak-in-shr-unsupported.exp
2180 * gdb.base/hbreak-unmapped.exp
2181 * gdb.base/hook-stop.exp
2182 * gdb.base/infcall-input.exp
2183 * gdb.base/info-fun.exp
2184 * gdb.base/info-shared.exp
2185 * gdb.base/interrupt-noterm.exp
2186 * gdb.base/jit-so.exp
2187 * gdb.base/jit.exp
2188 * gdb.base/line-symtabs.exp
2189 * gdb.base/list.exp
2190 * gdb.base/longjmp.exp
2191 * gdb.base/macscp.exp
2192 * gdb.base/max-value-size.exp
2193 * gdb.base/nodebug.exp
2194 * gdb.base/nofield.exp
2195 * gdb.base/overlays.exp
2196 * gdb.base/paginate-after-ctrl-c-running.exp
2197 * gdb.base/paginate-bg-execution.exp
2198 * gdb.base/paginate-inferior-exit.exp
2199 * gdb.base/pending.exp
2200 * gdb.base/pr11022.exp
2201 * gdb.base/printcmds.exp
2202 * gdb.base/ptr-typedef.exp
2203 * gdb.base/ptype.exp
2204 * gdb.base/randomize.exp
2205 * gdb.base/range-stepping.exp
2206 * gdb.base/realname-expand.exp
2207 * gdb.base/relativedebug.exp
2208 * gdb.base/remote.exp
2209 * gdb.base/savedregs.exp
2210 * gdb.base/sepdebug.exp
2211 * gdb.base/set-noassign.exp
2212 * gdb.base/shlib-call.exp
2213 * gdb.base/shreloc.exp
2214 * gdb.base/sigaltstack.exp
2215 * gdb.base/sigbpt.exp
2216 * gdb.base/siginfo-addr.exp
2217 * gdb.base/siginfo-obj.exp
2218 * gdb.base/siginfo-thread.exp
2219 * gdb.base/signest.exp
2220 * gdb.base/signull.exp
2221 * gdb.base/sigrepeat.exp
2222 * gdb.base/skip.exp
2223 * gdb.base/so-impl-ld.exp
2224 * gdb.base/solib-corrupted.exp
2225 * gdb.base/solib-disc.exp
2226 * gdb.base/solib-display.exp
2227 * gdb.base/solib-overlap.exp
2228 * gdb.base/solib-search.exp
2229 * gdb.base/solib-symbol.exp
2230 * gdb.base/source-execution.exp
2231 * gdb.base/sss-bp-on-user-bp-2.exp
2232 * gdb.base/sss-bp-on-user-bp.exp
2233 * gdb.base/stack-checking.exp
2234 * gdb.base/stale-infcall.exp
2235 * gdb.base/step-break.exp
2236 * gdb.base/step-line.exp
2237 * gdb.base/step-over-exit.exp
2238 * gdb.base/step-test.exp
2239 * gdb.base/structs.exp
2240 * gdb.base/sym-file.exp
2241 * gdb.base/symtab-search-order.exp
2242 * gdb.base/term.exp
2243 * gdb.base/type-opaque.exp
2244 * gdb.base/unload.exp
2245 * gdb.base/until-nodebug.exp
2246 * gdb.base/until.exp
2247 * gdb.base/unwindonsignal.exp
2248 * gdb.base/watch-cond.exp
2249 * gdb.base/watch-non-mem.exp
2250 * gdb.base/watch_thread_num.exp
2251 * gdb.base/watchpoint-reuse-slot.exp
2252 * gdb.base/watchpoint-solib.exp
2253 * gdb.base/watchpoint.exp
2254 * gdb.btrace/dlopen.exp
2255 * gdb.cell/arch.exp
2256 * gdb.cell/break.exp
2257 * gdb.cell/bt.exp
2258 * gdb.cell/core.exp
2259 * gdb.cell/data.exp
2260 * gdb.cell/dwarfaddr.exp
2261 * gdb.cell/ea-cache.exp
2262 * gdb.cell/ea-standalone.exp
2263 * gdb.cell/ea-test.exp
2264 * gdb.cell/f-regs.exp
2265 * gdb.cell/fork.exp
2266 * gdb.cell/gcore.exp
2267 * gdb.cell/mem-access.exp
2268 * gdb.cell/ptype.exp
2269 * gdb.cell/registers.exp
2270 * gdb.cell/sizeof.exp
2271 * gdb.cell/solib-symbol.exp
2272 * gdb.cell/solib.exp
2273 * gdb.compile/compile-tls.exp
2274 * gdb.cp/exception.exp
2275 * gdb.cp/gdb2495.exp
2276 * gdb.cp/local.exp
2277 * gdb.cp/mb-inline.exp
2278 * gdb.cp/mb-templates.exp
2279 * gdb.cp/pr10687.exp
2280 * gdb.cp/pr9167.exp
2281 * gdb.cp/scope-err.exp
2282 * gdb.cp/templates.exp
2283 * gdb.cp/virtfunc.exp
2284 * gdb.dwarf2/dw2-dir-file-name.exp
2285 * gdb.dwarf2/dw2-single-line-discriminators.exp
2286 * gdb.fortran/complex.exp
2287 * gdb.fortran/library-module.exp
2288 * gdb.guile/guile.exp
2289 * gdb.guile/scm-cmd.exp
2290 * gdb.guile/scm-frame-inline.exp
2291 * gdb.guile/scm-objfile.exp
2292 * gdb.guile/scm-pretty-print.exp
2293 * gdb.guile/scm-symbol.exp
2294 * gdb.guile/scm-type.exp
2295 * gdb.guile/scm-value.exp
2296 * gdb.linespec/keywords.exp
2297 * gdb.linespec/ls-errs.exp
2298 * gdb.linespec/macro-relative.exp
2299 * gdb.linespec/thread.exp
2300 * gdb.mi/mi-breakpoint-changed.exp
2301 * gdb.mi/mi-dprintf-pending.exp
2302 * gdb.mi/mi-fullname-deleted.exp
2303 * gdb.mi/mi-logging.exp
2304 * gdb.mi/mi-pending.exp
2305 * gdb.mi/mi-solib.exp
2306 * gdb.mi/new-ui-mi-sync.exp
2307 * gdb.mi/user-selected-context-sync.exp
2308 * gdb.multi/dummy-frame-restore.exp
2309 * gdb.multi/multi-arch-exec.exp
2310 * gdb.multi/remove-inferiors.exp
2311 * gdb.multi/watchpoint-multi-exit.exp
2312 * gdb.opt/solib-intra-step.exp
2313 * gdb.perf/backtrace.exp
2314 * gdb.perf/single-step.exp
2315 * gdb.perf/skip-command.exp
2316 * gdb.perf/skip-prologue.exp
2317 * gdb.perf/solib.exp
2318 * gdb.python/lib-types.exp
2319 * gdb.python/py-as-string.exp
2320 * gdb.python/py-bad-printers.exp
2321 * gdb.python/py-block.exp
2322 * gdb.python/py-breakpoint.exp
2323 * gdb.python/py-cmd.exp
2324 * gdb.python/py-events.exp
2325 * gdb.python/py-evthreads.exp
2326 * gdb.python/py-finish-breakpoint.exp
2327 * gdb.python/py-finish-breakpoint2.exp
2328 * gdb.python/py-frame-inline.exp
2329 * gdb.python/py-frame.exp
2330 * gdb.python/py-inferior.exp
2331 * gdb.python/py-infthread.exp
2332 * gdb.python/py-mi.exp
2333 * gdb.python/py-objfile.exp
2334 * gdb.python/py-pp-maint.exp
2335 * gdb.python/py-pp-registration.exp
2336 * gdb.python/py-prettyprint.exp
2337 * gdb.python/py-recurse-unwind.exp
2338 * gdb.python/py-shared.exp
2339 * gdb.python/py-symbol.exp
2340 * gdb.python/py-symtab.exp
2341 * gdb.python/py-template.exp
2342 * gdb.python/py-type.exp
2343 * gdb.python/py-unwind-maint.exp
2344 * gdb.python/py-unwind.exp
2345 * gdb.python/py-value.exp
2346 * gdb.python/python.exp
2347 * gdb.reverse/finish-reverse-bkpt.exp
2348 * gdb.reverse/insn-reverse.exp
2349 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2350 * gdb.reverse/solib-precsave.exp
2351 * gdb.reverse/solib-reverse.exp
2352 * gdb.stabs/gdb11479.exp
2353 * gdb.stabs/weird.exp
2354 * gdb.threads/fork-child-threads.exp
2355 * gdb.threads/fork-plus-threads.exp
2356 * gdb.threads/fork-thread-pending.exp
2357 * gdb.threads/forking-threads-plus-breakpoint.exp
2358 * gdb.threads/hand-call-in-threads.exp
2359 * gdb.threads/interrupted-hand-call.exp
2360 * gdb.threads/linux-dp.exp
2361 * gdb.threads/local-watch-wrong-thread.exp
2362 * gdb.threads/next-while-other-thread-longjmps.exp
2363 * gdb.threads/non-ldr-exit.exp
2364 * gdb.threads/pending-step.exp
2365 * gdb.threads/print-threads.exp
2366 * gdb.threads/process-dies-while-detaching.exp
2367 * gdb.threads/process-dies-while-handling-bp.exp
2368 * gdb.threads/pthreads.exp
2369 * gdb.threads/queue-signal.exp
2370 * gdb.threads/reconnect-signal.exp
2371 * gdb.threads/signal-command-handle-nopass.exp
2372 * gdb.threads/signal-command-multiple-signals-pending.exp
2373 * gdb.threads/signal-delivered-right-thread.exp
2374 * gdb.threads/signal-sigtrap.exp
2375 * gdb.threads/sigthread.exp
2376 * gdb.threads/staticthreads.exp
2377 * gdb.threads/stepi-random-signal.exp
2378 * gdb.threads/thread-unwindonsignal.exp
2379 * gdb.threads/thread_check.exp
2380 * gdb.threads/thread_events.exp
2381 * gdb.threads/tid-reuse.exp
2382 * gdb.threads/tls-nodebug.exp
2383 * gdb.threads/tls-shared.exp
2384 * gdb.threads/tls-so_extern.exp
2385 * gdb.threads/tls.exp
2386 * gdb.threads/wp-replication.exp
2387 * gdb.trace/actions-changed.exp
2388 * gdb.trace/actions.exp
2389 * gdb.trace/backtrace.exp
2390 * gdb.trace/change-loc.exp
2391 * gdb.trace/collection.exp
2392 * gdb.trace/deltrace.exp
2393 * gdb.trace/disconnected-tracing.exp
2394 * gdb.trace/entry-values.exp
2395 * gdb.trace/ftrace-lock.exp
2396 * gdb.trace/ftrace.exp
2397 * gdb.trace/infotrace.exp
2398 * gdb.trace/mi-trace-frame-collected.exp
2399 * gdb.trace/mi-trace-unavailable.exp
2400 * gdb.trace/mi-traceframe-changed.exp
2401 * gdb.trace/mi-tracepoint-changed.exp
2402 * gdb.trace/mi-tsv-changed.exp
2403 * gdb.trace/no-attach-trace.exp
2404 * gdb.trace/packetlen.exp
2405 * gdb.trace/passc-dyn.exp
2406 * gdb.trace/passcount.exp
2407 * gdb.trace/pending.exp
2408 * gdb.trace/pr16508.exp
2409 * gdb.trace/qtro.exp
2410 * gdb.trace/range-stepping.exp
2411 * gdb.trace/read-memory.exp
2412 * gdb.trace/report.exp
2413 * gdb.trace/save-trace.exp
2414 * gdb.trace/signal.exp
2415 * gdb.trace/stap-trace.exp
2416 * gdb.trace/status-stop.exp
2417 * gdb.trace/strace.exp
2418 * gdb.trace/tfile.exp
2419 * gdb.trace/tfind.exp
2420 * gdb.trace/trace-break.exp
2421 * gdb.trace/trace-condition.exp
2422 * gdb.trace/trace-enable-disable.exp
2423 * gdb.trace/trace-mt.exp
2424 * gdb.trace/tracecmd.exp
2425 * gdb.trace/tracefile-pseudo-reg.exp
2426 * gdb.trace/tspeed.exp
2427 * gdb.trace/tstatus.exp
2428 * gdb.trace/tsv.exp
2429 * gdb.trace/unavailable.exp
2430 * gdb.trace/while-dyn.exp
2431 * gdb.trace/while-stepping.exp
2432 * lib/gdb-guile.exp
2433 * lib/gdb.exp
2434 * lib/mi-support.exp
2435 * lib/pascal.exp
2436 * lib/perftest.exp
2437 * lib/prelink-support.exp
2438 * lib/selftest-support.exp
2439
2440 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2441
2442 * Makefile.in: Include disable-implicit-rules.mk.
2443
2444 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2445
2446 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2447 non-byte-aligned bit fields.
2448
2449 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2450
2451 PR gdb/12616
2452 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
2453 respects the DW_AT_data_bit_offset attribute.
2454
2455 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2456
2457 * gdb.base/default.exp: Fix output of "set language".
2458
2459 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2460
2461 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2462 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
2463 make.
2464 * configure.ac: Remove checks for the make program.
2465 * configure: Re-generate.
2466
2467 2016-11-16 Kevin Buettner <kevinb@redhat.com>
2468
2469 * gdb.python/py-recurse-unwind.c (main): Add loop.
2470 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2471 to read_register() and gdb.parse_and_eval(). Make each code
2472 call a separate case that can be individually tested.
2473 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2474 proc. Call cont_and_backtrace for each of the code paths that
2475 we want to test in the unwinder.
2476
2477 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2478
2479 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2480 the definition of struct S.
2481
2482 2016-11-11 Catherine Moore <clm@codesourcery.com>
2483
2484 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2485
2486 2016-11-09 Pedro Alves <palves@redhat.com>
2487
2488 * gdb.base/commands.exp (runto_or_return): New procedure.
2489 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2490 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2491 (progvar_simple_while_test, progvar_complex_if_while_test)
2492 (if_while_breakpoint_command_test)
2493 (infrun_breakpoint_command_test, breakpoint_command_test)
2494 (user_defined_command_test, watchpoint_command_test)
2495 (test_command_prompt_position, redefine_hook_test)
2496 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2497 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2498 multi_line_input and multi_line. Remove gdb_expect and
2499 gdb_stop_suppressing_tests uses.
2500 * lib/gdb.exp (valnum_re): New global.
2501 (multi_line_input): New procedure.
2502
2503 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2504
2505 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2506 Remove.
2507 (test_setup): Define with proc_with_prefix.
2508 (test_cli_inferior): Likewise.
2509 (test_cli_thread): Likewise.
2510 (test_cli_frame): Likewise.
2511 (test_cli_select_frame): Likewise.
2512 (test_cli_up_down): Likewise.
2513 (test_mi_thread_select): Likewise.
2514 (test_mi_stack_select_frame): Likewise.
2515 (test_cli_in_mi_inferior): Likewise.
2516 (test_cli_in_mi_thread): Likewise.
2517 (test_cli_in_mi_frame): Likewise.
2518 (top level): Do not use with_test_prefix_procname.
2519
2520 2016-11-09 Pedro Alves <palves@redhat.com>
2521
2522 * gdb.base/commands.exp (gdbvar_simple_if_test)
2523 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2524 (progvar_simple_if_test, progvar_simple_while_test)
2525 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2526 (infrun_breakpoint_command_test, breakpoint_command_test)
2527 (user_defined_command_test, watchpoint_command_test)
2528 (test_command_prompt_position, deprecated_command_test)
2529 (bp_deleted_in_command, temporary_breakpoint_commands)
2530 (stray_arg0_test, source_file_with_indented_comment)
2531 (recursive_source_test, if_commands_test)
2532 (error_clears_commands_left, redefine_hook_test)
2533 (redefine_backtrace_test): Use proc_with_prefix.
2534 * lib/gdb.exp (proc_with_prefix): New proc.
2535
2536 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2537
2538 * gdb.base/tui-layout.c: New file.
2539 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2540 disassembly window contains very long lines.
2541
2542 2016-11-08 Tom Tromey <tom@tromey.com>
2543
2544 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2545 depend on Python 2.
2546
2547 2016-11-08 Tom Tromey <tom@tromey.com>
2548
2549 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2550 New method.
2551
2552 2016-10-29 Manish Goregaokar <manish@mozilla.com>
2553
2554 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
2555
2556 2016-10-27 Manish Goregaokar <manish@mozilla.com>
2557
2558 * gdb.rust/simple.rs: Add test for univariant enums without
2559 discriminants and for encoded struct-like enums.
2560
2561 2016-10-28 Pedro Alves <palves@redhat.com>
2562
2563 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2564 gdb_test_multiple, tighten regexps and match symtabs and line
2565 tables incrementally.
2566
2567 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
2568
2569 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2570 general.
2571
2572 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
2573
2574 * gdb.base/exec-invalid-sysroot.exp: New file.
2575
2576 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2577
2578 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2579
2580 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2581
2582 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2583
2584 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2585
2586 * gdb.base/killed-outside.exp: Remove $options from a call to
2587 `prepare_for_testing'.
2588
2589 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2590
2591 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2592 Change test message.
2593
2594 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2595
2596 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2597 Update comment.
2598
2599 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2600
2601 * gdb.trace/mi-trace-save.exp: New file.
2602
2603 2016-10-13 Yao Qi <yao.qi@linaro.org>
2604
2605 * gdb.base/code_elim.exp (get_var_address): Remove.
2606 * gdb.base/relocate.exp: Likewise.
2607 * gdb.base/shreloc.exp: Likewise.
2608 * lib/gdb.exp (get_var_address): New.
2609
2610 2016-10-13 Yao Qi <yao.qi@linaro.org>
2611
2612 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2613 floating point tests if $skip_float_test is false.
2614
2615 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
2616
2617 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2618 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2619 argc values.
2620 Add 1 to argc so we guarantee distinct initial/modified argc values.
2621
2622 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2623
2624 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2625
2626 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2627
2628 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2629 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2630 * gdb.arch/vsx-regs.exp: Likewise.
2631
2632 2016-10-07 Yao Qi <yao.qi@linaro.org>
2633
2634 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2635
2636 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2637
2638 * gdb.python/python.exp: Test decode_line("*0").
2639
2640 2016-10-06 Doug Evans <dje@google.com>
2641
2642 * gdb.python/py-value.exp (test_value_creation): Add test for large
2643 unsigned 64-bit value.
2644
2645 2016-10-06 Tom Tromey <tom@tromey.com>
2646
2647 * gdb.compile/compile.exp: Change java tests to rust.
2648 * gdb.base/setshow.exp: Change java tests to rust.
2649 * gdb.base/default.exp: Remove java from language list.
2650 * README (Examples): Update language example.
2651 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2652 test.
2653 * lib/gdb.exp (skip_java_tests): Remove.
2654 * lib/java.exp: Remove.
2655 * gdb.java: Remove.
2656
2657 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2658
2659 * gdb.arch/mips-fcr.exp: New test.
2660 * gdb.arch/mips-fcr.c: Source for the new test.
2661
2662 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2663
2664 * gdb.base/solib-disc.exp: Use `standard_output_file'
2665 throughout.
2666
2667 2016-10-06 Pedro Alves <palves@redhat.com>
2668
2669 * gdb.base/jit-simple-dl.c: New file.
2670 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2671 * gdb.base/jit-simple.c: ... this.
2672 * gdb.base/jit-simple.exp (jit_run): Delete.
2673 (build_jit): New proc.
2674 (jit_test_reread): Recompile either the main program or the shared
2675 library, depending on what is being tested. Skip changing address
2676 if caller wants to. Compare before/after addresses. If testing
2677 standalone, explicitly load the binary. Test "maint info
2678 breakpoints".
2679 (top level): Add "standalone vs shared lib" and "change address"
2680 vs "same address" axes.
2681
2682 2016-10-06 Pedro Alves <palves@redhat.com>
2683
2684 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2685 call.
2686 (jit_run): Delete.
2687 (jit_test_reread): Use with_test_prefix. Reload the main binary
2688 explicitly. Compare the before/after addresses of the JIT
2689 descriptor.
2690
2691 2016-08-15 Doug Evans <dje@google.com>
2692
2693 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2694 for single bitfields is bool.
2695 * gdb.xml/tdesc-regs.exp: Ditto.
2696
2697 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2698
2699 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2700
2701 2016-10-05 Yao Qi <yao.qi@linaro.org>
2702
2703 * lib/gdb.exp (support_complex_tests): Return zero if
2704 gdb_skip_float_test return true.
2705
2706 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2707 Simon Marchi <simon.marchi@ericsson.com>
2708
2709 PR gdb/20487
2710 * gdb.mi/user-selected-context-sync.exp: New file.
2711 * gdb.mi/user-selected-context-sync.c: New file.
2712
2713 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2714 Simon Marchi <simon.marchi@ericsson.com>
2715
2716 PR gdb/20487
2717 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2718 =thread-select-event check.
2719
2720 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2721
2722 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2723 the compulsory L operand changes.
2724 * gdb.arch/powerpc-power.s: Likewise.
2725
2726 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2727
2728 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2729 * gdb.base/jit-attach-pie.c: New file.
2730 * gdb.base/jit-attach-pie.exp: New file.
2731
2732 2016-09-28 Pedro Alves <palves@redhat.com>
2733
2734 * gdb.base/infcall-input.c: New file.
2735 * gdb.base/infcall-input.exp: New file.
2736
2737 2016-09-22 Yao Qi <yao.qi@linaro.org>
2738
2739 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2740 (gdb_exit): Rename it to ...
2741 (gdbserver_gdb_exit): ... Close GDBserver.
2742 (gdb_exit): New proc, call gdbserver_gdb_exit.
2743 (mi_gdb_exit): Likewise.
2744
2745 2016-09-22 Yao Qi <yao.qi@linaro.org>
2746
2747 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2748 path.
2749 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2750 Remove duplication.
2751
2752 2016-09-22 Yao Qi <yao.qi@linaro.org>
2753
2754 * lib/gdbserver-support.exp: Check the existence of
2755 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2756
2757 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2758
2759 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2760
2761 2016-09-21 Tom Tromey <tom@tromey.com>
2762
2763 PR gdb/20604:
2764 * gdb.base/quit.exp: New file.
2765
2766 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2767
2768 * .gitignore: New file.
2769
2770 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2771
2772 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2773 throughout.
2774
2775 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2776
2777 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2778
2779 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2780
2781 * gdb.cp/casts.cc (decltype): Move it ...
2782 (main): ... with its call to ...
2783 * gdb.cp/casts03.cc: ... a new file.
2784 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2785
2786 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2787
2788 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2789
2790 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
2791
2792 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2793 and sync up the test with tests in gas/testsuite/gas/ppc.
2794 * gdb.arch/powerpc-power.exp: Likewise.
2795
2796 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2797
2798 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2799
2800 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
2801 Jan Kratochvil <jan.kratochvil@redhat.com>
2802
2803 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2804 make m1's definition to be different from m2's. Use 'dummy' as an
2805 argument for probe 'two'.
2806
2807 2016-09-10 Jon Beniston <jon@beniston.com>
2808
2809 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2810 for sim target.
2811
2812 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2813
2814 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2815 variable declaration.
2816 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
2817 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2818 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2819 received HWCAP as its argument.
2820
2821 2016-09-06 Pedro Alves <palves@redhat.com>
2822
2823 * gdb.base/new-ui-pending-input.c: New file.
2824 * gdb.base/new-ui-pending-input.exp: New file.
2825 * gdb.exp (clear_gdb_spawn_id): New procedure.
2826 (with_spawn_id): Check whether gdb_spawn_id exists before
2827 referencing it. If gdb_spawn_id didn't exist on entry, clear it
2828 on exit.
2829
2830 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2831
2832 * gdb.base/float128.c: New file.
2833 * gdb.base/float128.exp: Likewise.
2834 * gdb.base/floatn.c: Likewise.
2835 * gdb.base/floatn.exp: Likewise.
2836
2837 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2838
2839 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2840
2841 2016-09-05 Pedro Alves <palves@redhat.com>
2842
2843 PR backtrace/19927
2844 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2845 unwinders are immediately called as side effect of "source" or
2846 "disable unwinder" commands.
2847 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2848
2849 2016-09-02 Yao Qi <yao.qi@linaro.org>
2850
2851 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2852 is true and $type is "float" or "double".
2853
2854 2016-09-02 Yao Qi <yao.qi@linaro.org>
2855
2856 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2857 true.
2858 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2859 * gdb.base/call-rt-st.exp: Likewise.
2860 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2861 return value instead of gdb,skip_float_test.
2862 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2863 (do_function_calls): Use its return value instead of
2864 gdb,skip_float_test.
2865 * gdb.base/finish.exp: Likewise.
2866 * gdb.base/funcargs.exp: Likewise.
2867 * gdb.base/return.exp: Likewise.
2868 * gdb.base/return2.exp: Likewise.
2869 * gdb.base/varargs.exp: Likewise.
2870 * lib/gdb.exp (gdb_skip_float_test): Change it to
2871 gdb_caching_proc. Detect the broken ptrace on arm-linux.
2872
2873 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2874
2875 * gdb.multi/tids.exp: Test "thread apply all".
2876
2877 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2878
2879 * gdb.base/default.exp (tty): Remove.
2880
2881 2016-08-24 Kevin Buettner <kevinb@redhat.com>
2882
2883 * gdb.python/py-recurse-unwind.c: New file.
2884 * gdb.python/py-recurse-unwind.py: New file.
2885 * gdb.python/py-recurse-unwind.exp: New file.
2886
2887 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2888
2889 * gdb.base/set-inferior-tty.exp: New file.
2890 * gdb.base/set-inferior-tty.c: New file.
2891
2892 2016-08-23 Pedro Alves <palves@redhat.com>
2893
2894 PR gdb/20494
2895 * gdb.base/new-ui-echo.c: New file.
2896 * gdb.base/new-ui-echo.exp: New file.
2897
2898 2016-08-23 Yao Qi <yao.qi@linaro.org>
2899
2900 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2901 gdbserver_spawn.
2902 * gdb.server/connect-without-multi-process.exp (do_test):
2903 Likewise.
2904
2905 2016-08-23 Yao Qi <yao.qi@linaro.org>
2906
2907 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2908 standalone_txt. Delete gdb_txt and standalone_txt on host
2909 and target. Spawn the binary on target. Copy files from
2910 target to host.
2911
2912 2016-08-22 Pedro Alves <palves@redhat.com>
2913
2914 PR gdb/20505
2915 * gdb.base/vdso-warning.exp: Test core dumps too. Use
2916 with_test_prefix. Factor out bits to ...
2917 (test_no_vdso): ... this new procedure.
2918
2919 2016-08-19 Carl Love <cel@us.ibm.com>
2920
2921 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2922 maintaining separate logic for constructing the output path.
2923 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2924 * gdb.arch/ppc-dfp.exp: Likewise.
2925 * gdb.arch/ppc-fp.exp: Likewise.
2926 * gdb.arch/vsx-regs.exp: Likewise.
2927 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2928 binprefix for generating the additional binary files.
2929
2930 2016-08-19 Pedro Alves <palves@redhat.com>
2931
2932 * gdb.trace/mi-trace-frame-collected.exp
2933 (test_trace_frame_collected): On x32, expect two registers.
2934
2935 2016-08-18 Carl Love <cel@us.ibm.com>
2936
2937 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2938 and sync up the test with tests in gas/testsuite/gas/ppc.
2939 * gdb.arch/powerpc-power.exp: Likewise.
2940
2941 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2942
2943 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2944 expected error message.
2945
2946 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2947
2948 * gdb.multi/remove-inferiors.exp: New file.
2949 * gdb.multi/remove-inferiors.c: New file.
2950
2951 2016-08-12 Yao Qi <yao.qi@linaro.org>
2952
2953 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
2954 argument list.
2955
2956 2016-08-10 Pedro Alves <palves@redhat.com>
2957
2958 PR gdb/19187
2959 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
2960 setup_kfails.
2961
2962 2016-08-09 Pedro Alves <palves@redhat.com>
2963 Simon Marchi <simon.marchi@ericsson.com>
2964
2965 PR gdb/20418
2966 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
2967 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
2968
2969 2016-08-09 Pedro Alves <palves@redhat.com>
2970
2971 PR mi/20431
2972 * gdb.mi/mi-cmd-error.exp: New file.
2973
2974 2016-08-09 Pedro Alves <palves@redhat.com>
2975
2976 PR gdb/18653
2977 * gdb.base/signals-state-child.c: New file.
2978 * gdb.base/signals-state-child.exp: New file.
2979 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
2980
2981 2016-08-09 Pedro Alves <palves@redhat.com>
2982
2983 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
2984
2985 2016-08-03 Tom Tromey <tom@tromey.com>
2986
2987 PR python/18565:
2988 * gdb.python/py-frame-inline.exp: Add Frame.function test.
2989
2990 2016-08-01 Yao Qi <yao.qi@linaro.org>
2991
2992 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
2993 variable mode to "multi-process" if $multi_process is 1, otherwise
2994 set it to "single-process".
2995
2996 2016-08-01 Yao Qi <yao.qi@linaro.org>
2997
2998 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
2999 * gdb.cp/cpexprs.exp: Likewise.
3000 * gdb.cp/m-static.exp: Likewise.
3001
3002 2016-07-26 Tom Tromey <tom@tromey.com>
3003
3004 PR python/20190:
3005 * gdb.threads/tls.exp (check_thread_local): Add python symbol
3006 test.
3007
3008 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
3009
3010 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
3011 selecting assembly source files.
3012 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
3013 assembly source files.
3014 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
3015 assembly source files.
3016 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
3017 selecting assembly source files.
3018
3019 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
3020
3021 * gdb.base/new-ui.exp (do_test_invalid_args): New
3022 procedure.
3023
3024 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
3025
3026 * gdb.btrace/reconnect.c: New file.
3027 * gdb.btrace/reconnect.exp: New file.
3028
3029 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
3030
3031 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
3032 to test_catch_syscall_group.
3033 (test_catch_syscall_group): New.
3034
3035 2016-07-21 Tom Tromey <tom@tromey.com>
3036
3037 * gdb.rust/simple.rs (main): Use empty struct expression.
3038 * gdb.rust/simple.exp: Add tests for empty struct expression.
3039
3040 2016-07-21 Yao Qi <yao.qi@linaro.org>
3041
3042 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
3043 if gdb_skip_xml_test is true on some targets.
3044
3045 2016-07-21 Yao Qi <yao.qi@linaro.org>
3046
3047 * gdb.server/solib-list.exp: Unset last_loaded_file.
3048
3049 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3050
3051 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
3052 "step into captured_main (args)".
3053
3054 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3055
3056 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
3057
3058 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3059
3060 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
3061
3062 2016-07-19 Pedro Alves <palves@redhat.com>
3063
3064 * gdb.opt/inline-break.exp: Remove optimize=-O2.
3065 * gdb.opt/inline-bt.exp: Likewise.
3066 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
3067 additional_flags=-Winline.
3068 * gdb.opt/inline-locals.exp: Likewise.
3069 * gdb.opt/inline-markers.c (ATTR): Define.
3070 (inlined_fn): Use it.
3071
3072 2016-07-19 Yao Qi <yao.qi@linaro.org>
3073
3074 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
3075 (test_with_self): Remove some code. Remove argument executable.
3076 (top-level): Use do_self_tests.
3077
3078 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
3079 Don Breazeal <donb@codesourcery.com>
3080
3081 * gdb.base/maint.exp: Escape paths used in regular expressions.
3082 * gdb.stabs/weird.exp: Likewise.
3083
3084 2016-07-13 Tom Tromey <tom@tromey.com>
3085
3086 PR python/15620, PR python/18620:
3087 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
3088 (test_bkpt_events): New procs.
3089
3090 2016-07-13 Tom Tromey <tom@tromey.com>
3091
3092 PR python/17698:
3093 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
3094 test.
3095 (test_watchpoints): Likewise.
3096 (test_bkpt_pending): New proc.
3097
3098 2016-07-13 Tom Tromey <tom@tromey.com>
3099
3100 PR cli/18053:
3101 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
3102 completion test.
3103
3104 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3105
3106 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
3107 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
3108 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
3109 f_label.
3110 (g): Rename g_end_lbl to g_label.
3111 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
3112 low_pc and high_pc.
3113 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
3114
3115 2016-07-12 Tom Tromey <tom@tromey.com>
3116
3117 PR python/19293:
3118 * gdb.python/py-unwind-maint.exp: Update tests.
3119
3120 2016-07-12 Yao Qi <yao.qi@linaro.org>
3121
3122 * lib/selftest-support.exp (selftest_setup): Match the output
3123 when captured_main is inlined.
3124
3125 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
3126
3127 * gdb.fortran/derived-types.exp (result_line, result_line_2):
3128 New variables.
3129 (print this%a, print this%b, print this): New tests.
3130 * gdb.fortran/derived-types.f90 (this): New object and
3131 initialization.
3132
3133 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3134
3135 * gdb.ada/arraydim.exp: Remove extra directory level in build
3136 directory.
3137
3138 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3139
3140 * lib/ada.exp: Remove extra directory level in build directory.
3141 * gdb.ada/cond_lang.exp: Likewise.
3142 * gdb.ada/exec_changed.exp: Likewise.
3143 * gdb.ada/lang_switch.exp: Likewise.
3144
3145 2016-07-06 Manish Goregaokar <manish@mozilla.com>
3146
3147 * simple.rs: Add test for raw pointer subscripting.
3148 * simple.exp: Add test expectations.
3149
3150 2016-07-05 Yao Qi <yao.qi@linaro.org>
3151
3152 * gdb.mi/mi-reverse.exp: Match =record-started output.
3153
3154 2016-07-01 Pedro Alves <palves@redhat.com>
3155
3156 * gdb.base/jit-reader.exp (info_registers_current_frame): New
3157 procedure.
3158 (jit_reader_test): Test the jit reader's unwinder.
3159 * gdb.base/jithost.c (jit_function_00_code): New global.
3160 (main): Use memcpy to fill in the mmapped code, instead of poking
3161 bytes manually here.
3162 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
3163 value.
3164 (read_debug_info): Save the function's range.
3165 (read_sp): New function.
3166 (unwind_frame): Use it. Also unwind RBP.
3167 (get_frame_id): Use read_sp.
3168 (gdb_init_reader): Use calloc instead of malloc.
3169 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
3170 parameter. Use gdb_test_multiple.
3171
3172 2016-07-01 Pedro Alves <palves@redhat.com>
3173 Antoine Tremblay <antoine.tremblay@ericsson.com>
3174
3175 * gdb.threads/process-dies-while-detaching.c: New file.
3176 * gdb.threads/process-dies-while-detaching.exp: New file.
3177
3178 2016-07-01 Pedro Alves <palves@redhat.com>
3179
3180 * gdb.multi/watchpoint-multi-exit.c: New file.
3181 * gdb.multi/watchpoint-multi-exit.exp: New file.
3182
3183 2016-06-30 Pedro Alves <palves@redhat.com>
3184
3185 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
3186 unset inferior_spawn_id.
3187
3188 2016-06-30 Pedro Alves <palves@redhat.com>
3189
3190 * lib/mi-support.exp (default_mi_gdb_start): Declare global
3191 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
3192
3193 2016-06-29 Yao Qi <yao.qi@linaro.org>
3194
3195 * gdb.base/return.c: Add copyright header.
3196
3197 2016-06-29 Tom Tromey <tom@tromey.com>
3198
3199 PR python/20129:
3200 * gdb.python/py-framefilter.exp: Add tests for setting priority
3201 and disabling of non-existent frame filter.
3202
3203 2016-06-29 Yao Qi <yao.qi@linaro.org>
3204
3205 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
3206 0x0f07ff.
3207
3208 2016-06-28 Yao Qi <yao.qi@linaro.org>
3209
3210 * gdb.base/catch-syscall.exp: Remove check on isnative and target
3211 triplets. Start gdb, execute catch syscall, and continue. Check
3212 gdb's output to determine catch syscall is supported.
3213
3214 2016-06-27 Manish Goregaokar <manish@mozilla.com>
3215
3216 * gdb.rust/simple.rs: Add test for returning unit in a function.
3217 * gdb.rust/simple.exp: Add expectation for functions returning
3218 unit.
3219
3220 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
3221
3222 * gdb.python/py-breakpoint-create-fail.c,
3223 gdb.python/py-breakpoint-create-fail.exp,
3224 gdb.python/py-breakpoint-create-fail.py: New testcase.
3225
3226 2016-06-25 Manish Goregaokar <manish@mozilla.com>
3227
3228 PR gdb/20239
3229 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
3230 * gdb.rust/simple.exp: Add test expectations for new NonZero
3231 tests.
3232
3233 2016-06-24 David Taylor <dtaylor@emc.com>
3234
3235 * gdb.base/offsets.exp: New file.
3236 * gdb.base/offsets.c: New file.
3237
3238 2016-06-23 Tom Tromey <tom@tromey.com>
3239
3240 PR gdb/16483:
3241 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
3242 before any filters are loaded.
3243
3244 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
3245
3246 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
3247 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
3248 structs.
3249 * gdb.fortran/derived-type-function.exp: New file.
3250 * gdb.fortran/derived-type-function.f90: New file.
3251
3252
3253 2016-06-21 Pedro Alves <palves@redhat.com>
3254
3255 * gdb.base/new-ui.exp: New file.
3256 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
3257 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
3258 (with_spawn_id): New procedure.
3259
3260 2016-06-21 Pedro Alves <palves@redhat.com>
3261
3262 * gdb.mi/mi-exec-run.exp: New file.
3263
3264 2016-06-21 Pedro Alves <palves@redhat.com>
3265
3266 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
3267 breakpoint command's output on the main UI.
3268 (test_break): New procedure, factored out from calls in the top
3269 level.
3270 (top level): Use foreach_with_prefix to test MI as main UI and as
3271 separate UI.
3272
3273 2016-06-21 Pedro Alves <palves@redhat.com>
3274
3275 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
3276 (test_awatch_creation_and_listing)
3277 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
3278 Remove 'type' parameter.
3279 (test_watchpoint_all): New parameter mi_mode. Remove
3280 with_test_prefix.
3281 (top level): Use foreach_with_prefix, and add main/separate UI MI
3282 testing axis.
3283
3284 2016-06-21 Pedro Alves <palves@redhat.com>
3285
3286 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
3287 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
3288 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
3289 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
3290 (gdb_main_spawn_id, mi_spawn_id): Declare and
3291 comment.
3292 (mi_create_inferior_pty): New procedure,
3293 factored out from default_mi_gdb_start.
3294 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
3295 procedures.
3296 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
3297 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
3298 Use mi_create_inferior_pty.
3299 (mi_gdb_start): Use eval to pass down args list.
3300
3301 2016-06-21 Pedro Alves <palves@redhat.com>
3302
3303 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
3304 * gdb.opt/inline-cmds.exp: Add MI tests.
3305
3306 2016-06-21 Pedro Alves <palves@redhat.com>
3307
3308 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
3309
3310 2016-06-21 Pedro Alves <palves@redhat.com>
3311
3312 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
3313 (top level): Use it instead of mi_execute_to.
3314
3315 2016-06-21 Pedro Alves <palves@redhat.com>
3316
3317 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
3318 (cont_handler_str): New.
3319 (signal_stop_handler): Set stop_handler_str instead of printing to
3320 stdout.
3321 (continue_handler): Set cont_handler_str instead of printing to
3322 stdout.
3323 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
3324 mi_send_resuming_command. Print stop_handler_str and
3325 cont_handler_str instead of expecting the python events print
3326 directly.
3327
3328 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3329
3330 * gdb.base/jit-reader.exp: New file.
3331 * gdb.base/jithost.c: New file.
3332 * gdb.base/jithost.h: New file.
3333 * gdb.base/jitreader.c : New file.
3334 * gdb.base/jit-protocol.h: New file.
3335
3336 2016-06-17 Yao Qi <yao.qi@linaro.org>
3337
3338 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
3339 parameters follow_fork and detach_on_fork. Set follow-fork-mode
3340 and detach-on-fork. Adjust tests.
3341 (top level): Invoke break_cond_on_syscall with combinations of
3342 syscall, follow-fork-mode and detach-on-fork.
3343
3344 2016-06-17 Yao Qi <yao.qi@linaro.org>
3345
3346 * gdb.base/step-over-exit.c: New.
3347 * gdb.base/step-over-exit.exp: New.
3348
3349 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
3350
3351 * gdb.base/float.exp: Add target check for nds32*-*-*.
3352 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
3353
3354 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
3355
3356 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
3357 for unsupported target features.
3358 * gdb.base/call-rt-st.exp: Likewise.
3359 * gdb.base/call-sc.exp: Likewise.
3360 * gdb.base/call-signal-resume.exp: Likewise.
3361 * gdb.base/call-strs.exp: Likewise.
3362 * gdb.base/callexit.exp: Likewise.
3363 * gdb.base/callfuncs.exp: Likewise.
3364 * gdb.base/nodebug.exp: Likewise.
3365 * gdb.base/printcmds.exp: Likewise.
3366 * gdb.base/ptype.exp: Likewise.
3367 * gdb.base/structs.exp: Likewise.
3368 * gdb.base/unwindonsignal.exp: Likewise.
3369 * gdb.cp/gdb2495.exp: Likewise.
3370 * gdb.cp/templates.exp: Likewise.
3371 * gdb.cp/virtfunc.exp: Likewise.
3372 * gdb.threads/hand-call-in-threads.exp: Likewise.
3373 * gdb.threads/interrupted-hand-call.exp: Likewise.
3374 * gdb.threads/thread-unwindonsignal.exp: Likewise.
3375
3376 2016-06-10 Tom Tromey <tom@tromey.com>
3377
3378 PR rust/20110:
3379 * gdb.rust/expr.exp: Add test for integer constant larger than
3380 i32.
3381
3382 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
3383
3384 * gdb.fortran/nested-funcs.exp: New.
3385 * gdb.fortran/nested-funcs.f90: New.
3386
3387 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
3388
3389 * gdb.base/examine-backward.c: New file.
3390 * gdb.base/examine-backward.exp: New file.
3391
3392 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
3393
3394 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3395 matching.
3396
3397 2016-06-02 Tom Tromey <tom@tromey.com>
3398
3399 PR python/18984:
3400 * gdb.python/py-shared.exp: Add solib_name test.
3401
3402 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
3403
3404 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
3405
3406 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
3407
3408 PR c++/19893
3409 * gdb.dwarf2/implref.exp: Rename to...
3410 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
3411 * gdb.dwarf2/implref-array.c: New file.
3412 * gdb.dwarf2/implref-array.exp: Likewise.
3413 * gdb.dwarf2/implref-global.c: Likewise.
3414 * gdb.dwarf2/implref-global.exp: Likewise.
3415 * gdb.dwarf2/implref-struct.c: Likewise.
3416 * gdb.dwarf2/implref-struct.exp: Likewise.
3417
3418 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3419
3420 * gdb.trace/trace-condition.exp: Add 64bit tests.
3421
3422 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3423
3424 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3425 bits types.
3426 (main): Adapt to 8 to 64 bits types.
3427 * gdb.trace/trace-condition.exp: Add new tests.
3428
3429 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3430
3431 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3432
3433 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3434
3435 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3436 Move condition tests...
3437 * gdb.trace/trace-condition.exp: Here.
3438
3439 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3440
3441 * gdb.trace/trace-condition.exp: Add counter-case tests.
3442
3443 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3444
3445 PR c++/15231
3446 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3447 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3448
3449 2016-05-27 Pedro Alves <palves@redhat.com>
3450
3451 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3452 New procedure.
3453 (top level): Call it, and bail out of DejaGnu is known to be bad.
3454
3455 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
3456
3457 * gdb.base/whatis.c: Extend the test case.
3458 * gdb.base/whatis.exp: Add additional tests.
3459
3460 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3461
3462 * gdb.fortran/type.f90: Add pointer variable.
3463 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3464
3465 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3466
3467 * gdb.fortran/vla-type.exp: Fix testcase name.
3468
3469 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3470
3471 * gdb.fortran/vla-type.exp: Access elements in nested structs.
3472
3473 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3474
3475 * gdb.fortran/type.f90: Add nested structures.
3476 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3477 * gdb.fortran/derived-type.exp: Adapt expected output.
3478 * gdb.fortran/vla-type.exp: Adapt expected output.
3479
3480 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3481
3482 * gdb.fortran/whatis_type.exp: Adapt expected output.
3483
3484 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3485
3486 * gdb.fortran/print_type.exp: Fix expected output.
3487 * gdb.fortran/whatis_type.exp: Fix expected output.
3488
3489 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3490
3491 * gdb.fortran/whatis_type.exp: Use multi_line.
3492
3493 2016-05-24 Tom Tromey <tom@tromey.com>
3494
3495 PR python/17386:
3496 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3497 use value as an index.
3498
3499 2016-05-23 Tom Tromey <tom@tromey.com>
3500
3501 PR python/17981:
3502 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3503 no-breakpoint case.
3504
3505 2016-05-24 Pedro Alves <palves@redhat.com>
3506
3507 PR gdb/19828
3508 * gdb.threads/clone-attach-detach.c: New file.
3509 * gdb.threads/clone-attach-detach.exp: New file.
3510
3511 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3512
3513 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3514
3515 2016-05-23 Tom Tromey <tom@tromey.com>
3516
3517 PR python/19438, PR python/18393:
3518 * gdb.python/py-progspace.exp: Add "dir" test.
3519 * gdb.python/py-objfile.exp: Add "dir" test.
3520
3521 2016-05-23 Yao Qi <yao.qi@linaro.org>
3522
3523 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3524 * gdb.arch/thumb2-it.exp: Likewise.
3525
3526 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3527
3528 * gdb.mi/mi-threads-interrupt.c: New file.
3529 * gdb.mi/mi-threads-interrupt.exp: New file.
3530
3531 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3532
3533 PR gdb/18077
3534 * gdb.mi/mi-async-run.exp: New file.
3535 * gdb.mi/mi-async-run.c: New file.
3536
3537 2016-05-17 Tom Tromey <tom@tromey.com>
3538 Manish Goregaokar <manishsmail@gmail.com>
3539
3540 * lib/rust-support.exp: New file.
3541 * lib/gdb.exp (skip_rust_tests): New proc.
3542 (build_executable_from_specs): Handle rust.
3543 * lib/future.exp (gdb_find_rustc): New proc.
3544 (gdb_default_target_compile): Handle rust.
3545 * gdb.rust/expr.exp: New file.
3546 * gdb.rust/generics.exp: New file.
3547 * gdb.rust/generics.rs: New file.
3548 * gdb.rust/methods.exp: New file.
3549 * gdb.rust/methods.rs: New file.
3550 * gdb.rust/modules.exp: New file.
3551 * gdb.rust/modules.rs: New file.
3552 * gdb.rust/simple.exp: New file.
3553 * gdb.rust/simple.rs: New file.
3554
3555 2016-05-17 Tom Tromey <tom@tromey.com>
3556
3557 * gdb.base/default.exp (set language): Add rust.
3558
3559 2016-05-17 Tom Tromey <tom@tromey.com>
3560
3561 * gdb.gdb/unittest.exp: New file.
3562
3563 2016-05-16 Yao Qi <yao.qi@linaro.org>
3564
3565 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3566 shell_prompt. Update shell_prompt_re.
3567
3568 2016-05-12 Doug Evans <dje@google.com>
3569
3570 PR symtab/19999
3571 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3572 $options when building executable.
3573 * gdb.dwarf2/fission-loclists-pie.S: New file.
3574 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3575
3576 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3577
3578 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3579 of [is_remote target],
3580
3581 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3582
3583 * lib/gdb.exp (use_gdb_stub): New procedure.
3584
3585 2016-05-03 Yunlian Jiang <yunlian@google.com>
3586 Doug Evans <dje@google.com>
3587
3588 PR symtab/19914
3589 * gdb.dwarf2/dwp-sepdebug.c: New file.
3590 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3591
3592 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3593
3594 * gdb.base/detach.exp: Remove is_remote check.
3595
3596 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3597
3598 * gdb.base/annota-input-while-running.exp: Don't check for
3599 [is_remote target]. Enable annotations after running to main.
3600 Remove unused "set test..." line.
3601
3602 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3603
3604 * gdb.trace/trace-enable-disable.exp: New file.
3605 * gdb.trace/trace-enable-disable.c: New file.
3606
3607 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3608
3609 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3610 use it in info sharedlibrary test.
3611 * gdb.trace/ftrace-lock.exp: Likewise.
3612 * gdb.trace/ftrace.exp: Likewise.
3613 * gdb.trace/range-stepping.exp: Likewise.
3614 * gdb.trace/trace-break.exp: Likewise.
3615 * gdb.trace/trace-condition.exp: Likewise.
3616 * gdb.trace/trace-mt.exp: Likewise.
3617
3618 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3619
3620 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3621 (gdb_load_shlib): ... this.
3622 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3623 gdb_load_shlib.
3624 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3625 * gdb.base/ctxobj.exp: Likewise.
3626 * gdb.base/dprintf-pending.exp: Likewise.
3627 * gdb.base/dso2dso.exp: Likewise.
3628 * gdb.base/fixsection.exp: Likewise.
3629 * gdb.base/gcore-relro.exp: Likewise.
3630 * gdb.base/gdb1555.exp: Likewise.
3631 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3632 * gdb.base/gnu-ifunc.exp: Likewise.
3633 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3634 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3635 * gdb.base/pending.exp: Likewise.
3636 * gdb.base/print-file-var.exp: Likewise.
3637 * gdb.base/print-symbol-loading.exp: Likewise.
3638 * gdb.base/shlib-call.exp: Likewise.
3639 * gdb.base/shreloc.exp: Likewise.
3640 * gdb.base/so-impl-ld.exp: Likewise.
3641 * gdb.base/solib-disc.exp: Likewise.
3642 * gdb.base/solib-nodir.exp: Likewise.
3643 * gdb.base/solib-overlap.exp: Likewise.
3644 * gdb.base/solib-symbol.exp: Likewise.
3645 * gdb.base/solib-weak.exp (do_test): Likewise.
3646 * gdb.base/sym-file.exp: Likewise.
3647 * gdb.base/symtab-search-order.exp: Likewise.
3648 * gdb.base/type-opaque.exp: Likewise.
3649 * gdb.base/unload.exp: Likewise.
3650 * gdb.base/watchpoint-solib.exp: Likewise.
3651 * gdb.compile/compile.exp: Likewise.
3652 * gdb.cp/gdb2384.exp: Likewise.
3653 * gdb.cp/infcall-dlopen.exp: Likewise.
3654 * gdb.cp/re-set-overloaded.exp: Likewise.
3655 * gdb.fortran/library-module.exp: Likewise.
3656 * gdb.opt/solib-intra-step.exp: Likewise.
3657 * gdb.python/py-finish-breakpoint.exp: Likewise.
3658 * gdb.python/py-shared.exp: Likewise.
3659 * gdb.reverse/solib-precsave.exp: Likewise.
3660 * gdb.reverse/solib-reverse.exp: Likewise.
3661 * gdb.server/solib-list.exp: Likewise.
3662 * gdb.threads/dlopen-libpthread.exp: Likewise.
3663 * gdb.threads/tls-shared.exp: Likewise.
3664 * gdb.threads/tls-so_extern.exp: Likewise.
3665 * gdb.trace/change-loc.exp: Likewise.
3666 * gdb.trace/ftrace-lock.exp: Likewise.
3667 * gdb.trace/ftrace.exp: Likewise.
3668 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3669 * gdb.trace/pending.exp: Likewise.
3670 * gdb.trace/range-stepping.exp: Likewise.
3671 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3672 (strace_info_marker): Likewise.
3673 (strace_probe_marker): Likewise.
3674 (strace_trace_on_same_addr): Likewise.
3675 (strace_trace_on_diff_addr): Likewise.
3676 * gdb.trace/trace-break.exp: Likewise.
3677 * gdb.trace/trace-condition.exp: Likewise.
3678 * gdb.trace/trace-mt.exp: Likewise.
3679
3680 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3681
3682 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3683 result of gdb_remote_download.
3684 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3685 * gdb.base/dso2dso.exp: Likewise.
3686 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3687 * gdb.base/print-file-var.exp: Likewise.
3688 * gdb.base/shlib-call.exp: Likewise.
3689 * gdb.base/shreloc.exp: Likewise.
3690 * gdb.base/solib-overlap.exp: Likewise.
3691 * gdb.base/solib-weak.exp (do_test): Likewise.
3692 * gdb.base/unload.exp: Likewise.
3693
3694 2016-04-27 Yao Qi <yao.qi@linaro.org>
3695
3696 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3697 exists.
3698
3699 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3700
3701 * vla-type.exp: Print structure from toplevel.
3702
3703 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3704
3705 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3706 of dynamic types.
3707 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3708 of dynamic types.
3709
3710 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3711
3712 * gdb.fortran/vla-type.f90: New file.
3713 * gdb.fortran/vla-type.exp: New file.
3714
3715 2016-04-25 Yao Qi <yao.qi@linaro.org>
3716
3717 * gdb.base/branch-to-self.c: New file.
3718 * gdb.base/branch-to-self.exp: New file.
3719
3720 2016-04-22 Yao Qi <yao.qi@linaro.org>
3721
3722 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3723 more after $hex.
3724
3725 2016-04-22 Yao Qi <yao.qi@linaro.org>
3726
3727 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3728 * gdb.base/annota3.exp: Likewise.
3729
3730 2016-04-22 Yao Qi <yao.qi@linaro.org>
3731
3732 * gdb.reverse/step-precsave.exp: Do one step and test program
3733 stops in "callee" and do multiple steps until program goes out
3734 of "callee".
3735 * gdb.reverse/step-reverse.exp: Likewise.
3736
3737 2016-04-22 Yao Qi <yao.qi@linaro.org>
3738
3739 * gdb.trace/signal.exp: Also pass if
3740 $tracepoint_hits($i) > $iterations.
3741
3742 2016-04-22 Yao Qi <yao.qi@linaro.org>
3743
3744 * gdb.trace/signal.c: New file.
3745 * gdb.trace/signal.exp: New file.
3746
3747 2016-04-19 Doug Evans <xdje42@gmail.com>
3748
3749 * gdb.base/bad-file.exp: New file.
3750
3751 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3752
3753 * gdb.dwarf2/implref.exp: New file.
3754
3755 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3756
3757 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3758 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3759 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3760 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3761 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3762 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3763 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3764 * lib/fortran.exp (fortran_int4): New procedure.
3765 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3766 (fortran_logical4): Likewise.
3767
3768 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3769
3770 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3771
3772 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3773
3774 * lib/compiler.c: Add Intel specific preprocessor macros.
3775 * lib/compiler.cc: Likewise.
3776
3777 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
3778
3779 * gdb.server/connect-with-no-symbol-file.c: New file.
3780 * gdb.server/connect-with-no-symbol-file.exp: New file.
3781
3782 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3783
3784 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3785
3786 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3787
3788 * boards/gdbserver-base.exp (${board}_download): Copy source file to
3789 standard output directory.
3790
3791 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
3792
3793 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3794
3795 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
3796
3797 * gdb.btrace/instruction_history.c (loop): Add declaration.
3798
3799 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3800
3801 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3802
3803 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
3804
3805 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3806 parentheses to print.
3807 (continue_handler): Likewise.
3808
3809 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
3810
3811 * gdb.server/solib-list.exp: Remove is_remote check.
3812 Pass shlib= to gdb_compile. Don't link shared library with
3813 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
3814 Run binary filename through "readlink -f" on the target.
3815
3816 2016-04-08 Pedro Alves <palves@redhat.com>
3817
3818 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
3819 interpreter filename as argument to gdbserver_spawn.
3820 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3821 Return empty if $last_loaded_file does not exist.
3822
3823 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3824
3825 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3826 * gdb.base/jit-main.c: Use exit after usage.
3827
3828 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3829
3830 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3831 GDBHISTSIZE prior to the tests.
3832 * gdb.base/gdbinit-history.exp: Likewise.
3833
3834 2016-04-07 Pedro Alves <palves@redhat.com>
3835
3836 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3837 instead of build_executable. Use gdb_load_shlibs.
3838
3839 2016-04-07 Yao Qi <yao.qi@linaro.org>
3840
3841 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3842 Execute "si" command.
3843
3844 2016-04-07 Yao Qi <yao.qi@linaro.org>
3845
3846 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3847 number instead of the comments on some line.
3848
3849 2016-04-06 Don Breazeal <donb@codesourcery.com>
3850
3851 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3852 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3853
3854 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
3855
3856 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3857 standard_output_file. Remove unused binfile variable.
3858
3859 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
3860
3861 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3862 * gdb.python/py-mi-objfile.exp: Match "list main" output
3863 in console format.
3864
3865 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
3866
3867 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3868 absolute.
3869
3870 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3871
3872 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3873 absolute.
3874 * gdb.trace/ftrace.exp: Likewise.
3875 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3876 targets as well.
3877 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3878 (gdb_load_shlibs): Copy libraries to test directory when testing
3879 natively. Only set solib-search-path if testing remotely.
3880 * lib/mi-support.exp (mi_load_shlibs): Likewise.
3881
3882 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3883
3884 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3885 gdb_download. Use it even if the target is not remote.
3886 * gdb.base/jit.exp (compile_jit_test): Likewise.
3887 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3888 output directory if the destination board is local, otherwise use
3889 the standard remote_download from DejaGnu.
3890 (gdb_download): Remove.
3891 (gdb_load_shlibs): Use gdb_remote_download instead of
3892 gdb_download.
3893 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3894 Use gdb_remote_download instead of gdb_download. Use it even if
3895 the target is not remote.
3896 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3897 instead of gdb_download.
3898
3899 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
3900
3901 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3902 (test_insert_delete_modify): Call mi_load_shlibs before trying to
3903 run.
3904
3905 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
3906
3907 PR gdb/19820
3908 * gdb.base/printcmds.exp: Add artificial arrays tests.
3909
3910 2016-03-31 Pedro Alves <palves@redhat.com>
3911
3912 PR gdb/19858
3913 * gdb.base/jit-main.c: Include unistd.h.
3914 (ATTACH): Define to 0 if not already defined.
3915 (wait_for_gdb, mypid): New globals.
3916 (WAIT_FOR_GDB): New macro.
3917 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
3918 some breakpoint locations.
3919 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3920 New procedures.
3921 (one_jit_test): Add REATTACH parameter, and handle it. Use
3922 continue_to_test_location.
3923 (top level): Test attach, and adjusts calls to one_jit_test.
3924
3925 2016-03-31 Pedro Alves <palves@redhat.com>
3926
3927 PR gdb/19858
3928 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
3929 BINSUFFIX parameter, and handle it.
3930 (top level): Adjust calls compile_jit_test.
3931
3932 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
3933
3934 PR python/19743
3935 * gdb.python/py-mi-events-gdb.py: New file.
3936 * gdb.python/py-mi-events.c: New file.
3937 * gdb.python/py-mi-events.exp: New file.
3938
3939 2016-03-30 Yao Qi <yao.qi@linaro.org>
3940
3941 * gdb.reverse/until-precsave.exp: Match function name only.
3942 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3943 Move malloc to a condition block.
3944 * gdb.reverse/until-reverse.exp: Match function name only.
3945
3946 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
3947
3948 * gdb.trace/ftrace.exp: Set arg0exp for s390.
3949 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3950 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3951 variable for GPR 0 instead of assuming it is register 0.
3952 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
3953 * lib/trace-support.exp: Add s390 registers.
3954
3955 2016-03-29 Yao Qi <yao.qi@linaro.org>
3956
3957 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
3958
3959 2016-03-24 Yao Qi <yao.qi@linaro.org>
3960
3961 * gdb.reverse/break-reverse.exp: Add quotation mark in the
3962 test message.
3963
3964 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3965
3966 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
3967 maintaining separate logic for constructing the output path.
3968
3969 2016-03-16 Don Breazeal <donb@codesourcery.com>
3970
3971 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3972 Retry fork and waitpid on interrupted system call errors.
3973 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3974 Use with_timeout_factor to increase timeout by factor of 10.
3975
3976 2016-03-15 Don Breazeal <donb@codesourcery.com>
3977
3978 * gdb.cp/scope-err.cc: New test program.
3979 * gdb.cp/scope-err.exp: New test script.
3980 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
3981 lines and "set breakpoint here" comment.
3982 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
3983 Fixed some whitespace and format issues.
3984 * gdb.mi/mi-linespec-err-cp.cc: New test program.
3985 * gdb.mi/mi-linespec-err-cp.exp: New test script.
3986
3987 2016-03-15 Doug Evans <dje@google.com>
3988
3989 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
3990 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
3991 All callers updated. Add tests for enums, mixed flags register.
3992
3993 2016-03-15 Doug Evans <dje@google.com>
3994
3995 * gdb.base/skip.c (main): Call test_skip_file_and_function.
3996 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
3997
3998 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
3999
4000 * gdb.base/default.exp: Add $_as_string to the list of expected
4001 convenience functions.
4002
4003 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
4004
4005 * gdb.base/maint.exp: New tests for 'maint info line-table'.
4006
4007 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
4008
4009 * gdb.python/py-as-string.exp: New file.
4010 * gdb.python/py-as-string.c: New file.
4011
4012 2016-03-09 Pedro Alves <palves@redhat.com>
4013
4014 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
4015 signal" -> "Thread NN received signal" output change.
4016 * gdb.threads/ia64-sigill.exp: Likewise.
4017 * gdb.threads/linux-dp.exp: Likewise.
4018 * gdb.threads/manythreads.exp: Likewise.
4019 * gdb.threads/pending-step.exp: Likewise.
4020 * gdb.threads/print-threads.exp: Likewise.
4021 * gdb.threads/sigstep-threads.exp: Likewise.
4022 * gdb.threads/staticthreads.exp: Likewise.
4023 * gdb.threads/tls.exp: Likewise.
4024
4025 2016-03-09 Pedro Alves <palves@redhat.com>
4026
4027 * gdb.base/command-line-input.exp: New file.
4028
4029 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4030
4031 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
4032 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
4033 * gdb.trace/pending.exp: Accept leading dot before function name.
4034 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
4035 * lib/trace-support.exp: Set registers for ppc.
4036
4037 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4038
4039 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
4040 use it for disassembly; accept .main in addition to main in backtrace.
4041
4042 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
4043 Marcin Kościelnicki <koriakin@0x04.net>
4044
4045 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
4046 (gdb_recursion_test_ptr): New global variable.
4047 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
4048 gdb_recursion_test.
4049 (gdb_c_test): Ditto.
4050
4051 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4052
4053 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
4054 ordering.
4055
4056 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4057
4058 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
4059 (bar): Add bar_start_lbl label.
4060 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
4061 of foo/bar for emitting DWARF and tracing.
4062
4063 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
4064
4065 * analyze-racy-logs.py: Set executable bit.
4066
4067 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
4068
4069 * Makefile.in (DEFAULT_RACY_ITER): New variable.
4070 (CHECK_TARGET_TMP): Likewise.
4071 (check-single-racy): New rule.
4072 (check-parallel-racy): Likewise.
4073 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
4074 (do-check-parallel-racy): New rule.
4075 (check-racy/%.exp): Likewise.
4076 * README (Racy testcases): New section.
4077 * analyze-racy-logs.py: New file.
4078
4079 2016-03-03 Doug Evans <dje@google.com>
4080
4081 * gdb.base/skip.exp: Use with_test_prefix.
4082
4083 2016-03-03 Yao Qi <yao.qi@linaro.org>
4084
4085 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
4086 Invoke step_over_syscall "clone" and break_cond_on_syscall
4087 "clone".
4088 * gdb.base/step-over-clone.c: New file.
4089
4090 2016-03-03 Yao Qi <yao.qi@linaro.org>
4091
4092 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
4093 code format.
4094
4095 2016-03-03 Yao Qi <yao.qi@linaro.org>
4096
4097 * gdb.base/disp-step-fork.c: Rename to ...
4098 * gdb.base/step-over-fork.c: ... it. New file.
4099 * gdb.base/disp-step-vfork.c: Rename to ...
4100 * gdb.base/step-over-vfork.c: ... it. New file.
4101 * gdb.base/disp-step-syscall.exp: Rename to ...
4102 * gdb.base/step-over-syscall.exp: ... it. New file.
4103 (disp_step_cross_syscall): Rename to ...
4104 (step_over_syscall): ... it.
4105
4106 2016-03-03 Yao Qi <yao.qi@linaro.org>
4107
4108 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
4109 If target supports condition evaluation on target, invoke
4110 break_cond_on_syscall for fork and vfork.
4111
4112 2016-03-03 Yao Qi <yao.qi@linaro.org>
4113
4114 * gdb.base/disp-step-syscall.exp: Don't invoke
4115 support_displaced_stepping.
4116 (disp_step_cross_syscall): Test with displaced stepping off and
4117 on if supported.
4118
4119 2016-03-03 Yao Qi <yao.qi@linaro.org>
4120
4121 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
4122 proc.
4123 (setup): New proc.
4124 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
4125 and setup.
4126
4127 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4128
4129 * gdb.fortran/vla-history.exp: Remove breakpoint.
4130
4131 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4132
4133 * gdb.fortran/vla-history.exp: Lookup array elements and printing
4134 exceeds timeout.
4135
4136 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4137
4138 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
4139 breakpoint.
4140
4141 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4142
4143 * gdb.mi/vla.f90: Nullify pointer after declaration.
4144
4145 2016-03-01 Pedro Alves <palves@redhat.com>
4146
4147 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
4148
4149 2016-03-01 Pedro Alves <palves@redhat.com>
4150
4151 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
4152 before anything else.
4153 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
4154 _GNU_SOURCE here.
4155 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
4156 before anything else.
4157 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
4158
4159 2016-03-01 Pedro Alves <palves@redhat.com>
4160
4161 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
4162
4163 2016-03-01 Yao Qi <yao.qi@linaro.org>
4164
4165 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
4166 prepare_for_testing.
4167
4168 2016-03-01 Yao Qi <yao.qi@linaro.org>
4169
4170 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
4171
4172 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4173
4174 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
4175 manually constructing the output path.
4176
4177 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4178
4179 * gdb.arch/s390-stackless.S: New.
4180 * gdb.arch/s390-stackless.exp: New.
4181
4182 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
4183
4184 * gdb.dlang/circular.c: New file.
4185 * gdb.dlang/circular.exp: New file.
4186
4187 2016-02-26 Yao Qi <yao.qi@linaro.org>
4188
4189 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
4190 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
4191 (testcases): Update.
4192
4193 2016-02-26 Yao Qi <yao.qi@linaro.org>
4194
4195 * gdb.reverse/aarch64.c: Rename to ...
4196 * gdb.reverse/insn-reverse.c: ... it.
4197 * gdb.reverse/aarch64.exp: Rename to ...
4198 * gdb.reverse/insn-reverse.exp: ... it.
4199
4200 2016-02-26 Yao Qi <yao.qi@linaro.org>
4201
4202 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
4203 (testcase_ftype): New.
4204 (testcases): New array.
4205 (n_testcases): New.
4206 (main): Call each element in testcases.
4207 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
4208 (read_testcase): New.
4209 Do the tests in a loop.
4210
4211 2016-02-25 Yao Qi <yao.qi@linaro.org>
4212
4213 * gdb.base/branches.c: Remove.
4214
4215 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4216
4217 PR gdb/13808
4218 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
4219
4220 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4221
4222 * gdb.trace/ftrace.exp: Remove unnecessary target check.
4223
4224 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4225
4226 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
4227 change x86_64 call_insn to 'callq'.
4228
4229 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4230
4231 * gdb.trace/tfile-avx.c: Move to...
4232 * gdb.trace/tracefile-pseudo-reg.c: Here.
4233 * gdb.trace/tfile-avx.exp: Move to...
4234 * gdb.trace/tracefile-pseudo-reg.exp: Here.
4235
4236 2016-02-24 Gary Benson <gbenson@redhat.com>
4237
4238 * gdb.base/attach-pie-noexec.exp: Do not expect an error
4239 message on attach.
4240
4241 2016-02-23 Doug Evans <dje@google.com>
4242
4243 * gdb.base/skip.c (test_skip): New function.
4244 (end_test_skip_file_and_function): New function.
4245 (test_skip_file_and_function): New function.
4246 * gdb.base/skip1.c (test_skip): New function.
4247 (skip1_test_skip_file_and_function): New function.
4248 * gdb.base/skip.exp: Add tests for new skip options.
4249 * gdb.base/skip-solib.exp: Update expected output.
4250 * gdb.perf/skip-command.cc: New file.
4251 * gdb.perf/skip-command.exp: New file.
4252 * gdb.perf/skip-command.py: New file.
4253
4254 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
4255
4256 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
4257 info registers pattern.
4258
4259 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
4260
4261 * lib/future.exp: Add D support.
4262 (gdb_find_gdc): New proc.
4263 (gdb_default_target_compile): Add D support.
4264
4265 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
4266
4267 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
4268 user+system time.
4269 (trace_speed_test): Determine the iteration count for a time
4270 between 15..30 seconds.
4271
4272 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
4273
4274 * gdb.arch/i386-mpx-sigsegv.c: New file.
4275 * gdb.arch/i386-mpx-sigsegv.exp: New file.
4276 * gdb.arch/i386-mpx-simple_segv.c: New file.
4277 * gdb.arch/i386-mpx-simple_segv.exp: New file.
4278
4279 2016-02-18 Yao Qi <yao.qi@linaro.org>
4280
4281 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4282 Don't call setup_kfail.
4283
4284 2016-02-18 Yao Qi <yao.qi@linaro.org>
4285
4286 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4287 Set "set breakpoint condition-evaluation" per $cond_bp_target.
4288
4289 2016-02-16 Doug Evans <dje@google.com>
4290
4291 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
4292 * gdb.base/skip1.c: Ditto.
4293 * gdb.base/skip.exp: Whitespace cleanup.
4294
4295 2016-02-16 Don Breazeal <donb@codesourcery.com>
4296
4297 PR remote/19496
4298 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4299 Remove kfail for PR remote/19496.
4300
4301 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4302
4303 * lib/gdb.exp (standard_temp_file): Return a path specific to
4304 the runtest invocation.
4305
4306 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4307
4308 * gdb.trace/save-trace.exp: Change relative path to be in the
4309 standard output directory.
4310
4311 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4312
4313 * gdb.arch/i386-prologue.c: Add missing prototypes.
4314
4315 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4316
4317 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
4318 * gdb.arch/i386-prologue.exp: Likewise.
4319 * gdb.arch/i386-size.exp: Likewise.
4320
4321 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
4322
4323 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
4324 define object file path.
4325 * gdb.btrace/gcore.exp: Use standard_output_file to define core
4326 file path.
4327 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
4328 standard_output_file to define binfile.
4329
4330 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4331
4332 Fix compatibility with recent gfortran-5.3.1.
4333 * gdb.fortran/vla-history.exp (print vla1 allocated)
4334 (print vla2 allocated, print $2, print $3): Remove
4335 (print $4): Rename to ...
4336 (print $2): ... here.
4337 (print $9): Rename to ...
4338 (print $5): ... here.
4339 (print $10): Rename to ...
4340 (print $6): ... here.
4341 * gdb.fortran/vla.f90: Add pvla initialization.
4342
4343 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4344
4345 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
4346 New test.
4347 * gdb.fortran/vla-value-sub.exp: Likewise.
4348
4349 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
4350
4351 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
4352
4353 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
4354
4355 * i386-biarch-core.exp: Define corefile using
4356 standard_output_file.
4357
4358 2016-02-12 Yao Qi <yao.qi@linaro.org>
4359
4360 * gdb.arch/arm-single-step-kernel-helper.c: New.
4361 * gdb.arch/arm-single-step-kernel-helper.exp: New.
4362
4363 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4364
4365 * gdb.btrace/tailcall-only.exp: New.
4366 * gdb.btrace/tailcall-only.c: New.
4367 * gdb.btrace/x86_64-tailcall-only.S: New.
4368 * gdb.btrace/i686-tailcall-only.S: New.
4369
4370 2016-02-11 Pedro Alves <palves@redhat.com>
4371
4372 * README (Parallel testing): Add missing double quotes.
4373
4374 2016-02-11 Pedro Alves <palves@redhat.com>
4375
4376 * README (Parallel testing): New section.
4377 (GDB_PARALLEL): Rewrite.
4378 (FORCE_PARALLEL): Document.
4379
4380 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
4381
4382 * gdb.trace/tfile-avx.c: New test.
4383 * gdb.trace/tfile-avx.exp: New test.
4384
4385 2016-02-09 Keith Seitz <keiths@redhat.com>
4386
4387 PR breakpoints/19546
4388 * gdb.base/infcall-exec.c: New file.
4389 * gdb.base/infcall-exec2.c: New file.
4390 * gdb.base/infcall-exec.exp: New file.
4391
4392 2016-02-09 Keith Seitz <keiths@redhat.com>
4393
4394 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4395 (toplevel): Call test_bkpt_address.
4396
4397 2016-02-09 Keith Seitz <keiths@redhat.com>
4398
4399 PR python/19506
4400 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
4401 (toplevel): Call test_bkpt_address.
4402
4403 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
4404
4405 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4406 to AC_OUTPUT.
4407 * configure: Regenerate.
4408
4409 2016-02-09 Pedro Alves <palves@redhat.com>
4410
4411 PR breakpoints/19548
4412 * gdb.base/execl-update-breakpoints.c (some_function): New
4413 function.
4414 (main): Call it.
4415 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4416 Tighten expected GDB output.
4417
4418 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4419
4420 * Makefile.in (ALL_SUBDIRS): Remove.
4421 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4422 (distclean maintainer-clean realclean): Likewise.
4423 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4424 * configure: Regenerate.
4425 * gdb.ada/Makefile.in: Delete.
4426 * gdb.arch/Makefile.in: Likewise.
4427 * gdb.asm/Makefile.in: Likewise.
4428 * gdb.base/Makefile.in: Likewise.
4429 * gdb.btrace/Makefile.in: Likewise.
4430 * gdb.cell/Makefile.in: Likewise.
4431 * gdb.compile/Makefile.in: Likewise.
4432 * gdb.cp/Makefile.in: Likewise.
4433 * gdb.disasm/Makefile.in: Likewise.
4434 * gdb.dlang/Makefile.in: Likewise.
4435 * gdb.dwarf2/Makefile.in: Likewise.
4436 * gdb.fortran/Makefile.in: Likewise.
4437 * gdb.gdb/Makefile.in: Likewise.
4438 * gdb.go/Makefile.in: Likewise.
4439 * gdb.guile/Makefile.in: Likewise.
4440 * gdb.java/Makefile.in: Likewise.
4441 * gdb.linespec/Makefile.in: Likewise.
4442 * gdb.mi/Makefile.in: Likewise.
4443 * gdb.modula2/Makefile.in: Likewise.
4444 * gdb.multi/Makefile.in: Likewise.
4445 * gdb.objc/Makefile.in: Likewise.
4446 * gdb.opencl/Makefile.in: Likewise.
4447 * gdb.opt/Makefile.in: Likewise.
4448 * gdb.pascal/Makefile.in: Likewise.
4449 * gdb.perf/Makefile.in: Likewise.
4450 * gdb.python/Makefile.in: Likewise.
4451 * gdb.reverse/Makefile.in: Likewise.
4452 * gdb.server/Makefile.in: Likewise.
4453 * gdb.stabs/Makefile.in: Likewise.
4454 * gdb.threads/Makefile.in: Likewise.
4455 * gdb.trace/Makefile.in: Likewise.
4456 * gdb.xml/Makefile.in: Likewise.
4457 * lib/gdb.exp (make_gdb_parallel_path): Add check for
4458 GDB_PARALLEL.
4459 (standard_output_file): Remove check for GDB_PARALLEL, always
4460 return path in outputs/$subdir/$testname.
4461
4462 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4463
4464 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4465 (site.exp): Assign abs_srcdir to tcl's srcdir.
4466
4467 2016-02-04 Yao Qi <yao.qi@linaro.org>
4468
4469 * gdb.base/foll-exec-mode.c: Include limits.h.
4470 (main): Add parameters argc and argv. Get directory from
4471 argv[0].
4472 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4473 compilation.
4474 * gdb.base/foll-exec.c: Include limits.h.
4475 (main): Add parameters argc and argv.
4476 Get directory from argv[0].
4477 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4478 Adjust tests on the number of lines as source code changed.
4479 * gdb.base/foll-vfork-exit.c: Include limits.h.
4480 (main): Add one line of statement before vfork.
4481 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4482 (main): Add parameters argc and argv. Get directory from
4483 argv[0].
4484 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4485 (setup_gdb): Set tbreak to skip some source lines.
4486 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4487 (main): Add parameters argc and argv. Get directory from
4488 argv[0].
4489 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4490 compilation.
4491 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4492 (main): Add parameters argc and argv. Get directory from
4493 argv[0].
4494 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4495 compilation.
4496
4497 2016-02-01 Doug Evans <dje@google.com>
4498
4499 * gdb.base/skip.exp: Clean up multiple references to same test name.
4500
4501 2016-02-01 Pedro Alves <palves@redhat.com>
4502
4503 PR remote/19496
4504 * gdb.threads/forking-threads-plus-breakpoint.exp
4505 (displaced_stepping_supported): New global.
4506 (probe_displaced_stepping_support): New procedure.
4507 (do_test): Add 'displaced' parameter, and use it.
4508 (top level): Check for displaced stepping support. Add displaced
4509 stepping on/off testing axis.
4510
4511 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4512
4513 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4514 pointer. Don't perform further tests on the unassociated pointer
4515 if the first test fails.
4516
4517 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4518
4519 * gdb.base/max-value-size.c: New file.
4520 * gdb.base/max-value-size.exp: New file.
4521 * gdb.base/huge.exp: Disable max-value-size for this test.
4522
4523 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4524
4525 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4526
4527 2016-01-28 Yao Qi <yao.qi@linaro.org>
4528
4529 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4530
4531 2016-01-25 Pedro Alves <palves@redhat.com>
4532
4533 PR threads/19461
4534 * gdb.base/fork-running-state.c: New file.
4535 * gdb.base/fork-running-state.exp: New file.
4536
4537 2016-01-25 Pedro Alves <palves@redhat.com>
4538
4539 PR gdb/19494
4540 * gdb.base/catch-fork-kill.c: New file.
4541 * gdb.base/catch-fork-kill.exp: New file.
4542
4543 2016-01-25 Pedro Alves <palves@redhat.com>
4544
4545 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4546 Delete, moved to lib/gdb.exp.
4547 * gdb.threads/forking-threads-plus-breakpoint.exp
4548 (foreach_with_prefix): Likewise.
4549 * gdb.threads/process-dies-while-handling-bp.exp
4550 (foreach_with_prefix): Likewise.
4551 * lib/gdb.exp (foreach_with_prefix): New procedure.
4552
4553 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4554
4555 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4556 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4557
4558 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4559
4560 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4561 endian targets.
4562
4563 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4564 Pedro Alves <palves@redhat.com>
4565
4566 Fix testsuite compatibility with Guile.
4567 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4568 number.
4569
4570 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4571
4572 Fix testsuite compatibility with Guile.
4573 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4574 (thread 1): New test for backtrace through signal handler.
4575
4576 2016-01-22 Yao Qi <yao.qi@linaro.org>
4577
4578 PR testsuite/19491
4579 * gdb.base/multi-forks.c: Include
4580 ../lib/unbuffer_output.c
4581 (main): Call gdb_unbuffer_output.
4582
4583 2016-01-21 Doug Evans <dje@google.com>
4584
4585 * lib/ada.exp (gdb_compile_ada): Fix typo.
4586
4587 2016-01-21 Joel Brobecker <brobecker@adacore.com>
4588
4589 * gdb.base/break-fun-addr.exp: New file.
4590 * gdb.base/break-fun-addr1.c: New file.
4591 * gdb.base/break-fun-addr2.c: New file.
4592
4593 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4594
4595 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4596 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4597 enum flag values.
4598
4599 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4600
4601 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4602 when GDB can not set the vector return value. Add more comments
4603 for clarification.
4604
4605 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4606
4607 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4608 command.
4609
4610 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4611
4612 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4613
4614 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4615
4616 * Makefile.in (check-single): Pass --status to runtest.
4617 (check/%.exp): Likewise.
4618
4619 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4620
4621 * Makefile.in (check-parallel): Propagate return code from make
4622 do-check-parallel.
4623
4624 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4625
4626 * gdb.trace/ftrace.exp: Fix expected message on continue.
4627 * gdb.trace/pending.exp: Fix expected message on continue.
4628 * gdb.trace/trace-break.exp: Fix expected message on continue.
4629
4630 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4631
4632 * lib/gdb.exp (gdb_test): Remove unused global references.
4633
4634 2016-01-18 Pedro Alves <palves@redhat.com>
4635
4636 * gdb.base/async-shell.exp: Adjust expected output.
4637 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4638 * gdb.base/siginfo-thread.exp: Adjust expected output.
4639 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4640 * gdb.java/jnpe.exp: Adjust expected output.
4641 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4642 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4643 * gdb.threads/leader-exit.exp: Adjust expected output.
4644 * gdb.threads/manythreads.exp: Adjust expected output.
4645 * gdb.threads/pthreads.exp: Adjust expected output.
4646 * gdb.threads/schedlock.exp: Adjust expected output.
4647 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4648 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4649 expected output.
4650 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4651 output.
4652 * gdb.threads/sigthread.exp: Adjust expected output.
4653 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4654
4655 2016-01-18 Yao Qi <yao.qi@linaro.org>
4656
4657 * gdb.guile/scm-section-script.c: Replace @progbits with
4658 %progbits.
4659 * gdb.python/py-section-script.c: Likewise.
4660
4661 2016-01-15 Pedro Alves <palves@redhat.com>
4662
4663 * gdb.multi/tids.exp: Test star wildcard ranges.
4664
4665 2016-01-15 Pedro Alves <palves@redhat.com>
4666
4667 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4668 command from "thread apply" invocation.
4669 (thr_apply_info_thr_invalid): Default the expected output to the
4670 input tid list.
4671 (top level): Add tests that use convenience variables. Add tests
4672 for "thread apply" with a valid TID list, but missing the command.
4673
4674 2016-01-13 Pedro Alves <palves@redhat.com>
4675
4676 * gdb.base/default.exp: Expect $_gthread as well.
4677 * gdb.multi/tids.exp: Test $_gthread.
4678 * gdb.threads/thread-specific.exp: Test $_gthread.
4679
4680 2016-01-13 Pedro Alves <palves@redhat.com>
4681
4682 * gdb.multi/tids.exp: Test "info threads -gid".
4683
4684 2016-01-13 Pedro Alves <palves@redhat.com>
4685
4686 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4687 Breakpoint.thread.
4688 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4689
4690 2016-01-07 Pedro Alves <palves@redhat.com>
4691
4692 * gdb.base/break.exp: Adjust to output changes.
4693 * gdb.base/hbreak2.exp: Likewise.
4694 * gdb.base/sepdebug.exp: Likewise.
4695 * gdb.base/watch_thread_num.exp: Likewise.
4696 * gdb.linespec/keywords.exp: Likewise.
4697 * gdb.multi/info-threads.exp: Likewise.
4698 * gdb.threads/thread-find.exp: Likewise.
4699 * gdb.multi/tids.c: New file.
4700 * gdb.multi/tids.exp: New file.
4701
4702 2016-01-13 Pedro Alves <palves@redhat.com>
4703
4704 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4705
4706 2016-01-13 Pedro Alves <palves@redhat.com>
4707
4708 * gdb.base/default.exp: Expect $_inferior as well.
4709 * gdb.multi/base.exp: Test $_inferior.
4710
4711 2016-01-13 Pedro Alves <palves@redhat.com>
4712
4713 PR breakpoints/19388
4714 * gdb.base/catch-signal-siginfo-cond.c: New file.
4715 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4716
4717 2016-01-12 Josh Stone <jistone@redhat.com>
4718 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4719
4720 * gdb.base/catch-syscall.c (do_execve): New variable.
4721 (main): Conditionally trigger an execve.
4722 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4723 (test_catch_syscall_execve): New, check entry/return across execve.
4724 (do_syscall_tests): Call test_catch_syscall_execve.
4725
4726 2016-01-12 Pedro Alves <palves@redhat.com>
4727
4728 * gdb.base/random-signal.exp (do_test): New procedure, with body
4729 of testcase moved in.
4730
4731 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4732 Pedro Alves <palves@redhat.com>
4733
4734 * gdb.base/funcargs.exp (finish from indirectly called function):
4735 Reintroduce the case for 'First'.
4736
4737 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4738 Pedro Alves <palves@redhat.com>
4739
4740 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4741 (tcatch_vfork_then_child_follow_exec)
4742 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4743 identification.
4744
4745 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4746
4747 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4748 and repeats to unlimited.
4749 * gdb.python/py-value.exp: Likewise.
4750 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4751 and repeats to unlimited.
4752
4753 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4754
4755 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4756 and reordering the functions.
4757 * gdb.multi/hangout.c: Likewise.
4758 * gdb.multi/hello.c: Likewise.
4759
4760 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4761
4762 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4763 absolute.
4764 (SingleStatisticTestResult.report): Use dict.keys instead of
4765 dict.iterkeys.
4766
4767 2016-01-06 Pedro Alves <palves@redhat.com>
4768
4769 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4770
4771 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4772
4773 * gdb.btrace/dlopen.exp: New.
4774 * gdb.btrace/dlopen.c: New.
4775 * gdb.btrace/dlopen-dso.c: New.
4776
4777 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4778
4779 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4780 PATTERN argument is optional.
4781
4782 2015-12-24 Joel Brobecker <brobecker@adacore.com>
4783
4784 * lib/ada.exp (target_compile_ada_from_dir): New function.
4785 (gdb_compile_ada): Reimplement avoiding the use of project files.
4786 * gdb.ada/gnat_ada.gpr: Delete.
4787 * gdb.ada/cond_lang.exp: Adjust test to make path before
4788 filename optional.
4789 * gdb.ada/small_reg_param.exp: Likewise.
4790
4791 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
4792
4793 * gdb.base/foll-vork.exp: Remove HP-UX special case.
4794
4795 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
4796
4797 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4798 case.
4799
4800 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
4801
4802 * gdb.base/break.exp: Remove dead code.
4803 * gdb.base/sepdebug.exp: Likewise.
4804
4805 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4806
4807 * gdb.asm/asm-source.exp: Remove HP-UX references.
4808 * gdb.base/annota1.exp: Likewise.
4809 * gdb.base/annota3.exp: Likewise.
4810 * gdb.base/attach.exp: Likewise.
4811 * gdb.base/bigcore.exp: Likewise.
4812 * gdb.base/break.exp: Likewise.
4813 * gdb.base/call-ar-st.exp: Likewise.
4814 * gdb.base/callfuncs.exp: Likewise.
4815 * gdb.base/catch-fork-static.exp: Likewise.
4816 * gdb.base/display.exp: Likewise.
4817 * gdb.base/foll-exec-mode.exp: Likewise.
4818 * gdb.base/foll-exec.exp: Likewise.
4819 * gdb.base/foll-fork.exp: Likewise.
4820 * gdb.base/foll-vfork.exp: Likewise.
4821 * gdb.base/funcargs.exp: Likewise.
4822 * gdb.base/hbreak2.exp: Likewise.
4823 * gdb.base/inferior-died.exp: Likewise.
4824 * gdb.base/interrupt.exp: Likewise.
4825 * gdb.base/multi-forks.exp: Likewise.
4826 * gdb.base/nodebug.exp: Likewise.
4827 * gdb.base/sepdebug.exp: Likewise.
4828 * gdb.base/solib1.c: Likewise.
4829 * gdb.base/step-test.exp: Likewise.
4830 * gdb.mi/non-stop.c: Likewise.
4831 * gdb.mi/pthreads.c: Likewise.
4832 * gdb.multi/bkpt-multi-exec.ex: Likewise.
4833 * gdb.threads/pthreads.c: Likewise.
4834 * gdb.threads/staticthreads.exp: Likewise.
4835 * lib/future.exp: Likewise.
4836 * lib/gdb.exp: Likewise.
4837 * gdb.base/so-indr-cl.c: Remove.
4838 * gdb.base/so-indr-cl.exp: Likewise.
4839 * gdb.base/solib.c: Likewise.
4840 * gdb.base/solib.exp: Likewise.
4841 * gdb.base/solib2.c: Likewise.
4842
4843 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4844
4845 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4846 * gdb.base/call-ar-st.exp: Likewise.
4847 * gdb.base/callfuncs.exp: Likewise.
4848 * gdb.base/condbreak.exp: Likewise.
4849 * gdb.base/constvars.exp: Likewise.
4850 * gdb.base/hbreak2.exp: Likewise.
4851 * gdb.base/langs.exp: Likewise.
4852 * gdb.base/list.exp: Likewise.
4853 * gdb.base/long_long.exp: Likewise.
4854 * gdb.base/ptype.exp: Likewise.
4855 * gdb.base/scope.exp: Likewise.
4856 * gdb.base/signals.exp: Likewise.
4857 * gdb.base/so-impl-ld.exp: Likewise.
4858 * gdb.base/varargs.exp: Likewise.
4859 * gdb.base/volatile.exp: Likewise.
4860 * gdb.base/whatis.exp: Likewise.
4861 * gdb.cp/cplusfuncs.exp: Likewise.
4862 * gdb.cp/inherit.exp: Likewise.
4863 * gdb.cp/local.exp: Likewise.
4864 * gdb.cp/member-ptr.exp: Likewise.
4865 * gdb.cp/method.exp: Likewise.
4866 * gdb.cp/overload.exp: Likewise.
4867 * gdb.cp/templates.exp: Likewise.
4868 * gdb.stabs/weird.exp: Likewise.
4869 * lib/compiler.c: Likewise.
4870 * lib/compiler.cc: Likewise.
4871 * lib/cp-support.exp: Likewise.
4872 * lib/gdb.exp: Likewise.
4873
4874 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
4875
4876 * configure.ac: Remove HP-UX case.
4877 * configure: Regenerate.
4878
4879 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
4880
4881 * lib/gdb.exp (gdb_compile): Add function doc.
4882
4883 2015-12-17 Pedro Alves <palves@redhat.com>
4884
4885 PR threads/19354
4886 * gdb.multi/info-threads.exp: New file.
4887
4888 2015-12-15 Yao Qi <yao.qi@linaro.org>
4889
4890 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4891 is aarch64*-*-*.
4892
4893 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4894
4895 * gdb.base/history-duplicates.exp: Skip if no readline support.
4896
4897 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4898
4899 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4900
4901 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4902
4903 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4904
4905 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4906
4907 * gdb.base/completion.exp: Skip tests that interrupt GDB with
4908 ctrl-C if nointerrupts target property is set.
4909 * gdb.base/double-prompt-target-event-error.exp: Likewise.
4910 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4911 * gdb.base/paginate-bg-execution.exp: Likewise.
4912 * gdb.base/paginate-execution-startup.exp: Likewise.
4913 * gdb.base/random-signal.exp: Likewise.
4914 * gdb.base/range-stepping.exp: Likewise.
4915 * gdb.cp/annota2.exp: Likewise.
4916 * gdb.cp/annota3.exp: Likewise.
4917 * gdb.gdb/selftest.exp: Likewise.
4918 * gdb.threads/continue-pending-status.exp: Likewise.
4919 * gdb.threads/leader-exit.exp: Likewise.
4920 * gdb.threads/manythreads.exp: Likewise.
4921 * gdb.threads/pthreads.exp: Likewise.
4922 * gdb.threads/schedlock.exp: Likewise.
4923 * gdb.threads/sigthread.exp: Likewise.
4924
4925 2015-12-11 Don Breazeal <donb@codesourcery.com>
4926
4927 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4928 remote.
4929 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4930 * gdb.base/foll-exec.exp (main): Enable for target remote.
4931 * gdb.base/foll-fork.exp (main): Likewise.
4932 * gdb.base/foll-vfork.exp (main): Likewise.
4933 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4934 (proc continue_to_exit_bp_loc): Use clean_restart.
4935 * gdb.base/pie-execl.exp (main): Disable for target remote.
4936 * gdb.base/watch-vfork.exp (main): Enable for target remote.
4937 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4938 * gdb.threads/execl.exp (main): Likewise.
4939 * gdb.threads/fork-child-threads.exp (main): Likewise.
4940 * gdb.threads/fork-plus-threads.exp (main): Disable for target
4941 remote.
4942 * gdb.threads/fork-thread-pending.exp (main): Enable for target
4943 remote.
4944 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4945 pid.tid style ptids, instead of just tid.
4946 * gdb.threads/thread-execl.exp (main): Enable for target remote.
4947 * gdb.threads/watchpoint-fork.exp (main): Likewise.
4948 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4949 ptids, instead of just tid.
4950
4951 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4952
4953 * gdb.base/list.exp (test_list_forward): Add end of file error
4954 test.
4955 (test_repeat_list_command): Add end of file error test.
4956 (test_list_backwards): Add beginning of file error test.
4957
4958 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4959
4960 * gdb.base/list.exp (test_list_invalid_args): New function,
4961 defined, and called.
4962
4963 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4964
4965 * gdb.base/list.exp (test_list): Make test names unique.
4966
4967 2015-12-11 Yao Qi <yao.qi@linaro.org>
4968
4969 * gdb.base/coremaker2.c: Remove.
4970
4971 2015-12-10 Pedro Alves <palves@redhat.com>
4972
4973 * gdb.multi/base.exp: Remove stale "spaces" references.
4974
4975 2015-12-10 Pedro Alves <palves@redhat.com>
4976
4977 * gdb.multi/base.exp: Don't use nowarnings.
4978 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
4979 * gdb.multi/hangout.c: Include stdio.h.
4980 * gdb.multi/hello.c: Include stdlib.h.
4981 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
4982 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
4983 * gdb.multi/multi-arch.exp: Don't use nowarnings.
4984
4985 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
4986
4987 * gdb.dwarf2/dw2-ranges-base.c: New file.
4988 * gdb.dwarf2/dw2-ranges-base.exp: New file.
4989 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
4990 support additional line table, and debug ranges generation.
4991 (Dwarf::ranges): New function, generate .debug_ranges.
4992 (Dwarf::lines): Support generating simple line table programs.
4993 (Dwarf::assemble): Initialise new namespace variables.
4994
4995 2015-12-09 Kevin Buettner <kevinb@redhat.com>
4996
4997 * gdb.base/async.exp (proc test_background): Add case for
4998 asynchronous execution not supported.
4999
5000 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
5001
5002 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
5003 format and change test names to make them unique.
5004
5005 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
5006 Pedro Alves <pedro@redhat.com>
5007
5008 PR gdb/18702
5009 Add checking of floatformats setup on x86_64 hosts.
5010 * gdb.arch/i386-float.S (main): Load bigval and smallval.
5011 (smallval, bigval): New labels/constants.
5012 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
5013 float" after loading bigval and smallval.
5014
5015 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
5016
5017 * gdb.ada/fun_overload_menu.exp: New testcase.
5018 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
5019
5020 2015-12-04 Josh Stone <jistone@redhat.com>
5021
5022 * gdb.base/catch-fork-static.exp: New.
5023
5024 2015-12-03 Yao Qi <yao.qi@linaro.org>
5025
5026 * gdb.base/sizeof.c: Don't include stdio.h and
5027 ../lib/unbuffer_output.c.
5028 (main): New variable 'size' and 'value'. Remove printf and
5029 gdb_unbuffer_output. Assign return value to size and value.
5030 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
5031 at the beginning.
5032 (check_sizeof): Check the result by printing variable 'size'.
5033 (check_valueof): Check the result by printing variable 'value'.
5034
5035 2015-12-01 Yao Qi <yao.qi@linaro.org>
5036
5037 * gdb.base/disp-step-syscall.exp: Define syscall instruction
5038 for aarch64*-*-linux* target.
5039
5040 2015-11-30 Pedro Alves <palves@redhat.com>
5041
5042 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
5043
5044 2015-11-30 Pedro Alves <palves@redhat.com>
5045
5046 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
5047 Handle non-stop mode vCont replies.
5048
5049 2015-11-30 Pedro Alves <palves@redhat.com>
5050
5051 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
5052 prepare_for_testing. Start gdb with "set non-stop on" appended to
5053 GDBFLAGS. Lax expected stop output.
5054
5055 2015-11-27 Yao Qi <yao.qi@linaro.org>
5056
5057 * gdb.arch/arm-neon.exp: New.
5058 * gdb.arch/arm-neon.c: New.
5059
5060 2015-11-27 Yao Qi <yao.qi@linaro.org>
5061
5062 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
5063
5064 2015-11-27 Yao Qi <yao.qi@linaro.org>
5065
5066 * gdb.cp/annota2.exp: Allow multiple occurrences of the
5067 frames-invalid annotation.
5068
5069 2015-11-27 Yao Qi <yao.qi@linaro.org>
5070
5071 * gdb.cp/annota2.exp: Use ${frames_invalid}.
5072
5073 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
5074
5075 * gdb.threads/names.exp: New file.
5076 * gdb.threads/names.c: New file.
5077 * README: Mention gdb,no_thread_names.
5078
5079 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
5080
5081 PR 19297
5082 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
5083 support" error.
5084
5085 2015-11-24 Pedro Alves <palves@redhat.com>
5086
5087 PR 17539
5088 * gdb.base/display.exp: Expect displays to be sorted in ascending
5089 order. Use multi_line.
5090 * gdb.base/solib-display.exp: Likewise.
5091
5092 2015-11-24 Pedro Alves <palves@redhat.com>
5093
5094 PR 17539
5095 * gdb.base/display.exp: Expect displays to be sorted in ascending
5096 order. Use multi_line.
5097 * gdb.base/solib-display.exp: Likewise.
5098
5099 2015-11-24 Pedro Alves <palves@redhat.com>
5100
5101 PR 17539
5102 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
5103 threads in ascending order.
5104 * gdb.base/foll-fork.exp: Likewise.
5105 * gdb.base/foll-vfork.exp: Likewise.
5106 * gdb.base/multi-forks.exp: Likewise.
5107 * gdb.mi/mi-nonstop.exp: Likewise.
5108 * gdb.mi/mi-nsintrall.exp: Likewise.
5109 * gdb.multi/base.exp: Likewise.
5110 * gdb.multi/multi-arch.exp: Likewise.
5111 * gdb.python/py-inferior.exp: Likewise.
5112 * gdb.threads/break-while-running.exp: Likewise.
5113 * gdb.threads/execl.exp: Likewise.
5114 * gdb.threads/gcore-thread.exp: Likewise.
5115 * gdb.threads/info-threads-cur-sal.exp: Likewise.
5116 * gdb.threads/kill.exp: Likewise.
5117 * gdb.threads/linux-dp.exp: Likewise.
5118 * gdb.threads/multiple-step-overs.exp: Likewise.
5119 * gdb.threads/next-bp-other-thread.exp: Likewise.
5120 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
5121 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
5122 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
5123 * gdb.threads/thread-find.exp: Likewise.
5124 * gdb.threads/tls.exp: Likewise.
5125 * lib/mi-support.exp (mi_reverse_list): Delete.
5126 (mi_check_thread_states): No longer reverse list.
5127
5128 2015-11-24 Pedro Alves <palves@redhat.com>
5129
5130 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
5131 use lowercase.
5132
5133 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5134
5135 * gdb.trace/actions.c: Include trace-common.h.
5136 (main): Add a location for a fast tracepoint.
5137 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
5138 the normal tracepoints.
5139 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
5140
5141 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5142
5143 * save-trace.exp: Factor out code to these...
5144 (gdb_save_tracepoints): New.
5145 (gdb_load_tracepoints): New.
5146 (do_save_load_test): New.
5147
5148 2015-11-23 Kevin Buettner <kevinb@redhat.com>
5149
5150 * gdb.base/asmlabel.exp: New test.
5151 * gdb.base/asmlabel.c: New test case.
5152
5153 2015-11-23 Joel Brobecker <brobecker@adacore.com>
5154
5155 * gdb.base/wrong_frame_bt_full-main.c: New file.
5156 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
5157 * gdb.base/wrong_frame_bt_full.exp: New file.
5158
5159 2015-11-23 Joel Brobecker <brobecker@adacore.com>
5160
5161 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
5162
5163 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5164
5165 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
5166 pstate register when comparing registers values in
5167 sparc64-*-linux-gnu targets to avoid spurious differences.
5168
5169 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5170
5171 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
5172
5173 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
5174
5175 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
5176 as type argument to gdb_compile.
5177 * gdb.base/nested-subp2.exp: Likewise.
5178 * gdb.base/nested-subp3.exp: Likewise.
5179
5180 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
5181
5182 * lib/dwarf.exp (_note): Fix left shift of negative value.
5183 * gdb.trace/trace-condition.exp: Likewise.
5184
5185 2015-11-13 Yao Qi <yao.qi@linaro.org>
5186
5187 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
5188 comments about d10v.
5189 (test_scalar_returns): Likewise.
5190 * gdb.base/d10v.ld: Remove.
5191 * gdb.base/overlays.exp: Remove the target triplet checking for
5192 d10v-*-*.
5193 * gdb.base/structs.exp (test_struct_returns): Remove the
5194 comments about d10v.
5195 (test_struct_calls): Likewise.
5196
5197 2015-11-13 Yao Qi <yao.qi@linaro.org>
5198
5199 * gdb.base/gnu_vector.exp: Check the return value by "p res".
5200 * gdb.base/gnu_vector.c: Don't include stdio.h.
5201 (main): Don't print res and call add_some_intvecs.
5202
5203 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
5204
5205 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
5206 macro.
5207 (func5): Removed.
5208 (func4): Use FAST_TRACEPOINT_LABEL.
5209 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
5210 macro.
5211 (func): Removed.
5212 (thread_function): Use FAST_TRACEPOINT_LABEL.
5213 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
5214 (func): Remove.
5215 (marker): Use FAST_TRACEPOINT_LABEL.
5216 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
5217 (pendfunc1): Remove.
5218 (pendfunc): Use FAST_TRACEPOINT_LABEL.
5219 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
5220 (foo): Remove.
5221 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
5222 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
5223 macro.
5224 (func): Remove.
5225 (marker): Use FAST_TRACEPOINT_LABEL.
5226 * gdb.trace/trace-common.h: New header.
5227 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
5228 macro.
5229 (func): Remove.
5230 (marker): Use FAST_TRACEPOINT_LABEL.
5231 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
5232 (func): Remove.
5233 (thread_function): Use FAST_TRACEPOINT_LABEL.
5234
5235 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
5236
5237 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
5238 in front.
5239 * gdb.trace/change-loc.exp: Use global pcreg definition.
5240 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
5241 * gdb.trace/entry-values.exp: Use global spreg definition, add $
5242 in front.
5243 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
5244 * gdb.trace/pending.exp: Likewise.
5245 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
5246 * gdb.trace/trace-break.exp: Likewise.
5247 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
5248 in front.
5249 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
5250 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
5251 in front.
5252 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
5253
5254 2015-11-09 Joel Brobecker <brobecker@adacore.com>
5255
5256 * gdb.ada/fin_fun_out: New testcase.
5257
5258 2015-11-07 Kevin Buettner <kevinb@redhat.com>
5259
5260 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
5261 value associated with DW_AT_byte_size.
5262 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
5263 constants for DW_AT_byte_size, DW_AT_lower_bound, and
5264 DW_AT_upper_bound.
5265
5266 2015-11-07 Kevin Buettner <kevinb@redhat.com>
5267
5268 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
5269 (gdb_target_symbol_prefix_flags): Define in terms of _asm
5270 version.
5271 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
5272 gdb.dwarf2/dw2-canonicalize-type.exp,
5273 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
5274 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
5275 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
5276 provided by gdb_target_symbol_prefix_flags_asm.
5277 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
5278 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
5279 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
5280 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
5281 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
5282 macros where needed). Use this macro for symbols which require
5283 the prefix provided by SYMBOL_PREFIX.
5284
5285 2015-11-05 Kevin Buettner <kevinb@redhat.com>
5286
5287 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
5288 New procs.
5289 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
5290 representing expressions, of more than one list element.
5291 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
5292 to prepend linker symbol prefix to f.
5293 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
5294 table_1 and table_2.
5295 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
5296 Likewise, for f and g.
5297 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
5298 for ptr.
5299 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
5300 for main.
5301 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
5302 table_1_ptr and table_2_ptr.
5303
5304 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5305 Joel Brobecker <brobecker@adacore.com>
5306
5307 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
5308
5309 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
5310
5311 * gdb.reverse/s390-mvcle.c: New test.
5312 * gdb.reverse/s390-mvcle.exp: New file.
5313 * lib/gdb.exp: Enable reverse tests on s390*-linux.
5314
5315 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5316
5317 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
5318
5319 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5320
5321 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
5322 reaching marker2.
5323 * gdb.reverse/getresuid-reverse.exp: Likewise.
5324 * gdb.reverse/pipe-reverse.exp: Likewise.
5325 * gdb.reverse/readv-reverse.exp: Likewise.
5326 * gdb.reverse/recvmsg-reverse.exp: Likewise.
5327 * gdb.reverse/time-reverse.exp: Likewise.
5328 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
5329
5330 2015-10-30 Yao Qi <yao.qi@linaro.org>
5331
5332 * gdb.threads/wp-replication.c (watch_count_done): Remove.
5333 (empty_cycle): Remove.
5334 (main): Don't call empty_cycle. Don't use watch_count_done.
5335 * gdb.threads/wp-replication.exp: Don't set breakpoint on
5336 empty_cycle. Rewrite the code counting HW watchpoints.
5337
5338 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
5339
5340 * gdb.reverse/fstatat-reverse.c: New test.
5341 * gdb.reverse/fstatat-reverse.exp: New file.
5342 * gdb.reverse/getresuid-reverse.c: New test.
5343 * gdb.reverse/getresuid-reverse.exp: New file.
5344 * gdb.reverse/pipe-reverse.c: New test.
5345 * gdb.reverse/pipe-reverse.exp: New file.
5346 * gdb.reverse/readv-reverse.c: New test.
5347 * gdb.reverse/readv-reverse.exp: New file.
5348 * gdb.reverse/recvmsg-reverse.c: New test.
5349 * gdb.reverse/recvmsg-reverse.exp: New file.
5350 * gdb.reverse/time-reverse.c: New test.
5351 * gdb.reverse/time-reverse.exp: New file.
5352 * gdb.reverse/waitpid-reverse.c: New test.
5353 * gdb.reverse/waitpid-reverse.exp: New file.
5354
5355 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5356
5357 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
5358
5359 2015-10-26 Doug Evans <dje@google.com>
5360
5361 PR symtab/17391
5362 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
5363 * gdb.dwarf2/bad-regnum.c: New file.
5364 * gdb.dwarf2/bad-regnum.exp: New file.
5365
5366 2015-10-26 Doug Evans <dje@google.com>
5367
5368 PR python/18938
5369 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5370 file.
5371
5372 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5373
5374 * gdb.compile/compile.exp (compile code globalvar): Update expectation
5375 for a change by "Mention language in compile error message".
5376
5377 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
5378
5379 PR python/18073
5380 * gdb.python/py-type.c (C::a_method): New.
5381 (C::a_const_method): New.
5382 (C::a_static_method): New.
5383 (a_function): New.
5384 * gdb.python/py-type.exp (test_fields): Test getting fields
5385 from function and method.
5386
5387 2015-10-21 Keven Boell <keven.boell@intel.com>
5388
5389 * gdb.fortran/vla-alloc-assoc.exp: New file.
5390 * gdb.fortran/vla-datatypes.exp: New file.
5391 * gdb.fortran/vla-datatypes.f90: New file.
5392 * gdb.fortran/vla-history.exp: New file.
5393 * gdb.fortran/vla-ptype-sub.exp: New file.
5394 * gdb.fortran/vla-ptype.exp: New file.
5395 * gdb.fortran/vla-sizeof.exp: New file.
5396 * gdb.fortran/vla-sub.f90: New file.
5397 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
5398 * gdb.fortran/vla-value-sub-finish.exp: New file.
5399 * gdb.fortran/vla-value-sub.exp: New file.
5400 * gdb.fortran/vla-value.exp: New file.
5401 * gdb.fortran/vla-ptr-info.exp: New file.
5402 * gdb.mi/mi-vla-fortran.exp: New file.
5403 * gdb.mi/vla.f90: New file.
5404
5405 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
5406
5407 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
5408 of hardwired timeout value.
5409
5410 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5411 Pedro Alves <palves@redhat.com>
5412
5413 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5414 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
5415
5416 2015-10-19 Josh Stone <jistone@redhat.com>
5417
5418 * gdb.base/catch-syscall.c: Include <sched.h>.
5419 (unknown_syscall): New variable.
5420 (main): Trigger a vfork and an unknown syscall.
5421 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5422 (unknown_syscall_number): Likewise.
5423 (check_call_to_syscall): Accept an optional syscall pattern.
5424 (check_return_from_syscall): Likewise.
5425 (check_continue): Likewise.
5426 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5427 (test_catch_syscall_skipping_return): New test toggling off 'catch
5428 syscall' to step over the syscall return, then toggling back on.
5429 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5430 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5431 (do_syscall_tests): Call test_catch_syscall_without_args and
5432 test_catch_syscall_mid_vfork.
5433 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5434 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5435
5436 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
5437
5438 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5439 print g_vE): Add new pass patterns.
5440 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5441 print various symbol names for vptr fields.
5442
5443 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
5444
5445 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5446 results.
5447
5448 2015-10-12 Yao Qi <yao.qi@linaro.org>
5449
5450 * gdb.arch/disp-step-insn-reloc.exp: New test case.
5451
5452 2015-10-12 Yao Qi <yao.qi@linaro.org>
5453
5454 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5455 is aarch64*-*-linux*.
5456
5457 2015-10-12 Yao Qi <yao.qi@linaro.org>
5458
5459 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5460 (can_relocate_bcond_true): ... it.
5461 (can_relocate_bcond_false): New function.
5462 (foo): Likewise.
5463 (can_relocate_bl): Likewise.
5464 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5465 can_relocate_bl.
5466
5467 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
5468
5469 * gdb.base/nested-addr.c: New file.
5470 * gdb.base/nested-addr.exp: New testcase.
5471
5472 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
5473
5474 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5475 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5476 its output. Ignore the output of "record goto begin" and instead
5477 check that GDB is replaying.
5478
5479 2015-10-09 Pedro Alves <palves@redhat.com>
5480
5481 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5482 (top level): Use it in the run with no args test.
5483
5484 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5485
5486 * gdb.dlang/properties.exp: New file.
5487
5488 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5489
5490 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5491 whether or not address 0x1000 is mapped on the target.
5492
5493 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5494
5495 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5496 build.
5497
5498 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5499
5500 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5501 instruction-history test.
5502
5503 2015-09-28 Doug Evans <dje@google.com>
5504
5505 * gdb.base/gcore.c (array_func): Add reference to static_array.
5506
5507 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5508
5509 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5510 source line.
5511
5512 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5513
5514 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5515 short or char as base type.
5516
5517 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5518
5519 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5520 to allow any size enum.
5521
5522 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5523
5524 * gdb.ada/array_ptr_renaming.exp: New testcase.
5525 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5526 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5527
5528 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5529
5530 * gdb.trace/ftrace-lock.c: New file.
5531 * gdb.trace/ftrace-lock.exp: New file.
5532
5533 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5534
5535 * gdb.arch/insn-reloc.c: New file.
5536 * gdb.arch/ftrace-insn-reloc.exp: New file.
5537
5538 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5539
5540 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5541 instruction.
5542 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5543 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5544 * gdb.trace/range-stepping.c: Likewise.
5545 * gdb.trace/trace-break.c: Likewise.
5546 * gdb.trace/trace-mt.c (thread_function): Likewise.
5547 * gdb.trace/ftrace.c (marker): Likewise.
5548 * gdb.trace/trace-condition.c (marker): Likewise.
5549 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5550 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5551 is_aarch64_target.
5552
5553 2015-09-18 Doug Evans <xdje42@gmail.com>
5554
5555 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5556 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5557
5558 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5559
5560 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5561 the breakpoint.
5562
5563 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5564
5565 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5566 the pending breakpoint. Remove timeout override for "Run till
5567 MI pending breakpoint on pendfunc3 on thread 2" test.
5568
5569 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5570
5571 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5572 filename pattern.
5573
5574 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5575
5576 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5577 in breakpoint filename pattern.
5578
5579 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5580
5581 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5582
5583 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5584
5585 * gdb.linespec/explicit.exp: Check for readline support for
5586 tab-completion tests. Fix obvious typo.
5587
5588 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5589
5590 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5591 and replay.
5592
5593 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5594
5595 * gdb.btrace/non-stop.c: New.
5596 * gdb.btrace/non-stop.exp: New.
5597
5598 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5599 Yao Qi <yao.qi@linaro.org>
5600
5601 * gdb.trace/trace-condition.c: New file.
5602 * gdb.trace/trace-condition.exp: New file.
5603
5604 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
5605
5606 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5607 for testing bytecode compilation.
5608
5609 2015-09-16 Pedro Alves <palves@redhat.com>
5610 Sandra Loosemore <sandra@codesourcery.com>
5611
5612 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5613 (SECONDS): Redefine.
5614 (main): Call pthread_kill and alarm early.
5615 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5616 support.
5617 (test): If the target can't hardware step and doesn't support
5618 displaced stepping, increase the timeout.
5619
5620 2015-09-16 Pedro Alves <palves@redhat.com>
5621
5622 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5623 (enable_debug): New procedures.
5624 (test): Use them. Bail out if waiting for threads fails.
5625 (top level): Bail out if a test fails.
5626
5627 2015-09-16 Yao Qi <yao.qi@linaro.org>
5628
5629 * gdb.asm/asm-source.exp: Set asm-arch for
5630 aarch64*-*-* target.
5631 * gdb.asm/aarch64.inc: New file.
5632
5633 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5634
5635 * gdb.ada/array_of_variable_length.exp: New testcase.
5636 * gdb.ada/array_of_variable_length/foo.adb: New file.
5637 * gdb.ada/array_of_variable_length/pck.adb: New file.
5638 * gdb.ada/array_of_variable_length/pck.ads: New file.
5639
5640 2015-09-15 Doug Evans <dje@google.com>
5641
5642 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5643 of function static local variable.
5644
5645 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5646
5647 * gdb.threads/tls-so_extern.exp: New test file.
5648 * gdb.threads/tls-so_extern.c: New test file.
5649 * gdb.threads/tls-so_extern_main.c: New test file.
5650
5651 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5652
5653 * gdb.opt/solib-intra-step-lib.c: New file.
5654 * gdb.opt/solib-intra-step-main.c: New file.
5655 * gdb.opt/solib-intra-step.exp: New file.
5656
5657 2015-09-15 Pedro Alves <palves@redhat.com>
5658
5659 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5660 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5661
5662 2015-09-14 Pedro Alves <palves@redhat.com>
5663
5664 * gdb.base/hook-stop-continue.c: Delete.
5665 * gdb.base/hook-stop-continue.exp: Delete.
5666 * gdb.base/hook-stop-frame.c: Delete.
5667 * gdb.base/hook-stop-frame.exp: Delete.
5668 * gdb.base/hook-stop.c: New file.
5669 * gdb.base/hook-stop.exp: New file.
5670
5671 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5672
5673 * gdb.ada/access_to_packed_array.exp: New testcase.
5674 * gdb.ada/access_to_packed_array/foo.adb: New file.
5675 * gdb.ada/access_to_packed_array/pack.adb: New file.
5676 * gdb.ada/access_to_packed_array/pack.ads: New file.
5677
5678 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5679
5680 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5681 buffer size test.
5682
5683 2015-09-11 Don Breazeal <donb@codesourcery.com>
5684
5685 * gdb.base/foll-exec.c: Add copyright header. Fix
5686 formatting issues.
5687 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5688 (do_exec_tests): Use clean_restart in place of zap_session,
5689 and for test initialization. Fix formatting issues. Use
5690 fail in place of perror.
5691 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5692 an expect statement to match an expression with output from
5693 the program under debug.
5694 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5695 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5696 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5697 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5698 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5699
5700 2015-09-09 Doug Evans <dje@google.com>
5701
5702 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5703
5704 2015-09-09 Doug Evans <dje@google.com>
5705
5706 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5707
5708 2015-09-09 Doug Evans <dje@google.com>
5709
5710 * gdb.base/savedregs.exp: Fix typo.
5711
5712 2015-09-09 Pedro Alves <palves@redhat.com>
5713
5714 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5715
5716 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5717
5718 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5719 command actually switches threads. Give up on remaining
5720 tests if target fails to stop at breakpoint.
5721
5722 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5723
5724 * gdb.ada/funcall_char.exp: New testcase.
5725 * gdb.ada/funcall_char/foo.adb: New file.
5726
5727 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5728
5729 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5730 expected outputs. Add two testcases for completing ambiguous
5731 functions.
5732 * gdb.ada/complete/aux_pck.adb: New file.
5733 * gdb.ada/complete/aux_pck.ads: New file.
5734 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5735 Ambiguous_Func functions.
5736 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5737 * gdb.ada/complete/pck.adb: Likewise.
5738
5739 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5740
5741 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5742 failures to run the test program under GDB.
5743
5744 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
5745
5746 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5747 to C.
5748
5749 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5750
5751 * gdb.base/run-after-attach.exp: New test file.
5752 * gdb.base/run-after-attach.c: New test file.
5753
5754 2015-08-26 Don Breazeal <donb@codesourcery.com>
5755
5756 * gdb.base/foll-exec-2.c: New test program.
5757 * gdb.base/foll-exec-2.exp: New test.
5758
5759 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5760
5761 * gdb.base/nested-subp1.exp: New file.
5762 * gdb.base/nested-subp1.c: New file.
5763 * gdb.base/nested-subp2.exp: New file.
5764 * gdb.base/nested-subp2.c: New file.
5765 * gdb.base/nested-subp3.exp: New file.
5766 * gdb.base/nested-subp3.c: New file.
5767
5768 2015-08-24 Pedro Alves <palves@redhat.com>
5769
5770 * gdb.server/connect-without-multi-process.c: New file.
5771 * gdb.server/connect-without-multi-process.exp: New file.
5772
5773 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5774
5775 * gdb.opt/inline-markers.c: Make z int.
5776
5777 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5778
5779 * gdb.opt/inline-markers.c: Make z volatile.
5780
5781 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5782
5783 * gdb.opt/inline-bt.c: New volatile global z.
5784 * gdb.opt/inline-cmds.c: Likewise.
5785 * gdb.opt/inline-locals.c: Likewise.
5786 * gdb.opt/inline-markers.c: New extern global z.
5787 (marker): Use z.
5788 (inline_fn): Likewise.
5789
5790 2015-08-24 Pedro Alves <palves@redhat.com>
5791
5792 * config/m32r-stub.exp: Remove file.
5793 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5794 * gdb.base/call-rt-st.exp: Likewise.
5795 * gdb.base/call-strs.exp: Likewise.
5796 * gdb.base/default.exp: Remove references to h8300-*-hms and
5797 *-*-udi*.
5798 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5799
5800 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5801
5802 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5803 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
5804 and "return" use KFAIL when GDB can not read/write the vector
5805 return value.
5806
5807 2015-08-21 Gary Benson <gbenson@redhat.com>
5808
5809 * gdb.trace/pending.exp: Cope with remote transfer warnings.
5810
5811 2015-08-20 Pedro Alves <palves@redhat.com>
5812
5813 * gdb.server/solib-list.exp: No longer expect an interior stop in
5814 non-stop mode.
5815
5816 2015-08-20 Pedro Alves <palves@redhat.com>
5817
5818 * gdb.server/connect-stopped-target.c: New file.
5819 * gdb.server/connect-stopped-target.exp: New file.
5820
5821 2015-08-20 Pedro Alves <palves@redhat.com>
5822
5823 * gdb.dwarf2/comp-unit-lang.exp: New file.
5824 * gdb.dwarf2/comp-unit-lang.c: New file.
5825
5826 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
5827
5828 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5829 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5830
5831 2015-08-19 Kevin Buettner <kevinb@redhat.com>
5832
5833 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5834 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5835
5836 2015-08-18 Doug Evans <dje@google.com>
5837 Adrian Sendroiu <adrian.sendroiu@freescale.com>
5838
5839 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5840 skip_python_tests. New arg prompt_regexp.
5841 (skip_python_tests): New function.
5842 * lib/mi-support.exp (mi_skip_python_tests): New function.
5843 * gdb.python/py-mi-objfile-gdb.py: New file.
5844 * gdb.python/py-mi-objfile.c: New file.
5845 * gdb.python/py-mi-objfile.exp: New file.
5846
5847 2015-08-17 Keith Seitz <keiths@redhat.com>
5848
5849 * gdb.linespec/explicit.exp: Move strace test from here ...
5850 * gdb.trace/strace.exp: ... to here.
5851
5852 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
5853
5854 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5855 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5856
5857 2015-08-14 Doug Evans <xdje42@gmail.com>
5858
5859 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5860 inferior before selecting a new file.
5861
5862 2015-08-14 Doug Evans <xdje42@gmail.com>
5863
5864 * gdb.mi/mi-disassemble.exp: Update.
5865 * gdb.base/disasm-optim.S: New file.
5866 * gdb.base/disasm-optim.c: New file.
5867 * gdb.base/disasm-optim.h: New file.
5868 * gdb.base/disasm-optim.exp: New file.
5869
5870 2015-08-14 Keith Seitz <keiths@redhat.com>
5871
5872 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5873 "evaluated-by".
5874
5875 2015-08-13 Joel Brobecker <brobecker@adacore.com>
5876
5877 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5878
5879 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
5880
5881 * gdb.ada/fun_renaming.exp: New testcase.
5882 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5883 * gdb.ada/fun_renaming/pack.adb: New file.
5884 * gdb.ada/fun_renaming/pack.ads: New file.
5885
5886 2015-08-12 Keith Seitz <keiths@redhat.com>
5887
5888 * gdb.base/dso2dso.exp: Pass basename of source file in call to
5889 gdb_get_line_number.
5890
5891 2015-08-12 Joel Brobecker <brobecker@adacore.com>
5892
5893 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5894 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5895 gdb.base/dso2dso.exp: New files.
5896
5897 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
5898 Pedro Alves <palves@redhat.com>
5899 Keith Seitz <keiths@redhat.com>
5900
5901 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5902 GDBFLAGS.
5903
5904 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5905
5906 * gdb.base/gdbhistsize-history.exp
5907 (test_histsize_history_setting): Use save_vars.
5908 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5909 Use save_vars.
5910 (test_no_truncation_of_unlimited_history_file): Use save_vars.
5911 * gdb.base/readline.exp: Use save_vars.
5912
5913 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5914
5915 * lib/gdb.exp (save_vars): New proc.
5916
5917 2015-08-11 Keith Seitz <keiths@redhat.com>
5918
5919 * gdb.base/help.exp: Update help_breakpoint_text.
5920
5921 2015-08-11 Keith Seitz <keiths@redhat.com>
5922
5923 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5924 (at toplevel): Call test_explicit_breakpoints.
5925 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5926 breakpoints.
5927 * lib/mi-support.exp (mi_make_breakpoint): Add support for
5928 breakpoint conditions, "-cond".
5929
5930 2015-08-11 Keith Seitz <keiths@redhat.com>
5931
5932 * gdb.linespec/3explicit.c: New file.
5933 * gdb.linespec/cpexplicit.cc: New file.
5934 * gdb.linespec/cpexplicit.exp: New file.
5935 * gdb.linespec/explicit.c: New file.
5936 * gdb.linespec/explicit.exp: New file.
5937 * gdb.linespec/explicit2.c: New file.
5938 * gdb.linespec/ls-errs.exp: Add explicit location tests.
5939 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5940 before using in the matching pattern.
5941 Clarify that `prefix' is a regular expression.
5942
5943 2015-08-11 Keith Seitz <keiths@redhat.com>
5944
5945 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5946 test.
5947 Add tests for missing ",FMT" and ",".
5948
5949 2015-08-10 Doug Evans <dje@google.com>
5950 Keith Seitz <keiths@redhat.com>
5951
5952 PR gdb/17960
5953 * gdb.base/completion.exp: Add location completer tests.
5954
5955 2015-08-07 Pedro Alves <palves@redhat.com>
5956
5957 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
5958 tests here.
5959 (top level): Run do_test with and without displaced stepping.
5960
5961 2015-08-07 Pedro Alves <palves@redhat.com>
5962
5963 * gdb.base/valgrind-disp-step.c: New file.
5964 * gdb.base/valgrind-disp-step.exp: New file.
5965
5966 2015-08-07 Pedro Alves <palves@redhat.com>
5967
5968 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
5969 Delete function.
5970 (main): Add alarm. Run an infinite loop instead of calling
5971 wait_threads.
5972 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
5973 comment.
5974 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
5975 Delete function.
5976 (main): Add alarm. Run an infinite loop instead of calling
5977 wait_threads.
5978 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
5979 comment.
5980
5981 2015-08-07 Pedro Alves <palves@redhat.com>
5982
5983 * gdb.base/checkpoint-ns.exp: New file.
5984 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
5985 standard_testfile.
5986
5987 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5988
5989 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
5990 * gdb.btrace/instruction_history.exp: Update.
5991 * gdb.btrace/tsx.exp: New.
5992 * gdb.btrace/tsx.c: New.
5993
5994 2015-08-06 Pedro Alves <palves@redhat.com>
5995
5996 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
5997 increase timeout.
5998 * gdb.reverse/until-precsave.exp: Bump timeouts.
5999
6000 2015-08-06 Pedro Alves <palves@redhat.com>
6001
6002 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
6003
6004 2015-08-06 Pedro Alves <palves@redhat.com>
6005
6006 PR gdb/18749
6007 * gdb.threads/process-dies-while-handling-bp.c: New file.
6008 * gdb.threads/process-dies-while-handling-bp.exp: New file.
6009
6010 2015-08-06 Pedro Alves <palves@redhat.com>
6011
6012 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
6013 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
6014
6015 2015-08-05 Pedro Alves <palves@redhat.com>
6016
6017 * gdb.threads/next-while-other-thread-longjmps.c: New file.
6018 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
6019
6020 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
6021
6022 * gdb.base/bp-permanent.exp: Report test as unsupported if
6023 the target cannot stop at the permanent breakpoint.
6024
6025 2015-08-03 Doug Evans <dje@google.com>
6026
6027 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
6028 10000.
6029
6030 2015-08-03 Doug Evans <dje@google.com>
6031
6032 * Makefile.in (workers/%.worker, build-perf): New rule.
6033 (GDB_PERFTEST_MODE): New variable.
6034 (check-perf): Use it.
6035 (clean): Clean up gdb.perf parallel build subdirs.
6036 * lib/build-piece.exp: New file.
6037 * lib/gdb.exp (make_gdb_parallel_path): New function
6038 (standard_output_file, standard_temp_file): Call it.
6039 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6040 of $GDB_PARALLEL.
6041 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
6042
6043 2015-08-03 Doug Evans <dje@google.com>
6044
6045 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
6046 (LOG_FILE_NAME): New global.
6047 (TextReporter.__init__): Initialize self.txt_sum.
6048 (TextReporter.report): Add support for multiple data-points.
6049 Move report to perftest.sum, put raw data in perftest.log.
6050 (TextReporter.start): Open sum and log files.
6051 (TextReporter.end): Close sum and log files.
6052 * gdb.perf/lib/perftest/testresult.py
6053 (SingleStatisticTestResult.record): Handle multiple data-points.
6054
6055 2015-07-31 Pedro Alves <palves@redhat.com>
6056
6057 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
6058 Use spawn_id_get_pid. Wait for spawn id after eof. Use
6059 kill_wait_spawned_process instead of explicit "kill -9".
6060 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
6061 returning a spawn id instead of a pid. Use spawn_id_get_pid and
6062 kill_wait_spawned_process.
6063 * gdb.base/attach-twice.exp: Likewise.
6064 * gdb.base/attach.exp: Likewise.
6065 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
6066 gdb_test_multiple.
6067 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
6068 returning a spawn id instead of a pid. Use spawn_id_get_pid and
6069 kill_wait_spawned_process.
6070 * gdb.base/valgrind-infcall.exp: Likewise.
6071 * gdb.multi/multi-attach.exp: Likewise.
6072 * gdb.python/py-prompt.exp: Likewise.
6073 * gdb.python/py-sync-interp.exp: Likewise.
6074 * gdb.server/ext-attach.exp: Likewise.
6075 * gdb.threads/attach-into-signal.exp (corefunc): Use
6076 spawn_wait_for_attach, spawn_id_get_pid and
6077 kill_wait_spawned_process.
6078 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
6079 spawn_wait_for_attach returning a spawn id instead of a pid. Use
6080 spawn_id_get_pid and kill_wait_spawned_process.
6081 * gdb.threads/attach-stopped.exp (corefunc): Use
6082 spawn_wait_for_attach, spawn_id_get_pid and
6083 kill_wait_spawned_process.
6084 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
6085 Use spawn_id_get_pid. Wait for spawn id after eof. Use
6086 kill_wait_spawned_process instead of explicit "kill -9".
6087 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
6088 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
6089 (spawn_wait_for_attach): Use spawn instead of exec to spawn
6090 processes. Don't map cygwin/windows pids here. Now returns a
6091 spawn id list.
6092
6093 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6094
6095 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
6096 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
6097 correct patch.
6098
6099 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6100
6101 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
6102
6103 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6104
6105 Reapply:
6106 2014-05-21 Mark Wielaard <mjw@redhat.com>
6107
6108 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
6109
6110 2015-07-30 Pedro Alves <palves@redhat.com>
6111
6112 * linux-low.c (handle_extended_wait): Set the child's last
6113 reported status to TARGET_WAITKIND_STOPPED.
6114
6115 2015-07-30 Pedro Alves <palves@redhat.com>
6116
6117 PR threads/18600
6118 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
6119 only shows inferior 1.
6120
6121 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
6122 Pedro Alves <palves@redhat.com>
6123
6124 PR threads/18600
6125 * gdb.threads/fork-plus-threads.c: New file.
6126 * gdb.threads/fork-plus-threads.exp: New file.
6127
6128 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6129
6130 * gdb.base/batch-preserve-term-settings.exp
6131 (test_terminal_settings_preserved_after_cli_exit): Use
6132 send_quit_command.
6133
6134 2015-07-29 Pedro Alves <palves@redhat.com>
6135 Don Breazeal <donb@codesourcery.com>
6136
6137 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
6138 output from both inferior_spawn_id and gdb_spawn_id.
6139
6140 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6141
6142 * gdb.threads/attach-into-signal.exp (corefunc): Use
6143 with_test_prefix on nested loops, uniquefying the test messages.
6144
6145 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6146
6147 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
6148 commit.
6149
6150 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6151
6152 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
6153 New proc.
6154 (test_terminal_settings_preserved_after_sigterm): New test.
6155
6156 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6157
6158 * gdb.base/batch-preserve-term-settings.exp
6159 (test_terminal_settings_preserved_after_cli_exit): New test.
6160
6161 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6162
6163 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
6164 manipulation of saved_gdbflags.
6165 (test_terminal_settings_preserved): Remove global declaration of
6166 the unused variable pagination_prompt. Remove manipulation of
6167 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
6168 GDBFLAGS.
6169
6170 2015-07-29 Pedro Alves <palves@redhat.com>
6171
6172 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
6173
6174 2015-07-29 Pedro Alves <palves@redhat.com>
6175
6176 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
6177 at the top.
6178
6179 2015-07-29 Pedro Alves <palves@redhat.com>
6180
6181 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
6182 (main): Call gdb_unbuffer_output.
6183 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
6184 (main): Call gdb_unbuffer_output.
6185 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
6186 (main): Call gdb_unbuffer_output.
6187 * gdb.base/call-strs.exp: Adjust to step over the
6188 gdb_unbuffer_output call.
6189 * gdb.base/catch-gdb-caused-signals.c: Include
6190 "../lib/unbuffer_output.c".
6191 (main): Call gdb_unbuffer_output.
6192 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
6193 (main): Call gdb_unbuffer_output.
6194 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
6195 (main): Call gdb_unbuffer_output.
6196 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
6197 (main): Call gdb_unbuffer_output.
6198 * gdb.base/shlib-call.exp: Adjust to step over the
6199 gdb_unbuffer_output call.
6200 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
6201 (main): Call gdb_unbuffer_output.
6202 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
6203 (main): Call gdb_unbuffer_output.
6204 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
6205 (main): Rename to ...
6206 (test): ... this.
6207 (main): Reimplement.
6208 * gdb.base/varargs.exp: Run to test instead of to main.
6209 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6210 (main): Call gdb_unbuffer_output.
6211
6212 2015-07-29 Pedro Alves <palves@redhat.com>
6213
6214 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
6215 factore out from mi_continue_dprintf. For call-style dprintfs,
6216 expect dprintf output out of $inferior_spawn_id.
6217 (mi_continue_dprintf): Use mi_expect_dprintf.
6218 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6219 (main): Call gdb_unbuffer_output.
6220
6221 2015-07-29 Pedro Alves <palves@redhat.com>
6222
6223 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
6224 (default_mi_gdb_start): Set inferior_spawn_id instead of
6225 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
6226 gdb_spawn_id.
6227 (mi_gdb_test): Always expect inferior output from both
6228 $inferior_spawn_id and $gdb_spawn_id.
6229
6230 2015-07-29 Pedro Alves <palves@redhat.com>
6231
6232 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
6233 send_inferior and $inferior_spawn_id.
6234
6235 2015-07-29 Pedro Alves <palves@redhat.com>
6236
6237 * gdb.gdb/complaints.exp (test_initial_complaints)
6238 (test_serial_complaints, test_short_complaints): Use
6239 gdb_test_stdio.
6240 (test_empty_complaint): Handle $inferior_spawn_id !=
6241 $gdb_spawn_id.
6242
6243 2015-07-29 Pedro Alves <palves@redhat.com>
6244
6245 * gdb.base/varargs.exp: Use gdb_test_stdio.
6246
6247 2015-07-29 Pedro Alves <palves@redhat.com>
6248
6249 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
6250
6251 2015-07-29 Pedro Alves <palves@redhat.com>
6252
6253 * gdb.base/ending-run.exp: Use gdb_test_stdio.
6254
6255 2015-07-29 Pedro Alves <palves@redhat.com>
6256
6257 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
6258 parameter into two new parameters, "inf_result" and "gdb_result".
6259 Expect inferior output and gdb output from $inferior_spawn_id and
6260 $gdb_spawn_id, respectively. Adjust all callers.
6261
6262 2015-07-29 Pedro Alves <palves@redhat.com>
6263
6264 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
6265 of gdb_test_sequence.
6266
6267 2015-07-29 Pedro Alves <palves@redhat.com>
6268
6269 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
6270 (saw_spurious_output): Expect inferior output from
6271 $inferior_spawn_id. Use gdb_test_stdio.
6272
6273 2015-07-29 Pedro Alves <palves@redhat.com>
6274
6275 * gdb.base/dprintf.exp: Use standard_testfile. Change
6276 prepare_for_testing call.
6277 (srcfile): Don't set.
6278 (restart): New procedure.
6279 (test_dprintf): New procecure, use to continue over dprintfs.
6280 (test_call, test_agent): New procedures, tests moved here.
6281 Restart gdb and recreate dprintfs. Adjust expected output.
6282
6283 2015-07-29 Pedro Alves <palves@redhat.com>
6284
6285 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
6286
6287 2015-07-29 Pedro Alves <palves@redhat.com>
6288
6289 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
6290
6291 2015-07-29 Pedro Alves <palves@redhat.com>
6292
6293 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
6294 gdb_test_stdio.
6295
6296 2015-07-29 Pedro Alves <palves@redhat.com>
6297
6298 * lib/gdb.exp (gdb_test_stdio): New procedure.
6299
6300 2015-07-29 Pedro Alves <palves@redhat.com>
6301
6302 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
6303
6304 2015-07-29 Pedro Alves <palves@redhat.com>
6305
6306 * gdb.base/call-signal-resume.exp: Remove check for
6307 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
6308 * gdb.base/unwindonsignal.exp: Likewise.
6309 * gdb.base/call-signals.c (gen_signal): Remove printf call.
6310 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
6311
6312 2015-07-29 Pedro Alves <palves@redhat.com>
6313
6314 * gdb.base/siginfo-addr.c (pass): New function.
6315 (handler): Call it iff si_addr is correct.
6316 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
6317 Set a breakpoint at "pass" and continue to it.
6318
6319 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
6320
6321 * gdb.python/py-objfile.exp: Make some tests have unique names.
6322 * gdb.python/py-pp-registration.exp: Likewise.
6323
6324 2015-07-28 Pedro Alves <palves@redhat.com>
6325
6326 * gdb.server/server-exec-info.exp: Issue a "disconnect".
6327
6328 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6329
6330 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
6331
6332 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6333
6334 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
6335
6336 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6337
6338 * gdb.base/gdb-sigterm-2.exp: New test.
6339
6340 2015-07-25 Doug Evans <xdje42@gmail.com>
6341
6342 Revert:
6343 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6344 (workers/%.worker, build-perf): New rule.
6345 (GDB_PERFTEST_MODE): New variable.
6346 (check-perf): Use it.
6347 (clean): Clean up gdb.perf parallel build subdirs.
6348 * lib/build-piece.exp: New file.
6349 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6350 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6351 name.
6352 (standard_temp_file): Ditto.
6353 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6354 of $GDB_PARALLEL.
6355
6356 2015-07-24 Doug Evans <dje@google.com>
6357
6358 * gdb.perf/lib/perftest/utils.py: New file.
6359 * gdb.perf/gm-hello.cc: New file.
6360 * gdb.perf/gm-pervasive-typedef.cc: New file.
6361 * gdb.perf/gm-pervasive-typedef.h: New file.
6362 * gdb.perf/gm-std.cc: New file.
6363 * gdb.perf/gm-std.h: New file.
6364 * gdb.perf/gm-use-cerr.cc: New file.
6365 * gdb.perf/gm-utils.h: New file.
6366 * gdb.perf/gmonster-null-lookup.py: New file.
6367 * gdb.perf/gmonster-pervasive-typedef.py: New file.
6368 * gdb.perf/gmonster-print-cerr.py: New file.
6369 * gdb.perf/gmonster-ptype-string.py: New file.
6370 * gdb.perf/gmonster-runto-main.py: New file.
6371 * gdb.perf/gmonster-select-file.py: New file.
6372 * gdb.perf/gmonster1-null-lookup.exp: New file.
6373 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6374 * gdb.perf/gmonster1-print-cerr.exp: New file.
6375 * gdb.perf/gmonster1-ptype-string.exp: New file.
6376 * gdb.perf/gmonster1-runto-main.exp: New file.
6377 * gdb.perf/gmonster1-select-file.exp: New file.
6378 * gdb.perf/gmonster1.cc: New file.
6379 * gdb.perf/gmonster1.exp: New file.
6380 * gdb.perf/gmonster2-null-lookup.exp: New file.
6381 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6382 * gdb.perf/gmonster2-print-cerr.exp: New file.
6383 * gdb.perf/gmonster2-ptype-string.exp: New file.
6384 * gdb.perf/gmonster2-runto-main.exp: New file.
6385 * gdb.perf/gmonster2-select-file.exp: New file.
6386 * gdb.perf/gmonster2.cc: New file.
6387 * gdb.perf/gmonster2.exp: New file.
6388
6389 2015-07-24 Doug Evans <dje@google.com>
6390
6391 * gdb.perf/README: New file.
6392 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6393 * lib/gen-perf-test.exp: New file.
6394
6395 2015-07-24 Doug Evans <dje@google.com>
6396
6397 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
6398 (PerfTest::startup): New function.
6399 (PerfTest::run): Return result of calling body.
6400 (PerfTest::assemble): Rewrite.
6401 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
6402 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
6403 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
6404 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
6405 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
6406
6407 2015-07-24 Doug Evans <dje@google.com>
6408
6409 * lib/gdb.exp (clean_restart): Make executable optional.
6410
6411 2015-07-24 Doug Evans <dje@google.com>
6412
6413 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
6414 compiler_info references.
6415 * gdb.cp/temargs.exp: Ditto.
6416 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6417 (get_compiler_info): Early exit if already computed. Set compiler_info
6418 to "unknown" if there was a problem.
6419 (test_compiler_info): Add function comment. Call get_compiler_info.
6420
6421 2015-07-24 Doug Evans <dje@google.com>
6422
6423 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6424 (workers/%.worker, build-perf): New rule.
6425 (GDB_PERFTEST_MODE): New variable.
6426 (check-perf): Use it.
6427 (clean): Clean up gdb.perf parallel build subdirs.
6428 * lib/build-piece.exp: New file.
6429 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6430 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6431 name.
6432 (standard_temp_file): Ditto.
6433 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6434 of $GDB_PARALLEL.
6435
6436 2015-07-24 Doug Evans <dje@google.com>
6437
6438 * lib/future.exp (gdb_default_target_compile): New option
6439 "early_flags".
6440 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6441 --as-needed.
6442
6443 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
6444
6445 * gdb.base/catch-syscall.exp: Call gdb_exit before
6446 gdb_skip_xml_test.
6447
6448 2015-07-24 Pedro Alves <palves@redhat.com>
6449
6450 * gdb.python/py-events.exp: Accept output between the stop event
6451 and the prompt.
6452 * gdb.python/py-evsignal.exp: Likewise.
6453 * gdb.python/py-evthreads.exp: Likewise.
6454
6455 2015-07-24 Pedro Alves <palves@redhat.com>
6456
6457 PR gdb/18717
6458 * gdb.threads/non-ldr-exit.c: New file.
6459 * gdb.threads/non-ldr-exit.exp: New file.
6460
6461 2015-07-24 Yao Qi <yao.qi@linaro.org>
6462
6463 * gdb.server/ext-wrapper.exp: Test --wrapper option when
6464 restarting process.
6465
6466 2015-07-24 Yao Qi <yao.qi@linaro.org>
6467
6468 * gdb.server/ext-restart.exp: New file.
6469
6470 2015-07-24 Yao Qi <yao.qi@linaro.org>
6471
6472 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6473 argument options.
6474 * gdb.server/ext-wrapper.exp: New file.
6475
6476 2015-07-23 Doug Evans <dje@google.com>
6477
6478 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6479 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6480
6481 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6482
6483 * gdb.ada/var_arr_typedef.exp: New testcase.
6484 * gdb.ada/var_arr_typedef/pack.adb: New file.
6485 * gdb.ada/var_arr_typedef/pack.ads: New file.
6486 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6487
6488 2015-07-20 Joel Brobecker <brobecker@adacore.com>
6489
6490 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6491
6492 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6493
6494 * gdb.arch/i386-biarch-core.exp: Replace istarget
6495 by "complete set gnutarget". Remove expectation for the "core-file"
6496 command.
6497
6498 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6499
6500 Revert the previous commit:
6501 Tests for validate symbol file using build-id.
6502
6503 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6504
6505 Tests for validate symbol file using build-id.
6506 * gdb.base/solib-mismatch-lib.c: New file.
6507 * gdb.base/solib-mismatch-libmod.c: New file.
6508 * gdb.base/solib-mismatch.c: New file.
6509 * gdb.base/solib-mismatch.exp: New file.
6510
6511 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6512
6513 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6514 nios2-*-linux*.
6515 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6516 * gdb.base/siginfo.exp: Likewise.
6517 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6518
6519 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6520
6521 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6522 Move it to ...
6523 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6524 ... here.
6525 * gdb.trace/range-stepping.exp: Check that the target supports
6526 range stepping.
6527
6528 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6529
6530 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6531
6532 2015-07-14 Pedro Alves <palves@redhat.com>
6533
6534 * gdb.base/killed-outside.exp: New file.
6535 * gdb.base/killed-outside.c: New file.
6536
6537 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6538
6539 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6540 (n at main): New.
6541 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6542
6543 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6544
6545 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6546 infcall tests instead of setting up for KFAIL.
6547
6548 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6549
6550 * gdb.btrace/record_goto-step.exp: New.
6551
6552 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6553
6554 PR compile/18484
6555 * gdb.compile/compile.c (struct struct_type): Add volatile to
6556 selffield's type.
6557 * gdb.compile/compile.exp
6558 (compile code struct_object.selffield = &struct_object): Skip further
6559 struct_object tests if this one xfails.
6560
6561 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
6562
6563 PR exp/18617
6564 * gdb.trace/ax.exp: Add test.
6565
6566 2015-07-07 Yao Qi <yao.qi@linaro.org>
6567
6568 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6569 instead of istarget "aarch64*-*-*".
6570 * gdb.arch/aarch64-fp.exp: Likewise.
6571 * gdb.base/float.exp: Likewise.
6572 * gdb.reverse/aarch64.exp: Likewise.
6573 * lib/gdb.exp (is_aarch64_target): New proc.
6574
6575 2015-07-07 Yao Qi <yao.qi@linaro.org>
6576
6577 * lib/gdb.exp (is_aarch32_target): New proc.
6578 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6579 instead of "istarget "arm*-*-*"".
6580 * gdb.arch/arm-disp-step.exp: Likewise.
6581 * gdb.arch/thumb-bx-pc.exp: Likewise.
6582 * gdb.arch/thumb-prologue.exp: Likewise.
6583 * gdb.arch/thumb-singlestep.exp: Likewise.
6584 * gdb.base/disp-step-syscall.exp: Likewise.
6585 * gdb.base/float.exp: Likewise.
6586
6587 2015-07-07 Yao Qi <yao.qi@linaro.org>
6588
6589 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6590 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6591
6592 2015-07-07 Yao Qi <yao.qi@linaro.org>
6593
6594 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6595 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6596 if it exists.
6597 * gdb.multi/multi-arch.exp: Likewise.
6598
6599 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6600
6601 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6602 print.
6603
6604 2015-07-07 Yao Qi <yao.qi@linaro.org>
6605
6606 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6607
6608 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6609
6610 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6611 '[' and ']' characters.
6612
6613 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6614
6615 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6616
6617 2015-06-29 Pedro Alves <palves@redhat.com>
6618
6619 PR threads/18127
6620 * gdb.threads/hand-call-new-thread.c: New file.
6621 * gdb.threads/hand-call-new-thread.c: New file.
6622
6623 2015-06-26 Keith Seitz <keiths@redhat.com>
6624 Doug Evans <dje@google.com>
6625
6626 PR 16253
6627 * gdb.cp/var-tag-2.cc: New file.
6628 * gdb.cp/var-tag-3.cc: New file.
6629 * gdb.cp/var-tag-4.cc: New file.
6630 * gdb.cp/var-tag.cc: New file.
6631 * gdb.cp/var-tag.exp: New file.
6632
6633 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6634
6635 * gdb.base/history-duplicates.exp: New test.
6636
6637 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6638
6639 * gdb.base/completion.exp: Test the completion of the "focus"
6640 command.
6641
6642 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6643
6644 * gdb.arch/amd64-prologue-skip.S: New file.
6645 * gdb.arch/amd64-prologue-skip.exp: New file.
6646
6647 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6648
6649 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6650 is_address_zero_readable check.
6651
6652 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6653
6654 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6655 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6656
6657 2015-06-24 Yao Qi <yao.qi@linaro.org>
6658
6659 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6660 linux targets.
6661
6662 2015-06-24 Yao Qi <yao.qi@linaro.org>
6663
6664 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6665 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6666 * gdb.base/siginfo-thread.exp: Likewise.
6667
6668 2015-06-22 Yao Qi <yao.qi@linaro.org>
6669
6670 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6671
6672 2015-06-22 Yao Qi <yao.qi@linaro.org>
6673
6674 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6675 aarch64*-*-*.
6676 (skip_hw_watchpoint_tests): Likewise.
6677
6678 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6679
6680 * gdb.base/gdbinit-history.exp: Test the interaction between
6681 setting GDBHISTSIZE and setting the history size via .gdbinit.
6682
6683 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6684
6685 PR gdb/16999
6686 * gdb.base/gdbhistsize-history.exp: New test.
6687
6688 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6689
6690 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6691 with GDBHISTSIZE.
6692 * gdb.base/readline.exp: Likewise.
6693
6694 2015-06-17 Yao Qi <yao.qi@linaro.org>
6695
6696 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6697 line.
6698
6699 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6700
6701 * gdb.base/gdbinit-history.exp: Add test case to check that
6702 an unlimited history file does not get truncated on exit.
6703
6704 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6705
6706 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6707 (VECTOR): New macro. Use it...
6708 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6709 ...for these typedefs.
6710 (int8, char1, int1, double1): New typedefs.
6711 (struct just_int2, struct two_int2): New structures.
6712 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6713 (add_structvecs, add_singlevecs): New functions.
6714 (main): Call add_some_intvecs twice.
6715 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6716 the compile and exit upon failure. Try compiling for the "native"
6717 architecture. Test inferior function calls with vector arguments
6718 and vector return value handling with "finish" and "return".
6719
6720 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6721
6722 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6723 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6724 PE file.
6725 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6726
6727 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6728
6729 PR breakpoints/16465
6730 * gdb.mi/mi-dprintf-pending.c: New file.
6731 * gdb.mi/mi-dprintf-pending.exp: New test.
6732 * gdb.mi/mi-dprintf-pendshr.c: New file.
6733
6734 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6735 Mircea Gherzan <mircea.gherzan@intel.com>
6736
6737 * gdb.arch/i386-mpx-map.c: New file.
6738 * gdb.arch/i386-mpx-map.exp: New File.
6739
6740 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6741
6742 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6743 * gdb.arch/i386-mpx.exp: Indentation fixed.
6744
6745 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6746
6747 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6748 function and improved indentation.
6749 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6750 gdb_test_multiple. Added additional tests to skip the test.
6751
6752 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6753
6754 * gdb.arch/i386-avx512.c: Change path in include file.
6755 * gdb.arch/i386-avx512.exp: Change include dir path
6756 compilation flag.
6757 * gdb.arch/i386-mpx.c: Change path in include file.
6758 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6759 flag.
6760
6761 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6762
6763 * gdb.compile/compile-print.exp (compile print *vararray@3)
6764 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6765
6766 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6767
6768 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6769 (do not keep jit in memory): ... this.
6770 (expect 5): Change it to ...
6771 (expect no 5): ... this.
6772
6773 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6774
6775 PR gdb/15564
6776 * gdb.mi/mi-detach.exp: New file.
6777
6778 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6779
6780 PR symtab/18392
6781 * gdb.arch/amd64-tailcall-self.S: New file.
6782 * gdb.arch/amd64-tailcall-self.c: New file.
6783 * gdb.arch/amd64-tailcall-self.exp: New file.
6784
6785 2015-05-28 Don Breazeal <donb@codesourcery.com>
6786
6787 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6788 tests for remote targets by checking is_target_gdbserver.
6789
6790 2015-05-27 Doug Evans <dje@google.com>
6791
6792 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6793 * gdb.dwarf2/opaque-type-lookup.c: New file.
6794 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6795
6796 2015-05-26 Doug Evans <dje@google.com>
6797
6798 * gdb.cp/iostream.cc: New file.
6799 * gdb.cp/iostream.exp: New file.
6800
6801 2015-05-26 Doug Evans <dje@google.com>
6802
6803 * gdb.dwarf2/dw2-op-call.exp: Update.
6804 * gdb.dwarf2/dw4-sig-types.exp: Update.
6805 * gdb.dwarf2/implptr.exp: Update.
6806 * gdb.mi/mi-cmd-param-changed.exp: Update.
6807
6808 2015-05-26 Doug Evans <dje@google.com>
6809
6810 * gdb.python/py-lazy-string.c: New file.
6811 * gdb.python/py-lazy-string.exp: New file.
6812 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6813 (main): Update. Add estring3.
6814 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6815 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6816
6817 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
6818 Yao Qi <yao.qi@linaro.org>
6819
6820 * gdb.reverse/aarch64.c: New.
6821 * gdb.reverse/aarch64.exp: New.
6822
6823 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
6824
6825 * lib/gdb.exp (supports_process_record): Return true for
6826 aarch64*-linux*.
6827 (supports_reverse): Likewise.
6828
6829 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
6830
6831 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6832 Use with_test_prefix.
6833
6834 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6835
6836 * gdb.base/completion.exp: Add test for completion of layout
6837 names.
6838
6839 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
6840
6841 * lib/gdb.exp (skip_tui_tests): New proc.
6842 * gdb.base/tui-layout.exp: Check skip_tui_tests.
6843
6844 2015-05-19 Pedro Alves <palves@redhat.com>
6845
6846 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6847 Save the whole env array instead of just HOME. Unset HISTSIZE in
6848 the environment while testing. Restore whole environment
6849 afterwards.
6850
6851 2015-05-16 Doug Evans <xdje42@gmail.com>
6852
6853 * gdb.guile/scm-ports.c: New file.
6854 * gdb.guile/scm-ports.exp: Add memory port tests.
6855
6856 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6857
6858 * gdb.compile/compile-print.c: New file.
6859 * gdb.compile/compile-print.exp: New file.
6860
6861 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6862
6863 * gdb.compile/compile-ops.exp: Cast param to void.
6864 * gdb.compile/compile.exp: Complete type for _gdb_expr.
6865 (compile code struct_object.selffield = &struct_object): Add xfail.
6866
6867 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6868
6869 * gdb.ada/arr_enum_with_gap: New testcase.
6870
6871 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6872
6873 * gdb.ada/byte_packed_arr: New testcase.
6874
6875 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6876
6877 * gdb.ada/pckd_neg: New testcase.
6878
6879 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
6880
6881 PR gdb/17820
6882 * gdb.base/gdbinit-history.exp: New test.
6883 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6884 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6885
6886 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
6887
6888 * gdb.python/py-xmethods.cc: Enhance test case.
6889 * gdb.python/py-xmethods.exp: New tests.
6890 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6891 function.
6892 (B_indexoper): Likewise.
6893 (global_dm_list) : Add new xmethod worker functions.
6894
6895 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
6896
6897 * gdb.base/coredump-filter.exp: Correctly unset
6898 "coredump_var_addr" array.
6899
6900 2015-05-08 Pedro Alves <palves@redhat.com>
6901
6902 * gdb.server/non-existing-program.exp: Unset spawn_id.
6903
6904 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
6905
6906 PR python/18291
6907 * gdb.python/py-xmethods.exp: Add tests.
6908
6909 2015-05-08 Yao Qi <yao.qi@linaro.org>
6910
6911 PR gdb/18208
6912 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6913 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6914 function set_coredump_filter, and remove remote_exec call.
6915 Remove argument ipid. Callers update.
6916 (top level): Don't get inferior's PID.
6917
6918 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
6919
6920 * gdb.base/watch_thread_num.exp: Skip test on targets without
6921 access watchpoints.
6922
6923 2015-05-06 Pedro Alves <palves@redhat.com>
6924
6925 PR server/18081
6926 * gdb.server/non-existing-program.exp: New file.
6927
6928 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6929
6930 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6931
6932 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6933
6934 * gdb.ada/out_of_line_in_inlined: New testcase.
6935
6936 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6937
6938 * gdb.ada/var_rec_arr: New testcase.
6939
6940 2015-04-30 Yao Qi <yao.qi@linaro.org>
6941
6942 * gdb.base/break-idempotent.exp: If
6943 skip_hw_watchpoint_multi_tests returns true, skip the tests
6944 on "rwatch" and "awatch".
6945
6946 2015-04-30 Yao Qi <yao.qi@linaro.org>
6947
6948 * gdb.base/relativedebug.exp: Invoke gdb command
6949 "info sharedlibrary", and if libc.so doesn't have debug info,
6950 skip the test.
6951
6952 2015-04-29 Doug Evans <dje@google.com>
6953
6954 * gdb.python/py-xmethods.exp: Add ptype tests.
6955 * gdb.python/py-xmethods.py (E_method_char_worker): Add
6956 get_result_type method.
6957
6958 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
6959
6960 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
6961 the target does not support hardware watchpoints.
6962
6963 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
6964
6965 * gdb.base/break-always.exp: Abort testing if writing to memory
6966 causes an error.
6967
6968 2015-04-28 Doug Evans <dje@google.com>
6969
6970 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
6971 * gdb.python/py-pp-registration.exp: ... here. New file.
6972 * gdb.python/py-pp-registration.c: New file.
6973 * gdb.python/py-pp-registration.py: New file.
6974
6975 2015-04-28 Doug Evans <dje@google.com>
6976
6977 * gdb.python/py-bad-printers.c: New file.
6978 * gdb.python/py-bad-printers.py: New file.
6979 * gdb.python/py-bad-printers.exp: New file.
6980
6981 2015-04-28 Sasha Smundak <asmundak@google.com>
6982
6983 * gdb.python/py-type.exp: New test.
6984
6985 2015-04-28 Andy Wingo <wingo@igalia.com>
6986
6987 * gdb.python/py-parameter.exp:
6988 * gdb.guile/scm-parameter.exp: Escape the path that we are
6989 matching against, as it might contain characters that are special
6990 to regular expressions.
6991
6992 2015-04-27 Joel Brobecker <brobecker@adacore.com>
6993
6994 * gdb.ada/rec_comp: New testcase.
6995
6996 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
6997
6998 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
6999 before using it.
7000
7001 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
7002
7003 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
7004 new tests for verilog output.
7005
7006 2015-04-24 Yao Qi <yao.qi@linaro.org>
7007
7008 * boards/remote-gdbserver-on-localhost.exp: New file.
7009
7010 2015-04-23 Pedro Alves <palves@redhat.com>
7011
7012 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
7013 $inferior_spawn_id instead of $inferior_spawn_id directly. On
7014 "end of file", remove $inferior_spawn_id from the indirect list.
7015
7016 2015-04-23 Pedro Alves <palves@redhat.com>
7017
7018 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
7019
7020 2015-04-23 Pedro Alves <palves@redhat.com>
7021
7022 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
7023 on $any_spawn_id instead of only on $gdb_spawn_id.
7024
7025 2015-04-21 Pierre Muller <muller@sourceware.org>
7026
7027 PR pascal/17815
7028 * lib/pascal.exp (gpc_compile): Add new option "class".
7029 (fpc_compile): Likewise.
7030 * gdb.pascal/case-insensitive-symbols.pas: New file.
7031 * gdb.pascal/case-insensitive-symbols.exp: New file.
7032
7033 2015-04-20 Gary Benson <gbenson@redhat.com>
7034
7035 * gdb.base/attach.exp: Fix three extended remote failures.
7036
7037 2015-04-17 Gary Benson <gbenson@redhat.com>
7038
7039 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
7040 the main executable over the remote protocol.
7041
7042 2015-04-16 Pedro Alves <palves@redhat.com>
7043
7044 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
7045 a new gdbserver if gdbserver_reconnect_p is set.
7046
7047 2015-04-16 Pedro Alves <palves@redhat.com>
7048
7049 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
7050 is set, don't exit gdbserver.
7051
7052 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7053
7054 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
7055 appropriate .insn, such that an older assembler can be used.
7056 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
7057 the z/Architecture instruction set on 31-bit targets as well.
7058
7059 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7060
7061 * gdb.go/handcall.exp: Remove all logic related to the first
7062 breakpoint and rely on go_runto_main instead.
7063 * gdb.go/strings.exp: Likewise.
7064 * gdb.go/unsafe.exp: Likewise.
7065 * gdb.go/hello.exp: Likewise. Also rename the remaining
7066 breakpoint marker to "breakpoint 1".
7067 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
7068 * gdb.go/strings.go: Likewise.
7069 * gdb.go/unsafe.go: Likewise.
7070 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
7071 "set breakpoint 2 here" and rename the remaining breakpoint marker
7072 to "breakpoint 1".
7073
7074 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
7075
7076 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
7077 if itertools.imap is not present.
7078 * gdb.python/py-objfile.exp: Add parentheses.
7079 * gdb.python/py-type.exp: Same.
7080 * gdb.python/py-unwind-maint.py: Same.
7081
7082 2015-04-15 Yao Qi <yao.qi@linaro.org>
7083
7084 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
7085 of ":$ptr_size" and set its form explicitly.
7086
7087 2015-04-15 Pedro Alves <palves@redhat.com>
7088 Yao Qi <yao.qi@linaro.org>
7089
7090 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
7091 timeout by factor of 4.
7092 (test_regular_watch): Likewise.
7093 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
7094 * gdb.reverse/sigall-reverse.exp: Likewise.
7095 * gdb.reverse/until-precsave.exp: Likewise.
7096 * lib/gdb.exp (with_timeout_factor): New proc.
7097 (gdb_expect): Move some code to ...
7098 (get_largest_timeout): ... here. New procedure.
7099
7100 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
7101
7102 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
7103
7104 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
7105
7106 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
7107 to write to the .text section.
7108
7109 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
7110
7111 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
7112 Handle the case of targets that do not provide PID information.
7113
7114 2015-04-13 Yao Qi <yao.qi@linaro.org>
7115
7116 * lib/gdbserver-support.exp (gdb_exit): Catch exception
7117 and use expect instead of gdb_expect.
7118
7119 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
7120
7121 * gdb.base/coredump-filter.exp: Rename variable "addr" to
7122 "coredump_var_addr" to avoid naming conflict with other testcases.
7123
7124 2015-04-10 Pedro Alves <palves@redhat.com>
7125
7126 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
7127 gdb_test_sequence and gdb_assert.
7128
7129 2015-04-10 Pedro Alves <palves@redhat.com>
7130
7131 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
7132 test messages that don't include the breakpoint address.
7133
7134 2015-04-10 Yao Qi <yao.qi@linaro.org>
7135
7136 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
7137 false for some offset and width combinations which aren't
7138 supported by linux kernel.
7139
7140 2015-04-10 Pedro Alves <palves@redhat.com>
7141
7142 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
7143 procedure, factored out from ...
7144 (top level): ... here. Add "set displaced-stepping" testing axis.
7145 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
7146 parameter "displaced". Use it.
7147 (top level): Use foreach and add "set displaced-stepping" testing
7148 axis.
7149
7150 2015-04-10 Pedro Alves <palves@redhat.com>
7151
7152 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
7153 Remove comment.
7154 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
7155 both the address of the instruction that triggers the watchpoint
7156 and the address of the instruction immediately after, and use
7157 those addresses for the test. Fix comment.
7158
7159 2015-04-10 Pedro Alves <palves@redhat.com>
7160
7161 * gdb.base/sigstep.exp (breakpoint_to_handler)
7162 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
7163 Test "backtrace" in handler.
7164 (breakpoint_over_handler): New parameter 'displaced'. Use it.
7165 (top level): Add new "displaced" test axis to
7166 breakpoint_to_handler, breakpoint_to_handler_entry and
7167 breakpoint_over_handler.
7168
7169 2015-04-10 Pedro Alves <palves@redhat.com>
7170
7171 PR gdb/18216
7172 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
7173
7174 2015-04-10 Yao Qi <yao.qi@linaro.org>
7175
7176 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
7177 (test_add_rn_pc): New function.
7178 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
7179 (top level): Invoke test_add_rn_pc.
7180
7181 2015-04-10 Pedro Alves <palves@redhat.com>
7182
7183 PR gdb/13858
7184 * gdb.base/step-over-no-symbols.exp: New file.
7185
7186 2015-04-09 Andy Wingo <wingo@igalia.com>
7187
7188 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
7189 after the Python tests.
7190
7191 2015-04-08 Keith Seitz <keiths@redhat.com>
7192
7193 PR python/16699
7194 * gdb.python/py-completion.exp: New tests for completion.
7195 * gdb.python/py-completion.py (CompleteLimit1): New class.
7196 (CompleteLimit2): Likewise.
7197 (CompleteLimit3): Likewise.
7198 (CompleteLimit4): Likewise.
7199 (CompleteLimit5): Likewise.
7200 (CompleteLimit6): Likewise.
7201 (CompleteLimit7): Likewise.
7202
7203 2015-04-08 Pedro Alves <palves@redhat.com>
7204
7205 PR gdb/18214
7206 PR gdb/18216
7207 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
7208 function.
7209 (main): Install it as SIGUSR1 handler.
7210 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
7211 parameter. Always use "setup" as prefix. Toggle "set
7212 displaced-stepping" off/on depending on global. Don't switch to
7213 thread 1 here.
7214 (top level): Add displaced stepping "off/on" test axis. Update
7215 "setup" calls. Wrap each subtest with with_test_prefix. Test
7216 continuing with a queued signal in each thread.
7217
7218 2015-04-08 Pedro Alves <palves@redhat.com>
7219
7220 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
7221 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
7222 gdb_breakpoint instead of gdb_test that doesn't expect anything.
7223 Return early if running to main fails.
7224 * gdb.trace/while-stepping.exp: Likewise.
7225
7226 2015-04-07 Pedro Alves <palves@redhat.com>
7227
7228 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
7229 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
7230 interact with inferior program.
7231
7232 2015-04-07 Pedro Alves <palves@redhat.com>
7233
7234 * lib/gdb.exp (inferior_spawn_id): New global.
7235 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
7236 spawn id after processing the user code.
7237 (default_gdb_start): Set inferior_spawn_id.
7238 (send_inferior): New procedure.
7239 * lib/gdbserver-support.exp (gdbserver_start): Set
7240 inferior_spawn_id.
7241 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
7242
7243 2015-04-07 Pedro Alves <palves@redhat.com>
7244
7245 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
7246 * lib/gdbserver-support.exp (gdbserver_start): Make
7247 $server_spawn_id global.
7248 (gdbserver_start): Don't wait for gdbserver's spawn id with
7249 expect_background.
7250 (close_gdbserver): New procedure.
7251 (gdb_exit): Rename the default version and reimplement.
7252
7253 2015-04-07 Pedro Alves <palves@redhat.com>
7254
7255 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
7256 append the substituted item, not the original item.
7257
7258 2015-04-07 Pedro Alves <palves@redhat.com>
7259
7260 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
7261 gdb_expect.
7262
7263 2015-04-07 Pedro Alves <palves@redhat.com>
7264
7265 * gdb.base/interrupt.exp: Don't handle the case of the inferior
7266 output appearing once only.
7267
7268 2015-04-07 Pedro Alves <palves@redhat.com>
7269
7270 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
7271 that doesn't expect anything. Return early if running to main
7272 fails.
7273
7274 2015-04-07 Yao Qi <yao.qi@linaro.org>
7275
7276 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
7277 (child_function): Call alarm.
7278 (main): Move call to alarm into the loop.
7279 * gdb.threads/non-stop-fair-events.exp: Build program with
7280 -DTIMEOUT=$timeout.
7281
7282 2015-04-06 Doug Evans <xdje42@gmail.com>
7283
7284 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
7285 Fix dest parameter to board_info.
7286 (fpc_compile): Ditto.
7287 (gdb_compile_pascal): Rename dest arg to destfile.
7288
7289 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
7290
7291 * gdb.ada/funcall_ref.exp: New file.
7292 * gdb.ada/funcall_ref/foo.adb: New file.
7293
7294 2015-04-02 Yao Qi <yao.qi@linaro.org>
7295
7296 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
7297 is remote.
7298
7299 2015-04-02 Gary Benson <gbenson@redhat.com>
7300
7301 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
7302
7303 2015-04-01 Sasha Smundak <asmundak@google.com>
7304
7305 * gdb.python/py-unwind-maint.c: New file.
7306 * gdb.python/py-unwind-maint.exp: New test.
7307 * gdb.python/py-unwind-maint.py: New file.
7308 * gdb.python/py-unwind.c: New file.
7309 * gdb.python/py-unwind.exp: New test.
7310 * gdb.python/py-unwind.py: New test.
7311
7312 2015-04-01 Pedro Alves <palves@redhat.com>
7313
7314 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
7315 to fail instead of non-existent $test.
7316
7317 2015-04-01 Pedro Alves <palves@redhat.com>
7318
7319 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
7320 GDBFLAGS if not empty.
7321
7322 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
7323
7324 * gdb.ada/complete.exp: Remove "multi_line".
7325 * gdb.ada/info_exc.exp: Remove "multi_line".
7326 * gdb.ada/packed_tagged.exp: Remove "multi_line".
7327 * gdb.ada/ptype_field.exp: Remove "multi_line".
7328 * gdb.ada/sym_print_name.exp: Remove "multi_line".
7329 * gdb.ada/tagged.exp: Remove "multi_line".
7330 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
7331 [multi_line ...]
7332 * gdb.btrace/delta.exp: Likewise.
7333 * gdb.btrace/exception.exp: Likewise.
7334 * gdb.btrace/function_call_history.exp: Likewise.
7335 * gdb.btrace/instruction_history.exp: Likewise.
7336 * gdb.btrace/nohist.exp: Likewise.
7337 * gdb.btrace/record_goto.exp: Likewise.
7338 * gdb.btrace/segv.exp: Likewise.
7339 * gdb.btrace/stepi.exp: Likewise.
7340 * gdb.btrace/tailcall.exp: Likewise.
7341 * gdb.btrace/unknown_functions.exp: Likewise.
7342 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
7343 * lib/gdb.exp: Add the "multi_line" helper.
7344
7345 2015-04-01 Pedro Alves <palves@redhat.com>
7346
7347 * gdb.threads/tid-reuse.c: New file.
7348 * gdb.threads/tid-reuse.exp: New file.
7349
7350 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
7351
7352 PR corefiles/16092
7353 * gdb.base/coredump-filter.c: New file.
7354 * gdb.base/coredump-filter.exp: Likewise.
7355
7356 2015-03-27 Petr Machata <pmachata@redhat.com>
7357
7358 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
7359 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
7360 (Dwarf::assemble): Initialize them.
7361 (Dwarf::lines): New function.
7362
7363 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
7364
7365 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
7366 SYMBOL_PREFIX for x86_64-*-cygwin.
7367
7368 2015-03-26 Andy Wingo <wingo@igalia.com>
7369
7370 PR symtab/18148
7371 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
7372 const_value but not a location.
7373 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7374 location defined in non-main CUs are visible.
7375
7376 2015-03-26 Yao Qi <yao.qi@linaro.org>
7377
7378 PR testsuite/18139
7379 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7380 Add a line number entry for the same line.
7381 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7382 Add a line number entry for the same line.
7383
7384 2015-03-26 Yao Qi <yao.qi@linaro.org>
7385
7386 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7387 .int 0.
7388 (func): Likewise. Add .Lfunc_1 label.
7389 Use .Lfunc_1 label.
7390 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7391 .int 0.
7392 (func): Likewise.
7393 Use .Lfunc_1 label.
7394
7395 2015-03-26 Yao Qi <yao.qi@linaro.org>
7396
7397 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
7398 Call gdb_compile instead to compile each .s files without debug
7399 information.
7400
7401 2015-03-26 Yao Qi <yao.qi@linaro.org>
7402
7403 * gdb.base/savedregs.exp (process_saved_regs): Make
7404 "Saved registers:" optional in the pattern.
7405
7406 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7407
7408 * gdb.btrace/next.exp: Merged into step.exp.
7409 * gdb.btrace/finish.exp: Merged into step.exp.
7410 * gdb.btrace/nexti.exp: Merged into stepi.exp.
7411 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
7412 "record goto" and checking the exact replay position.
7413 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
7414 check for "Recording format" in "info record" output.
7415 * gdb.btrace/record_goto.exp: Choose test file based on target.
7416 * gdb.btrace/x86-record_goto.S: Renamed into ...
7417 * gdb.btrace/x86_64-record_goto.S: ... this.
7418 * gdb.btrace/i686-record_goto.S: New.
7419 * gdb.btrace/x86-tailcall.S: Renamed into ...
7420 * gdb.btrace/x86_64-tailcall.S: ... this.
7421 * gdb.btrace/i686-tailcall.S: New.
7422 * gdb.btrace/x86-tailcall.c: Renamed into ...
7423 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
7424 separate statements. Update test.
7425 * gdb.btrace/delta.exp: Use record_goto.c as test file.
7426 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7427 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7428 * gdb.btrace/tailcall.exp: Choose test file based on target.
7429 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7430
7431 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7432
7433 * gdb.btrace/exception.exp: Increase BTS buffer size.
7434
7435 2015-03-24 Pedro Alves <palves@redhat.com>
7436
7437 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7438
7439 2015-03-24 Pedro Alves <palves@redhat.com>
7440
7441 * gdb.threads/schedlock.exp (test_step): No longer expect that
7442 "set scheduler-locking step" with "next" over a function call runs
7443 threads unlocked.
7444
7445 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7446
7447 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7448
7449 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7450
7451 PR breakpoints/16466
7452 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7453 * gdb.mi/mi-pending.c (thread_func): New function.
7454 (int main): Add threading support required.
7455 * gdb.mi/mi-pending.exp: Add tests for this issue.
7456 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7457 (pendfunc2): Remove stdio dependency.
7458 * gdb.mi/mi-pendshr2.c: New file.
7459
7460 2015-03-23 Keith Seitz <keiths@redhat.com>
7461
7462 * gdb.linespec/keywords.c: New file.
7463 * gdb.linespec/keywords.exp: New file.
7464
7465 2015-03-23 Keith Seitz <keiths@redhat.com>
7466
7467 PR gdb/18021
7468 * gdb.dwarf2/staticvirtual.exp: New test.
7469
7470 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7471
7472 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7473 * README: Remove HP-UX and gdb.hp.
7474 (configuration):
7475 * configure: Regenerate.
7476 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7477 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7478 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7479 gdb.hp/gdb.defects/Makefile.
7480 * gdb.hp/Makefile.in: File deleted.
7481 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7482 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7483 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7484 * gdb.hp/gdb.aCC/run.c: File deleted.
7485 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7486 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7487 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7488 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7489 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7490 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7491 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7492 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7493 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7494 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7495 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7496 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7497 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7498 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7499 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7500 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7501 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7502 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7503 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7504 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7505 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7506 * gdb.hp/gdb.compat/average.c: File deleted.
7507 * gdb.hp/gdb.compat/sum.c: File deleted.
7508 * gdb.hp/gdb.compat/xdb.c: File deleted.
7509 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7510 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7511 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7512 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7513 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7514 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7515 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7516 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7517 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7518 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7519 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7520 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7521 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7522 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7523 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7524 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7525 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7526 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7527 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7528 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7529 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7530 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7531 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7532 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7533 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7534 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7535 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7536 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7537 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7538 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7539 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7540 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7541 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7542 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7543 * gdb.hp/tools/odump: File deleted.
7544
7545 2015-03-19 Pedro Alves <palves@redhat.com>
7546
7547 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7548 (saw_thread_3): New globals.
7549 (top level): Increment them when an event for the corresponding
7550 thread is seen.
7551 (no thread starvation): New test.
7552
7553 2015-03-19 Pedro Alves <palves@redhat.com>
7554
7555 * gdb.threads/continue-pending-status.c: New file.
7556 * gdb.threads/continue-pending-status.exp: New file.
7557
7558 2015-03-18 Pedro Alves <palves@redhat.com>
7559
7560 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7561 Use gdb_is_target_remote instead of is_remote. Use
7562 gdb_test_multiple instead of gdb_expect. Exit early if
7563 gdb_test_multiple hits its internal matches. Tighten stepi tests
7564 expected output. Fail on exit with any signal, instead of just
7565 SIGILL.
7566
7567 2015-03-18 Yao Qi <yao.qi@linaro.org>
7568
7569 PR tdep/18107
7570 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7571 variable.
7572 * gdb.base/catch-syscall.exp: Don't skip it on
7573 aarch64*-*-linux* target. Remove elements in all_syscalls.
7574 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7575 target.
7576 (setup_all_syscalls): New proc.
7577
7578 2015-03-16 Yao Qi <yao.qi@linaro.org>
7579
7580 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7581 (top level): Skip tests if valid_addr_p returns false for
7582 $cmd1 or $cmd2.
7583
7584 2015-03-11 Andy Wingo <wingo@igalia.com>
7585
7586 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7587
7588 2015-03-11 Yao Qi <yao.qi@linaro.org>
7589
7590 * gdb.base/catch-syscall.exp: Fix typo in comments.
7591
7592 2015-03-11 Yao Qi <yao.qi@linaro.org>
7593
7594 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7595
7596 2015-03-09 Pedro Alves <palves@redhat.com>
7597
7598 * dg-extract-results.py: Delete.
7599
7600 2015-03-09 Pedro Alves <palves@redhat.com>
7601
7602 Merge dg-extract-results.sh from GCC upstream (r218843).
7603
7604 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7605 * dg-extract-results.sh: Use --text with grep to avoid issues with
7606 binary files. Fall back to cat -v, if that doesn't work.
7607
7608 2015-03-05 Pedro Alves <palves@redhat.com>
7609
7610 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7611
7612 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7613
7614 * lib/mi-support.exp (mi_expect_interrupt): Accept
7615 alternative event for when in all-stop mode.
7616
7617 2015-03-04 Pedro Alves <palves@redhat.com>
7618
7619 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7620
7621 2015-03-04 Mark Kettenis <kettenis@gnu.org>
7622
7623 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7624
7625 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7626
7627 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7628 regexps for GDB's current line display, accept a hex address
7629 preceding the line number.
7630
7631 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7632
7633 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7634 the 'arch1' variable for "s390*-linux*" targets.
7635
7636 2015-03-04 Pedro Alves <palves@redhat.com>
7637
7638 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7639 (main): Pass missing retval argument to pthread_join call.
7640
7641 2015-03-02 Pedro Alves <palves@redhat.com>
7642
7643 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7644 (top level): Call do_test with non-stop as well.
7645
7646 2015-03-02 Pedro Alves <palves@redhat.com>
7647
7648 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7649 -1.
7650
7651 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7652
7653 * gdb.arch/s390-vregs.exp: New test.
7654 * gdb.arch/s390-vregs.S: New file.
7655
7656 2015-02-27 Pedro Alves <palves@redhat.com>
7657
7658 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7659 call to catch_command_errors.
7660 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7661 catch_command_errors.
7662
7663 2015-02-27 Pedro Alves <palves@redhat.com>
7664
7665 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7666 "true" for boolean result.
7667 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7668 prototype of main.
7669
7670 2015-02-27 Pedro Alves <palves@redhat.com>
7671
7672 * lib/unbuffer_output.c: New file.
7673 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7674 (main): Call gdb_unbuffer_output.
7675
7676 2015-02-27 Yao Qi <yao.qi@linaro.org>
7677
7678 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7679 target.
7680
7681 2015-02-26 Doug Evans <dje@google.com>
7682
7683 * gdb.cp/class2.cc (Dbase, D): New classes.
7684 (main): New local delta.
7685 * gdb.cp/class2.exp: Test printing delta.
7686 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7687 (dynbar): New global.
7688 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7689
7690 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7691
7692 * gdb.compile/compile-ifunc.c: New file.
7693 * gdb.compile/compile-ifunc.exp: New file.
7694
7695 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7696
7697 * gdb.base/structs.exp: Check for correct struct on finish.
7698
7699 2015-02-26 Yao Qi <yao.qi@linaro.org>
7700
7701 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7702 is zero.
7703
7704 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7705
7706 * gdb.arch/cordic.ko.bz2: New file.
7707 * gdb.arch/cordic.ko.debug.bz2: New file.
7708 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7709
7710 2015-02-25 Yao Qi <yao.qi@linaro.org>
7711
7712 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7713 aarch64*-*-* target.
7714
7715 2015-02-23 Pedro Alves <palves@redhat.com>
7716
7717 * lib/gdb.exp (delete_breakpoints): Rewrite using
7718 gdb_test_multiple.
7719
7720 2015-02-23 Pedro Alves <palves@redhat.com>
7721
7722 * gdb.base/info-os.c: Include stdlib.h.
7723
7724 2015-02-22 Doug Evans <xdje42@gmail.com>
7725
7726 PR symtab/17855
7727 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7728 is read after symbols have been re-read.
7729 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7730 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7731
7732 2015-02-21 Doug Evans <dje@google.com>
7733
7734 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7735
7736 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7737
7738 PR corefiles/17808
7739 * gdb.arch/i386-biarch-core.core.bz2: New file.
7740 * gdb.arch/i386-biarch-core.exp: New file.
7741
7742 2015-02-21 Pedro Alves <palves@redhat.com>
7743
7744 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7745 runto_main fails.
7746
7747 2015-02-20 Pedro Alves <palves@redhat.com>
7748
7749 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7750 info probes.
7751
7752 2015-02-20 Pedro Alves <palves@redhat.com>
7753
7754 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7755
7756 2015-02-20 Pedro Alves <palves@redhat.com>
7757
7758 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7759 clean_restart before gdb_target_supports_trace.
7760
7761 2015-02-20 Pedro Alves <palves@redhat.com>
7762
7763 PR threads/18006
7764 * gdb.threads/clone-thread_db.c: New file.
7765 * gdb.threads/clone-thread_db.exp: New file.
7766
7767 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7768
7769 PR breakpoints/16812
7770 * gdb.base/catch-gdb-caused-signals.c: New file.
7771 * gdb.base/catch-gdb-caused-signals.exp: New file.
7772
7773 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7774
7775 * configure: Regenerated.
7776 * configure.ac: Use GDB_AC_TRANSFORM.
7777 * aclocal.m4: sinclude ../transform.m4.
7778
7779 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7780
7781 * lib/dtrace.exp: New file.
7782 * gdb.base/dtrace-probe.exp: Likewise.
7783 * gdb.base/dtrace-probe.d: Likewise.
7784 * gdb.base/dtrace-probe.c: Likewise.
7785 * lib/pdtrace.in: Likewise.
7786 * configure.ac: Output variables with the transformed names of
7787 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
7788 * configure: Regenerated.
7789
7790 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7791
7792 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7793 expected message when trying to access $_probe_* convenience
7794 variables while not on a probe.
7795
7796 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7797
7798 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7799
7800 2015-02-11 Pedro Alves <pedro@codesourcery.com>
7801
7802 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7803 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7804
7805 2015-02-10 Doug Evans <xdje42@gmail.com>
7806
7807 * lib/gdb.exp (gdb_load): Always return a result.
7808
7809 2015-02-10 Pedro Alves <palves@redhat.com>
7810
7811 * gdb.threads/signal-sigtrap.c: New file.
7812 * gdb.threads/signal-sigtrap.exp: New file.
7813
7814 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7815
7816 * gdb.trace/no-attach-trace.c: New file.
7817 * gdb.trace/no-attach-trace.exp: New file.
7818
7819 2015-02-09 Mark Wielaard <mjw@redhat.com>
7820
7821 * gdb.dwarf2/atomic.c: New file.
7822 * gdb.dwarf2/atomic-type.exp: Likewise.
7823
7824 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7825
7826 * gdb.btrace/buffer-size.exp: Update "info record" output.
7827 * gdb.btrace/delta.exp: Update "info record" output.
7828 * gdb.btrace/enable.exp: Update "info record" output.
7829 * gdb.btrace/finish.exp: Update "info record" output.
7830 * gdb.btrace/instruction_history.exp: Update "info record" output.
7831 * gdb.btrace/next.exp: Update "info record" output.
7832 * gdb.btrace/nexti.exp: Update "info record" output.
7833 * gdb.btrace/step.exp: Update "info record" output.
7834 * gdb.btrace/stepi.exp: Update "info record" output.
7835 * gdb.btrace/nohist.exp: Update "info record" output.
7836
7837 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7838
7839 * gdb.btrace/buffer-size: New.
7840
7841 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7842
7843 * gdb.btrace/delta.exp: Update "info record" output.
7844 * gdb.btrace/enable.exp: Update "info record" output.
7845 * gdb.btrace/finish.exp: Update "info record" output.
7846 * gdb.btrace/instruction_history.exp: Update "info record" output.
7847 * gdb.btrace/next.exp: Update "info record" output.
7848 * gdb.btrace/nexti.exp: Update "info record" output.
7849 * gdb.btrace/step.exp: Update "info record" output.
7850 * gdb.btrace/stepi.exp: Update "info record" output.
7851 * gdb.btrace/nohist.exp: Update "info record" output.
7852
7853 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
7854
7855 PR gdb/15678
7856 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7857
7858 2015-02-06 Pedro Alves <palves@redhat.com>
7859
7860 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7861 macro.
7862 (seconds_left, again): New globals.
7863 (main): Wait seconds_left in a 1-second sleep loop instead of
7864 sleeping 180 seconds. If 'again' is set, reset the seconds
7865 counter.
7866 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7867 'again' in the inferior before detaching. Print the seconds left.
7868 (options): New global.
7869 (top level): Build program with -DTIMEOUT=$timeout.
7870
7871 2015-02-06 Pedro Alves <palves@redhat.com>
7872
7873 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7874 determine how many seconds to pass to 'alarm'.
7875 * gdb.base/gdb-sigterm.exp (top level): Build program with
7876 -DTIMEOUT=$timeout.
7877 (do_test): Return success/failure indication. Add more verbose
7878 logging. Don't fail if 200 single steps are seen. Instead, fail
7879 when the test times out.
7880 (passes): New global.
7881 (top level): Break the testing loop if testing fails on any
7882 iteration. Use gdb_assert.
7883
7884 2015-02-04 Don Breazeal <donb@codesourcery.com>
7885
7886 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7887 and initialize them.
7888 (ipc_cleanup): New function.
7889 (main): Don't declare shmid, semid, and msqid. Add a call to
7890 atexit so that we call ipc_cleanup on exit.
7891
7892 2015-02-04 Pedro Alves <palves@redhat.com>
7893
7894 * boards/native-extended-gdbserver.exp: Remove any target variant
7895 specifications from the board name before clearing the isremote
7896 flag from board_info.
7897
7898 2015-01-31 Doug Evans <xdje42@gmail.com>
7899
7900 * gdb.base/maint.exp <maint print type argc>: Update expected output.
7901
7902 2015-01-31 Gary Benson <gbenson@redhat.com>
7903
7904 * gdb.base/completion.exp: Disable completion limiting for
7905 existing tests. Add new tests to check completion limiting.
7906 * gdb.linespec/ls-errs.exp: Disable completion limiting.
7907
7908 2015-01-31 Doug Evans <xdje42@gmail.com>
7909
7910 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7911
7912 2015-01-31 Doug Evans <xdje42@gmail.com>
7913
7914 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7915 entries. Duplicate file section script entries.
7916 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7917 inlined entries. Add test for safe-path rejection.
7918 * gdb.python/py-section-script.c: Add duplicate inlined section script
7919 entries. Duplicate file section script entries.
7920 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7921 inlined entries. Add test for safe-path rejection.
7922
7923 2015-01-29 Joel Brobecker <brobecker@adacore.com>
7924
7925 * gdb.ada/disc_arr_bound: New testcase.
7926
7927 2015-01-29 Joel Brobecker <brobecker@adacore.com>
7928
7929 * gdb.ada/mi_var_array: New testcase.
7930
7931 2015-01-27 Doug Evans <dje@google.com>
7932
7933 * gdb.python/py-objfile.exp: Add tests for objfile.username.
7934 Add test for objfile.filename, objfile.username after objfile
7935 has been unloaded.
7936
7937 2015-01-26 Joel Brobecker <brobecker@adacore.com>
7938
7939 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7940 the second test to print the name attribute of value
7941 returned by the call to gdb.lookup_type, and adjust
7942 the expected output accordingly.
7943
7944 2015-01-25 Mark Wielaard <mjw@redhat.com>
7945
7946 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7947 * gdb.base/disp-step-fork.c: Include unistd.h.
7948 * gdb.base/siginfo-obj.c: Include stdio.h.
7949 * gdb.base/siginfo-thread.c: Likewise.
7950 * gdb.mi/non-stop.c: Include unistd.h.
7951 * gdb.mi/nsthrexec.c: Include stdio.h.
7952 * gdb.mi/pthreads.c: Include unistd.h.
7953 * gdb.modula2/unbounded1.c (main): Declare returns int.
7954 * gdb.reverse/consecutive-reverse.c: Likewise.
7955 * gdb.threads/create-fail.c: Include unistd.h.
7956 * gdb.threads/killed.c: Likewise.
7957 * gdb.threads/linux-dp.c: Likewise.
7958 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
7959 * gdb.threads/non-ldr-exc-2.c: Likewise.
7960 * gdb.threads/non-ldr-exc-3.c: Likewise.
7961 * gdb.threads/non-ldr-exc-4.c: Likewise.
7962 * gdb.threads/pthreads.c: Include unistd.h.
7963 (main): Declare returns int.
7964 * gdb.threads/tls-main.c (foo): New declaration.
7965 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
7966
7967 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
7968
7969 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
7970 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
7971
7972 2015-01-15 Mark Wielaard <mjw@redhat.com>
7973
7974 * gdb.base/noreturn-return.c: New file.
7975 * gdb.base/noreturn-return.exp: New file.
7976 * gdb.base/noreturn-finish.c: New file.
7977 * gdb.base/noreturn-finish.exp: New file.
7978
7979 2015-01-23 Pedro Alves <palves@redhat.com>
7980
7981 * gdb.threads/continue-pending-after-query.c: New file.
7982 * gdb.threads/continue-pending-after-query.exp: New file.
7983
7984 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
7985 Simon Marchi <simon.marchi@ericsson.com>
7986
7987 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
7988 * gdb.base/valgrind-db-attach.exp: Same.
7989 * gdb.base/valgrind-infcall.exp: Same.
7990 * lib/mi-support.exp (default_mi_gdb_start): Same.
7991 * lib/prompt.exp (default_prompt_gdb_start): Same.
7992 * lib/gdb.exp (default_gdb_spawn): Same.
7993 (gdb_interact): New.
7994
7995
7996 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7997
7998 * gdb.compile/compile.exp (pointer to jit function): New test.
7999
8000 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
8001
8002 * lib/gdb.exp (supports_process_record): Return true for
8003 powerpc*-*-linux*.
8004 (supports_reverse): Likewise.
8005
8006 2015-01-15 Don Breazeal <donb@codesourcery.com>
8007
8008 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
8009 instead of checking whether the target board is remote and
8010 use spawn_wait_for_attach instead of exec/sleep.
8011 * gdb.base/attach-twice.exp: Likewise.
8012
8013 2015-01-15 Joel Brobecker <brobecker@adacore.com>
8014
8015 * gdb.ada/var_arr_attrs: New testcase.
8016
8017 2015-01-14 Pedro Alves <palves@redhat.com>
8018 Joel Brobecker <brobecker@adacore.com>
8019
8020 PR gdb/17525
8021 * gdb.base/bp-cmds-execution-x-script.c: New file.
8022 * gdb.base/bp-cmds-execution-x-script.exp: New file.
8023 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
8024
8025 2015-01-14 Pedro Alves <palves@redhat.com>
8026
8027 PR cli/17828
8028 * gdb.base/batch-preserve-term-settings.c: New file.
8029 * gdb.base/batch-preserve-term-settings.exp: New file.
8030
8031 2015-01-13 Doug Evans <dje@google.com>
8032
8033 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
8034 binary.
8035
8036 2015-01-13 Joel Brobecker <brobecker@adacore.com>
8037
8038 * Makefile.in (clean mostlyclean): Do not delete *.py.
8039
8040 2015-01-13 Joel Brobecker <brobecker@adacore.com>
8041
8042 * gdb.python/py-lookup-type.exp: New file.
8043
8044 2015-01-12 Pedro Alves <palves@redhat.com>
8045
8046 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
8047 restore GDBFLAGS before returning.
8048
8049 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8050
8051 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
8052 is_amd64_regs_target and is_x86_like_target.
8053
8054 2015-01-11 Doug Evans <xdje42@gmail.com>
8055
8056 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
8057 is given without an explicit form.
8058 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
8059 attributes.
8060 * gdb.dwarf/corrupt.exp: Ditto.
8061 * gdb.dwarf2/enum-type.exp: Ditto.
8062 * gdb.trace/entry-values.exp: Ditto.
8063 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
8064
8065 2015-01-11 Doug Evans <xdje42@gmail.com>
8066
8067 PR gdb/15830
8068 * gdb.base/maint.exp: Remove references to "maint demangle".
8069 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
8070 Add tests for explicitly specifying language to demangle.
8071 * gdb.dlang/demangle.exp: Ditto.
8072
8073 2015-01-09 Pedro Alves <palves@redhat.com>
8074
8075 * gdb.threads/non-stop-fair-events.c: New file.
8076 * gdb.threads/non-stop-fair-events.exp: New file.
8077
8078 2015-01-09 Pedro Alves <palves@redhat.com>
8079
8080 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
8081 the global scope. Set a breakpoint after all threads are started
8082 rather than stepping over two source lines. Expect the prompt.
8083 * gdb.base/watch_thread_num.c (threads_started_barrier): New
8084 global.
8085 (NUM): Now 15.
8086 (main): Use threads_started_barrier to wait for all threads to
8087 start. Main thread no longer calls thread_function. Exit after
8088 180 seconds.
8089 (loop): New function.
8090 (thread_function): Wait on threads_started_barrier barrier. Call
8091 'loop' at each iteration.
8092 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
8093 threads have started, instead of hardcoding number of "next"
8094 steps. Use an access watchpoint instead of a write watchpoint.
8095
8096 2015-01-09 Pedro Alves <palves@redhat.com>
8097
8098 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
8099 (thread_func): Wait on barrier.
8100 (main): Wait for all threads to start before stopping GDB.
8101 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
8102 global.
8103 (thread1_func, thread2_func): Wait on barrier.
8104 (main): Wait for all threads to start before stopping GDB.
8105 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
8106 New global.
8107 (thread1_func, thread2_func): Wait on barrier.
8108 (main): Wait for all threads to start before stopping GDB.
8109
8110 2015-01-09 Pedro Alves <palves@redhat.com>
8111
8112 * gdb.threads/attach-many-short-lived-threads.c: New file.
8113 * gdb.threads/attach-many-short-lived-threads.exp: New file.
8114
8115 2014-01-09 Pedro Alves <palves@redhat.com>
8116
8117 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
8118 instead of to thread 2.
8119 * gdb.threads/signal-command-multiple-signals-pending.c (main):
8120 Add barrier around each pthread_create call instead of around all
8121 calls.
8122 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
8123 Set a break on thread_function and have the child threads hit it
8124 one at at a time.
8125
8126 2015-01-09 Pedro Alves <palves@redhat.com>
8127
8128 * lib/gdb.exp (can_spawn_for_attach): New procedure.
8129 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
8130 false.
8131 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
8132 checking whether the target board is remote.
8133 * gdb.multi/multi-attach.exp: Likewise.
8134 * gdb.python/py-sync-interp.exp: Likewise.
8135 * gdb.server/ext-attach.exp: Likewise.
8136 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
8137 tests that need to attach, instead of checking whether the target
8138 board is remote at the top of the file.
8139
8140 2015-01-08 Yao Qi <yao@codesourcery.com>
8141
8142 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
8143
8144 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8145
8146 Fix testcase compilation.
8147 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
8148
8149 2015-01-06 Joel Brobecker <brobecker@adacore.com>
8150
8151 * gdb.python/py-type.exp: Add a couple test about empty
8152 array creation, and negative-length array creation.
8153
8154 2015-01-02 Doug Evans <xdje42@gmail.com>
8155
8156 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
8157
8158 2015-01-02 Doug Evans <dje@google.com>
8159
8160 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
8161
8162 2014-12-29 Yao Qi <yao@codesourcery.com>
8163
8164 * gdb.trace/entry-values.exp: Update comments. Rename variable
8165 bar_call_foo to returned_from_foo.
8166
8167 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
8168
8169 PR gdb/17394
8170 * gdb.linespec/break-asm-file.c: New file.
8171 * gdb.linespec/break-asm-file.exp: New file.
8172 * gdb.linespec/break-asm-file0.s: New file.
8173 * gdb.linespec/break-asm-file1.s: New file.
8174
8175 2014-12-18 Nigel Stephens <nigel@mips.com>
8176 Maciej W. Rozycki <macro@codesourcery.com>
8177
8178 * gdb.base/float.exp: Handle the new output from "info float" on
8179 MIPS targets.
8180
8181 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8182
8183 Fix MinGW compilation.
8184 * gdb.compile/compile-ops.exp: Update untested message if
8185 !skip_compile_feature_tests.
8186 * gdb.compile/compile-setjmp.exp: Likewise.
8187 * gdb.compile/compile-tls.exp: Likewise.
8188 * gdb.compile/compile.exp: Likewise.
8189 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
8190 supported on this host".
8191
8192 2014-12-16 Doug Evans <xdje42@gmail.com>
8193
8194 * boards/stabs.exp: New file.
8195
8196 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
8197
8198 * gdb.base/completion.exp: Adjust to format changes of "maint
8199 print user-registers".
8200
8201 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
8202
8203 PR server/17457
8204 * gdb.arch/aarch64-fp.c: New file.
8205 * gdb.arch/aarch64-fp.exp: New file.
8206
8207 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8208
8209 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
8210 r210637, r210913, r211666, r215400, r215817).
8211
8212 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
8213 * dg-extract-results.py: New file.
8214 * dg-extract-results.sh: Use it if the environment seems
8215 suitable.
8216
8217 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
8218
8219 * dg-extract-results.py (parse_run): Handle warnings that
8220 are printed before a test harness is run.
8221
8222 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
8223
8224 * dg-extract-results.py (Named): Remove __cmp__ method.
8225 (output_variation): Use a key to sort variation.harnesses.
8226
8227 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
8228
8229 * dg-extract-results.py: For Python 3, force sys.stdout to
8230 handle surrogate escape sequences.
8231 (safe_open): New function.
8232 (output_segment, main): Use it.
8233
8234 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
8235
8236 * dg-extract-results.py (Prog.result_re): Include options
8237 in test name.
8238
8239 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
8240
8241 * dg-extract-results.py (output_variation): Always sort if
8242 do_sum.
8243
8244 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
8245
8246 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
8247 as long as we get pagination notifications.
8248
8249 2014-12-15 Jason Merrill <jason@redhat.com>
8250
8251 * Makefile.in (check-gdb.%): Restore.
8252 * README: Mention it.
8253
8254 2014-12-13 Joel Brobecker <brobecker@adacore.com>
8255
8256 * gdb.ada/str_uninit: New testcase.
8257
8258 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8259
8260 PR symtab/17642
8261 * gdb.base/vla-stub-define.c: New file.
8262 * gdb.base/vla-stub.c: New file.
8263 * gdb.base/vla-stub.exp: New file.
8264
8265 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
8266 Jan Kratochvil <jan.kratochvil@redhat.com>
8267 Tom Tromey <tromey@redhat.com>
8268
8269 * configure.ac: Add gdb.compile/.
8270 * configure: Regenerate.
8271 * gdb.compile/Makefile.in: New file.
8272 * gdb.compile/compile-ops.exp: New file.
8273 * gdb.compile/compile-ops.c: New file.
8274 * gdb.compile/compile-tls.c: New file.
8275 * gdb.compile/compile-tls.exp: New file.
8276 * gdb.compile/compile-constvar.S: New file.
8277 * gdb.compile/compile-constvar.c: New file.
8278 * gdb.compile/compile-mod.c: New file.
8279 * gdb.compile/compile-nodebug.c: New file.
8280 * gdb.compile/compile-setjmp-mod.c: New file.
8281 * gdb.compile/compile-setjmp.c: New file.
8282 * gdb.compile/compile-setjmp.exp: New file.
8283 * gdb.compile/compile-shlib.c: New file.
8284 * gdb.compile/compile.c: New file.
8285 * gdb.compile/compile.exp: New file.
8286 * lib/gdb.exp (skip_compile_feature_tests): New proc.
8287
8288 2014-12-12 Tom Tromey <tromey@redhat.com>
8289
8290 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
8291 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
8292
8293 2014-12-12 Doug Evans <dje@google.com>
8294
8295 * lib/gdb-python.exp (get_python_valueof): New function.
8296 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
8297
8298 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8299
8300 * gdb.base/completion.exp: Add test for completion of "info
8301 registers ".
8302
8303 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
8304
8305 * gdb.base/func-ptrs.c: New file.
8306 * gdb.base/func-ptrs.exp: New file.
8307
8308 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8309
8310 PR breakpoints/17012
8311 * gdb.base/dprintf-detach.c: New file.
8312 * gdb.base/dprintf-detach.exp: New file.
8313
8314 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8315
8316 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
8317 * lib/gdb.exp (target_is_gdbserver): New procedure.
8318
8319 2014-12-08 Doug Evans <dje@google.com>
8320
8321 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
8322
8323 2014-12-05 Yao Qi <yao@codesourcery.com>
8324
8325 * gdb.guile/scm-error.exp: Remove the third argument to
8326 gdb_remote_download.
8327 * gdb.guile/scm-frame-args.exp: Likewise.
8328 * gdb.guile/scm-section-script.exp: Likewise.
8329
8330 2014-12-05 Yao Qi <yao@codesourcery.com>
8331
8332 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
8333
8334 2014-12-04 Doug Evans <dje@google.com>
8335
8336 * gdb.python/py-objfile.exp: Add tests for
8337 objfile.add_separate_debug_file.
8338
8339 2014-12-04 Doug Evans <dje@google.com>
8340
8341 * lib/gdb.exp (get_build_id): New function.
8342 (build_id_debug_filename_get): Rewrite to use it.
8343 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
8344
8345 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
8346
8347 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
8348 `method(long)', not just 0x0.
8349 * gdb.cp/nsalias.exp: Align code labels to 4.
8350 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
8351 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
8352 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
8353 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
8354 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
8355 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
8356
8357 2014-12-02 Doug Evans <dje@google.com>
8358
8359 PR symtab/17602
8360 * gdb.cp/anon-ns.cc: Move guts of this file to ...
8361 * gdb.cp/anon-ns2.cc: ... here. New file.
8362 * gdb.cp/anon-ns.exp: Update.
8363
8364 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
8365
8366 * gdb.python/py-events.py (inferior_call_handler): New.
8367 (register_changed_handler, memory_changed_handler): New.
8368 (test_events.invoke): Register new handlers.
8369 * gdb.python/py-events.exp: Add tests for inferior call,
8370 memory_changed and register_changed events.
8371
8372 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8373
8374 * gdb.base/execl-update-breakpoints.exp: Specify the link address
8375 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
8376 if the linker doesn't understand this.
8377
8378 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
8379
8380 * gdb.python/python.exp: Change expected reply to help().
8381
8382 2014-12-01 Yao Qi <yao@codesourcery.com>
8383
8384 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
8385 AC_CONFIG_SUBDIRS(gdb.gdbtk).
8386 * configure: Re-generated.
8387
8388 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
8389
8390 * gdb.cp/chained-calls.cc: New file.
8391 * gdb.cp/chained-calls.exp: New file.
8392 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8393
8394 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
8395
8396 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8397 * gdb.dwarf2/symtab-producer.exp: Same.
8398 * gdb.gdb/python-interrupts.exp: Same.
8399 * gdb.gdb/python-selftest.exp: Same.
8400 * gdb.python/py-linetable.exp: Same.
8401 * gdb.python/py-type.exp: Same.
8402 * gdb.python/py-value-cc.exp: Same.
8403 * gdb.python/py-value.exp: Same.
8404
8405 2014-11-28 Yao Qi <yao@codesourcery.com>
8406
8407 * gdb.base/break-probes.exp: Match library name prefixed with
8408 sysroot.
8409
8410 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
8411
8412 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
8413 test expected output. Add parentheses for the call to print.
8414 Remove L suffix from integers.
8415
8416 2014-11-26 Doug Evans <dje@google.com>
8417
8418 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8419
8420 2014-11-22 Yao Qi <yao@codesourcery.com>
8421
8422 * gdb.trace/entry-values.c: Remove asms.
8423 (foo): Add foo_label.
8424 (bar): Add bar_label.
8425 * gdb.trace/entry-values.exp: Remove code computing foo's
8426 length and bar's length.
8427 (Dwarf::assemble): Invoke function_range for bar and use
8428 MACRO_AT_func for foo.
8429
8430 2014-11-22 Yao Qi <yao@codesourcery.com>
8431
8432 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8433 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
8434 Use .Lgcc43_procstart instead of gcc43.
8435
8436 2014-11-21 Joel Brobecker <brobecker@adacore.com>
8437
8438 * gdb.ada/n_arr_bound: New testcase.
8439
8440 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
8441
8442 PR breakpoints/10737
8443 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8444 test_catch_syscall_multi_arch.
8445 (test_catch_syscall_multi_arch): New function.
8446
8447 2014-11-20 Doug Evans <xdje42@gmail.com>
8448
8449 * gdb.base/maint.exp: Update expected output.
8450
8451 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8452
8453 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8454 4-byte instruction on S390.
8455
8456 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8457
8458 * gdb.ada/arr_arr: New testcase.
8459
8460 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8461
8462 * gdb.ada/pkd_arr_elem: New Testcase.
8463
8464 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
8465
8466 * gdb.reverse/break-precsave: Expect completion message for
8467 core file reads.
8468 * gdb.reverse/consecutive-precsave.exp: Likewise.
8469 * gdb.reverse/finish-precsave.exp: Likewise.
8470 * gdb.reverse/i386-precsave.exp: Likewise.
8471 * gdb.reverse/machinestate-precsave.exp: Likewise.
8472 * gdb.reverse/sigall-precsave.exp: Likewise.
8473 * gdb.reverse/solib-precsave.exp: Likewise.
8474 * gdb.reverse/step-precsave.exp: Likewise.
8475 * gdb.reverse/until-precsave.exp: Likewise.
8476 * gdb.reverse/watch-precsave.exp: Likewise.
8477
8478 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8479
8480 * gdb.base/bp-permanent.c: Include unistd.h.
8481 * gdb.python/py-framefilter-mi.c (main): Add return type.
8482 * gdb.python/py-framefilter.c (main): Likewise.
8483 * gdb.trace/actions-changed.c (main): Likewise.
8484
8485 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8486
8487 * gdb.mi/until.c: Add eye-catchers.
8488 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8489 line numbers.
8490
8491 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8492
8493 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8494 function header variants in break1.c.
8495 * gdb.base/ena-dis-br.exp: Likewise.
8496 * gdb.base/hbreak2.exp: Likewise.
8497 * gdb.reverse/until-precsave.exp: Drop references to removed
8498 non-prototype function header variants in ur1.c.
8499 * gdb.reverse/until-reverse.exp: Likewise.
8500
8501 2014-11-17 Petr Machata <pmachata@redhat.com>
8502
8503 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8504 ${_cu_offset_size} bytes abbrev offset.
8505
8506 2014-11-15 Doug Evans <xdje42@gmail.com>
8507
8508 PR symtab/17559
8509 * gdb.base/line-symtabs.exp: New file.
8510 * gdb.base/line-symtabs.c: New file.
8511 * gdb.base/line-symtabs.h: New file.
8512
8513 2014-11-14 Yao Qi <yao@codesourcery.com>
8514
8515 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8516 (func): Add label func_label.
8517 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8518 Replace low_pc and high_pc with MACRO_AT_range.
8519 Replace name, low_pc and high_pc with MACRO_AT_func.
8520
8521 2014-11-14 Yao Qi <yao@codesourcery.com>
8522
8523 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8524 Replace name, low_pc and high_pc with MACRO_AT_func.
8525
8526 2014-11-14 Yao Qi <yao@codesourcery.com>
8527
8528 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8529 produce debug information.
8530 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8531
8532 2014-11-14 Yao Qi <yao@codesourcery.com>
8533
8534 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8535 object and get function length.
8536 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8537 with MACRO_AT_func.
8538 (top-level): Replace gdb_compile and clean_restart with
8539 prepare_for_testing.
8540 * gdb.dwarf2/main.c (main): Add label main_label.
8541
8542 2014-11-14 Yao Qi <yao@codesourcery.com>
8543
8544 * lib/dwarf.exp (function_range): New procedure.
8545 (Dwarf::_handle_macro_at_func): New procedure.
8546 (Dwarf::_handle_macro_at_range): New procedure.
8547 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8548
8549 2014-11-14 Yao Qi <yao@codesourcery.com>
8550
8551 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8552 (_handle_attribute): New procedure.
8553
8554 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8555
8556 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8557 * gdb.base/call-sc.c (zed): Likewise.
8558 * gdb.base/checkpoint.c (main): Likewise.
8559 * gdb.base/dump.c (main): Likewise.
8560 * gdb.base/gcore.c (main): Likewise.
8561 * gdb.base/huge.c (main): Likewise.
8562 * gdb.base/multi-forks.c (main): Likewise.
8563 * gdb.base/pr10179-a.c (main): Likewise.
8564 * gdb.base/savedregs.c (main): Likewise.
8565 * gdb.base/sigaltstack.c (main): Likewise.
8566 * gdb.base/siginfo.c (main): Likewise.
8567 * gdb.base/structs.c (zed): Likewise.
8568 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8569 * gdb.mi/mi-syn-frame.c (main): Likewise.
8570 * gdb.mi/until.c (foo, main): Likewise.
8571 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8572 * gdb.base/solib-weak.c (foo): Declare.
8573 * gdb.base/attach-twice.c: Include stdio.h.
8574 * gdb.base/weaklib1.c: Likewise.
8575 * gdb.base/weaklib2.c: Likewise.
8576 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8577 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8578 unistd.h.
8579 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8580 * gdb.mi/mi-exit-code.c: Likewise.
8581 * gdb.base/break-interp-lib.c: Include string.h.
8582 * gdb.base/coremaker.c: Likewise.
8583 * gdb.base/testenv.c: Likewise.
8584 * gdb.python/py-finish-breakpoint.c: Likewise.
8585 * gdb.base/inferior-died.c: Include sys/wait.h.
8586 * gdb.base/fileio.c: Include time.h.
8587 * gdb.base/async-shell.c: Include unistd.h.
8588 * gdb.base/dprintf-non-stop.c: Likewise.
8589 * gdb.base/info-os.c: Likewise.
8590 * gdb.mi/mi-console.c: Likewise.
8591 * gdb.mi/watch-nonstop.c: Likewise.
8592 * gdb.python/py-events.c: Likewise.
8593 * gdb.base/async.c (baz): Move up before its invocation.
8594 * gdb.base/code_elim2.c (my_global_func): Likewise.
8595 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8596 * gdb.base/advance.c (func2): Likewise.
8597
8598 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8599
8600 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8601 variant.
8602 * gdb.base/annota3.c: Likewise.
8603 * gdb.base/async.c: Likewise.
8604 * gdb.base/average.c: Likewise.
8605 * gdb.base/call-ar-st.c: Likewise.
8606 * gdb.base/call-rt-st.c: Likewise.
8607 * gdb.base/call-sc.c: Likewise.
8608 * gdb.base/call-strs.c: Likewise.
8609 * gdb.base/ending-run.c: Likewise.
8610 * gdb.base/execd-prog.c: Likewise.
8611 * gdb.base/exprs.c: Likewise.
8612 * gdb.base/foll-exec.c: Likewise.
8613 * gdb.base/foll-fork.c: Likewise.
8614 * gdb.base/foll-vfork.c: Likewise.
8615 * gdb.base/funcargs.c: Likewise.
8616 * gdb.base/gcore.c: Likewise.
8617 * gdb.base/jump.c: Likewise.
8618 * gdb.base/langs0.c: Likewise.
8619 * gdb.base/langs1.c: Likewise.
8620 * gdb.base/langs2.c: Likewise.
8621 * gdb.base/mips_pro.c: Likewise.
8622 * gdb.base/nodebug.c: Likewise.
8623 * gdb.base/opaque0.c: Likewise.
8624 * gdb.base/opaque1.c: Likewise.
8625 * gdb.base/recurse.c: Likewise.
8626 * gdb.base/run.c: Likewise.
8627 * gdb.base/scope0.c: Likewise.
8628 * gdb.base/scope1.c: Likewise.
8629 * gdb.base/setshow.c: Likewise.
8630 * gdb.base/setvar.c: Likewise.
8631 * gdb.base/shmain.c: Likewise.
8632 * gdb.base/shr1.c: Likewise.
8633 * gdb.base/shr2.c: Likewise.
8634 * gdb.base/sigall.c: Likewise.
8635 * gdb.base/signals.c: Likewise.
8636 * gdb.base/so-indr-cl.c: Likewise.
8637 * gdb.base/solib2.c: Likewise.
8638 * gdb.base/structs.c: Likewise.
8639 * gdb.base/sum.c: Likewise.
8640 * gdb.base/vforked-prog.c: Likewise.
8641 * gdb.base/watchpoint.c: Likewise.
8642 * gdb.reverse/shr2.c: Likewise.
8643 * gdb.reverse/until-reverse.c: Likewise.
8644 * gdb.reverse/ur1.c: Likewise.
8645 * gdb.reverse/watch-reverse.c: Likewise.
8646
8647 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8648
8649 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8650 variant.
8651 * gdb.base/sepdebug.exp: Drop references to removed code.
8652
8653 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8654
8655 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8656 variant. Preserve original line numbering.
8657 * gdb.base/list1.c: Likewise.
8658
8659 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8660
8661 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8662 variant.
8663 * gdb.base/break1.c: Likewise.
8664 * gdb.base/break.exp: Drop references to removed code.
8665
8666 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8667
8668 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8669 variant.
8670
8671 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8672
8673 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8674
8675 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8676
8677 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8678 logic into perform_all_tests() and invoke it with and without
8679 function header prototypes.
8680 (do_function_calls): Remove conditional XFAIL for PR 5318.
8681 (rerun_and_prepare): Remove duplicate code.
8682 (perform_all_tests): New. Main logic moved here.
8683
8684 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8685
8686 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8687 code guarded by #ifdef NO_PROTOTYPES.
8688 (t_double_many_args): Likewise.
8689 (DEF_FUNC_MANY_ARGS_1): Likewise.
8690 (DEF_FUNC_VALUES_1): Likewise.
8691 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8692 guarded by #ifdef PROTOTYPES.
8693
8694 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8695
8696 * gdb.mi/mi-console.c: Add eye-catcher.
8697 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8698 instead of literal line number.
8699
8700 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8701
8702 * gdb.base/shr2.c: Add eye-catcher.
8703 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8704 line number.
8705
8706 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8707
8708 * gdb.base/jump.c: Add eye-catchers.
8709 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8710 numbers.
8711
8712 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8713
8714 * gdb.base/execd-prog.c: Add eye-catchers.
8715 * gdb.base/foll-exec.c: Likewise.
8716 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8717 line numbers.
8718
8719 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8720
8721 * gdb.base/ending-run.c: Add eye-catchers.
8722 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8723 literal line numbers.
8724
8725 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8726
8727 * gdb.base/call-rt-st.c: Add eye-catchers.
8728 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8729 literal line numbers.
8730
8731 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8732
8733 * gdb.base/call-ar-st.c: Add eye-catchers.
8734 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8735 literal line numbers.
8736
8737 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8738
8739 * gdb.base/average.c: Add eye-catchers.
8740 * gdb.base/sum.c: Likewise.
8741 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8742 regexps dynamically.
8743
8744 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8745
8746 * gdb.base/solib1.c: Add eye-catchers.
8747 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8748 literal line numbers.
8749
8750 2014-11-12 Pedro Alves <palves@redhat.com>
8751
8752 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8753 leader has exited.
8754
8755 2014-11-12 Pedro Alves <palves@redhat.com>
8756
8757 * gdb.arch/i386-bp_permanent.c: New file.
8758 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8759 (srcfile): Set to i386-bp_permanent.c.
8760 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8761 that stepi does not execute the 'leave' instruction, instead of
8762 testing it does execute.
8763 * gdb.base/bp-permanent.c: New file.
8764 * gdb.base/bp-permanent.exp: New file.
8765
8766 2014-11-10 Doug Evans <xdje42@gmail.com>
8767
8768 PR symtab/17564
8769 * gdb.base/symtab-search-order.exp: New file.
8770 * gdb.base/symtab-search-order.c: New file.
8771 * gdb.base/symtab-search-order-1.c: New file.
8772 * gdb.base/symtab-search-order-shlib-1.c: New file.
8773
8774 2014-11-07 Pedro Alves <palves@redhat.com>
8775
8776 PR gdb/17511
8777 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8778 i?86-*-linux*.
8779
8780 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8781
8782 PR c++/17494
8783 * gdb.cp/pr17494.cc: New file.
8784 * gdb.cp/pr17494.exp: New file.
8785
8786 2014-11-02 Yao Qi <yao@codesourcery.com>
8787
8788 * gdb.python/python.exp: Get working directory and match the
8789 output of "set extended-prompt \\w " with it.
8790
8791 2014-10-30 Doug Evans <dje@google.com>
8792
8793 * gdb.python/py-objfile.exp: Add tests for setting random attributes
8794 in objfiles.
8795 * gdb.python/py-progspace.exp: Add tests for setting random attributes
8796 in progspaces.
8797
8798 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
8799
8800 * gdb.base/fullpath-expand.exp: Skip for a remote host.
8801 * gdb.base/realname-expand.exp: Likewise.
8802 * gdb.linespec/macro-relative.exp: Likewise.
8803
8804 2014-10-29 Pedro Alves <palves@redhat.com>
8805
8806 PR gdb/17408
8807 * gdb.threads/schedlock.c (some_function): New function.
8808 (call_function): New global.
8809 (MAYBE_CALL_SOME_FUNCTION): New macro.
8810 (thread_function): Call it.
8811 * gdb.threads/schedlock.exp (get_args): Add description parameter,
8812 and use it instead of a global counter. Adjust all callers.
8813 (get_current_thread): Use "find current thread" for test message
8814 here rather than having all callers pass down the same string.
8815 (goto_loop): New procedure, factored out from ...
8816 (my_continue): ... this.
8817 (step_ten_loops): Change parameter from test message to command to
8818 use. Adjust.
8819 (list_count): Delete global.
8820 (check_result): New procedure, factored out from duplicate top
8821 level code.
8822 (continue tests): Wrap in with_test_prefix.
8823 (test_step): New procedure, factored out from duplicate top level
8824 code.
8825 (top level): Test "step" in combination with all scheduler-locking
8826 modes. Test "next" in combination with all scheduler-locking
8827 modes, and in combination with stepping over a function call or
8828 not.
8829 * gdb.threads/next-bp-other-thread.c: New file.
8830 * gdb.threads/next-bp-other-thread.exp: New file.
8831
8832 2014-10-29 Pedro Alves <palves@redhat.com>
8833
8834 PR python/17372
8835 * gdb.python/python.exp: Test a multi-line command that spawns
8836 interactive Python.
8837 * gdb.base/multi-line-starts-subshell.exp: New file.
8838
8839 2014-10-29 Yao Qi <yao@codesourcery.com>
8840
8841 * gdb.base/fileio.exp: Make directories on host.
8842
8843 2014-10-29 Yao Qi <yao@codesourcery.com>
8844
8845 * gdb.base/fileio.c (test_write): Close the file.
8846
8847 2014-10-28 Pedro Alves <palves@redhat.com>
8848
8849 PR gdb/12623
8850 * gdb.base/sigstep.c (no_handler): New global.
8851 (main): If 'no_handler is true, set the signal handlers to
8852 SIG_IGN.
8853 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8854 with_sw_watch and no_handler parameters. Handle them.
8855 (top level) <stepping over handler when stopped at a breakpoint
8856 test>: Add a test axis for testing with a software watchpoint, and
8857 another for testing with the signal handler set to SIG_IGN.
8858 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8859 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8860
8861 2014-10-28 Pedro Alves <palves@redhat.com>
8862
8863 PR gdb/17511
8864 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8865 * gdb.base/sigstep.exp (other_handler_location): New global.
8866 (advance): Support stepping into the signal handler, and running
8867 commands while in the handler.
8868 (in_handler_map): New global.
8869 (top level): In the advance test, add combinations for getting
8870 into the handler with stepping commands, and for running commands
8871 in the handler. Add comment descripting the advancei tests.
8872
8873 2014-10-28 Pedro Alves <palves@redhat.com>
8874
8875 * gdb.base/sigstep.exp: Use build_executable instead of
8876 prepare_for_testing.
8877 (top level): Move code that starts GDB, runs to main and creates a
8878 display to ...
8879 (restart): ... this new procedure.
8880 (top level): Move backtrace from signal handler test to ...
8881 (validate_backtrace): ... this new procedure.
8882 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
8883 with_test_prefix. Always restart GDB.
8884 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
8885 with_test_prefix. Always restart GDB. No need to delete
8886 breakpoints after the test.
8887 (test_skip_handler): Remove prefix parameter.
8888 (skip_over_handler, breakpoint_to_handler)
8889 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8890 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
8891 restart GDB. No need to delete breakpoints after the test.
8892 (top level): Use foreach to call the test procedures with
8893 different commands.
8894
8895 2014-10-28 Pedro Alves <palves@redhat.com>
8896
8897 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8898 instead of GNATS numbers.
8899 * gdb.base/sigbpt.exp: Likewise.
8900 * gdb.base/siginfo.exp: Likewise.
8901 * gdb.base/sigstep.exp: Likewise.
8902
8903 2014-10-27 Pedro Alves <palves@redhat.com>
8904
8905 * gdb.base/sigstep.c (dummy): New global.
8906 (main): Issue a couple writes to the new global.
8907 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8908 procedures.
8909 (skip_over_handler): Use test_skip_handler.
8910 (top level): Call skip_over_handler for stepi and nexti too.
8911 (breakpoint_over_handler): Use test_skip_handler.
8912 (top level): Call breakpoint_over_handler for stepi and nexti too.
8913
8914 2014-10-27 Yao Qi <yao@codesourcery.com>
8915
8916 * gdb.trace/tfile.c (adjust_function_address)
8917 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8918 function descriptor.
8919
8920 2014-10-24 Don Breazeal <donb@codesourcery.com>
8921
8922 * gdb.base/foll-fork.exp (test_follow_fork,
8923 catch_fork_child_follow): Check for updated fork messages emitted
8924 from infrun.c.
8925 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8926 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8927 vfork_and_exec_child_follow_through_step): Check for updated vfork
8928 messages emitted from infrun.c.
8929
8930 2014-10-24 Pedro Alves <palves@redhat.com>
8931
8932 * gdb.base/corefile.exp: Remove references to ultrix.
8933 * gdb.base/interrupt.exp: Likewise.
8934 * gdb.base/whatis.exp: Likewise.
8935 * gdb.gdb/selftest.exp: Likewise.
8936 * gdb.threads/manythreads.exp: Likewise.
8937 * gdb.threads/print-threads.exp: Likewise.
8938 * gdb.threads/pthreads.exp:: Likewise.
8939 * gdb.threads/schedlock.exp: Likewise.
8940
8941 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
8942
8943 * gdb.cp/non-trivial-retval.cc: Add a test case.
8944 * gdb.cp/non-trivial-retval.exp: Add a test.
8945
8946 2014-10-20 Yao Qi <yao@codesourcery.com>
8947
8948 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8949 * gdb.python/py-objfile-script-gdb.py: New file.
8950 * gdb.python/py-objfile-script.exp: Update reference to
8951 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
8952 of remote_download. Remove the dest file.
8953
8954 2014-10-20 Yao Qi <yao@codesourcery.com>
8955
8956 * gdb.base/checkpoint.exp: Don't remove file copied on host.
8957 * gdb.base/step-line.exp: Likewise.
8958 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8959 * gdb.dwarf2/dw2-basic.exp: Likewise.
8960 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8961 * gdb.dwarf2/dw2-filename.exp: Likewise.
8962 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8963 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8964 * gdb.dwarf2/dw2-producer.exp: Likewise.
8965 * gdb.dwarf2/mac-fileno.exp: Likewise.
8966 * gdb.python/py-frame-args.exp: Likewise.
8967 * gdb.python/py-framefilter.exp: Likewise.
8968 * gdb.python/py-mi.exp: Likewise.
8969 * gdb.python/py-objfile-script.exp: Likewise
8970 * gdb.python/py-pp-integral.exp: Likewise.
8971 * gdb.python/py-pp-re-notag.exp: Likewise.
8972 * gdb.python/py-prettyprint.exp: Likewise.
8973 * gdb.python/py-section-script.exp: Likewise.
8974 * gdb.python/py-typeprint.exp: Likewise.
8975 * gdb.python/py-xmethods.exp: Likewise.
8976 * gdb.stabs/weird.exp: Likewise.
8977 * gdb.xml/tdesc-regs.exp: Likewise.
8978
8979 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
8980
8981 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
8982 (out_cu): Use addr_len for the size of addresses.
8983 (out_line): Likewise. Size DW_LNE_set_address instruction
8984 according to addr_len.
8985 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
8986 (FUNC): Add START_INSNS to definition.
8987
8988 2014-10-18 Yao Qi <yao@codesourcery.com>
8989
8990 * gdb.base/argv0-symlink.exp: Check argv[0] value if
8991 gdb_has_argv0 return true.
8992 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
8993 check [target_info exists noargs], check [gdb_has_argv0]
8994 instead.
8995 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
8996 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
8997 procedures.
8998
8999 2014-10-17 Doug Evans <dje@google.com>
9000
9001 * gdb.python/py-events.exp: Update expected output for clear_objfiles
9002 event.
9003 * gdb.python/py-events.py: Add clear_objfiles event.
9004
9005 2014-10-17 Doug Evans <dje@google.com>
9006
9007 * gdb.python/py-objfile.exp: Test progspace attribute.
9008
9009 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
9010
9011 * gdb.guile/scm-breakpoint.exp: Do not assume any
9012 directory separators when matching source file paths.
9013 * gdb.python/py-breakpoint.exp: Likewise.
9014 * gdb.reverse/break-precsave.exp: Likewise.
9015 * gdb.reverse/break-reverse.exp: Likewise.
9016 * gdb.reverse/consecutive-precsave.exp: Likewise.
9017 * gdb.reverse/finish-precsave.exp: Likewise.
9018 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
9019 * gdb.reverse/finish-reverse.exp: Likewise.
9020 * gdb.reverse/i386-precsave.exp: Likewise.
9021 * gdb.reverse/i387-env-reverse.exp: Likewise.
9022 * gdb.reverse/i387-stack-reverse.exp: Likewise.
9023 * gdb.reverse/machinestate-precsave.exp: Likewise.
9024 * gdb.reverse/machinestate.exp: Likewise.
9025 * gdb.reverse/sigall-precsave.exp: Likewise.
9026 * gdb.reverse/solib-precsave.exp: Likewise.
9027 * gdb.reverse/step-precsave.exp: Likewise.
9028 * gdb.reverse/until-precsave.exp: Likewise.
9029 * gdb.reverse/watch-precsave.exp: Likewise.
9030 * gdb.reverse/watch-reverse.exp: Likewise.
9031
9032 2014-10-17 Yao Qi <yao@codesourcery.com>
9033
9034 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
9035 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
9036
9037 2014-10-17 Pedro Alves <palves@redhat.com>
9038
9039 PR gdb/17471
9040 * gdb.base/bg-execution-repeat.c: New file.
9041 * gdb.base/bg-execution-repeat.exp: New file.
9042
9043 2014-10-17 Pedro Alves <palves@redhat.com>
9044
9045 PR gdb/17300
9046 * gdb.base/continue-all-already-running.c: New file.
9047 * gdb.base/continue-all-already-running.exp: New file.
9048
9049 2014-10-17 Pedro Alves <palves@redhat.com>
9050
9051 PR gdb/17472
9052 * gdb.base/annota-input-while-running.c: New file.
9053 * gdb.base/annota-input-while-running.exp: New file.
9054
9055 2014-10-17 Pedro Alves <palves@redhat.com>
9056
9057 * gdb.base/callfuncs.exp: emove references to osf.
9058 * gdb.base/sigall.exp: Likewise.
9059 * gdb.gdb/selftest.exp: Likewise.
9060 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
9061 * gdb.mi/non-stop.c: Likewise.
9062 * gdb.mi/pthreads.c: Likewise.
9063 * gdb.reverse/sigall-precsave.exp: Likewise.
9064 * gdb.reverse/sigall-reverse.exp: Likewise.
9065 * gdb.threads/pthreads.c: Likewise.
9066 * gdb.threads/pthreads.exp: Likewise.
9067
9068 2014-10-17 Yao Qi <yao@codesourcery.com>
9069
9070 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
9071 check 'target_info exists noargs'.
9072 (test_command_prompt_position): Likewise.
9073 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
9074 Remove "set args".
9075 (progvar_simple_while_test): Likewise.
9076 (progvar_complex_if_while_test): Likewise.
9077 (if_while_breakpoint_command_test): Likewise.
9078 (infrun_breakpoint_command_test): Likewise.
9079 (breakpoint_command_test): Likewise.
9080 (watchpoint_command_test): Likewise.
9081 (bp_deleted_in_command_test): Likewise.
9082 (temporary_breakpoint_commands): Likewise.
9083
9084 2014-10-16 Yao Qi <yao@codesourcery.com>
9085
9086 * gdb.base/remotetimeout.exp: Remove noargs checking.
9087
9088 2014-10-15 Pedro Alves <palves@redhat.com>
9089
9090 PR breakpoints/9649
9091 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
9092 * gdb.base/breakpoint-in-ro-region.exp
9093 (probe_target_hardware_step): New procedure.
9094 (top level): Probe hardware stepping and hardware breakpoint
9095 support. Test stepping through a read-only region, with both
9096 "breakpoint auto-hw" on and off and both "always-inserted" on and
9097 off.
9098
9099 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
9100
9101 * gdb.dlang/demangle.exp: Update for demangling changes.
9102
9103 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9104
9105 * gdb.cp/non-trivial-retval.cc: Add new test cases.
9106 * gdb.cp/non-trivial-retval.exp: Add new tests.
9107
9108 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9109
9110 PR c++/13403
9111 PR c++/15154
9112 * gdb.cp/non-trivial-retval.cc: New file.
9113 * gdb.cp/non-trivial-retval.exp: New file.
9114
9115 2014-10-15 Yao Qi <yao@codesourcery.com>
9116
9117 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
9118 remote host.
9119
9120 2014-10-15 Yao Qi <yao@codesourcery.com>
9121
9122 * gdb.python/py-symbol.exp: Match file base name if host is
9123 remote, otherwise match file name with dir name.
9124 * gdb.python/py-symtab.exp: Likewise.
9125 * gdb.python/python.exp: Likewise.
9126
9127 2014-10-15 Yao Qi <yao@codesourcery.com>
9128
9129 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
9130 pattern.
9131 * gdb.python/py-symtab.exp: Likewise.
9132 * gdb.python/python.exp: Remove trailing ".*". Fix typo
9133 locationn.
9134
9135 2014-10-14 Joel Brobecker <brobecker@adacore.com>
9136
9137 * gdb.ada/addr_arith: New testcase.
9138
9139 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
9140
9141 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
9142 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
9143 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
9144 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
9145
9146 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
9147
9148 * gdb.arch/stap-eval-lang-ada.S: Likewise.
9149 * gdb.arch/stap-eval-lang-ada.c: Likewise.
9150 * gdb.arch/stap-eval-lang-ada.exp: New file.
9151
9152 2014-10-14 Yao Qi <yao@codesourcery.com>
9153
9154 * gdb.mi/mi-var-child.c (nothing1): New function.
9155 (nothing2): New function.
9156 (do_children_tests): Set function pointers by nothing1 and
9157 nothing2.
9158 * gdb.mi/mi-var-child.exp: Step over new added statements.
9159 Update test to match the new output.
9160 * gdb.mi/var-cmd.c (nothing1): New function.
9161 (nothing2): New function.
9162 (do_children_tests): Set function pointers by nothing1 and
9163 nothing2.
9164 * gdb.mi/mi-var-display.exp: Update test to match output.
9165 Step to the line specified by $line_dct_nothing.
9166 Increase the number of lines to step.
9167
9168 2014-10-14 Yao Qi <yao@codesourcery.com>
9169
9170 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
9171 tests.
9172 * gdb.mi/mi2-var-child.exp: Likewise.
9173
9174 2014-10-13 Doug Evans <dje@google.com>
9175
9176 * gdb.python/py-objfile.exp: Change name of file name test.
9177
9178 2014-10-13 Doug Evans <dje@google.com>
9179
9180 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
9181 from the start of the CU.
9182
9183 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9184 Yao Qi <yao@codesourcery.com>
9185
9186 Fix "save breakpoints" for "catch" command.
9187 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
9188 Remove -nonewline. Match also the added "main" line.
9189
9190 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9191
9192 Fix "save breakpoints" for "disable $bpnum" command.
9193 * gdb.base/save-bp.c (main): Add label.
9194 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
9195
9196 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9197
9198 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
9199
9200 2014-10-11 Yao Qi <yao@codesourcery.com>
9201
9202 * gdb.server/server-kill.exp: Execute command
9203 "set remote trace-status-packet on" before "tstatus".
9204
9205 2014-10-11 Yao Qi <yao@codesourcery.com>
9206
9207 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
9208 (main): Call getppid.
9209 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
9210 and continue to it. Read variable "server_pid".
9211
9212 2014-10-11 Yao Qi <yao@codesourcery.com>
9213
9214 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
9215
9216 2014-10-11 Yao Qi <yao@codesourcery.com>
9217
9218 * gdb.threads/thread-find.exp: Don't execute command
9219 "info threads".
9220 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
9221 * gdb.threads/linux-dp.exp: Don't check the condition
9222 $threads_created equals to zero.
9223
9224 2014-10-10 Pedro Alves <palves@redhat.com>
9225
9226 * gdb.base/bigcore.exp: Remove references to IRIX.
9227 * gdb.base/funcargs.exp: Likewise.
9228 * gdb.base/interrupt.exp: Likewise.
9229 * gdb.base/mips_pro.exp: Likewise.
9230 * gdb.base/nodebug.exp: Likewise.
9231 * gdb.base/setvar.exp: Likewise.
9232 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
9233
9234 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9235 Pedro Alves <palves@redhat.com>
9236
9237 PR symtab/14466
9238 * gdb.base/vdso-warning.c: New file.
9239 * gdb.base/vdso-warning.exp: New file.
9240
9241 2014-10-02 Doug Evans <dje@google.com>
9242
9243 * gdb.base/structs.c (main): Don't run forever.
9244
9245 2014-10-02 Pedro Alves <palves@redhat.com>
9246
9247 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
9248 (top level) <stop threads 1, stop threads 2>: Use it.
9249
9250 2014-10-02 Pedro Alves <palves@redhat.com>
9251
9252 * gdb.threads/break-while-running.exp (test): Add new
9253 'update_thread_list' argument. Skip "info threads" if false.
9254 (top level): Add new 'update_thread_list' axis.
9255
9256 2014-10-02 Pedro Alves <palves@redhat.com>
9257
9258 PR breakpoints/17431
9259 * gdb.base/execl-update-breakpoints.c: New file.
9260 * gdb.base/execl-update-breakpoints.exp: New file.
9261
9262 2014-10-01 Pedro Alves <palves@redhat.com>
9263
9264 * gdb.base/breakpoint-in-ro-region.c: New file.
9265 * gdb.base/breakpoint-in-ro-region.exp: New file.
9266
9267 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
9268
9269 * gdb.mi/mi-exit-code.exp: New file.
9270 * gdb.mi/mi-exit-code.c: New file.
9271
9272 2014-09-30 Yao Qi <yao@codesourcery.com>
9273
9274 * lib/prelink-support.exp (build_executable_own_libs): Error if
9275 the target isn't native.
9276
9277 2014-09-30 Yao Qi <yao@codesourcery.com>
9278
9279 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
9280 false.
9281
9282 2014-09-22 Pedro Alves <palves@redhat.com>
9283
9284 * gdb.threads/break-while-running.exp: New file.
9285 * gdb.threads/break-while-running.c: New file.
9286
9287 2014-09-19 Yao Qi <yao@codesourcery.com>
9288
9289 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
9290 Invoke test. Restart GDB with --readnow and invoke test again.
9291
9292 2014-09-19 Yao Qi <yao@codesourcery.com>
9293
9294 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
9295 proc set_breakpoint_on_gcd_function. Invoke
9296 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
9297 invoke set_breakpoint_on_gcd_function again.
9298
9299 2014-09-18 Doug Evans <dje@google.com>
9300
9301 * gdb.dwarf2/symtab-producer.exp: New file.
9302
9303 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9304
9305 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
9306 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
9307 * gdb.base/global-var-nested-by-dso.c: Likewise.
9308 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9309
9310 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9311 Pedro Alves <palves@redhat.com>
9312
9313 * gdb.base/watch-bitfields.exp: Pass string other than test file
9314 name to prepare_for_testing.
9315 (watch): New procedure.
9316 (expect_watchpoint): Use with_test_prefix.
9317 (top level): Factor out tests to ...
9318 (test_watch_location, test_regular_watch): ... these new
9319 procedures, and use with_test_prefix and gdb_continue_to_end.
9320
9321 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
9322
9323 PR breakpoints/12526
9324 * gdb.base/watch-bitfields.exp: New file.
9325 * gdb.base/watch-bitfields.c: New file.
9326
9327 2014-09-16 Pedro Alves <palves@redhat.com>
9328
9329 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
9330 software and hardware addresses, not software address against
9331 itself.
9332
9333 2014-09-16 Pedro Alves <palves@redhat.com>
9334
9335 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
9336 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
9337
9338 2014-09-16 Pedro Alves <palves@redhat.com>
9339
9340 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
9341 files.
9342 * gdb.base/a2-run.exp: Remove all code guarded by istarget
9343 "*-*-vxworks*" throughout.
9344 * gdb.base/break.exp: Likewise.
9345 * gdb.base/default.exp: Likewise.
9346 * gdb.base/scope.exp: Likewise.
9347 * gdb.base/sepdebug.exp: Likewise.
9348 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
9349 throughout.
9350 * gdb.base/run.c: Likewise.
9351 * gdb.base/sepdebug.c: Likewise.
9352 * gdb.hp/gdb.aCC/run.c: Likewise.
9353 * gdb.reverse/until-reverse.c: Likewise.
9354 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
9355
9356 2014-09-16 Yao Qi <yao@codesourcery.com>
9357
9358 * boards/local-remote-host-native.exp: New file.
9359
9360 2014-09-14 Doug Evans <xdje42@gmail.com>
9361
9362 * gdb.threads/queue-signal.c (thread_count): New variable.
9363 (thread_count_mutex, thread_count_condvar): New variables.
9364 (incr_thread_count, wait_all_threads_running): New functions.
9365 (main): Wait for all threads to be in their thread functions.
9366
9367 2014-09-13 Doug Evans <xdje42@gmail.com>
9368
9369 * gdb.threads/queue-signal.c: New file.
9370 * gdb.threads/queue-signal.exp: New file.
9371
9372 2014-09-13 Doug Evans <xdje42@gmail.com>
9373
9374 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9375 be consistent with what default_gdb_init uses.
9376 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9377 the plain text of the prompt. Add some logging printfs.
9378 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9379
9380 2014-09-12 Pedro Alves <palves@redhat.com>
9381
9382 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9383 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9384 * gdb.arch/i386-size-overlap.exp: Likewise.
9385 * gdb.arch/i386-size.exp: Likewise.
9386 * gdb.arch/i386-unwind.exp: Likewise.
9387 * gdb.base/a2-run.exp: Likewise.
9388 * gdb.base/break.exp: Likewise.
9389 * gdb.base/charset.exp: Likewise.
9390 * gdb.base/chng-syms.exp: Likewise.
9391 * gdb.base/commands.exp: Likewise.
9392 * gdb.base/dbx.exp: Likewise.
9393 * gdb.base/find.exp: Likewise.
9394 * gdb.base/funcargs.exp: Likewise.
9395 * gdb.base/jit-simple.exp: Likewise.
9396 * gdb.base/reread.exp: Likewise.
9397 * gdb.base/sepdebug.exp: Likewise.
9398 * gdb.base/step-bt.exp: Likewise.
9399 * gdb.cp/mb-inline.exp: Likewise.
9400 * gdb.cp/mb-templates.exp: Likewise.
9401 * gdb.objc/basicclass.exp: Likewise.
9402 * gdb.threads/killed.exp: Likewise.
9403
9404 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9405
9406 PR tdep/17379
9407 * gdb.arch/powerpc-stackless.S: New file.
9408 * gdb.arch/powerpc-stackless.exp: New file.
9409
9410 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9411
9412 * gdb.base/attach.c: Include unistd.h.
9413 (main): Call alarm. Add label postloop.
9414 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
9415 gdb_breakpoint, gdb_continue_to_breakpoint.
9416 (test_command_line_attach_run): Kill ${testpid} in one exit path.
9417
9418 2014-09-11 Pedro Alves <palves@redhat.com>
9419
9420 PR gdb/17347
9421 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9422 * gdb.base/attach.exp (test_command_line_attach_run): New
9423 procedure.
9424 (top level): Call it.
9425
9426 2014-09-11 Pedro Alves <palves@redhat.com>
9427
9428 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9429 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9430 (do_command_attach_tests): Use spawn_wait_for_attach.
9431 * gdb.base/solib-overlap.exp: Likewise.
9432 * gdb.multi/multi-attach.exp: Likewise.
9433 * gdb.python/py-prompt.exp: Likewise.
9434 * gdb.python/py-sync-interp.exp: Likewise.
9435 * gdb.server/ext-attach.exp: Likewise.
9436
9437 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
9438
9439 * gdb.fortran/array-element.exp: Remove unexpected "continue"
9440 command in testcase. Simplify testcase.
9441
9442 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9443
9444 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9445
9446 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9447
9448 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9449
9450 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9451
9452 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9453
9454 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9455
9456 * gdb.dwarf2/dynarr-ptr.c: New file.
9457 * gdb.dwarf2/dynarr-ptr.exp: New file.
9458
9459 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9460
9461 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9462 of 30 rather than hardcoding 120 for a slow test case. Take the
9463 `gdb,timeout' target setting into account for this calculation.
9464 Don't extend the timeout for the test cases that don't need it.
9465
9466 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9467
9468 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9469 a factor of 2 for a slow test case. Take the `gdb,timeout'
9470 target setting into account for this calculation.
9471 * gdb.reverse/until-precsave.exp: Increase the timeout by
9472 a factor of 15 and 3 respectively rather than adding 120
9473 for a pair of slow test cases. Take the `gdb,timeout'
9474 target setting into account for this calculation.
9475
9476 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9477
9478 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9479 timeout, don't pass one down to gdb_expect.
9480 (gdb_expect): Rework timeout selection.
9481
9482 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9483
9484 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9485 exception on timeout.
9486 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9487 (gdbserver_start_extended): Catch any `gdbserver_start' error
9488 exceptions.
9489 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9490 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9491 `gdbserver_gdb_load' error exceptions.
9492
9493 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9494
9495 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9496 120 on waiting for the TCP socket to open.
9497
9498 2014-09-09 Doug Evans <xdje42@gmail.com>
9499
9500 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9501 _caller_matches, _any_caller_is, _any_caller_matches.
9502
9503 2014-09-09 Doug Evans <xdje42@gmail.com>
9504
9505 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9506
9507 2014-09-09 Yao Qi <yao@codesourcery.com>
9508
9509 * gdb.mi/mi-var-display.exp: Set print symbol off.
9510
9511 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9512
9513 PR gdb/17035
9514 * gdb.base/commands.exp: Add tests to verify user-defined
9515 commands with empty bodies.
9516 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9517 python commands in `show user command`.
9518 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9519 scheme commands in `show user command`.
9520
9521 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9522
9523 PR python/17355
9524 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9525 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9526 * gdb.python/py-framefilter-invalidarg.exp: New file.
9527 * gdb.python/py-framefilter-invalidarg.py: New file.
9528
9529 2014-09-06 Doug Evans <xdje42@gmail.com>
9530
9531 PR 15276
9532 * gdb.python/py-caller-is.c: New file.
9533 * gdb.python/py-caller-is.exp: New file.
9534
9535 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9536
9537 PR gdb/17235
9538 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9539 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9540
9541 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9542
9543 PR fortran/17237
9544 * gdb.fortran/print-formatted.exp: New file.
9545 * gdb.fortran/print-formatted.f90: Likewise.
9546
9547 2014-09-03 Sasha Smundak <asmundak@google.com>
9548
9549 * gdb.python/py-frame.exp: Test Frame.read_register.
9550
9551 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9552
9553 PR python/16699
9554 * gdb.python/py-completion.exp: New file.
9555 * gdb.python/py-completion.py: Likewise.
9556
9557 2014-08-28 Doug Evans <dje@google.com>
9558
9559 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9560 eax,etc. are live with values set by gdb and thus the compiler can't
9561 use them.
9562 * gdb.arch/i386-pseudo.c (main): Ditto.
9563
9564 2014-08-27 Doug Evans <dje@google.com>
9565
9566 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9567
9568 2014-08-25 Doug Evans <dje@google.com>
9569
9570 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9571 (main): Ditto.
9572
9573 2014-08-25 Doug Evans <dje@google.com>
9574
9575 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9576
9577 2014-08-24 Yao Qi <yao@codesourcery.com>
9578
9579 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9580 symbol off.
9581 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9582
9583 2014-08-22 Doug Evans <dje@google.com>
9584
9585 PR 17276
9586 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9587 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9588 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9589
9590 2014-08-22 Yao Qi <yao@codesourcery.com>
9591
9592 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9593 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9594 * gdb.python/python.exp: Likewise. Use .py file on the host
9595 instead of the build.
9596
9597 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9598
9599 * gdb.threads/gcore-stale-thread.c: New file.
9600 * gdb.threads/gcore-stale-thread.exp: New file.
9601
9602 2014-08-21 Pedro Alves <palves@redhat.com>
9603
9604 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9605 * gdb.base/gcore-relro-pie.exp: Likewise.
9606 * gdb.base/gcore-relro.exp: Likewise.
9607 * gdb.base/gcore.exp: Likewise.
9608 * gdb.base/print-symbol-loading.exp: Likewise.
9609 * gdb.threads/gcore-thread.exp: Likewise.
9610 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9611
9612 2014-08-20 Pedro Alves <palves@redhat.com>
9613 Jan Kratochvil <jan.kratochvil@redhat.com>
9614
9615 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9616 configure.
9617 (EXPECT): Handle READ1 being set.
9618 (all): Depend on EXTRA_RULES.
9619 (check-read1, expect-read1, read1.so, read1): New rules.
9620 * README (Testsuite Parameters): Document the READ1 make variable.
9621 (Race detection): New section.
9622 * configure: Regenerate.
9623 * configure.ac: If build==host==target, and running under a
9624 GNU/glibc system, add read1 to the extra Makefile rules.
9625 (EXTRA_RULES): AC_SUBST it.
9626 * lib/read1.c: New file.
9627
9628 2014-08-20 Joel Brobecker <brobecker@adacore.com>
9629
9630 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9631 the handling of variables declared as a typedef to an array
9632 which a DW_AT_data_location attribute.
9633
9634 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
9635 Pedro Alves <palves@redhat.com>
9636
9637 PR symtab/14604
9638 PR symtab/14605
9639 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9640 gdb_test.
9641
9642 2014-08-19 Pedro Alves <palves@redhat.com>
9643
9644 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9645
9646 2014-08-19 Yao Qi <yao@codesourcery.com>
9647
9648 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9649 right line.
9650
9651 2014-08-18 David Blaikie <dblaikie@gmail.com>
9652
9653 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9654
9655 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9656
9657 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9658 attribute in array range.
9659
9660 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9661
9662 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9663
9664 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9665
9666 PR c++/17132
9667 * gdb.cp/pr17132.cc: New file.
9668 * gdb.cp/pr17132.exp: New file.
9669
9670 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9671
9672 * gdb.python/py-xmethods.py (A_getarrayind)
9673 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9674 Use 'print' with function call syntax.
9675 (E_method_matcher.match): Fix tab vs space indentation mixup.
9676
9677 2014-08-15 Yao Qi <yao@codesourcery.com>
9678
9679 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9680 false.
9681
9682 2014-08-15 Yao Qi <yao@codesourcery.com>
9683
9684 * gdb.cp/casts.exp: Set print symbol off.
9685 * gdb.cp/class2.exp: Likewise.
9686 * gdb.cp/overload.exp: Likewise.
9687 * gdb.cp/templates.exp: Likewise.
9688
9689 2014-08-11 Doug Evans <dje@google.com>
9690
9691 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9692 (test_load_shlib): Update.
9693
9694 2014-08-09 Yao Qi <yao@codesourcery.com>
9695
9696 * gdb.base/display.exp: Invoke is_address_zero_readable.
9697 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9698 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9699 * gdb.base/hbreak-unmapped.exp: Return if
9700 is_address_zero_readable returns true.
9701 * gdb.base/signest.exp: Likewise.
9702 * gdb.base/signull.exp: Likewise.
9703 * gdb.base/sigbpt.exp: Likewise.
9704 * gdb.guile/scm-disasm.exp: Do the test if
9705 is_address_zero_readable returns false.
9706 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9707 * gdb.python/py-arch.exp: Likewise.
9708 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9709 * lib/gdb.exp (is_address_zero_readable): New proc.
9710
9711 2014-08-09 Yao Qi <yao@codesourcery.com>
9712
9713 PR testsuite/13443
9714 * gdb.mi/mi-var-display.exp: Make test messages unique.
9715
9716 2014-08-04 Tom Tromey <tromey@redhat.com>
9717
9718 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9719 target 0".
9720
9721 2014-08-04 Tom Tromey <tromey@redhat.com>
9722
9723 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9724 "target_resume".
9725
9726 2014-08-01 Joel Brobecker <brobecker@adacore.com>
9727
9728 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9729 inner_vla_struct_object_size.
9730 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9731 as xfail.
9732
9733 2014-07-30 Pedro Alves <palves@redhat.com>
9734
9735 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9736 comment.
9737
9738 2014-07-29 Yao Qi <yao@codesourcery.com>
9739
9740 PR gdb/17206
9741 * gdb.base/until-nodebug.exp: New.
9742
9743 2014-07-28 Doug Evans <xdje42@gmail.com>
9744
9745 PR guile/17203
9746 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9747 previously existing parameter, and previously ambiguously spelled
9748 parameter.
9749
9750 2014-07-28 Will Newton <will.newton@linaro.org>
9751
9752 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9753
9754 2014-07-26 Ludovic Courtès <ludo@gnu.org>
9755 Doug Evans <xdje42@gmail.com>
9756
9757 PR guile/17146
9758 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9759
9760 2014-07-25 Pedro Alves <palves@redhat.com>
9761
9762 * gdb.threads/signal-command-handle-nopass.c: New file.
9763 * gdb.threads/signal-command-handle-nopass.exp: New file.
9764 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9765 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9766 * gdb.threads/signal-delivered-right-thread.c: New file.
9767 * gdb.threads/signal-delivered-right-thread.exp: New file.
9768
9769 2014-07-25 Pedro Alves <palves@redhat.com>
9770
9771 * gdb.base/double-prompt-target-event-error.exp
9772 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9773 match.
9774 (cancel_pagination_in_target_event): Rework double prompt
9775 detection.
9776 * gdb.base/paginate-after-ctrl-c-running.exp
9777 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9778 <return>' match.
9779 * gdb.base/paginate-bg-execution.exp
9780 (test_bg_execution_pagination_return)
9781 (test_bg_execution_pagination_cancel): Remove '-notransfer
9782 <return>' matches.
9783 * gdb.base/paginate-execution-startup.exp
9784 (test_fg_execution_pagination_return)
9785 (test_fg_execution_pagination_cancel): Remove '-notransfer
9786 <return>' matches.
9787 * gdb.base/paginate-inferior-exit.exp
9788 (test_paginate_inferior_exited): Remove '-notransfer <return>'
9789 match.
9790 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9791 * lib/gdb.exp (pagination_prompt): Run text through
9792 string_to_regexp.
9793 (gdb_test_multiple): Match $pagination_prompt instead of
9794 "<return>".
9795 (string_to_regexp): Move to lib/gdb-utils.exp.
9796
9797 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9798
9799 * gdb.arch/amd64-entry-value-paramref.S: New file.
9800 * gdb.arch/amd64-entry-value-paramref.cc: New file.
9801 * gdb.arch/amd64-entry-value-paramref.exp: New file.
9802 * gdb.arch/amd64-optimout-repeat.S: New file.
9803 * gdb.arch/amd64-optimout-repeat.c: New file.
9804 * gdb.arch/amd64-optimout-repeat.exp: New file.
9805
9806 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9807
9808 PR gdb/17170
9809 * gdb.base/statistics.exp: New file.
9810
9811 2014-07-17 Doug Evans <dje@google.com>
9812
9813 PR gdb/17170
9814 * gdb.base/maint.exp: Update testing of per-command stats.
9815
9816 2014-07-16 Pedro Alves <palves@redhat.com>
9817
9818 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9819 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9820 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9821 (tfile_write_buf): New functions.
9822 (add_memory_block): Rewrite using the above.
9823 (adjust_function_address): New function.
9824 (FUNCTION_ADDRESS): New macro.
9825 (write_basic_trace_file): Remove short_x local, and use
9826 tfile_write_16. Change type of func_addr local to unsigned long
9827 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
9828 here. Cast argument of add_memory_block to char pointer.
9829 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
9830 (main): Remove parameters.
9831 * gdb.trace/tfile.exp: Remove nowarnings.
9832
9833 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
9834
9835 * gdb.base/debug-expr.exp: Test string evaluation with
9836 "debug expression" on.
9837
9838 2014-07-15 Pedro Alves <palves@redhat.com>
9839
9840 * gdb.base/reread.exp: Use clean_restart.
9841
9842 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
9843
9844 * gdb.arch/avr-flash-qualifer.c: New.
9845 * gdb.arch/avr-flash-qualifer.exp: New.
9846
9847 2014-07-14 Pedro Alves <palves@redhat.com>
9848
9849 * gdb.base/paginate-after-ctrl-c-running.c: New file.
9850 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9851
9852 2014-07-14 Pedro Alves <palves@redhat.com>
9853
9854 * gdb.base/double-prompt-target-event-error.c: New file.
9855 * gdb.base/double-prompt-target-event-error.exp: New file.
9856
9857 2014-07-14 Pedro Alves <palves@redhat.com>
9858
9859 PR gdb/17072
9860 * gdb.base/paginate-inferior-exit.c: New file.
9861 * gdb.base/paginate-inferior-exit.exp: New file.
9862
9863 2014-07-14 Pedro Alves <palves@redhat.com>
9864
9865 PR gdb/17072
9866 * gdb.base/paginate-bg-execution.c: New file.
9867 * gdb.base/paginate-bg-execution.exp: New file.
9868
9869 2014-07-14 Pedro Alves <palves@redhat.com>
9870
9871 PR gdb/17072
9872 * gdb.base/paginate-execution-startup.c: New file.
9873 * gdb.base/paginate-execution-startup.exp: New file.
9874 * lib/gdb.exp (pagination_prompt): New global.
9875 (default_gdb_spawn): New procedure, factored out from
9876 default_gdb_spawn.
9877 (default_gdb_start): Adjust to call default_gdb_spawn.
9878 (gdb_spawn): New procedure.
9879
9880 2014-07-14 Pedro Alves <palves@redhat.com>
9881
9882 * lib/gdb.exp (gdb_assert): New procedure.
9883 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9884
9885 2014-07-14 Pedro Alves <palves@redhat.com>
9886
9887 * gdb.base/execution-termios.c: New file.
9888 * gdb.base/execution-termios.exp: New file.
9889
9890 2014-07-14 Tom Tromey <tromey@redhat.com>
9891
9892 * gdb.cp/vla-cxx.cc: New file.
9893 * gdb.cp/vla-cxx.exp: New file.
9894
9895 2014-07-14 Tom Tromey <tromey@redhat.com>
9896
9897 * gdb.reverse/rerun-prec.c: New file.
9898 * gdb.reverse/rerun-prec.exp: New file.
9899
9900 2014-07-12 Maciej W. Rozycki <macro@mips.com>
9901 Maciej W. Rozycki <macro@codesourcery.com>
9902
9903 * lib/gdb-utils.exp: New file.
9904 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9905 inline `gdb_init_command' processing.
9906 (gdb_start_cmd): Likewise.
9907 * lib/mi-support.exp (mi_run_cmd): Likewise.
9908 * README: Document `gdb_init_command' and `gdb_init_commands'.
9909
9910 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9911
9912 Fix false FAIL running under a very long directory name.
9913 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9914 and "set print elements 10000". Twice.
9915
9916 2014-07-11 Yao Qi <yao@codesourcery.com>
9917
9918 * gdb.base/exprs.exp: "set print symbol off".
9919
9920 2014-07-11 Pedro Alves <palves@redhat.com>
9921
9922 * gdb.threads/kill.c: New file.
9923 * gdb.threads/kill.exp: New file.
9924
9925 2014-07-10 Yao Qi <yao@codesourcery.com>
9926
9927 * gdb.trace/tfile.c (write_basic_trace_file)
9928 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9929 address written to trace file.
9930
9931 2014-07-09 Pedro Alves <palves@redhat.com>
9932
9933 * gdb.base/attach-wait-input.exp: New file.
9934 * gdb.base/attach-wait-input.c: New file.
9935
9936 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9937
9938 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9939 setting up test structures.
9940 (main): Call new test function.
9941 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9942 test function, continue into test function and walk test
9943 structures.
9944
9945 2014-07-02 Yao Qi <yao@codesourcery.com>
9946
9947 * gdb.trace/entry-values.c: Define labels 'foo_start' and
9948 'bar_start' at the beginning of functions 'foo' and 'bar'
9949 respectively.
9950 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9951 instead of 'foo' and 'bar'.
9952
9953 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
9954
9955 * gdb.btrace/segv.exp: New.
9956 * gdb.btrace/segv.c: New.
9957
9958 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
9959
9960 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9961 instruction.
9962
9963 2014-06-30 Mark Wielaard <mjw@redhat.com>
9964
9965 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
9966 vulture, vilify, villar): New volatile array constants.
9967 (vindictive, vegetation): New const volatile array constants.
9968 * gdb.base/volatile.exp: Test volatile and const volatile array
9969 types.
9970
9971 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9972
9973 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
9974 target lacks support for awatch, rwatch, or hbreak.
9975
9976 2014-06-27 Yao Qi <yao@codesourcery.com>
9977
9978 * gdb.multi/dummy-frame-restore.exp: New.
9979 * gdb.multi/dummy-frame-restore.c: New.
9980
9981 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
9982
9983 * gdb.btrace/gcore.exp: New.
9984
9985 2014-06-23 Pedro Alves <palves@redhat.com>
9986
9987 * gdb.base/watchpoint-reuse-slot.c: New file.
9988 * gdb.base/watchpoint-reuse-slot.exp: New file.
9989
9990 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
9991
9992 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
9993 progspace's filename in 'info', 'enable' and 'disable' command
9994 tests.
9995
9996 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9997
9998 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
9999 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10000 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
10001
10002 2014-06-20 Gary Benson <gbenson@redhat.com>
10003
10004 * gdb.arch/i386-avx.exp: Fix include file location.
10005 * gdb.arch/i386-sse.exp: Likewise.
10006
10007 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
10008
10009 * gdb.dlang/expression.exp: New file.
10010
10011 2014-06-19 Pedro Alves <palves@redhat.com>
10012
10013 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
10014 out from ...
10015 (top level): ... here. Iterate running tests under different
10016 scheduler-locking settings.
10017
10018 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
10019
10020 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
10021 to DW_FORM_addr and use non-zero addresses.
10022
10023 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
10024
10025 PR gdb/17017
10026 * gdb.python/py-xmethods.cc: Add global function call counters and
10027 increment them in their respective functions. Remove "cout"
10028 statements.
10029 * gdb.python/py-xmethods.exp: Make tests check the global function
10030 call counters instead of depending on inferior IO.
10031
10032 2014-06-18 Don Breazeal <donb@codesourcery.com>
10033
10034 * gdb.base/foll-fork.exp (default_fork_parent_follow):
10035 Deleted procedure.
10036 (explicit_fork_parent_follow): Deleted procedure.
10037 (explicit_fork_child_follow): Deleted procedure.
10038 (test_follow_fork): New procedure.
10039 (do_fork_tests): Replace calls to deleted procedures with
10040 calls to test_follow_fork and reset GDB for subsequent
10041 procedure calls.
10042
10043 2014-06-17 Yao Qi <yao@codesourcery.com>
10044
10045 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
10046 CP1252.
10047
10048 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
10049
10050 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
10051 Initialize ptr and S explicitly.
10052 (skip_type_update_when_not_use_rtti_test): Likewise.
10053
10054 2014-06-16 Keith Seitz <keiths@redhat.com>
10055
10056 PR mi/15863
10057 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
10058 the inferior is started.
10059
10060 2014-06-16 Pedro Alves <palves@redhat.com>
10061
10062 * gdb.base/break-main-file-remove-fail.c: New file.
10063 * gdb.base/break-main-file-remove-fail.exp: New file.
10064 * gdb.base/break-unload-file.exp: Use build_executable instead of
10065 prepare_for_testing.
10066 (test_break): New parameter "initial_load". Handle it.
10067 (top level): Add initial_load cmdline/file axis.
10068
10069 2014-06-12 Tom Tromey <tromey@redhat.com>
10070
10071 * gdb.base/completion.exp: Don't use directory name in test.
10072
10073 2014-06-09 Gary Benson <gbenson@redhat.com>
10074
10075 * gdb.base/sigall.c [Functions to send signals]: Reorder to
10076 separate the always-available ANSI-standard signals from the
10077 signals that require checking.
10078 (main): Likewise.
10079 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
10080 Likewise.
10081 (main): Likewise.
10082
10083 2014-06-07 Keith Seitz <keiths@redhat.com>
10084
10085 Revert:
10086 PR c++/16253
10087 * gdb.cp/var-tag.cc: New file.
10088 * gdb.cp/var-tag.exp: New file.
10089 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10090 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10091 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10092 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10093
10094 2014-06-06 Doug Evans <xdje42@gmail.com>
10095
10096 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
10097
10098 2014-06-06 Pedro Alves <palves@redhat.com>
10099
10100 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
10101 in target debug output instead of looking at RSP packets,
10102 disabling the test on any target that uses hardware stepping.
10103 Update comments.
10104
10105 2014-06-06 Pedro Alves <palves@redhat.com>
10106
10107 * gdb.base/break-unload-file.exp: Fix typo.
10108
10109 2014-06-06 Yao Qi <yao@codesourcery.com>
10110
10111 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
10112 from "jit_function" to "^jit_function".
10113
10114 2014-06-06 Yao Qi <yao@codesourcery.com>
10115
10116 * gdb.base/async.c (foo): Add one statement.
10117 * gdb.base/async.exp: Get the next instruction address and
10118 match the output of "nexti" by instruction address. Match
10119 the hex address in the output of "finish".
10120
10121 2014-06-06 Gary Benson <gbenson@redhat.com>
10122
10123 * gdb.base/call-signals.c: Remove preprocessor conditionals
10124 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
10125 SIGSEGV and SIGTERM.
10126 * gdb.base/sigall.c: Likewise.
10127 * gdb.base/unwindonsignal.c: Likewise.
10128 * gdb.reverse/sigall-reverse.c: Likewise.
10129
10130 2014-06-06 Yao Qi <yao@codesourcery.com>
10131
10132 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
10133 readable, skip the test.
10134
10135 2014-06-06 Yao Qi <yao@codesourcery.com>
10136
10137 * gdb.threads/staticthreads.c (thread_function): Move the line
10138 setting breakpoint on forward.
10139 * gdb.threads/staticthreads.exp: Update comments.
10140
10141 2014-06-05 Ludovic Courtès <ludo@gnu.org>
10142
10143 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
10144 "history-append! type error".
10145
10146 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
10147
10148 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
10149 erroneous dprintf expected input.
10150
10151 2014-06-04 Doug Evans <xdje42@gmail.com>
10152
10153 * gdb.guile/scm-generics.exp: Delete.
10154
10155 2014-06-04 Doug Evans <xdje42@gmail.com>
10156
10157 * gdb.guile/scm-breakpoint.exp: Update.
10158 Add tests for breakpoint registration.
10159
10160 2014-06-04 Tom Tromey <tromey@redhat.com>
10161
10162 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
10163 VLA-in-union.
10164 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
10165 inner_vla_struct, vla_union types. Initialize objects of those
10166 types and compute their sizes.
10167
10168 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
10169 Hui Zhu <hui@codesourcery.com>
10170
10171 * gdb.base/fileio.exp: Add test for shell not available as well as
10172 available.
10173 * gdb.base/fileio.c (test_system): Check for shell twice.
10174
10175 2014-06-04 Yao Qi <yao@codesourcery.com>
10176
10177 * gdb.base/auto-connect-native-target.exp: Remove redundant
10178 space from the regexp pattern.
10179
10180 2014-06-04 Yao Qi <yao@codesourcery.com>
10181
10182 * gdb.base/default.exp: Replace "child" with "native" in
10183 regexp pattern.
10184
10185 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
10186
10187 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
10188 * gdb.python/py-xmethods.exp: New tests to test xmethods.
10189 * gdb.python/py-xmethods.py: Python script supporting the
10190 new testcase and tests.
10191
10192 2014-06-03 Joel Brobecker <brobecker@adacore.com>
10193 Pedro Alves <palves@redhat.com>
10194
10195 PR breakpoints/17000
10196 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
10197 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
10198
10199 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
10200
10201 * gdb.base/subst.exp: Add tests to verify partial path matching
10202 output.
10203
10204 2014-06-03 Pedro Alves <palves@redhat.com>
10205
10206 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
10207 target that doesn't use software single-stepping.
10208
10209 2014-06-03 Pedro Alves <palves@redhat.com>
10210
10211 PR breakpoints/17000
10212 * gdb.base/sss-bp-on-user-bp-2.c: New file.
10213 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
10214
10215 2014-06-02 Doug Evans <xdje42@gmail.com>
10216
10217 * gdb.guile/scm-parameter.exp: New file.
10218
10219 2014-06-02 Doug Evans <xdje42@gmail.com>
10220
10221 * gdb.guile/scm-cmd.c: New file.
10222 * gdb.guile/scm-cmd.exp: New file.
10223
10224 2014-06-02 Doug Evans <xdje42@gmail.com>
10225
10226 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
10227 pretty-printer lookup.
10228 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
10229 (make-pp_s-printer): Call it.
10230 (make-pretty-printer-from-dict): New function.
10231 (lookup-pretty-printer-maker-from-dict): New function.
10232 (*pretty-printer*): Simplify.
10233 (make-objfile-pp_s-printer): New function.
10234 (install-objfile-pretty-printers!): New function.
10235 (make-progspace-pp_s-printer): New function.
10236 (install-progspace-pretty-printers!): New function.
10237 * gdb.guile/scm-progspace.c: New file.
10238 * gdb.guile/scm-progspace.exp: New file.
10239
10240 2014-06-02 Pedro Alves <palves@redhat.com>
10241
10242 * gdb.base/dprintf-bp-same-addr.c: New file.
10243 * gdb.base/dprintf-bp-same-addr.exp: New file.
10244
10245 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10246
10247 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
10248 * gdb.arch/powerpc-power.s: Likewise.
10249
10250 2014-06-02 Joel Brobecker <brobecker@adacore.com>
10251
10252 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
10253
10254 2014-06-01 Yao Qi <yao@codesourcery.com>
10255
10256 * gdb.base/watchpoint.exp (test_watch_location): Check null
10257 pointer can be dereferenced. If not, do the test, otherwise
10258 skip it.
10259
10260 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
10261
10262 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
10263 results.
10264 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
10265
10266 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
10267
10268 * gdb.arch/amd64-invalid-stack-middle.S: New file.
10269 * gdb.arch/amd64-invalid-stack-middle.c: New file.
10270 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
10271 * gdb.arch/amd64-invalid-stack-top.c: New file.
10272 * gdb.arch/amd64-invalid-stack-top.exp: New file.
10273
10274 2014-05-30 Pedro Alves <palves@redhat.com>
10275
10276 PR breakpoints/17000
10277 * gdb.base/sss-bp-on-user-bp.c: New file.
10278 * gdb.base/sss-bp-on-user-bp.exp: New file.
10279
10280 2014-05-30 David Blaikie <dblaikie@gmail.com>
10281
10282 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
10283 gnu_inline semantics via attribute.
10284 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
10285 source explicitly specifies the required semantics.
10286
10287 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
10288
10289 * gdb.reverse/sigall-reverse.exp: Fix a typo.
10290
10291 2014-05-29 Pedro Alves <palves@redhat.com>
10292 Tom Tromey <tromey@redhat.com>
10293
10294 * gdb.base/async-shell.exp: Don't enable target-async.
10295 * gdb.base/async.exp
10296 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
10297 parameter. Adjust.
10298 (top level): Don't test with "target-async".
10299 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
10300 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
10301 * gdb.base/inferior-died.exp: Don't enable target-async.
10302 * gdb.base/interrupt-noterm.exp: Likewise.
10303 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
10304 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10305 * gdb.mi/mi-nonstop.exp: Likewise.
10306 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10307 * gdb.mi/mi-nsintrall.exp: Likewise.
10308 * gdb.mi/mi-nsmoribund.exp: Likewise.
10309 * gdb.mi/mi-nsthrexec.exp: Likewise.
10310 * gdb.mi/mi-watch-nonstop.exp: Likewise.
10311 * gdb.multi/watchpoint-multi.exp: Adjust comment.
10312 * gdb.python/py-evsignal.exp: Don't enable target-async.
10313 * gdb.python/py-evthreads.exp: Likewise.
10314 * gdb.python/py-prompt.exp: Likewise.
10315 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
10316 * gdb.server/solib-list.exp: Don't enable target-async.
10317 * gdb.threads/thread-specific-bp.exp: Likewise.
10318 * lib/mi-support.exp: Adjust to use mi-async.
10319
10320 2014-05-29 Pedro Alves <palves@redhat.com>
10321
10322 PR gdb/13860
10323 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
10324 reason, even in sync mode.
10325
10326 2014-05-29 Pedro Alves <palves@redhat.com>
10327 Hui Zhu <hui@codesourcery.com>
10328
10329 PR PR15693
10330 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
10331 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
10332 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
10333 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
10334
10335 2014-05-28 Joel Brobecker <brobecker@adacore.com>
10336
10337 * config/monitor.exp (gdb_target_monitor): Replace use of
10338 "set remotebaud" by "set serial baud".
10339
10340 2014-05-26 Andy Wingo <wingo@igalia.com>
10341
10342 * gdb.guile/scm-breakpoint.exp:
10343 * gdb.guile/scm-gsmob.exp: Update to use plain old object
10344 properties instead of gdb-object-properties.
10345
10346 2014-05-26 Yao Qi <yao@codesourcery.com>
10347
10348 * gdb.server/no-thread-db.exp: Specify source file name
10349 explicitly when setting a breakpoint.
10350
10351 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10352
10353 * gdb.btrace/vdso.c: New.
10354 * gdb.btrace/vdso.exp: New.
10355
10356 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10357
10358 * gdb.base/gcore.exp (capture_command_output): Move ...
10359 * lib/gdb.exp (capture_command_output): ... here.
10360
10361 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10362
10363 * gdb.btrace/data.exp: Test memory access during btrace replay.
10364
10365 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
10366
10367 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
10368
10369 2014-05-21 Pedro Alves <palves@redhat.com>
10370
10371 PR gdb/13860
10372 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
10373 (top level): Test that output related to execution commands is
10374 sent to the console with CLI commands, but not with MI commands.
10375 Test that breakpoint events are always mirrored to the console.
10376 Also expect the new source line to be output after a "next" in
10377 async mode too. Make it a pass/fail test.
10378 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10379 output.
10380 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10381
10382 2014-05-21 Pedro Alves <palves@redhat.com>
10383
10384 * gdb.base/list.exp (build_pattern, test_list): New procedures.
10385 Use them to test variations of "list" after reaching a breakpoint.
10386 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10387 Test "list" with listsize 10 after reaching a breakpoint.
10388 * gdb.python/python.exp (decode_line current location line
10389 number): Adjust expected line number.
10390
10391 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
10392
10393 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10394 behavior for $args, pass it directly to "run".
10395
10396 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
10397
10398 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
10399 30000 to 65536.
10400
10401 2014-05-21 Pedro Alves <palves@redhat.com>
10402
10403 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
10404 auto-connect-native-target off".
10405 * gdb.base/auto-connect-native-target.c: New file.
10406 * gdb.base/auto-connect-native-target.exp: New file.
10407
10408 2014-05-21 Pedro Alves <palves@redhat.com>
10409
10410 * gdb.base/default.exp: Test "target native" instead of "target
10411 child".
10412
10413 2014-05-21 Mark Wielaard <mjw@redhat.com>
10414
10415 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10416
10417 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10418
10419 Fix TLS access for -static -pthread.
10420 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10421 <HAVE_TLS> (thread_function, main): Initialize it.
10422 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10423 Add clean_restart.
10424 <$have_tls != "">: Check TLSVAR.
10425
10426 2014-05-21 Pedro Alves <palves@redhat.com>
10427
10428 * gdb.base/dcache-line-read-error.c: New.
10429 * gdb.base/dcache-line-read-error.exp: New.
10430
10431 2014-05-20 Pedro Alves <palves@redhat.com>
10432
10433 * gdb.base/compare-sections.c: New file.
10434 * gdb.base/compare-sections.exp: New file.
10435
10436 2014-05-20 Pedro Alves <palves@redhat.com>
10437
10438 * gdb.base/break-idempotent.c: New file.
10439 * gdb.base/break-idempotent.exp: New file.
10440
10441 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
10442
10443 * gdb.btrace/nohist.exp: New.
10444
10445 2014-05-20 Yao Qi <yao@codesourcery.com>
10446
10447 * lib/gdb.exp (gdb_init): Set timeout if test file is under
10448 gdb.reverse directory and gdb_reverse_timeout exists in board
10449 setting.
10450 * README: Document gdb_reverse_timeout.
10451
10452 2014-05-20 Yao Qi <yao@codesourcery.com>
10453
10454 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10455 'test_file_name'. Treat args as a string instead of a list.
10456 (gdb_init): Rename argument 'args' by 'test_file_name'.
10457
10458 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10459
10460 * gdb.arch/powerpc-power.exp: New file.
10461 * gdb.arch/powerpc-power.s: New file.
10462
10463 2014-05-16 Doug Evans <dje@google.com>
10464
10465 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
10466 * gdb.base/completion.exp: Check that all expected files exist
10467 before doing file completion.
10468
10469 2014-05-16 Doug Evans <dje@google.com>
10470
10471 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10472 Update.
10473 (do_syscall_tests_without_xml): Update.
10474
10475 2014-05-16 Pedro Alves <palves@redhat.com>
10476
10477 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10478 instead of "unknown output after running".
10479
10480 2014-05-16 Yao Qi <yao@codesourcery.com>
10481
10482 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10483 file1.txt from host at the end.
10484 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10485
10486 2014-05-15 Doug Evans <dje@google.com>
10487
10488 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10489 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10490 loading file. Add test for TU lookup.
10491
10492 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10493
10494 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10495 calling "-exec-arguments" or "set args" before running the
10496 inferior.
10497
10498 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10499
10500 * lib/mi-support.exp (mi_expect_stop): Expect message for
10501 inferiors that exit with non-zero exit code.
10502
10503 2014-05-14 Yao Qi <yao@codesourcery.com>
10504
10505 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10506 match absolute path on remote host.
10507 (test_file_list_exec_source_files): Remove "/" from the
10508 pattern.
10509
10510 2014-05-14 Yao Qi <yao@codesourcery.com>
10511
10512 * boards/local-remote-host-notty.exp (${board}_file): New
10513 proc.
10514
10515 2014-05-07 Kyle McMartin <kyle@redhat.com>
10516
10517 Pushed by Joel Brobecker <brobecker@adacore.com>.
10518 * gdb.arch/aarch64-atomic-inst.c: New file.
10519 * gdb.arch/aarch64-atomic-inst.exp: New file.
10520
10521 2014-05-07 Yao Qi <yao@codesourcery.com>
10522
10523 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10524 in current context" too.
10525
10526 2014-05-05 Keith Seitz <keiths@redhat.com>
10527
10528 * gdb.linespec/ls-dollar.exp: Add test for linespec
10529 file:convenience_variable.
10530
10531 2014-05-05 Yao Qi <yao@codesourcery.com>
10532
10533 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10534 traceframes into tfile and ctf trace files. Read data from
10535 trace file and test collected data.
10536 (gdb_collect_locals_test): Likewise.
10537 (gdb_unavailable_registers_test): Likewise.
10538 (gdb_unavailable_floats): Likewise.
10539 (gdb_collect_globals_test): Likewise.
10540 (top-level): Append "ctf" to trace_file_targets if GDB
10541 supports.
10542
10543 2014-05-05 Yao Qi <yao@codesourcery.com>
10544
10545 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10546 code to ...
10547 (gdb_collect_args_test_1): ... it. New proc.
10548 (gdb_collect_locals_test): Move some code to ...
10549 (gdb_collect_locals_test_1): ... it. New proc.
10550 (gdb_unavailable_registers_test): Move some code to ...
10551 (gdb_unavailable_registers_test_1): ... it. New proc.
10552 (gdb_unavailable_floats): Move some code to ...
10553 (gdb_unavailable_floats_1): ... it. New proc.
10554
10555 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10556
10557 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10558 probes to test for bitness recognition.
10559 * gdb.arch/amd64-stap-optional-prefix.exp
10560 (test_probe_value_without_reg): New procedure.
10561 Add code to test for different kinds of bitness.
10562
10563 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10564
10565 PR breakpoints/16889
10566 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10567 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10568
10569 2014-05-01 Pedro Alves <palves@redhat.com>
10570
10571 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10572 gdb_file_cmd if no file is specified.
10573 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10574 last_loaded_file to set the remote exec-file.
10575
10576 2014-05-01 Pedro Alves <palves@redhat.com>
10577
10578 * boards/local-remote-host.exp: New file.
10579
10580 2014-05-01 Pedro Alves <palves@redhat.com>
10581
10582 * boards/local-remote-host.exp: Rename to ...
10583 * boards/local-remote-host-notty.exp: ... this.
10584
10585 2014-04-28 Joel Brobecker <brobecker@adacore.com>
10586
10587 * gdb.ada/dyn_arrayidx: New testcase.
10588
10589 2014-04-26 Yao Qi <yao@codesourcery.com>
10590
10591 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10592 and compute the length of function main. Save it in
10593 $main_length.
10594 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10595 (top-level): Use gdb_compile to compile objects into
10596 executable and restart GDB. Remove invocation to
10597 prepare_for_testing.
10598
10599 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10600 Pedro Alves <palves@redhat.com>
10601
10602 PR server/16255
10603 * gdb.multi/multi-attach.c: New file.
10604 * gdb.multi/multi-attach.exp: New file.
10605
10606 2014-04-25 Pedro Alves <palves@redhat.com>
10607
10608 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10609 user.
10610 (top level): Test that "set remote conditional-breakpoints-packet
10611 off" works as intended.
10612 * gdb.base/dprintf.exp: Test that "set remote
10613 breakpoint-commands-packet off" works as intended.
10614 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10615 New function.
10616 (top level): Call it.
10617 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10618 remote fast-tracepoints-packet off" works as intended.
10619 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10620 * lib/gdb.exp (gdb_is_target_remote): ... here.
10621
10622 2014-04-24 David Blaikie <dblaikie@gmail.com>
10623
10624 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10625 ensure clang would not discard them.
10626 * gdb.base/gdbvars.c: Ditto.
10627 * gdb.base/memattr.c: Ditto.
10628 * gdb.base/whatis.c: Ditto.
10629 * gdb.python/py-prettyprint.c: Ditto.
10630 * gdb.trace/actions.c: Ditto.
10631 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10632 ensure clang would not discard it.
10633
10634 2014-04-24 David Blaikie <dblaikie@gmail.com>
10635
10636 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10637 clang to emit the full definition of type required by the test
10638 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10639
10640 2014-04-24 David Blaikie <dblaikie@gmail.com>
10641
10642 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10643 coax Clang into emitting the definition of the type.
10644 * gdb.cp/pr10728-x.h (y): Ditto.
10645 * gdb.cp/pr10728-y.cc (y): Ditto.
10646
10647 2014-04-24 David Blaikie <dblaikie@gmail.com>
10648
10649 * gdb.base/label.exp: XFAIL label related tests under Clang.
10650 * gdb.cp/cplabel.exp: Ditto.
10651 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10652 under Clang those using labels.
10653
10654 2014-04-25 Yao Qi <yao@codesourcery.com>
10655
10656 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10657 double_label.
10658 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10659 partial_label and double_label.
10660
10661 2014-04-24 David Blaikie <dblaikie@gmail.com>
10662
10663 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10664
10665 2014-04-24 David Blaikie <dblaikie@gmail.com>
10666
10667 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10668 of the function to work across GCC and Clang.
10669 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10670 pointer types (const void ** const V void **).
10671
10672 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
10673 Walfred Tedeschi <walfred.tedeschi@intel.com>
10674
10675 * Makefile.in (EXECUTABLES): Added i386-avx512.
10676 * gdb.arch/i386-avx512.c: New file.
10677 * gdb.arch/i386-avx512.exp: Likewise.
10678
10679 2014-04-23 Keith Seitz <keiths@redhat.com>
10680
10681 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10682 (mi_make_breakpoint_table): New procedure.
10683 (mi_create_breakpoint): Use mi_make_breakpoint
10684 and return the result.
10685 (mi_make_breakpoint): New procedure.
10686 (mi_build_kv_pairs): New procedure.
10687
10688 * gdb.mi/mi-break.exp: Remove unused globals,
10689 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10690 All callers updated.
10691 * gdb.mi/mi-dprintf.exp: Use variable to track command
10692 number.
10693 Update all callers of mi_create_breakpoint and use
10694 mi_make_breakpoint_table.
10695 Remove any unused global variables.
10696 * gdb.mi/mi-nonstop.exp: Likewise.
10697 * gdb.mi/mi-nsintrall.exp: Likewise.
10698 * gdb.mi/mi-nsmoribund.exp: Likewise.
10699 * gdb.mi/mi-nsthrexec.exp: Likewise.
10700 * gdb.mi/mi-reverse.exp: Likewise.
10701 * gdb.mi/mi-simplerun.exp: Likewise.
10702 * gdb.mi/mi-stepn.exp: Likewise.
10703 * gdb.mi/mi-syn-frame.exp: Likewise.
10704 * gdb.mi/mi-until.exp: Likewise.
10705 * gdb.mi/mi-var-cp.exp: Likewise.
10706 * gdb.mi/mi-var-display.exp: Likewise.
10707 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10708 * gdb.mi/mi2-var-child.exp: Likewise.
10709 * gdb.mi/mi-vla-c99.exp: Likewise.
10710 * lib/mi-support.exp: Likewise.
10711
10712 From Ian Lance Taylor <iant@cygnus.com>:
10713 * lib/gdb.exp (parse_args): New procedure.
10714
10715 2014-04-23 Pedro Alves <palves@redhat.com>
10716
10717 * gdb.base/break-unload-file.c: New file.
10718 * gdb.base/break-unload-file.exp: New file.
10719 * gdb.base/sym-file-lib.c (baz): New function.
10720 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10721 field.
10722 (load): Store the segment's mapped size.
10723 (unload): New function.
10724 (unload_shlib): New function.
10725 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10726 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10727 set a breakpoint at baz, and call it.
10728 * gdb.base/sym-file.exp: New tests for stale breakpoint
10729 instructions.
10730
10731 2014-04-23 Pedro Alves <palves@redhat.com>
10732
10733 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10734 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10735 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10736 * gdb.base/hbreak-unmapped.c: New file.
10737 * gdb.base/hbreak-unmapped.exp: New file.
10738 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10739 * lib/gdb.exp (gdb_is_target_remote): ... here.
10740
10741 2014-04-22 Pedro Alves <palves@redhat.com>
10742
10743 * gdb.base/consecutive-step-over.c: New file.
10744 * gdb.base/consecutive-step-over.exp: New file.
10745
10746 2014-04-22 Pedro Alves <palves@redhat.com>
10747
10748 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10749 instead of send_gdb/gdb_expect.
10750
10751 2014-04-22 Yao Qi <yao@codesourcery.com>
10752
10753 * lib/trace-support.exp (generate_tracefile): New procedure.
10754 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10755 return 0.
10756 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10757 if generate_tracefile returns 1.
10758
10759 2014-04-18 Tom Tromey <palves@redhat.com>
10760 Pedro alves <tromey@redhat.com>
10761
10762 PR backtrace/15558
10763 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10764 with a backtrace limit.
10765 * gdb.python/py-frame-inline.exp: Test running to an inline
10766 function with a backtrace limit, and printing the newest frame.
10767 * gdb.python/py-frame-inline.c (main): Call f.
10768
10769 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10770
10771 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10772
10773 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10774
10775 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10776 Drop prefix from unsupported source file path.
10777
10778 2014-04-17 Yao Qi <yao@codesourcery.com>
10779
10780 * lib/gdb.exp (with_target_charset): New proc.
10781 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10782 with_target_charset.
10783 (test_print_strings): Likewise.
10784 (test_repeat_bytes): Likewise.
10785 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10786 for some tests.
10787
10788 2014-04-16 Keith Seitz <keiths@redhat.com>
10789
10790 PR gdb/15827
10791 * gdb.dwarf2/corrupt.c: New file.
10792 * gdb.dwarf2/corrupt.exp: New file.
10793
10794 2014-04-16 Keith Seitz <keiths@redhat.com>
10795
10796 PR c++/16597
10797 * gdb.cp/namelessclass.cc: New file.
10798 * gdb.cp/namelessclass.exp: New file.
10799 * gdb.cp/namelessclass.S: New file.
10800
10801 2014-04-16 Doug Evans <dje@google.com>
10802
10803 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10804 Add comment.
10805 (gdbserver_default_get_comm_port): New function.
10806 (gdbserver_start): Check if board file provided
10807 "gdbserver,get_comm_port" and use it if so.
10808 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10809 (gdb,socketport): Set to "stdio".
10810 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10811 (stdio_gdbserver_template): Delete.
10812 (${board}_get_remote_address): Update.
10813 (${board}_build_remote_cmd): Delete.
10814 (${board}_get_comm_port): New function.
10815 (${board}_spawn): Update.
10816 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10817 Delete.
10818 (${board}_get_remote_address): Update.
10819 (${board}_get_comm_port): New function.
10820
10821 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
10822
10823 * gdb.base/memattr.exp: Improve regexps to handle memory regions
10824 appearing in any order.
10825
10826 2014-04-15 Doug Evans <dje@google.com>
10827
10828 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10829 uninitialized value of "description".
10830
10831 2014-04-15 Keith Seitz <keiths@redhat.com>
10832
10833 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10834 Remove unused globals.
10835 (test_running_the_program): Likewise.
10836 (test_controlled_execution): Likewise.
10837 (test_controlling_breakpoints): Likewise.
10838 (test_program_termination): Likewise.
10839
10840 2014-04-15 Keith Seitz <keiths@redhat.com>
10841
10842 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10843 unused globals.
10844 (test_rbreak_creation_and_listing): Likewise.
10845 (test_ignore_count): Likewise.
10846 (test_error): Likewise.
10847
10848 2014-04-15 Pedro Alves <palves@redhat.com>
10849
10850 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10851 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10852 sym-file-loader.c.
10853 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10854 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10855 to sym-file-loader.c.
10856 (struct library): Forward declare.
10857 (load_shlib, lookup_function): Change prototypes.
10858 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10859 (translate_offset): Remove declarations.
10860 (get_text_addr): New declaration.
10861 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10862 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10863 sym-file-loader.h.
10864 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10865 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10866 here from sym-file-loader.h.
10867 (struct library): New structure.
10868 (load_shlib, lookup_function): Change prototypes and adjust to
10869 work with a struct library.
10870 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10871 (translate_offset): Make static.
10872 (get_text_addr): New function.
10873 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10874
10875 2014-04-15 Pedro Alves <palves@redhat.com>
10876
10877 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
10878
10879 2014-04-15 Pedro Alves <palves@redhat.com>
10880
10881 * gdb.base/sym-file-loader.c: Include <limits.h>.
10882 (SELF_LINK): New define.
10883 (get_origin): New function.
10884 (load_shlib): Use it.
10885 * gdb.base/sym-file.exp: Don't early return if the target is
10886 remote. Use runto_main, and issue fail is that fails. Use
10887 gdb_load_shlibs.
10888 (shlib_name): Delete.
10889 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
10890
10891 2014-04-15 Pedro Alves <palves@redhat.com>
10892
10893 * gdb.base/sym-file.exp: Remove regex characters from test
10894 message. Don't refer to breakpoint numbers in test messages.
10895
10896 2014-04-14 Keith Seitz <keiths@redhat.com>
10897
10898 PR c++/16253
10899 * gdb.cp/var-tag.cc: New file.
10900 * gdb.cp/var-tag.exp: New file.
10901 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10902 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10903 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10904 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10905
10906 2014-04-14 Tom Tromey <tromey@redhat.com>
10907
10908 * gdb.cp/classes.exp (test_enums): Handle underlying type.
10909 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10910 type.
10911 * gdb.cp/enum-class.exp: New file.
10912 * gdb.cp/enum-class.cc: New file.
10913
10914 2014-04-14 Tom Tromey <tromey@redhat.com>
10915
10916 * gdb.dwarf2/enum-type.exp: New file.
10917
10918 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10919
10920 * gdb.mi/mi-vla-c99.exp: New file.
10921 * gdb.mi/vla.c: New file.
10922
10923 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10924
10925 * gdb.base/vla-datatypes.c: New file.
10926 * gdb.base/vla-datatypes.exp: New file.
10927
10928 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10929
10930 * gdb.base/vla-ptr.c: New file.
10931 * gdb.base/vla-ptr.exp: New file.
10932
10933 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10934
10935 * gdb.dwarf2/count.exp: New file.
10936
10937 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10938
10939 * gdb.base/vla-sideeffect.c: New file.
10940 * gdb.base/vla-sideeffect.exp: New file.
10941
10942 2014-04-14 David Blaikie <dblaikie@gmail.com>
10943
10944 * gdb.mi/non-stop.c: Add return value for non-void function return
10945 statement.
10946 * gdb.threads/staticthreads.c: Ditto.
10947
10948 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
10949 Doug Evans <xdje42@gmail.com>
10950
10951 * gdb.guile/scm-value.c: Improve test case.
10952 * gdb.guile/scm-value.exp: Add new test.
10953
10954 2014-04-11 David Blaikie <dblaikie@gmail.com>
10955
10956 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
10957 override Clang's default.
10958
10959 2014-04-11 Joel Brobecker <brobecker@adacore.com>
10960
10961 Revert the following changes (regressions):
10962
10963 * gdb.base/vla-sideeffect.c: New file.
10964 * gdb.base/vla-sideeffect.exp: New file.
10965
10966 * gdb.dwarf2/count.exp: New file.
10967
10968 * gdb.base/vla-multi.c: New file.
10969 * gdb.base/vla-multi.exp: New file.
10970
10971 * gdb.base/vla-ptr.c: New file.
10972 * gdb.base/vla-ptr.exp: New file.
10973
10974 * gdb.base/vla-datatypes.c: New file.
10975 * gdb.base/vla-datatypes.exp: New file.
10976
10977 * gdb.mi/mi-vla-c99.exp: New file.
10978 * gdb.mi/vla.c: New file.
10979
10980 2014-04-11 Keith Seitz <keiths@redhat.com>
10981
10982 PR c++/16675
10983 * gdb.cp/cpsizeof.exp: New file.
10984 * gdb.cp/cpsizeof.cc: New file.
10985
10986 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10987
10988 * gdb.mi/mi-vla-c99.exp: New file.
10989 * gdb.mi/vla.c: New file.
10990
10991 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10992
10993 * gdb.base/vla-datatypes.c: New file.
10994 * gdb.base/vla-datatypes.exp: New file.
10995
10996 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10997
10998 * gdb.base/vla-ptr.c: New file.
10999 * gdb.base/vla-ptr.exp: New file.
11000
11001 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11002
11003 * gdb.base/vla-multi.c: New file.
11004 * gdb.base/vla-multi.exp: New file.
11005
11006 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11007
11008 * gdb.dwarf2/count.exp: New file.
11009
11010 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11011
11012 * gdb.base/vla-sideeffect.c: New file.
11013 * gdb.base/vla-sideeffect.exp: New file.
11014
11015 2014-04-11 Yao Qi <yao@codesourcery.com>
11016
11017 * gdb.base/completion.exp: Check file exists before running tests
11018 on file completion.
11019
11020 2014-04-10 Pedro Alves <palves@redhat.com>
11021
11022 * gdb.base/cond-eval-mode.c: New file.
11023 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
11024 prepare_for_testing to build the new file. Check result of
11025 runto_main.
11026 (test_break, test_watch): New procedures.
11027 (top level): Use them.
11028
11029 2014-04-08 Pierre Muller <muller@sourceware.org>
11030
11031 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
11032 Ctrl-V use for mingw hosts.
11033
11034 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
11035
11036 * gdb.python/py-value.c: Improve test case.
11037 * gdb.python/py-value.exp: Add new test.
11038
11039 2014-04-07 David Blaikie <dblaikie@gmail.com>
11040
11041 * lib/compiler.c: Identify the clang compiler.
11042 * lib/compiler.cc: Ditto.
11043
11044 2014-04-03 Yao Qi <yao@codesourcery.com>
11045
11046 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
11047
11048 2014-04-01 Anton Blanchard <anton@samba.org>
11049
11050 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
11051 messages unique.
11052
11053 2014-04-01 Anton Blanchard <anton@samba.org>
11054
11055 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
11056 prepare_for_testing.
11057
11058 2014-04-01 Anton Blanchard <anton@samba.org>
11059
11060 * gdb.arch/ppc64-atomic-inst.c: Remove.
11061 * gdb.arch/ppc64-atomic-inst.S: New file.
11062 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
11063
11064 2014-03-31 Doug Evans <dje@google.com>
11065
11066 * gdb.base/print-symbol-loading-lib.c: New file.
11067 * gdb.base/print-symbol-loading-main.c: New file.
11068 * gdb.base/print-symbol-loading.exp: New file.
11069
11070 2014-03-31 Yao Qi <yao@codesourcery.com>
11071
11072 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
11073
11074 2014-03-28 Joel Brobecker <brobecker@adacore.com>
11075
11076 * gdb.ada/mi_dyn_arr: New testcase.
11077
11078 2014-03-27 Doug Evans <dje@google.com>
11079
11080 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
11081
11082 2014-03-27 Yao Qi <yao@codesourcery.com>
11083
11084 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
11085 if target is nios2-*-*.
11086
11087 2014-03-26 Yao Qi <yao@codesourcery.com>
11088
11089 * lib/gdb.exp (readline_is_used): New proc.
11090 * gdb.base/completion.exp: Move tests on command complete up.
11091 Skip the rest of tests if readline is not used.
11092 * gdb.ada/complete.exp: Skp the test if readline is not
11093 used.
11094 * gdb.base/filesym.exp: Likewise.
11095 * gdb.base/macscp.exp: Likewise.
11096 * gdb.base/readline-ask.exp: Likewise.
11097 * gdb.base/readline.exp: Likewise.
11098 * gdb.python/py-cmd.exp: Likewise.
11099 * gdb.trace/tfile.exp: Likewise.
11100
11101 2014-03-26 Yao Qi <yao@codesourcery.com>
11102
11103 * gdb.base/macscp.exp: Fix code format issues.
11104
11105 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
11106
11107 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
11108 * gdb.asm/powerpc64le.inc: New file.
11109
11110 2014-03-25 Pedro Alves <palves@redhat.com>
11111 Doug Evans <dje@google.com>
11112
11113 * gdb.base/source-execution.c: New file.
11114 * gdb.base/source-execution.exp: New file.
11115 * gdb.base/source-execution.gdb: New file.
11116
11117 2014-03-24 Doug Evans <dje@google.com>
11118
11119 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
11120 using fission.
11121
11122 2014-03-24 Hui Zhu <hui@codesourcery.com>
11123 Pedro Alves <palves@redhat.com>
11124
11125 PR breakpoints/16101
11126 * gdb.base/dprintf.exp: Use unsupported rather than changing the
11127 test pass/fail messages. Detect missing support for dprintf when
11128 breakpoints are actually inserted.
11129 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
11130 breakpoints are actually inserted.
11131 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
11132 fails.
11133
11134 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11135
11136 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
11137
11138 2014-03-22 Doug Evans <xdje42@gmail.com>
11139
11140 * gdb.python/python.exp (python not supported): Verify multi-line
11141 python command issues an error.
11142 * gdb.guile/guile.exp (guile not supported): Verify multi-line
11143 guile command issues an error.
11144
11145 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
11146
11147 * gdb.threads/thread-specific.exp: Handle the lack of usable
11148 $this_breakpoint and $this_thread.
11149
11150 2014-03-21 Hui Zhu <hui@codesourcery.com>
11151
11152 * gdb.base/attach.exp (do_command_attach_tests): New.
11153
11154 2014-03-20 Tom Tromey <tromey@redhat.com>
11155 Pedro Alves <palves@redhat.com>
11156
11157 PR cli/15718
11158 * gdb.base/condbreak-call-false.c: New file.
11159 * gdb.base/condbreak-call-false.exp: New file.
11160
11161 2014-03-20 Pedro Alves <palves@redhat.com>
11162
11163 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
11164 Delete.
11165 (block_signals, unblock_signals): Delete.
11166 (child_function_2, main): Remove references to deleted variable
11167 and functions.
11168
11169 2014-03-20 Pedro Alves <palves@redhat.com>
11170
11171 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
11172 Use pthread_kill to signal thread 2.
11173 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11174 Adjust to make the test send itself a signal rather than using the
11175 host's "kill" command.
11176
11177 2014-03-20 Pedro Alves <palves@redhat.com>
11178
11179 * gdb.threads/multiple-step-overs.c: New file.
11180 * gdb.threads/multiple-step-overs.exp: New file.
11181 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11182 Adjust expected infrun debug output.
11183
11184 2014-03-20 Pedro Alves <palves@redhat.com>
11185
11186 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
11187 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
11188
11189 2014-03-20 Pedro Alves <palves@redhat.com>
11190
11191 PR breakpoints/7143
11192 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
11193 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
11194 of gdb_test_multiple.
11195 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
11196 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
11197
11198 2014-03-20 Pedro Alves <palves@redhat.com>
11199
11200 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
11201 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
11202
11203 2014-03-19 Pedro Alves <palves@redhat.com>
11204
11205 * gdb.base/async.exp: Remove early return.
11206
11207 2014-03-19 Pedro Alves <palves@redhat.com>
11208
11209 * gdb.base/async.exp (step& tests): Pass explicit test messages.
11210
11211 2014-03-19 Pedro Alves <palves@redhat.com>
11212
11213 * gdb.base/async.exp (test_background): Expect \r\n after
11214 "completed." in the fail pattern.
11215
11216 2014-03-19 Pedro Alves <palves@redhat.com>
11217
11218 * gdb.base/async.exp (test_background): New procedure.
11219 Use it for all background execution command tests.
11220
11221 2014-03-19 Pedro Alves <palves@redhat.com>
11222
11223 * gdb.base/async.exp: Use prepare_for_testing.
11224
11225 2014-03-19 Pedro Alves <palves@redhat.com>
11226
11227 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
11228 the same line.
11229
11230 2014-03-19 Pedro Alves <palves@redhat.com>
11231
11232 * gdb.base/async.c (main): Add "jump here" and "until here" line
11233 marker comments.
11234 * gdb.base/async.exp (jump_here): New global.
11235 (jump& test): Use it.
11236 (until_here): New global.
11237 (until& test): Use it.
11238
11239 2014-03-19 Pedro Alves <palves@redhat.com>
11240
11241 * gdb.base/async.exp: Don't frob gdb_protocol.
11242
11243 2014-03-18 Doug Evans <xdje42@gmail.com>
11244
11245 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
11246 Fix spelling of exec-done-display.
11247
11248 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11249
11250 PR gdb/15358
11251 * gdb.base/gdb-sigterm.c: New file.
11252 * gdb.base/gdb-sigterm.exp: New file.
11253
11254 2014-03-18 Pedro Alves <palves@redhat.com>
11255
11256 PR gdb/13860
11257 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
11258 * lib/mi-support.exp (mi_expect_stop): Add special handling for
11259 solib-event.
11260
11261 2014-03-17 Joel Brobecker <brobecker@adacore.com>
11262
11263 * gdb.ada/pckd_arr_ren: New testcase.
11264
11265 2014-03-13 Doug Evans <xdje42@gmail.com>
11266
11267 PR guile/16612
11268 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
11269 collect after discarding symbols.
11270
11271 2014-03-13 Ludovic Courtès <ludo@gnu.org>
11272 Doug Evans <xdje42@gmail.com>
11273
11274 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
11275 to history survives a gc.
11276
11277 2014-03-13 Pedro Alves <palves@redhat.com>
11278
11279 * gdb.base/default.exp: Don't test "target procfs".
11280
11281 2014-03-13 Pedro Alves <palves@redhat.com>
11282
11283 * gdb.base/default.exp: Update "target child" and "target procfs"
11284 tests to not expect "Unix".
11285
11286 2014-03-12 Tom Tromey <tromey@redhat.com>
11287
11288 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
11289 New procs. Add target-async tests.
11290 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
11291 Add target-async tests.
11292
11293 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11294
11295 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
11296 'func_start' and 'func_end' for the beginning and end of the
11297 function code, respectively.
11298 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
11299 'func_end' instead of 'func' and 'main'.
11300
11301 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11302
11303 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
11304 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
11305 generate the debug info assembler source.
11306
11307 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11308
11309 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
11310 * gdb.dwarf2/arr-subrange.exp: Likewise.
11311 * gdb.dwarf2/dwz.exp: Likewise.
11312 * gdb.dwarf2/method-ptr.exp: Likewise.
11313 * gdb.dwarf2/missing-sig-type.exp: Likewise.
11314 * gdb.dwarf2/subrange.exp: Likewise.
11315 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
11316 * gdb.dwarf2/implptrpiece.exp: Likewise.
11317 * gdb.dwarf2/nostaticblock.exp: Likewise.
11318
11319 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11320
11321 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
11322 directory to absolute path name arguments.
11323
11324 2014-03-10 Joel Brobecker <brobecker@adacore.com>
11325
11326 * gdb.ada/tagged_access: New testcase.
11327
11328 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
11329
11330 * gdb.btrace/data.exp: Update expected output.
11331
11332 2014-03-06 Yao Qi <yao@codesourcery.com>
11333
11334 * gdb.trace/pr16508.exp: New file.
11335
11336 2014-03-05 Pedro Alves <palves@redhat.com>
11337
11338 PR gdb/16575
11339 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
11340 procedure.
11341 (top level): Adjust to use it. Add tests that exercise breakpoint
11342 interaction with the code-cache.
11343
11344 2014-02-26 Ludovic Courtès <ludo@gnu.org>
11345
11346 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
11347 test for 'history-append!'.
11348
11349 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11350
11351 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
11352 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
11353 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
11354 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
11355 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
11356 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
11357
11358 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11359
11360 * testsuite/gdb.python/py-pp-re-notag.c: New file.
11361 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
11362 * testsuite/gdb.python/py-pp-re-notag.p: New file.
11363
11364 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11365
11366 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
11367
11368 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11369
11370 * gdb.dwarf2/arr-stride.c: New file.
11371 * gdb.dwarf2/arr-stride.exp: New file.
11372
11373 2014-02-26 Pedro Alves <palves@redhat.com>
11374
11375 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11376 that won't ever trigger. Make sure that GDB reports the correct
11377 breakpoint that caused the stop.
11378
11379 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11380
11381 PR gdb/16626
11382 * gdb.base/auto-load-script: New file.
11383 * gdb.base/auto-load.c: New file.
11384 * gdb.base/auto-load.exp: New file.
11385
11386 PR gdb/16626
11387 * gdb.base/auto-load.exp: Fix out-of-srctree run.
11388
11389 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11390
11391 Fix dw2-icycle.exp -fsanitize=address GDB crash.
11392 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11393
11394 2014-02-24 Doug Evans <dje@google.com>
11395
11396 * lib/gdb.exp (run_on_host): Log error output if program fails.
11397
11398 2014-02-21 Pedro Alves <palves@redhat.com>
11399
11400 * gdb.threads/step-after-sr-lock.c: Rename to ...
11401 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
11402 * gdb.threads/step-after-sr-lock.exp: Rename to ...
11403 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11404 ... this.
11405
11406 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
11407
11408 PR tdep/16397
11409 * gdb.arch/amd64-stap-special-operands.exp: New file.
11410 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
11411 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
11412 * gdb.arch/amd64-stap-triplet.S: Likewise.
11413 * gdb.arch/amd64-stap-triplet.c: Likewise.
11414
11415 2014-02-20 Joel Brobecker <brobecker@adacore.com>
11416
11417 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11418 in .section pseudo-op.
11419
11420 2014-02-20 lin zuojian <manjian2006@gmail.com>
11421 Joel Brobecker <brobecker@adacore.com>
11422 Doug Evans <xdje42@gmail.com>
11423
11424 PR symtab/16581
11425 * gdb.dwarf2/dw2-icycle.S: New file.
11426 * gdb.dwarf2/dw2-icycle.c: New file.
11427 * gdb.dwarf2/dw2-icycle.exp: New file.
11428
11429 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
11430
11431 * gdb.python/py-value-cc.cc: Improve test case to enable testing
11432 operations on gdb.Value objects.
11433 * gdb.python/py-value-cc.exp: Add new test to test operations on
11434 gdb.Value objects.
11435
11436 2014-02-18 Doug Evans <dje@google.com>
11437
11438 * Makefile.in (TESTS): New variable.
11439 (expanded_tests, expanded_tests_or_none): New variables
11440 (check-single): Pass $(expanded_tests_or_none) to runtest.
11441 (check-parallel): Only run tests in $(TESTS) if non-empty.
11442 (check/no-matching-tests-found): New rule.
11443 * README: Document TESTS makefile variable.
11444
11445 2014-02-18 Doug Evans <dje@google.com>
11446
11447 * Makefile.in (check-parallel): rm -rf outputs temp.
11448
11449 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11450
11451 Fix "ERROR: no fileid for" in the testsuite.
11452 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11453
11454 2014-02-12 Doug Evans <dje@google.com>
11455
11456 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11457 (MISCELLANEOUS): New variable.
11458 (clean): rm -rf $(MISCELLANEOUS).
11459 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11460 dwp live in the same directory as symlinks, with each symlink pointed
11461 to a differently named file in a different directory.
11462
11463 2014-02-11 Doug Evans <dje@google.com>
11464
11465 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11466 of Tcl file commands.
11467
11468 2014-02-10 Mark Kettenis <kettenis@gnu.org>
11469
11470 * gdb.threads/step-after-sr-lock.exp: Avoid executing
11471 "kill -SIGUSR1 -1".
11472
11473 2014-02-10 Joel Brobecker <brobecker@adacore.com>
11474
11475 * gdb.ada/tick_length_array_enum_idx: New testcase.
11476
11477 2014-02-10 Doug Evans <xdje42@gmail.com>
11478
11479 * configure.ac (AC_OUTPUT): Add gdb.guile.
11480 * configure: Regenerate.
11481 * lib/gdb-guile.exp: New file.
11482 * lib/gdb.exp (get_target_charset): New function.
11483 * gdb.base/help.exp: Update expected output from "apropos apropos".
11484 * gdb.guile/Makefile.in: New file.
11485 * gdb.guile/guile.exp: New file.
11486 * gdb.guile/scm-arch.c: New file.
11487 * gdb.guile/scm-arch.exp: New file.
11488 * gdb.guile/scm-block.c: New file.
11489 * gdb.guile/scm-block.exp: New file.
11490 * gdb.guile/scm-breakpoint.c: New file.
11491 * gdb.guile/scm-breakpoint.exp: New file.
11492 * gdb.guile/scm-disasm.c: New file.
11493 * gdb.guile/scm-disasm.exp: New file.
11494 * gdb.guile/scm-equal.c: New file.
11495 * gdb.guile/scm-equal.exp: New file.
11496 * gdb.guile/scm-error.exp: New file.
11497 * gdb.guile/scm-error.scm: New file.
11498 * gdb.guile/scm-frame-args.c: New file.
11499 * gdb.guile/scm-frame-args.exp: New file.
11500 * gdb.guile/scm-frame-args.scm: New file.
11501 * gdb.guile/scm-frame-inline.c: New file.
11502 * gdb.guile/scm-frame-inline.exp: New file.
11503 * gdb.guile/scm-frame.c: New file.
11504 * gdb.guile/scm-frame.exp: New file.
11505 * gdb.guile/scm-generics.exp: New file.
11506 * gdb.guile/scm-gsmob.exp: New file.
11507 * gdb.guile/scm-iterator.c: New file.
11508 * gdb.guile/scm-iterator.exp: New file.
11509 * gdb.guile/scm-math.c: New file.
11510 * gdb.guile/scm-math.exp: New file.
11511 * gdb.guile/scm-objfile-script-gdb.in: New file.
11512 * gdb.guile/scm-objfile-script.c: New file.
11513 * gdb.guile/scm-objfile-script.exp: New file.
11514 * gdb.guile/scm-objfile.c: New file.
11515 * gdb.guile/scm-objfile.exp: New file.
11516 * gdb.guile/scm-ports.exp: New file.
11517 * gdb.guile/scm-pretty-print.c: New file.
11518 * gdb.guile/scm-pretty-print.exp: New file.
11519 * gdb.guile/scm-pretty-print.scm: New file.
11520 * gdb.guile/scm-section-script.c: New file.
11521 * gdb.guile/scm-section-script.exp: New file.
11522 * gdb.guile/scm-section-script.scm: New file.
11523 * gdb.guile/scm-symbol.c: New file.
11524 * gdb.guile/scm-symbol.exp: New file.
11525 * gdb.guile/scm-symtab-2.c: New file.
11526 * gdb.guile/scm-symtab.c: New file.
11527 * gdb.guile/scm-symtab.exp: New file.
11528 * gdb.guile/scm-type.c: New file.
11529 * gdb.guile/scm-type.exp: New file.
11530 * gdb.guile/scm-value-cc.cc: New file.
11531 * gdb.guile/scm-value-cc.exp: New file.
11532 * gdb.guile/scm-value.c: New file.
11533 * gdb.guile/scm-value.exp: New file.
11534 * gdb.guile/source2.scm: New file.
11535 * gdb.guile/types-module.cc: New file.
11536 * gdb.guile/types-module.exp: New file.
11537
11538 2014-02-10 Yao Qi <yao@codesourcery.com>
11539
11540 PR testsuite/16543
11541 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11542 * configure: Regenerated.
11543 * Makefile.in: New file.
11544
11545 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11546
11547 * gdb.python/py-framefilter.exp: Fix typo.
11548
11549 2014-02-08 Yao Qi <yao@codesourcery.com>
11550
11551 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11552 that no =breakpoint-modified is emitted when breakpoints are
11553 modified through MI commands.
11554
11555 2014-02-07 Pedro Alves <pedro@codesourcery.com>
11556 Pedro Alves <palves@redhat.com>
11557
11558 * gdb.threads/step-after-sr-lock.c: New file.
11559 * gdb.threads/step-after-sr-lock.exp: New file.
11560
11561 2014-02-07 Pedro Alves <palves@redhat.com>
11562
11563 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11564
11565 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11566
11567 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11568 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11569
11570 2014-02-06 Doug Evans <xdje42@gmail.com>
11571
11572 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11573 output.
11574
11575 * gdb.gdb/python-interrupts.exp: New file.
11576
11577 2014-02-05 Yao Qi <yao@codesourcery.com>
11578
11579 * gdb.trace/report.exp (use_collected_data): Test the output
11580 of "info threads" and "info inferiors".
11581
11582 2014-02-05 Yao Qi <yao@codesourcery.com>
11583
11584 Revert this patch:
11585
11586 2013-05-24 Yao Qi <yao@codesourcery.com>
11587
11588 * gdb.trace/tfile.exp: Test inferior and thread.
11589
11590 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11591
11592 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11593 on a function.
11594 * gdb.base/step-bt.c: Call hello via function pointer to make
11595 sure its first instruction is executed on powerpc64le-linux.
11596
11597 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11598
11599 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11600
11601 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11602
11603 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11604 of the test patterns for use on little-endian systems.
11605
11606 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11607
11608 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11609 (decimal_vector): Fix for little-endian.
11610
11611 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11612
11613 * gdb.arch/sparc-sysstep.exp: New file.
11614 * gdb.arch/sparc-sysstep.c: Likewise.
11615
11616 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11617
11618 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11619
11620 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11621
11622 2014-01-23 Tom Tromey <tromey@redhat.com>
11623
11624 * gdb.ada/array_char_idx: New testcase.
11625
11626 2014-01-23 Tom Tromey <tromey@redhat.com>
11627
11628 PR python/16487:
11629 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11630 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11631 classes.
11632
11633 2014-01-23 Tom Tromey <tromey@redhat.com>
11634
11635 PR python/16491:
11636 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11637 string from an inferior frame.
11638 * gdb.python/py-framefilter-mi.exp: Update.
11639
11640 2014-01-22 Doug Evans <dje@google.com>
11641
11642 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11643
11644 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11645
11646 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11647
11648 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11649
11650 * gdb.trace/entry-values.exp: Remove excess space character from
11651 regex patterns. Handle s390 call instruction.
11652
11653 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11654
11655 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11656 define "*_start" label. Make "name" static.
11657 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11658 ${name} by references to ${name}_start.
11659
11660 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11661
11662 * gdb.base/info-macros.exp: Remove "debug" from the compile
11663 options.
11664
11665 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11666
11667 * gdb.dlang/demangle.exp: New file.
11668
11669 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11670
11671 * gdb.dlang/primitive-types.exp: New file.
11672
11673 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11674
11675 * configure.ac: Create gdb.dlang/Makefile.
11676 * configure: Regenerate.
11677 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11678 * gdb.dlang/Makefile.in: New file.
11679 * lib/d-support.exp: New file.
11680 * lib/gdb.exp (skip_d_tests): New proc.
11681
11682 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11683
11684 * gdb.btrace/delta.exp: Check reverse stepi.
11685 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11686 * gdb.btrace/finish.exp: New.
11687 * gdb.btrace/next.exp: New.
11688 * gdb.btrace/nexti.exp: New.
11689 * gdb.btrace/record_goto.c: Add comments.
11690 * gdb.btrace/step.exp: New.
11691 * gdb.btrace/stepi.exp: New.
11692 * gdb.btrace/multi-thread-step.c: New.
11693 * gdb.btrace/multi-thread-step.exp: New.
11694 * gdb.btrace/rn-dl-bind.c: New.
11695 * gdb.btrace/rn-dl-bind.exp: New.
11696 * gdb.btrace/data.c: New.
11697 * gdb.btrace/data.exp: New.
11698 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11699
11700 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11701
11702 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11703 * gdb.btrace/exception.exp: Update.
11704 * gdb.btrace/instruction_history.exp: Update.
11705 * gdb.btrace/record_goto.exp: Update.
11706 * gdb.btrace/tailcall.exp: Update.
11707 * gdb.btrace/unknown_functions.exp: Update.
11708 * gdb.btrace/delta.exp: New.
11709
11710 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11711
11712 * gdb.btrace/record_goto.exp: Add backtrace test.
11713 * gdb.btrace/tailcall.exp: Add backtrace test.
11714
11715 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11716
11717 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11718 * gdb.btrace/record_goto.c: New.
11719 * gdb.btrace/record_goto.exp: New.
11720 * gdb.btrace/x86-record_goto.S: New.
11721
11722 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11723
11724 * gdb.btrace/function_call_history.exp: Update tests.
11725 * gdb.btrace/instruction_history.exp: Update tests.
11726
11727 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11728
11729 * gdb.btrace/function_call_history.exp: Fix expected field
11730 order for "record function-call-history".
11731 Add new tests for "record function-call-history /c".
11732 * gdb.btrace/exception.cc: New.
11733 * gdb.btrace/exception.exp: New.
11734 * gdb.btrace/tailcall.exp: New.
11735 * gdb.btrace/x86-tailcall.S: New.
11736 * gdb.btrace/x86-tailcall.c: New.
11737 * gdb.btrace/unknown_functions.c: New.
11738 * gdb.btrace/unknown_functions.exp: New.
11739 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11740
11741 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11742
11743 * gdb.btrace/instruction_history.exp: Update.
11744 * gdb.btrace/function_call_history.exp: Update.
11745
11746 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11747
11748 * gdb.btrace/function_call_history.exp: Fix expected function
11749 trace.
11750 * gdb.btrace/instruction_history.exp: Initialize traced.
11751 Remove traced_functions.
11752
11753 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11754
11755 * gdb.btrace/function_call_history.exp: Update
11756 * gdb.btrace/instruction_history.exp: Update.
11757
11758 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11759
11760 * gdb.btrace/enable.exp: Update expected text.
11761
11762 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11763
11764 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11765 bytes.
11766
11767 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11768
11769 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11770
11771 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
11772
11773 * lib/gdb.exp (supports_process_record): Return true for
11774 arm*-linux*. (supports_reverse): Likewise.
11775
11776 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11777
11778 PR python/15464
11779 PR python/16113
11780 * gdb.python/py-type.c: Enhance test case.
11781 * gdb.python/py-value-cc.cc: Likewise
11782 * gdb.python/py-type.exp: Add new tests.
11783 * gdb.python/py-value-cc.exp: Likewise
11784
11785 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11786 Pedro Alves <palves@redhat.com>
11787
11788 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11789 Make "name" extern.
11790 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11791 references to ${name}_start by references to ${name}.
11792
11793 2014-01-10 Joel Brobecker <brobecker@adacore.com>
11794
11795 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11796
11797 2014-01-10 Joel Brobecker <brobecker@adacore.com>
11798
11799 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11800
11801 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
11802 Pedro Alves <palves@redhat.com>
11803
11804 * gdb.mi/mi-info-os.exp: Connect to the target with
11805 mi_gdb_target_load.
11806
11807 2014-01-08 Pedro Alves <palves@redhat.com>
11808
11809 * gdb.threads/reconnect-signal.c: New file.
11810 * gdb.threads/reconnect-signal.exp: New file.
11811
11812 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11813
11814 * gdb.base/source-dir.exp: New file.
11815
11816 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11817
11818 * gdb.ada/mi_interface: New testcase.
11819
11820 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11821
11822 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11823 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11824 gdb.ada/pp-rec-component/pck.ads: New files.
11825
11826 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11827
11828 * gdb.python/py-pp-integral.c: New file.
11829 * gdb.python/py-pp-integral.py: New file.
11830 * gdb.python/py-pp-integral.exp: New file.
11831
11832 For older changes see ChangeLog-1993-2013.
11833 \f
11834 ;; Local Variables:
11835 ;; mode: change-log
11836 ;; left-margin: 8
11837 ;; fill-column: 74
11838 ;; version-control: never
11839 ;; End:
11840
11841 Copyright 2014-2017 Free Software Foundation, Inc.
11842 Copying and distribution of this file, with or without modification,
11843 are permitted provided the copyright notice and this notice are preserved.
This page took 0.372399 seconds and 4 git commands to generate.