A smarter linespec completer
[binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2017-07-17 Pedro Alves <palves@redhat.com>
2
3 * gdb.base/completion.exp: Adjust expected output.
4 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
5 the completer works.
6
7 2017-07-17 Pedro Alves <palves@redhat.com>
8
9 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
10
11 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
12
13 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
14
15 2017-07-14 Tom Tromey <tom@tromey.com>
16
17 PR rust/21764:
18 * gdb.rust/simple.exp: Add tests.
19
20 2017-07-14 Tom Tromey <tom@tromey.com>
21
22 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
23
24 2017-07-14 Pedro Alves <palves@redhat.com>
25
26 * gdb.linespec/base/one/thefile.cc (z1): New function.
27 * gdb.linespec/base/two/thefile.cc (z2): New function.
28 * gdb.linespec/linespec.exp: Add tests.
29
30 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
31
32 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
33 to mi_create_breakpoint.
34
35 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
36
37 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
38 mi_create_breakpoint.
39
40 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
41
42 * gdb.dlang/demangle.exp: Update for demangling changes.
43
44 2017-07-09 Tom Tromey <tom@tromey.com>
45
46 * gdb.dwarf2/shortpiece.exp: New file.
47
48 2017-07-06 David Blaikie <dblaikie@gmail.com>
49
50 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
51 built from fissiont-multi-cu{1,2}.c.
52 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
53 except putting 'main' and 'func' in separate CUs in the same DWO file.
54 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
55 test.
56 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
57 test.
58
59 2017-07-06 Pedro Alves <palves@redhat.com>
60
61 * gdb.python/py-unwind.exp: Test flushregs.
62
63 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
64
65 PR cli/21688
66 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
67 tests for alias commands and trailing whitespace.
68
69 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
70
71 PR cli/21688
72 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
73 procedure. Call it.
74
75 2017-06-29 Pedro Alves <palves@redhat.com>
76
77 * gdb.base/printcmds.exp: Add tests.
78
79 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
80
81 PR gdb/21337
82 * gdb.base/reread-readsym.exp: New file.
83 * gdb.base/reread-readsym.c: New file.
84
85 2017-06-21 Kevin Buettner <kevinb@redhat.com>
86
87 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
88 subpattern.
89
90 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
91
92 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
93 extended mnemonic.
94 * gdb.arch/powerpc-power9.s: Likewise.
95
96 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
97
98 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
99 on 32-bit x86 targets. Exploit is_*_target macros where
100 appropriate.
101
102 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
103
104 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
105 register pieces.
106
107 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
108
109 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
110 located in one or more DWARF pieces.
111
112 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
113
114 * lib/gdb.exp (get_endianness): New proc.
115 * gdb.arch/aarch64-fp.exp: Use it.
116 * gdb.arch/altivec-regs.exp: Likewise.
117 * gdb.arch/e500-regs.exp: Likewise.
118 * gdb.arch/vsx-regs.exp: Likewise.
119 * gdb.base/dump.exp: Likewise.
120 * gdb.base/funcargs.exp: Likewise.
121 * gdb.base/gnu_vector.exp: Likewise.
122 * gdb.dwarf2/formdata16.exp: Likewise.
123 * gdb.dwarf2/implptrpiece.exp: Likewise.
124 * gdb.dwarf2/nonvar-access.exp: Likewise.
125 * gdb.python/py-inferior.exp: Likewise.
126 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
127
128 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
129
130 PR gdb/21226
131 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
132 stack value pieces are taken from the LSB end.
133
134 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
135
136 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
137 variable at nonzero offset.
138
139 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
140
141 * gdb.dwarf2/var-access.c: New file.
142 * gdb.dwarf2/var-access.exp: New test.
143 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
144
145 2017-06-12 Tom Tromey <tom@tromey.com>
146
147 * gdb.dwarf2/formdata16.exp: Add tests.
148
149 2017-06-12 Tom Tromey <tom@tromey.com>
150
151 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
152
153 2017-06-12 Tom Tromey <tom@tromey.com>
154
155 PR exp/16225:
156 * gdb.reverse/i386-sse-reverse.exp: Update tests.
157 * gdb.arch/vsx-regs.exp: Update tests.
158 * gdb.arch/s390-vregs.exp (hex128): New proc.
159 Update test.
160 * gdb.arch/altivec-regs.exp: Update tests.
161
162 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
163
164 * gdb.base/startup-with-shell.c: New file.
165 * gdb.base/startup-with-shell.exp: Likewise.
166
167 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
168
169 * gdb.server/non-existing-program.exp: Update regex in order to
170 reflect the fact that gdbserver is now using fork_inferior (with a
171 shell) to startup the inferior.
172
173 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
174
175 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
176 support function calls from GDB.
177
178 2017-05-21 Tom Tromey <tom@tromey.com>
179
180 PR rust/21466:
181 * gdb.rust/unsized.exp: New file.
182 * gdb.rust/unsized.rs: New file.
183
184 2017-05-19 Tom Tromey <tom@tromey.com>
185
186 PR rust/21484:
187 * gdb.rust/watch.exp: New file.
188 * gdb.rust/watch.rs: New file.
189
190 2017-05-18 Tom Tromey <tom@tromey.com>
191
192 * gdb.rust/simple.exp: Allow Box to be qualified.
193
194 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
195
196 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
197
198 2017-05-18 Pedro Alves <palves@redhat.com>
199
200 * gdb.base/fileio.c (test_write, test_read, test_close)
201 (test_fstat): Don't print 'ret' in the fail path.
202
203 2017-05-18 Pedro Alves <palves@redhat.com>
204
205 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
206 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
207 (test_system, test_rename, test_unlink, test_time): Change
208 prototypes.
209 * gdb.base/fileio.exp (stop_msg): Adjust.
210
211 2017-05-18 Pedro Alves <palves@redhat.com>
212
213 * gdb.base/fileio.c (null_str): New global.
214 (test_stat): Use it.
215 * gdb.base/fileio.exp: Remove nowarnings.
216
217 2017-05-17 Yao Qi <yao.qi@linaro.org>
218
219 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
220
221 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
222
223 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
224 argument command.
225 (top-level): Invoke test_set_inferior_tty.
226
227 2017-05-04 Pedro Alves <palves@redhat.com>
228
229 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
230 Add parens to print call for Python 3.
231
232 2017-05-03 Keith Seitz <keiths@redhat.com>
233
234 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
235 (main): Call it.
236
237 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
238
239 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
240 to prev and next.
241
242 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
243
244 * gdb.python/py-record-btrace.exp: Remove test for
245 gdb.BtraceInstruction.error.
246
247 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
248
249 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
250
251 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
252
253 * gdb.python/py-record-btrace-threads.c: New file.
254 * gdb.python/py-record-btrace-threads.exp: New file.
255
256 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
257
258 PR testsuite/8595
259 * gdb.base/environ.exp: Make test available in all architectures.
260 Move bits related to "info program" testing to
261 gdb.base/info-program.exp. Rewrite tests to use the two new
262 procedures mentione below.
263 (test_set_show_env_var) New procedure.
264 (test_set_show_env_var_equal): Likewise.
265 * gdb.base/info-program.exp: New file.
266
267 2017-04-27 Keith Seitz <keiths@redhat.com>
268
269 * gdb.cp/oranking.cc (test15): New function.
270 (main): Call test15 and declare additional variables for testing.
271 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
272 "p foo101('abc')" tests.
273 Add tests for cv qualifier overloads.
274 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
275 "lvalue reference overload" test.
276 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
277 "print value of f1 on Child&& in f2" test.
278
279 2017-04-19 Pedro Alves <palves@redhat.com>
280
281 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
282 procedure.
283 (top level): Call it.
284 * lib/gdb.exp (gdb_define_cmd): New procedure.
285
286 2017-04-12 Pedro Alves <palves@redhat.com>
287
288 PR gdb/21323
289 * gdb.cp/wide_char_types.c: Include <wchar.h>.
290 (wchar): New global.
291 * gdb.cp/wide_char_types.exp (wide_char_types_program)
292 (do_test_wide_char, wide_char_types_no_program, top level): Add
293 wchar_t testing.
294
295 2017-04-12 Pedro Alves <palves@redhat.com>
296
297 PR c++/21323
298 * gdb.cp/wide_char_types.c: New file.
299 * gdb.cp/wide_char_types.exp: New file.
300
301 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
302
303 PR gdb/21352
304 * gdb.trace/tsv.exp: Add test for "tsave -r".
305
306 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
307
308 * gdb.dlang/watch-loc.c: New file.
309 * gdb.dlang/watch-loc.exp: New file.
310
311 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
312
313 * gdb.python/py-section-script.exp (sepdebug): New testcases.
314
315 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
316
317 * gdb.arch/arc-analyze-prologue.S: New file.
318 * gdb.arch/arc-analyze-prologue.exp: Likewise.
319
320 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
321
322 * gdb.arch/arc-decode-insn.S: New file.
323 * gdb.arch/arc-decode-insn.exp: Likewise.
324
325 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
326
327 PR tdep/20928
328 * gdb.arch/sparc64-regs.exp: New file.
329 * gdb.arch/sparc64-regs.S: Likewise.
330
331 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
332
333 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
334 and memory view on Python 3.
335
336 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
337 Keith Seitz <keiths@redhat.com>
338
339 PR gdb/14441
340 * gdb.cp/demangle.exp: Add rvalue reference tests.
341 * gdb.cp/rvalue-ref-casts.cc: New file.
342 * gdb.cp/rvalue-ref-casts.exp: New file.
343 * gdb.cp/rvalue-ref-overload.cc: New file.
344 * gdb.cp/rvalue-ref-overload.exp: New file.
345 * gdb.cp/rvalue-ref-params.cc: New file.
346 * gdb.cp/rvalue-ref-params.exp: New file.
347 * gdb.cp/rvalue-ref-sizeof.cc: New file.
348 * gdb.cp/rvalue-ref-sizeof.exp: New file.
349 * gdb.cp/rvalue-ref-types.cc: New file.
350 * gdb.cp/rvalue-ref-types.exp: New file.
351 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
352 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
353
354 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
355
356 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
357 New procedure.
358
359 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
360
361 * lib/mi-support.exp (mi_gdb_test): Add additional message
362 for unexpected output.
363
364 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
365
366 * gdb.base/examine-backward.c (Barrier): New character array
367 constant, to ensure that TestStrings is preceded by a string
368 terminator.
369
370 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
371
372 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
373 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
374 and implicit pointer into such a location.
375
376 2017-03-16 Doug Evans <dje@google.com>
377
378 * gdb.python/py-lazy-string (pointer): Really add new typedef.
379
380 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
381
382 * gdb.cp/m-static.exp: Fix expectation for prototype of
383 test5.single_constructor and single_constructor::single_constructor.
384
385 2017-03-16 Doug Evans <dje@google.com>
386
387 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
388 * gdb.guile/scm-lazy-string.c: New file.
389 * gdb.guile/scm-value.exp: Move lazy string tests to ...
390 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
391 for pointer, array, typedef lazy strings.
392
393 2017-03-16 Doug Evans <dje@google.com>
394
395 PR python/17728, python/18439, python/18779
396 * gdb.python/py-value.c (main) Delete locals sptr, sn.
397 * gdb.python/py-lazy-string.c (pointer): New typedef.
398 (main): New locals ptr, array, typedef_ptr.
399 * gdb.python/py-value.exp: Move lazy string tests to ...
400 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
401 array, typedef lazy strings.
402
403 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
404
405 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
406 Add optional 'test' parameter.
407
408 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
409
410 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
411 Skip for versions of DejaGnu < 1.5.
412
413 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
414
415 * lib/gdb.exp (dejagnu_version): New proc.
416 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
417 Use dejagnu_version.
418
419 2017-03-10 Keith Seitz <keiths@redhat.com>
420
421 PR c++/8128
422 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
423 type from destructor regexps.
424 Add a branch which actually passes the test.
425 Adjust "ptype t5i" test names.
426
427 2017-03-08 Pedro Alves <palves@redhat.com>
428
429 * gdb.base/step-over-exit.exp: Add explicit test message.
430
431 2017-03-08 Pedro Alves <palves@redhat.com>
432
433 PR gdb/18360
434 * gdb.threads/interrupt-while-step-over.c: New file.
435 * gdb.threads/interrupt-while-step-over.exp: New file.
436
437 2017-03-08 Pedro Alves <palves@redhat.com>
438
439 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
440 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
441
442 2017-03-08 Pedro Alves <palves@redhat.com>
443
444 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
445 PKRU as not supported as a PASS.
446
447 2017-03-08 Pedro Alves <palves@redhat.com>
448
449 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
450 prefix instead of $binfile1/$binfile2.
451 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
452 in test message.
453 * gdb.python/py-completion.exp: Use "load python file" as test
454 messages instead of unstable path names.
455
456 2017-03-08 Pedro Alves <palves@redhat.com>
457 Jan Kratochvil <jan.kratochvil@redhat.com>
458
459 PR cli/21218
460 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
461 New proc.
462 (top level): Call it.
463
464 2017-03-08 Pedro Alves <palves@redhat.com>
465
466 PR tui/21216
467 * gdb.tui/tui-nl-filtered-output.exp: New file.
468
469 2017-03-08 Pedro Alves <palves@redhat.com>
470
471 * gdb.base/completion.exp: Move TUI completion tests to ...
472 * gdb.tui/completion.exp: ... this new file.
473
474 2017-03-08 Pedro Alves <palves@redhat.com>
475
476 * gdb.base/tui-disasm-long-lines.c,
477 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
478 gdb.base/tui-layout.exp: Move to ...
479 * gdb.tui/: ... this new directory.
480
481 2017-03-07 Pedro Alves <palves@redhat.com>
482
483 * gdb.base/tui-layout.c: New file.
484 * gdb.base/tui-layout.exp: New file.
485
486 2017-03-07 Pedro Alves <palves@redhat.com>
487
488 * gdb.base/tui-layout.c: Rename to ...
489 * gdb.base/tui-disasm-long-lines.c: ... this.
490 * gdb.base/tui-layout.exp: Rename to ...
491 * gdb.base/tui-disasm-long-lines.exp: ... this.
492
493 2017-03-07 Pedro Alves <palves@redhat.com>
494
495 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
496
497 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
498
499 * i386-mpx-call.c: New file.
500 * i386-mpx-call.exp: New file.
501
502 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
503
504 * gdb.arch/powerpc-power.exp: Delete test.
505 * gdb.arch/powerpc-power.s: Likewise.
506 * gdb.disasm/disassembler-options.exp: New test.
507 * gdb.arch/powerpc-altivec.exp: Likewise.
508 * gdb.arch/powerpc-altivec.s: Likewise.
509 * gdb.arch/powerpc-altivec2.exp: Likewise.
510 * gdb.arch/powerpc-altivec2.s: Likewise.
511 * gdb.arch/powerpc-altivec3.exp: Likewise.
512 * gdb.arch/powerpc-altivec3.s: Likewise.
513 * gdb.arch/powerpc-power7.exp: Likewise.
514 * gdb.arch/powerpc-power7.s: Likewise.
515 * gdb.arch/powerpc-power8.exp: Likewise.
516 * gdb.arch/powerpc-power8.s: Likewise.
517 * gdb.arch/powerpc-power9.exp: Likewise.
518 * gdb.arch/powerpc-power9.s: Likewise.
519 * gdb.arch/powerpc-vsx.exp: Likewise.
520 * gdb.arch/powerpc-vsx.s: Likewise.
521 * gdb.arch/powerpc-vsx2.exp: Likewise.
522 * gdb.arch/powerpc-vsx2.s: Likewise.
523 * gdb.arch/powerpc-vsx3.exp: Likewise.
524 * gdb.arch/powerpc-vsx3.s: Likewise.
525 * gdb.arch/arm-disassembler-options.exp: Likewise.
526 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
527 * gdb.arch/s390-disassembler-options.exp: Likewise.
528
529 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
530
531 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
532 (check_supported_features): ... this. Changed return type to void.
533 (supports_rdseed): New static global.
534 (rdseed): Check supports_rdseed.
535 (initialize): Call check_supported_features.
536
537 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
538
539 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
540 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
541 and lqarx/stqcx.
542 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
543 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
544
545 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
546
547 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
548 uppercase.
549
550 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
551
552 * gdb.dwarf2/formdata16.c: New file.
553 * gdb.dwarf2/formdata16.exp: New file.
554 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
555
556 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
557
558 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
559 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
560 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
561 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
562 DW_AT_GNU_*.
563
564 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
565
566 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
567
568 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
569
570 PR gdb/21164
571 * gdb.base/maint.exp: Add testcases for when the commands do
572 not have arguments.
573
574 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
575
576 * gdb.cp/chained-calls.exp: Use p instead of P.
577
578 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
579
580 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
581 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
582
583 2017-02-14 Tom Tromey <tom@tromey.com>
584
585 PR python/13598:
586 * gdb.python/py-events.exp: Add before_prompt event tests.
587
588 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
589
590 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
591
592 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
593
594 * gdb.linespec/explicit.c (my_unique_function_name): New function.
595 (main): Call my_unique_function_name.
596 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
597 completion of patterns with a single match.
598 Add missing -re switches to gdb_test_multiple calls.
599
600 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
601
602 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
603 return if core file is not recognized.
604
605 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
606
607 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
608 and extra UIs.
609
610 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
611
612 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
613 proc_with_prefix.
614
615 2017-02-10 Tom Tromey <tom@tromey.com>
616
617 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
618
619 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
620
621 PR gdb/21122
622 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
623
624 2017-02-08 Jerome Guitton <guitton@adacore.com>
625
626 * gdb.base/define.exp: Add test for command abbreviations
627 in define.
628
629 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
630
631 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
632 * gdb.reverse/insn-reverse-x86.c: New file.
633
634 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
635
636 PR tdep/20936
637 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
638
639 2017-02-03 Tom Tromey <tom@tromey.com>
640
641 PR rust/21097:
642 * gdb.rust/simple.exp: Add new tests.
643
644 2017-02-02 Pedro Alves <palves@redhat.com>
645
646 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
647 tests.
648
649 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
650
651 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
652 taking a 2-byte value out of a 4-byte DWARF implicit value on
653 big-endian targets.
654 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
655 logic. Add test cases for DW_OP_implicit.
656
657 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
658
659 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
660
661 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
662
663 * gdb.btrace/enable.exp: Call gdb_exit before
664 skip_gdbserver_tests.
665
666 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
667
668 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
669 GDBFLAGS.
670
671 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
672
673 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
674 the test is skipped.
675 * gdb.btrace/data.exp: Likewise.
676 * gdb.btrace/delta.exp: Likewise.
677 * gdb.btrace/dlopen.exp: Likewise.
678 * gdb.btrace/enable-running.exp: Likewise.
679 * gdb.btrace/enable.exp: Likewise.
680 * gdb.btrace/exception.exp: Likewise.
681 * gdb.btrace/function_call_history.exp: Likewise.
682 * gdb.btrace/gcore.exp: Likewise.
683 * gdb.btrace/instruction_history.exp: Likewise.
684 * gdb.btrace/multi-thread-step.exp: Likewise.
685 * gdb.btrace/nohist.exp: Likewise.
686 * gdb.btrace/non-stop.exp: Likewise.
687 * gdb.btrace/reconnect.exp: Likewise.
688 * gdb.btrace/record_goto-step.exp: Likewise.
689 * gdb.btrace/record_goto.exp: Likewise.
690 * gdb.btrace/rn-dl-bind.exp: Likewise.
691 * gdb.btrace/segv.exp: Likewise.
692 * gdb.btrace/step.exp: Likewise.
693 * gdb.btrace/stepi.exp: Likewise.
694 * gdb.btrace/tailcall-only.exp: Likewise.
695 * gdb.btrace/tailcall.exp: Likewise.
696 * gdb.btrace/tsx.exp: Likewise.
697 * gdb.btrace/unknown_functions.exp: Likewise.
698 * gdb.btrace/vdso.exp: Likewise.
699
700 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
701
702 * gdb.btrace/enable-running.c: New.
703 * gdb.btrace/enable-running.exp: New.
704
705 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
706
707 * gdb.arch/amd64-gs_base.c: New file.
708 * gdb.arch/amd64-gs_base.exp: New file.
709
710 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
711
712 * lib/memory.exp: Remove spurious empty newlines.
713
714 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
715
716 * gdb.python/py-bad-printers.exp: Load python file using "source".
717 * gdb.python/py-events.exp: Likewise.
718 * gdb.python/py-evsignal.exp: Likewise.
719 * gdb.python/py-evthreads.exp: Likewise.
720 * gdb.python/py-frame-args.exp: Likewise.
721 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
722 * gdb.python/py-framefilter-mi.exp: Likewise.
723 * gdb.python/py-framefilter.exp: Likewise.
724 * gdb.python/py-mi.exp: Likewise.
725 * gdb.python/py-pp-maint.exp: Likewise.
726 * gdb.python/py-pp-registration.exp: Likewise.
727 * gdb.python/py-prettyprint.exp: Likewise.
728 (run_lang_tests): Likewise.
729 * gdb.python/py-typeprint.exp: Likewise.
730
731 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
732
733 * lib/memory.exp: New file.
734 * lib/gdb.exp: Load memory.exp.
735 * gdb.base/memattr.exp (delete_memory): Move proc to
736 lib/memory.exp and rename to delete_memory_regions.
737 Replace delete_memory with delete_memory_regions.
738 Cleanup memory regions before tests.
739 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
740 before tests.
741
742 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
743
744 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
745 files.
746 (initialize): New function conditionally defined.
747 (testcases): Move within conditional block.
748 (main): Call initialize.
749 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
750 of gdb.reverse/insn-reverse.c.
751 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
752 gdb.reverse/insn-reverse.c.
753
754 2017-01-26 Yao Qi <yao.qi@linaro.org>
755
756 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
757 disassemble on address 0.
758
759 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
760 Yao Qi <yao.qi@linaro.org>
761
762 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
763 * gdb.dwarf2/implptr-64bit.S: Remove.
764 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
765 variables in caller's context. Add DW_OP_implicit_value.
766
767 2017-01-25 Yao Qi <yao.qi@linaro.org>
768
769 * lib/dwarf.exp (Dwarf::_location): Handle
770 DW_OP_GNU_implicit_pointer with proper size.
771
772 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
773
774 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
775 and add untested calls.
776
777 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
778
779 * gdb.python/python.exp: Check line number against what GDB thinks
780 the line number is for func1.
781
782 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
783
784 * gdb.dlang/debug-expr.exp: New file.
785
786 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
787
788 Fix test names for the following files:
789
790 * gdb.ada/exec_changed.exp
791 * gdb.ada/info_types.exp
792 * gdb.arch/aarch64-atomic-inst.exp
793 * gdb.arch/aarch64-fp.exp
794 * gdb.arch/altivec-abi.exp
795 * gdb.arch/altivec-regs.exp
796 * gdb.arch/amd64-byte.exp
797 * gdb.arch/amd64-disp-step.exp
798 * gdb.arch/amd64-dword.exp
799 * gdb.arch/amd64-entry-value-inline.exp
800 * gdb.arch/amd64-entry-value-param.exp
801 * gdb.arch/amd64-entry-value-paramref.exp
802 * gdb.arch/amd64-entry-value.exp
803 * gdb.arch/amd64-i386-address.exp
804 * gdb.arch/amd64-invalid-stack-middle.exp
805 * gdb.arch/amd64-invalid-stack-top.exp
806 * gdb.arch/amd64-optimout-repeat.exp
807 * gdb.arch/amd64-prologue-skip.exp
808 * gdb.arch/amd64-prologue-xmm.exp
809 * gdb.arch/amd64-stap-special-operands.exp
810 * gdb.arch/amd64-stap-wrong-subexp.exp
811 * gdb.arch/amd64-tailcall-cxx.exp
812 * gdb.arch/amd64-tailcall-noret.exp
813 * gdb.arch/amd64-tailcall-ret.exp
814 * gdb.arch/amd64-tailcall-self.exp
815 * gdb.arch/amd64-word.exp
816 * gdb.arch/arm-bl-branch-dest.exp
817 * gdb.arch/arm-disp-step.exp
818 * gdb.arch/arm-neon.exp
819 * gdb.arch/arm-single-step-kernel-helper.exp
820 * gdb.arch/avr-flash-qualifier.exp
821 * gdb.arch/disp-step-insn-reloc.exp
822 * gdb.arch/e500-abi.exp
823 * gdb.arch/e500-regs.exp
824 * gdb.arch/ftrace-insn-reloc.exp
825 * gdb.arch/i386-avx512.exp
826 * gdb.arch/i386-bp_permanent.exp
827 * gdb.arch/i386-byte.exp
828 * gdb.arch/i386-cfi-notcurrent.exp
829 * gdb.arch/i386-disp-step.exp
830 * gdb.arch/i386-dr3-watch.exp
831 * gdb.arch/i386-float.exp
832 * gdb.arch/i386-gnu-cfi.exp
833 * gdb.arch/i386-mpx-map.exp
834 * gdb.arch/i386-mpx-sigsegv.exp
835 * gdb.arch/i386-mpx-simple_segv.exp
836 * gdb.arch/i386-mpx.exp
837 * gdb.arch/i386-permbkpt.exp
838 * gdb.arch/i386-prologue.exp
839 * gdb.arch/i386-signal.exp
840 * gdb.arch/i386-size-overlap.exp
841 * gdb.arch/i386-unwind.exp
842 * gdb.arch/i386-word.exp
843 * gdb.arch/mips-fcr.exp
844 * gdb.arch/powerpc-d128-regs.exp
845 * gdb.arch/powerpc-stackless.exp
846 * gdb.arch/ppc64-atomic-inst.exp
847 * gdb.arch/s390-stackless.exp
848 * gdb.arch/s390-tdbregs.exp
849 * gdb.arch/s390-vregs.exp
850 * gdb.arch/sparc-sysstep.exp
851 * gdb.arch/thumb-bx-pc.exp
852 * gdb.arch/thumb-singlestep.exp
853 * gdb.arch/thumb2-it.exp
854 * gdb.arch/vsx-regs.exp
855 * gdb.asm/asm-source.exp
856 * gdb.base/a2-run.exp
857 * gdb.base/advance.exp
858 * gdb.base/all-bin.exp
859 * gdb.base/anon.exp
860 * gdb.base/args.exp
861 * gdb.base/arithmet.exp
862 * gdb.base/async-shell.exp
863 * gdb.base/async.exp
864 * gdb.base/attach-pie-noexec.exp
865 * gdb.base/attach-twice.exp
866 * gdb.base/auto-load.exp
867 * gdb.base/bang.exp
868 * gdb.base/bitfields.exp
869 * gdb.base/break-always.exp
870 * gdb.base/break-caller-line.exp
871 * gdb.base/break-entry.exp
872 * gdb.base/break-inline.exp
873 * gdb.base/break-on-linker-gcd-function.exp
874 * gdb.base/break-probes.exp
875 * gdb.base/break.exp
876 * gdb.base/breakpoint-shadow.exp
877 * gdb.base/call-ar-st.exp
878 * gdb.base/call-sc.exp
879 * gdb.base/call-signal-resume.exp
880 * gdb.base/call-strs.exp
881 * gdb.base/callfuncs.exp
882 * gdb.base/catch-fork-static.exp
883 * gdb.base/catch-gdb-caused-signals.exp
884 * gdb.base/catch-load.exp
885 * gdb.base/catch-signal-fork.exp
886 * gdb.base/catch-signal.exp
887 * gdb.base/catch-syscall.exp
888 * gdb.base/charset.exp
889 * gdb.base/checkpoint.exp
890 * gdb.base/chng-syms.exp
891 * gdb.base/code-expr.exp
892 * gdb.base/code_elim.exp
893 * gdb.base/commands.exp
894 * gdb.base/completion.exp
895 * gdb.base/complex.exp
896 * gdb.base/cond-expr.exp
897 * gdb.base/condbreak.exp
898 * gdb.base/consecutive.exp
899 * gdb.base/continue-all-already-running.exp
900 * gdb.base/coredump-filter.exp
901 * gdb.base/corefile.exp
902 * gdb.base/dbx.exp
903 * gdb.base/debug-expr.exp
904 * gdb.base/define.exp
905 * gdb.base/del.exp
906 * gdb.base/disabled-location.exp
907 * gdb.base/disasm-end-cu.exp
908 * gdb.base/disasm-optim.exp
909 * gdb.base/display.exp
910 * gdb.base/duplicate-bp.exp
911 * gdb.base/ena-dis-br.exp
912 * gdb.base/ending-run.exp
913 * gdb.base/enumval.exp
914 * gdb.base/environ.exp
915 * gdb.base/eu-strip-infcall.exp
916 * gdb.base/eval-avoid-side-effects.exp
917 * gdb.base/eval-skip.exp
918 * gdb.base/exitsignal.exp
919 * gdb.base/expand-psymtabs.exp
920 * gdb.base/filesym.exp
921 * gdb.base/find-unmapped.exp
922 * gdb.base/finish.exp
923 * gdb.base/float.exp
924 * gdb.base/foll-exec-mode.exp
925 * gdb.base/foll-exec.exp
926 * gdb.base/foll-fork.exp
927 * gdb.base/fortran-sym-case.exp
928 * gdb.base/freebpcmd.exp
929 * gdb.base/func-ptr.exp
930 * gdb.base/func-ptrs.exp
931 * gdb.base/funcargs.exp
932 * gdb.base/gcore-buffer-overflow.exp
933 * gdb.base/gcore-relro-pie.exp
934 * gdb.base/gcore-relro.exp
935 * gdb.base/gcore.exp
936 * gdb.base/gdb1090.exp
937 * gdb.base/gdb11530.exp
938 * gdb.base/gdb11531.exp
939 * gdb.base/gdb1821.exp
940 * gdb.base/gdbindex-stabs.exp
941 * gdb.base/gdbvars.exp
942 * gdb.base/hbreak.exp
943 * gdb.base/hbreak2.exp
944 * gdb.base/included.exp
945 * gdb.base/infcall-input.exp
946 * gdb.base/inferior-died.exp
947 * gdb.base/infnan.exp
948 * gdb.base/info-macros.exp
949 * gdb.base/info-os.exp
950 * gdb.base/info-proc.exp
951 * gdb.base/info-shared.exp
952 * gdb.base/info-target.exp
953 * gdb.base/infoline.exp
954 * gdb.base/interp.exp
955 * gdb.base/interrupt.exp
956 * gdb.base/jit-reader.exp
957 * gdb.base/jit-simple.exp
958 * gdb.base/kill-after-signal.exp
959 * gdb.base/kill-detach-inferiors-cmd.exp
960 * gdb.base/label.exp
961 * gdb.base/langs.exp
962 * gdb.base/ldbl_e308.exp
963 * gdb.base/line-symtabs.exp
964 * gdb.base/linespecs.exp
965 * gdb.base/list.exp
966 * gdb.base/long_long.exp
967 * gdb.base/longest-types.exp
968 * gdb.base/maint.exp
969 * gdb.base/max-value-size.exp
970 * gdb.base/memattr.exp
971 * gdb.base/mips_pro.exp
972 * gdb.base/morestack.exp
973 * gdb.base/moribund-step.exp
974 * gdb.base/multi-forks.exp
975 * gdb.base/nested-addr.exp
976 * gdb.base/nextoverexit.exp
977 * gdb.base/noreturn-finish.exp
978 * gdb.base/noreturn-return.exp
979 * gdb.base/nostdlib.exp
980 * gdb.base/offsets.exp
981 * gdb.base/opaque.exp
982 * gdb.base/pc-fp.exp
983 * gdb.base/permissions.exp
984 * gdb.base/print-symbol-loading.exp
985 * gdb.base/prologue-include.exp
986 * gdb.base/psymtab.exp
987 * gdb.base/ptype.exp
988 * gdb.base/random-signal.exp
989 * gdb.base/randomize.exp
990 * gdb.base/range-stepping.exp
991 * gdb.base/readline-ask.exp
992 * gdb.base/recpar.exp
993 * gdb.base/recurse.exp
994 * gdb.base/relational.exp
995 * gdb.base/restore.exp
996 * gdb.base/return-nodebug.exp
997 * gdb.base/return.exp
998 * gdb.base/run-after-attach.exp
999 * gdb.base/save-bp.exp
1000 * gdb.base/scope.exp
1001 * gdb.base/sect-cmd.exp
1002 * gdb.base/set-lang-auto.exp
1003 * gdb.base/set-noassign.exp
1004 * gdb.base/setvar.exp
1005 * gdb.base/sigall.exp
1006 * gdb.base/sigbpt.exp
1007 * gdb.base/siginfo-addr.exp
1008 * gdb.base/siginfo-infcall.exp
1009 * gdb.base/siginfo-obj.exp
1010 * gdb.base/siginfo.exp
1011 * gdb.base/signals-state-child.exp
1012 * gdb.base/signest.exp
1013 * gdb.base/sigstep.exp
1014 * gdb.base/sizeof.exp
1015 * gdb.base/skip.exp
1016 * gdb.base/solib-corrupted.exp
1017 * gdb.base/solib-nodir.exp
1018 * gdb.base/solib-search.exp
1019 * gdb.base/stack-checking.exp
1020 * gdb.base/stale-infcall.exp
1021 * gdb.base/stap-probe.exp
1022 * gdb.base/start.exp
1023 * gdb.base/step-break.exp
1024 * gdb.base/step-bt.exp
1025 * gdb.base/step-line.exp
1026 * gdb.base/step-over-exit.exp
1027 * gdb.base/step-over-syscall.exp
1028 * gdb.base/step-resume-infcall.exp
1029 * gdb.base/step-test.exp
1030 * gdb.base/store.exp
1031 * gdb.base/structs3.exp
1032 * gdb.base/sym-file.exp
1033 * gdb.base/symbol-without-target_section.exp
1034 * gdb.base/term.exp
1035 * gdb.base/testenv.exp
1036 * gdb.base/ui-redirect.exp
1037 * gdb.base/until.exp
1038 * gdb.base/unwindonsignal.exp
1039 * gdb.base/value-double-free.exp
1040 * gdb.base/vla-datatypes.exp
1041 * gdb.base/vla-ptr.exp
1042 * gdb.base/vla-sideeffect.exp
1043 * gdb.base/volatile.exp
1044 * gdb.base/watch-cond-infcall.exp
1045 * gdb.base/watch-cond.exp
1046 * gdb.base/watch-non-mem.exp
1047 * gdb.base/watch-read.exp
1048 * gdb.base/watch-vfork.exp
1049 * gdb.base/watchpoint-cond-gone.exp
1050 * gdb.base/watchpoint-delete.exp
1051 * gdb.base/watchpoint-hw-hit-once.exp
1052 * gdb.base/watchpoint-hw.exp
1053 * gdb.base/watchpoint-stops-at-right-insn.exp
1054 * gdb.base/watchpoints.exp
1055 * gdb.base/wchar.exp
1056 * gdb.base/whatis-exp.exp
1057 * gdb.btrace/buffer-size.exp
1058 * gdb.btrace/data.exp
1059 * gdb.btrace/delta.exp
1060 * gdb.btrace/dlopen.exp
1061 * gdb.btrace/enable.exp
1062 * gdb.btrace/exception.exp
1063 * gdb.btrace/function_call_history.exp
1064 * gdb.btrace/gcore.exp
1065 * gdb.btrace/instruction_history.exp
1066 * gdb.btrace/nohist.exp
1067 * gdb.btrace/reconnect.exp
1068 * gdb.btrace/record_goto-step.exp
1069 * gdb.btrace/record_goto.exp
1070 * gdb.btrace/rn-dl-bind.exp
1071 * gdb.btrace/segv.exp
1072 * gdb.btrace/step.exp
1073 * gdb.btrace/stepi.exp
1074 * gdb.btrace/tailcall-only.exp
1075 * gdb.btrace/tailcall.exp
1076 * gdb.btrace/tsx.exp
1077 * gdb.btrace/unknown_functions.exp
1078 * gdb.btrace/vdso.exp
1079 * gdb.compile/compile-ifunc.exp
1080 * gdb.compile/compile-ops.exp
1081 * gdb.compile/compile-print.exp
1082 * gdb.compile/compile-setjmp.exp
1083 * gdb.cp/abstract-origin.exp
1084 * gdb.cp/ambiguous.exp
1085 * gdb.cp/annota2.exp
1086 * gdb.cp/annota3.exp
1087 * gdb.cp/anon-ns.exp
1088 * gdb.cp/anon-struct.exp
1089 * gdb.cp/anon-union.exp
1090 * gdb.cp/arg-reference.exp
1091 * gdb.cp/baseenum.exp
1092 * gdb.cp/bool.exp
1093 * gdb.cp/breakpoint.exp
1094 * gdb.cp/bs15503.exp
1095 * gdb.cp/call-c.exp
1096 * gdb.cp/casts.exp
1097 * gdb.cp/chained-calls.exp
1098 * gdb.cp/class2.exp
1099 * gdb.cp/classes.exp
1100 * gdb.cp/cmpd-minsyms.exp
1101 * gdb.cp/converts.exp
1102 * gdb.cp/cp-relocate.exp
1103 * gdb.cp/cpcompletion.exp
1104 * gdb.cp/cpexprs.exp
1105 * gdb.cp/cplabel.exp
1106 * gdb.cp/cplusfuncs.exp
1107 * gdb.cp/cpsizeof.exp
1108 * gdb.cp/ctti.exp
1109 * gdb.cp/derivation.exp
1110 * gdb.cp/destrprint.exp
1111 * gdb.cp/dispcxx.exp
1112 * gdb.cp/enum-class.exp
1113 * gdb.cp/exception.exp
1114 * gdb.cp/exceptprint.exp
1115 * gdb.cp/expand-psymtabs-cxx.exp
1116 * gdb.cp/expand-sals.exp
1117 * gdb.cp/extern-c.exp
1118 * gdb.cp/filename.exp
1119 * gdb.cp/formatted-ref.exp
1120 * gdb.cp/fpointer.exp
1121 * gdb.cp/gdb1355.exp
1122 * gdb.cp/gdb2495.exp
1123 * gdb.cp/hang.exp
1124 * gdb.cp/impl-this.exp
1125 * gdb.cp/infcall-dlopen.exp
1126 * gdb.cp/inherit.exp
1127 * gdb.cp/iostream.exp
1128 * gdb.cp/koenig.exp
1129 * gdb.cp/local.exp
1130 * gdb.cp/m-data.exp
1131 * gdb.cp/m-static.exp
1132 * gdb.cp/mb-ctor.exp
1133 * gdb.cp/mb-inline.exp
1134 * gdb.cp/mb-templates.exp
1135 * gdb.cp/member-name.exp
1136 * gdb.cp/member-ptr.exp
1137 * gdb.cp/meth-typedefs.exp
1138 * gdb.cp/method.exp
1139 * gdb.cp/method2.exp
1140 * gdb.cp/minsym-fallback.exp
1141 * gdb.cp/misc.exp
1142 * gdb.cp/namelessclass.exp
1143 * gdb.cp/namespace-enum.exp
1144 * gdb.cp/namespace-nested-import.exp
1145 * gdb.cp/namespace.exp
1146 * gdb.cp/nextoverthrow.exp
1147 * gdb.cp/no-dmgl-verbose.exp
1148 * gdb.cp/non-trivial-retval.exp
1149 * gdb.cp/noparam.exp
1150 * gdb.cp/nsdecl.exp
1151 * gdb.cp/nsimport.exp
1152 * gdb.cp/nsnested.exp
1153 * gdb.cp/nsnoimports.exp
1154 * gdb.cp/nsrecurs.exp
1155 * gdb.cp/nsstress.exp
1156 * gdb.cp/nsusing.exp
1157 * gdb.cp/operator.exp
1158 * gdb.cp/oranking.exp
1159 * gdb.cp/overload-const.exp
1160 * gdb.cp/overload.exp
1161 * gdb.cp/ovldbreak.exp
1162 * gdb.cp/ovsrch.exp
1163 * gdb.cp/paren-type.exp
1164 * gdb.cp/parse-lang.exp
1165 * gdb.cp/pass-by-ref.exp
1166 * gdb.cp/pr-1023.exp
1167 * gdb.cp/pr-1210.exp
1168 * gdb.cp/pr-574.exp
1169 * gdb.cp/pr10687.exp
1170 * gdb.cp/pr12028.exp
1171 * gdb.cp/pr17132.exp
1172 * gdb.cp/pr17494.exp
1173 * gdb.cp/pr9067.exp
1174 * gdb.cp/pr9167.exp
1175 * gdb.cp/pr9631.exp
1176 * gdb.cp/printmethod.exp
1177 * gdb.cp/psmang.exp
1178 * gdb.cp/psymtab-parameter.exp
1179 * gdb.cp/ptype-cv-cp.exp
1180 * gdb.cp/ptype-flags.exp
1181 * gdb.cp/re-set-overloaded.exp
1182 * gdb.cp/ref-types.exp
1183 * gdb.cp/rtti.exp
1184 * gdb.cp/scope-err.exp
1185 * gdb.cp/shadow.exp
1186 * gdb.cp/smartp.exp
1187 * gdb.cp/static-method.exp
1188 * gdb.cp/static-print-quit.exp
1189 * gdb.cp/temargs.exp
1190 * gdb.cp/templates.exp
1191 * gdb.cp/try_catch.exp
1192 * gdb.cp/typedef-operator.exp
1193 * gdb.cp/typeid.exp
1194 * gdb.cp/userdef.exp
1195 * gdb.cp/using-crash.exp
1196 * gdb.cp/var-tag.exp
1197 * gdb.cp/virtbase.exp
1198 * gdb.cp/virtfunc.exp
1199 * gdb.cp/virtfunc2.exp
1200 * gdb.cp/vla-cxx.exp
1201 * gdb.disasm/t01_mov.exp
1202 * gdb.disasm/t02_mova.exp
1203 * gdb.disasm/t03_add.exp
1204 * gdb.disasm/t04_sub.exp
1205 * gdb.disasm/t05_cmp.exp
1206 * gdb.disasm/t06_ari2.exp
1207 * gdb.disasm/t07_ari3.exp
1208 * gdb.disasm/t08_or.exp
1209 * gdb.disasm/t09_xor.exp
1210 * gdb.disasm/t10_and.exp
1211 * gdb.disasm/t11_logs.exp
1212 * gdb.disasm/t12_bit.exp
1213 * gdb.disasm/t13_otr.exp
1214 * gdb.dlang/circular.exp
1215 * gdb.dwarf2/arr-stride.exp
1216 * gdb.dwarf2/arr-subrange.exp
1217 * gdb.dwarf2/atomic-type.exp
1218 * gdb.dwarf2/bad-regnum.exp
1219 * gdb.dwarf2/bitfield-parent-optimized-out.exp
1220 * gdb.dwarf2/callframecfa.exp
1221 * gdb.dwarf2/clztest.exp
1222 * gdb.dwarf2/corrupt.exp
1223 * gdb.dwarf2/data-loc.exp
1224 * gdb.dwarf2/dup-psym.exp
1225 * gdb.dwarf2/dw2-anon-mptr.exp
1226 * gdb.dwarf2/dw2-anonymous-func.exp
1227 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
1228 * gdb.dwarf2/dw2-bad-unresolved.exp
1229 * gdb.dwarf2/dw2-basic.exp
1230 * gdb.dwarf2/dw2-canonicalize-type.exp
1231 * gdb.dwarf2/dw2-case-insensitive.exp
1232 * gdb.dwarf2/dw2-common-block.exp
1233 * gdb.dwarf2/dw2-compdir-oldgcc.exp
1234 * gdb.dwarf2/dw2-compressed.exp
1235 * gdb.dwarf2/dw2-const.exp
1236 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
1237 * gdb.dwarf2/dw2-cu-size.exp
1238 * gdb.dwarf2/dw2-dup-frame.exp
1239 * gdb.dwarf2/dw2-entry-value.exp
1240 * gdb.dwarf2/dw2-icycle.exp
1241 * gdb.dwarf2/dw2-ifort-parameter.exp
1242 * gdb.dwarf2/dw2-inline-break.exp
1243 * gdb.dwarf2/dw2-inline-param.exp
1244 * gdb.dwarf2/dw2-intercu.exp
1245 * gdb.dwarf2/dw2-intermix.exp
1246 * gdb.dwarf2/dw2-lexical-block-bare.exp
1247 * gdb.dwarf2/dw2-linkage-name-trust.exp
1248 * gdb.dwarf2/dw2-minsym-in-cu.exp
1249 * gdb.dwarf2/dw2-noloc.exp
1250 * gdb.dwarf2/dw2-op-call.exp
1251 * gdb.dwarf2/dw2-op-out-param.exp
1252 * gdb.dwarf2/dw2-opt-structptr.exp
1253 * gdb.dwarf2/dw2-param-error.exp
1254 * gdb.dwarf2/dw2-producer.exp
1255 * gdb.dwarf2/dw2-ranges-base.exp
1256 * gdb.dwarf2/dw2-ref-missing-frame.exp
1257 * gdb.dwarf2/dw2-reg-undefined.exp
1258 * gdb.dwarf2/dw2-regno-invalid.exp
1259 * gdb.dwarf2/dw2-restore.exp
1260 * gdb.dwarf2/dw2-restrict.exp
1261 * gdb.dwarf2/dw2-single-line-discriminators.exp
1262 * gdb.dwarf2/dw2-strp.exp
1263 * gdb.dwarf2/dw2-undefined-ret-addr.exp
1264 * gdb.dwarf2/dw2-unresolved.exp
1265 * gdb.dwarf2/dw2-var-zero-addr.exp
1266 * gdb.dwarf2/dw4-sig-types.exp
1267 * gdb.dwarf2/dwz.exp
1268 * gdb.dwarf2/dynarr-ptr.exp
1269 * gdb.dwarf2/enum-type.exp
1270 * gdb.dwarf2/gdb-index.exp
1271 * gdb.dwarf2/implptr-64bit.exp
1272 * gdb.dwarf2/implptr-optimized-out.exp
1273 * gdb.dwarf2/implptr.exp
1274 * gdb.dwarf2/implref-array.exp
1275 * gdb.dwarf2/implref-const.exp
1276 * gdb.dwarf2/implref-global.exp
1277 * gdb.dwarf2/implref-struct.exp
1278 * gdb.dwarf2/mac-fileno.exp
1279 * gdb.dwarf2/main-subprogram.exp
1280 * gdb.dwarf2/member-ptr-forwardref.exp
1281 * gdb.dwarf2/method-ptr.exp
1282 * gdb.dwarf2/missing-sig-type.exp
1283 * gdb.dwarf2/nonvar-access.exp
1284 * gdb.dwarf2/opaque-type-lookup.exp
1285 * gdb.dwarf2/pieces-optimized-out.exp
1286 * gdb.dwarf2/pieces.exp
1287 * gdb.dwarf2/pr10770.exp
1288 * gdb.dwarf2/pr13961.exp
1289 * gdb.dwarf2/staticvirtual.exp
1290 * gdb.dwarf2/subrange.exp
1291 * gdb.dwarf2/symtab-producer.exp
1292 * gdb.dwarf2/trace-crash.exp
1293 * gdb.dwarf2/typeddwarf.exp
1294 * gdb.dwarf2/valop.exp
1295 * gdb.dwarf2/watch-notconst.exp
1296 * gdb.fortran/array-element.exp
1297 * gdb.fortran/charset.exp
1298 * gdb.fortran/common-block.exp
1299 * gdb.fortran/complex.exp
1300 * gdb.fortran/derived-type-function.exp
1301 * gdb.fortran/derived-type.exp
1302 * gdb.fortran/logical.exp
1303 * gdb.fortran/module.exp
1304 * gdb.fortran/multi-dim.exp
1305 * gdb.fortran/nested-funcs.exp
1306 * gdb.fortran/print-formatted.exp
1307 * gdb.fortran/subarray.exp
1308 * gdb.fortran/vla-alloc-assoc.exp
1309 * gdb.fortran/vla-datatypes.exp
1310 * gdb.fortran/vla-history.exp
1311 * gdb.fortran/vla-ptr-info.exp
1312 * gdb.fortran/vla-ptype-sub.exp
1313 * gdb.fortran/vla-ptype.exp
1314 * gdb.fortran/vla-sizeof.exp
1315 * gdb.fortran/vla-type.exp
1316 * gdb.fortran/vla-value-sub-arbitrary.exp
1317 * gdb.fortran/vla-value-sub-finish.exp
1318 * gdb.fortran/vla-value-sub.exp
1319 * gdb.fortran/vla-value.exp
1320 * gdb.fortran/whatis_type.exp
1321 * gdb.go/chan.exp
1322 * gdb.go/handcall.exp
1323 * gdb.go/hello.exp
1324 * gdb.go/integers.exp
1325 * gdb.go/methods.exp
1326 * gdb.go/package.exp
1327 * gdb.go/strings.exp
1328 * gdb.go/types.exp
1329 * gdb.go/unsafe.exp
1330 * gdb.guile/scm-arch.exp
1331 * gdb.guile/scm-block.exp
1332 * gdb.guile/scm-breakpoint.exp
1333 * gdb.guile/scm-cmd.exp
1334 * gdb.guile/scm-disasm.exp
1335 * gdb.guile/scm-equal.exp
1336 * gdb.guile/scm-frame-args.exp
1337 * gdb.guile/scm-frame-inline.exp
1338 * gdb.guile/scm-frame.exp
1339 * gdb.guile/scm-iterator.exp
1340 * gdb.guile/scm-math.exp
1341 * gdb.guile/scm-objfile.exp
1342 * gdb.guile/scm-ports.exp
1343 * gdb.guile/scm-symbol.exp
1344 * gdb.guile/scm-symtab.exp
1345 * gdb.guile/scm-value-cc.exp
1346 * gdb.guile/types-module.exp
1347 * gdb.linespec/break-ask.exp
1348 * gdb.linespec/cpexplicit.exp
1349 * gdb.linespec/explicit.exp
1350 * gdb.linespec/keywords.exp
1351 * gdb.linespec/linespec.exp
1352 * gdb.linespec/ls-dollar.exp
1353 * gdb.linespec/ls-errs.exp
1354 * gdb.linespec/skip-two.exp
1355 * gdb.linespec/thread.exp
1356 * gdb.mi/mi-async.exp
1357 * gdb.mi/mi-basics.exp
1358 * gdb.mi/mi-break.exp
1359 * gdb.mi/mi-catch-load.exp
1360 * gdb.mi/mi-cli.exp
1361 * gdb.mi/mi-cmd-param-changed.exp
1362 * gdb.mi/mi-console.exp
1363 * gdb.mi/mi-detach.exp
1364 * gdb.mi/mi-disassemble.exp
1365 * gdb.mi/mi-eval.exp
1366 * gdb.mi/mi-file-transfer.exp
1367 * gdb.mi/mi-file.exp
1368 * gdb.mi/mi-fill-memory.exp
1369 * gdb.mi/mi-inheritance-syntax-error.exp
1370 * gdb.mi/mi-linespec-err-cp.exp
1371 * gdb.mi/mi-logging.exp
1372 * gdb.mi/mi-memory-changed.exp
1373 * gdb.mi/mi-read-memory.exp
1374 * gdb.mi/mi-record-changed.exp
1375 * gdb.mi/mi-reg-undefined.exp
1376 * gdb.mi/mi-regs.exp
1377 * gdb.mi/mi-return.exp
1378 * gdb.mi/mi-reverse.exp
1379 * gdb.mi/mi-simplerun.exp
1380 * gdb.mi/mi-solib.exp
1381 * gdb.mi/mi-stack.exp
1382 * gdb.mi/mi-stepi.exp
1383 * gdb.mi/mi-syn-frame.exp
1384 * gdb.mi/mi-until.exp
1385 * gdb.mi/mi-var-block.exp
1386 * gdb.mi/mi-var-child.exp
1387 * gdb.mi/mi-var-cmd.exp
1388 * gdb.mi/mi-var-cp.exp
1389 * gdb.mi/mi-var-display.exp
1390 * gdb.mi/mi-var-invalidate.exp
1391 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1392 * gdb.mi/mi-vla-fortran.exp
1393 * gdb.mi/mi-watch.exp
1394 * gdb.mi/mi2-var-child.exp
1395 * gdb.mi/user-selected-context-sync.exp
1396 * gdb.modula2/unbounded-array.exp
1397 * gdb.multi/dummy-frame-restore.exp
1398 * gdb.multi/multi-arch-exec.exp
1399 * gdb.multi/multi-arch.exp
1400 * gdb.multi/tids.exp
1401 * gdb.multi/watchpoint-multi.exp
1402 * gdb.opencl/callfuncs.exp
1403 * gdb.opencl/convs_casts.exp
1404 * gdb.opencl/datatypes.exp
1405 * gdb.opencl/operators.exp
1406 * gdb.opencl/vec_comps.exp
1407 * gdb.opt/clobbered-registers-O2.exp
1408 * gdb.opt/inline-break.exp
1409 * gdb.opt/inline-bt.exp
1410 * gdb.opt/inline-cmds.exp
1411 * gdb.opt/inline-locals.exp
1412 * gdb.pascal/case-insensitive-symbols.exp
1413 * gdb.pascal/floats.exp
1414 * gdb.pascal/gdb11492.exp
1415 * gdb.python/lib-types.exp
1416 * gdb.python/py-arch.exp
1417 * gdb.python/py-as-string.exp
1418 * gdb.python/py-bad-printers.exp
1419 * gdb.python/py-block.exp
1420 * gdb.python/py-breakpoint-create-fail.exp
1421 * gdb.python/py-breakpoint.exp
1422 * gdb.python/py-caller-is.exp
1423 * gdb.python/py-cmd.exp
1424 * gdb.python/py-explore-cc.exp
1425 * gdb.python/py-explore.exp
1426 * gdb.python/py-finish-breakpoint.exp
1427 * gdb.python/py-finish-breakpoint2.exp
1428 * gdb.python/py-frame-args.exp
1429 * gdb.python/py-frame-inline.exp
1430 * gdb.python/py-frame.exp
1431 * gdb.python/py-framefilter-mi.exp
1432 * gdb.python/py-infthread.exp
1433 * gdb.python/py-lazy-string.exp
1434 * gdb.python/py-linetable.exp
1435 * gdb.python/py-mi-events.exp
1436 * gdb.python/py-mi-objfile.exp
1437 * gdb.python/py-mi.exp
1438 * gdb.python/py-objfile.exp
1439 * gdb.python/py-pp-integral.exp
1440 * gdb.python/py-pp-maint.exp
1441 * gdb.python/py-pp-re-notag.exp
1442 * gdb.python/py-pp-registration.exp
1443 * gdb.python/py-recurse-unwind.exp
1444 * gdb.python/py-strfns.exp
1445 * gdb.python/py-symbol.exp
1446 * gdb.python/py-symtab.exp
1447 * gdb.python/py-sync-interp.exp
1448 * gdb.python/py-typeprint.exp
1449 * gdb.python/py-unwind-maint.exp
1450 * gdb.python/py-unwind.exp
1451 * gdb.python/py-value-cc.exp
1452 * gdb.python/py-xmethods.exp
1453 * gdb.reverse/amd64-tailcall-reverse.exp
1454 * gdb.reverse/break-precsave.exp
1455 * gdb.reverse/break-reverse.exp
1456 * gdb.reverse/consecutive-precsave.exp
1457 * gdb.reverse/consecutive-reverse.exp
1458 * gdb.reverse/finish-precsave.exp
1459 * gdb.reverse/finish-reverse-bkpt.exp
1460 * gdb.reverse/finish-reverse.exp
1461 * gdb.reverse/fstatat-reverse.exp
1462 * gdb.reverse/getresuid-reverse.exp
1463 * gdb.reverse/i386-precsave.exp
1464 * gdb.reverse/i386-reverse.exp
1465 * gdb.reverse/i386-sse-reverse.exp
1466 * gdb.reverse/i387-env-reverse.exp
1467 * gdb.reverse/i387-stack-reverse.exp
1468 * gdb.reverse/insn-reverse.exp
1469 * gdb.reverse/machinestate-precsave.exp
1470 * gdb.reverse/machinestate.exp
1471 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1472 * gdb.reverse/pipe-reverse.exp
1473 * gdb.reverse/readv-reverse.exp
1474 * gdb.reverse/recvmsg-reverse.exp
1475 * gdb.reverse/rerun-prec.exp
1476 * gdb.reverse/s390-mvcle.exp
1477 * gdb.reverse/step-precsave.exp
1478 * gdb.reverse/step-reverse.exp
1479 * gdb.reverse/time-reverse.exp
1480 * gdb.reverse/until-precsave.exp
1481 * gdb.reverse/until-reverse.exp
1482 * gdb.reverse/waitpid-reverse.exp
1483 * gdb.reverse/watch-precsave.exp
1484 * gdb.reverse/watch-reverse.exp
1485 * gdb.rust/generics.exp
1486 * gdb.rust/methods.exp
1487 * gdb.rust/modules.exp
1488 * gdb.rust/simple.exp
1489 * gdb.server/connect-with-no-symbol-file.exp
1490 * gdb.server/ext-attach.exp
1491 * gdb.server/ext-restart.exp
1492 * gdb.server/ext-wrapper.exp
1493 * gdb.server/file-transfer.exp
1494 * gdb.server/server-exec-info.exp
1495 * gdb.server/server-kill.exp
1496 * gdb.server/server-mon.exp
1497 * gdb.server/wrapper.exp
1498 * gdb.stabs/exclfwd.exp
1499 * gdb.stabs/gdb11479.exp
1500 * gdb.threads/clone-new-thread-event.exp
1501 * gdb.threads/corethreads.exp
1502 * gdb.threads/current-lwp-dead.exp
1503 * gdb.threads/dlopen-libpthread.exp
1504 * gdb.threads/gcore-thread.exp
1505 * gdb.threads/sigstep-threads.exp
1506 * gdb.threads/watchpoint-fork.exp
1507 * gdb.trace/actions-changed.exp
1508 * gdb.trace/backtrace.exp
1509 * gdb.trace/change-loc.exp
1510 * gdb.trace/circ.exp
1511 * gdb.trace/collection.exp
1512 * gdb.trace/disconnected-tracing.exp
1513 * gdb.trace/ftrace.exp
1514 * gdb.trace/mi-trace-frame-collected.exp
1515 * gdb.trace/mi-trace-unavailable.exp
1516 * gdb.trace/mi-traceframe-changed.exp
1517 * gdb.trace/mi-tsv-changed.exp
1518 * gdb.trace/no-attach-trace.exp
1519 * gdb.trace/passc-dyn.exp
1520 * gdb.trace/qtro.exp
1521 * gdb.trace/range-stepping.exp
1522 * gdb.trace/read-memory.exp
1523 * gdb.trace/save-trace.exp
1524 * gdb.trace/signal.exp
1525 * gdb.trace/status-stop.exp
1526 * gdb.trace/tfile.exp
1527 * gdb.trace/trace-break.exp
1528 * gdb.trace/trace-buffer-size.exp
1529 * gdb.trace/trace-condition.exp
1530 * gdb.trace/tracefile-pseudo-reg.exp
1531 * gdb.trace/tstatus.exp
1532 * gdb.trace/unavailable.exp
1533 * gdb.trace/while-dyn.exp
1534 * gdb.trace/while-stepping.exp
1535
1536 2016-12-22 Doug Evans <xdje42@gmail.com>
1537
1538 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1539 and msymbols.
1540
1541 2016-12-19 Yao Qi <yao.qi@linaro.org>
1542
1543 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1544 (test_with_self): Don't call do_steps_and_nexts, and remove
1545 code about stepping into xmalloc.
1546
1547 2016-12-09 Yao Qi <yao.qi@linaro.org>
1548
1549 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1550
1551 2016-12-09 Yao Qi <yao.qi@linaro.org>
1552
1553 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1554
1555 2016-12-09 Pedro Alves <palves@redhat.com>
1556
1557 * gdb.base/all-architectures-0.exp: New file.
1558 * gdb.base/all-architectures-1.exp: New file.
1559 * gdb.base/all-architectures-2.exp: New file.
1560 * gdb.base/all-architectures-3.exp: New file.
1561 * gdb.base/all-architectures-4.exp: New file.
1562 * gdb.base/all-architectures-5.exp: New file.
1563 * gdb.base/all-architectures-6.exp: New file.
1564 * gdb.base/all-architectures-7.exp: New file.
1565 * gdb.base/all-architectures.exp.in: New file.
1566
1567 2016-12-09 Yao Qi <yao.qi@linaro.org>
1568
1569 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1570
1571 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1572
1573 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1574 possible.
1575 Remove useless pattern-matching code.
1576
1577 2016-12-02 Pedro Alves <palves@redhat.com>
1578
1579 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1580 procedure.
1581 (top level): Call it.
1582
1583 2016-12-02 Pedro Alves <palves@redhat.com>
1584
1585 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1586 New procedure.
1587 (top level): Call it.
1588
1589 2016-12-02 Pedro Alves <palves@redhat.com>
1590
1591 PR cli/20559
1592 * gdb.base/commands.exp (user_defined_command_args_eval): New
1593 procedure.
1594 (top level): Call it.
1595
1596 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1597
1598 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1599 timeout handling.
1600
1601 2016-12-02 Tom Tromey <tom@tromey.com>
1602
1603 * gdb.dwarf2/main-subprogram.c: New file.
1604 * gdb.dwarf2/main-subprogram.exp: New file.
1605
1606 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1607
1608 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1609 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1610 gdb_test_no_output for a couple of cases.
1611 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1612
1613 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1614
1615 Fix test names and standardize compilation error messages throughout
1616 the following files:
1617
1618 * gdb.ada/start.exp
1619 * gdb.arch/alpha-step.exp
1620 * gdb.arch/e500-prologue.exp
1621 * gdb.arch/ftrace-insn-reloc.exp
1622 * gdb.arch/gdb1291.exp
1623 * gdb.arch/gdb1431.exp
1624 * gdb.arch/gdb1558.exp
1625 * gdb.arch/i386-dr3-watch.exp
1626 * gdb.arch/i386-sse-stack-align.exp
1627 * gdb.arch/ia64-breakpoint-shadow.exp
1628 * gdb.arch/pa-nullify.exp
1629 * gdb.arch/powerpc-aix-prologue.exp
1630 * gdb.arch/thumb-bx-pc.exp
1631 * gdb.base/annota1.exp
1632 * gdb.base/annota3.exp
1633 * gdb.base/arrayidx.exp
1634 * gdb.base/assign.exp
1635 * gdb.base/attach.exp
1636 * gdb.base/auxv.exp
1637 * gdb.base/bang.exp
1638 * gdb.base/bfp-test.exp
1639 * gdb.base/bigcore.exp
1640 * gdb.base/bitfields2.exp
1641 * gdb.base/break-fun-addr.exp
1642 * gdb.base/break-probes.exp
1643 * gdb.base/call-rt-st.exp
1644 * gdb.base/callexit.exp
1645 * gdb.base/catch-fork-kill.exp
1646 * gdb.base/charset.exp
1647 * gdb.base/checkpoint.exp
1648 * gdb.base/comprdebug.exp
1649 * gdb.base/constvars.exp
1650 * gdb.base/coredump-filter.exp
1651 * gdb.base/cursal.exp
1652 * gdb.base/cvexpr.exp
1653 * gdb.base/detach.exp
1654 * gdb.base/display.exp
1655 * gdb.base/dmsym.exp
1656 * gdb.base/dprintf-pending.exp
1657 * gdb.base/dso2dso.exp
1658 * gdb.base/dtrace-probe.exp
1659 * gdb.base/dump.exp
1660 * gdb.base/enum_cond.exp
1661 * gdb.base/exe-lock.exp
1662 * gdb.base/exec-invalid-sysroot.exp
1663 * gdb.base/execl-update-breakpoints.exp
1664 * gdb.base/exprs.exp
1665 * gdb.base/fileio.exp
1666 * gdb.base/find.exp
1667 * gdb.base/finish.exp
1668 * gdb.base/fixsection.exp
1669 * gdb.base/foll-vfork.exp
1670 * gdb.base/frame-args.exp
1671 * gdb.base/gcore.exp
1672 * gdb.base/gdb1250.exp
1673 * gdb.base/global-var-nested-by-dso.exp
1674 * gdb.base/gnu-ifunc.exp
1675 * gdb.base/hashline1.exp
1676 * gdb.base/hashline2.exp
1677 * gdb.base/hashline3.exp
1678 * gdb.base/hbreak-in-shr-unsupported.exp
1679 * gdb.base/huge.exp
1680 * gdb.base/infcall-input.exp
1681 * gdb.base/info-fun.exp
1682 * gdb.base/info-shared.exp
1683 * gdb.base/jit-simple.exp
1684 * gdb.base/jit-so.exp
1685 * gdb.base/jit.exp
1686 * gdb.base/jump.exp
1687 * gdb.base/label.exp
1688 * gdb.base/lineinc.exp
1689 * gdb.base/logical.exp
1690 * gdb.base/longjmp.exp
1691 * gdb.base/macscp.exp
1692 * gdb.base/miscexprs.exp
1693 * gdb.base/new-ui-echo.exp
1694 * gdb.base/new-ui-pending-input.exp
1695 * gdb.base/new-ui.exp
1696 * gdb.base/nodebug.exp
1697 * gdb.base/nofield.exp
1698 * gdb.base/offsets.exp
1699 * gdb.base/overlays.exp
1700 * gdb.base/pending.exp
1701 * gdb.base/pointers.exp
1702 * gdb.base/pr11022.exp
1703 * gdb.base/printcmds.exp
1704 * gdb.base/prologue.exp
1705 * gdb.base/ptr-typedef.exp
1706 * gdb.base/realname-expand.exp
1707 * gdb.base/relativedebug.exp
1708 * gdb.base/relocate.exp
1709 * gdb.base/remote.exp
1710 * gdb.base/reread.exp
1711 * gdb.base/return2.exp
1712 * gdb.base/savedregs.exp
1713 * gdb.base/sep.exp
1714 * gdb.base/sepdebug.exp
1715 * gdb.base/sepsymtab.exp
1716 * gdb.base/set-inferior-tty.exp
1717 * gdb.base/setshow.exp
1718 * gdb.base/shlib-call.exp
1719 * gdb.base/sigaltstack.exp
1720 * gdb.base/siginfo-addr.exp
1721 * gdb.base/signals.exp
1722 * gdb.base/signull.exp
1723 * gdb.base/sigrepeat.exp
1724 * gdb.base/so-impl-ld.exp
1725 * gdb.base/solib-display.exp
1726 * gdb.base/solib-overlap.exp
1727 * gdb.base/solib-search.exp
1728 * gdb.base/solib-symbol.exp
1729 * gdb.base/structs.exp
1730 * gdb.base/structs2.exp
1731 * gdb.base/symtab-search-order.exp
1732 * gdb.base/twice.exp
1733 * gdb.base/unload.exp
1734 * gdb.base/varargs.exp
1735 * gdb.base/watchpoint-solib.exp
1736 * gdb.base/watchpoint.exp
1737 * gdb.base/whatis.exp
1738 * gdb.base/wrong_frame_bt_full.exp
1739 * gdb.btrace/dlopen.exp
1740 * gdb.cell/ea-standalone.exp
1741 * gdb.cell/ea-test.exp
1742 * gdb.cp/dispcxx.exp
1743 * gdb.cp/gdb2384.exp
1744 * gdb.cp/method2.exp
1745 * gdb.cp/nextoverthrow.exp
1746 * gdb.cp/pr10728.exp
1747 * gdb.disasm/am33.exp
1748 * gdb.disasm/h8300s.exp
1749 * gdb.disasm/mn10300.exp
1750 * gdb.disasm/sh3.exp
1751 * gdb.dwarf2/dw2-dir-file-name.exp
1752 * gdb.fortran/complex.exp
1753 * gdb.fortran/library-module.exp
1754 * gdb.guile/scm-pretty-print.exp
1755 * gdb.guile/scm-symbol.exp
1756 * gdb.guile/scm-type.exp
1757 * gdb.guile/scm-value.exp
1758 * gdb.linespec/linespec.exp
1759 * gdb.mi/gdb701.exp
1760 * gdb.mi/gdb792.exp
1761 * gdb.mi/mi-breakpoint-changed.exp
1762 * gdb.mi/mi-dprintf-pending.exp
1763 * gdb.mi/mi-dprintf.exp
1764 * gdb.mi/mi-exit-code.exp
1765 * gdb.mi/mi-pending.exp
1766 * gdb.mi/mi-solib.exp
1767 * gdb.mi/new-ui-mi-sync.exp
1768 * gdb.mi/pr11022.exp
1769 * gdb.mi/user-selected-context-sync.exp
1770 * gdb.opt/solib-intra-step.exp
1771 * gdb.python/py-events.exp
1772 * gdb.python/py-finish-breakpoint.exp
1773 * gdb.python/py-mi.exp
1774 * gdb.python/py-prettyprint.exp
1775 * gdb.python/py-shared.exp
1776 * gdb.python/py-symbol.exp
1777 * gdb.python/py-template.exp
1778 * gdb.python/py-type.exp
1779 * gdb.python/py-value.exp
1780 * gdb.reverse/solib-precsave.exp
1781 * gdb.reverse/solib-reverse.exp
1782 * gdb.server/solib-list.exp
1783 * gdb.stabs/weird.exp
1784 * gdb.threads/reconnect-signal.exp
1785 * gdb.threads/stepi-random-signal.exp
1786 * gdb.trace/actions.exp
1787 * gdb.trace/ax.exp
1788 * gdb.trace/backtrace.exp
1789 * gdb.trace/change-loc.exp
1790 * gdb.trace/deltrace.exp
1791 * gdb.trace/ftrace-lock.exp
1792 * gdb.trace/ftrace.exp
1793 * gdb.trace/infotrace.exp
1794 * gdb.trace/mi-tracepoint-changed.exp
1795 * gdb.trace/packetlen.exp
1796 * gdb.trace/passcount.exp
1797 * gdb.trace/pending.exp
1798 * gdb.trace/range-stepping.exp
1799 * gdb.trace/report.exp
1800 * gdb.trace/stap-trace.exp
1801 * gdb.trace/tfind.exp
1802 * gdb.trace/trace-break.exp
1803 * gdb.trace/trace-condition.exp
1804 * gdb.trace/trace-enable-disable.exp
1805 * gdb.trace/trace-mt.exp
1806 * gdb.trace/tracecmd.exp
1807 * gdb.trace/tspeed.exp
1808 * gdb.trace/tsv.exp
1809 * lib/perftest.exp
1810
1811 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1812
1813 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1814 with gdb_test_no_output.
1815 Use command as test name.
1816
1817 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1818
1819 Fix test names starting with uppercase throughout the files.
1820
1821 * gdb.ada/assign_1.exp
1822 * gdb.ada/boolean_expr.exp
1823 * gdb.base/arrayidx.exp
1824 * gdb.base/del.exp
1825 * gdb.base/gcore-buffer-overflow.exp
1826 * gdb.base/testenv.exp
1827 * gdb.compile/compile.exp
1828 * gdb.python/py-framefilter-invalidarg.exp
1829 * gdb.python/py-framefilter.exp
1830
1831 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1832
1833 Fix test names starting with uppercase throughout the files.
1834
1835 * gdb.ada/array_return.exp
1836 * gdb.ada/expr_delims.exp
1837 * gdb.ada/mi_dyn_arr.exp
1838 * gdb.ada/mi_interface.exp
1839 * gdb.ada/mi_var_array.exp
1840 * gdb.ada/watch_arg.exp
1841 * gdb.arch/alpha-step.exp
1842 * gdb.arch/altivec-regs.exp
1843 * gdb.arch/e500-regs.exp
1844 * gdb.arch/powerpc-d128-regs.exp
1845 * gdb.base/arrayidx.exp
1846 * gdb.base/break.exp
1847 * gdb.base/checkpoint.exp
1848 * gdb.base/debug-expr.exp
1849 * gdb.base/dmsym.exp
1850 * gdb.base/radix.exp
1851 * gdb.base/sepdebug.exp
1852 * gdb.base/testenv.exp
1853 * gdb.base/watch_thread_num.exp
1854 * gdb.base/watchpoint-cond-gone.exp
1855 * gdb.cell/break.exp
1856 * gdb.cell/ea-cache.exp
1857 * gdb.compile/compile.exp
1858 * gdb.cp/gdb2495.exp
1859 * gdb.gdb/selftest.exp
1860 * gdb.gdb/xfullpath.exp
1861 * gdb.go/hello.exp
1862 * gdb.go/integers.exp
1863 * gdb.objc/basicclass.exp
1864 * gdb.pascal/hello.exp
1865 * gdb.pascal/integers.exp
1866 * gdb.python/py-breakpoint.exp
1867 * gdb.python/py-cmd.exp
1868 * gdb.python/py-linetable.exp
1869 * gdb.python/py-xmethods.exp
1870 * gdb.python/python.exp
1871 * gdb.reverse/consecutive-precsave.exp
1872 * gdb.reverse/finish-precsave.exp
1873 * gdb.reverse/i386-precsave.exp
1874 * gdb.reverse/machinestate-precsave.exp
1875 * gdb.reverse/sigall-precsave.exp
1876 * gdb.reverse/solib-precsave.exp
1877 * gdb.reverse/step-precsave.exp
1878 * gdb.reverse/until-precsave.exp
1879 * gdb.reverse/watch-precsave.exp
1880 * gdb.threads/leader-exit.exp
1881 * gdb.threads/pthreads.exp
1882 * gdb.threads/wp-replication.exp
1883 * gdb.trace/actions.exp
1884 * gdb.trace/mi-tsv-changed.exp
1885 * gdb.trace/tsv.exp
1886
1887 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1888
1889 Fix test names starting with uppercase throughout the files.
1890
1891 * gdb.arch/i386-bp_permanent.exp
1892 * gdb.arch/i386-gnu-cfi.exp
1893 * gdb.base/disasm-end-cu.exp
1894 * gdb.base/macscp.exp
1895 * gdb.base/pending.exp
1896 * gdb.base/watch_thread_num.exp
1897 * gdb.cp/exception.exp
1898 * gdb.cp/gdb2495.exp
1899 * gdb.cp/local.exp
1900 * gdb.python/py-evsignal.exp
1901 * gdb.python/python.exp
1902 * gdb.trace/tracecmd.exp
1903
1904 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1905
1906 Fix test names starting with uppercase throughout the files.
1907
1908 * gdb.base/charset.exp
1909 * gdb.base/eval.exp
1910 * gdb.base/multi-forks.exp
1911 * gdb.guile/scm-progspace.exp
1912 * gdb.opencl/datatypes.exp
1913 * gdb.python/py-block.exp
1914 * gdb.python/py-function.exp
1915 * gdb.python/py-symbol.exp
1916 * gdb.python/py-symtab.exp
1917 * gdb.python/py-xmethods.exp
1918 * gdb.reverse/break-precsave.exp
1919 * gdb.reverse/break-reverse.exp
1920 * gdb.reverse/consecutive-precsave.exp
1921 * gdb.reverse/consecutive-reverse.exp
1922 * gdb.reverse/finish-precsave.exp
1923 * gdb.reverse/finish-reverse-bkpt.exp
1924 * gdb.reverse/finish-reverse.exp
1925 * gdb.reverse/fstatat-reverse.exp
1926 * gdb.reverse/getresuid-reverse.exp
1927 * gdb.reverse/i386-precsave.exp
1928 * gdb.reverse/i386-reverse.exp
1929 * gdb.reverse/i386-sse-reverse.exp
1930 * gdb.reverse/i387-stack-reverse.exp
1931 * gdb.reverse/insn-reverse.exp
1932 * gdb.reverse/machinestate-precsave.exp
1933 * gdb.reverse/machinestate.exp
1934 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1935 * gdb.reverse/pipe-reverse.exp
1936 * gdb.reverse/readv-reverse.exp
1937 * gdb.reverse/recvmsg-reverse.exp
1938 * gdb.reverse/rerun-prec.exp
1939 * gdb.reverse/s390-mvcle.exp
1940 * gdb.reverse/sigall-precsave.exp
1941 * gdb.reverse/sigall-reverse.exp
1942 * gdb.reverse/solib-precsave.exp
1943 * gdb.reverse/solib-reverse.exp
1944 * gdb.reverse/step-precsave.exp
1945 * gdb.reverse/step-reverse.exp
1946 * gdb.reverse/time-reverse.exp
1947 * gdb.reverse/until-precsave.exp
1948 * gdb.reverse/until-reverse.exp
1949 * gdb.reverse/waitpid-reverse.exp
1950 * gdb.reverse/watch-precsave.exp
1951 * gdb.reverse/watch-reverse.exp
1952
1953 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1954
1955 Fix test names starting with uppercase throughout the files.
1956
1957 * gdb.arch/i386-mpx-simple_segv.exp
1958 * gdb.arch/i386-mpx.exp
1959 * gdb.arch/i386-permbkpt.exp
1960 * gdb.arch/pa-nullify.exp
1961 * gdb.arch/powerpc-d128-regs.exp
1962 * gdb.arch/vsx-regs.exp
1963 * gdb.base/bfp-test.exp
1964 * gdb.base/break.exp
1965 * gdb.base/breakpoint-shadow.exp
1966 * gdb.base/callfuncs.exp
1967 * gdb.base/charset.exp
1968 * gdb.base/commands.exp
1969 * gdb.base/completion.exp
1970 * gdb.base/dfp-test.exp
1971 * gdb.base/echo.exp
1972 * gdb.base/ending-run.exp
1973 * gdb.base/eval.exp
1974 * gdb.base/expand-psymtabs.exp
1975 * gdb.base/float128.exp
1976 * gdb.base/floatn.exp
1977 * gdb.base/foll-exec-mode.exp
1978 * gdb.base/gdb1056.exp
1979 * gdb.base/gdb11531.exp
1980 * gdb.base/kill-after-signal.exp
1981 * gdb.base/multi-forks.exp
1982 * gdb.base/overlays.exp
1983 * gdb.base/pending.exp
1984 * gdb.base/sepdebug.exp
1985 * gdb.base/testenv.exp
1986 * gdb.base/valgrind-db-attach.exp
1987 * gdb.base/watch_thread_num.exp
1988 * gdb.base/watchpoint-cond-gone.exp
1989 * gdb.base/watchpoint.exp
1990 * gdb.base/watchpoints.exp
1991 * gdb.cp/arg-reference.exp
1992 * gdb.cp/baseenum.exp
1993 * gdb.cp/operator.exp
1994 * gdb.cp/shadow.exp
1995 * gdb.dwarf2/dw2-op-out-param.exp
1996 * gdb.dwarf2/dw2-reg-undefined.exp
1997 * gdb.go/chan.exp
1998 * gdb.go/hello.exp
1999 * gdb.go/integers.exp
2000 * gdb.go/methods.exp
2001 * gdb.go/package.exp
2002 * gdb.guile/scm-parameter.exp
2003 * gdb.guile/scm-progspace.exp
2004 * gdb.guile/scm-value.exp
2005 * gdb.mi/mi-pending.exp
2006 * gdb.mi/user-selected-context-sync.exp
2007 * gdb.multi/multi-attach.exp
2008 * gdb.multi/tids.exp
2009 * gdb.opt/clobbered-registers-O2.exp
2010 * gdb.pascal/floats.exp
2011 * gdb.pascal/integers.exp
2012 * gdb.python/py-block.exp
2013 * gdb.python/py-events.exp
2014 * gdb.python/py-parameter.exp
2015 * gdb.python/py-symbol.exp
2016 * gdb.python/py-symtab.exp
2017 * gdb.python/py-type.exp
2018 * gdb.python/py-value.exp
2019 * gdb.python/py-xmethods.exp
2020 * gdb.python/python.exp
2021 * gdb.reverse/break-precsave.exp
2022 * gdb.reverse/consecutive-precsave.exp
2023 * gdb.reverse/finish-precsave.exp
2024 * gdb.reverse/i386-precsave.exp
2025 * gdb.reverse/machinestate-precsave.exp
2026 * gdb.reverse/sigall-precsave.exp
2027 * gdb.reverse/solib-precsave.exp
2028 * gdb.reverse/step-precsave.exp
2029 * gdb.reverse/until-precsave.exp
2030 * gdb.reverse/watch-precsave.exp
2031 * gdb.server/ext-attach.exp
2032 * gdb.server/ext-restart.exp
2033 * gdb.server/ext-run.exp
2034 * gdb.server/ext-wrapper.exp
2035 * gdb.stabs/gdb11479.exp
2036 * gdb.stabs/weird.exp
2037 * gdb.threads/attach-many-short-lived-threads.exp
2038 * gdb.threads/kill.exp
2039 * gdb.threads/watchpoint-fork.exp
2040
2041 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2042
2043 Fix test names starting with uppercase throughout all the files below.
2044
2045 * gdb.ada/array_return.exp
2046 * gdb.ada/catch_ex.exp
2047 * gdb.ada/info_exc.exp
2048 * gdb.ada/mi_catch_ex.exp
2049 * gdb.ada/mi_dyn_arr.exp
2050 * gdb.ada/mi_ex_cond.exp
2051 * gdb.ada/mi_exc_info.exp
2052 * gdb.ada/mi_interface.exp
2053 * gdb.ada/mi_task_arg.exp
2054 * gdb.ada/mi_task_info.exp
2055 * gdb.ada/mi_var_array.exp
2056 * gdb.arch/alpha-step.exp
2057 * gdb.arch/amd64-disp-step.exp
2058 * gdb.arch/arm-disp-step.exp
2059 * gdb.arch/disp-step-insn-reloc.exp
2060 * gdb.arch/e500-prologue.exp
2061 * gdb.arch/ftrace-insn-reloc.exp
2062 * gdb.arch/gdb1558.exp
2063 * gdb.arch/i386-bp_permanent.exp
2064 * gdb.arch/i386-disp-step.exp
2065 * gdb.arch/i386-float.exp
2066 * gdb.arch/i386-gnu-cfi.exp
2067 * gdb.arch/ia64-breakpoint-shadow.exp
2068 * gdb.arch/mips16-thunks.exp
2069 * gdb.arch/pa-nullify.exp
2070 * gdb.arch/powerpc-aix-prologue.exp
2071 * gdb.arch/powerpc-power.exp
2072 * gdb.arch/ppc-dfp.exp
2073 * gdb.arch/s390-tdbregs.exp
2074 * gdb.arch/spu-info.exp
2075 * gdb.arch/spu-ls.exp
2076 * gdb.arch/thumb-bx-pc.exp
2077 * gdb.base/advance.exp
2078 * gdb.base/annota-input-while-running.exp
2079 * gdb.base/arrayidx.exp
2080 * gdb.base/asmlabel.exp
2081 * gdb.base/async.exp
2082 * gdb.base/attach-wait-input.exp
2083 * gdb.base/auto-connect-native-target.exp
2084 * gdb.base/batch-preserve-term-settings.exp
2085 * gdb.base/bfp-test.exp
2086 * gdb.base/bigcore.exp
2087 * gdb.base/bp-permanent.exp
2088 * gdb.base/break-always.exp
2089 * gdb.base/break-fun-addr.exp
2090 * gdb.base/break-idempotent.exp
2091 * gdb.base/break-main-file-remove-fail.exp
2092 * gdb.base/break-probes.exp
2093 * gdb.base/break-unload-file.exp
2094 * gdb.base/break.exp
2095 * gdb.base/call-ar-st.exp
2096 * gdb.base/call-rt-st.exp
2097 * gdb.base/call-sc.exp
2098 * gdb.base/call-signal-resume.exp
2099 * gdb.base/call-strs.exp
2100 * gdb.base/callexit.exp
2101 * gdb.base/callfuncs.exp
2102 * gdb.base/catch-gdb-caused-signals.exp
2103 * gdb.base/catch-signal-siginfo-cond.exp
2104 * gdb.base/catch-syscall.exp
2105 * gdb.base/compare-sections.exp
2106 * gdb.base/cond-eval-mode.exp
2107 * gdb.base/condbreak-call-false.exp
2108 * gdb.base/consecutive-step-over.exp
2109 * gdb.base/cursal.exp
2110 * gdb.base/disabled-location.exp
2111 * gdb.base/disasm-end-cu.exp
2112 * gdb.base/display.exp
2113 * gdb.base/double-prompt-target-event-error.exp
2114 * gdb.base/dprintf-bp-same-addr.exp
2115 * gdb.base/dprintf-detach.exp
2116 * gdb.base/dprintf-next.exp
2117 * gdb.base/dprintf-non-stop.exp
2118 * gdb.base/dprintf-pending.exp
2119 * gdb.base/dso2dso.exp
2120 * gdb.base/ending-run.exp
2121 * gdb.base/enum_cond.exp
2122 * gdb.base/examine-backward.exp
2123 * gdb.base/exe-lock.exp
2124 * gdb.base/exec-invalid-sysroot.exp
2125 * gdb.base/execl-update-breakpoints.exp
2126 * gdb.base/execution-termios.exp
2127 * gdb.base/fileio.exp
2128 * gdb.base/fixsection.exp
2129 * gdb.base/foll-exec-mode.exp
2130 * gdb.base/foll-exec.exp
2131 * gdb.base/fork-running-state.exp
2132 * gdb.base/frame-args.exp
2133 * gdb.base/fullpath-expand.exp
2134 * gdb.base/func-ptr.exp
2135 * gdb.base/gcore-relro-pie.exp
2136 * gdb.base/gdb1090.exp
2137 * gdb.base/gdb1555.exp
2138 * gdb.base/global-var-nested-by-dso.exp
2139 * gdb.base/gnu-ifunc.exp
2140 * gdb.base/hbreak-in-shr-unsupported.exp
2141 * gdb.base/hbreak-unmapped.exp
2142 * gdb.base/hook-stop.exp
2143 * gdb.base/infcall-input.exp
2144 * gdb.base/info-fun.exp
2145 * gdb.base/info-shared.exp
2146 * gdb.base/interrupt-noterm.exp
2147 * gdb.base/jit-so.exp
2148 * gdb.base/jit.exp
2149 * gdb.base/line-symtabs.exp
2150 * gdb.base/list.exp
2151 * gdb.base/longjmp.exp
2152 * gdb.base/macscp.exp
2153 * gdb.base/max-value-size.exp
2154 * gdb.base/nodebug.exp
2155 * gdb.base/nofield.exp
2156 * gdb.base/overlays.exp
2157 * gdb.base/paginate-after-ctrl-c-running.exp
2158 * gdb.base/paginate-bg-execution.exp
2159 * gdb.base/paginate-inferior-exit.exp
2160 * gdb.base/pending.exp
2161 * gdb.base/pr11022.exp
2162 * gdb.base/printcmds.exp
2163 * gdb.base/ptr-typedef.exp
2164 * gdb.base/ptype.exp
2165 * gdb.base/randomize.exp
2166 * gdb.base/range-stepping.exp
2167 * gdb.base/realname-expand.exp
2168 * gdb.base/relativedebug.exp
2169 * gdb.base/remote.exp
2170 * gdb.base/savedregs.exp
2171 * gdb.base/sepdebug.exp
2172 * gdb.base/set-noassign.exp
2173 * gdb.base/shlib-call.exp
2174 * gdb.base/shreloc.exp
2175 * gdb.base/sigaltstack.exp
2176 * gdb.base/sigbpt.exp
2177 * gdb.base/siginfo-addr.exp
2178 * gdb.base/siginfo-obj.exp
2179 * gdb.base/siginfo-thread.exp
2180 * gdb.base/signest.exp
2181 * gdb.base/signull.exp
2182 * gdb.base/sigrepeat.exp
2183 * gdb.base/skip.exp
2184 * gdb.base/so-impl-ld.exp
2185 * gdb.base/solib-corrupted.exp
2186 * gdb.base/solib-disc.exp
2187 * gdb.base/solib-display.exp
2188 * gdb.base/solib-overlap.exp
2189 * gdb.base/solib-search.exp
2190 * gdb.base/solib-symbol.exp
2191 * gdb.base/source-execution.exp
2192 * gdb.base/sss-bp-on-user-bp-2.exp
2193 * gdb.base/sss-bp-on-user-bp.exp
2194 * gdb.base/stack-checking.exp
2195 * gdb.base/stale-infcall.exp
2196 * gdb.base/step-break.exp
2197 * gdb.base/step-line.exp
2198 * gdb.base/step-over-exit.exp
2199 * gdb.base/step-test.exp
2200 * gdb.base/structs.exp
2201 * gdb.base/sym-file.exp
2202 * gdb.base/symtab-search-order.exp
2203 * gdb.base/term.exp
2204 * gdb.base/type-opaque.exp
2205 * gdb.base/unload.exp
2206 * gdb.base/until-nodebug.exp
2207 * gdb.base/until.exp
2208 * gdb.base/unwindonsignal.exp
2209 * gdb.base/watch-cond.exp
2210 * gdb.base/watch-non-mem.exp
2211 * gdb.base/watch_thread_num.exp
2212 * gdb.base/watchpoint-reuse-slot.exp
2213 * gdb.base/watchpoint-solib.exp
2214 * gdb.base/watchpoint.exp
2215 * gdb.btrace/dlopen.exp
2216 * gdb.cell/arch.exp
2217 * gdb.cell/break.exp
2218 * gdb.cell/bt.exp
2219 * gdb.cell/core.exp
2220 * gdb.cell/data.exp
2221 * gdb.cell/dwarfaddr.exp
2222 * gdb.cell/ea-cache.exp
2223 * gdb.cell/ea-standalone.exp
2224 * gdb.cell/ea-test.exp
2225 * gdb.cell/f-regs.exp
2226 * gdb.cell/fork.exp
2227 * gdb.cell/gcore.exp
2228 * gdb.cell/mem-access.exp
2229 * gdb.cell/ptype.exp
2230 * gdb.cell/registers.exp
2231 * gdb.cell/sizeof.exp
2232 * gdb.cell/solib-symbol.exp
2233 * gdb.cell/solib.exp
2234 * gdb.compile/compile-tls.exp
2235 * gdb.cp/exception.exp
2236 * gdb.cp/gdb2495.exp
2237 * gdb.cp/local.exp
2238 * gdb.cp/mb-inline.exp
2239 * gdb.cp/mb-templates.exp
2240 * gdb.cp/pr10687.exp
2241 * gdb.cp/pr9167.exp
2242 * gdb.cp/scope-err.exp
2243 * gdb.cp/templates.exp
2244 * gdb.cp/virtfunc.exp
2245 * gdb.dwarf2/dw2-dir-file-name.exp
2246 * gdb.dwarf2/dw2-single-line-discriminators.exp
2247 * gdb.fortran/complex.exp
2248 * gdb.fortran/library-module.exp
2249 * gdb.guile/guile.exp
2250 * gdb.guile/scm-cmd.exp
2251 * gdb.guile/scm-frame-inline.exp
2252 * gdb.guile/scm-objfile.exp
2253 * gdb.guile/scm-pretty-print.exp
2254 * gdb.guile/scm-symbol.exp
2255 * gdb.guile/scm-type.exp
2256 * gdb.guile/scm-value.exp
2257 * gdb.linespec/keywords.exp
2258 * gdb.linespec/ls-errs.exp
2259 * gdb.linespec/macro-relative.exp
2260 * gdb.linespec/thread.exp
2261 * gdb.mi/mi-breakpoint-changed.exp
2262 * gdb.mi/mi-dprintf-pending.exp
2263 * gdb.mi/mi-fullname-deleted.exp
2264 * gdb.mi/mi-logging.exp
2265 * gdb.mi/mi-pending.exp
2266 * gdb.mi/mi-solib.exp
2267 * gdb.mi/new-ui-mi-sync.exp
2268 * gdb.mi/user-selected-context-sync.exp
2269 * gdb.multi/dummy-frame-restore.exp
2270 * gdb.multi/multi-arch-exec.exp
2271 * gdb.multi/remove-inferiors.exp
2272 * gdb.multi/watchpoint-multi-exit.exp
2273 * gdb.opt/solib-intra-step.exp
2274 * gdb.perf/backtrace.exp
2275 * gdb.perf/single-step.exp
2276 * gdb.perf/skip-command.exp
2277 * gdb.perf/skip-prologue.exp
2278 * gdb.perf/solib.exp
2279 * gdb.python/lib-types.exp
2280 * gdb.python/py-as-string.exp
2281 * gdb.python/py-bad-printers.exp
2282 * gdb.python/py-block.exp
2283 * gdb.python/py-breakpoint.exp
2284 * gdb.python/py-cmd.exp
2285 * gdb.python/py-events.exp
2286 * gdb.python/py-evthreads.exp
2287 * gdb.python/py-finish-breakpoint.exp
2288 * gdb.python/py-finish-breakpoint2.exp
2289 * gdb.python/py-frame-inline.exp
2290 * gdb.python/py-frame.exp
2291 * gdb.python/py-inferior.exp
2292 * gdb.python/py-infthread.exp
2293 * gdb.python/py-mi.exp
2294 * gdb.python/py-objfile.exp
2295 * gdb.python/py-pp-maint.exp
2296 * gdb.python/py-pp-registration.exp
2297 * gdb.python/py-prettyprint.exp
2298 * gdb.python/py-recurse-unwind.exp
2299 * gdb.python/py-shared.exp
2300 * gdb.python/py-symbol.exp
2301 * gdb.python/py-symtab.exp
2302 * gdb.python/py-template.exp
2303 * gdb.python/py-type.exp
2304 * gdb.python/py-unwind-maint.exp
2305 * gdb.python/py-unwind.exp
2306 * gdb.python/py-value.exp
2307 * gdb.python/python.exp
2308 * gdb.reverse/finish-reverse-bkpt.exp
2309 * gdb.reverse/insn-reverse.exp
2310 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2311 * gdb.reverse/solib-precsave.exp
2312 * gdb.reverse/solib-reverse.exp
2313 * gdb.stabs/gdb11479.exp
2314 * gdb.stabs/weird.exp
2315 * gdb.threads/fork-child-threads.exp
2316 * gdb.threads/fork-plus-threads.exp
2317 * gdb.threads/fork-thread-pending.exp
2318 * gdb.threads/forking-threads-plus-breakpoint.exp
2319 * gdb.threads/hand-call-in-threads.exp
2320 * gdb.threads/interrupted-hand-call.exp
2321 * gdb.threads/linux-dp.exp
2322 * gdb.threads/local-watch-wrong-thread.exp
2323 * gdb.threads/next-while-other-thread-longjmps.exp
2324 * gdb.threads/non-ldr-exit.exp
2325 * gdb.threads/pending-step.exp
2326 * gdb.threads/print-threads.exp
2327 * gdb.threads/process-dies-while-detaching.exp
2328 * gdb.threads/process-dies-while-handling-bp.exp
2329 * gdb.threads/pthreads.exp
2330 * gdb.threads/queue-signal.exp
2331 * gdb.threads/reconnect-signal.exp
2332 * gdb.threads/signal-command-handle-nopass.exp
2333 * gdb.threads/signal-command-multiple-signals-pending.exp
2334 * gdb.threads/signal-delivered-right-thread.exp
2335 * gdb.threads/signal-sigtrap.exp
2336 * gdb.threads/sigthread.exp
2337 * gdb.threads/staticthreads.exp
2338 * gdb.threads/stepi-random-signal.exp
2339 * gdb.threads/thread-unwindonsignal.exp
2340 * gdb.threads/thread_check.exp
2341 * gdb.threads/thread_events.exp
2342 * gdb.threads/tid-reuse.exp
2343 * gdb.threads/tls-nodebug.exp
2344 * gdb.threads/tls-shared.exp
2345 * gdb.threads/tls-so_extern.exp
2346 * gdb.threads/tls.exp
2347 * gdb.threads/wp-replication.exp
2348 * gdb.trace/actions-changed.exp
2349 * gdb.trace/actions.exp
2350 * gdb.trace/backtrace.exp
2351 * gdb.trace/change-loc.exp
2352 * gdb.trace/collection.exp
2353 * gdb.trace/deltrace.exp
2354 * gdb.trace/disconnected-tracing.exp
2355 * gdb.trace/entry-values.exp
2356 * gdb.trace/ftrace-lock.exp
2357 * gdb.trace/ftrace.exp
2358 * gdb.trace/infotrace.exp
2359 * gdb.trace/mi-trace-frame-collected.exp
2360 * gdb.trace/mi-trace-unavailable.exp
2361 * gdb.trace/mi-traceframe-changed.exp
2362 * gdb.trace/mi-tracepoint-changed.exp
2363 * gdb.trace/mi-tsv-changed.exp
2364 * gdb.trace/no-attach-trace.exp
2365 * gdb.trace/packetlen.exp
2366 * gdb.trace/passc-dyn.exp
2367 * gdb.trace/passcount.exp
2368 * gdb.trace/pending.exp
2369 * gdb.trace/pr16508.exp
2370 * gdb.trace/qtro.exp
2371 * gdb.trace/range-stepping.exp
2372 * gdb.trace/read-memory.exp
2373 * gdb.trace/report.exp
2374 * gdb.trace/save-trace.exp
2375 * gdb.trace/signal.exp
2376 * gdb.trace/stap-trace.exp
2377 * gdb.trace/status-stop.exp
2378 * gdb.trace/strace.exp
2379 * gdb.trace/tfile.exp
2380 * gdb.trace/tfind.exp
2381 * gdb.trace/trace-break.exp
2382 * gdb.trace/trace-condition.exp
2383 * gdb.trace/trace-enable-disable.exp
2384 * gdb.trace/trace-mt.exp
2385 * gdb.trace/tracecmd.exp
2386 * gdb.trace/tracefile-pseudo-reg.exp
2387 * gdb.trace/tspeed.exp
2388 * gdb.trace/tstatus.exp
2389 * gdb.trace/tsv.exp
2390 * gdb.trace/unavailable.exp
2391 * gdb.trace/while-dyn.exp
2392 * gdb.trace/while-stepping.exp
2393 * lib/gdb-guile.exp
2394 * lib/gdb.exp
2395 * lib/mi-support.exp
2396 * lib/pascal.exp
2397 * lib/perftest.exp
2398 * lib/prelink-support.exp
2399 * lib/selftest-support.exp
2400
2401 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2402
2403 * Makefile.in: Include disable-implicit-rules.mk.
2404
2405 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2406
2407 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2408 non-byte-aligned bit fields.
2409
2410 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2411
2412 PR gdb/12616
2413 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
2414 respects the DW_AT_data_bit_offset attribute.
2415
2416 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2417
2418 * gdb.base/default.exp: Fix output of "set language".
2419
2420 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2421
2422 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2423 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
2424 make.
2425 * configure.ac: Remove checks for the make program.
2426 * configure: Re-generate.
2427
2428 2016-11-16 Kevin Buettner <kevinb@redhat.com>
2429
2430 * gdb.python/py-recurse-unwind.c (main): Add loop.
2431 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2432 to read_register() and gdb.parse_and_eval(). Make each code
2433 call a separate case that can be individually tested.
2434 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2435 proc. Call cont_and_backtrace for each of the code paths that
2436 we want to test in the unwinder.
2437
2438 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2439
2440 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2441 the definition of struct S.
2442
2443 2016-11-11 Catherine Moore <clm@codesourcery.com>
2444
2445 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2446
2447 2016-11-09 Pedro Alves <palves@redhat.com>
2448
2449 * gdb.base/commands.exp (runto_or_return): New procedure.
2450 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2451 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2452 (progvar_simple_while_test, progvar_complex_if_while_test)
2453 (if_while_breakpoint_command_test)
2454 (infrun_breakpoint_command_test, breakpoint_command_test)
2455 (user_defined_command_test, watchpoint_command_test)
2456 (test_command_prompt_position, redefine_hook_test)
2457 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2458 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2459 multi_line_input and multi_line. Remove gdb_expect and
2460 gdb_stop_suppressing_tests uses.
2461 * lib/gdb.exp (valnum_re): New global.
2462 (multi_line_input): New procedure.
2463
2464 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2465
2466 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2467 Remove.
2468 (test_setup): Define with proc_with_prefix.
2469 (test_cli_inferior): Likewise.
2470 (test_cli_thread): Likewise.
2471 (test_cli_frame): Likewise.
2472 (test_cli_select_frame): Likewise.
2473 (test_cli_up_down): Likewise.
2474 (test_mi_thread_select): Likewise.
2475 (test_mi_stack_select_frame): Likewise.
2476 (test_cli_in_mi_inferior): Likewise.
2477 (test_cli_in_mi_thread): Likewise.
2478 (test_cli_in_mi_frame): Likewise.
2479 (top level): Do not use with_test_prefix_procname.
2480
2481 2016-11-09 Pedro Alves <palves@redhat.com>
2482
2483 * gdb.base/commands.exp (gdbvar_simple_if_test)
2484 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2485 (progvar_simple_if_test, progvar_simple_while_test)
2486 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2487 (infrun_breakpoint_command_test, breakpoint_command_test)
2488 (user_defined_command_test, watchpoint_command_test)
2489 (test_command_prompt_position, deprecated_command_test)
2490 (bp_deleted_in_command, temporary_breakpoint_commands)
2491 (stray_arg0_test, source_file_with_indented_comment)
2492 (recursive_source_test, if_commands_test)
2493 (error_clears_commands_left, redefine_hook_test)
2494 (redefine_backtrace_test): Use proc_with_prefix.
2495 * lib/gdb.exp (proc_with_prefix): New proc.
2496
2497 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2498
2499 * gdb.base/tui-layout.c: New file.
2500 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2501 disassembly window contains very long lines.
2502
2503 2016-11-08 Tom Tromey <tom@tromey.com>
2504
2505 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2506 depend on Python 2.
2507
2508 2016-11-08 Tom Tromey <tom@tromey.com>
2509
2510 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2511 New method.
2512
2513 2016-10-29 Manish Goregaokar <manish@mozilla.com>
2514
2515 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
2516
2517 2016-10-27 Manish Goregaokar <manish@mozilla.com>
2518
2519 * gdb.rust/simple.rs: Add test for univariant enums without
2520 discriminants and for encoded struct-like enums.
2521
2522 2016-10-28 Pedro Alves <palves@redhat.com>
2523
2524 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2525 gdb_test_multiple, tighten regexps and match symtabs and line
2526 tables incrementally.
2527
2528 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
2529
2530 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2531 general.
2532
2533 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
2534
2535 * gdb.base/exec-invalid-sysroot.exp: New file.
2536
2537 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2538
2539 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2540
2541 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2542
2543 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2544
2545 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2546
2547 * gdb.base/killed-outside.exp: Remove $options from a call to
2548 `prepare_for_testing'.
2549
2550 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2551
2552 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2553 Change test message.
2554
2555 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2556
2557 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2558 Update comment.
2559
2560 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2561
2562 * gdb.trace/mi-trace-save.exp: New file.
2563
2564 2016-10-13 Yao Qi <yao.qi@linaro.org>
2565
2566 * gdb.base/code_elim.exp (get_var_address): Remove.
2567 * gdb.base/relocate.exp: Likewise.
2568 * gdb.base/shreloc.exp: Likewise.
2569 * lib/gdb.exp (get_var_address): New.
2570
2571 2016-10-13 Yao Qi <yao.qi@linaro.org>
2572
2573 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2574 floating point tests if $skip_float_test is false.
2575
2576 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
2577
2578 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2579 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2580 argc values.
2581 Add 1 to argc so we guarantee distinct initial/modified argc values.
2582
2583 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2584
2585 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2586
2587 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2588
2589 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2590 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2591 * gdb.arch/vsx-regs.exp: Likewise.
2592
2593 2016-10-07 Yao Qi <yao.qi@linaro.org>
2594
2595 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2596
2597 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2598
2599 * gdb.python/python.exp: Test decode_line("*0").
2600
2601 2016-10-06 Doug Evans <dje@google.com>
2602
2603 * gdb.python/py-value.exp (test_value_creation): Add test for large
2604 unsigned 64-bit value.
2605
2606 2016-10-06 Tom Tromey <tom@tromey.com>
2607
2608 * gdb.compile/compile.exp: Change java tests to rust.
2609 * gdb.base/setshow.exp: Change java tests to rust.
2610 * gdb.base/default.exp: Remove java from language list.
2611 * README (Examples): Update language example.
2612 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2613 test.
2614 * lib/gdb.exp (skip_java_tests): Remove.
2615 * lib/java.exp: Remove.
2616 * gdb.java: Remove.
2617
2618 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2619
2620 * gdb.arch/mips-fcr.exp: New test.
2621 * gdb.arch/mips-fcr.c: Source for the new test.
2622
2623 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2624
2625 * gdb.base/solib-disc.exp: Use `standard_output_file'
2626 throughout.
2627
2628 2016-10-06 Pedro Alves <palves@redhat.com>
2629
2630 * gdb.base/jit-simple-dl.c: New file.
2631 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2632 * gdb.base/jit-simple.c: ... this.
2633 * gdb.base/jit-simple.exp (jit_run): Delete.
2634 (build_jit): New proc.
2635 (jit_test_reread): Recompile either the main program or the shared
2636 library, depending on what is being tested. Skip changing address
2637 if caller wants to. Compare before/after addresses. If testing
2638 standalone, explicitly load the binary. Test "maint info
2639 breakpoints".
2640 (top level): Add "standalone vs shared lib" and "change address"
2641 vs "same address" axes.
2642
2643 2016-10-06 Pedro Alves <palves@redhat.com>
2644
2645 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2646 call.
2647 (jit_run): Delete.
2648 (jit_test_reread): Use with_test_prefix. Reload the main binary
2649 explicitly. Compare the before/after addresses of the JIT
2650 descriptor.
2651
2652 2016-08-15 Doug Evans <dje@google.com>
2653
2654 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2655 for single bitfields is bool.
2656 * gdb.xml/tdesc-regs.exp: Ditto.
2657
2658 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2659
2660 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2661
2662 2016-10-05 Yao Qi <yao.qi@linaro.org>
2663
2664 * lib/gdb.exp (support_complex_tests): Return zero if
2665 gdb_skip_float_test return true.
2666
2667 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2668 Simon Marchi <simon.marchi@ericsson.com>
2669
2670 PR gdb/20487
2671 * gdb.mi/user-selected-context-sync.exp: New file.
2672 * gdb.mi/user-selected-context-sync.c: New file.
2673
2674 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2675 Simon Marchi <simon.marchi@ericsson.com>
2676
2677 PR gdb/20487
2678 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2679 =thread-select-event check.
2680
2681 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2682
2683 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2684 the compulsory L operand changes.
2685 * gdb.arch/powerpc-power.s: Likewise.
2686
2687 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2688
2689 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2690 * gdb.base/jit-attach-pie.c: New file.
2691 * gdb.base/jit-attach-pie.exp: New file.
2692
2693 2016-09-28 Pedro Alves <palves@redhat.com>
2694
2695 * gdb.base/infcall-input.c: New file.
2696 * gdb.base/infcall-input.exp: New file.
2697
2698 2016-09-22 Yao Qi <yao.qi@linaro.org>
2699
2700 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2701 (gdb_exit): Rename it to ...
2702 (gdbserver_gdb_exit): ... Close GDBserver.
2703 (gdb_exit): New proc, call gdbserver_gdb_exit.
2704 (mi_gdb_exit): Likewise.
2705
2706 2016-09-22 Yao Qi <yao.qi@linaro.org>
2707
2708 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2709 path.
2710 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2711 Remove duplication.
2712
2713 2016-09-22 Yao Qi <yao.qi@linaro.org>
2714
2715 * lib/gdbserver-support.exp: Check the existence of
2716 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2717
2718 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2719
2720 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2721
2722 2016-09-21 Tom Tromey <tom@tromey.com>
2723
2724 PR gdb/20604:
2725 * gdb.base/quit.exp: New file.
2726
2727 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2728
2729 * .gitignore: New file.
2730
2731 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2732
2733 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2734 throughout.
2735
2736 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2737
2738 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2739
2740 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2741
2742 * gdb.cp/casts.cc (decltype): Move it ...
2743 (main): ... with its call to ...
2744 * gdb.cp/casts03.cc: ... a new file.
2745 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2746
2747 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2748
2749 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2750
2751 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
2752
2753 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2754 and sync up the test with tests in gas/testsuite/gas/ppc.
2755 * gdb.arch/powerpc-power.exp: Likewise.
2756
2757 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2758
2759 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2760
2761 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
2762 Jan Kratochvil <jan.kratochvil@redhat.com>
2763
2764 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2765 make m1's definition to be different from m2's. Use 'dummy' as an
2766 argument for probe 'two'.
2767
2768 2016-09-10 Jon Beniston <jon@beniston.com>
2769
2770 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2771 for sim target.
2772
2773 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2774
2775 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2776 variable declaration.
2777 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
2778 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2779 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2780 received HWCAP as its argument.
2781
2782 2016-09-06 Pedro Alves <palves@redhat.com>
2783
2784 * gdb.base/new-ui-pending-input.c: New file.
2785 * gdb.base/new-ui-pending-input.exp: New file.
2786 * gdb.exp (clear_gdb_spawn_id): New procedure.
2787 (with_spawn_id): Check whether gdb_spawn_id exists before
2788 referencing it. If gdb_spawn_id didn't exist on entry, clear it
2789 on exit.
2790
2791 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2792
2793 * gdb.base/float128.c: New file.
2794 * gdb.base/float128.exp: Likewise.
2795 * gdb.base/floatn.c: Likewise.
2796 * gdb.base/floatn.exp: Likewise.
2797
2798 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2799
2800 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2801
2802 2016-09-05 Pedro Alves <palves@redhat.com>
2803
2804 PR backtrace/19927
2805 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2806 unwinders are immediately called as side effect of "source" or
2807 "disable unwinder" commands.
2808 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2809
2810 2016-09-02 Yao Qi <yao.qi@linaro.org>
2811
2812 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2813 is true and $type is "float" or "double".
2814
2815 2016-09-02 Yao Qi <yao.qi@linaro.org>
2816
2817 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2818 true.
2819 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2820 * gdb.base/call-rt-st.exp: Likewise.
2821 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2822 return value instead of gdb,skip_float_test.
2823 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2824 (do_function_calls): Use its return value instead of
2825 gdb,skip_float_test.
2826 * gdb.base/finish.exp: Likewise.
2827 * gdb.base/funcargs.exp: Likewise.
2828 * gdb.base/return.exp: Likewise.
2829 * gdb.base/return2.exp: Likewise.
2830 * gdb.base/varargs.exp: Likewise.
2831 * lib/gdb.exp (gdb_skip_float_test): Change it to
2832 gdb_caching_proc. Detect the broken ptrace on arm-linux.
2833
2834 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2835
2836 * gdb.multi/tids.exp: Test "thread apply all".
2837
2838 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2839
2840 * gdb.base/default.exp (tty): Remove.
2841
2842 2016-08-24 Kevin Buettner <kevinb@redhat.com>
2843
2844 * gdb.python/py-recurse-unwind.c: New file.
2845 * gdb.python/py-recurse-unwind.py: New file.
2846 * gdb.python/py-recurse-unwind.exp: New file.
2847
2848 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2849
2850 * gdb.base/set-inferior-tty.exp: New file.
2851 * gdb.base/set-inferior-tty.c: New file.
2852
2853 2016-08-23 Pedro Alves <palves@redhat.com>
2854
2855 PR gdb/20494
2856 * gdb.base/new-ui-echo.c: New file.
2857 * gdb.base/new-ui-echo.exp: New file.
2858
2859 2016-08-23 Yao Qi <yao.qi@linaro.org>
2860
2861 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2862 gdbserver_spawn.
2863 * gdb.server/connect-without-multi-process.exp (do_test):
2864 Likewise.
2865
2866 2016-08-23 Yao Qi <yao.qi@linaro.org>
2867
2868 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2869 standalone_txt. Delete gdb_txt and standalone_txt on host
2870 and target. Spawn the binary on target. Copy files from
2871 target to host.
2872
2873 2016-08-22 Pedro Alves <palves@redhat.com>
2874
2875 PR gdb/20505
2876 * gdb.base/vdso-warning.exp: Test core dumps too. Use
2877 with_test_prefix. Factor out bits to ...
2878 (test_no_vdso): ... this new procedure.
2879
2880 2016-08-19 Carl Love <cel@us.ibm.com>
2881
2882 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2883 maintaining separate logic for constructing the output path.
2884 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2885 * gdb.arch/ppc-dfp.exp: Likewise.
2886 * gdb.arch/ppc-fp.exp: Likewise.
2887 * gdb.arch/vsx-regs.exp: Likewise.
2888 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2889 binprefix for generating the additional binary files.
2890
2891 2016-08-19 Pedro Alves <palves@redhat.com>
2892
2893 * gdb.trace/mi-trace-frame-collected.exp
2894 (test_trace_frame_collected): On x32, expect two registers.
2895
2896 2016-08-18 Carl Love <cel@us.ibm.com>
2897
2898 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2899 and sync up the test with tests in gas/testsuite/gas/ppc.
2900 * gdb.arch/powerpc-power.exp: Likewise.
2901
2902 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2903
2904 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2905 expected error message.
2906
2907 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2908
2909 * gdb.multi/remove-inferiors.exp: New file.
2910 * gdb.multi/remove-inferiors.c: New file.
2911
2912 2016-08-12 Yao Qi <yao.qi@linaro.org>
2913
2914 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
2915 argument list.
2916
2917 2016-08-10 Pedro Alves <palves@redhat.com>
2918
2919 PR gdb/19187
2920 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
2921 setup_kfails.
2922
2923 2016-08-09 Pedro Alves <palves@redhat.com>
2924 Simon Marchi <simon.marchi@ericsson.com>
2925
2926 PR gdb/20418
2927 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
2928 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
2929
2930 2016-08-09 Pedro Alves <palves@redhat.com>
2931
2932 PR mi/20431
2933 * gdb.mi/mi-cmd-error.exp: New file.
2934
2935 2016-08-09 Pedro Alves <palves@redhat.com>
2936
2937 PR gdb/18653
2938 * gdb.base/signals-state-child.c: New file.
2939 * gdb.base/signals-state-child.exp: New file.
2940 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
2941
2942 2016-08-09 Pedro Alves <palves@redhat.com>
2943
2944 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
2945
2946 2016-08-03 Tom Tromey <tom@tromey.com>
2947
2948 PR python/18565:
2949 * gdb.python/py-frame-inline.exp: Add Frame.function test.
2950
2951 2016-08-01 Yao Qi <yao.qi@linaro.org>
2952
2953 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
2954 variable mode to "multi-process" if $multi_process is 1, otherwise
2955 set it to "single-process".
2956
2957 2016-08-01 Yao Qi <yao.qi@linaro.org>
2958
2959 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
2960 * gdb.cp/cpexprs.exp: Likewise.
2961 * gdb.cp/m-static.exp: Likewise.
2962
2963 2016-07-26 Tom Tromey <tom@tromey.com>
2964
2965 PR python/20190:
2966 * gdb.threads/tls.exp (check_thread_local): Add python symbol
2967 test.
2968
2969 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
2970
2971 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
2972 selecting assembly source files.
2973 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
2974 assembly source files.
2975 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
2976 assembly source files.
2977 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
2978 selecting assembly source files.
2979
2980 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
2981
2982 * gdb.base/new-ui.exp (do_test_invalid_args): New
2983 procedure.
2984
2985 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
2986
2987 * gdb.btrace/reconnect.c: New file.
2988 * gdb.btrace/reconnect.exp: New file.
2989
2990 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
2991
2992 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
2993 to test_catch_syscall_group.
2994 (test_catch_syscall_group): New.
2995
2996 2016-07-21 Tom Tromey <tom@tromey.com>
2997
2998 * gdb.rust/simple.rs (main): Use empty struct expression.
2999 * gdb.rust/simple.exp: Add tests for empty struct expression.
3000
3001 2016-07-21 Yao Qi <yao.qi@linaro.org>
3002
3003 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
3004 if gdb_skip_xml_test is true on some targets.
3005
3006 2016-07-21 Yao Qi <yao.qi@linaro.org>
3007
3008 * gdb.server/solib-list.exp: Unset last_loaded_file.
3009
3010 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3011
3012 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
3013 "step into captured_main (args)".
3014
3015 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3016
3017 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
3018
3019 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3020
3021 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
3022
3023 2016-07-19 Pedro Alves <palves@redhat.com>
3024
3025 * gdb.opt/inline-break.exp: Remove optimize=-O2.
3026 * gdb.opt/inline-bt.exp: Likewise.
3027 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
3028 additional_flags=-Winline.
3029 * gdb.opt/inline-locals.exp: Likewise.
3030 * gdb.opt/inline-markers.c (ATTR): Define.
3031 (inlined_fn): Use it.
3032
3033 2016-07-19 Yao Qi <yao.qi@linaro.org>
3034
3035 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
3036 (test_with_self): Remove some code. Remove argument executable.
3037 (top-level): Use do_self_tests.
3038
3039 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
3040 Don Breazeal <donb@codesourcery.com>
3041
3042 * gdb.base/maint.exp: Escape paths used in regular expressions.
3043 * gdb.stabs/weird.exp: Likewise.
3044
3045 2016-07-13 Tom Tromey <tom@tromey.com>
3046
3047 PR python/15620, PR python/18620:
3048 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
3049 (test_bkpt_events): New procs.
3050
3051 2016-07-13 Tom Tromey <tom@tromey.com>
3052
3053 PR python/17698:
3054 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
3055 test.
3056 (test_watchpoints): Likewise.
3057 (test_bkpt_pending): New proc.
3058
3059 2016-07-13 Tom Tromey <tom@tromey.com>
3060
3061 PR cli/18053:
3062 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
3063 completion test.
3064
3065 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3066
3067 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
3068 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
3069 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
3070 f_label.
3071 (g): Rename g_end_lbl to g_label.
3072 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
3073 low_pc and high_pc.
3074 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
3075
3076 2016-07-12 Tom Tromey <tom@tromey.com>
3077
3078 PR python/19293:
3079 * gdb.python/py-unwind-maint.exp: Update tests.
3080
3081 2016-07-12 Yao Qi <yao.qi@linaro.org>
3082
3083 * lib/selftest-support.exp (selftest_setup): Match the output
3084 when captured_main is inlined.
3085
3086 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
3087
3088 * gdb.fortran/derived-types.exp (result_line, result_line_2):
3089 New variables.
3090 (print this%a, print this%b, print this): New tests.
3091 * gdb.fortran/derived-types.f90 (this): New object and
3092 initialization.
3093
3094 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3095
3096 * gdb.ada/arraydim.exp: Remove extra directory level in build
3097 directory.
3098
3099 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3100
3101 * lib/ada.exp: Remove extra directory level in build directory.
3102 * gdb.ada/cond_lang.exp: Likewise.
3103 * gdb.ada/exec_changed.exp: Likewise.
3104 * gdb.ada/lang_switch.exp: Likewise.
3105
3106 2016-07-06 Manish Goregaokar <manish@mozilla.com>
3107
3108 * simple.rs: Add test for raw pointer subscripting.
3109 * simple.exp: Add test expectations.
3110
3111 2016-07-05 Yao Qi <yao.qi@linaro.org>
3112
3113 * gdb.mi/mi-reverse.exp: Match =record-started output.
3114
3115 2016-07-01 Pedro Alves <palves@redhat.com>
3116
3117 * gdb.base/jit-reader.exp (info_registers_current_frame): New
3118 procedure.
3119 (jit_reader_test): Test the jit reader's unwinder.
3120 * gdb.base/jithost.c (jit_function_00_code): New global.
3121 (main): Use memcpy to fill in the mmapped code, instead of poking
3122 bytes manually here.
3123 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
3124 value.
3125 (read_debug_info): Save the function's range.
3126 (read_sp): New function.
3127 (unwind_frame): Use it. Also unwind RBP.
3128 (get_frame_id): Use read_sp.
3129 (gdb_init_reader): Use calloc instead of malloc.
3130 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
3131 parameter. Use gdb_test_multiple.
3132
3133 2016-07-01 Pedro Alves <palves@redhat.com>
3134 Antoine Tremblay <antoine.tremblay@ericsson.com>
3135
3136 * gdb.threads/process-dies-while-detaching.c: New file.
3137 * gdb.threads/process-dies-while-detaching.exp: New file.
3138
3139 2016-07-01 Pedro Alves <palves@redhat.com>
3140
3141 * gdb.multi/watchpoint-multi-exit.c: New file.
3142 * gdb.multi/watchpoint-multi-exit.exp: New file.
3143
3144 2016-06-30 Pedro Alves <palves@redhat.com>
3145
3146 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
3147 unset inferior_spawn_id.
3148
3149 2016-06-30 Pedro Alves <palves@redhat.com>
3150
3151 * lib/mi-support.exp (default_mi_gdb_start): Declare global
3152 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
3153
3154 2016-06-29 Yao Qi <yao.qi@linaro.org>
3155
3156 * gdb.base/return.c: Add copyright header.
3157
3158 2016-06-29 Tom Tromey <tom@tromey.com>
3159
3160 PR python/20129:
3161 * gdb.python/py-framefilter.exp: Add tests for setting priority
3162 and disabling of non-existent frame filter.
3163
3164 2016-06-29 Yao Qi <yao.qi@linaro.org>
3165
3166 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
3167 0x0f07ff.
3168
3169 2016-06-28 Yao Qi <yao.qi@linaro.org>
3170
3171 * gdb.base/catch-syscall.exp: Remove check on isnative and target
3172 triplets. Start gdb, execute catch syscall, and continue. Check
3173 gdb's output to determine catch syscall is supported.
3174
3175 2016-06-27 Manish Goregaokar <manish@mozilla.com>
3176
3177 * gdb.rust/simple.rs: Add test for returning unit in a function.
3178 * gdb.rust/simple.exp: Add expectation for functions returning
3179 unit.
3180
3181 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
3182
3183 * gdb.python/py-breakpoint-create-fail.c,
3184 gdb.python/py-breakpoint-create-fail.exp,
3185 gdb.python/py-breakpoint-create-fail.py: New testcase.
3186
3187 2016-06-25 Manish Goregaokar <manish@mozilla.com>
3188
3189 PR gdb/20239
3190 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
3191 * gdb.rust/simple.exp: Add test expectations for new NonZero
3192 tests.
3193
3194 2016-06-24 David Taylor <dtaylor@emc.com>
3195
3196 * gdb.base/offsets.exp: New file.
3197 * gdb.base/offsets.c: New file.
3198
3199 2016-06-23 Tom Tromey <tom@tromey.com>
3200
3201 PR gdb/16483:
3202 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
3203 before any filters are loaded.
3204
3205 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
3206
3207 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
3208 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
3209 structs.
3210 * gdb.fortran/derived-type-function.exp: New file.
3211 * gdb.fortran/derived-type-function.f90: New file.
3212
3213
3214 2016-06-21 Pedro Alves <palves@redhat.com>
3215
3216 * gdb.base/new-ui.exp: New file.
3217 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
3218 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
3219 (with_spawn_id): New procedure.
3220
3221 2016-06-21 Pedro Alves <palves@redhat.com>
3222
3223 * gdb.mi/mi-exec-run.exp: New file.
3224
3225 2016-06-21 Pedro Alves <palves@redhat.com>
3226
3227 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
3228 breakpoint command's output on the main UI.
3229 (test_break): New procedure, factored out from calls in the top
3230 level.
3231 (top level): Use foreach_with_prefix to test MI as main UI and as
3232 separate UI.
3233
3234 2016-06-21 Pedro Alves <palves@redhat.com>
3235
3236 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
3237 (test_awatch_creation_and_listing)
3238 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
3239 Remove 'type' parameter.
3240 (test_watchpoint_all): New parameter mi_mode. Remove
3241 with_test_prefix.
3242 (top level): Use foreach_with_prefix, and add main/separate UI MI
3243 testing axis.
3244
3245 2016-06-21 Pedro Alves <palves@redhat.com>
3246
3247 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
3248 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
3249 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
3250 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
3251 (gdb_main_spawn_id, mi_spawn_id): Declare and
3252 comment.
3253 (mi_create_inferior_pty): New procedure,
3254 factored out from default_mi_gdb_start.
3255 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
3256 procedures.
3257 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
3258 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
3259 Use mi_create_inferior_pty.
3260 (mi_gdb_start): Use eval to pass down args list.
3261
3262 2016-06-21 Pedro Alves <palves@redhat.com>
3263
3264 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
3265 * gdb.opt/inline-cmds.exp: Add MI tests.
3266
3267 2016-06-21 Pedro Alves <palves@redhat.com>
3268
3269 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
3270
3271 2016-06-21 Pedro Alves <palves@redhat.com>
3272
3273 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
3274 (top level): Use it instead of mi_execute_to.
3275
3276 2016-06-21 Pedro Alves <palves@redhat.com>
3277
3278 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
3279 (cont_handler_str): New.
3280 (signal_stop_handler): Set stop_handler_str instead of printing to
3281 stdout.
3282 (continue_handler): Set cont_handler_str instead of printing to
3283 stdout.
3284 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
3285 mi_send_resuming_command. Print stop_handler_str and
3286 cont_handler_str instead of expecting the python events print
3287 directly.
3288
3289 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3290
3291 * gdb.base/jit-reader.exp: New file.
3292 * gdb.base/jithost.c: New file.
3293 * gdb.base/jithost.h: New file.
3294 * gdb.base/jitreader.c : New file.
3295 * gdb.base/jit-protocol.h: New file.
3296
3297 2016-06-17 Yao Qi <yao.qi@linaro.org>
3298
3299 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
3300 parameters follow_fork and detach_on_fork. Set follow-fork-mode
3301 and detach-on-fork. Adjust tests.
3302 (top level): Invoke break_cond_on_syscall with combinations of
3303 syscall, follow-fork-mode and detach-on-fork.
3304
3305 2016-06-17 Yao Qi <yao.qi@linaro.org>
3306
3307 * gdb.base/step-over-exit.c: New.
3308 * gdb.base/step-over-exit.exp: New.
3309
3310 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
3311
3312 * gdb.base/float.exp: Add target check for nds32*-*-*.
3313 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
3314
3315 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
3316
3317 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
3318 for unsupported target features.
3319 * gdb.base/call-rt-st.exp: Likewise.
3320 * gdb.base/call-sc.exp: Likewise.
3321 * gdb.base/call-signal-resume.exp: Likewise.
3322 * gdb.base/call-strs.exp: Likewise.
3323 * gdb.base/callexit.exp: Likewise.
3324 * gdb.base/callfuncs.exp: Likewise.
3325 * gdb.base/nodebug.exp: Likewise.
3326 * gdb.base/printcmds.exp: Likewise.
3327 * gdb.base/ptype.exp: Likewise.
3328 * gdb.base/structs.exp: Likewise.
3329 * gdb.base/unwindonsignal.exp: Likewise.
3330 * gdb.cp/gdb2495.exp: Likewise.
3331 * gdb.cp/templates.exp: Likewise.
3332 * gdb.cp/virtfunc.exp: Likewise.
3333 * gdb.threads/hand-call-in-threads.exp: Likewise.
3334 * gdb.threads/interrupted-hand-call.exp: Likewise.
3335 * gdb.threads/thread-unwindonsignal.exp: Likewise.
3336
3337 2016-06-10 Tom Tromey <tom@tromey.com>
3338
3339 PR rust/20110:
3340 * gdb.rust/expr.exp: Add test for integer constant larger than
3341 i32.
3342
3343 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
3344
3345 * gdb.fortran/nested-funcs.exp: New.
3346 * gdb.fortran/nested-funcs.f90: New.
3347
3348 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
3349
3350 * gdb.base/examine-backward.c: New file.
3351 * gdb.base/examine-backward.exp: New file.
3352
3353 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
3354
3355 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3356 matching.
3357
3358 2016-06-02 Tom Tromey <tom@tromey.com>
3359
3360 PR python/18984:
3361 * gdb.python/py-shared.exp: Add solib_name test.
3362
3363 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
3364
3365 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
3366
3367 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
3368
3369 PR c++/19893
3370 * gdb.dwarf2/implref.exp: Rename to...
3371 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
3372 * gdb.dwarf2/implref-array.c: New file.
3373 * gdb.dwarf2/implref-array.exp: Likewise.
3374 * gdb.dwarf2/implref-global.c: Likewise.
3375 * gdb.dwarf2/implref-global.exp: Likewise.
3376 * gdb.dwarf2/implref-struct.c: Likewise.
3377 * gdb.dwarf2/implref-struct.exp: Likewise.
3378
3379 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3380
3381 * gdb.trace/trace-condition.exp: Add 64bit tests.
3382
3383 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3384
3385 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3386 bits types.
3387 (main): Adapt to 8 to 64 bits types.
3388 * gdb.trace/trace-condition.exp: Add new tests.
3389
3390 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3391
3392 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3393
3394 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3395
3396 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3397 Move condition tests...
3398 * gdb.trace/trace-condition.exp: Here.
3399
3400 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3401
3402 * gdb.trace/trace-condition.exp: Add counter-case tests.
3403
3404 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3405
3406 PR c++/15231
3407 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3408 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3409
3410 2016-05-27 Pedro Alves <palves@redhat.com>
3411
3412 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3413 New procedure.
3414 (top level): Call it, and bail out of DejaGnu is known to be bad.
3415
3416 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
3417
3418 * gdb.base/whatis.c: Extend the test case.
3419 * gdb.base/whatis.exp: Add additional tests.
3420
3421 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3422
3423 * gdb.fortran/type.f90: Add pointer variable.
3424 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3425
3426 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3427
3428 * gdb.fortran/vla-type.exp: Fix testcase name.
3429
3430 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3431
3432 * gdb.fortran/vla-type.exp: Access elements in nested structs.
3433
3434 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3435
3436 * gdb.fortran/type.f90: Add nested structures.
3437 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3438 * gdb.fortran/derived-type.exp: Adapt expected output.
3439 * gdb.fortran/vla-type.exp: Adapt expected output.
3440
3441 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3442
3443 * gdb.fortran/whatis_type.exp: Adapt expected output.
3444
3445 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3446
3447 * gdb.fortran/print_type.exp: Fix expected output.
3448 * gdb.fortran/whatis_type.exp: Fix expected output.
3449
3450 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3451
3452 * gdb.fortran/whatis_type.exp: Use multi_line.
3453
3454 2016-05-24 Tom Tromey <tom@tromey.com>
3455
3456 PR python/17386:
3457 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3458 use value as an index.
3459
3460 2016-05-23 Tom Tromey <tom@tromey.com>
3461
3462 PR python/17981:
3463 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3464 no-breakpoint case.
3465
3466 2016-05-24 Pedro Alves <palves@redhat.com>
3467
3468 PR gdb/19828
3469 * gdb.threads/clone-attach-detach.c: New file.
3470 * gdb.threads/clone-attach-detach.exp: New file.
3471
3472 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3473
3474 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3475
3476 2016-05-23 Tom Tromey <tom@tromey.com>
3477
3478 PR python/19438, PR python/18393:
3479 * gdb.python/py-progspace.exp: Add "dir" test.
3480 * gdb.python/py-objfile.exp: Add "dir" test.
3481
3482 2016-05-23 Yao Qi <yao.qi@linaro.org>
3483
3484 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3485 * gdb.arch/thumb2-it.exp: Likewise.
3486
3487 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3488
3489 * gdb.mi/mi-threads-interrupt.c: New file.
3490 * gdb.mi/mi-threads-interrupt.exp: New file.
3491
3492 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3493
3494 PR gdb/18077
3495 * gdb.mi/mi-async-run.exp: New file.
3496 * gdb.mi/mi-async-run.c: New file.
3497
3498 2016-05-17 Tom Tromey <tom@tromey.com>
3499 Manish Goregaokar <manishsmail@gmail.com>
3500
3501 * lib/rust-support.exp: New file.
3502 * lib/gdb.exp (skip_rust_tests): New proc.
3503 (build_executable_from_specs): Handle rust.
3504 * lib/future.exp (gdb_find_rustc): New proc.
3505 (gdb_default_target_compile): Handle rust.
3506 * gdb.rust/expr.exp: New file.
3507 * gdb.rust/generics.exp: New file.
3508 * gdb.rust/generics.rs: New file.
3509 * gdb.rust/methods.exp: New file.
3510 * gdb.rust/methods.rs: New file.
3511 * gdb.rust/modules.exp: New file.
3512 * gdb.rust/modules.rs: New file.
3513 * gdb.rust/simple.exp: New file.
3514 * gdb.rust/simple.rs: New file.
3515
3516 2016-05-17 Tom Tromey <tom@tromey.com>
3517
3518 * gdb.base/default.exp (set language): Add rust.
3519
3520 2016-05-17 Tom Tromey <tom@tromey.com>
3521
3522 * gdb.gdb/unittest.exp: New file.
3523
3524 2016-05-16 Yao Qi <yao.qi@linaro.org>
3525
3526 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3527 shell_prompt. Update shell_prompt_re.
3528
3529 2016-05-12 Doug Evans <dje@google.com>
3530
3531 PR symtab/19999
3532 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3533 $options when building executable.
3534 * gdb.dwarf2/fission-loclists-pie.S: New file.
3535 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3536
3537 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3538
3539 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3540 of [is_remote target],
3541
3542 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3543
3544 * lib/gdb.exp (use_gdb_stub): New procedure.
3545
3546 2016-05-03 Yunlian Jiang <yunlian@google.com>
3547 Doug Evans <dje@google.com>
3548
3549 PR symtab/19914
3550 * gdb.dwarf2/dwp-sepdebug.c: New file.
3551 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3552
3553 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3554
3555 * gdb.base/detach.exp: Remove is_remote check.
3556
3557 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3558
3559 * gdb.base/annota-input-while-running.exp: Don't check for
3560 [is_remote target]. Enable annotations after running to main.
3561 Remove unused "set test..." line.
3562
3563 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3564
3565 * gdb.trace/trace-enable-disable.exp: New file.
3566 * gdb.trace/trace-enable-disable.c: New file.
3567
3568 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3569
3570 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3571 use it in info sharedlibrary test.
3572 * gdb.trace/ftrace-lock.exp: Likewise.
3573 * gdb.trace/ftrace.exp: Likewise.
3574 * gdb.trace/range-stepping.exp: Likewise.
3575 * gdb.trace/trace-break.exp: Likewise.
3576 * gdb.trace/trace-condition.exp: Likewise.
3577 * gdb.trace/trace-mt.exp: Likewise.
3578
3579 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3580
3581 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3582 (gdb_load_shlib): ... this.
3583 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3584 gdb_load_shlib.
3585 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3586 * gdb.base/ctxobj.exp: Likewise.
3587 * gdb.base/dprintf-pending.exp: Likewise.
3588 * gdb.base/dso2dso.exp: Likewise.
3589 * gdb.base/fixsection.exp: Likewise.
3590 * gdb.base/gcore-relro.exp: Likewise.
3591 * gdb.base/gdb1555.exp: Likewise.
3592 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3593 * gdb.base/gnu-ifunc.exp: Likewise.
3594 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3595 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3596 * gdb.base/pending.exp: Likewise.
3597 * gdb.base/print-file-var.exp: Likewise.
3598 * gdb.base/print-symbol-loading.exp: Likewise.
3599 * gdb.base/shlib-call.exp: Likewise.
3600 * gdb.base/shreloc.exp: Likewise.
3601 * gdb.base/so-impl-ld.exp: Likewise.
3602 * gdb.base/solib-disc.exp: Likewise.
3603 * gdb.base/solib-nodir.exp: Likewise.
3604 * gdb.base/solib-overlap.exp: Likewise.
3605 * gdb.base/solib-symbol.exp: Likewise.
3606 * gdb.base/solib-weak.exp (do_test): Likewise.
3607 * gdb.base/sym-file.exp: Likewise.
3608 * gdb.base/symtab-search-order.exp: Likewise.
3609 * gdb.base/type-opaque.exp: Likewise.
3610 * gdb.base/unload.exp: Likewise.
3611 * gdb.base/watchpoint-solib.exp: Likewise.
3612 * gdb.compile/compile.exp: Likewise.
3613 * gdb.cp/gdb2384.exp: Likewise.
3614 * gdb.cp/infcall-dlopen.exp: Likewise.
3615 * gdb.cp/re-set-overloaded.exp: Likewise.
3616 * gdb.fortran/library-module.exp: Likewise.
3617 * gdb.opt/solib-intra-step.exp: Likewise.
3618 * gdb.python/py-finish-breakpoint.exp: Likewise.
3619 * gdb.python/py-shared.exp: Likewise.
3620 * gdb.reverse/solib-precsave.exp: Likewise.
3621 * gdb.reverse/solib-reverse.exp: Likewise.
3622 * gdb.server/solib-list.exp: Likewise.
3623 * gdb.threads/dlopen-libpthread.exp: Likewise.
3624 * gdb.threads/tls-shared.exp: Likewise.
3625 * gdb.threads/tls-so_extern.exp: Likewise.
3626 * gdb.trace/change-loc.exp: Likewise.
3627 * gdb.trace/ftrace-lock.exp: Likewise.
3628 * gdb.trace/ftrace.exp: Likewise.
3629 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3630 * gdb.trace/pending.exp: Likewise.
3631 * gdb.trace/range-stepping.exp: Likewise.
3632 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3633 (strace_info_marker): Likewise.
3634 (strace_probe_marker): Likewise.
3635 (strace_trace_on_same_addr): Likewise.
3636 (strace_trace_on_diff_addr): Likewise.
3637 * gdb.trace/trace-break.exp: Likewise.
3638 * gdb.trace/trace-condition.exp: Likewise.
3639 * gdb.trace/trace-mt.exp: Likewise.
3640
3641 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3642
3643 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3644 result of gdb_remote_download.
3645 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3646 * gdb.base/dso2dso.exp: Likewise.
3647 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3648 * gdb.base/print-file-var.exp: Likewise.
3649 * gdb.base/shlib-call.exp: Likewise.
3650 * gdb.base/shreloc.exp: Likewise.
3651 * gdb.base/solib-overlap.exp: Likewise.
3652 * gdb.base/solib-weak.exp (do_test): Likewise.
3653 * gdb.base/unload.exp: Likewise.
3654
3655 2016-04-27 Yao Qi <yao.qi@linaro.org>
3656
3657 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3658 exists.
3659
3660 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3661
3662 * vla-type.exp: Print structure from toplevel.
3663
3664 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3665
3666 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3667 of dynamic types.
3668 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3669 of dynamic types.
3670
3671 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3672
3673 * gdb.fortran/vla-type.f90: New file.
3674 * gdb.fortran/vla-type.exp: New file.
3675
3676 2016-04-25 Yao Qi <yao.qi@linaro.org>
3677
3678 * gdb.base/branch-to-self.c: New file.
3679 * gdb.base/branch-to-self.exp: New file.
3680
3681 2016-04-22 Yao Qi <yao.qi@linaro.org>
3682
3683 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3684 more after $hex.
3685
3686 2016-04-22 Yao Qi <yao.qi@linaro.org>
3687
3688 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3689 * gdb.base/annota3.exp: Likewise.
3690
3691 2016-04-22 Yao Qi <yao.qi@linaro.org>
3692
3693 * gdb.reverse/step-precsave.exp: Do one step and test program
3694 stops in "callee" and do multiple steps until program goes out
3695 of "callee".
3696 * gdb.reverse/step-reverse.exp: Likewise.
3697
3698 2016-04-22 Yao Qi <yao.qi@linaro.org>
3699
3700 * gdb.trace/signal.exp: Also pass if
3701 $tracepoint_hits($i) > $iterations.
3702
3703 2016-04-22 Yao Qi <yao.qi@linaro.org>
3704
3705 * gdb.trace/signal.c: New file.
3706 * gdb.trace/signal.exp: New file.
3707
3708 2016-04-19 Doug Evans <xdje42@gmail.com>
3709
3710 * gdb.base/bad-file.exp: New file.
3711
3712 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3713
3714 * gdb.dwarf2/implref.exp: New file.
3715
3716 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3717
3718 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3719 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3720 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3721 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3722 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3723 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3724 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3725 * lib/fortran.exp (fortran_int4): New procedure.
3726 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3727 (fortran_logical4): Likewise.
3728
3729 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3730
3731 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3732
3733 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3734
3735 * lib/compiler.c: Add Intel specific preprocessor macros.
3736 * lib/compiler.cc: Likewise.
3737
3738 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
3739
3740 * gdb.server/connect-with-no-symbol-file.c: New file.
3741 * gdb.server/connect-with-no-symbol-file.exp: New file.
3742
3743 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3744
3745 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3746
3747 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3748
3749 * boards/gdbserver-base.exp (${board}_download): Copy source file to
3750 standard output directory.
3751
3752 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
3753
3754 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3755
3756 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
3757
3758 * gdb.btrace/instruction_history.c (loop): Add declaration.
3759
3760 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3761
3762 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3763
3764 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
3765
3766 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3767 parentheses to print.
3768 (continue_handler): Likewise.
3769
3770 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
3771
3772 * gdb.server/solib-list.exp: Remove is_remote check.
3773 Pass shlib= to gdb_compile. Don't link shared library with
3774 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
3775 Run binary filename through "readlink -f" on the target.
3776
3777 2016-04-08 Pedro Alves <palves@redhat.com>
3778
3779 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
3780 interpreter filename as argument to gdbserver_spawn.
3781 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3782 Return empty if $last_loaded_file does not exist.
3783
3784 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3785
3786 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3787 * gdb.base/jit-main.c: Use exit after usage.
3788
3789 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3790
3791 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3792 GDBHISTSIZE prior to the tests.
3793 * gdb.base/gdbinit-history.exp: Likewise.
3794
3795 2016-04-07 Pedro Alves <palves@redhat.com>
3796
3797 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3798 instead of build_executable. Use gdb_load_shlibs.
3799
3800 2016-04-07 Yao Qi <yao.qi@linaro.org>
3801
3802 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3803 Execute "si" command.
3804
3805 2016-04-07 Yao Qi <yao.qi@linaro.org>
3806
3807 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3808 number instead of the comments on some line.
3809
3810 2016-04-06 Don Breazeal <donb@codesourcery.com>
3811
3812 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3813 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3814
3815 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
3816
3817 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3818 standard_output_file. Remove unused binfile variable.
3819
3820 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
3821
3822 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3823 * gdb.python/py-mi-objfile.exp: Match "list main" output
3824 in console format.
3825
3826 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
3827
3828 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3829 absolute.
3830
3831 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3832
3833 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3834 absolute.
3835 * gdb.trace/ftrace.exp: Likewise.
3836 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3837 targets as well.
3838 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3839 (gdb_load_shlibs): Copy libraries to test directory when testing
3840 natively. Only set solib-search-path if testing remotely.
3841 * lib/mi-support.exp (mi_load_shlibs): Likewise.
3842
3843 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3844
3845 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3846 gdb_download. Use it even if the target is not remote.
3847 * gdb.base/jit.exp (compile_jit_test): Likewise.
3848 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3849 output directory if the destination board is local, otherwise use
3850 the standard remote_download from DejaGnu.
3851 (gdb_download): Remove.
3852 (gdb_load_shlibs): Use gdb_remote_download instead of
3853 gdb_download.
3854 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3855 Use gdb_remote_download instead of gdb_download. Use it even if
3856 the target is not remote.
3857 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3858 instead of gdb_download.
3859
3860 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
3861
3862 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3863 (test_insert_delete_modify): Call mi_load_shlibs before trying to
3864 run.
3865
3866 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
3867
3868 PR gdb/19820
3869 * gdb.base/printcmds.exp: Add artificial arrays tests.
3870
3871 2016-03-31 Pedro Alves <palves@redhat.com>
3872
3873 PR gdb/19858
3874 * gdb.base/jit-main.c: Include unistd.h.
3875 (ATTACH): Define to 0 if not already defined.
3876 (wait_for_gdb, mypid): New globals.
3877 (WAIT_FOR_GDB): New macro.
3878 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
3879 some breakpoint locations.
3880 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3881 New procedures.
3882 (one_jit_test): Add REATTACH parameter, and handle it. Use
3883 continue_to_test_location.
3884 (top level): Test attach, and adjusts calls to one_jit_test.
3885
3886 2016-03-31 Pedro Alves <palves@redhat.com>
3887
3888 PR gdb/19858
3889 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
3890 BINSUFFIX parameter, and handle it.
3891 (top level): Adjust calls compile_jit_test.
3892
3893 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
3894
3895 PR python/19743
3896 * gdb.python/py-mi-events-gdb.py: New file.
3897 * gdb.python/py-mi-events.c: New file.
3898 * gdb.python/py-mi-events.exp: New file.
3899
3900 2016-03-30 Yao Qi <yao.qi@linaro.org>
3901
3902 * gdb.reverse/until-precsave.exp: Match function name only.
3903 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3904 Move malloc to a condition block.
3905 * gdb.reverse/until-reverse.exp: Match function name only.
3906
3907 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
3908
3909 * gdb.trace/ftrace.exp: Set arg0exp for s390.
3910 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3911 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3912 variable for GPR 0 instead of assuming it is register 0.
3913 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
3914 * lib/trace-support.exp: Add s390 registers.
3915
3916 2016-03-29 Yao Qi <yao.qi@linaro.org>
3917
3918 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
3919
3920 2016-03-24 Yao Qi <yao.qi@linaro.org>
3921
3922 * gdb.reverse/break-reverse.exp: Add quotation mark in the
3923 test message.
3924
3925 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3926
3927 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
3928 maintaining separate logic for constructing the output path.
3929
3930 2016-03-16 Don Breazeal <donb@codesourcery.com>
3931
3932 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3933 Retry fork and waitpid on interrupted system call errors.
3934 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3935 Use with_timeout_factor to increase timeout by factor of 10.
3936
3937 2016-03-15 Don Breazeal <donb@codesourcery.com>
3938
3939 * gdb.cp/scope-err.cc: New test program.
3940 * gdb.cp/scope-err.exp: New test script.
3941 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
3942 lines and "set breakpoint here" comment.
3943 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
3944 Fixed some whitespace and format issues.
3945 * gdb.mi/mi-linespec-err-cp.cc: New test program.
3946 * gdb.mi/mi-linespec-err-cp.exp: New test script.
3947
3948 2016-03-15 Doug Evans <dje@google.com>
3949
3950 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
3951 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
3952 All callers updated. Add tests for enums, mixed flags register.
3953
3954 2016-03-15 Doug Evans <dje@google.com>
3955
3956 * gdb.base/skip.c (main): Call test_skip_file_and_function.
3957 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
3958
3959 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
3960
3961 * gdb.base/default.exp: Add $_as_string to the list of expected
3962 convenience functions.
3963
3964 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
3965
3966 * gdb.base/maint.exp: New tests for 'maint info line-table'.
3967
3968 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
3969
3970 * gdb.python/py-as-string.exp: New file.
3971 * gdb.python/py-as-string.c: New file.
3972
3973 2016-03-09 Pedro Alves <palves@redhat.com>
3974
3975 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
3976 signal" -> "Thread NN received signal" output change.
3977 * gdb.threads/ia64-sigill.exp: Likewise.
3978 * gdb.threads/linux-dp.exp: Likewise.
3979 * gdb.threads/manythreads.exp: Likewise.
3980 * gdb.threads/pending-step.exp: Likewise.
3981 * gdb.threads/print-threads.exp: Likewise.
3982 * gdb.threads/sigstep-threads.exp: Likewise.
3983 * gdb.threads/staticthreads.exp: Likewise.
3984 * gdb.threads/tls.exp: Likewise.
3985
3986 2016-03-09 Pedro Alves <palves@redhat.com>
3987
3988 * gdb.base/command-line-input.exp: New file.
3989
3990 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3991
3992 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
3993 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
3994 * gdb.trace/pending.exp: Accept leading dot before function name.
3995 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
3996 * lib/trace-support.exp: Set registers for ppc.
3997
3998 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3999
4000 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
4001 use it for disassembly; accept .main in addition to main in backtrace.
4002
4003 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
4004 Marcin Kościelnicki <koriakin@0x04.net>
4005
4006 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
4007 (gdb_recursion_test_ptr): New global variable.
4008 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
4009 gdb_recursion_test.
4010 (gdb_c_test): Ditto.
4011
4012 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4013
4014 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
4015 ordering.
4016
4017 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4018
4019 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
4020 (bar): Add bar_start_lbl label.
4021 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
4022 of foo/bar for emitting DWARF and tracing.
4023
4024 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
4025
4026 * analyze-racy-logs.py: Set executable bit.
4027
4028 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
4029
4030 * Makefile.in (DEFAULT_RACY_ITER): New variable.
4031 (CHECK_TARGET_TMP): Likewise.
4032 (check-single-racy): New rule.
4033 (check-parallel-racy): Likewise.
4034 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
4035 (do-check-parallel-racy): New rule.
4036 (check-racy/%.exp): Likewise.
4037 * README (Racy testcases): New section.
4038 * analyze-racy-logs.py: New file.
4039
4040 2016-03-03 Doug Evans <dje@google.com>
4041
4042 * gdb.base/skip.exp: Use with_test_prefix.
4043
4044 2016-03-03 Yao Qi <yao.qi@linaro.org>
4045
4046 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
4047 Invoke step_over_syscall "clone" and break_cond_on_syscall
4048 "clone".
4049 * gdb.base/step-over-clone.c: New file.
4050
4051 2016-03-03 Yao Qi <yao.qi@linaro.org>
4052
4053 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
4054 code format.
4055
4056 2016-03-03 Yao Qi <yao.qi@linaro.org>
4057
4058 * gdb.base/disp-step-fork.c: Rename to ...
4059 * gdb.base/step-over-fork.c: ... it. New file.
4060 * gdb.base/disp-step-vfork.c: Rename to ...
4061 * gdb.base/step-over-vfork.c: ... it. New file.
4062 * gdb.base/disp-step-syscall.exp: Rename to ...
4063 * gdb.base/step-over-syscall.exp: ... it. New file.
4064 (disp_step_cross_syscall): Rename to ...
4065 (step_over_syscall): ... it.
4066
4067 2016-03-03 Yao Qi <yao.qi@linaro.org>
4068
4069 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
4070 If target supports condition evaluation on target, invoke
4071 break_cond_on_syscall for fork and vfork.
4072
4073 2016-03-03 Yao Qi <yao.qi@linaro.org>
4074
4075 * gdb.base/disp-step-syscall.exp: Don't invoke
4076 support_displaced_stepping.
4077 (disp_step_cross_syscall): Test with displaced stepping off and
4078 on if supported.
4079
4080 2016-03-03 Yao Qi <yao.qi@linaro.org>
4081
4082 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
4083 proc.
4084 (setup): New proc.
4085 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
4086 and setup.
4087
4088 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4089
4090 * gdb.fortran/vla-history.exp: Remove breakpoint.
4091
4092 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4093
4094 * gdb.fortran/vla-history.exp: Lookup array elements and printing
4095 exceeds timeout.
4096
4097 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4098
4099 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
4100 breakpoint.
4101
4102 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4103
4104 * gdb.mi/vla.f90: Nullify pointer after declaration.
4105
4106 2016-03-01 Pedro Alves <palves@redhat.com>
4107
4108 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
4109
4110 2016-03-01 Pedro Alves <palves@redhat.com>
4111
4112 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
4113 before anything else.
4114 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
4115 _GNU_SOURCE here.
4116 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
4117 before anything else.
4118 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
4119
4120 2016-03-01 Pedro Alves <palves@redhat.com>
4121
4122 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
4123
4124 2016-03-01 Yao Qi <yao.qi@linaro.org>
4125
4126 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
4127 prepare_for_testing.
4128
4129 2016-03-01 Yao Qi <yao.qi@linaro.org>
4130
4131 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
4132
4133 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4134
4135 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
4136 manually constructing the output path.
4137
4138 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4139
4140 * gdb.arch/s390-stackless.S: New.
4141 * gdb.arch/s390-stackless.exp: New.
4142
4143 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
4144
4145 * gdb.dlang/circular.c: New file.
4146 * gdb.dlang/circular.exp: New file.
4147
4148 2016-02-26 Yao Qi <yao.qi@linaro.org>
4149
4150 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
4151 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
4152 (testcases): Update.
4153
4154 2016-02-26 Yao Qi <yao.qi@linaro.org>
4155
4156 * gdb.reverse/aarch64.c: Rename to ...
4157 * gdb.reverse/insn-reverse.c: ... it.
4158 * gdb.reverse/aarch64.exp: Rename to ...
4159 * gdb.reverse/insn-reverse.exp: ... it.
4160
4161 2016-02-26 Yao Qi <yao.qi@linaro.org>
4162
4163 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
4164 (testcase_ftype): New.
4165 (testcases): New array.
4166 (n_testcases): New.
4167 (main): Call each element in testcases.
4168 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
4169 (read_testcase): New.
4170 Do the tests in a loop.
4171
4172 2016-02-25 Yao Qi <yao.qi@linaro.org>
4173
4174 * gdb.base/branches.c: Remove.
4175
4176 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4177
4178 PR gdb/13808
4179 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
4180
4181 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4182
4183 * gdb.trace/ftrace.exp: Remove unnecessary target check.
4184
4185 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4186
4187 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
4188 change x86_64 call_insn to 'callq'.
4189
4190 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4191
4192 * gdb.trace/tfile-avx.c: Move to...
4193 * gdb.trace/tracefile-pseudo-reg.c: Here.
4194 * gdb.trace/tfile-avx.exp: Move to...
4195 * gdb.trace/tracefile-pseudo-reg.exp: Here.
4196
4197 2016-02-24 Gary Benson <gbenson@redhat.com>
4198
4199 * gdb.base/attach-pie-noexec.exp: Do not expect an error
4200 message on attach.
4201
4202 2016-02-23 Doug Evans <dje@google.com>
4203
4204 * gdb.base/skip.c (test_skip): New function.
4205 (end_test_skip_file_and_function): New function.
4206 (test_skip_file_and_function): New function.
4207 * gdb.base/skip1.c (test_skip): New function.
4208 (skip1_test_skip_file_and_function): New function.
4209 * gdb.base/skip.exp: Add tests for new skip options.
4210 * gdb.base/skip-solib.exp: Update expected output.
4211 * gdb.perf/skip-command.cc: New file.
4212 * gdb.perf/skip-command.exp: New file.
4213 * gdb.perf/skip-command.py: New file.
4214
4215 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
4216
4217 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
4218 info registers pattern.
4219
4220 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
4221
4222 * lib/future.exp: Add D support.
4223 (gdb_find_gdc): New proc.
4224 (gdb_default_target_compile): Add D support.
4225
4226 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
4227
4228 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
4229 user+system time.
4230 (trace_speed_test): Determine the iteration count for a time
4231 between 15..30 seconds.
4232
4233 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
4234
4235 * gdb.arch/i386-mpx-sigsegv.c: New file.
4236 * gdb.arch/i386-mpx-sigsegv.exp: New file.
4237 * gdb.arch/i386-mpx-simple_segv.c: New file.
4238 * gdb.arch/i386-mpx-simple_segv.exp: New file.
4239
4240 2016-02-18 Yao Qi <yao.qi@linaro.org>
4241
4242 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4243 Don't call setup_kfail.
4244
4245 2016-02-18 Yao Qi <yao.qi@linaro.org>
4246
4247 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4248 Set "set breakpoint condition-evaluation" per $cond_bp_target.
4249
4250 2016-02-16 Doug Evans <dje@google.com>
4251
4252 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
4253 * gdb.base/skip1.c: Ditto.
4254 * gdb.base/skip.exp: Whitespace cleanup.
4255
4256 2016-02-16 Don Breazeal <donb@codesourcery.com>
4257
4258 PR remote/19496
4259 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4260 Remove kfail for PR remote/19496.
4261
4262 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4263
4264 * lib/gdb.exp (standard_temp_file): Return a path specific to
4265 the runtest invocation.
4266
4267 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4268
4269 * gdb.trace/save-trace.exp: Change relative path to be in the
4270 standard output directory.
4271
4272 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4273
4274 * gdb.arch/i386-prologue.c: Add missing prototypes.
4275
4276 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4277
4278 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
4279 * gdb.arch/i386-prologue.exp: Likewise.
4280 * gdb.arch/i386-size.exp: Likewise.
4281
4282 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
4283
4284 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
4285 define object file path.
4286 * gdb.btrace/gcore.exp: Use standard_output_file to define core
4287 file path.
4288 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
4289 standard_output_file to define binfile.
4290
4291 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4292
4293 Fix compatibility with recent gfortran-5.3.1.
4294 * gdb.fortran/vla-history.exp (print vla1 allocated)
4295 (print vla2 allocated, print $2, print $3): Remove
4296 (print $4): Rename to ...
4297 (print $2): ... here.
4298 (print $9): Rename to ...
4299 (print $5): ... here.
4300 (print $10): Rename to ...
4301 (print $6): ... here.
4302 * gdb.fortran/vla.f90: Add pvla initialization.
4303
4304 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4305
4306 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
4307 New test.
4308 * gdb.fortran/vla-value-sub.exp: Likewise.
4309
4310 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
4311
4312 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
4313
4314 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
4315
4316 * i386-biarch-core.exp: Define corefile using
4317 standard_output_file.
4318
4319 2016-02-12 Yao Qi <yao.qi@linaro.org>
4320
4321 * gdb.arch/arm-single-step-kernel-helper.c: New.
4322 * gdb.arch/arm-single-step-kernel-helper.exp: New.
4323
4324 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4325
4326 * gdb.btrace/tailcall-only.exp: New.
4327 * gdb.btrace/tailcall-only.c: New.
4328 * gdb.btrace/x86_64-tailcall-only.S: New.
4329 * gdb.btrace/i686-tailcall-only.S: New.
4330
4331 2016-02-11 Pedro Alves <palves@redhat.com>
4332
4333 * README (Parallel testing): Add missing double quotes.
4334
4335 2016-02-11 Pedro Alves <palves@redhat.com>
4336
4337 * README (Parallel testing): New section.
4338 (GDB_PARALLEL): Rewrite.
4339 (FORCE_PARALLEL): Document.
4340
4341 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
4342
4343 * gdb.trace/tfile-avx.c: New test.
4344 * gdb.trace/tfile-avx.exp: New test.
4345
4346 2016-02-09 Keith Seitz <keiths@redhat.com>
4347
4348 PR breakpoints/19546
4349 * gdb.base/infcall-exec.c: New file.
4350 * gdb.base/infcall-exec2.c: New file.
4351 * gdb.base/infcall-exec.exp: New file.
4352
4353 2016-02-09 Keith Seitz <keiths@redhat.com>
4354
4355 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4356 (toplevel): Call test_bkpt_address.
4357
4358 2016-02-09 Keith Seitz <keiths@redhat.com>
4359
4360 PR python/19506
4361 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
4362 (toplevel): Call test_bkpt_address.
4363
4364 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
4365
4366 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4367 to AC_OUTPUT.
4368 * configure: Regenerate.
4369
4370 2016-02-09 Pedro Alves <palves@redhat.com>
4371
4372 PR breakpoints/19548
4373 * gdb.base/execl-update-breakpoints.c (some_function): New
4374 function.
4375 (main): Call it.
4376 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4377 Tighten expected GDB output.
4378
4379 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4380
4381 * Makefile.in (ALL_SUBDIRS): Remove.
4382 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4383 (distclean maintainer-clean realclean): Likewise.
4384 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4385 * configure: Regenerate.
4386 * gdb.ada/Makefile.in: Delete.
4387 * gdb.arch/Makefile.in: Likewise.
4388 * gdb.asm/Makefile.in: Likewise.
4389 * gdb.base/Makefile.in: Likewise.
4390 * gdb.btrace/Makefile.in: Likewise.
4391 * gdb.cell/Makefile.in: Likewise.
4392 * gdb.compile/Makefile.in: Likewise.
4393 * gdb.cp/Makefile.in: Likewise.
4394 * gdb.disasm/Makefile.in: Likewise.
4395 * gdb.dlang/Makefile.in: Likewise.
4396 * gdb.dwarf2/Makefile.in: Likewise.
4397 * gdb.fortran/Makefile.in: Likewise.
4398 * gdb.gdb/Makefile.in: Likewise.
4399 * gdb.go/Makefile.in: Likewise.
4400 * gdb.guile/Makefile.in: Likewise.
4401 * gdb.java/Makefile.in: Likewise.
4402 * gdb.linespec/Makefile.in: Likewise.
4403 * gdb.mi/Makefile.in: Likewise.
4404 * gdb.modula2/Makefile.in: Likewise.
4405 * gdb.multi/Makefile.in: Likewise.
4406 * gdb.objc/Makefile.in: Likewise.
4407 * gdb.opencl/Makefile.in: Likewise.
4408 * gdb.opt/Makefile.in: Likewise.
4409 * gdb.pascal/Makefile.in: Likewise.
4410 * gdb.perf/Makefile.in: Likewise.
4411 * gdb.python/Makefile.in: Likewise.
4412 * gdb.reverse/Makefile.in: Likewise.
4413 * gdb.server/Makefile.in: Likewise.
4414 * gdb.stabs/Makefile.in: Likewise.
4415 * gdb.threads/Makefile.in: Likewise.
4416 * gdb.trace/Makefile.in: Likewise.
4417 * gdb.xml/Makefile.in: Likewise.
4418 * lib/gdb.exp (make_gdb_parallel_path): Add check for
4419 GDB_PARALLEL.
4420 (standard_output_file): Remove check for GDB_PARALLEL, always
4421 return path in outputs/$subdir/$testname.
4422
4423 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4424
4425 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4426 (site.exp): Assign abs_srcdir to tcl's srcdir.
4427
4428 2016-02-04 Yao Qi <yao.qi@linaro.org>
4429
4430 * gdb.base/foll-exec-mode.c: Include limits.h.
4431 (main): Add parameters argc and argv. Get directory from
4432 argv[0].
4433 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4434 compilation.
4435 * gdb.base/foll-exec.c: Include limits.h.
4436 (main): Add parameters argc and argv.
4437 Get directory from argv[0].
4438 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4439 Adjust tests on the number of lines as source code changed.
4440 * gdb.base/foll-vfork-exit.c: Include limits.h.
4441 (main): Add one line of statement before vfork.
4442 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4443 (main): Add parameters argc and argv. Get directory from
4444 argv[0].
4445 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4446 (setup_gdb): Set tbreak to skip some source lines.
4447 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4448 (main): Add parameters argc and argv. Get directory from
4449 argv[0].
4450 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4451 compilation.
4452 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4453 (main): Add parameters argc and argv. Get directory from
4454 argv[0].
4455 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4456 compilation.
4457
4458 2016-02-01 Doug Evans <dje@google.com>
4459
4460 * gdb.base/skip.exp: Clean up multiple references to same test name.
4461
4462 2016-02-01 Pedro Alves <palves@redhat.com>
4463
4464 PR remote/19496
4465 * gdb.threads/forking-threads-plus-breakpoint.exp
4466 (displaced_stepping_supported): New global.
4467 (probe_displaced_stepping_support): New procedure.
4468 (do_test): Add 'displaced' parameter, and use it.
4469 (top level): Check for displaced stepping support. Add displaced
4470 stepping on/off testing axis.
4471
4472 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4473
4474 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4475 pointer. Don't perform further tests on the unassociated pointer
4476 if the first test fails.
4477
4478 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4479
4480 * gdb.base/max-value-size.c: New file.
4481 * gdb.base/max-value-size.exp: New file.
4482 * gdb.base/huge.exp: Disable max-value-size for this test.
4483
4484 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4485
4486 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4487
4488 2016-01-28 Yao Qi <yao.qi@linaro.org>
4489
4490 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4491
4492 2016-01-25 Pedro Alves <palves@redhat.com>
4493
4494 PR threads/19461
4495 * gdb.base/fork-running-state.c: New file.
4496 * gdb.base/fork-running-state.exp: New file.
4497
4498 2016-01-25 Pedro Alves <palves@redhat.com>
4499
4500 PR gdb/19494
4501 * gdb.base/catch-fork-kill.c: New file.
4502 * gdb.base/catch-fork-kill.exp: New file.
4503
4504 2016-01-25 Pedro Alves <palves@redhat.com>
4505
4506 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4507 Delete, moved to lib/gdb.exp.
4508 * gdb.threads/forking-threads-plus-breakpoint.exp
4509 (foreach_with_prefix): Likewise.
4510 * gdb.threads/process-dies-while-handling-bp.exp
4511 (foreach_with_prefix): Likewise.
4512 * lib/gdb.exp (foreach_with_prefix): New procedure.
4513
4514 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4515
4516 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4517 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4518
4519 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4520
4521 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4522 endian targets.
4523
4524 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4525 Pedro Alves <palves@redhat.com>
4526
4527 Fix testsuite compatibility with Guile.
4528 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4529 number.
4530
4531 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4532
4533 Fix testsuite compatibility with Guile.
4534 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4535 (thread 1): New test for backtrace through signal handler.
4536
4537 2016-01-22 Yao Qi <yao.qi@linaro.org>
4538
4539 PR testsuite/19491
4540 * gdb.base/multi-forks.c: Include
4541 ../lib/unbuffer_output.c
4542 (main): Call gdb_unbuffer_output.
4543
4544 2016-01-21 Doug Evans <dje@google.com>
4545
4546 * lib/ada.exp (gdb_compile_ada): Fix typo.
4547
4548 2016-01-21 Joel Brobecker <brobecker@adacore.com>
4549
4550 * gdb.base/break-fun-addr.exp: New file.
4551 * gdb.base/break-fun-addr1.c: New file.
4552 * gdb.base/break-fun-addr2.c: New file.
4553
4554 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4555
4556 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4557 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4558 enum flag values.
4559
4560 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4561
4562 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4563 when GDB can not set the vector return value. Add more comments
4564 for clarification.
4565
4566 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4567
4568 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4569 command.
4570
4571 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4572
4573 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4574
4575 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4576
4577 * Makefile.in (check-single): Pass --status to runtest.
4578 (check/%.exp): Likewise.
4579
4580 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4581
4582 * Makefile.in (check-parallel): Propagate return code from make
4583 do-check-parallel.
4584
4585 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4586
4587 * gdb.trace/ftrace.exp: Fix expected message on continue.
4588 * gdb.trace/pending.exp: Fix expected message on continue.
4589 * gdb.trace/trace-break.exp: Fix expected message on continue.
4590
4591 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4592
4593 * lib/gdb.exp (gdb_test): Remove unused global references.
4594
4595 2016-01-18 Pedro Alves <palves@redhat.com>
4596
4597 * gdb.base/async-shell.exp: Adjust expected output.
4598 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4599 * gdb.base/siginfo-thread.exp: Adjust expected output.
4600 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4601 * gdb.java/jnpe.exp: Adjust expected output.
4602 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4603 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4604 * gdb.threads/leader-exit.exp: Adjust expected output.
4605 * gdb.threads/manythreads.exp: Adjust expected output.
4606 * gdb.threads/pthreads.exp: Adjust expected output.
4607 * gdb.threads/schedlock.exp: Adjust expected output.
4608 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4609 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4610 expected output.
4611 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4612 output.
4613 * gdb.threads/sigthread.exp: Adjust expected output.
4614 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4615
4616 2016-01-18 Yao Qi <yao.qi@linaro.org>
4617
4618 * gdb.guile/scm-section-script.c: Replace @progbits with
4619 %progbits.
4620 * gdb.python/py-section-script.c: Likewise.
4621
4622 2016-01-15 Pedro Alves <palves@redhat.com>
4623
4624 * gdb.multi/tids.exp: Test star wildcard ranges.
4625
4626 2016-01-15 Pedro Alves <palves@redhat.com>
4627
4628 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4629 command from "thread apply" invocation.
4630 (thr_apply_info_thr_invalid): Default the expected output to the
4631 input tid list.
4632 (top level): Add tests that use convenience variables. Add tests
4633 for "thread apply" with a valid TID list, but missing the command.
4634
4635 2016-01-13 Pedro Alves <palves@redhat.com>
4636
4637 * gdb.base/default.exp: Expect $_gthread as well.
4638 * gdb.multi/tids.exp: Test $_gthread.
4639 * gdb.threads/thread-specific.exp: Test $_gthread.
4640
4641 2016-01-13 Pedro Alves <palves@redhat.com>
4642
4643 * gdb.multi/tids.exp: Test "info threads -gid".
4644
4645 2016-01-13 Pedro Alves <palves@redhat.com>
4646
4647 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4648 Breakpoint.thread.
4649 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4650
4651 2016-01-07 Pedro Alves <palves@redhat.com>
4652
4653 * gdb.base/break.exp: Adjust to output changes.
4654 * gdb.base/hbreak2.exp: Likewise.
4655 * gdb.base/sepdebug.exp: Likewise.
4656 * gdb.base/watch_thread_num.exp: Likewise.
4657 * gdb.linespec/keywords.exp: Likewise.
4658 * gdb.multi/info-threads.exp: Likewise.
4659 * gdb.threads/thread-find.exp: Likewise.
4660 * gdb.multi/tids.c: New file.
4661 * gdb.multi/tids.exp: New file.
4662
4663 2016-01-13 Pedro Alves <palves@redhat.com>
4664
4665 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4666
4667 2016-01-13 Pedro Alves <palves@redhat.com>
4668
4669 * gdb.base/default.exp: Expect $_inferior as well.
4670 * gdb.multi/base.exp: Test $_inferior.
4671
4672 2016-01-13 Pedro Alves <palves@redhat.com>
4673
4674 PR breakpoints/19388
4675 * gdb.base/catch-signal-siginfo-cond.c: New file.
4676 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4677
4678 2016-01-12 Josh Stone <jistone@redhat.com>
4679 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4680
4681 * gdb.base/catch-syscall.c (do_execve): New variable.
4682 (main): Conditionally trigger an execve.
4683 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4684 (test_catch_syscall_execve): New, check entry/return across execve.
4685 (do_syscall_tests): Call test_catch_syscall_execve.
4686
4687 2016-01-12 Pedro Alves <palves@redhat.com>
4688
4689 * gdb.base/random-signal.exp (do_test): New procedure, with body
4690 of testcase moved in.
4691
4692 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4693 Pedro Alves <palves@redhat.com>
4694
4695 * gdb.base/funcargs.exp (finish from indirectly called function):
4696 Reintroduce the case for 'First'.
4697
4698 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4699 Pedro Alves <palves@redhat.com>
4700
4701 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4702 (tcatch_vfork_then_child_follow_exec)
4703 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4704 identification.
4705
4706 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4707
4708 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4709 and repeats to unlimited.
4710 * gdb.python/py-value.exp: Likewise.
4711 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4712 and repeats to unlimited.
4713
4714 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4715
4716 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4717 and reordering the functions.
4718 * gdb.multi/hangout.c: Likewise.
4719 * gdb.multi/hello.c: Likewise.
4720
4721 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4722
4723 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4724 absolute.
4725 (SingleStatisticTestResult.report): Use dict.keys instead of
4726 dict.iterkeys.
4727
4728 2016-01-06 Pedro Alves <palves@redhat.com>
4729
4730 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4731
4732 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4733
4734 * gdb.btrace/dlopen.exp: New.
4735 * gdb.btrace/dlopen.c: New.
4736 * gdb.btrace/dlopen-dso.c: New.
4737
4738 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4739
4740 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4741 PATTERN argument is optional.
4742
4743 2015-12-24 Joel Brobecker <brobecker@adacore.com>
4744
4745 * lib/ada.exp (target_compile_ada_from_dir): New function.
4746 (gdb_compile_ada): Reimplement avoiding the use of project files.
4747 * gdb.ada/gnat_ada.gpr: Delete.
4748 * gdb.ada/cond_lang.exp: Adjust test to make path before
4749 filename optional.
4750 * gdb.ada/small_reg_param.exp: Likewise.
4751
4752 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
4753
4754 * gdb.base/foll-vork.exp: Remove HP-UX special case.
4755
4756 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
4757
4758 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4759 case.
4760
4761 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
4762
4763 * gdb.base/break.exp: Remove dead code.
4764 * gdb.base/sepdebug.exp: Likewise.
4765
4766 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4767
4768 * gdb.asm/asm-source.exp: Remove HP-UX references.
4769 * gdb.base/annota1.exp: Likewise.
4770 * gdb.base/annota3.exp: Likewise.
4771 * gdb.base/attach.exp: Likewise.
4772 * gdb.base/bigcore.exp: Likewise.
4773 * gdb.base/break.exp: Likewise.
4774 * gdb.base/call-ar-st.exp: Likewise.
4775 * gdb.base/callfuncs.exp: Likewise.
4776 * gdb.base/catch-fork-static.exp: Likewise.
4777 * gdb.base/display.exp: Likewise.
4778 * gdb.base/foll-exec-mode.exp: Likewise.
4779 * gdb.base/foll-exec.exp: Likewise.
4780 * gdb.base/foll-fork.exp: Likewise.
4781 * gdb.base/foll-vfork.exp: Likewise.
4782 * gdb.base/funcargs.exp: Likewise.
4783 * gdb.base/hbreak2.exp: Likewise.
4784 * gdb.base/inferior-died.exp: Likewise.
4785 * gdb.base/interrupt.exp: Likewise.
4786 * gdb.base/multi-forks.exp: Likewise.
4787 * gdb.base/nodebug.exp: Likewise.
4788 * gdb.base/sepdebug.exp: Likewise.
4789 * gdb.base/solib1.c: Likewise.
4790 * gdb.base/step-test.exp: Likewise.
4791 * gdb.mi/non-stop.c: Likewise.
4792 * gdb.mi/pthreads.c: Likewise.
4793 * gdb.multi/bkpt-multi-exec.ex: Likewise.
4794 * gdb.threads/pthreads.c: Likewise.
4795 * gdb.threads/staticthreads.exp: Likewise.
4796 * lib/future.exp: Likewise.
4797 * lib/gdb.exp: Likewise.
4798 * gdb.base/so-indr-cl.c: Remove.
4799 * gdb.base/so-indr-cl.exp: Likewise.
4800 * gdb.base/solib.c: Likewise.
4801 * gdb.base/solib.exp: Likewise.
4802 * gdb.base/solib2.c: Likewise.
4803
4804 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4805
4806 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4807 * gdb.base/call-ar-st.exp: Likewise.
4808 * gdb.base/callfuncs.exp: Likewise.
4809 * gdb.base/condbreak.exp: Likewise.
4810 * gdb.base/constvars.exp: Likewise.
4811 * gdb.base/hbreak2.exp: Likewise.
4812 * gdb.base/langs.exp: Likewise.
4813 * gdb.base/list.exp: Likewise.
4814 * gdb.base/long_long.exp: Likewise.
4815 * gdb.base/ptype.exp: Likewise.
4816 * gdb.base/scope.exp: Likewise.
4817 * gdb.base/signals.exp: Likewise.
4818 * gdb.base/so-impl-ld.exp: Likewise.
4819 * gdb.base/varargs.exp: Likewise.
4820 * gdb.base/volatile.exp: Likewise.
4821 * gdb.base/whatis.exp: Likewise.
4822 * gdb.cp/cplusfuncs.exp: Likewise.
4823 * gdb.cp/inherit.exp: Likewise.
4824 * gdb.cp/local.exp: Likewise.
4825 * gdb.cp/member-ptr.exp: Likewise.
4826 * gdb.cp/method.exp: Likewise.
4827 * gdb.cp/overload.exp: Likewise.
4828 * gdb.cp/templates.exp: Likewise.
4829 * gdb.stabs/weird.exp: Likewise.
4830 * lib/compiler.c: Likewise.
4831 * lib/compiler.cc: Likewise.
4832 * lib/cp-support.exp: Likewise.
4833 * lib/gdb.exp: Likewise.
4834
4835 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
4836
4837 * configure.ac: Remove HP-UX case.
4838 * configure: Regenerate.
4839
4840 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
4841
4842 * lib/gdb.exp (gdb_compile): Add function doc.
4843
4844 2015-12-17 Pedro Alves <palves@redhat.com>
4845
4846 PR threads/19354
4847 * gdb.multi/info-threads.exp: New file.
4848
4849 2015-12-15 Yao Qi <yao.qi@linaro.org>
4850
4851 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4852 is aarch64*-*-*.
4853
4854 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4855
4856 * gdb.base/history-duplicates.exp: Skip if no readline support.
4857
4858 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4859
4860 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4861
4862 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4863
4864 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4865
4866 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4867
4868 * gdb.base/completion.exp: Skip tests that interrupt GDB with
4869 ctrl-C if nointerrupts target property is set.
4870 * gdb.base/double-prompt-target-event-error.exp: Likewise.
4871 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4872 * gdb.base/paginate-bg-execution.exp: Likewise.
4873 * gdb.base/paginate-execution-startup.exp: Likewise.
4874 * gdb.base/random-signal.exp: Likewise.
4875 * gdb.base/range-stepping.exp: Likewise.
4876 * gdb.cp/annota2.exp: Likewise.
4877 * gdb.cp/annota3.exp: Likewise.
4878 * gdb.gdb/selftest.exp: Likewise.
4879 * gdb.threads/continue-pending-status.exp: Likewise.
4880 * gdb.threads/leader-exit.exp: Likewise.
4881 * gdb.threads/manythreads.exp: Likewise.
4882 * gdb.threads/pthreads.exp: Likewise.
4883 * gdb.threads/schedlock.exp: Likewise.
4884 * gdb.threads/sigthread.exp: Likewise.
4885
4886 2015-12-11 Don Breazeal <donb@codesourcery.com>
4887
4888 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4889 remote.
4890 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4891 * gdb.base/foll-exec.exp (main): Enable for target remote.
4892 * gdb.base/foll-fork.exp (main): Likewise.
4893 * gdb.base/foll-vfork.exp (main): Likewise.
4894 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4895 (proc continue_to_exit_bp_loc): Use clean_restart.
4896 * gdb.base/pie-execl.exp (main): Disable for target remote.
4897 * gdb.base/watch-vfork.exp (main): Enable for target remote.
4898 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4899 * gdb.threads/execl.exp (main): Likewise.
4900 * gdb.threads/fork-child-threads.exp (main): Likewise.
4901 * gdb.threads/fork-plus-threads.exp (main): Disable for target
4902 remote.
4903 * gdb.threads/fork-thread-pending.exp (main): Enable for target
4904 remote.
4905 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4906 pid.tid style ptids, instead of just tid.
4907 * gdb.threads/thread-execl.exp (main): Enable for target remote.
4908 * gdb.threads/watchpoint-fork.exp (main): Likewise.
4909 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4910 ptids, instead of just tid.
4911
4912 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4913
4914 * gdb.base/list.exp (test_list_forward): Add end of file error
4915 test.
4916 (test_repeat_list_command): Add end of file error test.
4917 (test_list_backwards): Add beginning of file error test.
4918
4919 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4920
4921 * gdb.base/list.exp (test_list_invalid_args): New function,
4922 defined, and called.
4923
4924 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4925
4926 * gdb.base/list.exp (test_list): Make test names unique.
4927
4928 2015-12-11 Yao Qi <yao.qi@linaro.org>
4929
4930 * gdb.base/coremaker2.c: Remove.
4931
4932 2015-12-10 Pedro Alves <palves@redhat.com>
4933
4934 * gdb.multi/base.exp: Remove stale "spaces" references.
4935
4936 2015-12-10 Pedro Alves <palves@redhat.com>
4937
4938 * gdb.multi/base.exp: Don't use nowarnings.
4939 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
4940 * gdb.multi/hangout.c: Include stdio.h.
4941 * gdb.multi/hello.c: Include stdlib.h.
4942 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
4943 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
4944 * gdb.multi/multi-arch.exp: Don't use nowarnings.
4945
4946 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
4947
4948 * gdb.dwarf2/dw2-ranges-base.c: New file.
4949 * gdb.dwarf2/dw2-ranges-base.exp: New file.
4950 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
4951 support additional line table, and debug ranges generation.
4952 (Dwarf::ranges): New function, generate .debug_ranges.
4953 (Dwarf::lines): Support generating simple line table programs.
4954 (Dwarf::assemble): Initialise new namespace variables.
4955
4956 2015-12-09 Kevin Buettner <kevinb@redhat.com>
4957
4958 * gdb.base/async.exp (proc test_background): Add case for
4959 asynchronous execution not supported.
4960
4961 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
4962
4963 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
4964 format and change test names to make them unique.
4965
4966 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
4967 Pedro Alves <pedro@redhat.com>
4968
4969 PR gdb/18702
4970 Add checking of floatformats setup on x86_64 hosts.
4971 * gdb.arch/i386-float.S (main): Load bigval and smallval.
4972 (smallval, bigval): New labels/constants.
4973 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
4974 float" after loading bigval and smallval.
4975
4976 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
4977
4978 * gdb.ada/fun_overload_menu.exp: New testcase.
4979 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
4980
4981 2015-12-04 Josh Stone <jistone@redhat.com>
4982
4983 * gdb.base/catch-fork-static.exp: New.
4984
4985 2015-12-03 Yao Qi <yao.qi@linaro.org>
4986
4987 * gdb.base/sizeof.c: Don't include stdio.h and
4988 ../lib/unbuffer_output.c.
4989 (main): New variable 'size' and 'value'. Remove printf and
4990 gdb_unbuffer_output. Assign return value to size and value.
4991 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
4992 at the beginning.
4993 (check_sizeof): Check the result by printing variable 'size'.
4994 (check_valueof): Check the result by printing variable 'value'.
4995
4996 2015-12-01 Yao Qi <yao.qi@linaro.org>
4997
4998 * gdb.base/disp-step-syscall.exp: Define syscall instruction
4999 for aarch64*-*-linux* target.
5000
5001 2015-11-30 Pedro Alves <palves@redhat.com>
5002
5003 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
5004
5005 2015-11-30 Pedro Alves <palves@redhat.com>
5006
5007 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
5008 Handle non-stop mode vCont replies.
5009
5010 2015-11-30 Pedro Alves <palves@redhat.com>
5011
5012 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
5013 prepare_for_testing. Start gdb with "set non-stop on" appended to
5014 GDBFLAGS. Lax expected stop output.
5015
5016 2015-11-27 Yao Qi <yao.qi@linaro.org>
5017
5018 * gdb.arch/arm-neon.exp: New.
5019 * gdb.arch/arm-neon.c: New.
5020
5021 2015-11-27 Yao Qi <yao.qi@linaro.org>
5022
5023 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
5024
5025 2015-11-27 Yao Qi <yao.qi@linaro.org>
5026
5027 * gdb.cp/annota2.exp: Allow multiple occurrences of the
5028 frames-invalid annotation.
5029
5030 2015-11-27 Yao Qi <yao.qi@linaro.org>
5031
5032 * gdb.cp/annota2.exp: Use ${frames_invalid}.
5033
5034 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
5035
5036 * gdb.threads/names.exp: New file.
5037 * gdb.threads/names.c: New file.
5038 * README: Mention gdb,no_thread_names.
5039
5040 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
5041
5042 PR 19297
5043 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
5044 support" error.
5045
5046 2015-11-24 Pedro Alves <palves@redhat.com>
5047
5048 PR 17539
5049 * gdb.base/display.exp: Expect displays to be sorted in ascending
5050 order. Use multi_line.
5051 * gdb.base/solib-display.exp: Likewise.
5052
5053 2015-11-24 Pedro Alves <palves@redhat.com>
5054
5055 PR 17539
5056 * gdb.base/display.exp: Expect displays to be sorted in ascending
5057 order. Use multi_line.
5058 * gdb.base/solib-display.exp: Likewise.
5059
5060 2015-11-24 Pedro Alves <palves@redhat.com>
5061
5062 PR 17539
5063 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
5064 threads in ascending order.
5065 * gdb.base/foll-fork.exp: Likewise.
5066 * gdb.base/foll-vfork.exp: Likewise.
5067 * gdb.base/multi-forks.exp: Likewise.
5068 * gdb.mi/mi-nonstop.exp: Likewise.
5069 * gdb.mi/mi-nsintrall.exp: Likewise.
5070 * gdb.multi/base.exp: Likewise.
5071 * gdb.multi/multi-arch.exp: Likewise.
5072 * gdb.python/py-inferior.exp: Likewise.
5073 * gdb.threads/break-while-running.exp: Likewise.
5074 * gdb.threads/execl.exp: Likewise.
5075 * gdb.threads/gcore-thread.exp: Likewise.
5076 * gdb.threads/info-threads-cur-sal.exp: Likewise.
5077 * gdb.threads/kill.exp: Likewise.
5078 * gdb.threads/linux-dp.exp: Likewise.
5079 * gdb.threads/multiple-step-overs.exp: Likewise.
5080 * gdb.threads/next-bp-other-thread.exp: Likewise.
5081 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
5082 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
5083 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
5084 * gdb.threads/thread-find.exp: Likewise.
5085 * gdb.threads/tls.exp: Likewise.
5086 * lib/mi-support.exp (mi_reverse_list): Delete.
5087 (mi_check_thread_states): No longer reverse list.
5088
5089 2015-11-24 Pedro Alves <palves@redhat.com>
5090
5091 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
5092 use lowercase.
5093
5094 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5095
5096 * gdb.trace/actions.c: Include trace-common.h.
5097 (main): Add a location for a fast tracepoint.
5098 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
5099 the normal tracepoints.
5100 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
5101
5102 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5103
5104 * save-trace.exp: Factor out code to these...
5105 (gdb_save_tracepoints): New.
5106 (gdb_load_tracepoints): New.
5107 (do_save_load_test): New.
5108
5109 2015-11-23 Kevin Buettner <kevinb@redhat.com>
5110
5111 * gdb.base/asmlabel.exp: New test.
5112 * gdb.base/asmlabel.c: New test case.
5113
5114 2015-11-23 Joel Brobecker <brobecker@adacore.com>
5115
5116 * gdb.base/wrong_frame_bt_full-main.c: New file.
5117 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
5118 * gdb.base/wrong_frame_bt_full.exp: New file.
5119
5120 2015-11-23 Joel Brobecker <brobecker@adacore.com>
5121
5122 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
5123
5124 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5125
5126 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
5127 pstate register when comparing registers values in
5128 sparc64-*-linux-gnu targets to avoid spurious differences.
5129
5130 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5131
5132 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
5133
5134 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
5135
5136 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
5137 as type argument to gdb_compile.
5138 * gdb.base/nested-subp2.exp: Likewise.
5139 * gdb.base/nested-subp3.exp: Likewise.
5140
5141 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
5142
5143 * lib/dwarf.exp (_note): Fix left shift of negative value.
5144 * gdb.trace/trace-condition.exp: Likewise.
5145
5146 2015-11-13 Yao Qi <yao.qi@linaro.org>
5147
5148 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
5149 comments about d10v.
5150 (test_scalar_returns): Likewise.
5151 * gdb.base/d10v.ld: Remove.
5152 * gdb.base/overlays.exp: Remove the target triplet checking for
5153 d10v-*-*.
5154 * gdb.base/structs.exp (test_struct_returns): Remove the
5155 comments about d10v.
5156 (test_struct_calls): Likewise.
5157
5158 2015-11-13 Yao Qi <yao.qi@linaro.org>
5159
5160 * gdb.base/gnu_vector.exp: Check the return value by "p res".
5161 * gdb.base/gnu_vector.c: Don't include stdio.h.
5162 (main): Don't print res and call add_some_intvecs.
5163
5164 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
5165
5166 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
5167 macro.
5168 (func5): Removed.
5169 (func4): Use FAST_TRACEPOINT_LABEL.
5170 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
5171 macro.
5172 (func): Removed.
5173 (thread_function): Use FAST_TRACEPOINT_LABEL.
5174 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
5175 (func): Remove.
5176 (marker): Use FAST_TRACEPOINT_LABEL.
5177 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
5178 (pendfunc1): Remove.
5179 (pendfunc): Use FAST_TRACEPOINT_LABEL.
5180 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
5181 (foo): Remove.
5182 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
5183 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
5184 macro.
5185 (func): Remove.
5186 (marker): Use FAST_TRACEPOINT_LABEL.
5187 * gdb.trace/trace-common.h: New header.
5188 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
5189 macro.
5190 (func): Remove.
5191 (marker): Use FAST_TRACEPOINT_LABEL.
5192 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
5193 (func): Remove.
5194 (thread_function): Use FAST_TRACEPOINT_LABEL.
5195
5196 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
5197
5198 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
5199 in front.
5200 * gdb.trace/change-loc.exp: Use global pcreg definition.
5201 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
5202 * gdb.trace/entry-values.exp: Use global spreg definition, add $
5203 in front.
5204 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
5205 * gdb.trace/pending.exp: Likewise.
5206 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
5207 * gdb.trace/trace-break.exp: Likewise.
5208 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
5209 in front.
5210 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
5211 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
5212 in front.
5213 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
5214
5215 2015-11-09 Joel Brobecker <brobecker@adacore.com>
5216
5217 * gdb.ada/fin_fun_out: New testcase.
5218
5219 2015-11-07 Kevin Buettner <kevinb@redhat.com>
5220
5221 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
5222 value associated with DW_AT_byte_size.
5223 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
5224 constants for DW_AT_byte_size, DW_AT_lower_bound, and
5225 DW_AT_upper_bound.
5226
5227 2015-11-07 Kevin Buettner <kevinb@redhat.com>
5228
5229 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
5230 (gdb_target_symbol_prefix_flags): Define in terms of _asm
5231 version.
5232 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
5233 gdb.dwarf2/dw2-canonicalize-type.exp,
5234 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
5235 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
5236 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
5237 provided by gdb_target_symbol_prefix_flags_asm.
5238 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
5239 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
5240 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
5241 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
5242 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
5243 macros where needed). Use this macro for symbols which require
5244 the prefix provided by SYMBOL_PREFIX.
5245
5246 2015-11-05 Kevin Buettner <kevinb@redhat.com>
5247
5248 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
5249 New procs.
5250 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
5251 representing expressions, of more than one list element.
5252 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
5253 to prepend linker symbol prefix to f.
5254 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
5255 table_1 and table_2.
5256 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
5257 Likewise, for f and g.
5258 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
5259 for ptr.
5260 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
5261 for main.
5262 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
5263 table_1_ptr and table_2_ptr.
5264
5265 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5266 Joel Brobecker <brobecker@adacore.com>
5267
5268 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
5269
5270 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
5271
5272 * gdb.reverse/s390-mvcle.c: New test.
5273 * gdb.reverse/s390-mvcle.exp: New file.
5274 * lib/gdb.exp: Enable reverse tests on s390*-linux.
5275
5276 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5277
5278 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
5279
5280 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5281
5282 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
5283 reaching marker2.
5284 * gdb.reverse/getresuid-reverse.exp: Likewise.
5285 * gdb.reverse/pipe-reverse.exp: Likewise.
5286 * gdb.reverse/readv-reverse.exp: Likewise.
5287 * gdb.reverse/recvmsg-reverse.exp: Likewise.
5288 * gdb.reverse/time-reverse.exp: Likewise.
5289 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
5290
5291 2015-10-30 Yao Qi <yao.qi@linaro.org>
5292
5293 * gdb.threads/wp-replication.c (watch_count_done): Remove.
5294 (empty_cycle): Remove.
5295 (main): Don't call empty_cycle. Don't use watch_count_done.
5296 * gdb.threads/wp-replication.exp: Don't set breakpoint on
5297 empty_cycle. Rewrite the code counting HW watchpoints.
5298
5299 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
5300
5301 * gdb.reverse/fstatat-reverse.c: New test.
5302 * gdb.reverse/fstatat-reverse.exp: New file.
5303 * gdb.reverse/getresuid-reverse.c: New test.
5304 * gdb.reverse/getresuid-reverse.exp: New file.
5305 * gdb.reverse/pipe-reverse.c: New test.
5306 * gdb.reverse/pipe-reverse.exp: New file.
5307 * gdb.reverse/readv-reverse.c: New test.
5308 * gdb.reverse/readv-reverse.exp: New file.
5309 * gdb.reverse/recvmsg-reverse.c: New test.
5310 * gdb.reverse/recvmsg-reverse.exp: New file.
5311 * gdb.reverse/time-reverse.c: New test.
5312 * gdb.reverse/time-reverse.exp: New file.
5313 * gdb.reverse/waitpid-reverse.c: New test.
5314 * gdb.reverse/waitpid-reverse.exp: New file.
5315
5316 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5317
5318 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
5319
5320 2015-10-26 Doug Evans <dje@google.com>
5321
5322 PR symtab/17391
5323 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
5324 * gdb.dwarf2/bad-regnum.c: New file.
5325 * gdb.dwarf2/bad-regnum.exp: New file.
5326
5327 2015-10-26 Doug Evans <dje@google.com>
5328
5329 PR python/18938
5330 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5331 file.
5332
5333 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5334
5335 * gdb.compile/compile.exp (compile code globalvar): Update expectation
5336 for a change by "Mention language in compile error message".
5337
5338 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
5339
5340 PR python/18073
5341 * gdb.python/py-type.c (C::a_method): New.
5342 (C::a_const_method): New.
5343 (C::a_static_method): New.
5344 (a_function): New.
5345 * gdb.python/py-type.exp (test_fields): Test getting fields
5346 from function and method.
5347
5348 2015-10-21 Keven Boell <keven.boell@intel.com>
5349
5350 * gdb.fortran/vla-alloc-assoc.exp: New file.
5351 * gdb.fortran/vla-datatypes.exp: New file.
5352 * gdb.fortran/vla-datatypes.f90: New file.
5353 * gdb.fortran/vla-history.exp: New file.
5354 * gdb.fortran/vla-ptype-sub.exp: New file.
5355 * gdb.fortran/vla-ptype.exp: New file.
5356 * gdb.fortran/vla-sizeof.exp: New file.
5357 * gdb.fortran/vla-sub.f90: New file.
5358 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
5359 * gdb.fortran/vla-value-sub-finish.exp: New file.
5360 * gdb.fortran/vla-value-sub.exp: New file.
5361 * gdb.fortran/vla-value.exp: New file.
5362 * gdb.fortran/vla-ptr-info.exp: New file.
5363 * gdb.mi/mi-vla-fortran.exp: New file.
5364 * gdb.mi/vla.f90: New file.
5365
5366 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
5367
5368 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
5369 of hardwired timeout value.
5370
5371 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5372 Pedro Alves <palves@redhat.com>
5373
5374 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5375 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
5376
5377 2015-10-19 Josh Stone <jistone@redhat.com>
5378
5379 * gdb.base/catch-syscall.c: Include <sched.h>.
5380 (unknown_syscall): New variable.
5381 (main): Trigger a vfork and an unknown syscall.
5382 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5383 (unknown_syscall_number): Likewise.
5384 (check_call_to_syscall): Accept an optional syscall pattern.
5385 (check_return_from_syscall): Likewise.
5386 (check_continue): Likewise.
5387 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5388 (test_catch_syscall_skipping_return): New test toggling off 'catch
5389 syscall' to step over the syscall return, then toggling back on.
5390 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5391 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5392 (do_syscall_tests): Call test_catch_syscall_without_args and
5393 test_catch_syscall_mid_vfork.
5394 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5395 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5396
5397 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
5398
5399 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5400 print g_vE): Add new pass patterns.
5401 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5402 print various symbol names for vptr fields.
5403
5404 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
5405
5406 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5407 results.
5408
5409 2015-10-12 Yao Qi <yao.qi@linaro.org>
5410
5411 * gdb.arch/disp-step-insn-reloc.exp: New test case.
5412
5413 2015-10-12 Yao Qi <yao.qi@linaro.org>
5414
5415 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5416 is aarch64*-*-linux*.
5417
5418 2015-10-12 Yao Qi <yao.qi@linaro.org>
5419
5420 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5421 (can_relocate_bcond_true): ... it.
5422 (can_relocate_bcond_false): New function.
5423 (foo): Likewise.
5424 (can_relocate_bl): Likewise.
5425 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5426 can_relocate_bl.
5427
5428 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
5429
5430 * gdb.base/nested-addr.c: New file.
5431 * gdb.base/nested-addr.exp: New testcase.
5432
5433 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
5434
5435 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5436 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5437 its output. Ignore the output of "record goto begin" and instead
5438 check that GDB is replaying.
5439
5440 2015-10-09 Pedro Alves <palves@redhat.com>
5441
5442 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5443 (top level): Use it in the run with no args test.
5444
5445 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5446
5447 * gdb.dlang/properties.exp: New file.
5448
5449 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5450
5451 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5452 whether or not address 0x1000 is mapped on the target.
5453
5454 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5455
5456 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5457 build.
5458
5459 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5460
5461 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5462 instruction-history test.
5463
5464 2015-09-28 Doug Evans <dje@google.com>
5465
5466 * gdb.base/gcore.c (array_func): Add reference to static_array.
5467
5468 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5469
5470 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5471 source line.
5472
5473 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5474
5475 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5476 short or char as base type.
5477
5478 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5479
5480 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5481 to allow any size enum.
5482
5483 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5484
5485 * gdb.ada/array_ptr_renaming.exp: New testcase.
5486 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5487 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5488
5489 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5490
5491 * gdb.trace/ftrace-lock.c: New file.
5492 * gdb.trace/ftrace-lock.exp: New file.
5493
5494 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5495
5496 * gdb.arch/insn-reloc.c: New file.
5497 * gdb.arch/ftrace-insn-reloc.exp: New file.
5498
5499 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5500
5501 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5502 instruction.
5503 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5504 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5505 * gdb.trace/range-stepping.c: Likewise.
5506 * gdb.trace/trace-break.c: Likewise.
5507 * gdb.trace/trace-mt.c (thread_function): Likewise.
5508 * gdb.trace/ftrace.c (marker): Likewise.
5509 * gdb.trace/trace-condition.c (marker): Likewise.
5510 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5511 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5512 is_aarch64_target.
5513
5514 2015-09-18 Doug Evans <xdje42@gmail.com>
5515
5516 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5517 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5518
5519 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5520
5521 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5522 the breakpoint.
5523
5524 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5525
5526 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5527 the pending breakpoint. Remove timeout override for "Run till
5528 MI pending breakpoint on pendfunc3 on thread 2" test.
5529
5530 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5531
5532 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5533 filename pattern.
5534
5535 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5536
5537 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5538 in breakpoint filename pattern.
5539
5540 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5541
5542 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5543
5544 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5545
5546 * gdb.linespec/explicit.exp: Check for readline support for
5547 tab-completion tests. Fix obvious typo.
5548
5549 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5550
5551 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5552 and replay.
5553
5554 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5555
5556 * gdb.btrace/non-stop.c: New.
5557 * gdb.btrace/non-stop.exp: New.
5558
5559 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5560 Yao Qi <yao.qi@linaro.org>
5561
5562 * gdb.trace/trace-condition.c: New file.
5563 * gdb.trace/trace-condition.exp: New file.
5564
5565 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
5566
5567 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5568 for testing bytecode compilation.
5569
5570 2015-09-16 Pedro Alves <palves@redhat.com>
5571 Sandra Loosemore <sandra@codesourcery.com>
5572
5573 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5574 (SECONDS): Redefine.
5575 (main): Call pthread_kill and alarm early.
5576 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5577 support.
5578 (test): If the target can't hardware step and doesn't support
5579 displaced stepping, increase the timeout.
5580
5581 2015-09-16 Pedro Alves <palves@redhat.com>
5582
5583 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5584 (enable_debug): New procedures.
5585 (test): Use them. Bail out if waiting for threads fails.
5586 (top level): Bail out if a test fails.
5587
5588 2015-09-16 Yao Qi <yao.qi@linaro.org>
5589
5590 * gdb.asm/asm-source.exp: Set asm-arch for
5591 aarch64*-*-* target.
5592 * gdb.asm/aarch64.inc: New file.
5593
5594 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5595
5596 * gdb.ada/array_of_variable_length.exp: New testcase.
5597 * gdb.ada/array_of_variable_length/foo.adb: New file.
5598 * gdb.ada/array_of_variable_length/pck.adb: New file.
5599 * gdb.ada/array_of_variable_length/pck.ads: New file.
5600
5601 2015-09-15 Doug Evans <dje@google.com>
5602
5603 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5604 of function static local variable.
5605
5606 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5607
5608 * gdb.threads/tls-so_extern.exp: New test file.
5609 * gdb.threads/tls-so_extern.c: New test file.
5610 * gdb.threads/tls-so_extern_main.c: New test file.
5611
5612 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5613
5614 * gdb.opt/solib-intra-step-lib.c: New file.
5615 * gdb.opt/solib-intra-step-main.c: New file.
5616 * gdb.opt/solib-intra-step.exp: New file.
5617
5618 2015-09-15 Pedro Alves <palves@redhat.com>
5619
5620 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5621 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5622
5623 2015-09-14 Pedro Alves <palves@redhat.com>
5624
5625 * gdb.base/hook-stop-continue.c: Delete.
5626 * gdb.base/hook-stop-continue.exp: Delete.
5627 * gdb.base/hook-stop-frame.c: Delete.
5628 * gdb.base/hook-stop-frame.exp: Delete.
5629 * gdb.base/hook-stop.c: New file.
5630 * gdb.base/hook-stop.exp: New file.
5631
5632 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5633
5634 * gdb.ada/access_to_packed_array.exp: New testcase.
5635 * gdb.ada/access_to_packed_array/foo.adb: New file.
5636 * gdb.ada/access_to_packed_array/pack.adb: New file.
5637 * gdb.ada/access_to_packed_array/pack.ads: New file.
5638
5639 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5640
5641 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5642 buffer size test.
5643
5644 2015-09-11 Don Breazeal <donb@codesourcery.com>
5645
5646 * gdb.base/foll-exec.c: Add copyright header. Fix
5647 formatting issues.
5648 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5649 (do_exec_tests): Use clean_restart in place of zap_session,
5650 and for test initialization. Fix formatting issues. Use
5651 fail in place of perror.
5652 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5653 an expect statement to match an expression with output from
5654 the program under debug.
5655 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5656 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5657 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5658 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5659 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5660
5661 2015-09-09 Doug Evans <dje@google.com>
5662
5663 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5664
5665 2015-09-09 Doug Evans <dje@google.com>
5666
5667 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5668
5669 2015-09-09 Doug Evans <dje@google.com>
5670
5671 * gdb.base/savedregs.exp: Fix typo.
5672
5673 2015-09-09 Pedro Alves <palves@redhat.com>
5674
5675 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5676
5677 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5678
5679 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5680 command actually switches threads. Give up on remaining
5681 tests if target fails to stop at breakpoint.
5682
5683 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5684
5685 * gdb.ada/funcall_char.exp: New testcase.
5686 * gdb.ada/funcall_char/foo.adb: New file.
5687
5688 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5689
5690 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5691 expected outputs. Add two testcases for completing ambiguous
5692 functions.
5693 * gdb.ada/complete/aux_pck.adb: New file.
5694 * gdb.ada/complete/aux_pck.ads: New file.
5695 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5696 Ambiguous_Func functions.
5697 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5698 * gdb.ada/complete/pck.adb: Likewise.
5699
5700 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5701
5702 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5703 failures to run the test program under GDB.
5704
5705 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
5706
5707 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5708 to C.
5709
5710 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5711
5712 * gdb.base/run-after-attach.exp: New test file.
5713 * gdb.base/run-after-attach.c: New test file.
5714
5715 2015-08-26 Don Breazeal <donb@codesourcery.com>
5716
5717 * gdb.base/foll-exec-2.c: New test program.
5718 * gdb.base/foll-exec-2.exp: New test.
5719
5720 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5721
5722 * gdb.base/nested-subp1.exp: New file.
5723 * gdb.base/nested-subp1.c: New file.
5724 * gdb.base/nested-subp2.exp: New file.
5725 * gdb.base/nested-subp2.c: New file.
5726 * gdb.base/nested-subp3.exp: New file.
5727 * gdb.base/nested-subp3.c: New file.
5728
5729 2015-08-24 Pedro Alves <palves@redhat.com>
5730
5731 * gdb.server/connect-without-multi-process.c: New file.
5732 * gdb.server/connect-without-multi-process.exp: New file.
5733
5734 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5735
5736 * gdb.opt/inline-markers.c: Make z int.
5737
5738 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5739
5740 * gdb.opt/inline-markers.c: Make z volatile.
5741
5742 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5743
5744 * gdb.opt/inline-bt.c: New volatile global z.
5745 * gdb.opt/inline-cmds.c: Likewise.
5746 * gdb.opt/inline-locals.c: Likewise.
5747 * gdb.opt/inline-markers.c: New extern global z.
5748 (marker): Use z.
5749 (inline_fn): Likewise.
5750
5751 2015-08-24 Pedro Alves <palves@redhat.com>
5752
5753 * config/m32r-stub.exp: Remove file.
5754 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5755 * gdb.base/call-rt-st.exp: Likewise.
5756 * gdb.base/call-strs.exp: Likewise.
5757 * gdb.base/default.exp: Remove references to h8300-*-hms and
5758 *-*-udi*.
5759 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5760
5761 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5762
5763 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5764 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
5765 and "return" use KFAIL when GDB can not read/write the vector
5766 return value.
5767
5768 2015-08-21 Gary Benson <gbenson@redhat.com>
5769
5770 * gdb.trace/pending.exp: Cope with remote transfer warnings.
5771
5772 2015-08-20 Pedro Alves <palves@redhat.com>
5773
5774 * gdb.server/solib-list.exp: No longer expect an interior stop in
5775 non-stop mode.
5776
5777 2015-08-20 Pedro Alves <palves@redhat.com>
5778
5779 * gdb.server/connect-stopped-target.c: New file.
5780 * gdb.server/connect-stopped-target.exp: New file.
5781
5782 2015-08-20 Pedro Alves <palves@redhat.com>
5783
5784 * gdb.dwarf2/comp-unit-lang.exp: New file.
5785 * gdb.dwarf2/comp-unit-lang.c: New file.
5786
5787 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
5788
5789 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5790 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5791
5792 2015-08-19 Kevin Buettner <kevinb@redhat.com>
5793
5794 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5795 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5796
5797 2015-08-18 Doug Evans <dje@google.com>
5798 Adrian Sendroiu <adrian.sendroiu@freescale.com>
5799
5800 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5801 skip_python_tests. New arg prompt_regexp.
5802 (skip_python_tests): New function.
5803 * lib/mi-support.exp (mi_skip_python_tests): New function.
5804 * gdb.python/py-mi-objfile-gdb.py: New file.
5805 * gdb.python/py-mi-objfile.c: New file.
5806 * gdb.python/py-mi-objfile.exp: New file.
5807
5808 2015-08-17 Keith Seitz <keiths@redhat.com>
5809
5810 * gdb.linespec/explicit.exp: Move strace test from here ...
5811 * gdb.trace/strace.exp: ... to here.
5812
5813 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
5814
5815 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5816 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5817
5818 2015-08-14 Doug Evans <xdje42@gmail.com>
5819
5820 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5821 inferior before selecting a new file.
5822
5823 2015-08-14 Doug Evans <xdje42@gmail.com>
5824
5825 * gdb.mi/mi-disassemble.exp: Update.
5826 * gdb.base/disasm-optim.S: New file.
5827 * gdb.base/disasm-optim.c: New file.
5828 * gdb.base/disasm-optim.h: New file.
5829 * gdb.base/disasm-optim.exp: New file.
5830
5831 2015-08-14 Keith Seitz <keiths@redhat.com>
5832
5833 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5834 "evaluated-by".
5835
5836 2015-08-13 Joel Brobecker <brobecker@adacore.com>
5837
5838 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5839
5840 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
5841
5842 * gdb.ada/fun_renaming.exp: New testcase.
5843 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5844 * gdb.ada/fun_renaming/pack.adb: New file.
5845 * gdb.ada/fun_renaming/pack.ads: New file.
5846
5847 2015-08-12 Keith Seitz <keiths@redhat.com>
5848
5849 * gdb.base/dso2dso.exp: Pass basename of source file in call to
5850 gdb_get_line_number.
5851
5852 2015-08-12 Joel Brobecker <brobecker@adacore.com>
5853
5854 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5855 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5856 gdb.base/dso2dso.exp: New files.
5857
5858 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
5859 Pedro Alves <palves@redhat.com>
5860 Keith Seitz <keiths@redhat.com>
5861
5862 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5863 GDBFLAGS.
5864
5865 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5866
5867 * gdb.base/gdbhistsize-history.exp
5868 (test_histsize_history_setting): Use save_vars.
5869 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5870 Use save_vars.
5871 (test_no_truncation_of_unlimited_history_file): Use save_vars.
5872 * gdb.base/readline.exp: Use save_vars.
5873
5874 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5875
5876 * lib/gdb.exp (save_vars): New proc.
5877
5878 2015-08-11 Keith Seitz <keiths@redhat.com>
5879
5880 * gdb.base/help.exp: Update help_breakpoint_text.
5881
5882 2015-08-11 Keith Seitz <keiths@redhat.com>
5883
5884 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5885 (at toplevel): Call test_explicit_breakpoints.
5886 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5887 breakpoints.
5888 * lib/mi-support.exp (mi_make_breakpoint): Add support for
5889 breakpoint conditions, "-cond".
5890
5891 2015-08-11 Keith Seitz <keiths@redhat.com>
5892
5893 * gdb.linespec/3explicit.c: New file.
5894 * gdb.linespec/cpexplicit.cc: New file.
5895 * gdb.linespec/cpexplicit.exp: New file.
5896 * gdb.linespec/explicit.c: New file.
5897 * gdb.linespec/explicit.exp: New file.
5898 * gdb.linespec/explicit2.c: New file.
5899 * gdb.linespec/ls-errs.exp: Add explicit location tests.
5900 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5901 before using in the matching pattern.
5902 Clarify that `prefix' is a regular expression.
5903
5904 2015-08-11 Keith Seitz <keiths@redhat.com>
5905
5906 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5907 test.
5908 Add tests for missing ",FMT" and ",".
5909
5910 2015-08-10 Doug Evans <dje@google.com>
5911 Keith Seitz <keiths@redhat.com>
5912
5913 PR gdb/17960
5914 * gdb.base/completion.exp: Add location completer tests.
5915
5916 2015-08-07 Pedro Alves <palves@redhat.com>
5917
5918 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
5919 tests here.
5920 (top level): Run do_test with and without displaced stepping.
5921
5922 2015-08-07 Pedro Alves <palves@redhat.com>
5923
5924 * gdb.base/valgrind-disp-step.c: New file.
5925 * gdb.base/valgrind-disp-step.exp: New file.
5926
5927 2015-08-07 Pedro Alves <palves@redhat.com>
5928
5929 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
5930 Delete function.
5931 (main): Add alarm. Run an infinite loop instead of calling
5932 wait_threads.
5933 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
5934 comment.
5935 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
5936 Delete function.
5937 (main): Add alarm. Run an infinite loop instead of calling
5938 wait_threads.
5939 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
5940 comment.
5941
5942 2015-08-07 Pedro Alves <palves@redhat.com>
5943
5944 * gdb.base/checkpoint-ns.exp: New file.
5945 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
5946 standard_testfile.
5947
5948 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5949
5950 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
5951 * gdb.btrace/instruction_history.exp: Update.
5952 * gdb.btrace/tsx.exp: New.
5953 * gdb.btrace/tsx.c: New.
5954
5955 2015-08-06 Pedro Alves <palves@redhat.com>
5956
5957 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
5958 increase timeout.
5959 * gdb.reverse/until-precsave.exp: Bump timeouts.
5960
5961 2015-08-06 Pedro Alves <palves@redhat.com>
5962
5963 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
5964
5965 2015-08-06 Pedro Alves <palves@redhat.com>
5966
5967 PR gdb/18749
5968 * gdb.threads/process-dies-while-handling-bp.c: New file.
5969 * gdb.threads/process-dies-while-handling-bp.exp: New file.
5970
5971 2015-08-06 Pedro Alves <palves@redhat.com>
5972
5973 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
5974 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
5975
5976 2015-08-05 Pedro Alves <palves@redhat.com>
5977
5978 * gdb.threads/next-while-other-thread-longjmps.c: New file.
5979 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
5980
5981 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5982
5983 * gdb.base/bp-permanent.exp: Report test as unsupported if
5984 the target cannot stop at the permanent breakpoint.
5985
5986 2015-08-03 Doug Evans <dje@google.com>
5987
5988 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
5989 10000.
5990
5991 2015-08-03 Doug Evans <dje@google.com>
5992
5993 * Makefile.in (workers/%.worker, build-perf): New rule.
5994 (GDB_PERFTEST_MODE): New variable.
5995 (check-perf): Use it.
5996 (clean): Clean up gdb.perf parallel build subdirs.
5997 * lib/build-piece.exp: New file.
5998 * lib/gdb.exp (make_gdb_parallel_path): New function
5999 (standard_output_file, standard_temp_file): Call it.
6000 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6001 of $GDB_PARALLEL.
6002 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
6003
6004 2015-08-03 Doug Evans <dje@google.com>
6005
6006 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
6007 (LOG_FILE_NAME): New global.
6008 (TextReporter.__init__): Initialize self.txt_sum.
6009 (TextReporter.report): Add support for multiple data-points.
6010 Move report to perftest.sum, put raw data in perftest.log.
6011 (TextReporter.start): Open sum and log files.
6012 (TextReporter.end): Close sum and log files.
6013 * gdb.perf/lib/perftest/testresult.py
6014 (SingleStatisticTestResult.record): Handle multiple data-points.
6015
6016 2015-07-31 Pedro Alves <palves@redhat.com>
6017
6018 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
6019 Use spawn_id_get_pid. Wait for spawn id after eof. Use
6020 kill_wait_spawned_process instead of explicit "kill -9".
6021 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
6022 returning a spawn id instead of a pid. Use spawn_id_get_pid and
6023 kill_wait_spawned_process.
6024 * gdb.base/attach-twice.exp: Likewise.
6025 * gdb.base/attach.exp: Likewise.
6026 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
6027 gdb_test_multiple.
6028 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
6029 returning a spawn id instead of a pid. Use spawn_id_get_pid and
6030 kill_wait_spawned_process.
6031 * gdb.base/valgrind-infcall.exp: Likewise.
6032 * gdb.multi/multi-attach.exp: Likewise.
6033 * gdb.python/py-prompt.exp: Likewise.
6034 * gdb.python/py-sync-interp.exp: Likewise.
6035 * gdb.server/ext-attach.exp: Likewise.
6036 * gdb.threads/attach-into-signal.exp (corefunc): Use
6037 spawn_wait_for_attach, spawn_id_get_pid and
6038 kill_wait_spawned_process.
6039 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
6040 spawn_wait_for_attach returning a spawn id instead of a pid. Use
6041 spawn_id_get_pid and kill_wait_spawned_process.
6042 * gdb.threads/attach-stopped.exp (corefunc): Use
6043 spawn_wait_for_attach, spawn_id_get_pid and
6044 kill_wait_spawned_process.
6045 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
6046 Use spawn_id_get_pid. Wait for spawn id after eof. Use
6047 kill_wait_spawned_process instead of explicit "kill -9".
6048 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
6049 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
6050 (spawn_wait_for_attach): Use spawn instead of exec to spawn
6051 processes. Don't map cygwin/windows pids here. Now returns a
6052 spawn id list.
6053
6054 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6055
6056 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
6057 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
6058 correct patch.
6059
6060 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6061
6062 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
6063
6064 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6065
6066 Reapply:
6067 2014-05-21 Mark Wielaard <mjw@redhat.com>
6068
6069 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
6070
6071 2015-07-30 Pedro Alves <palves@redhat.com>
6072
6073 * linux-low.c (handle_extended_wait): Set the child's last
6074 reported status to TARGET_WAITKIND_STOPPED.
6075
6076 2015-07-30 Pedro Alves <palves@redhat.com>
6077
6078 PR threads/18600
6079 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
6080 only shows inferior 1.
6081
6082 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
6083 Pedro Alves <palves@redhat.com>
6084
6085 PR threads/18600
6086 * gdb.threads/fork-plus-threads.c: New file.
6087 * gdb.threads/fork-plus-threads.exp: New file.
6088
6089 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6090
6091 * gdb.base/batch-preserve-term-settings.exp
6092 (test_terminal_settings_preserved_after_cli_exit): Use
6093 send_quit_command.
6094
6095 2015-07-29 Pedro Alves <palves@redhat.com>
6096 Don Breazeal <donb@codesourcery.com>
6097
6098 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
6099 output from both inferior_spawn_id and gdb_spawn_id.
6100
6101 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6102
6103 * gdb.threads/attach-into-signal.exp (corefunc): Use
6104 with_test_prefix on nested loops, uniquefying the test messages.
6105
6106 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6107
6108 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
6109 commit.
6110
6111 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6112
6113 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
6114 New proc.
6115 (test_terminal_settings_preserved_after_sigterm): New test.
6116
6117 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6118
6119 * gdb.base/batch-preserve-term-settings.exp
6120 (test_terminal_settings_preserved_after_cli_exit): New test.
6121
6122 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6123
6124 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
6125 manipulation of saved_gdbflags.
6126 (test_terminal_settings_preserved): Remove global declaration of
6127 the unused variable pagination_prompt. Remove manipulation of
6128 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
6129 GDBFLAGS.
6130
6131 2015-07-29 Pedro Alves <palves@redhat.com>
6132
6133 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
6134
6135 2015-07-29 Pedro Alves <palves@redhat.com>
6136
6137 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
6138 at the top.
6139
6140 2015-07-29 Pedro Alves <palves@redhat.com>
6141
6142 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
6143 (main): Call gdb_unbuffer_output.
6144 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
6145 (main): Call gdb_unbuffer_output.
6146 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
6147 (main): Call gdb_unbuffer_output.
6148 * gdb.base/call-strs.exp: Adjust to step over the
6149 gdb_unbuffer_output call.
6150 * gdb.base/catch-gdb-caused-signals.c: Include
6151 "../lib/unbuffer_output.c".
6152 (main): Call gdb_unbuffer_output.
6153 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
6154 (main): Call gdb_unbuffer_output.
6155 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
6156 (main): Call gdb_unbuffer_output.
6157 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
6158 (main): Call gdb_unbuffer_output.
6159 * gdb.base/shlib-call.exp: Adjust to step over the
6160 gdb_unbuffer_output call.
6161 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
6162 (main): Call gdb_unbuffer_output.
6163 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
6164 (main): Call gdb_unbuffer_output.
6165 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
6166 (main): Rename to ...
6167 (test): ... this.
6168 (main): Reimplement.
6169 * gdb.base/varargs.exp: Run to test instead of to main.
6170 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6171 (main): Call gdb_unbuffer_output.
6172
6173 2015-07-29 Pedro Alves <palves@redhat.com>
6174
6175 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
6176 factore out from mi_continue_dprintf. For call-style dprintfs,
6177 expect dprintf output out of $inferior_spawn_id.
6178 (mi_continue_dprintf): Use mi_expect_dprintf.
6179 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6180 (main): Call gdb_unbuffer_output.
6181
6182 2015-07-29 Pedro Alves <palves@redhat.com>
6183
6184 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
6185 (default_mi_gdb_start): Set inferior_spawn_id instead of
6186 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
6187 gdb_spawn_id.
6188 (mi_gdb_test): Always expect inferior output from both
6189 $inferior_spawn_id and $gdb_spawn_id.
6190
6191 2015-07-29 Pedro Alves <palves@redhat.com>
6192
6193 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
6194 send_inferior and $inferior_spawn_id.
6195
6196 2015-07-29 Pedro Alves <palves@redhat.com>
6197
6198 * gdb.gdb/complaints.exp (test_initial_complaints)
6199 (test_serial_complaints, test_short_complaints): Use
6200 gdb_test_stdio.
6201 (test_empty_complaint): Handle $inferior_spawn_id !=
6202 $gdb_spawn_id.
6203
6204 2015-07-29 Pedro Alves <palves@redhat.com>
6205
6206 * gdb.base/varargs.exp: Use gdb_test_stdio.
6207
6208 2015-07-29 Pedro Alves <palves@redhat.com>
6209
6210 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
6211
6212 2015-07-29 Pedro Alves <palves@redhat.com>
6213
6214 * gdb.base/ending-run.exp: Use gdb_test_stdio.
6215
6216 2015-07-29 Pedro Alves <palves@redhat.com>
6217
6218 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
6219 parameter into two new parameters, "inf_result" and "gdb_result".
6220 Expect inferior output and gdb output from $inferior_spawn_id and
6221 $gdb_spawn_id, respectively. Adjust all callers.
6222
6223 2015-07-29 Pedro Alves <palves@redhat.com>
6224
6225 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
6226 of gdb_test_sequence.
6227
6228 2015-07-29 Pedro Alves <palves@redhat.com>
6229
6230 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
6231 (saw_spurious_output): Expect inferior output from
6232 $inferior_spawn_id. Use gdb_test_stdio.
6233
6234 2015-07-29 Pedro Alves <palves@redhat.com>
6235
6236 * gdb.base/dprintf.exp: Use standard_testfile. Change
6237 prepare_for_testing call.
6238 (srcfile): Don't set.
6239 (restart): New procedure.
6240 (test_dprintf): New procecure, use to continue over dprintfs.
6241 (test_call, test_agent): New procedures, tests moved here.
6242 Restart gdb and recreate dprintfs. Adjust expected output.
6243
6244 2015-07-29 Pedro Alves <palves@redhat.com>
6245
6246 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
6247
6248 2015-07-29 Pedro Alves <palves@redhat.com>
6249
6250 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
6251
6252 2015-07-29 Pedro Alves <palves@redhat.com>
6253
6254 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
6255 gdb_test_stdio.
6256
6257 2015-07-29 Pedro Alves <palves@redhat.com>
6258
6259 * lib/gdb.exp (gdb_test_stdio): New procedure.
6260
6261 2015-07-29 Pedro Alves <palves@redhat.com>
6262
6263 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
6264
6265 2015-07-29 Pedro Alves <palves@redhat.com>
6266
6267 * gdb.base/call-signal-resume.exp: Remove check for
6268 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
6269 * gdb.base/unwindonsignal.exp: Likewise.
6270 * gdb.base/call-signals.c (gen_signal): Remove printf call.
6271 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
6272
6273 2015-07-29 Pedro Alves <palves@redhat.com>
6274
6275 * gdb.base/siginfo-addr.c (pass): New function.
6276 (handler): Call it iff si_addr is correct.
6277 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
6278 Set a breakpoint at "pass" and continue to it.
6279
6280 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
6281
6282 * gdb.python/py-objfile.exp: Make some tests have unique names.
6283 * gdb.python/py-pp-registration.exp: Likewise.
6284
6285 2015-07-28 Pedro Alves <palves@redhat.com>
6286
6287 * gdb.server/server-exec-info.exp: Issue a "disconnect".
6288
6289 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6290
6291 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
6292
6293 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6294
6295 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
6296
6297 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6298
6299 * gdb.base/gdb-sigterm-2.exp: New test.
6300
6301 2015-07-25 Doug Evans <xdje42@gmail.com>
6302
6303 Revert:
6304 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6305 (workers/%.worker, build-perf): New rule.
6306 (GDB_PERFTEST_MODE): New variable.
6307 (check-perf): Use it.
6308 (clean): Clean up gdb.perf parallel build subdirs.
6309 * lib/build-piece.exp: New file.
6310 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6311 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6312 name.
6313 (standard_temp_file): Ditto.
6314 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6315 of $GDB_PARALLEL.
6316
6317 2015-07-24 Doug Evans <dje@google.com>
6318
6319 * gdb.perf/lib/perftest/utils.py: New file.
6320 * gdb.perf/gm-hello.cc: New file.
6321 * gdb.perf/gm-pervasive-typedef.cc: New file.
6322 * gdb.perf/gm-pervasive-typedef.h: New file.
6323 * gdb.perf/gm-std.cc: New file.
6324 * gdb.perf/gm-std.h: New file.
6325 * gdb.perf/gm-use-cerr.cc: New file.
6326 * gdb.perf/gm-utils.h: New file.
6327 * gdb.perf/gmonster-null-lookup.py: New file.
6328 * gdb.perf/gmonster-pervasive-typedef.py: New file.
6329 * gdb.perf/gmonster-print-cerr.py: New file.
6330 * gdb.perf/gmonster-ptype-string.py: New file.
6331 * gdb.perf/gmonster-runto-main.py: New file.
6332 * gdb.perf/gmonster-select-file.py: New file.
6333 * gdb.perf/gmonster1-null-lookup.exp: New file.
6334 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6335 * gdb.perf/gmonster1-print-cerr.exp: New file.
6336 * gdb.perf/gmonster1-ptype-string.exp: New file.
6337 * gdb.perf/gmonster1-runto-main.exp: New file.
6338 * gdb.perf/gmonster1-select-file.exp: New file.
6339 * gdb.perf/gmonster1.cc: New file.
6340 * gdb.perf/gmonster1.exp: New file.
6341 * gdb.perf/gmonster2-null-lookup.exp: New file.
6342 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6343 * gdb.perf/gmonster2-print-cerr.exp: New file.
6344 * gdb.perf/gmonster2-ptype-string.exp: New file.
6345 * gdb.perf/gmonster2-runto-main.exp: New file.
6346 * gdb.perf/gmonster2-select-file.exp: New file.
6347 * gdb.perf/gmonster2.cc: New file.
6348 * gdb.perf/gmonster2.exp: New file.
6349
6350 2015-07-24 Doug Evans <dje@google.com>
6351
6352 * gdb.perf/README: New file.
6353 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6354 * lib/gen-perf-test.exp: New file.
6355
6356 2015-07-24 Doug Evans <dje@google.com>
6357
6358 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
6359 (PerfTest::startup): New function.
6360 (PerfTest::run): Return result of calling body.
6361 (PerfTest::assemble): Rewrite.
6362 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
6363 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
6364 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
6365 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
6366 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
6367
6368 2015-07-24 Doug Evans <dje@google.com>
6369
6370 * lib/gdb.exp (clean_restart): Make executable optional.
6371
6372 2015-07-24 Doug Evans <dje@google.com>
6373
6374 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
6375 compiler_info references.
6376 * gdb.cp/temargs.exp: Ditto.
6377 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6378 (get_compiler_info): Early exit if already computed. Set compiler_info
6379 to "unknown" if there was a problem.
6380 (test_compiler_info): Add function comment. Call get_compiler_info.
6381
6382 2015-07-24 Doug Evans <dje@google.com>
6383
6384 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6385 (workers/%.worker, build-perf): New rule.
6386 (GDB_PERFTEST_MODE): New variable.
6387 (check-perf): Use it.
6388 (clean): Clean up gdb.perf parallel build subdirs.
6389 * lib/build-piece.exp: New file.
6390 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6391 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6392 name.
6393 (standard_temp_file): Ditto.
6394 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6395 of $GDB_PARALLEL.
6396
6397 2015-07-24 Doug Evans <dje@google.com>
6398
6399 * lib/future.exp (gdb_default_target_compile): New option
6400 "early_flags".
6401 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6402 --as-needed.
6403
6404 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
6405
6406 * gdb.base/catch-syscall.exp: Call gdb_exit before
6407 gdb_skip_xml_test.
6408
6409 2015-07-24 Pedro Alves <palves@redhat.com>
6410
6411 * gdb.python/py-events.exp: Accept output between the stop event
6412 and the prompt.
6413 * gdb.python/py-evsignal.exp: Likewise.
6414 * gdb.python/py-evthreads.exp: Likewise.
6415
6416 2015-07-24 Pedro Alves <palves@redhat.com>
6417
6418 PR gdb/18717
6419 * gdb.threads/non-ldr-exit.c: New file.
6420 * gdb.threads/non-ldr-exit.exp: New file.
6421
6422 2015-07-24 Yao Qi <yao.qi@linaro.org>
6423
6424 * gdb.server/ext-wrapper.exp: Test --wrapper option when
6425 restarting process.
6426
6427 2015-07-24 Yao Qi <yao.qi@linaro.org>
6428
6429 * gdb.server/ext-restart.exp: New file.
6430
6431 2015-07-24 Yao Qi <yao.qi@linaro.org>
6432
6433 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6434 argument options.
6435 * gdb.server/ext-wrapper.exp: New file.
6436
6437 2015-07-23 Doug Evans <dje@google.com>
6438
6439 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6440 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6441
6442 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6443
6444 * gdb.ada/var_arr_typedef.exp: New testcase.
6445 * gdb.ada/var_arr_typedef/pack.adb: New file.
6446 * gdb.ada/var_arr_typedef/pack.ads: New file.
6447 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6448
6449 2015-07-20 Joel Brobecker <brobecker@adacore.com>
6450
6451 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6452
6453 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6454
6455 * gdb.arch/i386-biarch-core.exp: Replace istarget
6456 by "complete set gnutarget". Remove expectation for the "core-file"
6457 command.
6458
6459 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6460
6461 Revert the previous commit:
6462 Tests for validate symbol file using build-id.
6463
6464 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6465
6466 Tests for validate symbol file using build-id.
6467 * gdb.base/solib-mismatch-lib.c: New file.
6468 * gdb.base/solib-mismatch-libmod.c: New file.
6469 * gdb.base/solib-mismatch.c: New file.
6470 * gdb.base/solib-mismatch.exp: New file.
6471
6472 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6473
6474 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6475 nios2-*-linux*.
6476 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6477 * gdb.base/siginfo.exp: Likewise.
6478 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6479
6480 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6481
6482 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6483 Move it to ...
6484 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6485 ... here.
6486 * gdb.trace/range-stepping.exp: Check that the target supports
6487 range stepping.
6488
6489 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6490
6491 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6492
6493 2015-07-14 Pedro Alves <palves@redhat.com>
6494
6495 * gdb.base/killed-outside.exp: New file.
6496 * gdb.base/killed-outside.c: New file.
6497
6498 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6499
6500 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6501 (n at main): New.
6502 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6503
6504 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6505
6506 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6507 infcall tests instead of setting up for KFAIL.
6508
6509 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6510
6511 * gdb.btrace/record_goto-step.exp: New.
6512
6513 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6514
6515 PR compile/18484
6516 * gdb.compile/compile.c (struct struct_type): Add volatile to
6517 selffield's type.
6518 * gdb.compile/compile.exp
6519 (compile code struct_object.selffield = &struct_object): Skip further
6520 struct_object tests if this one xfails.
6521
6522 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
6523
6524 PR exp/18617
6525 * gdb.trace/ax.exp: Add test.
6526
6527 2015-07-07 Yao Qi <yao.qi@linaro.org>
6528
6529 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6530 instead of istarget "aarch64*-*-*".
6531 * gdb.arch/aarch64-fp.exp: Likewise.
6532 * gdb.base/float.exp: Likewise.
6533 * gdb.reverse/aarch64.exp: Likewise.
6534 * lib/gdb.exp (is_aarch64_target): New proc.
6535
6536 2015-07-07 Yao Qi <yao.qi@linaro.org>
6537
6538 * lib/gdb.exp (is_aarch32_target): New proc.
6539 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6540 instead of "istarget "arm*-*-*"".
6541 * gdb.arch/arm-disp-step.exp: Likewise.
6542 * gdb.arch/thumb-bx-pc.exp: Likewise.
6543 * gdb.arch/thumb-prologue.exp: Likewise.
6544 * gdb.arch/thumb-singlestep.exp: Likewise.
6545 * gdb.base/disp-step-syscall.exp: Likewise.
6546 * gdb.base/float.exp: Likewise.
6547
6548 2015-07-07 Yao Qi <yao.qi@linaro.org>
6549
6550 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6551 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6552
6553 2015-07-07 Yao Qi <yao.qi@linaro.org>
6554
6555 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6556 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6557 if it exists.
6558 * gdb.multi/multi-arch.exp: Likewise.
6559
6560 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6561
6562 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6563 print.
6564
6565 2015-07-07 Yao Qi <yao.qi@linaro.org>
6566
6567 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6568
6569 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6570
6571 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6572 '[' and ']' characters.
6573
6574 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6575
6576 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6577
6578 2015-06-29 Pedro Alves <palves@redhat.com>
6579
6580 PR threads/18127
6581 * gdb.threads/hand-call-new-thread.c: New file.
6582 * gdb.threads/hand-call-new-thread.c: New file.
6583
6584 2015-06-26 Keith Seitz <keiths@redhat.com>
6585 Doug Evans <dje@google.com>
6586
6587 PR 16253
6588 * gdb.cp/var-tag-2.cc: New file.
6589 * gdb.cp/var-tag-3.cc: New file.
6590 * gdb.cp/var-tag-4.cc: New file.
6591 * gdb.cp/var-tag.cc: New file.
6592 * gdb.cp/var-tag.exp: New file.
6593
6594 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6595
6596 * gdb.base/history-duplicates.exp: New test.
6597
6598 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6599
6600 * gdb.base/completion.exp: Test the completion of the "focus"
6601 command.
6602
6603 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6604
6605 * gdb.arch/amd64-prologue-skip.S: New file.
6606 * gdb.arch/amd64-prologue-skip.exp: New file.
6607
6608 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6609
6610 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6611 is_address_zero_readable check.
6612
6613 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6614
6615 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6616 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6617
6618 2015-06-24 Yao Qi <yao.qi@linaro.org>
6619
6620 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6621 linux targets.
6622
6623 2015-06-24 Yao Qi <yao.qi@linaro.org>
6624
6625 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6626 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6627 * gdb.base/siginfo-thread.exp: Likewise.
6628
6629 2015-06-22 Yao Qi <yao.qi@linaro.org>
6630
6631 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6632
6633 2015-06-22 Yao Qi <yao.qi@linaro.org>
6634
6635 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6636 aarch64*-*-*.
6637 (skip_hw_watchpoint_tests): Likewise.
6638
6639 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6640
6641 * gdb.base/gdbinit-history.exp: Test the interaction between
6642 setting GDBHISTSIZE and setting the history size via .gdbinit.
6643
6644 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6645
6646 PR gdb/16999
6647 * gdb.base/gdbhistsize-history.exp: New test.
6648
6649 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6650
6651 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6652 with GDBHISTSIZE.
6653 * gdb.base/readline.exp: Likewise.
6654
6655 2015-06-17 Yao Qi <yao.qi@linaro.org>
6656
6657 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6658 line.
6659
6660 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6661
6662 * gdb.base/gdbinit-history.exp: Add test case to check that
6663 an unlimited history file does not get truncated on exit.
6664
6665 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6666
6667 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6668 (VECTOR): New macro. Use it...
6669 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6670 ...for these typedefs.
6671 (int8, char1, int1, double1): New typedefs.
6672 (struct just_int2, struct two_int2): New structures.
6673 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6674 (add_structvecs, add_singlevecs): New functions.
6675 (main): Call add_some_intvecs twice.
6676 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6677 the compile and exit upon failure. Try compiling for the "native"
6678 architecture. Test inferior function calls with vector arguments
6679 and vector return value handling with "finish" and "return".
6680
6681 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6682
6683 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6684 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6685 PE file.
6686 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6687
6688 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6689
6690 PR breakpoints/16465
6691 * gdb.mi/mi-dprintf-pending.c: New file.
6692 * gdb.mi/mi-dprintf-pending.exp: New test.
6693 * gdb.mi/mi-dprintf-pendshr.c: New file.
6694
6695 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6696 Mircea Gherzan <mircea.gherzan@intel.com>
6697
6698 * gdb.arch/i386-mpx-map.c: New file.
6699 * gdb.arch/i386-mpx-map.exp: New File.
6700
6701 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6702
6703 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6704 * gdb.arch/i386-mpx.exp: Indentation fixed.
6705
6706 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6707
6708 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6709 function and improved indentation.
6710 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6711 gdb_test_multiple. Added additional tests to skip the test.
6712
6713 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6714
6715 * gdb.arch/i386-avx512.c: Change path in include file.
6716 * gdb.arch/i386-avx512.exp: Change include dir path
6717 compilation flag.
6718 * gdb.arch/i386-mpx.c: Change path in include file.
6719 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6720 flag.
6721
6722 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6723
6724 * gdb.compile/compile-print.exp (compile print *vararray@3)
6725 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6726
6727 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6728
6729 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6730 (do not keep jit in memory): ... this.
6731 (expect 5): Change it to ...
6732 (expect no 5): ... this.
6733
6734 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6735
6736 PR gdb/15564
6737 * gdb.mi/mi-detach.exp: New file.
6738
6739 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6740
6741 PR symtab/18392
6742 * gdb.arch/amd64-tailcall-self.S: New file.
6743 * gdb.arch/amd64-tailcall-self.c: New file.
6744 * gdb.arch/amd64-tailcall-self.exp: New file.
6745
6746 2015-05-28 Don Breazeal <donb@codesourcery.com>
6747
6748 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6749 tests for remote targets by checking is_target_gdbserver.
6750
6751 2015-05-27 Doug Evans <dje@google.com>
6752
6753 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6754 * gdb.dwarf2/opaque-type-lookup.c: New file.
6755 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6756
6757 2015-05-26 Doug Evans <dje@google.com>
6758
6759 * gdb.cp/iostream.cc: New file.
6760 * gdb.cp/iostream.exp: New file.
6761
6762 2015-05-26 Doug Evans <dje@google.com>
6763
6764 * gdb.dwarf2/dw2-op-call.exp: Update.
6765 * gdb.dwarf2/dw4-sig-types.exp: Update.
6766 * gdb.dwarf2/implptr.exp: Update.
6767 * gdb.mi/mi-cmd-param-changed.exp: Update.
6768
6769 2015-05-26 Doug Evans <dje@google.com>
6770
6771 * gdb.python/py-lazy-string.c: New file.
6772 * gdb.python/py-lazy-string.exp: New file.
6773 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6774 (main): Update. Add estring3.
6775 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6776 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6777
6778 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
6779 Yao Qi <yao.qi@linaro.org>
6780
6781 * gdb.reverse/aarch64.c: New.
6782 * gdb.reverse/aarch64.exp: New.
6783
6784 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
6785
6786 * lib/gdb.exp (supports_process_record): Return true for
6787 aarch64*-linux*.
6788 (supports_reverse): Likewise.
6789
6790 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
6791
6792 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6793 Use with_test_prefix.
6794
6795 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6796
6797 * gdb.base/completion.exp: Add test for completion of layout
6798 names.
6799
6800 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
6801
6802 * lib/gdb.exp (skip_tui_tests): New proc.
6803 * gdb.base/tui-layout.exp: Check skip_tui_tests.
6804
6805 2015-05-19 Pedro Alves <palves@redhat.com>
6806
6807 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6808 Save the whole env array instead of just HOME. Unset HISTSIZE in
6809 the environment while testing. Restore whole environment
6810 afterwards.
6811
6812 2015-05-16 Doug Evans <xdje42@gmail.com>
6813
6814 * gdb.guile/scm-ports.c: New file.
6815 * gdb.guile/scm-ports.exp: Add memory port tests.
6816
6817 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6818
6819 * gdb.compile/compile-print.c: New file.
6820 * gdb.compile/compile-print.exp: New file.
6821
6822 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6823
6824 * gdb.compile/compile-ops.exp: Cast param to void.
6825 * gdb.compile/compile.exp: Complete type for _gdb_expr.
6826 (compile code struct_object.selffield = &struct_object): Add xfail.
6827
6828 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6829
6830 * gdb.ada/arr_enum_with_gap: New testcase.
6831
6832 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6833
6834 * gdb.ada/byte_packed_arr: New testcase.
6835
6836 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6837
6838 * gdb.ada/pckd_neg: New testcase.
6839
6840 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
6841
6842 PR gdb/17820
6843 * gdb.base/gdbinit-history.exp: New test.
6844 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6845 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6846
6847 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
6848
6849 * gdb.python/py-xmethods.cc: Enhance test case.
6850 * gdb.python/py-xmethods.exp: New tests.
6851 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6852 function.
6853 (B_indexoper): Likewise.
6854 (global_dm_list) : Add new xmethod worker functions.
6855
6856 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
6857
6858 * gdb.base/coredump-filter.exp: Correctly unset
6859 "coredump_var_addr" array.
6860
6861 2015-05-08 Pedro Alves <palves@redhat.com>
6862
6863 * gdb.server/non-existing-program.exp: Unset spawn_id.
6864
6865 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
6866
6867 PR python/18291
6868 * gdb.python/py-xmethods.exp: Add tests.
6869
6870 2015-05-08 Yao Qi <yao.qi@linaro.org>
6871
6872 PR gdb/18208
6873 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6874 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6875 function set_coredump_filter, and remove remote_exec call.
6876 Remove argument ipid. Callers update.
6877 (top level): Don't get inferior's PID.
6878
6879 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
6880
6881 * gdb.base/watch_thread_num.exp: Skip test on targets without
6882 access watchpoints.
6883
6884 2015-05-06 Pedro Alves <palves@redhat.com>
6885
6886 PR server/18081
6887 * gdb.server/non-existing-program.exp: New file.
6888
6889 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6890
6891 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6892
6893 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6894
6895 * gdb.ada/out_of_line_in_inlined: New testcase.
6896
6897 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6898
6899 * gdb.ada/var_rec_arr: New testcase.
6900
6901 2015-04-30 Yao Qi <yao.qi@linaro.org>
6902
6903 * gdb.base/break-idempotent.exp: If
6904 skip_hw_watchpoint_multi_tests returns true, skip the tests
6905 on "rwatch" and "awatch".
6906
6907 2015-04-30 Yao Qi <yao.qi@linaro.org>
6908
6909 * gdb.base/relativedebug.exp: Invoke gdb command
6910 "info sharedlibrary", and if libc.so doesn't have debug info,
6911 skip the test.
6912
6913 2015-04-29 Doug Evans <dje@google.com>
6914
6915 * gdb.python/py-xmethods.exp: Add ptype tests.
6916 * gdb.python/py-xmethods.py (E_method_char_worker): Add
6917 get_result_type method.
6918
6919 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
6920
6921 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
6922 the target does not support hardware watchpoints.
6923
6924 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
6925
6926 * gdb.base/break-always.exp: Abort testing if writing to memory
6927 causes an error.
6928
6929 2015-04-28 Doug Evans <dje@google.com>
6930
6931 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
6932 * gdb.python/py-pp-registration.exp: ... here. New file.
6933 * gdb.python/py-pp-registration.c: New file.
6934 * gdb.python/py-pp-registration.py: New file.
6935
6936 2015-04-28 Doug Evans <dje@google.com>
6937
6938 * gdb.python/py-bad-printers.c: New file.
6939 * gdb.python/py-bad-printers.py: New file.
6940 * gdb.python/py-bad-printers.exp: New file.
6941
6942 2015-04-28 Sasha Smundak <asmundak@google.com>
6943
6944 * gdb.python/py-type.exp: New test.
6945
6946 2015-04-28 Andy Wingo <wingo@igalia.com>
6947
6948 * gdb.python/py-parameter.exp:
6949 * gdb.guile/scm-parameter.exp: Escape the path that we are
6950 matching against, as it might contain characters that are special
6951 to regular expressions.
6952
6953 2015-04-27 Joel Brobecker <brobecker@adacore.com>
6954
6955 * gdb.ada/rec_comp: New testcase.
6956
6957 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
6958
6959 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
6960 before using it.
6961
6962 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
6963
6964 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
6965 new tests for verilog output.
6966
6967 2015-04-24 Yao Qi <yao.qi@linaro.org>
6968
6969 * boards/remote-gdbserver-on-localhost.exp: New file.
6970
6971 2015-04-23 Pedro Alves <palves@redhat.com>
6972
6973 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
6974 $inferior_spawn_id instead of $inferior_spawn_id directly. On
6975 "end of file", remove $inferior_spawn_id from the indirect list.
6976
6977 2015-04-23 Pedro Alves <palves@redhat.com>
6978
6979 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
6980
6981 2015-04-23 Pedro Alves <palves@redhat.com>
6982
6983 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
6984 on $any_spawn_id instead of only on $gdb_spawn_id.
6985
6986 2015-04-21 Pierre Muller <muller@sourceware.org>
6987
6988 PR pascal/17815
6989 * lib/pascal.exp (gpc_compile): Add new option "class".
6990 (fpc_compile): Likewise.
6991 * gdb.pascal/case-insensitive-symbols.pas: New file.
6992 * gdb.pascal/case-insensitive-symbols.exp: New file.
6993
6994 2015-04-20 Gary Benson <gbenson@redhat.com>
6995
6996 * gdb.base/attach.exp: Fix three extended remote failures.
6997
6998 2015-04-17 Gary Benson <gbenson@redhat.com>
6999
7000 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
7001 the main executable over the remote protocol.
7002
7003 2015-04-16 Pedro Alves <palves@redhat.com>
7004
7005 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
7006 a new gdbserver if gdbserver_reconnect_p is set.
7007
7008 2015-04-16 Pedro Alves <palves@redhat.com>
7009
7010 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
7011 is set, don't exit gdbserver.
7012
7013 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7014
7015 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
7016 appropriate .insn, such that an older assembler can be used.
7017 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
7018 the z/Architecture instruction set on 31-bit targets as well.
7019
7020 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7021
7022 * gdb.go/handcall.exp: Remove all logic related to the first
7023 breakpoint and rely on go_runto_main instead.
7024 * gdb.go/strings.exp: Likewise.
7025 * gdb.go/unsafe.exp: Likewise.
7026 * gdb.go/hello.exp: Likewise. Also rename the remaining
7027 breakpoint marker to "breakpoint 1".
7028 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
7029 * gdb.go/strings.go: Likewise.
7030 * gdb.go/unsafe.go: Likewise.
7031 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
7032 "set breakpoint 2 here" and rename the remaining breakpoint marker
7033 to "breakpoint 1".
7034
7035 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
7036
7037 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
7038 if itertools.imap is not present.
7039 * gdb.python/py-objfile.exp: Add parentheses.
7040 * gdb.python/py-type.exp: Same.
7041 * gdb.python/py-unwind-maint.py: Same.
7042
7043 2015-04-15 Yao Qi <yao.qi@linaro.org>
7044
7045 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
7046 of ":$ptr_size" and set its form explicitly.
7047
7048 2015-04-15 Pedro Alves <palves@redhat.com>
7049 Yao Qi <yao.qi@linaro.org>
7050
7051 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
7052 timeout by factor of 4.
7053 (test_regular_watch): Likewise.
7054 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
7055 * gdb.reverse/sigall-reverse.exp: Likewise.
7056 * gdb.reverse/until-precsave.exp: Likewise.
7057 * lib/gdb.exp (with_timeout_factor): New proc.
7058 (gdb_expect): Move some code to ...
7059 (get_largest_timeout): ... here. New procedure.
7060
7061 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
7062
7063 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
7064
7065 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
7066
7067 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
7068 to write to the .text section.
7069
7070 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
7071
7072 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
7073 Handle the case of targets that do not provide PID information.
7074
7075 2015-04-13 Yao Qi <yao.qi@linaro.org>
7076
7077 * lib/gdbserver-support.exp (gdb_exit): Catch exception
7078 and use expect instead of gdb_expect.
7079
7080 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
7081
7082 * gdb.base/coredump-filter.exp: Rename variable "addr" to
7083 "coredump_var_addr" to avoid naming conflict with other testcases.
7084
7085 2015-04-10 Pedro Alves <palves@redhat.com>
7086
7087 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
7088 gdb_test_sequence and gdb_assert.
7089
7090 2015-04-10 Pedro Alves <palves@redhat.com>
7091
7092 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
7093 test messages that don't include the breakpoint address.
7094
7095 2015-04-10 Yao Qi <yao.qi@linaro.org>
7096
7097 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
7098 false for some offset and width combinations which aren't
7099 supported by linux kernel.
7100
7101 2015-04-10 Pedro Alves <palves@redhat.com>
7102
7103 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
7104 procedure, factored out from ...
7105 (top level): ... here. Add "set displaced-stepping" testing axis.
7106 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
7107 parameter "displaced". Use it.
7108 (top level): Use foreach and add "set displaced-stepping" testing
7109 axis.
7110
7111 2015-04-10 Pedro Alves <palves@redhat.com>
7112
7113 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
7114 Remove comment.
7115 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
7116 both the address of the instruction that triggers the watchpoint
7117 and the address of the instruction immediately after, and use
7118 those addresses for the test. Fix comment.
7119
7120 2015-04-10 Pedro Alves <palves@redhat.com>
7121
7122 * gdb.base/sigstep.exp (breakpoint_to_handler)
7123 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
7124 Test "backtrace" in handler.
7125 (breakpoint_over_handler): New parameter 'displaced'. Use it.
7126 (top level): Add new "displaced" test axis to
7127 breakpoint_to_handler, breakpoint_to_handler_entry and
7128 breakpoint_over_handler.
7129
7130 2015-04-10 Pedro Alves <palves@redhat.com>
7131
7132 PR gdb/18216
7133 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
7134
7135 2015-04-10 Yao Qi <yao.qi@linaro.org>
7136
7137 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
7138 (test_add_rn_pc): New function.
7139 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
7140 (top level): Invoke test_add_rn_pc.
7141
7142 2015-04-10 Pedro Alves <palves@redhat.com>
7143
7144 PR gdb/13858
7145 * gdb.base/step-over-no-symbols.exp: New file.
7146
7147 2015-04-09 Andy Wingo <wingo@igalia.com>
7148
7149 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
7150 after the Python tests.
7151
7152 2015-04-08 Keith Seitz <keiths@redhat.com>
7153
7154 PR python/16699
7155 * gdb.python/py-completion.exp: New tests for completion.
7156 * gdb.python/py-completion.py (CompleteLimit1): New class.
7157 (CompleteLimit2): Likewise.
7158 (CompleteLimit3): Likewise.
7159 (CompleteLimit4): Likewise.
7160 (CompleteLimit5): Likewise.
7161 (CompleteLimit6): Likewise.
7162 (CompleteLimit7): Likewise.
7163
7164 2015-04-08 Pedro Alves <palves@redhat.com>
7165
7166 PR gdb/18214
7167 PR gdb/18216
7168 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
7169 function.
7170 (main): Install it as SIGUSR1 handler.
7171 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
7172 parameter. Always use "setup" as prefix. Toggle "set
7173 displaced-stepping" off/on depending on global. Don't switch to
7174 thread 1 here.
7175 (top level): Add displaced stepping "off/on" test axis. Update
7176 "setup" calls. Wrap each subtest with with_test_prefix. Test
7177 continuing with a queued signal in each thread.
7178
7179 2015-04-08 Pedro Alves <palves@redhat.com>
7180
7181 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
7182 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
7183 gdb_breakpoint instead of gdb_test that doesn't expect anything.
7184 Return early if running to main fails.
7185 * gdb.trace/while-stepping.exp: Likewise.
7186
7187 2015-04-07 Pedro Alves <palves@redhat.com>
7188
7189 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
7190 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
7191 interact with inferior program.
7192
7193 2015-04-07 Pedro Alves <palves@redhat.com>
7194
7195 * lib/gdb.exp (inferior_spawn_id): New global.
7196 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
7197 spawn id after processing the user code.
7198 (default_gdb_start): Set inferior_spawn_id.
7199 (send_inferior): New procedure.
7200 * lib/gdbserver-support.exp (gdbserver_start): Set
7201 inferior_spawn_id.
7202 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
7203
7204 2015-04-07 Pedro Alves <palves@redhat.com>
7205
7206 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
7207 * lib/gdbserver-support.exp (gdbserver_start): Make
7208 $server_spawn_id global.
7209 (gdbserver_start): Don't wait for gdbserver's spawn id with
7210 expect_background.
7211 (close_gdbserver): New procedure.
7212 (gdb_exit): Rename the default version and reimplement.
7213
7214 2015-04-07 Pedro Alves <palves@redhat.com>
7215
7216 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
7217 append the substituted item, not the original item.
7218
7219 2015-04-07 Pedro Alves <palves@redhat.com>
7220
7221 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
7222 gdb_expect.
7223
7224 2015-04-07 Pedro Alves <palves@redhat.com>
7225
7226 * gdb.base/interrupt.exp: Don't handle the case of the inferior
7227 output appearing once only.
7228
7229 2015-04-07 Pedro Alves <palves@redhat.com>
7230
7231 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
7232 that doesn't expect anything. Return early if running to main
7233 fails.
7234
7235 2015-04-07 Yao Qi <yao.qi@linaro.org>
7236
7237 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
7238 (child_function): Call alarm.
7239 (main): Move call to alarm into the loop.
7240 * gdb.threads/non-stop-fair-events.exp: Build program with
7241 -DTIMEOUT=$timeout.
7242
7243 2015-04-06 Doug Evans <xdje42@gmail.com>
7244
7245 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
7246 Fix dest parameter to board_info.
7247 (fpc_compile): Ditto.
7248 (gdb_compile_pascal): Rename dest arg to destfile.
7249
7250 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
7251
7252 * gdb.ada/funcall_ref.exp: New file.
7253 * gdb.ada/funcall_ref/foo.adb: New file.
7254
7255 2015-04-02 Yao Qi <yao.qi@linaro.org>
7256
7257 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
7258 is remote.
7259
7260 2015-04-02 Gary Benson <gbenson@redhat.com>
7261
7262 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
7263
7264 2015-04-01 Sasha Smundak <asmundak@google.com>
7265
7266 * gdb.python/py-unwind-maint.c: New file.
7267 * gdb.python/py-unwind-maint.exp: New test.
7268 * gdb.python/py-unwind-maint.py: New file.
7269 * gdb.python/py-unwind.c: New file.
7270 * gdb.python/py-unwind.exp: New test.
7271 * gdb.python/py-unwind.py: New test.
7272
7273 2015-04-01 Pedro Alves <palves@redhat.com>
7274
7275 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
7276 to fail instead of non-existent $test.
7277
7278 2015-04-01 Pedro Alves <palves@redhat.com>
7279
7280 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
7281 GDBFLAGS if not empty.
7282
7283 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
7284
7285 * gdb.ada/complete.exp: Remove "multi_line".
7286 * gdb.ada/info_exc.exp: Remove "multi_line".
7287 * gdb.ada/packed_tagged.exp: Remove "multi_line".
7288 * gdb.ada/ptype_field.exp: Remove "multi_line".
7289 * gdb.ada/sym_print_name.exp: Remove "multi_line".
7290 * gdb.ada/tagged.exp: Remove "multi_line".
7291 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
7292 [multi_line ...]
7293 * gdb.btrace/delta.exp: Likewise.
7294 * gdb.btrace/exception.exp: Likewise.
7295 * gdb.btrace/function_call_history.exp: Likewise.
7296 * gdb.btrace/instruction_history.exp: Likewise.
7297 * gdb.btrace/nohist.exp: Likewise.
7298 * gdb.btrace/record_goto.exp: Likewise.
7299 * gdb.btrace/segv.exp: Likewise.
7300 * gdb.btrace/stepi.exp: Likewise.
7301 * gdb.btrace/tailcall.exp: Likewise.
7302 * gdb.btrace/unknown_functions.exp: Likewise.
7303 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
7304 * lib/gdb.exp: Add the "multi_line" helper.
7305
7306 2015-04-01 Pedro Alves <palves@redhat.com>
7307
7308 * gdb.threads/tid-reuse.c: New file.
7309 * gdb.threads/tid-reuse.exp: New file.
7310
7311 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
7312
7313 PR corefiles/16092
7314 * gdb.base/coredump-filter.c: New file.
7315 * gdb.base/coredump-filter.exp: Likewise.
7316
7317 2015-03-27 Petr Machata <pmachata@redhat.com>
7318
7319 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
7320 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
7321 (Dwarf::assemble): Initialize them.
7322 (Dwarf::lines): New function.
7323
7324 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
7325
7326 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
7327 SYMBOL_PREFIX for x86_64-*-cygwin.
7328
7329 2015-03-26 Andy Wingo <wingo@igalia.com>
7330
7331 PR symtab/18148
7332 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
7333 const_value but not a location.
7334 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7335 location defined in non-main CUs are visible.
7336
7337 2015-03-26 Yao Qi <yao.qi@linaro.org>
7338
7339 PR testsuite/18139
7340 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7341 Add a line number entry for the same line.
7342 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7343 Add a line number entry for the same line.
7344
7345 2015-03-26 Yao Qi <yao.qi@linaro.org>
7346
7347 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7348 .int 0.
7349 (func): Likewise. Add .Lfunc_1 label.
7350 Use .Lfunc_1 label.
7351 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7352 .int 0.
7353 (func): Likewise.
7354 Use .Lfunc_1 label.
7355
7356 2015-03-26 Yao Qi <yao.qi@linaro.org>
7357
7358 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
7359 Call gdb_compile instead to compile each .s files without debug
7360 information.
7361
7362 2015-03-26 Yao Qi <yao.qi@linaro.org>
7363
7364 * gdb.base/savedregs.exp (process_saved_regs): Make
7365 "Saved registers:" optional in the pattern.
7366
7367 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7368
7369 * gdb.btrace/next.exp: Merged into step.exp.
7370 * gdb.btrace/finish.exp: Merged into step.exp.
7371 * gdb.btrace/nexti.exp: Merged into stepi.exp.
7372 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
7373 "record goto" and checking the exact replay position.
7374 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
7375 check for "Recording format" in "info record" output.
7376 * gdb.btrace/record_goto.exp: Choose test file based on target.
7377 * gdb.btrace/x86-record_goto.S: Renamed into ...
7378 * gdb.btrace/x86_64-record_goto.S: ... this.
7379 * gdb.btrace/i686-record_goto.S: New.
7380 * gdb.btrace/x86-tailcall.S: Renamed into ...
7381 * gdb.btrace/x86_64-tailcall.S: ... this.
7382 * gdb.btrace/i686-tailcall.S: New.
7383 * gdb.btrace/x86-tailcall.c: Renamed into ...
7384 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
7385 separate statements. Update test.
7386 * gdb.btrace/delta.exp: Use record_goto.c as test file.
7387 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7388 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7389 * gdb.btrace/tailcall.exp: Choose test file based on target.
7390 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7391
7392 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7393
7394 * gdb.btrace/exception.exp: Increase BTS buffer size.
7395
7396 2015-03-24 Pedro Alves <palves@redhat.com>
7397
7398 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7399
7400 2015-03-24 Pedro Alves <palves@redhat.com>
7401
7402 * gdb.threads/schedlock.exp (test_step): No longer expect that
7403 "set scheduler-locking step" with "next" over a function call runs
7404 threads unlocked.
7405
7406 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7407
7408 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7409
7410 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7411
7412 PR breakpoints/16466
7413 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7414 * gdb.mi/mi-pending.c (thread_func): New function.
7415 (int main): Add threading support required.
7416 * gdb.mi/mi-pending.exp: Add tests for this issue.
7417 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7418 (pendfunc2): Remove stdio dependency.
7419 * gdb.mi/mi-pendshr2.c: New file.
7420
7421 2015-03-23 Keith Seitz <keiths@redhat.com>
7422
7423 * gdb.linespec/keywords.c: New file.
7424 * gdb.linespec/keywords.exp: New file.
7425
7426 2015-03-23 Keith Seitz <keiths@redhat.com>
7427
7428 PR gdb/18021
7429 * gdb.dwarf2/staticvirtual.exp: New test.
7430
7431 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7432
7433 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7434 * README: Remove HP-UX and gdb.hp.
7435 (configuration):
7436 * configure: Regenerate.
7437 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7438 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7439 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7440 gdb.hp/gdb.defects/Makefile.
7441 * gdb.hp/Makefile.in: File deleted.
7442 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7443 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7444 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7445 * gdb.hp/gdb.aCC/run.c: File deleted.
7446 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7447 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7448 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7449 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7450 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7451 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7452 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7453 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7454 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7455 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7456 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7457 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7458 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7459 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7460 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7461 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7462 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7463 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7464 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7465 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7466 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7467 * gdb.hp/gdb.compat/average.c: File deleted.
7468 * gdb.hp/gdb.compat/sum.c: File deleted.
7469 * gdb.hp/gdb.compat/xdb.c: File deleted.
7470 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7471 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7472 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7473 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7474 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7475 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7476 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7477 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7478 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7479 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7480 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7481 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7482 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7483 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7484 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7485 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7486 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7487 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7488 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7489 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7490 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7491 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7492 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7493 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7494 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7495 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7496 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7497 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7498 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7499 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7500 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7501 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7502 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7503 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7504 * gdb.hp/tools/odump: File deleted.
7505
7506 2015-03-19 Pedro Alves <palves@redhat.com>
7507
7508 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7509 (saw_thread_3): New globals.
7510 (top level): Increment them when an event for the corresponding
7511 thread is seen.
7512 (no thread starvation): New test.
7513
7514 2015-03-19 Pedro Alves <palves@redhat.com>
7515
7516 * gdb.threads/continue-pending-status.c: New file.
7517 * gdb.threads/continue-pending-status.exp: New file.
7518
7519 2015-03-18 Pedro Alves <palves@redhat.com>
7520
7521 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7522 Use gdb_is_target_remote instead of is_remote. Use
7523 gdb_test_multiple instead of gdb_expect. Exit early if
7524 gdb_test_multiple hits its internal matches. Tighten stepi tests
7525 expected output. Fail on exit with any signal, instead of just
7526 SIGILL.
7527
7528 2015-03-18 Yao Qi <yao.qi@linaro.org>
7529
7530 PR tdep/18107
7531 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7532 variable.
7533 * gdb.base/catch-syscall.exp: Don't skip it on
7534 aarch64*-*-linux* target. Remove elements in all_syscalls.
7535 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7536 target.
7537 (setup_all_syscalls): New proc.
7538
7539 2015-03-16 Yao Qi <yao.qi@linaro.org>
7540
7541 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7542 (top level): Skip tests if valid_addr_p returns false for
7543 $cmd1 or $cmd2.
7544
7545 2015-03-11 Andy Wingo <wingo@igalia.com>
7546
7547 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7548
7549 2015-03-11 Yao Qi <yao.qi@linaro.org>
7550
7551 * gdb.base/catch-syscall.exp: Fix typo in comments.
7552
7553 2015-03-11 Yao Qi <yao.qi@linaro.org>
7554
7555 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7556
7557 2015-03-09 Pedro Alves <palves@redhat.com>
7558
7559 * dg-extract-results.py: Delete.
7560
7561 2015-03-09 Pedro Alves <palves@redhat.com>
7562
7563 Merge dg-extract-results.sh from GCC upstream (r218843).
7564
7565 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7566 * dg-extract-results.sh: Use --text with grep to avoid issues with
7567 binary files. Fall back to cat -v, if that doesn't work.
7568
7569 2015-03-05 Pedro Alves <palves@redhat.com>
7570
7571 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7572
7573 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7574
7575 * lib/mi-support.exp (mi_expect_interrupt): Accept
7576 alternative event for when in all-stop mode.
7577
7578 2015-03-04 Pedro Alves <palves@redhat.com>
7579
7580 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7581
7582 2015-03-04 Mark Kettenis <kettenis@gnu.org>
7583
7584 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7585
7586 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7587
7588 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7589 regexps for GDB's current line display, accept a hex address
7590 preceding the line number.
7591
7592 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7593
7594 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7595 the 'arch1' variable for "s390*-linux*" targets.
7596
7597 2015-03-04 Pedro Alves <palves@redhat.com>
7598
7599 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7600 (main): Pass missing retval argument to pthread_join call.
7601
7602 2015-03-02 Pedro Alves <palves@redhat.com>
7603
7604 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7605 (top level): Call do_test with non-stop as well.
7606
7607 2015-03-02 Pedro Alves <palves@redhat.com>
7608
7609 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7610 -1.
7611
7612 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7613
7614 * gdb.arch/s390-vregs.exp: New test.
7615 * gdb.arch/s390-vregs.S: New file.
7616
7617 2015-02-27 Pedro Alves <palves@redhat.com>
7618
7619 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7620 call to catch_command_errors.
7621 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7622 catch_command_errors.
7623
7624 2015-02-27 Pedro Alves <palves@redhat.com>
7625
7626 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7627 "true" for boolean result.
7628 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7629 prototype of main.
7630
7631 2015-02-27 Pedro Alves <palves@redhat.com>
7632
7633 * lib/unbuffer_output.c: New file.
7634 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7635 (main): Call gdb_unbuffer_output.
7636
7637 2015-02-27 Yao Qi <yao.qi@linaro.org>
7638
7639 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7640 target.
7641
7642 2015-02-26 Doug Evans <dje@google.com>
7643
7644 * gdb.cp/class2.cc (Dbase, D): New classes.
7645 (main): New local delta.
7646 * gdb.cp/class2.exp: Test printing delta.
7647 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7648 (dynbar): New global.
7649 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7650
7651 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7652
7653 * gdb.compile/compile-ifunc.c: New file.
7654 * gdb.compile/compile-ifunc.exp: New file.
7655
7656 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7657
7658 * gdb.base/structs.exp: Check for correct struct on finish.
7659
7660 2015-02-26 Yao Qi <yao.qi@linaro.org>
7661
7662 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7663 is zero.
7664
7665 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7666
7667 * gdb.arch/cordic.ko.bz2: New file.
7668 * gdb.arch/cordic.ko.debug.bz2: New file.
7669 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7670
7671 2015-02-25 Yao Qi <yao.qi@linaro.org>
7672
7673 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7674 aarch64*-*-* target.
7675
7676 2015-02-23 Pedro Alves <palves@redhat.com>
7677
7678 * lib/gdb.exp (delete_breakpoints): Rewrite using
7679 gdb_test_multiple.
7680
7681 2015-02-23 Pedro Alves <palves@redhat.com>
7682
7683 * gdb.base/info-os.c: Include stdlib.h.
7684
7685 2015-02-22 Doug Evans <xdje42@gmail.com>
7686
7687 PR symtab/17855
7688 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7689 is read after symbols have been re-read.
7690 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7691 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7692
7693 2015-02-21 Doug Evans <dje@google.com>
7694
7695 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7696
7697 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7698
7699 PR corefiles/17808
7700 * gdb.arch/i386-biarch-core.core.bz2: New file.
7701 * gdb.arch/i386-biarch-core.exp: New file.
7702
7703 2015-02-21 Pedro Alves <palves@redhat.com>
7704
7705 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7706 runto_main fails.
7707
7708 2015-02-20 Pedro Alves <palves@redhat.com>
7709
7710 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7711 info probes.
7712
7713 2015-02-20 Pedro Alves <palves@redhat.com>
7714
7715 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7716
7717 2015-02-20 Pedro Alves <palves@redhat.com>
7718
7719 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7720 clean_restart before gdb_target_supports_trace.
7721
7722 2015-02-20 Pedro Alves <palves@redhat.com>
7723
7724 PR threads/18006
7725 * gdb.threads/clone-thread_db.c: New file.
7726 * gdb.threads/clone-thread_db.exp: New file.
7727
7728 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7729
7730 PR breakpoints/16812
7731 * gdb.base/catch-gdb-caused-signals.c: New file.
7732 * gdb.base/catch-gdb-caused-signals.exp: New file.
7733
7734 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7735
7736 * configure: Regenerated.
7737 * configure.ac: Use GDB_AC_TRANSFORM.
7738 * aclocal.m4: sinclude ../transform.m4.
7739
7740 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7741
7742 * lib/dtrace.exp: New file.
7743 * gdb.base/dtrace-probe.exp: Likewise.
7744 * gdb.base/dtrace-probe.d: Likewise.
7745 * gdb.base/dtrace-probe.c: Likewise.
7746 * lib/pdtrace.in: Likewise.
7747 * configure.ac: Output variables with the transformed names of
7748 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
7749 * configure: Regenerated.
7750
7751 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7752
7753 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7754 expected message when trying to access $_probe_* convenience
7755 variables while not on a probe.
7756
7757 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7758
7759 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7760
7761 2015-02-11 Pedro Alves <pedro@codesourcery.com>
7762
7763 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7764 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7765
7766 2015-02-10 Doug Evans <xdje42@gmail.com>
7767
7768 * lib/gdb.exp (gdb_load): Always return a result.
7769
7770 2015-02-10 Pedro Alves <palves@redhat.com>
7771
7772 * gdb.threads/signal-sigtrap.c: New file.
7773 * gdb.threads/signal-sigtrap.exp: New file.
7774
7775 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7776
7777 * gdb.trace/no-attach-trace.c: New file.
7778 * gdb.trace/no-attach-trace.exp: New file.
7779
7780 2015-02-09 Mark Wielaard <mjw@redhat.com>
7781
7782 * gdb.dwarf2/atomic.c: New file.
7783 * gdb.dwarf2/atomic-type.exp: Likewise.
7784
7785 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7786
7787 * gdb.btrace/buffer-size.exp: Update "info record" output.
7788 * gdb.btrace/delta.exp: Update "info record" output.
7789 * gdb.btrace/enable.exp: Update "info record" output.
7790 * gdb.btrace/finish.exp: Update "info record" output.
7791 * gdb.btrace/instruction_history.exp: Update "info record" output.
7792 * gdb.btrace/next.exp: Update "info record" output.
7793 * gdb.btrace/nexti.exp: Update "info record" output.
7794 * gdb.btrace/step.exp: Update "info record" output.
7795 * gdb.btrace/stepi.exp: Update "info record" output.
7796 * gdb.btrace/nohist.exp: Update "info record" output.
7797
7798 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7799
7800 * gdb.btrace/buffer-size: New.
7801
7802 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7803
7804 * gdb.btrace/delta.exp: Update "info record" output.
7805 * gdb.btrace/enable.exp: Update "info record" output.
7806 * gdb.btrace/finish.exp: Update "info record" output.
7807 * gdb.btrace/instruction_history.exp: Update "info record" output.
7808 * gdb.btrace/next.exp: Update "info record" output.
7809 * gdb.btrace/nexti.exp: Update "info record" output.
7810 * gdb.btrace/step.exp: Update "info record" output.
7811 * gdb.btrace/stepi.exp: Update "info record" output.
7812 * gdb.btrace/nohist.exp: Update "info record" output.
7813
7814 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
7815
7816 PR gdb/15678
7817 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7818
7819 2015-02-06 Pedro Alves <palves@redhat.com>
7820
7821 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7822 macro.
7823 (seconds_left, again): New globals.
7824 (main): Wait seconds_left in a 1-second sleep loop instead of
7825 sleeping 180 seconds. If 'again' is set, reset the seconds
7826 counter.
7827 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7828 'again' in the inferior before detaching. Print the seconds left.
7829 (options): New global.
7830 (top level): Build program with -DTIMEOUT=$timeout.
7831
7832 2015-02-06 Pedro Alves <palves@redhat.com>
7833
7834 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7835 determine how many seconds to pass to 'alarm'.
7836 * gdb.base/gdb-sigterm.exp (top level): Build program with
7837 -DTIMEOUT=$timeout.
7838 (do_test): Return success/failure indication. Add more verbose
7839 logging. Don't fail if 200 single steps are seen. Instead, fail
7840 when the test times out.
7841 (passes): New global.
7842 (top level): Break the testing loop if testing fails on any
7843 iteration. Use gdb_assert.
7844
7845 2015-02-04 Don Breazeal <donb@codesourcery.com>
7846
7847 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7848 and initialize them.
7849 (ipc_cleanup): New function.
7850 (main): Don't declare shmid, semid, and msqid. Add a call to
7851 atexit so that we call ipc_cleanup on exit.
7852
7853 2015-02-04 Pedro Alves <palves@redhat.com>
7854
7855 * boards/native-extended-gdbserver.exp: Remove any target variant
7856 specifications from the board name before clearing the isremote
7857 flag from board_info.
7858
7859 2015-01-31 Doug Evans <xdje42@gmail.com>
7860
7861 * gdb.base/maint.exp <maint print type argc>: Update expected output.
7862
7863 2015-01-31 Gary Benson <gbenson@redhat.com>
7864
7865 * gdb.base/completion.exp: Disable completion limiting for
7866 existing tests. Add new tests to check completion limiting.
7867 * gdb.linespec/ls-errs.exp: Disable completion limiting.
7868
7869 2015-01-31 Doug Evans <xdje42@gmail.com>
7870
7871 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7872
7873 2015-01-31 Doug Evans <xdje42@gmail.com>
7874
7875 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7876 entries. Duplicate file section script entries.
7877 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7878 inlined entries. Add test for safe-path rejection.
7879 * gdb.python/py-section-script.c: Add duplicate inlined section script
7880 entries. Duplicate file section script entries.
7881 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7882 inlined entries. Add test for safe-path rejection.
7883
7884 2015-01-29 Joel Brobecker <brobecker@adacore.com>
7885
7886 * gdb.ada/disc_arr_bound: New testcase.
7887
7888 2015-01-29 Joel Brobecker <brobecker@adacore.com>
7889
7890 * gdb.ada/mi_var_array: New testcase.
7891
7892 2015-01-27 Doug Evans <dje@google.com>
7893
7894 * gdb.python/py-objfile.exp: Add tests for objfile.username.
7895 Add test for objfile.filename, objfile.username after objfile
7896 has been unloaded.
7897
7898 2015-01-26 Joel Brobecker <brobecker@adacore.com>
7899
7900 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7901 the second test to print the name attribute of value
7902 returned by the call to gdb.lookup_type, and adjust
7903 the expected output accordingly.
7904
7905 2015-01-25 Mark Wielaard <mjw@redhat.com>
7906
7907 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7908 * gdb.base/disp-step-fork.c: Include unistd.h.
7909 * gdb.base/siginfo-obj.c: Include stdio.h.
7910 * gdb.base/siginfo-thread.c: Likewise.
7911 * gdb.mi/non-stop.c: Include unistd.h.
7912 * gdb.mi/nsthrexec.c: Include stdio.h.
7913 * gdb.mi/pthreads.c: Include unistd.h.
7914 * gdb.modula2/unbounded1.c (main): Declare returns int.
7915 * gdb.reverse/consecutive-reverse.c: Likewise.
7916 * gdb.threads/create-fail.c: Include unistd.h.
7917 * gdb.threads/killed.c: Likewise.
7918 * gdb.threads/linux-dp.c: Likewise.
7919 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
7920 * gdb.threads/non-ldr-exc-2.c: Likewise.
7921 * gdb.threads/non-ldr-exc-3.c: Likewise.
7922 * gdb.threads/non-ldr-exc-4.c: Likewise.
7923 * gdb.threads/pthreads.c: Include unistd.h.
7924 (main): Declare returns int.
7925 * gdb.threads/tls-main.c (foo): New declaration.
7926 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
7927
7928 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
7929
7930 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
7931 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
7932
7933 2015-01-15 Mark Wielaard <mjw@redhat.com>
7934
7935 * gdb.base/noreturn-return.c: New file.
7936 * gdb.base/noreturn-return.exp: New file.
7937 * gdb.base/noreturn-finish.c: New file.
7938 * gdb.base/noreturn-finish.exp: New file.
7939
7940 2015-01-23 Pedro Alves <palves@redhat.com>
7941
7942 * gdb.threads/continue-pending-after-query.c: New file.
7943 * gdb.threads/continue-pending-after-query.exp: New file.
7944
7945 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
7946 Simon Marchi <simon.marchi@ericsson.com>
7947
7948 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
7949 * gdb.base/valgrind-db-attach.exp: Same.
7950 * gdb.base/valgrind-infcall.exp: Same.
7951 * lib/mi-support.exp (default_mi_gdb_start): Same.
7952 * lib/prompt.exp (default_prompt_gdb_start): Same.
7953 * lib/gdb.exp (default_gdb_spawn): Same.
7954 (gdb_interact): New.
7955
7956
7957 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7958
7959 * gdb.compile/compile.exp (pointer to jit function): New test.
7960
7961 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
7962
7963 * lib/gdb.exp (supports_process_record): Return true for
7964 powerpc*-*-linux*.
7965 (supports_reverse): Likewise.
7966
7967 2015-01-15 Don Breazeal <donb@codesourcery.com>
7968
7969 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
7970 instead of checking whether the target board is remote and
7971 use spawn_wait_for_attach instead of exec/sleep.
7972 * gdb.base/attach-twice.exp: Likewise.
7973
7974 2015-01-15 Joel Brobecker <brobecker@adacore.com>
7975
7976 * gdb.ada/var_arr_attrs: New testcase.
7977
7978 2015-01-14 Pedro Alves <palves@redhat.com>
7979 Joel Brobecker <brobecker@adacore.com>
7980
7981 PR gdb/17525
7982 * gdb.base/bp-cmds-execution-x-script.c: New file.
7983 * gdb.base/bp-cmds-execution-x-script.exp: New file.
7984 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
7985
7986 2015-01-14 Pedro Alves <palves@redhat.com>
7987
7988 PR cli/17828
7989 * gdb.base/batch-preserve-term-settings.c: New file.
7990 * gdb.base/batch-preserve-term-settings.exp: New file.
7991
7992 2015-01-13 Doug Evans <dje@google.com>
7993
7994 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
7995 binary.
7996
7997 2015-01-13 Joel Brobecker <brobecker@adacore.com>
7998
7999 * Makefile.in (clean mostlyclean): Do not delete *.py.
8000
8001 2015-01-13 Joel Brobecker <brobecker@adacore.com>
8002
8003 * gdb.python/py-lookup-type.exp: New file.
8004
8005 2015-01-12 Pedro Alves <palves@redhat.com>
8006
8007 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
8008 restore GDBFLAGS before returning.
8009
8010 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8011
8012 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
8013 is_amd64_regs_target and is_x86_like_target.
8014
8015 2015-01-11 Doug Evans <xdje42@gmail.com>
8016
8017 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
8018 is given without an explicit form.
8019 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
8020 attributes.
8021 * gdb.dwarf/corrupt.exp: Ditto.
8022 * gdb.dwarf2/enum-type.exp: Ditto.
8023 * gdb.trace/entry-values.exp: Ditto.
8024 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
8025
8026 2015-01-11 Doug Evans <xdje42@gmail.com>
8027
8028 PR gdb/15830
8029 * gdb.base/maint.exp: Remove references to "maint demangle".
8030 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
8031 Add tests for explicitly specifying language to demangle.
8032 * gdb.dlang/demangle.exp: Ditto.
8033
8034 2015-01-09 Pedro Alves <palves@redhat.com>
8035
8036 * gdb.threads/non-stop-fair-events.c: New file.
8037 * gdb.threads/non-stop-fair-events.exp: New file.
8038
8039 2015-01-09 Pedro Alves <palves@redhat.com>
8040
8041 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
8042 the global scope. Set a breakpoint after all threads are started
8043 rather than stepping over two source lines. Expect the prompt.
8044 * gdb.base/watch_thread_num.c (threads_started_barrier): New
8045 global.
8046 (NUM): Now 15.
8047 (main): Use threads_started_barrier to wait for all threads to
8048 start. Main thread no longer calls thread_function. Exit after
8049 180 seconds.
8050 (loop): New function.
8051 (thread_function): Wait on threads_started_barrier barrier. Call
8052 'loop' at each iteration.
8053 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
8054 threads have started, instead of hardcoding number of "next"
8055 steps. Use an access watchpoint instead of a write watchpoint.
8056
8057 2015-01-09 Pedro Alves <palves@redhat.com>
8058
8059 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
8060 (thread_func): Wait on barrier.
8061 (main): Wait for all threads to start before stopping GDB.
8062 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
8063 global.
8064 (thread1_func, thread2_func): Wait on barrier.
8065 (main): Wait for all threads to start before stopping GDB.
8066 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
8067 New global.
8068 (thread1_func, thread2_func): Wait on barrier.
8069 (main): Wait for all threads to start before stopping GDB.
8070
8071 2015-01-09 Pedro Alves <palves@redhat.com>
8072
8073 * gdb.threads/attach-many-short-lived-threads.c: New file.
8074 * gdb.threads/attach-many-short-lived-threads.exp: New file.
8075
8076 2014-01-09 Pedro Alves <palves@redhat.com>
8077
8078 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
8079 instead of to thread 2.
8080 * gdb.threads/signal-command-multiple-signals-pending.c (main):
8081 Add barrier around each pthread_create call instead of around all
8082 calls.
8083 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
8084 Set a break on thread_function and have the child threads hit it
8085 one at at a time.
8086
8087 2015-01-09 Pedro Alves <palves@redhat.com>
8088
8089 * lib/gdb.exp (can_spawn_for_attach): New procedure.
8090 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
8091 false.
8092 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
8093 checking whether the target board is remote.
8094 * gdb.multi/multi-attach.exp: Likewise.
8095 * gdb.python/py-sync-interp.exp: Likewise.
8096 * gdb.server/ext-attach.exp: Likewise.
8097 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
8098 tests that need to attach, instead of checking whether the target
8099 board is remote at the top of the file.
8100
8101 2015-01-08 Yao Qi <yao@codesourcery.com>
8102
8103 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
8104
8105 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8106
8107 Fix testcase compilation.
8108 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
8109
8110 2015-01-06 Joel Brobecker <brobecker@adacore.com>
8111
8112 * gdb.python/py-type.exp: Add a couple test about empty
8113 array creation, and negative-length array creation.
8114
8115 2015-01-02 Doug Evans <xdje42@gmail.com>
8116
8117 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
8118
8119 2015-01-02 Doug Evans <dje@google.com>
8120
8121 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
8122
8123 2014-12-29 Yao Qi <yao@codesourcery.com>
8124
8125 * gdb.trace/entry-values.exp: Update comments. Rename variable
8126 bar_call_foo to returned_from_foo.
8127
8128 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
8129
8130 PR gdb/17394
8131 * gdb.linespec/break-asm-file.c: New file.
8132 * gdb.linespec/break-asm-file.exp: New file.
8133 * gdb.linespec/break-asm-file0.s: New file.
8134 * gdb.linespec/break-asm-file1.s: New file.
8135
8136 2014-12-18 Nigel Stephens <nigel@mips.com>
8137 Maciej W. Rozycki <macro@codesourcery.com>
8138
8139 * gdb.base/float.exp: Handle the new output from "info float" on
8140 MIPS targets.
8141
8142 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8143
8144 Fix MinGW compilation.
8145 * gdb.compile/compile-ops.exp: Update untested message if
8146 !skip_compile_feature_tests.
8147 * gdb.compile/compile-setjmp.exp: Likewise.
8148 * gdb.compile/compile-tls.exp: Likewise.
8149 * gdb.compile/compile.exp: Likewise.
8150 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
8151 supported on this host".
8152
8153 2014-12-16 Doug Evans <xdje42@gmail.com>
8154
8155 * boards/stabs.exp: New file.
8156
8157 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
8158
8159 * gdb.base/completion.exp: Adjust to format changes of "maint
8160 print user-registers".
8161
8162 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
8163
8164 PR server/17457
8165 * gdb.arch/aarch64-fp.c: New file.
8166 * gdb.arch/aarch64-fp.exp: New file.
8167
8168 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8169
8170 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
8171 r210637, r210913, r211666, r215400, r215817).
8172
8173 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
8174 * dg-extract-results.py: New file.
8175 * dg-extract-results.sh: Use it if the environment seems
8176 suitable.
8177
8178 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
8179
8180 * dg-extract-results.py (parse_run): Handle warnings that
8181 are printed before a test harness is run.
8182
8183 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
8184
8185 * dg-extract-results.py (Named): Remove __cmp__ method.
8186 (output_variation): Use a key to sort variation.harnesses.
8187
8188 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
8189
8190 * dg-extract-results.py: For Python 3, force sys.stdout to
8191 handle surrogate escape sequences.
8192 (safe_open): New function.
8193 (output_segment, main): Use it.
8194
8195 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
8196
8197 * dg-extract-results.py (Prog.result_re): Include options
8198 in test name.
8199
8200 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
8201
8202 * dg-extract-results.py (output_variation): Always sort if
8203 do_sum.
8204
8205 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
8206
8207 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
8208 as long as we get pagination notifications.
8209
8210 2014-12-15 Jason Merrill <jason@redhat.com>
8211
8212 * Makefile.in (check-gdb.%): Restore.
8213 * README: Mention it.
8214
8215 2014-12-13 Joel Brobecker <brobecker@adacore.com>
8216
8217 * gdb.ada/str_uninit: New testcase.
8218
8219 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8220
8221 PR symtab/17642
8222 * gdb.base/vla-stub-define.c: New file.
8223 * gdb.base/vla-stub.c: New file.
8224 * gdb.base/vla-stub.exp: New file.
8225
8226 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
8227 Jan Kratochvil <jan.kratochvil@redhat.com>
8228 Tom Tromey <tromey@redhat.com>
8229
8230 * configure.ac: Add gdb.compile/.
8231 * configure: Regenerate.
8232 * gdb.compile/Makefile.in: New file.
8233 * gdb.compile/compile-ops.exp: New file.
8234 * gdb.compile/compile-ops.c: New file.
8235 * gdb.compile/compile-tls.c: New file.
8236 * gdb.compile/compile-tls.exp: New file.
8237 * gdb.compile/compile-constvar.S: New file.
8238 * gdb.compile/compile-constvar.c: New file.
8239 * gdb.compile/compile-mod.c: New file.
8240 * gdb.compile/compile-nodebug.c: New file.
8241 * gdb.compile/compile-setjmp-mod.c: New file.
8242 * gdb.compile/compile-setjmp.c: New file.
8243 * gdb.compile/compile-setjmp.exp: New file.
8244 * gdb.compile/compile-shlib.c: New file.
8245 * gdb.compile/compile.c: New file.
8246 * gdb.compile/compile.exp: New file.
8247 * lib/gdb.exp (skip_compile_feature_tests): New proc.
8248
8249 2014-12-12 Tom Tromey <tromey@redhat.com>
8250
8251 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
8252 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
8253
8254 2014-12-12 Doug Evans <dje@google.com>
8255
8256 * lib/gdb-python.exp (get_python_valueof): New function.
8257 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
8258
8259 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8260
8261 * gdb.base/completion.exp: Add test for completion of "info
8262 registers ".
8263
8264 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
8265
8266 * gdb.base/func-ptrs.c: New file.
8267 * gdb.base/func-ptrs.exp: New file.
8268
8269 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8270
8271 PR breakpoints/17012
8272 * gdb.base/dprintf-detach.c: New file.
8273 * gdb.base/dprintf-detach.exp: New file.
8274
8275 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8276
8277 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
8278 * lib/gdb.exp (target_is_gdbserver): New procedure.
8279
8280 2014-12-08 Doug Evans <dje@google.com>
8281
8282 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
8283
8284 2014-12-05 Yao Qi <yao@codesourcery.com>
8285
8286 * gdb.guile/scm-error.exp: Remove the third argument to
8287 gdb_remote_download.
8288 * gdb.guile/scm-frame-args.exp: Likewise.
8289 * gdb.guile/scm-section-script.exp: Likewise.
8290
8291 2014-12-05 Yao Qi <yao@codesourcery.com>
8292
8293 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
8294
8295 2014-12-04 Doug Evans <dje@google.com>
8296
8297 * gdb.python/py-objfile.exp: Add tests for
8298 objfile.add_separate_debug_file.
8299
8300 2014-12-04 Doug Evans <dje@google.com>
8301
8302 * lib/gdb.exp (get_build_id): New function.
8303 (build_id_debug_filename_get): Rewrite to use it.
8304 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
8305
8306 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
8307
8308 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
8309 `method(long)', not just 0x0.
8310 * gdb.cp/nsalias.exp: Align code labels to 4.
8311 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
8312 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
8313 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
8314 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
8315 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
8316 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
8317
8318 2014-12-02 Doug Evans <dje@google.com>
8319
8320 PR symtab/17602
8321 * gdb.cp/anon-ns.cc: Move guts of this file to ...
8322 * gdb.cp/anon-ns2.cc: ... here. New file.
8323 * gdb.cp/anon-ns.exp: Update.
8324
8325 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
8326
8327 * gdb.python/py-events.py (inferior_call_handler): New.
8328 (register_changed_handler, memory_changed_handler): New.
8329 (test_events.invoke): Register new handlers.
8330 * gdb.python/py-events.exp: Add tests for inferior call,
8331 memory_changed and register_changed events.
8332
8333 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8334
8335 * gdb.base/execl-update-breakpoints.exp: Specify the link address
8336 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
8337 if the linker doesn't understand this.
8338
8339 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
8340
8341 * gdb.python/python.exp: Change expected reply to help().
8342
8343 2014-12-01 Yao Qi <yao@codesourcery.com>
8344
8345 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
8346 AC_CONFIG_SUBDIRS(gdb.gdbtk).
8347 * configure: Re-generated.
8348
8349 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
8350
8351 * gdb.cp/chained-calls.cc: New file.
8352 * gdb.cp/chained-calls.exp: New file.
8353 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8354
8355 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
8356
8357 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8358 * gdb.dwarf2/symtab-producer.exp: Same.
8359 * gdb.gdb/python-interrupts.exp: Same.
8360 * gdb.gdb/python-selftest.exp: Same.
8361 * gdb.python/py-linetable.exp: Same.
8362 * gdb.python/py-type.exp: Same.
8363 * gdb.python/py-value-cc.exp: Same.
8364 * gdb.python/py-value.exp: Same.
8365
8366 2014-11-28 Yao Qi <yao@codesourcery.com>
8367
8368 * gdb.base/break-probes.exp: Match library name prefixed with
8369 sysroot.
8370
8371 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
8372
8373 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
8374 test expected output. Add parentheses for the call to print.
8375 Remove L suffix from integers.
8376
8377 2014-11-26 Doug Evans <dje@google.com>
8378
8379 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8380
8381 2014-11-22 Yao Qi <yao@codesourcery.com>
8382
8383 * gdb.trace/entry-values.c: Remove asms.
8384 (foo): Add foo_label.
8385 (bar): Add bar_label.
8386 * gdb.trace/entry-values.exp: Remove code computing foo's
8387 length and bar's length.
8388 (Dwarf::assemble): Invoke function_range for bar and use
8389 MACRO_AT_func for foo.
8390
8391 2014-11-22 Yao Qi <yao@codesourcery.com>
8392
8393 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8394 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
8395 Use .Lgcc43_procstart instead of gcc43.
8396
8397 2014-11-21 Joel Brobecker <brobecker@adacore.com>
8398
8399 * gdb.ada/n_arr_bound: New testcase.
8400
8401 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
8402
8403 PR breakpoints/10737
8404 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8405 test_catch_syscall_multi_arch.
8406 (test_catch_syscall_multi_arch): New function.
8407
8408 2014-11-20 Doug Evans <xdje42@gmail.com>
8409
8410 * gdb.base/maint.exp: Update expected output.
8411
8412 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8413
8414 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8415 4-byte instruction on S390.
8416
8417 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8418
8419 * gdb.ada/arr_arr: New testcase.
8420
8421 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8422
8423 * gdb.ada/pkd_arr_elem: New Testcase.
8424
8425 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
8426
8427 * gdb.reverse/break-precsave: Expect completion message for
8428 core file reads.
8429 * gdb.reverse/consecutive-precsave.exp: Likewise.
8430 * gdb.reverse/finish-precsave.exp: Likewise.
8431 * gdb.reverse/i386-precsave.exp: Likewise.
8432 * gdb.reverse/machinestate-precsave.exp: Likewise.
8433 * gdb.reverse/sigall-precsave.exp: Likewise.
8434 * gdb.reverse/solib-precsave.exp: Likewise.
8435 * gdb.reverse/step-precsave.exp: Likewise.
8436 * gdb.reverse/until-precsave.exp: Likewise.
8437 * gdb.reverse/watch-precsave.exp: Likewise.
8438
8439 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8440
8441 * gdb.base/bp-permanent.c: Include unistd.h.
8442 * gdb.python/py-framefilter-mi.c (main): Add return type.
8443 * gdb.python/py-framefilter.c (main): Likewise.
8444 * gdb.trace/actions-changed.c (main): Likewise.
8445
8446 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8447
8448 * gdb.mi/until.c: Add eye-catchers.
8449 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8450 line numbers.
8451
8452 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8453
8454 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8455 function header variants in break1.c.
8456 * gdb.base/ena-dis-br.exp: Likewise.
8457 * gdb.base/hbreak2.exp: Likewise.
8458 * gdb.reverse/until-precsave.exp: Drop references to removed
8459 non-prototype function header variants in ur1.c.
8460 * gdb.reverse/until-reverse.exp: Likewise.
8461
8462 2014-11-17 Petr Machata <pmachata@redhat.com>
8463
8464 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8465 ${_cu_offset_size} bytes abbrev offset.
8466
8467 2014-11-15 Doug Evans <xdje42@gmail.com>
8468
8469 PR symtab/17559
8470 * gdb.base/line-symtabs.exp: New file.
8471 * gdb.base/line-symtabs.c: New file.
8472 * gdb.base/line-symtabs.h: New file.
8473
8474 2014-11-14 Yao Qi <yao@codesourcery.com>
8475
8476 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8477 (func): Add label func_label.
8478 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8479 Replace low_pc and high_pc with MACRO_AT_range.
8480 Replace name, low_pc and high_pc with MACRO_AT_func.
8481
8482 2014-11-14 Yao Qi <yao@codesourcery.com>
8483
8484 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8485 Replace name, low_pc and high_pc with MACRO_AT_func.
8486
8487 2014-11-14 Yao Qi <yao@codesourcery.com>
8488
8489 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8490 produce debug information.
8491 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8492
8493 2014-11-14 Yao Qi <yao@codesourcery.com>
8494
8495 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8496 object and get function length.
8497 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8498 with MACRO_AT_func.
8499 (top-level): Replace gdb_compile and clean_restart with
8500 prepare_for_testing.
8501 * gdb.dwarf2/main.c (main): Add label main_label.
8502
8503 2014-11-14 Yao Qi <yao@codesourcery.com>
8504
8505 * lib/dwarf.exp (function_range): New procedure.
8506 (Dwarf::_handle_macro_at_func): New procedure.
8507 (Dwarf::_handle_macro_at_range): New procedure.
8508 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8509
8510 2014-11-14 Yao Qi <yao@codesourcery.com>
8511
8512 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8513 (_handle_attribute): New procedure.
8514
8515 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8516
8517 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8518 * gdb.base/call-sc.c (zed): Likewise.
8519 * gdb.base/checkpoint.c (main): Likewise.
8520 * gdb.base/dump.c (main): Likewise.
8521 * gdb.base/gcore.c (main): Likewise.
8522 * gdb.base/huge.c (main): Likewise.
8523 * gdb.base/multi-forks.c (main): Likewise.
8524 * gdb.base/pr10179-a.c (main): Likewise.
8525 * gdb.base/savedregs.c (main): Likewise.
8526 * gdb.base/sigaltstack.c (main): Likewise.
8527 * gdb.base/siginfo.c (main): Likewise.
8528 * gdb.base/structs.c (zed): Likewise.
8529 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8530 * gdb.mi/mi-syn-frame.c (main): Likewise.
8531 * gdb.mi/until.c (foo, main): Likewise.
8532 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8533 * gdb.base/solib-weak.c (foo): Declare.
8534 * gdb.base/attach-twice.c: Include stdio.h.
8535 * gdb.base/weaklib1.c: Likewise.
8536 * gdb.base/weaklib2.c: Likewise.
8537 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8538 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8539 unistd.h.
8540 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8541 * gdb.mi/mi-exit-code.c: Likewise.
8542 * gdb.base/break-interp-lib.c: Include string.h.
8543 * gdb.base/coremaker.c: Likewise.
8544 * gdb.base/testenv.c: Likewise.
8545 * gdb.python/py-finish-breakpoint.c: Likewise.
8546 * gdb.base/inferior-died.c: Include sys/wait.h.
8547 * gdb.base/fileio.c: Include time.h.
8548 * gdb.base/async-shell.c: Include unistd.h.
8549 * gdb.base/dprintf-non-stop.c: Likewise.
8550 * gdb.base/info-os.c: Likewise.
8551 * gdb.mi/mi-console.c: Likewise.
8552 * gdb.mi/watch-nonstop.c: Likewise.
8553 * gdb.python/py-events.c: Likewise.
8554 * gdb.base/async.c (baz): Move up before its invocation.
8555 * gdb.base/code_elim2.c (my_global_func): Likewise.
8556 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8557 * gdb.base/advance.c (func2): Likewise.
8558
8559 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8560
8561 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8562 variant.
8563 * gdb.base/annota3.c: Likewise.
8564 * gdb.base/async.c: Likewise.
8565 * gdb.base/average.c: Likewise.
8566 * gdb.base/call-ar-st.c: Likewise.
8567 * gdb.base/call-rt-st.c: Likewise.
8568 * gdb.base/call-sc.c: Likewise.
8569 * gdb.base/call-strs.c: Likewise.
8570 * gdb.base/ending-run.c: Likewise.
8571 * gdb.base/execd-prog.c: Likewise.
8572 * gdb.base/exprs.c: Likewise.
8573 * gdb.base/foll-exec.c: Likewise.
8574 * gdb.base/foll-fork.c: Likewise.
8575 * gdb.base/foll-vfork.c: Likewise.
8576 * gdb.base/funcargs.c: Likewise.
8577 * gdb.base/gcore.c: Likewise.
8578 * gdb.base/jump.c: Likewise.
8579 * gdb.base/langs0.c: Likewise.
8580 * gdb.base/langs1.c: Likewise.
8581 * gdb.base/langs2.c: Likewise.
8582 * gdb.base/mips_pro.c: Likewise.
8583 * gdb.base/nodebug.c: Likewise.
8584 * gdb.base/opaque0.c: Likewise.
8585 * gdb.base/opaque1.c: Likewise.
8586 * gdb.base/recurse.c: Likewise.
8587 * gdb.base/run.c: Likewise.
8588 * gdb.base/scope0.c: Likewise.
8589 * gdb.base/scope1.c: Likewise.
8590 * gdb.base/setshow.c: Likewise.
8591 * gdb.base/setvar.c: Likewise.
8592 * gdb.base/shmain.c: Likewise.
8593 * gdb.base/shr1.c: Likewise.
8594 * gdb.base/shr2.c: Likewise.
8595 * gdb.base/sigall.c: Likewise.
8596 * gdb.base/signals.c: Likewise.
8597 * gdb.base/so-indr-cl.c: Likewise.
8598 * gdb.base/solib2.c: Likewise.
8599 * gdb.base/structs.c: Likewise.
8600 * gdb.base/sum.c: Likewise.
8601 * gdb.base/vforked-prog.c: Likewise.
8602 * gdb.base/watchpoint.c: Likewise.
8603 * gdb.reverse/shr2.c: Likewise.
8604 * gdb.reverse/until-reverse.c: Likewise.
8605 * gdb.reverse/ur1.c: Likewise.
8606 * gdb.reverse/watch-reverse.c: Likewise.
8607
8608 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8609
8610 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8611 variant.
8612 * gdb.base/sepdebug.exp: Drop references to removed code.
8613
8614 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8615
8616 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8617 variant. Preserve original line numbering.
8618 * gdb.base/list1.c: Likewise.
8619
8620 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8621
8622 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8623 variant.
8624 * gdb.base/break1.c: Likewise.
8625 * gdb.base/break.exp: Drop references to removed code.
8626
8627 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8628
8629 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8630 variant.
8631
8632 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8633
8634 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8635
8636 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8637
8638 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8639 logic into perform_all_tests() and invoke it with and without
8640 function header prototypes.
8641 (do_function_calls): Remove conditional XFAIL for PR 5318.
8642 (rerun_and_prepare): Remove duplicate code.
8643 (perform_all_tests): New. Main logic moved here.
8644
8645 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8646
8647 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8648 code guarded by #ifdef NO_PROTOTYPES.
8649 (t_double_many_args): Likewise.
8650 (DEF_FUNC_MANY_ARGS_1): Likewise.
8651 (DEF_FUNC_VALUES_1): Likewise.
8652 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8653 guarded by #ifdef PROTOTYPES.
8654
8655 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8656
8657 * gdb.mi/mi-console.c: Add eye-catcher.
8658 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8659 instead of literal line number.
8660
8661 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8662
8663 * gdb.base/shr2.c: Add eye-catcher.
8664 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8665 line number.
8666
8667 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8668
8669 * gdb.base/jump.c: Add eye-catchers.
8670 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8671 numbers.
8672
8673 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8674
8675 * gdb.base/execd-prog.c: Add eye-catchers.
8676 * gdb.base/foll-exec.c: Likewise.
8677 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8678 line numbers.
8679
8680 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8681
8682 * gdb.base/ending-run.c: Add eye-catchers.
8683 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8684 literal line numbers.
8685
8686 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8687
8688 * gdb.base/call-rt-st.c: Add eye-catchers.
8689 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8690 literal line numbers.
8691
8692 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8693
8694 * gdb.base/call-ar-st.c: Add eye-catchers.
8695 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8696 literal line numbers.
8697
8698 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8699
8700 * gdb.base/average.c: Add eye-catchers.
8701 * gdb.base/sum.c: Likewise.
8702 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8703 regexps dynamically.
8704
8705 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8706
8707 * gdb.base/solib1.c: Add eye-catchers.
8708 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8709 literal line numbers.
8710
8711 2014-11-12 Pedro Alves <palves@redhat.com>
8712
8713 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8714 leader has exited.
8715
8716 2014-11-12 Pedro Alves <palves@redhat.com>
8717
8718 * gdb.arch/i386-bp_permanent.c: New file.
8719 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8720 (srcfile): Set to i386-bp_permanent.c.
8721 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8722 that stepi does not execute the 'leave' instruction, instead of
8723 testing it does execute.
8724 * gdb.base/bp-permanent.c: New file.
8725 * gdb.base/bp-permanent.exp: New file.
8726
8727 2014-11-10 Doug Evans <xdje42@gmail.com>
8728
8729 PR symtab/17564
8730 * gdb.base/symtab-search-order.exp: New file.
8731 * gdb.base/symtab-search-order.c: New file.
8732 * gdb.base/symtab-search-order-1.c: New file.
8733 * gdb.base/symtab-search-order-shlib-1.c: New file.
8734
8735 2014-11-07 Pedro Alves <palves@redhat.com>
8736
8737 PR gdb/17511
8738 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8739 i?86-*-linux*.
8740
8741 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8742
8743 PR c++/17494
8744 * gdb.cp/pr17494.cc: New file.
8745 * gdb.cp/pr17494.exp: New file.
8746
8747 2014-11-02 Yao Qi <yao@codesourcery.com>
8748
8749 * gdb.python/python.exp: Get working directory and match the
8750 output of "set extended-prompt \\w " with it.
8751
8752 2014-10-30 Doug Evans <dje@google.com>
8753
8754 * gdb.python/py-objfile.exp: Add tests for setting random attributes
8755 in objfiles.
8756 * gdb.python/py-progspace.exp: Add tests for setting random attributes
8757 in progspaces.
8758
8759 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
8760
8761 * gdb.base/fullpath-expand.exp: Skip for a remote host.
8762 * gdb.base/realname-expand.exp: Likewise.
8763 * gdb.linespec/macro-relative.exp: Likewise.
8764
8765 2014-10-29 Pedro Alves <palves@redhat.com>
8766
8767 PR gdb/17408
8768 * gdb.threads/schedlock.c (some_function): New function.
8769 (call_function): New global.
8770 (MAYBE_CALL_SOME_FUNCTION): New macro.
8771 (thread_function): Call it.
8772 * gdb.threads/schedlock.exp (get_args): Add description parameter,
8773 and use it instead of a global counter. Adjust all callers.
8774 (get_current_thread): Use "find current thread" for test message
8775 here rather than having all callers pass down the same string.
8776 (goto_loop): New procedure, factored out from ...
8777 (my_continue): ... this.
8778 (step_ten_loops): Change parameter from test message to command to
8779 use. Adjust.
8780 (list_count): Delete global.
8781 (check_result): New procedure, factored out from duplicate top
8782 level code.
8783 (continue tests): Wrap in with_test_prefix.
8784 (test_step): New procedure, factored out from duplicate top level
8785 code.
8786 (top level): Test "step" in combination with all scheduler-locking
8787 modes. Test "next" in combination with all scheduler-locking
8788 modes, and in combination with stepping over a function call or
8789 not.
8790 * gdb.threads/next-bp-other-thread.c: New file.
8791 * gdb.threads/next-bp-other-thread.exp: New file.
8792
8793 2014-10-29 Pedro Alves <palves@redhat.com>
8794
8795 PR python/17372
8796 * gdb.python/python.exp: Test a multi-line command that spawns
8797 interactive Python.
8798 * gdb.base/multi-line-starts-subshell.exp: New file.
8799
8800 2014-10-29 Yao Qi <yao@codesourcery.com>
8801
8802 * gdb.base/fileio.exp: Make directories on host.
8803
8804 2014-10-29 Yao Qi <yao@codesourcery.com>
8805
8806 * gdb.base/fileio.c (test_write): Close the file.
8807
8808 2014-10-28 Pedro Alves <palves@redhat.com>
8809
8810 PR gdb/12623
8811 * gdb.base/sigstep.c (no_handler): New global.
8812 (main): If 'no_handler is true, set the signal handlers to
8813 SIG_IGN.
8814 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8815 with_sw_watch and no_handler parameters. Handle them.
8816 (top level) <stepping over handler when stopped at a breakpoint
8817 test>: Add a test axis for testing with a software watchpoint, and
8818 another for testing with the signal handler set to SIG_IGN.
8819 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8820 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8821
8822 2014-10-28 Pedro Alves <palves@redhat.com>
8823
8824 PR gdb/17511
8825 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8826 * gdb.base/sigstep.exp (other_handler_location): New global.
8827 (advance): Support stepping into the signal handler, and running
8828 commands while in the handler.
8829 (in_handler_map): New global.
8830 (top level): In the advance test, add combinations for getting
8831 into the handler with stepping commands, and for running commands
8832 in the handler. Add comment descripting the advancei tests.
8833
8834 2014-10-28 Pedro Alves <palves@redhat.com>
8835
8836 * gdb.base/sigstep.exp: Use build_executable instead of
8837 prepare_for_testing.
8838 (top level): Move code that starts GDB, runs to main and creates a
8839 display to ...
8840 (restart): ... this new procedure.
8841 (top level): Move backtrace from signal handler test to ...
8842 (validate_backtrace): ... this new procedure.
8843 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
8844 with_test_prefix. Always restart GDB.
8845 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
8846 with_test_prefix. Always restart GDB. No need to delete
8847 breakpoints after the test.
8848 (test_skip_handler): Remove prefix parameter.
8849 (skip_over_handler, breakpoint_to_handler)
8850 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8851 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
8852 restart GDB. No need to delete breakpoints after the test.
8853 (top level): Use foreach to call the test procedures with
8854 different commands.
8855
8856 2014-10-28 Pedro Alves <palves@redhat.com>
8857
8858 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8859 instead of GNATS numbers.
8860 * gdb.base/sigbpt.exp: Likewise.
8861 * gdb.base/siginfo.exp: Likewise.
8862 * gdb.base/sigstep.exp: Likewise.
8863
8864 2014-10-27 Pedro Alves <palves@redhat.com>
8865
8866 * gdb.base/sigstep.c (dummy): New global.
8867 (main): Issue a couple writes to the new global.
8868 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8869 procedures.
8870 (skip_over_handler): Use test_skip_handler.
8871 (top level): Call skip_over_handler for stepi and nexti too.
8872 (breakpoint_over_handler): Use test_skip_handler.
8873 (top level): Call breakpoint_over_handler for stepi and nexti too.
8874
8875 2014-10-27 Yao Qi <yao@codesourcery.com>
8876
8877 * gdb.trace/tfile.c (adjust_function_address)
8878 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8879 function descriptor.
8880
8881 2014-10-24 Don Breazeal <donb@codesourcery.com>
8882
8883 * gdb.base/foll-fork.exp (test_follow_fork,
8884 catch_fork_child_follow): Check for updated fork messages emitted
8885 from infrun.c.
8886 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8887 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8888 vfork_and_exec_child_follow_through_step): Check for updated vfork
8889 messages emitted from infrun.c.
8890
8891 2014-10-24 Pedro Alves <palves@redhat.com>
8892
8893 * gdb.base/corefile.exp: Remove references to ultrix.
8894 * gdb.base/interrupt.exp: Likewise.
8895 * gdb.base/whatis.exp: Likewise.
8896 * gdb.gdb/selftest.exp: Likewise.
8897 * gdb.threads/manythreads.exp: Likewise.
8898 * gdb.threads/print-threads.exp: Likewise.
8899 * gdb.threads/pthreads.exp:: Likewise.
8900 * gdb.threads/schedlock.exp: Likewise.
8901
8902 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
8903
8904 * gdb.cp/non-trivial-retval.cc: Add a test case.
8905 * gdb.cp/non-trivial-retval.exp: Add a test.
8906
8907 2014-10-20 Yao Qi <yao@codesourcery.com>
8908
8909 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8910 * gdb.python/py-objfile-script-gdb.py: New file.
8911 * gdb.python/py-objfile-script.exp: Update reference to
8912 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
8913 of remote_download. Remove the dest file.
8914
8915 2014-10-20 Yao Qi <yao@codesourcery.com>
8916
8917 * gdb.base/checkpoint.exp: Don't remove file copied on host.
8918 * gdb.base/step-line.exp: Likewise.
8919 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8920 * gdb.dwarf2/dw2-basic.exp: Likewise.
8921 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8922 * gdb.dwarf2/dw2-filename.exp: Likewise.
8923 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8924 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8925 * gdb.dwarf2/dw2-producer.exp: Likewise.
8926 * gdb.dwarf2/mac-fileno.exp: Likewise.
8927 * gdb.python/py-frame-args.exp: Likewise.
8928 * gdb.python/py-framefilter.exp: Likewise.
8929 * gdb.python/py-mi.exp: Likewise.
8930 * gdb.python/py-objfile-script.exp: Likewise
8931 * gdb.python/py-pp-integral.exp: Likewise.
8932 * gdb.python/py-pp-re-notag.exp: Likewise.
8933 * gdb.python/py-prettyprint.exp: Likewise.
8934 * gdb.python/py-section-script.exp: Likewise.
8935 * gdb.python/py-typeprint.exp: Likewise.
8936 * gdb.python/py-xmethods.exp: Likewise.
8937 * gdb.stabs/weird.exp: Likewise.
8938 * gdb.xml/tdesc-regs.exp: Likewise.
8939
8940 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
8941
8942 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
8943 (out_cu): Use addr_len for the size of addresses.
8944 (out_line): Likewise. Size DW_LNE_set_address instruction
8945 according to addr_len.
8946 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
8947 (FUNC): Add START_INSNS to definition.
8948
8949 2014-10-18 Yao Qi <yao@codesourcery.com>
8950
8951 * gdb.base/argv0-symlink.exp: Check argv[0] value if
8952 gdb_has_argv0 return true.
8953 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
8954 check [target_info exists noargs], check [gdb_has_argv0]
8955 instead.
8956 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
8957 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
8958 procedures.
8959
8960 2014-10-17 Doug Evans <dje@google.com>
8961
8962 * gdb.python/py-events.exp: Update expected output for clear_objfiles
8963 event.
8964 * gdb.python/py-events.py: Add clear_objfiles event.
8965
8966 2014-10-17 Doug Evans <dje@google.com>
8967
8968 * gdb.python/py-objfile.exp: Test progspace attribute.
8969
8970 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
8971
8972 * gdb.guile/scm-breakpoint.exp: Do not assume any
8973 directory separators when matching source file paths.
8974 * gdb.python/py-breakpoint.exp: Likewise.
8975 * gdb.reverse/break-precsave.exp: Likewise.
8976 * gdb.reverse/break-reverse.exp: Likewise.
8977 * gdb.reverse/consecutive-precsave.exp: Likewise.
8978 * gdb.reverse/finish-precsave.exp: Likewise.
8979 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8980 * gdb.reverse/finish-reverse.exp: Likewise.
8981 * gdb.reverse/i386-precsave.exp: Likewise.
8982 * gdb.reverse/i387-env-reverse.exp: Likewise.
8983 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8984 * gdb.reverse/machinestate-precsave.exp: Likewise.
8985 * gdb.reverse/machinestate.exp: Likewise.
8986 * gdb.reverse/sigall-precsave.exp: Likewise.
8987 * gdb.reverse/solib-precsave.exp: Likewise.
8988 * gdb.reverse/step-precsave.exp: Likewise.
8989 * gdb.reverse/until-precsave.exp: Likewise.
8990 * gdb.reverse/watch-precsave.exp: Likewise.
8991 * gdb.reverse/watch-reverse.exp: Likewise.
8992
8993 2014-10-17 Yao Qi <yao@codesourcery.com>
8994
8995 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
8996 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
8997
8998 2014-10-17 Pedro Alves <palves@redhat.com>
8999
9000 PR gdb/17471
9001 * gdb.base/bg-execution-repeat.c: New file.
9002 * gdb.base/bg-execution-repeat.exp: New file.
9003
9004 2014-10-17 Pedro Alves <palves@redhat.com>
9005
9006 PR gdb/17300
9007 * gdb.base/continue-all-already-running.c: New file.
9008 * gdb.base/continue-all-already-running.exp: New file.
9009
9010 2014-10-17 Pedro Alves <palves@redhat.com>
9011
9012 PR gdb/17472
9013 * gdb.base/annota-input-while-running.c: New file.
9014 * gdb.base/annota-input-while-running.exp: New file.
9015
9016 2014-10-17 Pedro Alves <palves@redhat.com>
9017
9018 * gdb.base/callfuncs.exp: emove references to osf.
9019 * gdb.base/sigall.exp: Likewise.
9020 * gdb.gdb/selftest.exp: Likewise.
9021 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
9022 * gdb.mi/non-stop.c: Likewise.
9023 * gdb.mi/pthreads.c: Likewise.
9024 * gdb.reverse/sigall-precsave.exp: Likewise.
9025 * gdb.reverse/sigall-reverse.exp: Likewise.
9026 * gdb.threads/pthreads.c: Likewise.
9027 * gdb.threads/pthreads.exp: Likewise.
9028
9029 2014-10-17 Yao Qi <yao@codesourcery.com>
9030
9031 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
9032 check 'target_info exists noargs'.
9033 (test_command_prompt_position): Likewise.
9034 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
9035 Remove "set args".
9036 (progvar_simple_while_test): Likewise.
9037 (progvar_complex_if_while_test): Likewise.
9038 (if_while_breakpoint_command_test): Likewise.
9039 (infrun_breakpoint_command_test): Likewise.
9040 (breakpoint_command_test): Likewise.
9041 (watchpoint_command_test): Likewise.
9042 (bp_deleted_in_command_test): Likewise.
9043 (temporary_breakpoint_commands): Likewise.
9044
9045 2014-10-16 Yao Qi <yao@codesourcery.com>
9046
9047 * gdb.base/remotetimeout.exp: Remove noargs checking.
9048
9049 2014-10-15 Pedro Alves <palves@redhat.com>
9050
9051 PR breakpoints/9649
9052 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
9053 * gdb.base/breakpoint-in-ro-region.exp
9054 (probe_target_hardware_step): New procedure.
9055 (top level): Probe hardware stepping and hardware breakpoint
9056 support. Test stepping through a read-only region, with both
9057 "breakpoint auto-hw" on and off and both "always-inserted" on and
9058 off.
9059
9060 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
9061
9062 * gdb.dlang/demangle.exp: Update for demangling changes.
9063
9064 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9065
9066 * gdb.cp/non-trivial-retval.cc: Add new test cases.
9067 * gdb.cp/non-trivial-retval.exp: Add new tests.
9068
9069 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9070
9071 PR c++/13403
9072 PR c++/15154
9073 * gdb.cp/non-trivial-retval.cc: New file.
9074 * gdb.cp/non-trivial-retval.exp: New file.
9075
9076 2014-10-15 Yao Qi <yao@codesourcery.com>
9077
9078 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
9079 remote host.
9080
9081 2014-10-15 Yao Qi <yao@codesourcery.com>
9082
9083 * gdb.python/py-symbol.exp: Match file base name if host is
9084 remote, otherwise match file name with dir name.
9085 * gdb.python/py-symtab.exp: Likewise.
9086 * gdb.python/python.exp: Likewise.
9087
9088 2014-10-15 Yao Qi <yao@codesourcery.com>
9089
9090 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
9091 pattern.
9092 * gdb.python/py-symtab.exp: Likewise.
9093 * gdb.python/python.exp: Remove trailing ".*". Fix typo
9094 locationn.
9095
9096 2014-10-14 Joel Brobecker <brobecker@adacore.com>
9097
9098 * gdb.ada/addr_arith: New testcase.
9099
9100 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
9101
9102 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
9103 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
9104 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
9105 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
9106
9107 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
9108
9109 * gdb.arch/stap-eval-lang-ada.S: Likewise.
9110 * gdb.arch/stap-eval-lang-ada.c: Likewise.
9111 * gdb.arch/stap-eval-lang-ada.exp: New file.
9112
9113 2014-10-14 Yao Qi <yao@codesourcery.com>
9114
9115 * gdb.mi/mi-var-child.c (nothing1): New function.
9116 (nothing2): New function.
9117 (do_children_tests): Set function pointers by nothing1 and
9118 nothing2.
9119 * gdb.mi/mi-var-child.exp: Step over new added statements.
9120 Update test to match the new output.
9121 * gdb.mi/var-cmd.c (nothing1): New function.
9122 (nothing2): New function.
9123 (do_children_tests): Set function pointers by nothing1 and
9124 nothing2.
9125 * gdb.mi/mi-var-display.exp: Update test to match output.
9126 Step to the line specified by $line_dct_nothing.
9127 Increase the number of lines to step.
9128
9129 2014-10-14 Yao Qi <yao@codesourcery.com>
9130
9131 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
9132 tests.
9133 * gdb.mi/mi2-var-child.exp: Likewise.
9134
9135 2014-10-13 Doug Evans <dje@google.com>
9136
9137 * gdb.python/py-objfile.exp: Change name of file name test.
9138
9139 2014-10-13 Doug Evans <dje@google.com>
9140
9141 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
9142 from the start of the CU.
9143
9144 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9145 Yao Qi <yao@codesourcery.com>
9146
9147 Fix "save breakpoints" for "catch" command.
9148 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
9149 Remove -nonewline. Match also the added "main" line.
9150
9151 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9152
9153 Fix "save breakpoints" for "disable $bpnum" command.
9154 * gdb.base/save-bp.c (main): Add label.
9155 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
9156
9157 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9158
9159 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
9160
9161 2014-10-11 Yao Qi <yao@codesourcery.com>
9162
9163 * gdb.server/server-kill.exp: Execute command
9164 "set remote trace-status-packet on" before "tstatus".
9165
9166 2014-10-11 Yao Qi <yao@codesourcery.com>
9167
9168 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
9169 (main): Call getppid.
9170 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
9171 and continue to it. Read variable "server_pid".
9172
9173 2014-10-11 Yao Qi <yao@codesourcery.com>
9174
9175 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
9176
9177 2014-10-11 Yao Qi <yao@codesourcery.com>
9178
9179 * gdb.threads/thread-find.exp: Don't execute command
9180 "info threads".
9181 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
9182 * gdb.threads/linux-dp.exp: Don't check the condition
9183 $threads_created equals to zero.
9184
9185 2014-10-10 Pedro Alves <palves@redhat.com>
9186
9187 * gdb.base/bigcore.exp: Remove references to IRIX.
9188 * gdb.base/funcargs.exp: Likewise.
9189 * gdb.base/interrupt.exp: Likewise.
9190 * gdb.base/mips_pro.exp: Likewise.
9191 * gdb.base/nodebug.exp: Likewise.
9192 * gdb.base/setvar.exp: Likewise.
9193 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
9194
9195 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9196 Pedro Alves <palves@redhat.com>
9197
9198 PR symtab/14466
9199 * gdb.base/vdso-warning.c: New file.
9200 * gdb.base/vdso-warning.exp: New file.
9201
9202 2014-10-02 Doug Evans <dje@google.com>
9203
9204 * gdb.base/structs.c (main): Don't run forever.
9205
9206 2014-10-02 Pedro Alves <palves@redhat.com>
9207
9208 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
9209 (top level) <stop threads 1, stop threads 2>: Use it.
9210
9211 2014-10-02 Pedro Alves <palves@redhat.com>
9212
9213 * gdb.threads/break-while-running.exp (test): Add new
9214 'update_thread_list' argument. Skip "info threads" if false.
9215 (top level): Add new 'update_thread_list' axis.
9216
9217 2014-10-02 Pedro Alves <palves@redhat.com>
9218
9219 PR breakpoints/17431
9220 * gdb.base/execl-update-breakpoints.c: New file.
9221 * gdb.base/execl-update-breakpoints.exp: New file.
9222
9223 2014-10-01 Pedro Alves <palves@redhat.com>
9224
9225 * gdb.base/breakpoint-in-ro-region.c: New file.
9226 * gdb.base/breakpoint-in-ro-region.exp: New file.
9227
9228 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
9229
9230 * gdb.mi/mi-exit-code.exp: New file.
9231 * gdb.mi/mi-exit-code.c: New file.
9232
9233 2014-09-30 Yao Qi <yao@codesourcery.com>
9234
9235 * lib/prelink-support.exp (build_executable_own_libs): Error if
9236 the target isn't native.
9237
9238 2014-09-30 Yao Qi <yao@codesourcery.com>
9239
9240 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
9241 false.
9242
9243 2014-09-22 Pedro Alves <palves@redhat.com>
9244
9245 * gdb.threads/break-while-running.exp: New file.
9246 * gdb.threads/break-while-running.c: New file.
9247
9248 2014-09-19 Yao Qi <yao@codesourcery.com>
9249
9250 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
9251 Invoke test. Restart GDB with --readnow and invoke test again.
9252
9253 2014-09-19 Yao Qi <yao@codesourcery.com>
9254
9255 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
9256 proc set_breakpoint_on_gcd_function. Invoke
9257 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
9258 invoke set_breakpoint_on_gcd_function again.
9259
9260 2014-09-18 Doug Evans <dje@google.com>
9261
9262 * gdb.dwarf2/symtab-producer.exp: New file.
9263
9264 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9265
9266 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
9267 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
9268 * gdb.base/global-var-nested-by-dso.c: Likewise.
9269 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9270
9271 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9272 Pedro Alves <palves@redhat.com>
9273
9274 * gdb.base/watch-bitfields.exp: Pass string other than test file
9275 name to prepare_for_testing.
9276 (watch): New procedure.
9277 (expect_watchpoint): Use with_test_prefix.
9278 (top level): Factor out tests to ...
9279 (test_watch_location, test_regular_watch): ... these new
9280 procedures, and use with_test_prefix and gdb_continue_to_end.
9281
9282 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
9283
9284 PR breakpoints/12526
9285 * gdb.base/watch-bitfields.exp: New file.
9286 * gdb.base/watch-bitfields.c: New file.
9287
9288 2014-09-16 Pedro Alves <palves@redhat.com>
9289
9290 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
9291 software and hardware addresses, not software address against
9292 itself.
9293
9294 2014-09-16 Pedro Alves <palves@redhat.com>
9295
9296 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
9297 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
9298
9299 2014-09-16 Pedro Alves <palves@redhat.com>
9300
9301 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
9302 files.
9303 * gdb.base/a2-run.exp: Remove all code guarded by istarget
9304 "*-*-vxworks*" throughout.
9305 * gdb.base/break.exp: Likewise.
9306 * gdb.base/default.exp: Likewise.
9307 * gdb.base/scope.exp: Likewise.
9308 * gdb.base/sepdebug.exp: Likewise.
9309 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
9310 throughout.
9311 * gdb.base/run.c: Likewise.
9312 * gdb.base/sepdebug.c: Likewise.
9313 * gdb.hp/gdb.aCC/run.c: Likewise.
9314 * gdb.reverse/until-reverse.c: Likewise.
9315 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
9316
9317 2014-09-16 Yao Qi <yao@codesourcery.com>
9318
9319 * boards/local-remote-host-native.exp: New file.
9320
9321 2014-09-14 Doug Evans <xdje42@gmail.com>
9322
9323 * gdb.threads/queue-signal.c (thread_count): New variable.
9324 (thread_count_mutex, thread_count_condvar): New variables.
9325 (incr_thread_count, wait_all_threads_running): New functions.
9326 (main): Wait for all threads to be in their thread functions.
9327
9328 2014-09-13 Doug Evans <xdje42@gmail.com>
9329
9330 * gdb.threads/queue-signal.c: New file.
9331 * gdb.threads/queue-signal.exp: New file.
9332
9333 2014-09-13 Doug Evans <xdje42@gmail.com>
9334
9335 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9336 be consistent with what default_gdb_init uses.
9337 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9338 the plain text of the prompt. Add some logging printfs.
9339 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9340
9341 2014-09-12 Pedro Alves <palves@redhat.com>
9342
9343 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9344 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9345 * gdb.arch/i386-size-overlap.exp: Likewise.
9346 * gdb.arch/i386-size.exp: Likewise.
9347 * gdb.arch/i386-unwind.exp: Likewise.
9348 * gdb.base/a2-run.exp: Likewise.
9349 * gdb.base/break.exp: Likewise.
9350 * gdb.base/charset.exp: Likewise.
9351 * gdb.base/chng-syms.exp: Likewise.
9352 * gdb.base/commands.exp: Likewise.
9353 * gdb.base/dbx.exp: Likewise.
9354 * gdb.base/find.exp: Likewise.
9355 * gdb.base/funcargs.exp: Likewise.
9356 * gdb.base/jit-simple.exp: Likewise.
9357 * gdb.base/reread.exp: Likewise.
9358 * gdb.base/sepdebug.exp: Likewise.
9359 * gdb.base/step-bt.exp: Likewise.
9360 * gdb.cp/mb-inline.exp: Likewise.
9361 * gdb.cp/mb-templates.exp: Likewise.
9362 * gdb.objc/basicclass.exp: Likewise.
9363 * gdb.threads/killed.exp: Likewise.
9364
9365 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9366
9367 PR tdep/17379
9368 * gdb.arch/powerpc-stackless.S: New file.
9369 * gdb.arch/powerpc-stackless.exp: New file.
9370
9371 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9372
9373 * gdb.base/attach.c: Include unistd.h.
9374 (main): Call alarm. Add label postloop.
9375 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
9376 gdb_breakpoint, gdb_continue_to_breakpoint.
9377 (test_command_line_attach_run): Kill ${testpid} in one exit path.
9378
9379 2014-09-11 Pedro Alves <palves@redhat.com>
9380
9381 PR gdb/17347
9382 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9383 * gdb.base/attach.exp (test_command_line_attach_run): New
9384 procedure.
9385 (top level): Call it.
9386
9387 2014-09-11 Pedro Alves <palves@redhat.com>
9388
9389 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9390 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9391 (do_command_attach_tests): Use spawn_wait_for_attach.
9392 * gdb.base/solib-overlap.exp: Likewise.
9393 * gdb.multi/multi-attach.exp: Likewise.
9394 * gdb.python/py-prompt.exp: Likewise.
9395 * gdb.python/py-sync-interp.exp: Likewise.
9396 * gdb.server/ext-attach.exp: Likewise.
9397
9398 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
9399
9400 * gdb.fortran/array-element.exp: Remove unexpected "continue"
9401 command in testcase. Simplify testcase.
9402
9403 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9404
9405 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9406
9407 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9408
9409 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9410
9411 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9412
9413 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9414
9415 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9416
9417 * gdb.dwarf2/dynarr-ptr.c: New file.
9418 * gdb.dwarf2/dynarr-ptr.exp: New file.
9419
9420 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9421
9422 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9423 of 30 rather than hardcoding 120 for a slow test case. Take the
9424 `gdb,timeout' target setting into account for this calculation.
9425 Don't extend the timeout for the test cases that don't need it.
9426
9427 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9428
9429 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9430 a factor of 2 for a slow test case. Take the `gdb,timeout'
9431 target setting into account for this calculation.
9432 * gdb.reverse/until-precsave.exp: Increase the timeout by
9433 a factor of 15 and 3 respectively rather than adding 120
9434 for a pair of slow test cases. Take the `gdb,timeout'
9435 target setting into account for this calculation.
9436
9437 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9438
9439 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9440 timeout, don't pass one down to gdb_expect.
9441 (gdb_expect): Rework timeout selection.
9442
9443 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9444
9445 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9446 exception on timeout.
9447 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9448 (gdbserver_start_extended): Catch any `gdbserver_start' error
9449 exceptions.
9450 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9451 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9452 `gdbserver_gdb_load' error exceptions.
9453
9454 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9455
9456 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9457 120 on waiting for the TCP socket to open.
9458
9459 2014-09-09 Doug Evans <xdje42@gmail.com>
9460
9461 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9462 _caller_matches, _any_caller_is, _any_caller_matches.
9463
9464 2014-09-09 Doug Evans <xdje42@gmail.com>
9465
9466 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9467
9468 2014-09-09 Yao Qi <yao@codesourcery.com>
9469
9470 * gdb.mi/mi-var-display.exp: Set print symbol off.
9471
9472 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9473
9474 PR gdb/17035
9475 * gdb.base/commands.exp: Add tests to verify user-defined
9476 commands with empty bodies.
9477 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9478 python commands in `show user command`.
9479 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9480 scheme commands in `show user command`.
9481
9482 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9483
9484 PR python/17355
9485 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9486 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9487 * gdb.python/py-framefilter-invalidarg.exp: New file.
9488 * gdb.python/py-framefilter-invalidarg.py: New file.
9489
9490 2014-09-06 Doug Evans <xdje42@gmail.com>
9491
9492 PR 15276
9493 * gdb.python/py-caller-is.c: New file.
9494 * gdb.python/py-caller-is.exp: New file.
9495
9496 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9497
9498 PR gdb/17235
9499 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9500 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9501
9502 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9503
9504 PR fortran/17237
9505 * gdb.fortran/print-formatted.exp: New file.
9506 * gdb.fortran/print-formatted.f90: Likewise.
9507
9508 2014-09-03 Sasha Smundak <asmundak@google.com>
9509
9510 * gdb.python/py-frame.exp: Test Frame.read_register.
9511
9512 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9513
9514 PR python/16699
9515 * gdb.python/py-completion.exp: New file.
9516 * gdb.python/py-completion.py: Likewise.
9517
9518 2014-08-28 Doug Evans <dje@google.com>
9519
9520 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9521 eax,etc. are live with values set by gdb and thus the compiler can't
9522 use them.
9523 * gdb.arch/i386-pseudo.c (main): Ditto.
9524
9525 2014-08-27 Doug Evans <dje@google.com>
9526
9527 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9528
9529 2014-08-25 Doug Evans <dje@google.com>
9530
9531 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9532 (main): Ditto.
9533
9534 2014-08-25 Doug Evans <dje@google.com>
9535
9536 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9537
9538 2014-08-24 Yao Qi <yao@codesourcery.com>
9539
9540 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9541 symbol off.
9542 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9543
9544 2014-08-22 Doug Evans <dje@google.com>
9545
9546 PR 17276
9547 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9548 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9549 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9550
9551 2014-08-22 Yao Qi <yao@codesourcery.com>
9552
9553 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9554 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9555 * gdb.python/python.exp: Likewise. Use .py file on the host
9556 instead of the build.
9557
9558 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9559
9560 * gdb.threads/gcore-stale-thread.c: New file.
9561 * gdb.threads/gcore-stale-thread.exp: New file.
9562
9563 2014-08-21 Pedro Alves <palves@redhat.com>
9564
9565 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9566 * gdb.base/gcore-relro-pie.exp: Likewise.
9567 * gdb.base/gcore-relro.exp: Likewise.
9568 * gdb.base/gcore.exp: Likewise.
9569 * gdb.base/print-symbol-loading.exp: Likewise.
9570 * gdb.threads/gcore-thread.exp: Likewise.
9571 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9572
9573 2014-08-20 Pedro Alves <palves@redhat.com>
9574 Jan Kratochvil <jan.kratochvil@redhat.com>
9575
9576 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9577 configure.
9578 (EXPECT): Handle READ1 being set.
9579 (all): Depend on EXTRA_RULES.
9580 (check-read1, expect-read1, read1.so, read1): New rules.
9581 * README (Testsuite Parameters): Document the READ1 make variable.
9582 (Race detection): New section.
9583 * configure: Regenerate.
9584 * configure.ac: If build==host==target, and running under a
9585 GNU/glibc system, add read1 to the extra Makefile rules.
9586 (EXTRA_RULES): AC_SUBST it.
9587 * lib/read1.c: New file.
9588
9589 2014-08-20 Joel Brobecker <brobecker@adacore.com>
9590
9591 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9592 the handling of variables declared as a typedef to an array
9593 which a DW_AT_data_location attribute.
9594
9595 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
9596 Pedro Alves <palves@redhat.com>
9597
9598 PR symtab/14604
9599 PR symtab/14605
9600 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9601 gdb_test.
9602
9603 2014-08-19 Pedro Alves <palves@redhat.com>
9604
9605 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9606
9607 2014-08-19 Yao Qi <yao@codesourcery.com>
9608
9609 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9610 right line.
9611
9612 2014-08-18 David Blaikie <dblaikie@gmail.com>
9613
9614 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9615
9616 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9617
9618 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9619 attribute in array range.
9620
9621 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9622
9623 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9624
9625 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9626
9627 PR c++/17132
9628 * gdb.cp/pr17132.cc: New file.
9629 * gdb.cp/pr17132.exp: New file.
9630
9631 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9632
9633 * gdb.python/py-xmethods.py (A_getarrayind)
9634 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9635 Use 'print' with function call syntax.
9636 (E_method_matcher.match): Fix tab vs space indentation mixup.
9637
9638 2014-08-15 Yao Qi <yao@codesourcery.com>
9639
9640 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9641 false.
9642
9643 2014-08-15 Yao Qi <yao@codesourcery.com>
9644
9645 * gdb.cp/casts.exp: Set print symbol off.
9646 * gdb.cp/class2.exp: Likewise.
9647 * gdb.cp/overload.exp: Likewise.
9648 * gdb.cp/templates.exp: Likewise.
9649
9650 2014-08-11 Doug Evans <dje@google.com>
9651
9652 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9653 (test_load_shlib): Update.
9654
9655 2014-08-09 Yao Qi <yao@codesourcery.com>
9656
9657 * gdb.base/display.exp: Invoke is_address_zero_readable.
9658 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9659 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9660 * gdb.base/hbreak-unmapped.exp: Return if
9661 is_address_zero_readable returns true.
9662 * gdb.base/signest.exp: Likewise.
9663 * gdb.base/signull.exp: Likewise.
9664 * gdb.base/sigbpt.exp: Likewise.
9665 * gdb.guile/scm-disasm.exp: Do the test if
9666 is_address_zero_readable returns false.
9667 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9668 * gdb.python/py-arch.exp: Likewise.
9669 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9670 * lib/gdb.exp (is_address_zero_readable): New proc.
9671
9672 2014-08-09 Yao Qi <yao@codesourcery.com>
9673
9674 PR testsuite/13443
9675 * gdb.mi/mi-var-display.exp: Make test messages unique.
9676
9677 2014-08-04 Tom Tromey <tromey@redhat.com>
9678
9679 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9680 target 0".
9681
9682 2014-08-04 Tom Tromey <tromey@redhat.com>
9683
9684 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9685 "target_resume".
9686
9687 2014-08-01 Joel Brobecker <brobecker@adacore.com>
9688
9689 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9690 inner_vla_struct_object_size.
9691 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9692 as xfail.
9693
9694 2014-07-30 Pedro Alves <palves@redhat.com>
9695
9696 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9697 comment.
9698
9699 2014-07-29 Yao Qi <yao@codesourcery.com>
9700
9701 PR gdb/17206
9702 * gdb.base/until-nodebug.exp: New.
9703
9704 2014-07-28 Doug Evans <xdje42@gmail.com>
9705
9706 PR guile/17203
9707 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9708 previously existing parameter, and previously ambiguously spelled
9709 parameter.
9710
9711 2014-07-28 Will Newton <will.newton@linaro.org>
9712
9713 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9714
9715 2014-07-26 Ludovic Courtès <ludo@gnu.org>
9716 Doug Evans <xdje42@gmail.com>
9717
9718 PR guile/17146
9719 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9720
9721 2014-07-25 Pedro Alves <palves@redhat.com>
9722
9723 * gdb.threads/signal-command-handle-nopass.c: New file.
9724 * gdb.threads/signal-command-handle-nopass.exp: New file.
9725 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9726 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9727 * gdb.threads/signal-delivered-right-thread.c: New file.
9728 * gdb.threads/signal-delivered-right-thread.exp: New file.
9729
9730 2014-07-25 Pedro Alves <palves@redhat.com>
9731
9732 * gdb.base/double-prompt-target-event-error.exp
9733 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9734 match.
9735 (cancel_pagination_in_target_event): Rework double prompt
9736 detection.
9737 * gdb.base/paginate-after-ctrl-c-running.exp
9738 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9739 <return>' match.
9740 * gdb.base/paginate-bg-execution.exp
9741 (test_bg_execution_pagination_return)
9742 (test_bg_execution_pagination_cancel): Remove '-notransfer
9743 <return>' matches.
9744 * gdb.base/paginate-execution-startup.exp
9745 (test_fg_execution_pagination_return)
9746 (test_fg_execution_pagination_cancel): Remove '-notransfer
9747 <return>' matches.
9748 * gdb.base/paginate-inferior-exit.exp
9749 (test_paginate_inferior_exited): Remove '-notransfer <return>'
9750 match.
9751 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9752 * lib/gdb.exp (pagination_prompt): Run text through
9753 string_to_regexp.
9754 (gdb_test_multiple): Match $pagination_prompt instead of
9755 "<return>".
9756 (string_to_regexp): Move to lib/gdb-utils.exp.
9757
9758 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9759
9760 * gdb.arch/amd64-entry-value-paramref.S: New file.
9761 * gdb.arch/amd64-entry-value-paramref.cc: New file.
9762 * gdb.arch/amd64-entry-value-paramref.exp: New file.
9763 * gdb.arch/amd64-optimout-repeat.S: New file.
9764 * gdb.arch/amd64-optimout-repeat.c: New file.
9765 * gdb.arch/amd64-optimout-repeat.exp: New file.
9766
9767 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9768
9769 PR gdb/17170
9770 * gdb.base/statistics.exp: New file.
9771
9772 2014-07-17 Doug Evans <dje@google.com>
9773
9774 PR gdb/17170
9775 * gdb.base/maint.exp: Update testing of per-command stats.
9776
9777 2014-07-16 Pedro Alves <palves@redhat.com>
9778
9779 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9780 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9781 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9782 (tfile_write_buf): New functions.
9783 (add_memory_block): Rewrite using the above.
9784 (adjust_function_address): New function.
9785 (FUNCTION_ADDRESS): New macro.
9786 (write_basic_trace_file): Remove short_x local, and use
9787 tfile_write_16. Change type of func_addr local to unsigned long
9788 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
9789 here. Cast argument of add_memory_block to char pointer.
9790 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
9791 (main): Remove parameters.
9792 * gdb.trace/tfile.exp: Remove nowarnings.
9793
9794 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
9795
9796 * gdb.base/debug-expr.exp: Test string evaluation with
9797 "debug expression" on.
9798
9799 2014-07-15 Pedro Alves <palves@redhat.com>
9800
9801 * gdb.base/reread.exp: Use clean_restart.
9802
9803 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
9804
9805 * gdb.arch/avr-flash-qualifer.c: New.
9806 * gdb.arch/avr-flash-qualifer.exp: New.
9807
9808 2014-07-14 Pedro Alves <palves@redhat.com>
9809
9810 * gdb.base/paginate-after-ctrl-c-running.c: New file.
9811 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9812
9813 2014-07-14 Pedro Alves <palves@redhat.com>
9814
9815 * gdb.base/double-prompt-target-event-error.c: New file.
9816 * gdb.base/double-prompt-target-event-error.exp: New file.
9817
9818 2014-07-14 Pedro Alves <palves@redhat.com>
9819
9820 PR gdb/17072
9821 * gdb.base/paginate-inferior-exit.c: New file.
9822 * gdb.base/paginate-inferior-exit.exp: New file.
9823
9824 2014-07-14 Pedro Alves <palves@redhat.com>
9825
9826 PR gdb/17072
9827 * gdb.base/paginate-bg-execution.c: New file.
9828 * gdb.base/paginate-bg-execution.exp: New file.
9829
9830 2014-07-14 Pedro Alves <palves@redhat.com>
9831
9832 PR gdb/17072
9833 * gdb.base/paginate-execution-startup.c: New file.
9834 * gdb.base/paginate-execution-startup.exp: New file.
9835 * lib/gdb.exp (pagination_prompt): New global.
9836 (default_gdb_spawn): New procedure, factored out from
9837 default_gdb_spawn.
9838 (default_gdb_start): Adjust to call default_gdb_spawn.
9839 (gdb_spawn): New procedure.
9840
9841 2014-07-14 Pedro Alves <palves@redhat.com>
9842
9843 * lib/gdb.exp (gdb_assert): New procedure.
9844 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9845
9846 2014-07-14 Pedro Alves <palves@redhat.com>
9847
9848 * gdb.base/execution-termios.c: New file.
9849 * gdb.base/execution-termios.exp: New file.
9850
9851 2014-07-14 Tom Tromey <tromey@redhat.com>
9852
9853 * gdb.cp/vla-cxx.cc: New file.
9854 * gdb.cp/vla-cxx.exp: New file.
9855
9856 2014-07-14 Tom Tromey <tromey@redhat.com>
9857
9858 * gdb.reverse/rerun-prec.c: New file.
9859 * gdb.reverse/rerun-prec.exp: New file.
9860
9861 2014-07-12 Maciej W. Rozycki <macro@mips.com>
9862 Maciej W. Rozycki <macro@codesourcery.com>
9863
9864 * lib/gdb-utils.exp: New file.
9865 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9866 inline `gdb_init_command' processing.
9867 (gdb_start_cmd): Likewise.
9868 * lib/mi-support.exp (mi_run_cmd): Likewise.
9869 * README: Document `gdb_init_command' and `gdb_init_commands'.
9870
9871 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9872
9873 Fix false FAIL running under a very long directory name.
9874 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9875 and "set print elements 10000". Twice.
9876
9877 2014-07-11 Yao Qi <yao@codesourcery.com>
9878
9879 * gdb.base/exprs.exp: "set print symbol off".
9880
9881 2014-07-11 Pedro Alves <palves@redhat.com>
9882
9883 * gdb.threads/kill.c: New file.
9884 * gdb.threads/kill.exp: New file.
9885
9886 2014-07-10 Yao Qi <yao@codesourcery.com>
9887
9888 * gdb.trace/tfile.c (write_basic_trace_file)
9889 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9890 address written to trace file.
9891
9892 2014-07-09 Pedro Alves <palves@redhat.com>
9893
9894 * gdb.base/attach-wait-input.exp: New file.
9895 * gdb.base/attach-wait-input.c: New file.
9896
9897 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9898
9899 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9900 setting up test structures.
9901 (main): Call new test function.
9902 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9903 test function, continue into test function and walk test
9904 structures.
9905
9906 2014-07-02 Yao Qi <yao@codesourcery.com>
9907
9908 * gdb.trace/entry-values.c: Define labels 'foo_start' and
9909 'bar_start' at the beginning of functions 'foo' and 'bar'
9910 respectively.
9911 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9912 instead of 'foo' and 'bar'.
9913
9914 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
9915
9916 * gdb.btrace/segv.exp: New.
9917 * gdb.btrace/segv.c: New.
9918
9919 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
9920
9921 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9922 instruction.
9923
9924 2014-06-30 Mark Wielaard <mjw@redhat.com>
9925
9926 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
9927 vulture, vilify, villar): New volatile array constants.
9928 (vindictive, vegetation): New const volatile array constants.
9929 * gdb.base/volatile.exp: Test volatile and const volatile array
9930 types.
9931
9932 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9933
9934 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
9935 target lacks support for awatch, rwatch, or hbreak.
9936
9937 2014-06-27 Yao Qi <yao@codesourcery.com>
9938
9939 * gdb.multi/dummy-frame-restore.exp: New.
9940 * gdb.multi/dummy-frame-restore.c: New.
9941
9942 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
9943
9944 * gdb.btrace/gcore.exp: New.
9945
9946 2014-06-23 Pedro Alves <palves@redhat.com>
9947
9948 * gdb.base/watchpoint-reuse-slot.c: New file.
9949 * gdb.base/watchpoint-reuse-slot.exp: New file.
9950
9951 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
9952
9953 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
9954 progspace's filename in 'info', 'enable' and 'disable' command
9955 tests.
9956
9957 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9958
9959 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
9960 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9961 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
9962
9963 2014-06-20 Gary Benson <gbenson@redhat.com>
9964
9965 * gdb.arch/i386-avx.exp: Fix include file location.
9966 * gdb.arch/i386-sse.exp: Likewise.
9967
9968 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
9969
9970 * gdb.dlang/expression.exp: New file.
9971
9972 2014-06-19 Pedro Alves <palves@redhat.com>
9973
9974 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
9975 out from ...
9976 (top level): ... here. Iterate running tests under different
9977 scheduler-locking settings.
9978
9979 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
9980
9981 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
9982 to DW_FORM_addr and use non-zero addresses.
9983
9984 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
9985
9986 PR gdb/17017
9987 * gdb.python/py-xmethods.cc: Add global function call counters and
9988 increment them in their respective functions. Remove "cout"
9989 statements.
9990 * gdb.python/py-xmethods.exp: Make tests check the global function
9991 call counters instead of depending on inferior IO.
9992
9993 2014-06-18 Don Breazeal <donb@codesourcery.com>
9994
9995 * gdb.base/foll-fork.exp (default_fork_parent_follow):
9996 Deleted procedure.
9997 (explicit_fork_parent_follow): Deleted procedure.
9998 (explicit_fork_child_follow): Deleted procedure.
9999 (test_follow_fork): New procedure.
10000 (do_fork_tests): Replace calls to deleted procedures with
10001 calls to test_follow_fork and reset GDB for subsequent
10002 procedure calls.
10003
10004 2014-06-17 Yao Qi <yao@codesourcery.com>
10005
10006 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
10007 CP1252.
10008
10009 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
10010
10011 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
10012 Initialize ptr and S explicitly.
10013 (skip_type_update_when_not_use_rtti_test): Likewise.
10014
10015 2014-06-16 Keith Seitz <keiths@redhat.com>
10016
10017 PR mi/15863
10018 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
10019 the inferior is started.
10020
10021 2014-06-16 Pedro Alves <palves@redhat.com>
10022
10023 * gdb.base/break-main-file-remove-fail.c: New file.
10024 * gdb.base/break-main-file-remove-fail.exp: New file.
10025 * gdb.base/break-unload-file.exp: Use build_executable instead of
10026 prepare_for_testing.
10027 (test_break): New parameter "initial_load". Handle it.
10028 (top level): Add initial_load cmdline/file axis.
10029
10030 2014-06-12 Tom Tromey <tromey@redhat.com>
10031
10032 * gdb.base/completion.exp: Don't use directory name in test.
10033
10034 2014-06-09 Gary Benson <gbenson@redhat.com>
10035
10036 * gdb.base/sigall.c [Functions to send signals]: Reorder to
10037 separate the always-available ANSI-standard signals from the
10038 signals that require checking.
10039 (main): Likewise.
10040 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
10041 Likewise.
10042 (main): Likewise.
10043
10044 2014-06-07 Keith Seitz <keiths@redhat.com>
10045
10046 Revert:
10047 PR c++/16253
10048 * gdb.cp/var-tag.cc: New file.
10049 * gdb.cp/var-tag.exp: New file.
10050 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10051 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10052 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10053 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10054
10055 2014-06-06 Doug Evans <xdje42@gmail.com>
10056
10057 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
10058
10059 2014-06-06 Pedro Alves <palves@redhat.com>
10060
10061 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
10062 in target debug output instead of looking at RSP packets,
10063 disabling the test on any target that uses hardware stepping.
10064 Update comments.
10065
10066 2014-06-06 Pedro Alves <palves@redhat.com>
10067
10068 * gdb.base/break-unload-file.exp: Fix typo.
10069
10070 2014-06-06 Yao Qi <yao@codesourcery.com>
10071
10072 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
10073 from "jit_function" to "^jit_function".
10074
10075 2014-06-06 Yao Qi <yao@codesourcery.com>
10076
10077 * gdb.base/async.c (foo): Add one statement.
10078 * gdb.base/async.exp: Get the next instruction address and
10079 match the output of "nexti" by instruction address. Match
10080 the hex address in the output of "finish".
10081
10082 2014-06-06 Gary Benson <gbenson@redhat.com>
10083
10084 * gdb.base/call-signals.c: Remove preprocessor conditionals
10085 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
10086 SIGSEGV and SIGTERM.
10087 * gdb.base/sigall.c: Likewise.
10088 * gdb.base/unwindonsignal.c: Likewise.
10089 * gdb.reverse/sigall-reverse.c: Likewise.
10090
10091 2014-06-06 Yao Qi <yao@codesourcery.com>
10092
10093 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
10094 readable, skip the test.
10095
10096 2014-06-06 Yao Qi <yao@codesourcery.com>
10097
10098 * gdb.threads/staticthreads.c (thread_function): Move the line
10099 setting breakpoint on forward.
10100 * gdb.threads/staticthreads.exp: Update comments.
10101
10102 2014-06-05 Ludovic Courtès <ludo@gnu.org>
10103
10104 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
10105 "history-append! type error".
10106
10107 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
10108
10109 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
10110 erroneous dprintf expected input.
10111
10112 2014-06-04 Doug Evans <xdje42@gmail.com>
10113
10114 * gdb.guile/scm-generics.exp: Delete.
10115
10116 2014-06-04 Doug Evans <xdje42@gmail.com>
10117
10118 * gdb.guile/scm-breakpoint.exp: Update.
10119 Add tests for breakpoint registration.
10120
10121 2014-06-04 Tom Tromey <tromey@redhat.com>
10122
10123 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
10124 VLA-in-union.
10125 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
10126 inner_vla_struct, vla_union types. Initialize objects of those
10127 types and compute their sizes.
10128
10129 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
10130 Hui Zhu <hui@codesourcery.com>
10131
10132 * gdb.base/fileio.exp: Add test for shell not available as well as
10133 available.
10134 * gdb.base/fileio.c (test_system): Check for shell twice.
10135
10136 2014-06-04 Yao Qi <yao@codesourcery.com>
10137
10138 * gdb.base/auto-connect-native-target.exp: Remove redundant
10139 space from the regexp pattern.
10140
10141 2014-06-04 Yao Qi <yao@codesourcery.com>
10142
10143 * gdb.base/default.exp: Replace "child" with "native" in
10144 regexp pattern.
10145
10146 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
10147
10148 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
10149 * gdb.python/py-xmethods.exp: New tests to test xmethods.
10150 * gdb.python/py-xmethods.py: Python script supporting the
10151 new testcase and tests.
10152
10153 2014-06-03 Joel Brobecker <brobecker@adacore.com>
10154 Pedro Alves <palves@redhat.com>
10155
10156 PR breakpoints/17000
10157 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
10158 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
10159
10160 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
10161
10162 * gdb.base/subst.exp: Add tests to verify partial path matching
10163 output.
10164
10165 2014-06-03 Pedro Alves <palves@redhat.com>
10166
10167 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
10168 target that doesn't use software single-stepping.
10169
10170 2014-06-03 Pedro Alves <palves@redhat.com>
10171
10172 PR breakpoints/17000
10173 * gdb.base/sss-bp-on-user-bp-2.c: New file.
10174 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
10175
10176 2014-06-02 Doug Evans <xdje42@gmail.com>
10177
10178 * gdb.guile/scm-parameter.exp: New file.
10179
10180 2014-06-02 Doug Evans <xdje42@gmail.com>
10181
10182 * gdb.guile/scm-cmd.c: New file.
10183 * gdb.guile/scm-cmd.exp: New file.
10184
10185 2014-06-02 Doug Evans <xdje42@gmail.com>
10186
10187 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
10188 pretty-printer lookup.
10189 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
10190 (make-pp_s-printer): Call it.
10191 (make-pretty-printer-from-dict): New function.
10192 (lookup-pretty-printer-maker-from-dict): New function.
10193 (*pretty-printer*): Simplify.
10194 (make-objfile-pp_s-printer): New function.
10195 (install-objfile-pretty-printers!): New function.
10196 (make-progspace-pp_s-printer): New function.
10197 (install-progspace-pretty-printers!): New function.
10198 * gdb.guile/scm-progspace.c: New file.
10199 * gdb.guile/scm-progspace.exp: New file.
10200
10201 2014-06-02 Pedro Alves <palves@redhat.com>
10202
10203 * gdb.base/dprintf-bp-same-addr.c: New file.
10204 * gdb.base/dprintf-bp-same-addr.exp: New file.
10205
10206 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10207
10208 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
10209 * gdb.arch/powerpc-power.s: Likewise.
10210
10211 2014-06-02 Joel Brobecker <brobecker@adacore.com>
10212
10213 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
10214
10215 2014-06-01 Yao Qi <yao@codesourcery.com>
10216
10217 * gdb.base/watchpoint.exp (test_watch_location): Check null
10218 pointer can be dereferenced. If not, do the test, otherwise
10219 skip it.
10220
10221 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
10222
10223 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
10224 results.
10225 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
10226
10227 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
10228
10229 * gdb.arch/amd64-invalid-stack-middle.S: New file.
10230 * gdb.arch/amd64-invalid-stack-middle.c: New file.
10231 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
10232 * gdb.arch/amd64-invalid-stack-top.c: New file.
10233 * gdb.arch/amd64-invalid-stack-top.exp: New file.
10234
10235 2014-05-30 Pedro Alves <palves@redhat.com>
10236
10237 PR breakpoints/17000
10238 * gdb.base/sss-bp-on-user-bp.c: New file.
10239 * gdb.base/sss-bp-on-user-bp.exp: New file.
10240
10241 2014-05-30 David Blaikie <dblaikie@gmail.com>
10242
10243 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
10244 gnu_inline semantics via attribute.
10245 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
10246 source explicitly specifies the required semantics.
10247
10248 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
10249
10250 * gdb.reverse/sigall-reverse.exp: Fix a typo.
10251
10252 2014-05-29 Pedro Alves <palves@redhat.com>
10253 Tom Tromey <tromey@redhat.com>
10254
10255 * gdb.base/async-shell.exp: Don't enable target-async.
10256 * gdb.base/async.exp
10257 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
10258 parameter. Adjust.
10259 (top level): Don't test with "target-async".
10260 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
10261 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
10262 * gdb.base/inferior-died.exp: Don't enable target-async.
10263 * gdb.base/interrupt-noterm.exp: Likewise.
10264 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
10265 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10266 * gdb.mi/mi-nonstop.exp: Likewise.
10267 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10268 * gdb.mi/mi-nsintrall.exp: Likewise.
10269 * gdb.mi/mi-nsmoribund.exp: Likewise.
10270 * gdb.mi/mi-nsthrexec.exp: Likewise.
10271 * gdb.mi/mi-watch-nonstop.exp: Likewise.
10272 * gdb.multi/watchpoint-multi.exp: Adjust comment.
10273 * gdb.python/py-evsignal.exp: Don't enable target-async.
10274 * gdb.python/py-evthreads.exp: Likewise.
10275 * gdb.python/py-prompt.exp: Likewise.
10276 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
10277 * gdb.server/solib-list.exp: Don't enable target-async.
10278 * gdb.threads/thread-specific-bp.exp: Likewise.
10279 * lib/mi-support.exp: Adjust to use mi-async.
10280
10281 2014-05-29 Pedro Alves <palves@redhat.com>
10282
10283 PR gdb/13860
10284 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
10285 reason, even in sync mode.
10286
10287 2014-05-29 Pedro Alves <palves@redhat.com>
10288 Hui Zhu <hui@codesourcery.com>
10289
10290 PR PR15693
10291 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
10292 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
10293 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
10294 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
10295
10296 2014-05-28 Joel Brobecker <brobecker@adacore.com>
10297
10298 * config/monitor.exp (gdb_target_monitor): Replace use of
10299 "set remotebaud" by "set serial baud".
10300
10301 2014-05-26 Andy Wingo <wingo@igalia.com>
10302
10303 * gdb.guile/scm-breakpoint.exp:
10304 * gdb.guile/scm-gsmob.exp: Update to use plain old object
10305 properties instead of gdb-object-properties.
10306
10307 2014-05-26 Yao Qi <yao@codesourcery.com>
10308
10309 * gdb.server/no-thread-db.exp: Specify source file name
10310 explicitly when setting a breakpoint.
10311
10312 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10313
10314 * gdb.btrace/vdso.c: New.
10315 * gdb.btrace/vdso.exp: New.
10316
10317 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10318
10319 * gdb.base/gcore.exp (capture_command_output): Move ...
10320 * lib/gdb.exp (capture_command_output): ... here.
10321
10322 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10323
10324 * gdb.btrace/data.exp: Test memory access during btrace replay.
10325
10326 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
10327
10328 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
10329
10330 2014-05-21 Pedro Alves <palves@redhat.com>
10331
10332 PR gdb/13860
10333 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
10334 (top level): Test that output related to execution commands is
10335 sent to the console with CLI commands, but not with MI commands.
10336 Test that breakpoint events are always mirrored to the console.
10337 Also expect the new source line to be output after a "next" in
10338 async mode too. Make it a pass/fail test.
10339 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10340 output.
10341 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10342
10343 2014-05-21 Pedro Alves <palves@redhat.com>
10344
10345 * gdb.base/list.exp (build_pattern, test_list): New procedures.
10346 Use them to test variations of "list" after reaching a breakpoint.
10347 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10348 Test "list" with listsize 10 after reaching a breakpoint.
10349 * gdb.python/python.exp (decode_line current location line
10350 number): Adjust expected line number.
10351
10352 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
10353
10354 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10355 behavior for $args, pass it directly to "run".
10356
10357 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
10358
10359 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
10360 30000 to 65536.
10361
10362 2014-05-21 Pedro Alves <palves@redhat.com>
10363
10364 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
10365 auto-connect-native-target off".
10366 * gdb.base/auto-connect-native-target.c: New file.
10367 * gdb.base/auto-connect-native-target.exp: New file.
10368
10369 2014-05-21 Pedro Alves <palves@redhat.com>
10370
10371 * gdb.base/default.exp: Test "target native" instead of "target
10372 child".
10373
10374 2014-05-21 Mark Wielaard <mjw@redhat.com>
10375
10376 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10377
10378 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10379
10380 Fix TLS access for -static -pthread.
10381 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10382 <HAVE_TLS> (thread_function, main): Initialize it.
10383 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10384 Add clean_restart.
10385 <$have_tls != "">: Check TLSVAR.
10386
10387 2014-05-21 Pedro Alves <palves@redhat.com>
10388
10389 * gdb.base/dcache-line-read-error.c: New.
10390 * gdb.base/dcache-line-read-error.exp: New.
10391
10392 2014-05-20 Pedro Alves <palves@redhat.com>
10393
10394 * gdb.base/compare-sections.c: New file.
10395 * gdb.base/compare-sections.exp: New file.
10396
10397 2014-05-20 Pedro Alves <palves@redhat.com>
10398
10399 * gdb.base/break-idempotent.c: New file.
10400 * gdb.base/break-idempotent.exp: New file.
10401
10402 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
10403
10404 * gdb.btrace/nohist.exp: New.
10405
10406 2014-05-20 Yao Qi <yao@codesourcery.com>
10407
10408 * lib/gdb.exp (gdb_init): Set timeout if test file is under
10409 gdb.reverse directory and gdb_reverse_timeout exists in board
10410 setting.
10411 * README: Document gdb_reverse_timeout.
10412
10413 2014-05-20 Yao Qi <yao@codesourcery.com>
10414
10415 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10416 'test_file_name'. Treat args as a string instead of a list.
10417 (gdb_init): Rename argument 'args' by 'test_file_name'.
10418
10419 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10420
10421 * gdb.arch/powerpc-power.exp: New file.
10422 * gdb.arch/powerpc-power.s: New file.
10423
10424 2014-05-16 Doug Evans <dje@google.com>
10425
10426 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
10427 * gdb.base/completion.exp: Check that all expected files exist
10428 before doing file completion.
10429
10430 2014-05-16 Doug Evans <dje@google.com>
10431
10432 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10433 Update.
10434 (do_syscall_tests_without_xml): Update.
10435
10436 2014-05-16 Pedro Alves <palves@redhat.com>
10437
10438 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10439 instead of "unknown output after running".
10440
10441 2014-05-16 Yao Qi <yao@codesourcery.com>
10442
10443 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10444 file1.txt from host at the end.
10445 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10446
10447 2014-05-15 Doug Evans <dje@google.com>
10448
10449 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10450 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10451 loading file. Add test for TU lookup.
10452
10453 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10454
10455 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10456 calling "-exec-arguments" or "set args" before running the
10457 inferior.
10458
10459 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10460
10461 * lib/mi-support.exp (mi_expect_stop): Expect message for
10462 inferiors that exit with non-zero exit code.
10463
10464 2014-05-14 Yao Qi <yao@codesourcery.com>
10465
10466 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10467 match absolute path on remote host.
10468 (test_file_list_exec_source_files): Remove "/" from the
10469 pattern.
10470
10471 2014-05-14 Yao Qi <yao@codesourcery.com>
10472
10473 * boards/local-remote-host-notty.exp (${board}_file): New
10474 proc.
10475
10476 2014-05-07 Kyle McMartin <kyle@redhat.com>
10477
10478 Pushed by Joel Brobecker <brobecker@adacore.com>.
10479 * gdb.arch/aarch64-atomic-inst.c: New file.
10480 * gdb.arch/aarch64-atomic-inst.exp: New file.
10481
10482 2014-05-07 Yao Qi <yao@codesourcery.com>
10483
10484 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10485 in current context" too.
10486
10487 2014-05-05 Keith Seitz <keiths@redhat.com>
10488
10489 * gdb.linespec/ls-dollar.exp: Add test for linespec
10490 file:convenience_variable.
10491
10492 2014-05-05 Yao Qi <yao@codesourcery.com>
10493
10494 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10495 traceframes into tfile and ctf trace files. Read data from
10496 trace file and test collected data.
10497 (gdb_collect_locals_test): Likewise.
10498 (gdb_unavailable_registers_test): Likewise.
10499 (gdb_unavailable_floats): Likewise.
10500 (gdb_collect_globals_test): Likewise.
10501 (top-level): Append "ctf" to trace_file_targets if GDB
10502 supports.
10503
10504 2014-05-05 Yao Qi <yao@codesourcery.com>
10505
10506 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10507 code to ...
10508 (gdb_collect_args_test_1): ... it. New proc.
10509 (gdb_collect_locals_test): Move some code to ...
10510 (gdb_collect_locals_test_1): ... it. New proc.
10511 (gdb_unavailable_registers_test): Move some code to ...
10512 (gdb_unavailable_registers_test_1): ... it. New proc.
10513 (gdb_unavailable_floats): Move some code to ...
10514 (gdb_unavailable_floats_1): ... it. New proc.
10515
10516 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10517
10518 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10519 probes to test for bitness recognition.
10520 * gdb.arch/amd64-stap-optional-prefix.exp
10521 (test_probe_value_without_reg): New procedure.
10522 Add code to test for different kinds of bitness.
10523
10524 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10525
10526 PR breakpoints/16889
10527 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10528 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10529
10530 2014-05-01 Pedro Alves <palves@redhat.com>
10531
10532 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10533 gdb_file_cmd if no file is specified.
10534 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10535 last_loaded_file to set the remote exec-file.
10536
10537 2014-05-01 Pedro Alves <palves@redhat.com>
10538
10539 * boards/local-remote-host.exp: New file.
10540
10541 2014-05-01 Pedro Alves <palves@redhat.com>
10542
10543 * boards/local-remote-host.exp: Rename to ...
10544 * boards/local-remote-host-notty.exp: ... this.
10545
10546 2014-04-28 Joel Brobecker <brobecker@adacore.com>
10547
10548 * gdb.ada/dyn_arrayidx: New testcase.
10549
10550 2014-04-26 Yao Qi <yao@codesourcery.com>
10551
10552 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10553 and compute the length of function main. Save it in
10554 $main_length.
10555 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10556 (top-level): Use gdb_compile to compile objects into
10557 executable and restart GDB. Remove invocation to
10558 prepare_for_testing.
10559
10560 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10561 Pedro Alves <palves@redhat.com>
10562
10563 PR server/16255
10564 * gdb.multi/multi-attach.c: New file.
10565 * gdb.multi/multi-attach.exp: New file.
10566
10567 2014-04-25 Pedro Alves <palves@redhat.com>
10568
10569 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10570 user.
10571 (top level): Test that "set remote conditional-breakpoints-packet
10572 off" works as intended.
10573 * gdb.base/dprintf.exp: Test that "set remote
10574 breakpoint-commands-packet off" works as intended.
10575 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10576 New function.
10577 (top level): Call it.
10578 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10579 remote fast-tracepoints-packet off" works as intended.
10580 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10581 * lib/gdb.exp (gdb_is_target_remote): ... here.
10582
10583 2014-04-24 David Blaikie <dblaikie@gmail.com>
10584
10585 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10586 ensure clang would not discard them.
10587 * gdb.base/gdbvars.c: Ditto.
10588 * gdb.base/memattr.c: Ditto.
10589 * gdb.base/whatis.c: Ditto.
10590 * gdb.python/py-prettyprint.c: Ditto.
10591 * gdb.trace/actions.c: Ditto.
10592 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10593 ensure clang would not discard it.
10594
10595 2014-04-24 David Blaikie <dblaikie@gmail.com>
10596
10597 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10598 clang to emit the full definition of type required by the test
10599 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10600
10601 2014-04-24 David Blaikie <dblaikie@gmail.com>
10602
10603 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10604 coax Clang into emitting the definition of the type.
10605 * gdb.cp/pr10728-x.h (y): Ditto.
10606 * gdb.cp/pr10728-y.cc (y): Ditto.
10607
10608 2014-04-24 David Blaikie <dblaikie@gmail.com>
10609
10610 * gdb.base/label.exp: XFAIL label related tests under Clang.
10611 * gdb.cp/cplabel.exp: Ditto.
10612 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10613 under Clang those using labels.
10614
10615 2014-04-25 Yao Qi <yao@codesourcery.com>
10616
10617 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10618 double_label.
10619 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10620 partial_label and double_label.
10621
10622 2014-04-24 David Blaikie <dblaikie@gmail.com>
10623
10624 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10625
10626 2014-04-24 David Blaikie <dblaikie@gmail.com>
10627
10628 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10629 of the function to work across GCC and Clang.
10630 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10631 pointer types (const void ** const V void **).
10632
10633 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
10634 Walfred Tedeschi <walfred.tedeschi@intel.com>
10635
10636 * Makefile.in (EXECUTABLES): Added i386-avx512.
10637 * gdb.arch/i386-avx512.c: New file.
10638 * gdb.arch/i386-avx512.exp: Likewise.
10639
10640 2014-04-23 Keith Seitz <keiths@redhat.com>
10641
10642 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10643 (mi_make_breakpoint_table): New procedure.
10644 (mi_create_breakpoint): Use mi_make_breakpoint
10645 and return the result.
10646 (mi_make_breakpoint): New procedure.
10647 (mi_build_kv_pairs): New procedure.
10648
10649 * gdb.mi/mi-break.exp: Remove unused globals,
10650 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10651 All callers updated.
10652 * gdb.mi/mi-dprintf.exp: Use variable to track command
10653 number.
10654 Update all callers of mi_create_breakpoint and use
10655 mi_make_breakpoint_table.
10656 Remove any unused global variables.
10657 * gdb.mi/mi-nonstop.exp: Likewise.
10658 * gdb.mi/mi-nsintrall.exp: Likewise.
10659 * gdb.mi/mi-nsmoribund.exp: Likewise.
10660 * gdb.mi/mi-nsthrexec.exp: Likewise.
10661 * gdb.mi/mi-reverse.exp: Likewise.
10662 * gdb.mi/mi-simplerun.exp: Likewise.
10663 * gdb.mi/mi-stepn.exp: Likewise.
10664 * gdb.mi/mi-syn-frame.exp: Likewise.
10665 * gdb.mi/mi-until.exp: Likewise.
10666 * gdb.mi/mi-var-cp.exp: Likewise.
10667 * gdb.mi/mi-var-display.exp: Likewise.
10668 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10669 * gdb.mi/mi2-var-child.exp: Likewise.
10670 * gdb.mi/mi-vla-c99.exp: Likewise.
10671 * lib/mi-support.exp: Likewise.
10672
10673 From Ian Lance Taylor <iant@cygnus.com>:
10674 * lib/gdb.exp (parse_args): New procedure.
10675
10676 2014-04-23 Pedro Alves <palves@redhat.com>
10677
10678 * gdb.base/break-unload-file.c: New file.
10679 * gdb.base/break-unload-file.exp: New file.
10680 * gdb.base/sym-file-lib.c (baz): New function.
10681 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10682 field.
10683 (load): Store the segment's mapped size.
10684 (unload): New function.
10685 (unload_shlib): New function.
10686 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10687 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10688 set a breakpoint at baz, and call it.
10689 * gdb.base/sym-file.exp: New tests for stale breakpoint
10690 instructions.
10691
10692 2014-04-23 Pedro Alves <palves@redhat.com>
10693
10694 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10695 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10696 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10697 * gdb.base/hbreak-unmapped.c: New file.
10698 * gdb.base/hbreak-unmapped.exp: New file.
10699 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10700 * lib/gdb.exp (gdb_is_target_remote): ... here.
10701
10702 2014-04-22 Pedro Alves <palves@redhat.com>
10703
10704 * gdb.base/consecutive-step-over.c: New file.
10705 * gdb.base/consecutive-step-over.exp: New file.
10706
10707 2014-04-22 Pedro Alves <palves@redhat.com>
10708
10709 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10710 instead of send_gdb/gdb_expect.
10711
10712 2014-04-22 Yao Qi <yao@codesourcery.com>
10713
10714 * lib/trace-support.exp (generate_tracefile): New procedure.
10715 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10716 return 0.
10717 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10718 if generate_tracefile returns 1.
10719
10720 2014-04-18 Tom Tromey <palves@redhat.com>
10721 Pedro alves <tromey@redhat.com>
10722
10723 PR backtrace/15558
10724 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10725 with a backtrace limit.
10726 * gdb.python/py-frame-inline.exp: Test running to an inline
10727 function with a backtrace limit, and printing the newest frame.
10728 * gdb.python/py-frame-inline.c (main): Call f.
10729
10730 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10731
10732 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10733
10734 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10735
10736 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10737 Drop prefix from unsupported source file path.
10738
10739 2014-04-17 Yao Qi <yao@codesourcery.com>
10740
10741 * lib/gdb.exp (with_target_charset): New proc.
10742 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10743 with_target_charset.
10744 (test_print_strings): Likewise.
10745 (test_repeat_bytes): Likewise.
10746 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10747 for some tests.
10748
10749 2014-04-16 Keith Seitz <keiths@redhat.com>
10750
10751 PR gdb/15827
10752 * gdb.dwarf2/corrupt.c: New file.
10753 * gdb.dwarf2/corrupt.exp: New file.
10754
10755 2014-04-16 Keith Seitz <keiths@redhat.com>
10756
10757 PR c++/16597
10758 * gdb.cp/namelessclass.cc: New file.
10759 * gdb.cp/namelessclass.exp: New file.
10760 * gdb.cp/namelessclass.S: New file.
10761
10762 2014-04-16 Doug Evans <dje@google.com>
10763
10764 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10765 Add comment.
10766 (gdbserver_default_get_comm_port): New function.
10767 (gdbserver_start): Check if board file provided
10768 "gdbserver,get_comm_port" and use it if so.
10769 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10770 (gdb,socketport): Set to "stdio".
10771 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10772 (stdio_gdbserver_template): Delete.
10773 (${board}_get_remote_address): Update.
10774 (${board}_build_remote_cmd): Delete.
10775 (${board}_get_comm_port): New function.
10776 (${board}_spawn): Update.
10777 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10778 Delete.
10779 (${board}_get_remote_address): Update.
10780 (${board}_get_comm_port): New function.
10781
10782 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
10783
10784 * gdb.base/memattr.exp: Improve regexps to handle memory regions
10785 appearing in any order.
10786
10787 2014-04-15 Doug Evans <dje@google.com>
10788
10789 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10790 uninitialized value of "description".
10791
10792 2014-04-15 Keith Seitz <keiths@redhat.com>
10793
10794 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10795 Remove unused globals.
10796 (test_running_the_program): Likewise.
10797 (test_controlled_execution): Likewise.
10798 (test_controlling_breakpoints): Likewise.
10799 (test_program_termination): Likewise.
10800
10801 2014-04-15 Keith Seitz <keiths@redhat.com>
10802
10803 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10804 unused globals.
10805 (test_rbreak_creation_and_listing): Likewise.
10806 (test_ignore_count): Likewise.
10807 (test_error): Likewise.
10808
10809 2014-04-15 Pedro Alves <palves@redhat.com>
10810
10811 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10812 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10813 sym-file-loader.c.
10814 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10815 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10816 to sym-file-loader.c.
10817 (struct library): Forward declare.
10818 (load_shlib, lookup_function): Change prototypes.
10819 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10820 (translate_offset): Remove declarations.
10821 (get_text_addr): New declaration.
10822 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10823 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10824 sym-file-loader.h.
10825 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10826 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10827 here from sym-file-loader.h.
10828 (struct library): New structure.
10829 (load_shlib, lookup_function): Change prototypes and adjust to
10830 work with a struct library.
10831 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10832 (translate_offset): Make static.
10833 (get_text_addr): New function.
10834 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10835
10836 2014-04-15 Pedro Alves <palves@redhat.com>
10837
10838 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
10839
10840 2014-04-15 Pedro Alves <palves@redhat.com>
10841
10842 * gdb.base/sym-file-loader.c: Include <limits.h>.
10843 (SELF_LINK): New define.
10844 (get_origin): New function.
10845 (load_shlib): Use it.
10846 * gdb.base/sym-file.exp: Don't early return if the target is
10847 remote. Use runto_main, and issue fail is that fails. Use
10848 gdb_load_shlibs.
10849 (shlib_name): Delete.
10850 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
10851
10852 2014-04-15 Pedro Alves <palves@redhat.com>
10853
10854 * gdb.base/sym-file.exp: Remove regex characters from test
10855 message. Don't refer to breakpoint numbers in test messages.
10856
10857 2014-04-14 Keith Seitz <keiths@redhat.com>
10858
10859 PR c++/16253
10860 * gdb.cp/var-tag.cc: New file.
10861 * gdb.cp/var-tag.exp: New file.
10862 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10863 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10864 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10865 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10866
10867 2014-04-14 Tom Tromey <tromey@redhat.com>
10868
10869 * gdb.cp/classes.exp (test_enums): Handle underlying type.
10870 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10871 type.
10872 * gdb.cp/enum-class.exp: New file.
10873 * gdb.cp/enum-class.cc: New file.
10874
10875 2014-04-14 Tom Tromey <tromey@redhat.com>
10876
10877 * gdb.dwarf2/enum-type.exp: New file.
10878
10879 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10880
10881 * gdb.mi/mi-vla-c99.exp: New file.
10882 * gdb.mi/vla.c: New file.
10883
10884 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10885
10886 * gdb.base/vla-datatypes.c: New file.
10887 * gdb.base/vla-datatypes.exp: New file.
10888
10889 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10890
10891 * gdb.base/vla-ptr.c: New file.
10892 * gdb.base/vla-ptr.exp: New file.
10893
10894 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10895
10896 * gdb.dwarf2/count.exp: New file.
10897
10898 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10899
10900 * gdb.base/vla-sideeffect.c: New file.
10901 * gdb.base/vla-sideeffect.exp: New file.
10902
10903 2014-04-14 David Blaikie <dblaikie@gmail.com>
10904
10905 * gdb.mi/non-stop.c: Add return value for non-void function return
10906 statement.
10907 * gdb.threads/staticthreads.c: Ditto.
10908
10909 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
10910 Doug Evans <xdje42@gmail.com>
10911
10912 * gdb.guile/scm-value.c: Improve test case.
10913 * gdb.guile/scm-value.exp: Add new test.
10914
10915 2014-04-11 David Blaikie <dblaikie@gmail.com>
10916
10917 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
10918 override Clang's default.
10919
10920 2014-04-11 Joel Brobecker <brobecker@adacore.com>
10921
10922 Revert the following changes (regressions):
10923
10924 * gdb.base/vla-sideeffect.c: New file.
10925 * gdb.base/vla-sideeffect.exp: New file.
10926
10927 * gdb.dwarf2/count.exp: New file.
10928
10929 * gdb.base/vla-multi.c: New file.
10930 * gdb.base/vla-multi.exp: New file.
10931
10932 * gdb.base/vla-ptr.c: New file.
10933 * gdb.base/vla-ptr.exp: New file.
10934
10935 * gdb.base/vla-datatypes.c: New file.
10936 * gdb.base/vla-datatypes.exp: New file.
10937
10938 * gdb.mi/mi-vla-c99.exp: New file.
10939 * gdb.mi/vla.c: New file.
10940
10941 2014-04-11 Keith Seitz <keiths@redhat.com>
10942
10943 PR c++/16675
10944 * gdb.cp/cpsizeof.exp: New file.
10945 * gdb.cp/cpsizeof.cc: New file.
10946
10947 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10948
10949 * gdb.mi/mi-vla-c99.exp: New file.
10950 * gdb.mi/vla.c: New file.
10951
10952 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10953
10954 * gdb.base/vla-datatypes.c: New file.
10955 * gdb.base/vla-datatypes.exp: New file.
10956
10957 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10958
10959 * gdb.base/vla-ptr.c: New file.
10960 * gdb.base/vla-ptr.exp: New file.
10961
10962 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10963
10964 * gdb.base/vla-multi.c: New file.
10965 * gdb.base/vla-multi.exp: New file.
10966
10967 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10968
10969 * gdb.dwarf2/count.exp: New file.
10970
10971 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10972
10973 * gdb.base/vla-sideeffect.c: New file.
10974 * gdb.base/vla-sideeffect.exp: New file.
10975
10976 2014-04-11 Yao Qi <yao@codesourcery.com>
10977
10978 * gdb.base/completion.exp: Check file exists before running tests
10979 on file completion.
10980
10981 2014-04-10 Pedro Alves <palves@redhat.com>
10982
10983 * gdb.base/cond-eval-mode.c: New file.
10984 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
10985 prepare_for_testing to build the new file. Check result of
10986 runto_main.
10987 (test_break, test_watch): New procedures.
10988 (top level): Use them.
10989
10990 2014-04-08 Pierre Muller <muller@sourceware.org>
10991
10992 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
10993 Ctrl-V use for mingw hosts.
10994
10995 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
10996
10997 * gdb.python/py-value.c: Improve test case.
10998 * gdb.python/py-value.exp: Add new test.
10999
11000 2014-04-07 David Blaikie <dblaikie@gmail.com>
11001
11002 * lib/compiler.c: Identify the clang compiler.
11003 * lib/compiler.cc: Ditto.
11004
11005 2014-04-03 Yao Qi <yao@codesourcery.com>
11006
11007 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
11008
11009 2014-04-01 Anton Blanchard <anton@samba.org>
11010
11011 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
11012 messages unique.
11013
11014 2014-04-01 Anton Blanchard <anton@samba.org>
11015
11016 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
11017 prepare_for_testing.
11018
11019 2014-04-01 Anton Blanchard <anton@samba.org>
11020
11021 * gdb.arch/ppc64-atomic-inst.c: Remove.
11022 * gdb.arch/ppc64-atomic-inst.S: New file.
11023 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
11024
11025 2014-03-31 Doug Evans <dje@google.com>
11026
11027 * gdb.base/print-symbol-loading-lib.c: New file.
11028 * gdb.base/print-symbol-loading-main.c: New file.
11029 * gdb.base/print-symbol-loading.exp: New file.
11030
11031 2014-03-31 Yao Qi <yao@codesourcery.com>
11032
11033 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
11034
11035 2014-03-28 Joel Brobecker <brobecker@adacore.com>
11036
11037 * gdb.ada/mi_dyn_arr: New testcase.
11038
11039 2014-03-27 Doug Evans <dje@google.com>
11040
11041 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
11042
11043 2014-03-27 Yao Qi <yao@codesourcery.com>
11044
11045 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
11046 if target is nios2-*-*.
11047
11048 2014-03-26 Yao Qi <yao@codesourcery.com>
11049
11050 * lib/gdb.exp (readline_is_used): New proc.
11051 * gdb.base/completion.exp: Move tests on command complete up.
11052 Skip the rest of tests if readline is not used.
11053 * gdb.ada/complete.exp: Skp the test if readline is not
11054 used.
11055 * gdb.base/filesym.exp: Likewise.
11056 * gdb.base/macscp.exp: Likewise.
11057 * gdb.base/readline-ask.exp: Likewise.
11058 * gdb.base/readline.exp: Likewise.
11059 * gdb.python/py-cmd.exp: Likewise.
11060 * gdb.trace/tfile.exp: Likewise.
11061
11062 2014-03-26 Yao Qi <yao@codesourcery.com>
11063
11064 * gdb.base/macscp.exp: Fix code format issues.
11065
11066 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
11067
11068 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
11069 * gdb.asm/powerpc64le.inc: New file.
11070
11071 2014-03-25 Pedro Alves <palves@redhat.com>
11072 Doug Evans <dje@google.com>
11073
11074 * gdb.base/source-execution.c: New file.
11075 * gdb.base/source-execution.exp: New file.
11076 * gdb.base/source-execution.gdb: New file.
11077
11078 2014-03-24 Doug Evans <dje@google.com>
11079
11080 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
11081 using fission.
11082
11083 2014-03-24 Hui Zhu <hui@codesourcery.com>
11084 Pedro Alves <palves@redhat.com>
11085
11086 PR breakpoints/16101
11087 * gdb.base/dprintf.exp: Use unsupported rather than changing the
11088 test pass/fail messages. Detect missing support for dprintf when
11089 breakpoints are actually inserted.
11090 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
11091 breakpoints are actually inserted.
11092 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
11093 fails.
11094
11095 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11096
11097 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
11098
11099 2014-03-22 Doug Evans <xdje42@gmail.com>
11100
11101 * gdb.python/python.exp (python not supported): Verify multi-line
11102 python command issues an error.
11103 * gdb.guile/guile.exp (guile not supported): Verify multi-line
11104 guile command issues an error.
11105
11106 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
11107
11108 * gdb.threads/thread-specific.exp: Handle the lack of usable
11109 $this_breakpoint and $this_thread.
11110
11111 2014-03-21 Hui Zhu <hui@codesourcery.com>
11112
11113 * gdb.base/attach.exp (do_command_attach_tests): New.
11114
11115 2014-03-20 Tom Tromey <tromey@redhat.com>
11116 Pedro Alves <palves@redhat.com>
11117
11118 PR cli/15718
11119 * gdb.base/condbreak-call-false.c: New file.
11120 * gdb.base/condbreak-call-false.exp: New file.
11121
11122 2014-03-20 Pedro Alves <palves@redhat.com>
11123
11124 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
11125 Delete.
11126 (block_signals, unblock_signals): Delete.
11127 (child_function_2, main): Remove references to deleted variable
11128 and functions.
11129
11130 2014-03-20 Pedro Alves <palves@redhat.com>
11131
11132 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
11133 Use pthread_kill to signal thread 2.
11134 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11135 Adjust to make the test send itself a signal rather than using the
11136 host's "kill" command.
11137
11138 2014-03-20 Pedro Alves <palves@redhat.com>
11139
11140 * gdb.threads/multiple-step-overs.c: New file.
11141 * gdb.threads/multiple-step-overs.exp: New file.
11142 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11143 Adjust expected infrun debug output.
11144
11145 2014-03-20 Pedro Alves <palves@redhat.com>
11146
11147 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
11148 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
11149
11150 2014-03-20 Pedro Alves <palves@redhat.com>
11151
11152 PR breakpoints/7143
11153 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
11154 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
11155 of gdb_test_multiple.
11156 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
11157 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
11158
11159 2014-03-20 Pedro Alves <palves@redhat.com>
11160
11161 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
11162 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
11163
11164 2014-03-19 Pedro Alves <palves@redhat.com>
11165
11166 * gdb.base/async.exp: Remove early return.
11167
11168 2014-03-19 Pedro Alves <palves@redhat.com>
11169
11170 * gdb.base/async.exp (step& tests): Pass explicit test messages.
11171
11172 2014-03-19 Pedro Alves <palves@redhat.com>
11173
11174 * gdb.base/async.exp (test_background): Expect \r\n after
11175 "completed." in the fail pattern.
11176
11177 2014-03-19 Pedro Alves <palves@redhat.com>
11178
11179 * gdb.base/async.exp (test_background): New procedure.
11180 Use it for all background execution command tests.
11181
11182 2014-03-19 Pedro Alves <palves@redhat.com>
11183
11184 * gdb.base/async.exp: Use prepare_for_testing.
11185
11186 2014-03-19 Pedro Alves <palves@redhat.com>
11187
11188 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
11189 the same line.
11190
11191 2014-03-19 Pedro Alves <palves@redhat.com>
11192
11193 * gdb.base/async.c (main): Add "jump here" and "until here" line
11194 marker comments.
11195 * gdb.base/async.exp (jump_here): New global.
11196 (jump& test): Use it.
11197 (until_here): New global.
11198 (until& test): Use it.
11199
11200 2014-03-19 Pedro Alves <palves@redhat.com>
11201
11202 * gdb.base/async.exp: Don't frob gdb_protocol.
11203
11204 2014-03-18 Doug Evans <xdje42@gmail.com>
11205
11206 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
11207 Fix spelling of exec-done-display.
11208
11209 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11210
11211 PR gdb/15358
11212 * gdb.base/gdb-sigterm.c: New file.
11213 * gdb.base/gdb-sigterm.exp: New file.
11214
11215 2014-03-18 Pedro Alves <palves@redhat.com>
11216
11217 PR gdb/13860
11218 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
11219 * lib/mi-support.exp (mi_expect_stop): Add special handling for
11220 solib-event.
11221
11222 2014-03-17 Joel Brobecker <brobecker@adacore.com>
11223
11224 * gdb.ada/pckd_arr_ren: New testcase.
11225
11226 2014-03-13 Doug Evans <xdje42@gmail.com>
11227
11228 PR guile/16612
11229 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
11230 collect after discarding symbols.
11231
11232 2014-03-13 Ludovic Courtès <ludo@gnu.org>
11233 Doug Evans <xdje42@gmail.com>
11234
11235 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
11236 to history survives a gc.
11237
11238 2014-03-13 Pedro Alves <palves@redhat.com>
11239
11240 * gdb.base/default.exp: Don't test "target procfs".
11241
11242 2014-03-13 Pedro Alves <palves@redhat.com>
11243
11244 * gdb.base/default.exp: Update "target child" and "target procfs"
11245 tests to not expect "Unix".
11246
11247 2014-03-12 Tom Tromey <tromey@redhat.com>
11248
11249 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
11250 New procs. Add target-async tests.
11251 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
11252 Add target-async tests.
11253
11254 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11255
11256 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
11257 'func_start' and 'func_end' for the beginning and end of the
11258 function code, respectively.
11259 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
11260 'func_end' instead of 'func' and 'main'.
11261
11262 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11263
11264 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
11265 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
11266 generate the debug info assembler source.
11267
11268 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11269
11270 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
11271 * gdb.dwarf2/arr-subrange.exp: Likewise.
11272 * gdb.dwarf2/dwz.exp: Likewise.
11273 * gdb.dwarf2/method-ptr.exp: Likewise.
11274 * gdb.dwarf2/missing-sig-type.exp: Likewise.
11275 * gdb.dwarf2/subrange.exp: Likewise.
11276 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
11277 * gdb.dwarf2/implptrpiece.exp: Likewise.
11278 * gdb.dwarf2/nostaticblock.exp: Likewise.
11279
11280 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11281
11282 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
11283 directory to absolute path name arguments.
11284
11285 2014-03-10 Joel Brobecker <brobecker@adacore.com>
11286
11287 * gdb.ada/tagged_access: New testcase.
11288
11289 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
11290
11291 * gdb.btrace/data.exp: Update expected output.
11292
11293 2014-03-06 Yao Qi <yao@codesourcery.com>
11294
11295 * gdb.trace/pr16508.exp: New file.
11296
11297 2014-03-05 Pedro Alves <palves@redhat.com>
11298
11299 PR gdb/16575
11300 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
11301 procedure.
11302 (top level): Adjust to use it. Add tests that exercise breakpoint
11303 interaction with the code-cache.
11304
11305 2014-02-26 Ludovic Courtès <ludo@gnu.org>
11306
11307 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
11308 test for 'history-append!'.
11309
11310 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11311
11312 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
11313 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
11314 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
11315 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
11316 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
11317 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
11318
11319 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11320
11321 * testsuite/gdb.python/py-pp-re-notag.c: New file.
11322 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
11323 * testsuite/gdb.python/py-pp-re-notag.p: New file.
11324
11325 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11326
11327 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
11328
11329 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11330
11331 * gdb.dwarf2/arr-stride.c: New file.
11332 * gdb.dwarf2/arr-stride.exp: New file.
11333
11334 2014-02-26 Pedro Alves <palves@redhat.com>
11335
11336 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11337 that won't ever trigger. Make sure that GDB reports the correct
11338 breakpoint that caused the stop.
11339
11340 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11341
11342 PR gdb/16626
11343 * gdb.base/auto-load-script: New file.
11344 * gdb.base/auto-load.c: New file.
11345 * gdb.base/auto-load.exp: New file.
11346
11347 PR gdb/16626
11348 * gdb.base/auto-load.exp: Fix out-of-srctree run.
11349
11350 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11351
11352 Fix dw2-icycle.exp -fsanitize=address GDB crash.
11353 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11354
11355 2014-02-24 Doug Evans <dje@google.com>
11356
11357 * lib/gdb.exp (run_on_host): Log error output if program fails.
11358
11359 2014-02-21 Pedro Alves <palves@redhat.com>
11360
11361 * gdb.threads/step-after-sr-lock.c: Rename to ...
11362 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
11363 * gdb.threads/step-after-sr-lock.exp: Rename to ...
11364 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11365 ... this.
11366
11367 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
11368
11369 PR tdep/16397
11370 * gdb.arch/amd64-stap-special-operands.exp: New file.
11371 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
11372 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
11373 * gdb.arch/amd64-stap-triplet.S: Likewise.
11374 * gdb.arch/amd64-stap-triplet.c: Likewise.
11375
11376 2014-02-20 Joel Brobecker <brobecker@adacore.com>
11377
11378 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11379 in .section pseudo-op.
11380
11381 2014-02-20 lin zuojian <manjian2006@gmail.com>
11382 Joel Brobecker <brobecker@adacore.com>
11383 Doug Evans <xdje42@gmail.com>
11384
11385 PR symtab/16581
11386 * gdb.dwarf2/dw2-icycle.S: New file.
11387 * gdb.dwarf2/dw2-icycle.c: New file.
11388 * gdb.dwarf2/dw2-icycle.exp: New file.
11389
11390 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
11391
11392 * gdb.python/py-value-cc.cc: Improve test case to enable testing
11393 operations on gdb.Value objects.
11394 * gdb.python/py-value-cc.exp: Add new test to test operations on
11395 gdb.Value objects.
11396
11397 2014-02-18 Doug Evans <dje@google.com>
11398
11399 * Makefile.in (TESTS): New variable.
11400 (expanded_tests, expanded_tests_or_none): New variables
11401 (check-single): Pass $(expanded_tests_or_none) to runtest.
11402 (check-parallel): Only run tests in $(TESTS) if non-empty.
11403 (check/no-matching-tests-found): New rule.
11404 * README: Document TESTS makefile variable.
11405
11406 2014-02-18 Doug Evans <dje@google.com>
11407
11408 * Makefile.in (check-parallel): rm -rf outputs temp.
11409
11410 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11411
11412 Fix "ERROR: no fileid for" in the testsuite.
11413 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11414
11415 2014-02-12 Doug Evans <dje@google.com>
11416
11417 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11418 (MISCELLANEOUS): New variable.
11419 (clean): rm -rf $(MISCELLANEOUS).
11420 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11421 dwp live in the same directory as symlinks, with each symlink pointed
11422 to a differently named file in a different directory.
11423
11424 2014-02-11 Doug Evans <dje@google.com>
11425
11426 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11427 of Tcl file commands.
11428
11429 2014-02-10 Mark Kettenis <kettenis@gnu.org>
11430
11431 * gdb.threads/step-after-sr-lock.exp: Avoid executing
11432 "kill -SIGUSR1 -1".
11433
11434 2014-02-10 Joel Brobecker <brobecker@adacore.com>
11435
11436 * gdb.ada/tick_length_array_enum_idx: New testcase.
11437
11438 2014-02-10 Doug Evans <xdje42@gmail.com>
11439
11440 * configure.ac (AC_OUTPUT): Add gdb.guile.
11441 * configure: Regenerate.
11442 * lib/gdb-guile.exp: New file.
11443 * lib/gdb.exp (get_target_charset): New function.
11444 * gdb.base/help.exp: Update expected output from "apropos apropos".
11445 * gdb.guile/Makefile.in: New file.
11446 * gdb.guile/guile.exp: New file.
11447 * gdb.guile/scm-arch.c: New file.
11448 * gdb.guile/scm-arch.exp: New file.
11449 * gdb.guile/scm-block.c: New file.
11450 * gdb.guile/scm-block.exp: New file.
11451 * gdb.guile/scm-breakpoint.c: New file.
11452 * gdb.guile/scm-breakpoint.exp: New file.
11453 * gdb.guile/scm-disasm.c: New file.
11454 * gdb.guile/scm-disasm.exp: New file.
11455 * gdb.guile/scm-equal.c: New file.
11456 * gdb.guile/scm-equal.exp: New file.
11457 * gdb.guile/scm-error.exp: New file.
11458 * gdb.guile/scm-error.scm: New file.
11459 * gdb.guile/scm-frame-args.c: New file.
11460 * gdb.guile/scm-frame-args.exp: New file.
11461 * gdb.guile/scm-frame-args.scm: New file.
11462 * gdb.guile/scm-frame-inline.c: New file.
11463 * gdb.guile/scm-frame-inline.exp: New file.
11464 * gdb.guile/scm-frame.c: New file.
11465 * gdb.guile/scm-frame.exp: New file.
11466 * gdb.guile/scm-generics.exp: New file.
11467 * gdb.guile/scm-gsmob.exp: New file.
11468 * gdb.guile/scm-iterator.c: New file.
11469 * gdb.guile/scm-iterator.exp: New file.
11470 * gdb.guile/scm-math.c: New file.
11471 * gdb.guile/scm-math.exp: New file.
11472 * gdb.guile/scm-objfile-script-gdb.in: New file.
11473 * gdb.guile/scm-objfile-script.c: New file.
11474 * gdb.guile/scm-objfile-script.exp: New file.
11475 * gdb.guile/scm-objfile.c: New file.
11476 * gdb.guile/scm-objfile.exp: New file.
11477 * gdb.guile/scm-ports.exp: New file.
11478 * gdb.guile/scm-pretty-print.c: New file.
11479 * gdb.guile/scm-pretty-print.exp: New file.
11480 * gdb.guile/scm-pretty-print.scm: New file.
11481 * gdb.guile/scm-section-script.c: New file.
11482 * gdb.guile/scm-section-script.exp: New file.
11483 * gdb.guile/scm-section-script.scm: New file.
11484 * gdb.guile/scm-symbol.c: New file.
11485 * gdb.guile/scm-symbol.exp: New file.
11486 * gdb.guile/scm-symtab-2.c: New file.
11487 * gdb.guile/scm-symtab.c: New file.
11488 * gdb.guile/scm-symtab.exp: New file.
11489 * gdb.guile/scm-type.c: New file.
11490 * gdb.guile/scm-type.exp: New file.
11491 * gdb.guile/scm-value-cc.cc: New file.
11492 * gdb.guile/scm-value-cc.exp: New file.
11493 * gdb.guile/scm-value.c: New file.
11494 * gdb.guile/scm-value.exp: New file.
11495 * gdb.guile/source2.scm: New file.
11496 * gdb.guile/types-module.cc: New file.
11497 * gdb.guile/types-module.exp: New file.
11498
11499 2014-02-10 Yao Qi <yao@codesourcery.com>
11500
11501 PR testsuite/16543
11502 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11503 * configure: Regenerated.
11504 * Makefile.in: New file.
11505
11506 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11507
11508 * gdb.python/py-framefilter.exp: Fix typo.
11509
11510 2014-02-08 Yao Qi <yao@codesourcery.com>
11511
11512 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11513 that no =breakpoint-modified is emitted when breakpoints are
11514 modified through MI commands.
11515
11516 2014-02-07 Pedro Alves <pedro@codesourcery.com>
11517 Pedro Alves <palves@redhat.com>
11518
11519 * gdb.threads/step-after-sr-lock.c: New file.
11520 * gdb.threads/step-after-sr-lock.exp: New file.
11521
11522 2014-02-07 Pedro Alves <palves@redhat.com>
11523
11524 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11525
11526 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11527
11528 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11529 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11530
11531 2014-02-06 Doug Evans <xdje42@gmail.com>
11532
11533 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11534 output.
11535
11536 * gdb.gdb/python-interrupts.exp: New file.
11537
11538 2014-02-05 Yao Qi <yao@codesourcery.com>
11539
11540 * gdb.trace/report.exp (use_collected_data): Test the output
11541 of "info threads" and "info inferiors".
11542
11543 2014-02-05 Yao Qi <yao@codesourcery.com>
11544
11545 Revert this patch:
11546
11547 2013-05-24 Yao Qi <yao@codesourcery.com>
11548
11549 * gdb.trace/tfile.exp: Test inferior and thread.
11550
11551 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11552
11553 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11554 on a function.
11555 * gdb.base/step-bt.c: Call hello via function pointer to make
11556 sure its first instruction is executed on powerpc64le-linux.
11557
11558 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11559
11560 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11561
11562 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11563
11564 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11565 of the test patterns for use on little-endian systems.
11566
11567 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11568
11569 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11570 (decimal_vector): Fix for little-endian.
11571
11572 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11573
11574 * gdb.arch/sparc-sysstep.exp: New file.
11575 * gdb.arch/sparc-sysstep.c: Likewise.
11576
11577 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11578
11579 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11580
11581 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11582
11583 2014-01-23 Tom Tromey <tromey@redhat.com>
11584
11585 * gdb.ada/array_char_idx: New testcase.
11586
11587 2014-01-23 Tom Tromey <tromey@redhat.com>
11588
11589 PR python/16487:
11590 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11591 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11592 classes.
11593
11594 2014-01-23 Tom Tromey <tromey@redhat.com>
11595
11596 PR python/16491:
11597 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11598 string from an inferior frame.
11599 * gdb.python/py-framefilter-mi.exp: Update.
11600
11601 2014-01-22 Doug Evans <dje@google.com>
11602
11603 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11604
11605 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11606
11607 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11608
11609 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11610
11611 * gdb.trace/entry-values.exp: Remove excess space character from
11612 regex patterns. Handle s390 call instruction.
11613
11614 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11615
11616 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11617 define "*_start" label. Make "name" static.
11618 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11619 ${name} by references to ${name}_start.
11620
11621 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11622
11623 * gdb.base/info-macros.exp: Remove "debug" from the compile
11624 options.
11625
11626 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11627
11628 * gdb.dlang/demangle.exp: New file.
11629
11630 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11631
11632 * gdb.dlang/primitive-types.exp: New file.
11633
11634 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11635
11636 * configure.ac: Create gdb.dlang/Makefile.
11637 * configure: Regenerate.
11638 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11639 * gdb.dlang/Makefile.in: New file.
11640 * lib/d-support.exp: New file.
11641 * lib/gdb.exp (skip_d_tests): New proc.
11642
11643 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11644
11645 * gdb.btrace/delta.exp: Check reverse stepi.
11646 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11647 * gdb.btrace/finish.exp: New.
11648 * gdb.btrace/next.exp: New.
11649 * gdb.btrace/nexti.exp: New.
11650 * gdb.btrace/record_goto.c: Add comments.
11651 * gdb.btrace/step.exp: New.
11652 * gdb.btrace/stepi.exp: New.
11653 * gdb.btrace/multi-thread-step.c: New.
11654 * gdb.btrace/multi-thread-step.exp: New.
11655 * gdb.btrace/rn-dl-bind.c: New.
11656 * gdb.btrace/rn-dl-bind.exp: New.
11657 * gdb.btrace/data.c: New.
11658 * gdb.btrace/data.exp: New.
11659 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11660
11661 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11662
11663 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11664 * gdb.btrace/exception.exp: Update.
11665 * gdb.btrace/instruction_history.exp: Update.
11666 * gdb.btrace/record_goto.exp: Update.
11667 * gdb.btrace/tailcall.exp: Update.
11668 * gdb.btrace/unknown_functions.exp: Update.
11669 * gdb.btrace/delta.exp: New.
11670
11671 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11672
11673 * gdb.btrace/record_goto.exp: Add backtrace test.
11674 * gdb.btrace/tailcall.exp: Add backtrace test.
11675
11676 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11677
11678 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11679 * gdb.btrace/record_goto.c: New.
11680 * gdb.btrace/record_goto.exp: New.
11681 * gdb.btrace/x86-record_goto.S: New.
11682
11683 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11684
11685 * gdb.btrace/function_call_history.exp: Update tests.
11686 * gdb.btrace/instruction_history.exp: Update tests.
11687
11688 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11689
11690 * gdb.btrace/function_call_history.exp: Fix expected field
11691 order for "record function-call-history".
11692 Add new tests for "record function-call-history /c".
11693 * gdb.btrace/exception.cc: New.
11694 * gdb.btrace/exception.exp: New.
11695 * gdb.btrace/tailcall.exp: New.
11696 * gdb.btrace/x86-tailcall.S: New.
11697 * gdb.btrace/x86-tailcall.c: New.
11698 * gdb.btrace/unknown_functions.c: New.
11699 * gdb.btrace/unknown_functions.exp: New.
11700 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11701
11702 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11703
11704 * gdb.btrace/instruction_history.exp: Update.
11705 * gdb.btrace/function_call_history.exp: Update.
11706
11707 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11708
11709 * gdb.btrace/function_call_history.exp: Fix expected function
11710 trace.
11711 * gdb.btrace/instruction_history.exp: Initialize traced.
11712 Remove traced_functions.
11713
11714 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11715
11716 * gdb.btrace/function_call_history.exp: Update
11717 * gdb.btrace/instruction_history.exp: Update.
11718
11719 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11720
11721 * gdb.btrace/enable.exp: Update expected text.
11722
11723 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11724
11725 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11726 bytes.
11727
11728 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11729
11730 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11731
11732 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
11733
11734 * lib/gdb.exp (supports_process_record): Return true for
11735 arm*-linux*. (supports_reverse): Likewise.
11736
11737 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11738
11739 PR python/15464
11740 PR python/16113
11741 * gdb.python/py-type.c: Enhance test case.
11742 * gdb.python/py-value-cc.cc: Likewise
11743 * gdb.python/py-type.exp: Add new tests.
11744 * gdb.python/py-value-cc.exp: Likewise
11745
11746 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11747 Pedro Alves <palves@redhat.com>
11748
11749 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11750 Make "name" extern.
11751 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11752 references to ${name}_start by references to ${name}.
11753
11754 2014-01-10 Joel Brobecker <brobecker@adacore.com>
11755
11756 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11757
11758 2014-01-10 Joel Brobecker <brobecker@adacore.com>
11759
11760 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11761
11762 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
11763 Pedro Alves <palves@redhat.com>
11764
11765 * gdb.mi/mi-info-os.exp: Connect to the target with
11766 mi_gdb_target_load.
11767
11768 2014-01-08 Pedro Alves <palves@redhat.com>
11769
11770 * gdb.threads/reconnect-signal.c: New file.
11771 * gdb.threads/reconnect-signal.exp: New file.
11772
11773 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11774
11775 * gdb.base/source-dir.exp: New file.
11776
11777 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11778
11779 * gdb.ada/mi_interface: New testcase.
11780
11781 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11782
11783 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11784 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11785 gdb.ada/pp-rec-component/pck.ads: New files.
11786
11787 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11788
11789 * gdb.python/py-pp-integral.c: New file.
11790 * gdb.python/py-pp-integral.py: New file.
11791 * gdb.python/py-pp-integral.exp: New file.
11792
11793 For older changes see ChangeLog-1993-2013.
11794 \f
11795 ;; Local Variables:
11796 ;; mode: change-log
11797 ;; left-margin: 8
11798 ;; fill-column: 74
11799 ;; version-control: never
11800 ;; End:
11801
11802 Copyright 2014-2017 Free Software Foundation, Inc.
11803 Copying and distribution of this file, with or without modification,
11804 are permitted provided the copyright notice and this notice are preserved.